01KXFGS9DGXH427PJ6BZJBYCN5: 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: 01KXFGSRYJVAX5R6TA9NA4TCWE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T05:16:50.945Zjob assigned to worker 01KXFGT1GQKGFNMBP5YCDTG2VY [factory aws, i-0e978e7c03501d903] (queued for 1 m 42 s)
 
22026-07-14T05:16:57.895Zstarting task 0: "setup"
32026-07-14T05:16:57.902Z++ uname -s
42026-07-14T05:16:57.905Z+ kern=SunOS
52026-07-14T05:16:57.905Z+ build_user=build
62026-07-14T05:16:57.905Z+ build_uid=12345
72026-07-14T05:16:57.905Z+ work_dir=/work
82026-07-14T05:16:57.905Z+ input_dir=/input
92026-07-14T05:16:57.905Z+ [[ 0 == 12345 ]]
102026-07-14T05:16:57.905Z+ case "$kern" in
112026-07-14T05:16:57.905Z+ groupadd -g 12345 build
122026-07-14T05:16:57.908Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T05:16:58.912Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T05:16:58.989Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T05:16:58.992Z+ home_fs=zfs
162026-07-14T05:16:58.992Z+ [[ zfs == autofs ]]
172026-07-14T05:16:58.992Z+ mkdir -p /home/build
182026-07-14T05:16:58.993Z+ chown build:build /home/build /work
192026-07-14T05:17:00.995Z+ chmod 0700 /home/build /work
202026-07-14T05:17:00.998Zprocess exited: duration 3101 ms, exit code 0
 
212026-07-14T05:17:01.006Zstarting task 1: "rust-toolchain"
222026-07-14T05:17:01.009Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T05:17:01.009Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T05:17:01.009Z * rust toolchain channel = "stable"
252026-07-14T05:17:01.009Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-14T05:17:01.009Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T05:17:01.009Z * rust toolchain profile = "default"
282026-07-14T05:17:01.012Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T05:17:01.012Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T05:17:01.108Zinfo: downloading installer
312026-07-14T05:17:02.474Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T05:17:02.474Zwarn: /opt/ooce/bin
332026-07-14T05:17:02.474Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T05:17:02.474Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T05:17:02.474Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T05:17:02.474Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T05:17:02.474Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T05:17:02.474Zerror: cannot install while Rust is installed
392026-07-14T05:17:02.474Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T05:17:02.474Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T05:17:02.474Zwarn: /home/build/.rustup/settings.toml
422026-07-14T05:17:02.474Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T05:17:02.474Zwarn: instead of the one inferred from the default host triple.
442026-07-14T05:17:02.488Zinfo: profile set to default
452026-07-14T05:17:02.488Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T05:17:02.491Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T05:17:02.618Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T05:17:02.621Zinfo: downloading 6 components
492026-07-14T05:17:17.082Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T05:17:17.082Z
512026-07-14T05:17:17.113Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T05:17:17.113Z
532026-07-14T05:17:17.116Z
542026-07-14T05:17:17.116ZRust is installed now. Great!
552026-07-14T05:17:17.116Z
562026-07-14T05:17:17.116ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T05:17:17.116Zenvironment variable. This has not been done automatically.
582026-07-14T05:17:17.116Z
592026-07-14T05:17:17.116ZTo configure your current shell, you need to source
602026-07-14T05:17:17.116Zthe corresponding env file under $HOME/.cargo.
612026-07-14T05:17:17.116Z
622026-07-14T05:17:17.116ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T05:17:17.116Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T05:17:17.116Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T05:17:17.116Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T05:17:17.116Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T05:17:17.116Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T05:17:17.116Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T05:17:17.117Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T05:17:17.117Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T05:17:17.216Z+ rustup --version
722026-07-14T05:17:17.224Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T05:17:17.227Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T05:17:17.246Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T05:17:17.249Z+ cargo --version
762026-07-14T05:17:17.264Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T05:17:17.267Z+ rustc --version
782026-07-14T05:17:17.286Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T05:17:17.289Zprocess exited: duration 16281 ms, exit code 0
 
802026-07-14T05:17:17.295Zstarting task 2: "authentication"
812026-07-14T05:17:17.311Zprocess exited: duration 16 ms, exit code 0
 
822026-07-14T05:17:17.317Zstarting task 3: "clone repository"
832026-07-14T05:17:17.320Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T05:17:17.322Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T05:17:17.353ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T05:17:18.549Z+ cd /work/oxidecomputer/maghemite
872026-07-14T05:17:18.549Z+ git fetch origin 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
882026-07-14T05:17:18.795ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T05:17:18.795Z * branch 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 -> FETCH_HEAD
902026-07-14T05:17:18.799Z+ [[ -n renovate/socket2-0.x-lockfile ]]
912026-07-14T05:17:18.802Z++ git branch --show-current
922026-07-14T05:17:18.802Z+ current=main
932026-07-14T05:17:18.802Z+ [[ main != renovate/socket2-0.x-lockfile ]]
942026-07-14T05:17:18.802Z+ git branch -f renovate/socket2-0.x-lockfile 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
952026-07-14T05:17:18.806Z+ git checkout -f renovate/socket2-0.x-lockfile
962026-07-14T05:17:18.823ZSwitched to branch 'renovate/socket2-0.x-lockfile'
972026-07-14T05:17:18.826Z+ git reset --hard 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
982026-07-14T05:17:18.842ZHEAD is now at 2a6d1fd Update Rust crate socket2 to v0.6.5
992026-07-14T05:17:18.845Zprocess exited: duration 1525 ms, exit code 0
 
1002026-07-14T05:17:18.851Zstarting task 4: "build"
1012026-07-14T05:17:18.854Z+ set -e
1022026-07-14T05:17:18.854Z+ source .github/buildomat/test-common.sh
1032026-07-14T05:17:18.854Z++ NEXTEST_VERSION=0.9.97
1042026-07-14T05:17:18.854Z++ PLATFORM=illumos
1052026-07-14T05:17:18.854Z++ banner install
1062026-07-14T05:17:18.857Z
1072026-07-14T05:17:18.857Z # # # #### ##### ## # #
1082026-07-14T05:17:18.857Z # ## # # # # # # #
1092026-07-14T05:17:18.857Z # # # # #### # # # # #
1102026-07-14T05:17:18.857Z # # # # # # ###### # #
1112026-07-14T05:17:18.857Z # # ## # # # # # # #
1122026-07-14T05:17:18.857Z # # # #### # # # ###### ######
1132026-07-14T05:17:18.857Z
1142026-07-14T05:17:18.857Z++ set +o errexit
1152026-07-14T05:17:18.857Z++ pkg info clang-15
1162026-07-14T05:17:18.858Z++ grep -qi installed
1172026-07-14T05:17:20.068Zpkg: info: no packages matching the following patterns you specified are
1182026-07-14T05:17:20.068Zinstalled on the system. Try querying remotely instead:
1192026-07-14T05:17:20.068Z
1202026-07-14T05:17:20.068Z clang-15
1212026-07-14T05:17:20.105Z++ [[ 1 != 0 ]]
1222026-07-14T05:17:20.105Z++ set -o errexit
1232026-07-14T05:17:20.108Z++ pfexec pkg install clang-15
1242026-07-14T05:17:30.359Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-14T05:17:38.256Z Startup: Caching catalogs ... Done
1262026-07-14T05:17:45.808ZPlanning: Solver setup ... Done
1272026-07-14T05:17:45.851ZPlanning: Running solver ... Done
1282026-07-14T05:17:46.003ZPlanning: Finding local manifests ... Done
1292026-07-14T05:17:46.015ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-14T05:17:46.098ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-14T05:17:46.129ZPlanning: Package planning ... Done
1322026-07-14T05:17:46.155ZPlanning: Merging actions ... Done
1332026-07-14T05:17:46.264ZPlanning: Checking for conflicting actions ... Done
1342026-07-14T05:17:46.270ZPlanning: Consolidating action changes ... Done
1352026-07-14T05:17:47.051ZPlanning: Evaluating mediators ... Done
1362026-07-14T05:17:47.057ZPlanning: Planning completed in 8.62 seconds
1372026-07-14T05:17:47.069Z Packages to install: 2
1382026-07-14T05:17:47.069Z Mediators to change: 2
1392026-07-14T05:17:47.069Z Services to change: 1
1402026-07-14T05:17:47.069Z Create boot environment: No
1412026-07-14T05:17:47.069ZCreate backup boot environment: No
1422026-07-14T05:17:47.112Z
1432026-07-14T05:17:47.112ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-14T05:17:52.206ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (26.2M/s)
1452026-07-14T05:17:57.272ZDownload: 3066/3076 items 210.0/211.3MB 99% complete (22.4M/s)
1462026-07-14T05:17:57.310ZDownload: Completed 211.31 MB in 10.20 seconds (20.7M/s)
1472026-07-14T05:17:57.443Z Actions: 1/3418 actions (Installing new actions)
1482026-07-14T05:18:00.631Z Actions: Completed 3418 actions in 3.19 seconds.
1492026-07-14T05:18:01.322Z Done
1502026-07-14T05:18:01.322Z Done
1512026-07-14T05:18:02.089Z Done
1522026-07-14T05:18:05.607Z Done
1532026-07-14T05:18:05.680Z Done
1542026-07-14T05:18:05.683Z Done
1552026-07-14T05:18:05.957Z Done
1562026-07-14T05:18:06.679Z++ set -o errexit
1572026-07-14T05:18:06.679Z++ cargo --version
1582026-07-14T05:18:06.687Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1592026-07-14T05:18:06.833Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1602026-07-14T05:18:06.836Zinfo: downloading 6 components
1612026-07-14T05:18:21.624Zcargo 1.96.1 (356927216 2026-06-26)
1622026-07-14T05:18:21.627Z++ rustc --version
1632026-07-14T05:18:21.656Zrustc 1.96.1 (31fca3adb 2026-06-26)
1642026-07-14T05:18:21.661Z++ cargo install cargo-nextest --version 0.9.97
1652026-07-14T05:18:21.707Z Updating crates.io index
1662026-07-14T05:18:21.800Z Downloading crates ...
1672026-07-14T05:18:21.849Z Downloaded cargo-nextest v0.9.97
1682026-07-14T05:18:21.910Z Installing cargo-nextest v0.9.97
1692026-07-14T05:18:21.913Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1702026-07-14T05:18:21.913Z |
1712026-07-14T05:18:21.913Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1722026-07-14T05:18:21.913Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1732026-07-14T05:18:21.959Z Updating crates.io index
1742026-07-14T05:18:23.874Z Locking 395 packages to latest compatible versions
1752026-07-14T05:18:23.879Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-07-14T05:18:23.881Z Adding duct v0.13.7 (available: v1.1.1)
1772026-07-14T05:18:23.881Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-07-14T05:18:23.882Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-07-14T05:18:23.884Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-07-14T05:18:23.885Z Adding itertools v0.14.0 (available: v0.15.0)
1812026-07-14T05:18:23.885Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1822026-07-14T05:18:23.885Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-07-14T05:18:23.887Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1842026-07-14T05:18:23.890Z Adding quick-junit v0.5.2 (available: v0.6.1)
1852026-07-14T05:18:23.915Z Downloading crates ...
1862026-07-14T05:18:23.982Z Downloaded curve25519-dalek-derive v0.1.1
1872026-07-14T05:18:23.985Z Downloaded base64 v0.22.1
1882026-07-14T05:18:23.988Z Downloaded cargo-util-schemas v0.2.0
1892026-07-14T05:18:23.993Z Downloaded backtrace-ext v0.2.1
1902026-07-14T05:18:23.996Z Downloaded heck v0.5.0
1912026-07-14T05:18:23.999Z Downloaded nested v0.1.1
1922026-07-14T05:18:24.004Z Downloaded crypto-common v0.1.7
1932026-07-14T05:18:24.006Z Downloaded gimli v0.32.3
1942026-07-14T05:18:24.009Z Downloaded addr2line v0.25.1
1952026-07-14T05:18:24.012Z Downloaded pathdiff v0.2.3
1962026-07-14T05:18:24.015Z Downloaded autocfg v1.5.1
1972026-07-14T05:18:24.015Z Downloaded convert_case v0.10.0
1982026-07-14T05:18:24.018Z Downloaded base64ct v1.8.3
1992026-07-14T05:18:24.018Z Downloaded rand_core v0.9.5
2002026-07-14T05:18:24.020Z Downloaded pkcs8 v0.10.2
2012026-07-14T05:18:24.023Z Downloaded console v0.15.11
2022026-07-14T05:18:24.026Z Downloaded lru-slab v0.1.2
2032026-07-14T05:18:24.026Z Downloaded itoa v1.0.18
2042026-07-14T05:18:24.029Z Downloaded const-oid v0.9.6
2052026-07-14T05:18:24.031Z Downloaded backtrace v0.3.76
2062026-07-14T05:18:24.034Z Downloaded idna_adapter v1.0.0
2072026-07-14T05:18:24.034Z Downloaded home v0.5.12
2082026-07-14T05:18:24.037Z Downloaded nextest-workspace-hack v0.1.0
2092026-07-14T05:18:24.037Z Downloaded is_ci v1.2.0
2102026-07-14T05:18:24.037Z Downloaded fastrand v2.4.1
2112026-07-14T05:18:24.039Z Downloaded foreign-types v0.3.2
2122026-07-14T05:18:24.039Z Downloaded lazy_static v1.5.0
2132026-07-14T05:18:24.042Z Downloaded equivalent v1.0.2
2142026-07-14T05:18:24.042Z Downloaded colorchoice v1.0.5
2152026-07-14T05:18:24.042Z Downloaded atomicwrites v0.4.4
2162026-07-14T05:18:24.045Z Downloaded cfg-if v1.0.4
2172026-07-14T05:18:24.045Z Downloaded find-msvc-tools v0.1.9
2182026-07-14T05:18:24.048Z Downloaded crossterm v0.29.0
2192026-07-14T05:18:24.051Z Downloaded lock_api v0.4.14
2202026-07-14T05:18:24.054Z Downloaded num-traits v0.2.19
2212026-07-14T05:18:24.054Z Downloaded miette-derive v7.6.0
2222026-07-14T05:18:24.057Z Downloaded futures-io v0.3.32
2232026-07-14T05:18:24.057Z Downloaded debug-ignore v1.0.5
2242026-07-14T05:18:24.057Z Downloaded iana-time-zone v0.1.65
2252026-07-14T05:18:24.060Z Downloaded futures-core v0.3.32
2262026-07-14T05:18:24.060Z Downloaded cargo-platform v0.2.0
2272026-07-14T05:18:24.063Z Downloaded hex v0.4.3
2282026-07-14T05:18:24.063Z Downloaded http v1.4.2
2292026-07-14T05:18:24.066Z Downloaded futures-sink v0.3.32
2302026-07-14T05:18:24.066Z Downloaded form_urlencoded v1.2.2
2312026-07-14T05:18:24.069Z Downloaded mukti-metadata v0.3.0
2322026-07-14T05:18:24.069Z Downloaded cpufeatures v0.2.17
2332026-07-14T05:18:24.072Z Downloaded indent_write v2.2.0
2342026-07-14T05:18:24.072Z Downloaded hyper-tls v0.6.0
2352026-07-14T05:18:24.072Z Downloaded humantime v2.4.0
2362026-07-14T05:18:24.075Z Downloaded foreign-types-shared v0.1.1
2372026-07-14T05:18:24.075Z Downloaded newtype-uuid v1.3.2
2382026-07-14T05:18:24.075Z Downloaded color-spantrace v0.3.0
2392026-07-14T05:18:24.078Z Downloaded block-buffer v0.10.4
2402026-07-14T05:18:24.078Z Downloaded log v0.4.33
2412026-07-14T05:18:24.078Z Downloaded atomic-waker v1.1.2
2422026-07-14T05:18:24.081Z Downloaded cpufeatures v0.3.0
2432026-07-14T05:18:24.081Z Downloaded is_terminal_polyfill v1.70.2
2442026-07-14T05:18:24.081Z Downloaded errno v0.3.14
2452026-07-14T05:18:24.084Z Downloaded rand_pcg v0.10.2
2462026-07-14T05:18:24.084Z Downloaded anstyle-query v1.1.5
2472026-07-14T05:18:24.085Z Downloaded futures-task v0.3.32
2482026-07-14T05:18:24.087Z Downloaded openssl-macros v0.1.1
2492026-07-14T05:18:24.087Z Downloaded http-body v1.1.0
2502026-07-14T05:18:24.087Z Downloaded clap_lex v1.1.0
2512026-07-14T05:18:24.090Z Downloaded number_prefix v0.4.0
2522026-07-14T05:18:24.090Z Downloaded humantime-serde v1.1.1
2532026-07-14T05:18:24.090Z Downloaded os_pipe v1.2.3
2542026-07-14T05:18:24.093Z Downloaded enable-ansi-support v0.2.1
2552026-07-14T05:18:24.095Z Downloaded async-scoped v0.9.0
2562026-07-14T05:18:24.095Z Downloaded adler2 v2.0.1
2572026-07-14T05:18:24.099Z Downloaded cfg_aliases v0.2.1
2582026-07-14T05:18:24.102Z Downloaded futures-macro v0.3.32
2592026-07-14T05:18:24.102Z Downloaded ordered-float v2.10.1
2602026-07-14T05:18:24.102Z Downloaded generic-array v0.14.7
2612026-07-14T05:18:24.105Z Downloaded future-queue v0.4.0
2622026-07-14T05:18:24.108Z Downloaded percent-encoding v2.3.2
2632026-07-14T05:18:24.111Z Downloaded rustc_version v0.4.1
2642026-07-14T05:18:24.114Z Downloaded anstyle-parse v1.0.0
2652026-07-14T05:18:24.119Z Downloaded rustc-hash v2.1.3
2662026-07-14T05:18:24.122Z Downloaded openssl-probe v0.2.1
2672026-07-14T05:18:24.122Z Downloaded guppy-workspace-hack v0.1.0
2682026-07-14T05:18:24.122Z Downloaded http-body-util v0.1.4
2692026-07-14T05:18:24.125Z Downloaded fnv v1.0.7
2702026-07-14T05:18:24.125Z Downloaded jobserver v0.1.35
2712026-07-14T05:18:24.127Z Downloaded ipnet v2.12.0
2722026-07-14T05:18:24.130Z Downloaded nextest-metadata v0.12.2
2732026-07-14T05:18:24.130Z Downloaded serde_ignored v0.1.14
2742026-07-14T05:18:24.133Z Downloaded serde-value v0.7.0
2752026-07-14T05:18:24.133Z Downloaded scopeguard v1.2.0
2762026-07-14T05:18:24.133Z Downloaded serde_spanned v0.6.9
2772026-07-14T05:18:24.136Z Downloaded signature v2.2.0
2782026-07-14T05:18:24.139Z Downloaded sigchld v0.2.4
2792026-07-14T05:18:24.139Z Downloaded shell-words v1.1.1
2802026-07-14T05:18:24.143Z Downloaded shared_child v1.1.1
2812026-07-14T05:18:24.146Z Downloaded subtle v2.6.1
2822026-07-14T05:18:24.148Z Downloaded serde_urlencoded v0.7.1
2832026-07-14T05:18:24.148Z Downloaded either v1.16.0
2842026-07-14T05:18:24.148Z Downloaded serde_spanned v1.1.1
2852026-07-14T05:18:24.151Z Downloaded strip-ansi-escapes v0.2.1
2862026-07-14T05:18:24.154Z Downloaded signal-hook-mio v0.2.5
2872026-07-14T05:18:24.154Z Downloaded futures-executor v0.3.32
2882026-07-14T05:18:24.156Z Downloaded digest v0.10.7
2892026-07-14T05:18:24.156Z Downloaded cargo-platform v0.3.3
2902026-07-14T05:18:24.159Z Downloaded sync_wrapper v1.0.2
2912026-07-14T05:18:24.159Z Downloaded supports-unicode v3.0.0
2922026-07-14T05:18:24.162Z Downloaded swrite v0.1.0
2932026-07-14T05:18:24.162Z Downloaded document-features v0.2.12
2942026-07-14T05:18:24.162Z Downloaded terminal_size v0.4.4
2952026-07-14T05:18:24.165Z Downloaded hyper-rustls v0.27.9
2962026-07-14T05:18:24.165Z Downloaded supports-hyperlinks v3.2.0
2972026-07-14T05:18:24.165Z Downloaded supports-color v3.0.2
2982026-07-14T05:18:24.168Z Downloaded foldhash v0.1.5
2992026-07-14T05:18:24.169Z Downloaded ed25519 v2.2.3
3002026-07-14T05:18:24.169Z Downloaded fixedbitset v0.5.7
3012026-07-14T05:18:24.171Z Downloaded indenter v0.3.4
3022026-07-14T05:18:24.171Z Downloaded pkg-config v0.3.33
3032026-07-14T05:18:24.171Z Downloaded dialoguer v0.11.0
3042026-07-14T05:18:24.174Z Downloaded rand_core v0.6.4
3052026-07-14T05:18:24.174Z Downloaded clap_derive v4.6.1
3062026-07-14T05:18:24.177Z Downloaded anstream v1.0.0
3072026-07-14T05:18:24.177Z Downloaded quinn-udp v0.5.15
3082026-07-14T05:18:24.180Z Downloaded filetime v0.2.29
3092026-07-14T05:18:24.180Z Downloaded duct v0.13.7
3102026-07-14T05:18:24.182Z Downloaded tokio-macros v2.7.0
3112026-07-14T05:18:24.182Z Downloaded tinyvec_macros v0.1.1
3122026-07-14T05:18:24.182Z Downloaded cargo_metadata v0.20.0
3132026-07-14T05:18:24.185Z Downloaded bytes v1.12.1
3142026-07-14T05:18:24.188Z Downloaded rustc-demangle v0.1.28
3152026-07-14T05:18:24.188Z Downloaded toml_write v0.1.2
3162026-07-14T05:18:24.188Z Downloaded globset v0.4.18
3172026-07-14T05:18:24.192Z Downloaded serde-untagged v0.1.9
3182026-07-14T05:18:24.192Z Downloaded erased-serde v0.4.10
3192026-07-14T05:18:24.192Z Downloaded pin-project-lite v0.2.17
3202026-07-14T05:18:24.195Z Downloaded strsim v0.11.1
3212026-07-14T05:18:24.195Z Downloaded shlex v2.0.1
3222026-07-14T05:18:24.198Z Downloaded serde_path_to_error v0.1.20
3232026-07-14T05:18:24.198Z Downloaded quote v1.0.46
3242026-07-14T05:18:24.201Z Downloaded static_assertions v1.1.0
3252026-07-14T05:18:24.201Z Downloaded tower-layer v0.3.3
3262026-07-14T05:18:24.201Z Downloaded self_update v0.42.0
3272026-07-14T05:18:24.204Z Downloaded spki v0.7.3
3282026-07-14T05:18:24.204Z Downloaded once_cell v1.21.4
3292026-07-14T05:18:24.206Z Downloaded native-tls v0.2.18
3302026-07-14T05:18:24.206Z Downloaded smol_str v0.3.6
3312026-07-14T05:18:24.209Z Downloaded cfg-expr v0.20.8
3322026-07-14T05:18:24.209Z Downloaded crc32fast v1.5.0
3332026-07-14T05:18:24.212Z Downloaded self-replace v1.5.0
3342026-07-14T05:18:24.212Z Downloaded thread_local v1.1.10
3352026-07-14T05:18:24.212Z Downloaded rand_core v0.10.1
3362026-07-14T05:18:24.215Z Downloaded cargo_metadata v0.23.1
3372026-07-14T05:18:24.215Z Downloaded ahash v0.8.12
3382026-07-14T05:18:24.217Z Downloaded toml_datetime v0.6.11
3392026-07-14T05:18:24.217Z Downloaded camino v1.2.4
3402026-07-14T05:18:24.220Z Downloaded tower-service v0.3.3
3412026-07-14T05:18:24.220Z Downloaded target-lexicon v0.13.5
3422026-07-14T05:18:24.220Z Downloaded target-spec-miette v0.4.8
3432026-07-14T05:18:24.223Z Downloaded anstyle v1.0.14
3442026-07-14T05:18:24.226Z Downloaded owo-colors v4.3.0
3452026-07-14T05:18:24.226Z Downloaded thiserror v1.0.69
3462026-07-14T05:18:24.228Z Downloaded getrandom v0.4.3
3472026-07-14T05:18:24.231Z Downloaded clap v4.6.1
3482026-07-14T05:18:24.235Z Downloaded utf8_iter v1.0.4
3492026-07-14T05:18:24.238Z Downloaded untrusted v0.9.0
3502026-07-14T05:18:24.238Z Downloaded unicode-xid v0.2.6
3512026-07-14T05:18:24.238Z Downloaded try-lock v0.2.5
3522026-07-14T05:18:24.241Z Downloaded tracing-error v0.2.1
3532026-07-14T05:18:24.241Z Downloaded slab v0.4.12
3542026-07-14T05:18:24.241Z Downloaded urlencoding v2.1.3
3552026-07-14T05:18:24.241Z Downloaded utf8parse v0.2.2
3562026-07-14T05:18:24.243Z Downloaded unicode-linebreak v0.1.5
3572026-07-14T05:18:24.243Z Downloaded signal-hook-registry v1.4.8
3582026-07-14T05:18:24.243Z Downloaded ppv-lite86 v0.2.21
3592026-07-14T05:18:24.243Z Downloaded chacha20 v0.10.1
3602026-07-14T05:18:24.246Z Downloaded camino-tempfile v1.4.1
3612026-07-14T05:18:24.249Z Downloaded toml_writer v1.1.1+spec-1.1.0
3622026-07-14T05:18:24.249Z Downloaded getrandom v0.2.17
3632026-07-14T05:18:24.252Z Downloaded httparse v1.10.1
3642026-07-14T05:18:24.252Z Downloaded parking_lot_core v0.9.12
3652026-07-14T05:18:24.255Z Downloaded smallvec v1.15.2
3662026-07-14T05:18:24.255Z Downloaded litrs v1.0.0
3672026-07-14T05:18:24.259Z Downloaded eyre v0.6.12
3682026-07-14T05:18:24.259Z Downloaded parking_lot v0.12.5
3692026-07-14T05:18:24.263Z Downloaded getrandom v0.3.4
3702026-07-14T05:18:24.266Z Downloaded quick-junit v0.5.2
3712026-07-14T05:18:24.266Z Downloaded rustls-pki-types v1.15.0
3722026-07-14T05:18:24.269Z Downloaded rand_chacha v0.9.0
3732026-07-14T05:18:24.269Z Downloaded config v0.15.25
3742026-07-14T05:18:24.271Z Downloaded thiserror-impl v1.0.69
3752026-07-14T05:18:24.274Z Downloaded pin-project-internal v1.1.13
3762026-07-14T05:18:24.274Z Downloaded version_check v0.9.5
3772026-07-14T05:18:24.274Z Downloaded tracing-log v0.2.0
3782026-07-14T05:18:24.277Z Downloaded tempfile v3.27.0
3792026-07-14T05:18:24.277Z Downloaded want v0.3.1
3802026-07-14T05:18:24.277Z Downloaded target-spec v3.6.0
3812026-07-14T05:18:24.280Z Downloaded derive-where v1.6.1
3822026-07-14T05:18:24.282Z Downloaded unicase v2.9.0
3832026-07-14T05:18:24.282Z Downloaded bitflags v2.13.0
3842026-07-14T05:18:24.285Z Downloaded xattr v1.6.1
3852026-07-14T05:18:24.288Z Downloaded thiserror-impl v2.0.18
3862026-07-14T05:18:24.288Z Downloaded thiserror v2.0.18
3872026-07-14T05:18:24.290Z Downloaded tokio-rustls v0.26.4
3882026-07-14T05:18:24.293Z Downloaded tokio-native-tls v0.3.1
3892026-07-14T05:18:24.293Z Downloaded derive_more v2.1.1
3902026-07-14T05:18:24.300Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3912026-07-14T05:18:24.304Z Downloaded signal-hook v0.3.18
3922026-07-14T05:18:24.305Z Downloaded semver v1.0.28
3932026-07-14T05:18:24.308Z Downloaded zmij v1.0.23
3942026-07-14T05:18:24.308Z Downloaded tracing-attributes v0.1.31
3952026-07-14T05:18:24.308Z Downloaded simd-adler32 v0.3.9
3962026-07-14T05:18:24.308Z Downloaded sha2 v0.10.9
3972026-07-14T05:18:24.310Z Downloaded zeroize v1.9.0
3982026-07-14T05:18:24.310Z Downloaded serde_core v1.0.228
3992026-07-14T05:18:24.313Z Downloaded ryu v1.0.23
4002026-07-14T05:18:24.313Z Downloaded typeid v1.0.3
4012026-07-14T05:18:24.316Z Downloaded ed25519-dalek v2.2.0
4022026-07-14T05:18:24.316Z Downloaded nextest-filtering v0.15.0
4032026-07-14T05:18:24.319Z Downloaded rand v0.10.2
4042026-07-14T05:18:24.321Z Downloaded futures v0.3.32
4052026-07-14T05:18:24.324Z Downloaded proc-macro2 v1.0.106
4062026-07-14T05:18:24.324Z Downloaded der v0.7.10
4072026-07-14T05:18:24.328Z Downloaded futures-channel v0.3.32
4082026-07-14T05:18:24.332Z Downloaded pin-project v1.1.13
4092026-07-14T05:18:24.339Z Downloaded cc v1.2.67
4102026-07-14T05:18:24.342Z Downloaded tokio-stream v0.1.18
4112026-07-14T05:18:24.345Z Downloaded memchr v2.8.3
4122026-07-14T05:18:24.348Z Downloaded toml v0.8.23
4132026-07-14T05:18:24.352Z Downloaded zstd-safe v7.2.4
4142026-07-14T05:18:24.352Z Downloaded zstd v0.13.3
4152026-07-14T05:18:24.355Z Downloaded borsh v1.7.0
4162026-07-14T05:18:24.359Z Downloaded toml_parser v1.1.2+spec-1.1.0
4172026-07-14T05:18:24.359Z Downloaded serde_derive v1.0.228
4182026-07-14T05:18:24.362Z Downloaded sharded-slab v0.1.7
4192026-07-14T05:18:24.362Z Downloaded flate2 v1.1.9
4202026-07-14T05:18:24.372Z Downloaded derive_more-impl v2.1.1
4212026-07-14T05:18:24.375Z Downloaded miniz_oxide v0.8.9
4222026-07-14T05:18:24.377Z Downloaded indicatif v0.17.11
4232026-07-14T05:18:24.390Z Downloaded textwrap v0.16.2
4242026-07-14T05:18:24.393Z Downloaded tinyvec v1.12.0
4252026-07-14T05:18:24.395Z Downloaded uuid v1.23.5
4262026-07-14T05:18:24.395Z Downloaded zipsign-api v0.1.5
4272026-07-14T05:18:24.398Z Downloaded xxhash-rust v0.8.16
4282026-07-14T05:18:24.398Z Downloaded toml v1.1.2+spec-1.1.0
4292026-07-14T05:18:24.401Z Downloaded url v2.5.8
4302026-07-14T05:18:24.408Z Downloaded socket2 v0.6.5
4312026-07-14T05:18:24.410Z Downloaded toml_edit v0.22.27
4322026-07-14T05:18:24.413Z Downloaded unicode-ident v1.0.24
4332026-07-14T05:18:24.413Z Downloaded tracing-core v0.1.36
4342026-07-14T05:18:24.415Z Downloaded tar v0.4.46
4352026-07-14T05:18:24.418Z Downloaded openssl-sys v0.9.117
4362026-07-14T05:18:24.424Z Downloaded unicode-segmentation v1.13.3
4372026-07-14T05:18:24.427Z Downloaded rustls-webpki v0.103.13
4382026-07-14T05:18:24.431Z Downloaded tower v0.5.3
4392026-07-14T05:18:24.434Z Downloaded serde v1.0.228
4402026-07-14T05:18:24.437Z Downloaded idna v1.1.0
4412026-07-14T05:18:24.449Z Downloaded vte v0.14.1
4422026-07-14T05:18:24.460Z Downloaded hashbrown v0.15.5
4432026-07-14T05:18:24.463Z Downloaded rand v0.9.5
4442026-07-14T05:18:24.466Z Downloaded quinn v0.11.11
4452026-07-14T05:18:24.468Z Downloaded mio v1.2.2
4462026-07-14T05:18:24.471Z Downloaded itertools v0.14.0
4472026-07-14T05:18:24.474Z Downloaded indexmap v2.14.0
4482026-07-14T05:18:24.476Z Downloaded hyper-util v0.1.20
4492026-07-14T05:18:24.480Z Downloaded miette v7.6.0
4502026-07-14T05:18:24.483Z Downloaded guppy v0.17.26
4512026-07-14T05:18:24.486Z Downloaded tokio-util v0.7.18
4522026-07-14T05:18:24.490Z Downloaded h2 v0.4.15
4532026-07-14T05:18:24.493Z Downloaded serde_json v1.0.150
4542026-07-14T05:18:24.498Z Downloaded nix v0.30.1
4552026-07-14T05:18:24.504Z Downloaded tower-http v0.6.11
4562026-07-14T05:18:24.509Z Downloaded aho-corasick v1.1.4
4572026-07-14T05:18:24.512Z Downloaded clap_builder v4.6.0
4582026-07-14T05:18:24.516Z Downloaded typenum v1.20.1
4592026-07-14T05:18:24.518Z Downloaded ron v0.12.2
4602026-07-14T05:18:24.524Z Downloaded hashbrown v0.17.1
4612026-07-14T05:18:24.534Z Downloaded winnow v0.7.15
4622026-07-14T05:18:24.539Z Downloaded winnow v1.0.4
4632026-07-14T05:18:24.544Z Downloaded unicode-normalization v0.1.25
4642026-07-14T05:18:24.547Z Downloaded chrono v0.4.45
4652026-07-14T05:18:24.550Z Downloaded reqwest v0.12.28
4662026-07-14T05:18:24.555Z Downloaded pulldown-cmark v0.13.4
4672026-07-14T05:18:24.559Z Downloaded hyper v1.10.1
4682026-07-14T05:18:24.562Z Downloaded webpki-roots v1.0.8
4692026-07-14T05:18:24.565Z Downloaded regex v1.13.0
4702026-07-14T05:18:24.567Z Downloaded tracing-subscriber v0.3.23
4712026-07-14T05:18:24.572Z Downloaded vcpkg v0.2.15
4722026-07-14T05:18:24.595Z Downloaded futures-util v0.3.32
4732026-07-14T05:18:24.602Z Downloaded portable-atomic v1.13.1
4742026-07-14T05:18:24.609Z Downloaded quick-xml v0.38.4
4752026-07-14T05:18:24.611Z Downloaded zerocopy v0.8.54
4762026-07-14T05:18:24.623Z Downloaded unicode-width v0.2.2
4772026-07-14T05:18:24.626Z Downloaded curve25519-dalek v4.1.3
4782026-07-14T05:18:24.632Z Downloaded bstr v1.12.3
4792026-07-14T05:18:24.636Z Downloaded unicode-width v0.1.14
4802026-07-14T05:18:24.639Z Downloaded quick-xml v0.37.5
4812026-07-14T05:18:24.643Z Downloaded quinn-proto v0.11.16
4822026-07-14T05:18:24.663Z Downloaded tracing v0.1.44
4832026-07-14T05:18:24.674Z Downloaded nextest-runner v0.80.0
4842026-07-14T05:18:24.681Z Downloaded color-eyre v0.6.5
4852026-07-14T05:18:24.687Z Downloaded openssl v0.10.81
4862026-07-14T05:18:24.694Z Downloaded syn v2.0.118
4872026-07-14T05:18:24.701Z Downloaded object v0.37.3
4882026-07-14T05:18:24.707Z Downloaded tokio v1.52.3
4892026-07-14T05:18:24.730Z Downloaded regex-syntax v0.8.11
4902026-07-14T05:18:24.734Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4912026-07-14T05:18:24.744Z Downloaded rustix v0.38.44
4922026-07-14T05:18:24.757Z Downloaded rustls v0.23.42
4932026-07-14T05:18:24.764Z Downloaded rustix v1.1.4
4942026-07-14T05:18:24.811Z Downloaded regex-automata v0.4.15
4952026-07-14T05:18:24.857Z Downloaded petgraph v0.8.3
4962026-07-14T05:18:24.870Z Downloaded libc v0.2.186
4972026-07-14T05:18:24.944Z Downloaded recursion v0.5.4
4982026-07-14T05:18:24.950Z Downloaded ring v0.17.14
4992026-07-14T05:18:25.013Z Compiling proc-macro2 v1.0.106
5002026-07-14T05:18:25.013Z Compiling libc v0.2.186
5012026-07-14T05:18:25.013Z Compiling unicode-ident v1.0.24
5022026-07-14T05:18:25.016Z Compiling quote v1.0.46
5032026-07-14T05:18:25.016Z Compiling serde_core v1.0.228
5042026-07-14T05:18:25.016Z Compiling cfg-if v1.0.4
5052026-07-14T05:18:25.016Z Compiling memchr v2.8.3
5062026-07-14T05:18:25.016Z Compiling once_cell v1.21.4
5072026-07-14T05:18:25.219Z Compiling log v0.4.33
5082026-07-14T05:18:25.285Z Compiling pin-project-lite v0.2.17
5092026-07-14T05:18:25.383Z Compiling itoa v1.0.18
5102026-07-14T05:18:25.429Z Compiling serde v1.0.228
5112026-07-14T05:18:25.562Z Compiling futures-core v0.3.32
5122026-07-14T05:18:25.626Z Compiling smallvec v1.15.2
5132026-07-14T05:18:25.720Z Compiling bitflags v2.13.0
5142026-07-14T05:18:25.820Z Compiling shlex v2.0.1
5152026-07-14T05:18:25.897Z Compiling find-msvc-tools v0.1.9
5162026-07-14T05:18:26.017Z Compiling equivalent v1.0.2
5172026-07-14T05:18:26.119Z Compiling errno v0.3.14
5182026-07-14T05:18:26.133Z Compiling hashbrown v0.17.1
5192026-07-14T05:18:26.133Z Compiling bytes v1.12.1
5202026-07-14T05:18:26.167Z Compiling mio v1.2.2
5212026-07-14T05:18:26.285Z Compiling signal-hook-registry v1.4.8
5222026-07-14T05:18:26.363Z Compiling jobserver v0.1.35
5232026-07-14T05:18:26.434Z Compiling syn v2.0.118
5242026-07-14T05:18:26.491Z Compiling rustix v1.1.4
5252026-07-14T05:18:26.683Z Compiling cc v1.2.67
5262026-07-14T05:18:26.812Z Compiling futures-sink v0.3.32
5272026-07-14T05:18:26.832Z Compiling socket2 v0.6.5
5282026-07-14T05:18:26.879Z Compiling slab v0.4.12
5292026-07-14T05:18:26.924Z Compiling zmij v1.0.23
5302026-07-14T05:18:27.013Z Compiling futures-channel v0.3.32
5312026-07-14T05:18:27.083Z Compiling tracing-core v0.1.36
5322026-07-14T05:18:27.272Z Compiling version_check v0.9.5
5332026-07-14T05:18:27.285Z Compiling serde_json v1.0.150
5342026-07-14T05:18:27.576Z Compiling indexmap v2.14.0
5352026-07-14T05:18:27.672Z Compiling futures-task v0.3.32
5362026-07-14T05:18:27.712Z Compiling getrandom v0.4.3
5372026-07-14T05:18:27.858Z Compiling futures-io v0.3.32
5382026-07-14T05:18:28.036Z Compiling percent-encoding v2.3.2
5392026-07-14T05:18:28.059Z Compiling camino v1.2.4
5402026-07-14T05:18:28.072Z Compiling unicode-width v0.2.2
5412026-07-14T05:18:28.298Z Compiling ring v0.17.14
5422026-07-14T05:18:28.403Z Compiling http v1.4.2
5432026-07-14T05:18:28.472Z Compiling zeroize v1.9.0
5442026-07-14T05:18:28.491Z Compiling autocfg v1.5.1
5452026-07-14T05:18:28.510Z Compiling simd-adler32 v0.3.9
5462026-07-14T05:18:28.684Z Compiling adler2 v2.0.1
5472026-07-14T05:18:28.886Z Compiling miniz_oxide v0.8.9
5482026-07-14T05:18:28.889Z Compiling num-traits v0.2.19
5492026-07-14T05:18:29.183Z Compiling getrandom v0.3.4
5502026-07-14T05:18:29.435Z Compiling zerocopy v0.8.54
5512026-07-14T05:18:29.549Z Compiling target-lexicon v0.13.5
5522026-07-14T05:18:29.787Z Compiling object v0.37.3
5532026-07-14T05:18:29.923Z Compiling http-body v1.1.0
5542026-07-14T05:18:30.119Z Compiling rustls-pki-types v1.15.0
5552026-07-14T05:18:30.151Z Compiling form_urlencoded v1.2.2
5562026-07-14T05:18:30.190Z Compiling serde_derive v1.0.228
5572026-07-14T05:18:30.261Z Compiling tokio-macros v2.7.0
5582026-07-14T05:18:30.351Z Compiling futures-macro v0.3.32
5592026-07-14T05:18:30.426Z Compiling tracing-attributes v0.1.31
5602026-07-14T05:18:30.440Z Compiling semver v1.0.28
5612026-07-14T05:18:30.778Z Compiling getrandom v0.2.17
5622026-07-14T05:18:30.993Z Compiling owo-colors v4.3.0
5632026-07-14T05:18:31.013Z Compiling fnv v1.0.7
5642026-07-14T05:18:31.039Z Compiling tokio v1.52.3
5652026-07-14T05:18:31.110Z Compiling thiserror v2.0.18
5662026-07-14T05:18:31.124Z Compiling idna_adapter v1.0.0
5672026-07-14T05:18:31.203Z Compiling futures-util v0.3.32
5682026-07-14T05:18:31.226Z Compiling guppy-workspace-hack v0.1.0
5692026-07-14T05:18:31.318Z Compiling untrusted v0.9.0
5702026-07-14T05:18:31.458Z Compiling httparse v1.10.1
5712026-07-14T05:18:31.461Z Compiling signal-hook v0.3.18
5722026-07-14T05:18:31.479Z Compiling utf8_iter v1.0.4
5732026-07-14T05:18:31.642Z Compiling gimli v0.32.3
5742026-07-14T05:18:31.656Z Compiling tracing v0.1.44
5752026-07-14T05:18:31.710Z Compiling idna v1.1.0
5762026-07-14T05:18:32.078Z Compiling thiserror-impl v2.0.18
5772026-07-14T05:18:33.605Z Compiling addr2line v0.25.1
5782026-07-14T05:18:33.914Z Compiling generic-array v0.14.7
5792026-07-14T05:18:33.966Z Compiling rustc-demangle v0.1.28
5802026-07-14T05:18:34.055Z Compiling pkg-config v0.3.33
5812026-07-14T05:18:34.161Z Compiling fastrand v2.4.1
5822026-07-14T05:18:34.355Z Compiling rustls v0.23.42
5832026-07-14T05:18:34.507Z Compiling target-spec v3.6.0
5842026-07-14T05:18:34.520Z Compiling try-lock v0.2.5
5852026-07-14T05:18:34.594Z Compiling thiserror v1.0.69
5862026-07-14T05:18:34.669Z Compiling typeid v1.0.3
5872026-07-14T05:18:34.813Z Compiling atomic-waker v1.1.2
5882026-07-14T05:18:34.931Z Compiling tower-service v0.3.3
5892026-07-14T05:18:35.007Z Compiling want v0.3.1
5902026-07-14T05:18:35.021Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5912026-07-14T05:18:35.032Z Compiling tempfile v3.27.0
5922026-07-14T05:18:35.137Z Compiling tokio-util v0.7.18
5932026-07-14T05:18:35.234Z Compiling cfg-expr v0.20.8
5942026-07-14T05:18:35.942Z Compiling backtrace v0.3.76
5952026-07-14T05:18:36.236Z Compiling h2 v0.4.15
5962026-07-14T05:18:36.245Z Compiling url v2.5.8
5972026-07-14T05:18:36.771Z Compiling thiserror-impl v1.0.69
5982026-07-14T05:18:36.799Z Compiling terminal_size v0.4.4
5992026-07-14T05:18:36.959Z Compiling aho-corasick v1.1.4
6002026-07-14T05:18:36.976Z Compiling typenum v1.20.1
6012026-07-14T05:18:37.688Z Compiling rustls-webpki v0.103.13
6022026-07-14T05:18:37.977Z Compiling erased-serde v0.4.10
6032026-07-14T05:18:38.313Z Compiling subtle v2.6.1
6042026-07-14T05:18:38.494Z Compiling winnow v0.7.15
6052026-07-14T05:18:38.774Z Compiling regex-syntax v0.8.11
6062026-07-14T05:18:40.372Z Compiling hyper v1.10.1
6072026-07-14T05:18:40.533Z Compiling regex-automata v0.4.15
6082026-07-14T05:18:42.749Z Compiling toml_datetime v0.6.11
6092026-07-14T05:18:43.138Z Compiling serde_spanned v0.6.9
6102026-07-14T05:18:43.313Z Compiling ahash v0.8.12
6112026-07-14T05:18:43.591Z Compiling sync_wrapper v1.0.2
6122026-07-14T05:18:43.707Z Compiling parking_lot_core v0.9.12
6132026-07-14T05:18:44.007Z Compiling ipnet v2.12.0
6142026-07-14T05:18:44.229Z Compiling foldhash v0.1.5
6152026-07-14T05:18:44.370Z Compiling lazy_static v1.5.0
6162026-07-14T05:18:44.466Z Compiling crc32fast v1.5.0
6172026-07-14T05:18:44.495Z Compiling is_ci v1.2.0
6182026-07-14T05:18:44.668Z Compiling nextest-workspace-hack v0.1.0
6192026-07-14T05:18:44.780Z Compiling either v1.16.0
6202026-07-14T05:18:44.900Z Compiling unicode-segmentation v1.13.3
6212026-07-14T05:18:45.025Z Compiling toml_write v0.1.2
6222026-07-14T05:18:45.273Z Compiling tower-layer v0.3.3
6232026-07-14T05:18:45.273Z Compiling base64 v0.22.1
6242026-07-14T05:18:45.305Z Compiling unicode-linebreak v0.1.5
6252026-07-14T05:18:45.344Z Compiling portable-atomic v1.13.1
6262026-07-14T05:18:45.484Z Compiling tower v0.5.3
6272026-07-14T05:18:45.574Z Compiling hyper-util v0.1.20
6282026-07-14T05:18:45.821Z Compiling textwrap v0.16.2
6292026-07-14T05:18:45.873Z Compiling convert_case v0.10.0
6302026-07-14T05:18:46.112Z Compiling toml_edit v0.22.27
6312026-07-14T05:18:46.247Z Compiling supports-color v3.0.2
6322026-07-14T05:18:46.398Z Compiling sharded-slab v0.1.7
6332026-07-14T05:18:46.491Z Compiling hashbrown v0.15.5
6342026-07-14T05:18:47.037Z Compiling tokio-rustls v0.26.4
6352026-07-14T05:18:47.302Z Compiling backtrace-ext v0.2.1
6362026-07-14T05:18:47.325Z Compiling ordered-float v2.10.1
6372026-07-14T05:18:47.579Z Compiling webpki-roots v1.0.8
6382026-07-14T05:18:47.609Z Compiling miette-derive v7.6.0
6392026-07-14T05:18:47.696Z Compiling pathdiff v0.2.3
6402026-07-14T05:18:47.780Z Compiling console v0.15.11
6412026-07-14T05:18:47.826Z Compiling cargo-platform v0.3.3
6422026-07-14T05:18:48.285Z Compiling tracing-log v0.2.0
6432026-07-14T05:18:48.397Z Compiling os_pipe v1.2.3
6442026-07-14T05:18:48.575Z Compiling thread_local v1.1.10
6452026-07-14T05:18:48.645Z Compiling ryu v1.0.23
6462026-07-14T05:18:48.731Z Compiling utf8parse v0.2.2
6472026-07-14T05:18:48.850Z Compiling unicode-width v0.1.14
6482026-07-14T05:18:48.934Z Compiling pulldown-cmark v0.13.4
6492026-07-14T05:18:48.937Z Compiling fixedbitset v0.5.7
6502026-07-14T05:18:49.156Z Compiling debug-ignore v1.0.5
6512026-07-14T05:18:49.170Z Compiling winnow v1.0.4
6522026-07-14T05:18:49.281Z Compiling rustix v0.38.44
6532026-07-14T05:18:49.467Z Compiling scopeguard v1.2.0
6542026-07-14T05:18:49.486Z Compiling zstd-safe v7.2.4
6552026-07-14T05:18:49.578Z Compiling supports-unicode v3.0.0
6562026-07-14T05:18:49.655Z Compiling supports-hyperlinks v3.2.0
6572026-07-14T05:18:49.748Z Compiling cfg_aliases v0.2.1
6582026-07-14T05:18:49.825Z Compiling nix v0.30.1
6592026-07-14T05:18:49.846Z Compiling miette v7.6.0
6602026-07-14T05:18:49.880Z Compiling lock_api v0.4.14
6612026-07-14T05:18:50.205Z Compiling petgraph v0.8.3
6622026-07-14T05:18:50.236Z Compiling toml_parser v1.1.2+spec-1.1.0
6632026-07-14T05:18:50.637Z Compiling anstyle-parse v1.0.0
6642026-07-14T05:18:50.866Z Compiling serde_urlencoded v0.7.1
6652026-07-14T05:18:51.164Z Compiling tracing-subscriber v0.3.23
6662026-07-14T05:18:51.567Z Compiling sigchld v0.2.4
6672026-07-14T05:18:51.770Z Compiling cargo_metadata v0.23.1
6682026-07-14T05:18:51.971Z Compiling toml v0.8.23
6692026-07-14T05:18:52.163Z Compiling hyper-rustls v0.27.9
6702026-07-14T05:18:52.850Z Compiling serde-untagged v0.1.9
6712026-07-14T05:18:53.234Z Compiling serde-value v0.7.0
6722026-07-14T05:18:54.513Z Compiling derive_more-impl v2.1.1
6732026-07-14T05:18:54.528Z Compiling tower-http v0.6.11
6742026-07-14T05:18:54.857Z Compiling itertools v0.14.0
6752026-07-14T05:18:55.201Z Compiling regex v1.13.0
6762026-07-14T05:18:55.319Z Compiling block-buffer v0.10.4
6772026-07-14T05:18:55.356Z Compiling crypto-common v0.1.7
6782026-07-14T05:18:55.482Z Compiling ppv-lite86 v0.2.21
6792026-07-14T05:18:55.494Z Compiling rand_core v0.9.5
6802026-07-14T05:18:55.662Z Compiling futures-executor v0.3.32
6812026-07-14T05:18:55.754Z Compiling pin-project-internal v1.1.13
6822026-07-14T05:18:55.813Z Compiling http-body-util v0.1.4
6832026-07-14T05:18:56.117Z Compiling uuid v1.23.5
6842026-07-14T05:18:56.206Z Compiling smol_str v0.3.6
6852026-07-14T05:18:56.406Z Compiling serde_spanned v1.1.1
6862026-07-14T05:18:56.553Z Compiling toml_datetime v1.1.1+spec-1.1.0
6872026-07-14T05:18:56.556Z Compiling filetime v0.2.29
6882026-07-14T05:18:56.662Z Compiling vte v0.14.1
6892026-07-14T05:18:56.675Z Compiling bstr v1.12.3
6902026-07-14T05:18:56.767Z Compiling litrs v1.0.0
6912026-07-14T05:18:56.852Z Compiling number_prefix v0.4.0
6922026-07-14T05:18:56.884Z Compiling anstyle v1.0.14
6932026-07-14T05:18:56.988Z Compiling self_update v0.42.0
6942026-07-14T05:18:57.008Z Compiling static_assertions v1.1.0
6952026-07-14T05:18:57.084Z Compiling eyre v0.6.12
6962026-07-14T05:18:57.120Z Compiling tinyvec_macros v0.1.1
6972026-07-14T05:18:57.193Z Compiling unicode-xid v0.2.6
6982026-07-14T05:18:57.220Z Compiling nested v0.1.1
6992026-07-14T05:18:57.247Z Compiling xattr v1.6.1
7002026-07-14T05:18:57.376Z Compiling color-spantrace v0.3.0
7012026-07-14T05:18:57.416Z Compiling unicase v2.9.0
7022026-07-14T05:18:57.429Z Compiling anstyle-query v1.1.5
7032026-07-14T05:18:57.442Z Compiling is_terminal_polyfill v1.70.2
7042026-07-14T05:18:57.533Z Compiling iana-time-zone v0.1.65
7052026-07-14T05:18:57.533Z Compiling colorchoice v1.0.5
7062026-07-14T05:18:57.681Z Compiling chrono v0.4.45
7072026-07-14T05:18:57.718Z Compiling anstream v1.0.0
7082026-07-14T05:18:57.734Z Compiling tar v0.4.46
7092026-07-14T05:18:57.806Z Compiling guppy v0.17.26
7102026-07-14T05:18:57.880Z Compiling cargo-util-schemas v0.2.0
7112026-07-14T05:18:58.246Z Compiling document-features v0.2.12
7122026-07-14T05:18:58.755Z Compiling tinyvec v1.12.0
7132026-07-14T05:18:58.831Z Compiling globset v0.4.18
7142026-07-14T05:18:59.197Z Compiling indicatif v0.17.11
7152026-07-14T05:19:00.258Z Compiling pin-project v1.1.13
7162026-07-14T05:19:00.283Z Compiling strip-ansi-escapes v0.2.1
7172026-07-14T05:19:00.345Z Compiling toml v1.1.2+spec-1.1.0
7182026-07-14T05:19:00.373Z Compiling nextest-metadata v0.12.2
7192026-07-14T05:19:00.794Z Compiling newtype-uuid v1.3.2
7202026-07-14T05:19:00.990Z Compiling reqwest v0.12.28
7212026-07-14T05:19:01.106Z Compiling futures v0.3.32
7222026-07-14T05:19:01.195Z Compiling rand_chacha v0.9.0
7232026-07-14T05:19:01.769Z Compiling digest v0.10.7
7242026-07-14T05:19:02.018Z Compiling derive_more v2.1.1
7252026-07-14T05:19:02.105Z Compiling flate2 v1.1.9
7262026-07-14T05:19:02.119Z Compiling parking_lot v0.12.5
7272026-07-14T05:19:02.385Z Compiling tracing-error v0.2.1
7282026-07-14T05:19:02.627Z Compiling shared_child v1.1.1
7292026-07-14T05:19:03.035Z Compiling signal-hook-mio v0.2.5
7302026-07-14T05:19:03.062Z Compiling self-replace v1.5.0
7312026-07-14T05:19:03.170Z Compiling cargo-platform v0.2.0
7322026-07-14T05:19:03.387Z Compiling quick-xml v0.37.5
7332026-07-14T05:19:03.571Z Compiling quick-xml v0.38.4
7342026-07-14T05:19:03.745Z Compiling shell-words v1.1.1
7352026-07-14T05:19:04.017Z Compiling strsim v0.11.1
7362026-07-14T05:19:04.338Z Compiling recursion v0.5.4
7372026-07-14T05:19:04.485Z Compiling indenter v0.3.4
7382026-07-14T05:19:04.627Z Compiling cpufeatures v0.2.17
7392026-07-14T05:19:04.710Z Compiling urlencoding v2.1.3
7402026-07-14T05:19:04.855Z Compiling clap_lex v1.1.0
7412026-07-14T05:19:04.940Z Compiling humantime v2.4.0
7422026-07-14T05:19:05.179Z Compiling heck v0.5.0
7432026-07-14T05:19:05.260Z Compiling humantime-serde v1.1.1
7442026-07-14T05:19:05.393Z Compiling clap_derive v4.6.1
7452026-07-14T05:19:05.418Z Compiling clap_builder v4.6.0
7462026-07-14T05:19:05.491Z Compiling sha2 v0.10.9
7472026-07-14T05:19:06.176Z Compiling nextest-filtering v0.15.0
7482026-07-14T05:19:06.732Z Compiling quick-junit v0.5.2
7492026-07-14T05:19:07.213Z Compiling atomicwrites v0.4.4
7502026-07-14T05:19:07.511Z Compiling cargo_metadata v0.20.0
7512026-07-14T05:19:09.930Z Compiling crossterm v0.29.0
7522026-07-14T05:19:10.193Z Compiling cargo-nextest v0.9.97
7532026-07-14T05:19:10.539Z Compiling duct v0.13.7
7542026-07-14T05:19:12.283Z Compiling zstd v0.13.3
7552026-07-14T05:19:12.297Z Compiling rand v0.9.5
7562026-07-14T05:19:12.430Z Compiling async-scoped v0.9.0
7572026-07-14T05:19:12.634Z Compiling config v0.15.25
7582026-07-14T05:19:12.725Z Compiling unicode-normalization v0.1.25
7592026-07-14T05:19:12.777Z Compiling target-spec-miette v0.4.8
7602026-07-14T05:19:12.800Z Compiling future-queue v0.4.0
7612026-07-14T05:19:13.072Z Compiling mukti-metadata v0.3.0
7622026-07-14T05:19:13.094Z Compiling camino-tempfile v1.4.1
7632026-07-14T05:19:13.223Z Compiling tokio-stream v0.1.18
7642026-07-14T05:19:13.248Z Compiling derive-where v1.6.1
7652026-07-14T05:19:13.332Z Compiling serde_path_to_error v0.1.20
7662026-07-14T05:19:13.529Z Compiling serde_ignored v0.1.14
7672026-07-14T05:19:13.562Z Compiling swrite v0.1.0
7682026-07-14T05:19:13.672Z Compiling xxhash-rust v0.8.16
7692026-07-14T05:19:13.803Z Compiling hex v0.4.3
7702026-07-14T05:19:13.814Z Compiling indent_write v2.2.0
7712026-07-14T05:19:13.814Z Compiling home v0.5.12
7722026-07-14T05:19:13.920Z Compiling color-eyre v0.6.5
7732026-07-14T05:19:13.981Z Compiling clap v4.6.1
7742026-07-14T05:19:13.995Z Compiling dialoguer v0.11.0
7752026-07-14T05:19:14.051Z Compiling enable-ansi-support v0.2.1
7762026-07-14T05:19:14.523Z Compiling nextest-runner v0.80.0
7772026-07-14T05:19:33.213Z Finished `release` profile [optimized] target(s) in 1m 11s
7782026-07-14T05:19:33.401Z Installing /home/build/.cargo/bin/cargo-nextest
7792026-07-14T05:19:33.404Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7802026-07-14T05:19:33.525Z+ pushd rdb
7812026-07-14T05:19:33.528Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7822026-07-14T05:19:33.528Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7832026-07-14T05:19:33.691Z Updating git repository `https://github.com/oxidecomputer/falcon`
7842026-07-14T05:19:34.271ZFrom https://github.com/oxidecomputer/falcon
7852026-07-14T05:19:34.271Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7862026-07-14T05:19:34.348Z Updating crates.io index
7872026-07-14T05:19:34.353Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7882026-07-14T05:19:34.743ZFrom https://github.com/oxidecomputer/dendrite
7892026-07-14T05:19:34.743Z * [new ref] f9fba02fd5351f468b15bda21d83d6dedae90818 -> refs/commit/f9fba02fd5351f468b15bda21d83d6dedae90818
7902026-07-14T05:19:34.777Z Updating git repository `https://github.com/oxidecomputer/ispf`
7912026-07-14T05:19:35.033ZFrom https://github.com/oxidecomputer/ispf
7922026-07-14T05:19:35.033Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7932026-07-14T05:19:35.039Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7942026-07-14T05:19:35.375ZFrom https://github.com/oxidecomputer/netadm-sys
7952026-07-14T05:19:35.375Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7962026-07-14T05:19:35.415Z Updating git repository `https://github.com/oxidecomputer/omicron`
7972026-07-14T05:19:41.476ZFrom https://github.com/oxidecomputer/omicron
7982026-07-14T05:19:41.476Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7992026-07-14T05:19:41.902Z Updating git repository `https://github.com/oxidecomputer/opte`
8002026-07-14T05:19:42.593ZFrom https://github.com/oxidecomputer/opte
8012026-07-14T05:19:42.593Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8022026-07-14T05:19:42.624Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8032026-07-14T05:19:42.887ZFrom https://github.com/oxidecomputer/slog-error-chain
8042026-07-14T05:19:42.887Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8052026-07-14T05:19:42.897Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-07-14T05:19:43.165ZFrom https://github.com/illumos/smf-rs
8072026-07-14T05:19:43.165Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-07-14T05:19:43.173Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-07-14T05:19:43.446ZFrom https://github.com/oxidecomputer/network-interface
8102026-07-14T05:19:43.446Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-07-14T05:19:43.453Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-07-14T05:19:43.760ZFrom https://github.com/oxidecomputer/zone
8132026-07-14T05:19:43.760Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-07-14T05:19:43.766Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-07-14T05:19:44.432ZFrom https://github.com/oxidecomputer/propolis
8162026-07-14T05:19:44.432Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-07-14T05:19:44.477Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-07-14T05:19:44.987ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-07-14T05:19:44.987Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8202026-07-14T05:19:44.998Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-07-14T05:19:45.262ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-07-14T05:19:45.262Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8232026-07-14T05:19:45.268Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-07-14T05:19:45.574ZFrom https://github.com/jmesmon/rust-libzfs
8252026-07-14T05:19:45.575Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-07-14T05:19:45.583Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-07-14T05:19:45.830ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-07-14T05:19:45.830Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-07-14T05:19:45.837Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-07-14T05:19:46.165ZFrom https://github.com/oxidecomputer/lldp
8312026-07-14T05:19:46.165Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8322026-07-14T05:19:46.177Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-07-14T05:19:46.487ZFrom https://github.com/oxidecomputer/tufaceous
8342026-07-14T05:19:46.487Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-07-14T05:19:46.506Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-07-14T05:19:46.987ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-07-14T05:19:46.987Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8382026-07-14T05:19:47.002Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-07-14T05:19:47.786ZFrom https://github.com/oxidecomputer/crucible
8402026-07-14T05:19:47.786Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-07-14T05:19:47.832Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-07-14T05:19:48.090ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-07-14T05:19:48.090Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-07-14T05:19:48.102Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-07-14T05:19:48.543ZFrom https://github.com/oxidecomputer/propolis
8462026-07-14T05:19:48.543Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8472026-07-14T05:19:48.591Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-07-14T05:19:49.135ZFrom https://github.com/oxidecomputer/crucible
8492026-07-14T05:19:49.135Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8502026-07-14T05:19:49.202Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-07-14T05:19:49.558ZFrom https://github.com/oxidecomputer/tofino
8522026-07-14T05:19:49.558Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8532026-07-14T05:19:49.568Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-07-14T05:19:50.327ZFrom https://github.com/oxidecomputer/maghemite
8552026-07-14T05:19:50.328Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-07-14T05:19:50.401Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-07-14T05:19:50.609ZFrom https://github.com/oxidecomputer/clickward
8582026-07-14T05:19:50.609Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-07-14T05:19:50.633Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-07-14T05:19:51.010ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-07-14T05:19:51.010Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-07-14T05:19:51.837Z Downloading crates ...
8632026-07-14T05:19:51.926Z Downloaded arrayref v0.3.9
8642026-07-14T05:19:52.025Z Downloaded cobs v0.3.0
8652026-07-14T05:19:52.025Z Downloaded byteorder v1.5.0
8662026-07-14T05:19:52.025Z Downloaded backoff v0.4.0
8672026-07-14T05:19:52.025Z Downloaded crunchy v0.2.4
8682026-07-14T05:19:52.025Z Downloaded cstr-argument v0.1.2
8692026-07-14T05:19:52.025Z Downloaded async-recursion v1.1.1
8702026-07-14T05:19:52.050Z Downloaded aead v0.5.2
8712026-07-14T05:19:52.050Z Downloaded foreign-types-macros v0.2.3
8722026-07-14T05:19:52.050Z Downloaded foreign-types v0.5.0
8732026-07-14T05:19:52.050Z Downloaded critical-section v1.2.0
8742026-07-14T05:19:52.050Z Downloaded const_format_proc_macros v0.2.34
8752026-07-14T05:19:52.050Z Downloaded ff v0.13.1
8762026-07-14T05:19:52.050Z Downloaded defmt-macros v1.1.0
8772026-07-14T05:19:52.050Z Downloaded foreign-types-shared v0.3.1
8782026-07-14T05:19:52.050Z Downloaded crossbeam-epoch v0.9.18
8792026-07-14T05:19:52.050Z Downloaded compression-core v0.4.32
8802026-07-14T05:19:52.051Z Downloaded base16ct v0.2.0
8812026-07-14T05:19:52.051Z Downloaded allocator-api2 v0.2.21
8822026-07-14T05:19:52.051Z Downloaded dof v0.4.0
8832026-07-14T05:19:52.051Z Downloaded blake3 v1.8.5
8842026-07-14T05:19:52.051Z Downloaded fs-err v3.3.0
8852026-07-14T05:19:52.051Z Downloaded embedded-io v0.6.1
8862026-07-14T05:19:52.051Z Downloaded cipher v0.4.4
8872026-07-14T05:19:52.051Z Downloaded fs_extra v1.3.0
8882026-07-14T05:19:52.051Z Downloaded hostname v0.3.1
8892026-07-14T05:19:52.051Z Downloaded async-stream v0.3.6
8902026-07-14T05:19:52.051Z Downloaded enum-as-inner v0.6.1
8912026-07-14T05:19:52.051Z Downloaded arrayvec v0.7.6
8922026-07-14T05:19:52.051Z Downloaded icu_locale_core v2.2.0
8932026-07-14T05:19:52.051Z Downloaded float-ord v0.3.2
8942026-07-14T05:19:52.051Z Downloaded git-stub-vcs v0.1.0
8952026-07-14T05:19:52.051Z Downloaded bit-set v0.8.0
8962026-07-14T05:19:52.051Z Downloaded const-random-macro v0.1.16
8972026-07-14T05:19:52.052Z Downloaded cmake v0.1.58
8982026-07-14T05:19:52.052Z Downloaded bytecount v0.6.9
8992026-07-14T05:19:52.052Z Downloaded highway v1.3.0
9002026-07-14T05:19:52.052Z Downloaded byte-wrapper v0.1.0
9012026-07-14T05:19:52.052Z Downloaded block-buffer v0.12.0
9022026-07-14T05:19:52.052Z Downloaded darling_macro v0.23.0
9032026-07-14T05:19:52.052Z Downloaded async-stream-impl v0.3.6
9042026-07-14T05:19:52.052Z Downloaded cancel-safe-futures v0.1.5
9052026-07-14T05:19:52.052Z Downloaded argon2 v0.5.3
9062026-07-14T05:19:52.052Z Downloaded dyn-clone v1.0.20
9072026-07-14T05:19:52.052Z Downloaded dunce v1.0.5
9082026-07-14T05:19:52.052Z Downloaded darling_macro v0.21.3
9092026-07-14T05:19:52.052Z Downloaded newline-converter v0.3.0
9102026-07-14T05:19:52.052Z Downloaded linked-hash-map v0.5.6
9112026-07-14T05:19:52.052Z Downloaded hubpack_derive v0.1.1
9122026-07-14T05:19:52.052Z Downloaded convert_case v0.4.0
9132026-07-14T05:19:52.052Z Downloaded const-random v0.1.18
9142026-07-14T05:19:52.052Z Downloaded base16ct v1.0.0
9152026-07-14T05:19:52.052Z Downloaded ciborium-ll v0.2.2
9162026-07-14T05:19:52.052Z Downloaded ciborium-io v0.2.2
9172026-07-14T05:19:52.052Z Downloaded expectorate v1.2.0
9182026-07-14T05:19:52.053Z Downloaded hubpack v0.1.2
9192026-07-14T05:19:52.053Z Downloaded backon v1.6.0
9202026-07-14T05:19:52.053Z Downloaded async-trait v0.1.89
9212026-07-14T05:19:52.053Z Downloaded idna_adapter v1.2.2
9222026-07-14T05:19:52.053Z Downloaded anyhow v1.0.103
9232026-07-14T05:19:52.053Z Downloaded lru-cache v0.1.2
9242026-07-14T05:19:52.053Z Downloaded internet-checksum v0.2.1
9252026-07-14T05:19:52.053Z Downloaded dtrace-parser v0.3.0
9262026-07-14T05:19:52.053Z Downloaded defmt-parser v1.0.0
9272026-07-14T05:19:52.053Z Downloaded group v0.13.0
9282026-07-14T05:19:52.053Z Downloaded crypto-common v0.2.2
9292026-07-14T05:19:52.053Z Downloaded humantime v2.3.0
9302026-07-14T05:19:52.053Z Downloaded hostname v0.4.2
9312026-07-14T05:19:52.053Z Downloaded icu_collections v2.2.0
9322026-07-14T05:19:52.053Z Downloaded crucible-workspace-hack v0.1.0
9332026-07-14T05:19:52.053Z Downloaded dropshot-api-manager-types v0.7.2
9342026-07-14T05:19:52.053Z Downloaded macaddr v1.0.1
9352026-07-14T05:19:52.053Z Downloaded fixedbitset v0.4.2
9362026-07-14T05:19:52.053Z Downloaded mime v0.3.17
9372026-07-14T05:19:52.053Z Downloaded fxhash v0.2.1
9382026-07-14T05:19:52.053Z Downloaded dtrace-parser v0.2.0
9392026-07-14T05:19:52.054Z Downloaded gethostname v0.5.0
9402026-07-14T05:19:52.072Z Downloaded no-std-compat v0.4.1
9412026-07-14T05:19:52.072Z Downloaded httpdate v1.0.3
9422026-07-14T05:19:52.072Z Downloaded http-body v1.0.1
9432026-07-14T05:19:52.073Z Downloaded newtype_derive v0.1.6
9442026-07-14T05:19:52.073Z Downloaded defmt v0.3.100
9452026-07-14T05:19:52.073Z Downloaded crc8 v0.1.1
9462026-07-14T05:19:52.073Z Downloaded libscf-sys v1.2.0
9472026-07-14T05:19:52.073Z Downloaded dof v0.3.0
9482026-07-14T05:19:52.073Z Downloaded num-derive v0.4.2
9492026-07-14T05:19:52.073Z Downloaded match_cfg v0.1.0
9502026-07-14T05:19:52.073Z Downloaded inout v0.1.4
9512026-07-14T05:19:52.073Z Downloaded heck v0.4.1
9522026-07-14T05:19:52.073Z Downloaded hash32 v0.3.1
9532026-07-14T05:19:52.073Z Downloaded num_threads v0.1.7
9542026-07-14T05:19:52.074Z Downloaded instant v0.1.13
9552026-07-14T05:19:52.074Z Downloaded bs58 v0.5.1
9562026-07-14T05:19:52.074Z Downloaded bitflags v1.3.2
9572026-07-14T05:19:52.074Z Downloaded memoffset v0.9.1
9582026-07-14T05:19:52.074Z Downloaded bcs v0.1.6
9592026-07-14T05:19:52.074Z Downloaded csv-core v0.1.13
9602026-07-14T05:19:52.074Z Downloaded newtype-uuid-macros v0.1.0
9612026-07-14T05:19:52.074Z Downloaded natord v1.0.9
9622026-07-14T05:19:52.075Z Downloaded daft-derive v0.1.7
9632026-07-14T05:19:52.075Z Downloaded chacha20 v0.9.1
9642026-07-14T05:19:52.075Z Downloaded console v0.16.3
9652026-07-14T05:19:52.075Z Downloaded olpc-cjson v0.1.4
9662026-07-14T05:19:52.081Z Downloaded bit-vec v0.8.0
9672026-07-14T05:19:52.081Z Downloaded keccak v0.1.6
9682026-07-14T05:19:52.081Z Downloaded compression-codecs v0.4.38
9692026-07-14T05:19:52.081Z Downloaded opaque-debug v0.3.1
9702026-07-14T05:19:52.081Z Downloaded omicron-workspace-hack v0.1.0
9712026-07-14T05:19:52.081Z Downloaded konst_macro_rules v0.2.19
9722026-07-14T05:19:52.082Z Downloaded ident_case v1.0.1
9732026-07-14T05:19:52.082Z Downloaded is-terminal v0.4.17
9742026-07-14T05:19:52.082Z Downloaded num-conv v0.2.2
9752026-07-14T05:19:52.082Z Downloaded git-stub v1.0.0
9762026-07-14T05:19:52.082Z Downloaded managed v0.8.0
9772026-07-14T05:19:52.082Z Downloaded plain v0.2.3
9782026-07-14T05:19:52.082Z Downloaded memmap v0.7.0
9792026-07-14T05:19:52.082Z Downloaded num_enum_derive v0.5.11
9802026-07-14T05:19:52.088Z Downloaded num-iter v0.1.45
9812026-07-14T05:19:52.088Z Downloaded pretty-hex v0.4.2
9822026-07-14T05:19:52.088Z Downloaded proc-macro-error-attr v1.0.4
9832026-07-14T05:19:52.089Z Downloaded powerfmt v0.2.0
9842026-07-14T05:19:52.089Z Downloaded potential_utf v0.1.5
9852026-07-14T05:19:52.105Z Downloaded linear-map v1.2.0
9862026-07-14T05:19:52.105Z Downloaded digest v0.11.3
9872026-07-14T05:19:52.105Z Downloaded foldhash v0.2.0
9882026-07-14T05:19:52.105Z Downloaded num v0.4.3
9892026-07-14T05:19:52.106Z Downloaded displaydoc v0.2.6
9902026-07-14T05:19:52.106Z Downloaded derive-ex v0.1.8
9912026-07-14T05:19:52.106Z Downloaded deranged v0.5.8
9922026-07-14T05:19:52.106Z Downloaded parse-display v0.10.0
9932026-07-14T05:19:52.117Z Downloaded data-encoding v2.11.0
9942026-07-14T05:19:52.117Z Downloaded num_enum v0.5.11
9952026-07-14T05:19:52.117Z Downloaded num-rational v0.4.2
9962026-07-14T05:19:52.117Z Downloaded num-integer v0.1.46
9972026-07-14T05:19:52.117Z Downloaded phf_shared v0.12.1
9982026-07-14T05:19:52.117Z Downloaded colored v3.1.1
9992026-07-14T05:19:52.117Z Downloaded chacha20 v0.10.0
10002026-07-14T05:19:52.117Z Downloaded embedded-io v0.4.0
10012026-07-14T05:19:52.137Z Downloaded darling v0.23.0
10022026-07-14T05:19:52.137Z Downloaded bitflags v2.12.1
10032026-07-14T05:19:52.137Z Downloaded ciborium v0.2.2
10042026-07-14T05:19:52.137Z Downloaded progenitor-macro v0.13.0
10052026-07-14T05:19:52.137Z Downloaded jobserver v0.1.34
10062026-07-14T05:19:52.137Z Downloaded rand_chacha v0.3.1
10072026-07-14T05:19:52.137Z Downloaded parking_lot_core v0.8.6
10082026-07-14T05:19:52.137Z Downloaded proc-macro-crate v1.3.1
10092026-07-14T05:19:52.137Z Downloaded progenitor-client v0.10.0
10102026-07-14T05:19:52.137Z Downloaded daft v0.1.7
10112026-07-14T05:19:52.151Z Downloaded crossbeam-deque v0.8.6
10122026-07-14T05:19:52.151Z Downloaded progenitor-client v0.14.0
10132026-07-14T05:19:52.151Z Downloaded password-hash v0.5.0
10142026-07-14T05:19:52.151Z Downloaded phf v0.12.1
10152026-07-14T05:19:52.151Z Downloaded progenitor-macro v0.10.0
10162026-07-14T05:19:52.151Z Downloaded pem v3.0.6
10172026-07-14T05:19:52.152Z Downloaded progenitor-macro v0.14.0
10182026-07-14T05:19:52.152Z Downloaded ref-cast-impl v1.0.25
10192026-07-14T05:19:52.152Z Downloaded quick-error v1.2.3
10202026-07-14T05:19:52.152Z Downloaded hybrid-array v0.4.12
10212026-07-14T05:19:52.152Z Downloaded libsw v3.5.0
10222026-07-14T05:19:52.165Z Downloaded poly1305 v0.8.0
10232026-07-14T05:19:52.165Z Downloaded ingot v0.1.1
10242026-07-14T05:19:52.165Z Downloaded erased-serde v0.3.31
10252026-07-14T05:19:52.165Z Downloaded cookie v0.18.1
10262026-07-14T05:19:52.165Z Downloaded multer v3.1.0
10272026-07-14T05:19:52.165Z Downloaded defmt v1.1.0
10282026-07-14T05:19:52.166Z Downloaded num-complex v0.4.6
10292026-07-14T05:19:52.166Z Downloaded ingot-types v0.1.2
10302026-07-14T05:19:52.166Z Downloaded constant_time_eq v0.4.2
10312026-07-14T05:19:52.170Z Downloaded num_enum v0.7.6
10322026-07-14T05:19:52.170Z Downloaded proc-macro-error-attr2 v2.0.0
10332026-07-14T05:19:52.170Z Downloaded num_enum_derive v0.7.6
10342026-07-14T05:19:52.170Z Downloaded rand_xorshift v0.4.0
10352026-07-14T05:19:52.170Z Downloaded rustc_version v0.1.7
10362026-07-14T05:19:52.170Z Downloaded cargo_toml v0.22.3
10372026-07-14T05:19:52.170Z Downloaded darling v0.21.3
10382026-07-14T05:19:52.179Z Downloaded ref-cast v1.0.25
10392026-07-14T05:19:52.179Z Downloaded blake2 v0.10.6
10402026-07-14T05:19:52.180Z Downloaded proc-macro-error2 v2.0.1
10412026-07-14T05:19:52.196Z Downloaded crossbeam-utils v0.8.21
10422026-07-14T05:19:52.196Z Downloaded libsw-core v0.3.2
10432026-07-14T05:19:52.196Z Downloaded arc-swap v1.9.1
10442026-07-14T05:19:52.196Z Downloaded secrecy v0.10.3
10452026-07-14T05:19:52.196Z Downloaded serde_repr v0.1.20
10462026-07-14T05:19:52.196Z Downloaded progenitor-extras v0.2.0
10472026-07-14T05:19:52.196Z Downloaded serde_plain v1.0.2
10482026-07-14T05:19:52.196Z Downloaded sha1 v0.11.0
10492026-07-14T05:19:52.196Z Downloaded parse-display-derive v0.10.0
10502026-07-14T05:19:52.197Z Downloaded oxnet v0.1.6
10512026-07-14T05:19:52.206Z Downloaded sha1 v0.10.6
10522026-07-14T05:19:52.206Z Downloaded parking_lot v0.11.2
10532026-07-14T05:19:52.206Z Downloaded rustc-hash v2.1.2
10542026-07-14T05:19:52.206Z Downloaded quote v1.0.45
10552026-07-14T05:19:52.206Z Downloaded serial_test_derive v3.5.0
10562026-07-14T05:19:52.206Z Downloaded oxide-tokio-rt v0.1.6
10572026-07-14T05:19:52.206Z Downloaded pest_derive v2.8.6
10582026-07-14T05:19:52.206Z Downloaded ipnetwork v0.21.1
10592026-07-14T05:19:52.206Z Downloaded scroll_derive v0.12.1
10602026-07-14T05:19:52.206Z Downloaded resolv-conf v0.7.6
10612026-07-14T05:19:52.217Z Downloaded hmac v0.12.1
10622026-07-14T05:19:52.218Z Downloaded same-file v1.0.6
10632026-07-14T05:19:52.218Z Downloaded rustversion v1.0.22
10642026-07-14T05:19:52.218Z Downloaded rustls-native-certs v0.8.4
10652026-07-14T05:19:52.218Z Downloaded const-oid v0.10.2
10662026-07-14T05:19:52.218Z Downloaded slog-bunyan v2.5.0
10672026-07-14T05:19:52.218Z Downloaded siphasher v1.0.3
10682026-07-14T05:19:52.233Z Downloaded progenitor-client v0.13.0
10692026-07-14T05:19:52.233Z Downloaded scroll_derive v0.13.1
10702026-07-14T05:19:52.233Z Downloaded progenitor v0.14.0
10712026-07-14T05:19:52.233Z Downloaded progenitor v0.13.0
10722026-07-14T05:19:52.233Z Downloaded slog-envlogger v2.2.0
10732026-07-14T05:19:52.233Z Downloaded progenitor v0.10.0
10742026-07-14T05:19:52.233Z Downloaded proc-macro-error v1.0.4
10752026-07-14T05:19:52.233Z Downloaded sigpipe v0.1.3
10762026-07-14T05:19:52.233Z Downloaded getrandom v0.4.2
10772026-07-14T05:19:52.233Z Downloaded serde-big-array v0.5.1
10782026-07-14T05:19:52.245Z Downloaded elliptic-curve v0.13.8
10792026-07-14T05:19:52.245Z Downloaded drift v0.2.0
10802026-07-14T05:19:52.246Z Downloaded ingot-macros v0.1.1
10812026-07-14T05:19:52.246Z Downloaded diff v0.1.13
10822026-07-14T05:19:52.246Z Downloaded smawk v0.3.2
10832026-07-14T05:19:52.246Z Downloaded derive_more v0.99.20
10842026-07-14T05:19:52.270Z Downloaded rusty-fork v0.3.1
10852026-07-14T05:19:52.270Z Downloaded semver v0.1.20
10862026-07-14T05:19:52.270Z Downloaded proc-macro-crate v3.5.0
10872026-07-14T05:19:52.270Z Downloaded chacha20poly1305 v0.10.1
10882026-07-14T05:19:52.270Z Downloaded stable_deref_trait v1.2.1
10892026-07-14T05:19:52.270Z Downloaded port-file v0.1.0
10902026-07-14T05:19:52.270Z Downloaded memmap2 v0.9.10
10912026-07-14T05:19:52.270Z Downloaded glob v0.3.3
10922026-07-14T05:19:52.270Z Downloaded strum v0.26.3
10932026-07-14T05:19:52.270Z Downloaded structmeta v0.3.0
10942026-07-14T05:19:52.270Z Downloaded spin v0.5.2
10952026-07-14T05:19:52.271Z Downloaded serial_test v3.5.0
10962026-07-14T05:19:52.271Z Downloaded serde_tokenstream v0.2.3
10972026-07-14T05:19:52.285Z Downloaded strum v0.27.2
10982026-07-14T05:19:52.285Z Downloaded take_mut v0.2.2
10992026-07-14T05:19:52.285Z Downloaded tabwriter v1.4.1
11002026-07-14T05:19:52.285Z Downloaded tabled_derive v0.11.0
11012026-07-14T05:19:52.285Z Downloaded thread-id v4.2.2
11022026-07-14T05:19:52.285Z Downloaded testing_table v0.3.0
11032026-07-14T05:19:52.285Z Downloaded tagptr v0.2.0
11042026-07-14T05:19:52.285Z Downloaded papergrid v0.18.0
11052026-07-14T05:19:52.285Z Downloaded pest_generator v2.8.6
11062026-07-14T05:19:52.285Z Downloaded papergrid v0.11.0
11072026-07-14T05:19:52.285Z Downloaded paste v1.0.15
11082026-07-14T05:19:52.285Z Downloaded omicron-zone-package v0.12.3
11092026-07-14T05:19:52.285Z Downloaded slog-stdlog v4.1.1
11102026-07-14T05:19:52.285Z Downloaded slog-async v2.8.0
11112026-07-14T05:19:52.285Z Downloaded scroll v0.12.0
11122026-07-14T05:19:52.286Z Downloaded schemars_derive v0.8.22
11132026-07-14T05:19:52.286Z Downloaded structmeta-derive v0.3.0
11142026-07-14T05:19:52.286Z Downloaded termtree v0.5.1
11152026-07-14T05:19:52.286Z Downloaded time-core v0.1.8
11162026-07-14T05:19:52.286Z Downloaded tabled_derive v0.7.0
11172026-07-14T05:19:52.286Z Downloaded litemap v0.8.2
11182026-07-14T05:19:52.298Z Downloaded scroll v0.13.0
11192026-07-14T05:19:52.298Z Downloaded indexmap v1.9.3
11202026-07-14T05:19:52.298Z Downloaded smartstring v1.0.1
11212026-07-14T05:19:52.306Z Downloaded slog-scope v4.4.1
11222026-07-14T05:19:52.306Z Downloaded slog-json v2.6.1
11232026-07-14T05:19:52.306Z Downloaded serde_derive_internals v0.29.1
11242026-07-14T05:19:52.306Z Downloaded postcard v1.1.3
11252026-07-14T05:19:52.306Z Downloaded thiserror-impl-no-std v2.0.2
11262026-07-14T05:19:52.306Z Downloaded dropshot_endpoint v0.17.1
11272026-07-14T05:19:52.306Z Downloaded bytes v1.11.1
11282026-07-14T05:19:52.306Z Downloaded darling_core v0.21.3
11292026-07-14T05:19:52.312Z Downloaded topological-sort v0.2.2
11302026-07-14T05:19:52.313Z Downloaded smf v0.2.3
11312026-07-14T05:19:52.313Z Downloaded rustls-pemfile v2.2.0
11322026-07-14T05:19:52.313Z Downloaded progenitor-impl v0.10.0
11332026-07-14T05:19:52.313Z Downloaded const_format v0.2.36
11342026-07-14T05:19:52.319Z Downloaded unit-prefix v0.5.2
11352026-07-14T05:19:52.319Z Downloaded typify-macro v0.6.2
11362026-07-14T05:19:52.319Z Downloaded thread-id v5.1.0
11372026-07-14T05:19:52.319Z Downloaded typify-macro v0.4.3
11382026-07-14T05:19:52.319Z Downloaded cc v1.2.63
11392026-07-14T05:19:52.319Z Downloaded slog-term v2.9.2
11402026-07-14T05:19:52.331Z Downloaded progenitor-impl v0.13.0
11412026-07-14T05:19:52.331Z Downloaded icu_normalizer v2.2.0
11422026-07-14T05:19:52.331Z Downloaded heapless v0.8.0
11432026-07-14T05:19:52.331Z Downloaded usdt-macro v0.6.0
11442026-07-14T05:19:52.331Z Downloaded slog-dtrace v0.3.0
11452026-07-14T05:19:52.334Z Downloaded base64 v0.21.7
11462026-07-14T05:19:52.334Z Downloaded quinn-udp v0.5.14
11472026-07-14T05:19:52.334Z Downloaded icu_provider v2.2.0
11482026-07-14T05:19:52.334Z Downloaded snafu-derive v0.8.9
11492026-07-14T05:19:52.340Z Downloaded universal-hash v0.5.1
11502026-07-14T05:19:52.340Z Downloaded usdt-attr-macro v0.5.0
11512026-07-14T05:19:52.340Z Downloaded usdt v0.6.0
11522026-07-14T05:19:52.340Z Downloaded untrusted v0.7.1
11532026-07-14T05:19:52.346Z Downloaded usdt-macro v0.5.0
11542026-07-14T05:19:52.346Z Downloaded usdt v0.5.0
11552026-07-14T05:19:52.346Z Downloaded usdt-attr-macro v0.6.0
11562026-07-14T05:19:52.354Z Downloaded tiny-keccak v2.0.2
11572026-07-14T05:19:52.354Z Downloaded thread_local v1.1.9
11582026-07-14T05:19:52.354Z Downloaded tokio-dtrace v0.1.1
11592026-07-14T05:19:52.354Z Downloaded time-macros v0.2.27
11602026-07-14T05:19:52.359Z Downloaded yoke-derive v0.8.2
11612026-07-14T05:19:52.359Z Downloaded rhai_codegen v3.2.0
11622026-07-14T05:19:52.368Z Downloaded waitgroup v0.1.2
11632026-07-14T05:19:52.371Z Downloaded zone_cfg_derive v0.3.1
11642026-07-14T05:19:52.371Z Downloaded wait-timeout v0.2.1
11652026-07-14T05:19:52.371Z Downloaded zone v0.3.1
11662026-07-14T05:19:52.374Z Downloaded zeroize_derive v1.4.3
11672026-07-14T05:19:52.374Z Downloaded icu_normalizer_data v2.2.0
11682026-07-14T05:19:52.374Z Downloaded utf-8 v0.7.6
11692026-07-14T05:19:52.377Z Downloaded tokio-tungstenite v0.21.0
11702026-07-14T05:19:52.377Z Downloaded crossbeam-channel v0.5.15
11712026-07-14T05:19:52.380Z Downloaded unarray v0.1.4
11722026-07-14T05:19:52.380Z Downloaded tinystr v0.8.3
11732026-07-14T05:19:52.383Z Downloaded synstructure v0.13.2
11742026-07-14T05:19:52.383Z Downloaded strum_macros v0.26.4
11752026-07-14T05:19:52.383Z Downloaded smallvec v1.15.1
11762026-07-14T05:19:52.386Z Downloaded spin v0.9.8
11772026-07-14T05:19:52.386Z Downloaded walkdir v2.5.0
11782026-07-14T05:19:52.389Z Downloaded async-compression v0.4.42
11792026-07-14T05:19:52.392Z Downloaded whoami v1.6.1
11802026-07-14T05:19:52.392Z Downloaded thiserror-no-std v2.0.2
11812026-07-14T05:19:52.395Z Downloaded log v0.4.32
11822026-07-14T05:19:52.397Z Downloaded half v2.7.1
11832026-07-14T05:19:52.400Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11842026-07-14T05:19:52.400Z Downloaded thin-vec v0.2.18
11852026-07-14T05:19:52.400Z Downloaded slog v2.8.2
11862026-07-14T05:19:52.403Z Downloaded similar v2.7.0
11872026-07-14T05:19:52.406Z Downloaded zerofrom-derive v0.1.7
11882026-07-14T05:19:52.406Z Downloaded crypto-bigint v0.5.5
11892026-07-14T05:19:52.409Z Downloaded xz2 v0.1.7
11902026-07-14T05:19:52.411Z Downloaded konst v0.2.20
11912026-07-14T05:19:52.414Z Downloaded pretty_assertions v1.4.1
11922026-07-14T05:19:52.414Z Downloaded term v1.2.1
11932026-07-14T05:19:52.417Z Downloaded hickory-resolver v0.25.2
11942026-07-14T05:19:52.420Z Downloaded zmij v1.0.21
11952026-07-14T05:19:52.420Z Downloaded ucd-trie v0.1.7
11962026-07-14T05:19:52.423Z Downloaded zerovec-derive v0.11.3
11972026-07-14T05:19:52.423Z Downloaded schemars v0.9.0
11982026-07-14T05:19:52.428Z Downloaded usdt-impl v0.5.0
11992026-07-14T05:19:52.432Z Downloaded rand v0.8.6
12002026-07-14T05:19:52.435Z Downloaded rustls-pki-types v1.14.1
12012026-07-14T05:19:52.435Z Downloaded prettyplease v0.2.37
12022026-07-14T05:19:52.435Z Downloaded openssl-sys v0.9.116
12032026-07-14T05:19:52.438Z Downloaded schemars v0.8.22
12042026-07-14T05:19:52.445Z Downloaded zerocopy-derive v0.7.35
12052026-07-14T05:19:52.449Z Downloaded yoke v0.8.3
12062026-07-14T05:19:52.452Z Downloaded pest_meta v2.8.6
12072026-07-14T05:19:52.452Z Downloaded writeable v0.6.3
12082026-07-14T05:19:52.454Z Downloaded typify v0.6.2
12092026-07-14T05:19:52.454Z Downloaded serde_with_macros v3.20.0
12102026-07-14T05:19:52.457Z Downloaded progenitor-impl v0.14.0
12112026-07-14T05:19:52.457Z Downloaded indicatif v0.18.4
12122026-07-14T05:19:52.460Z Downloaded rand v0.9.4
12132026-07-14T05:19:52.463Z Downloaded jiff-static v0.2.28
12142026-07-14T05:19:52.466Z Downloaded icu_properties v2.2.0
12152026-07-14T05:19:52.466Z Downloaded zeroize v1.8.2
12162026-07-14T05:19:52.466Z Downloaded zerofrom v0.1.8
12172026-07-14T05:19:52.469Z Downloaded snafu v0.8.9
12182026-07-14T05:19:52.472Z Downloaded toml v0.7.8
12192026-07-14T05:19:52.472Z Downloaded tinyvec v1.11.0
12202026-07-14T05:19:52.477Z Downloaded vsss-rs v3.3.4
12212026-07-14T05:19:52.477Z Downloaded rayon-core v1.13.0
12222026-07-14T05:19:52.480Z Downloaded strum_macros v0.27.2
12232026-07-14T05:19:52.480Z Downloaded nom v7.1.3
12242026-07-14T05:19:52.484Z Downloaded darling_core v0.23.0
12252026-07-14T05:19:52.487Z Downloaded usdt-impl v0.6.0
12262026-07-14T05:19:52.487Z Downloaded typify v0.4.3
12272026-07-14T05:19:52.490Z Downloaded steno v0.4.1
12282026-07-14T05:19:52.490Z Downloaded rustls-platform-verifier v0.7.0
12292026-07-14T05:19:52.493Z Downloaded pest v2.8.6
12302026-07-14T05:19:52.502Z Downloaded nom v8.0.0
12312026-07-14T05:19:52.506Z Downloaded serde_yaml v0.9.34+deprecated
12322026-07-14T05:19:52.509Z Downloaded hickory-resolver v0.24.4
12332026-07-14T05:19:52.511Z Downloaded schemars v1.2.1
12342026-07-14T05:19:52.518Z Downloaded toml v0.9.12+spec-1.1.0
12352026-07-14T05:19:52.521Z Downloaded ron v0.12.1
12362026-07-14T05:19:52.526Z Downloaded yansi v1.0.1
12372026-07-14T05:19:52.529Z Downloaded unsafe-libyaml v0.2.11
12382026-07-14T05:19:52.529Z Downloaded memchr v2.8.1
12392026-07-14T05:19:52.532Z Downloaded zerotrie v0.2.4
12402026-07-14T05:19:52.535Z Downloaded zerocopy-derive v0.8.50
12412026-07-14T05:19:52.539Z Downloaded tungstenite v0.21.0
12422026-07-14T05:19:52.542Z Downloaded qorb v0.4.1
12432026-07-14T05:19:52.545Z Downloaded hashbrown v0.12.3
12442026-07-14T05:19:52.547Z Downloaded mio v1.2.1
12452026-07-14T05:19:52.550Z Downloaded minimal-lexical v0.2.1
12462026-07-14T05:19:52.553Z Downloaded dropshot-api-manager v0.7.2
12472026-07-14T05:19:52.556Z Downloaded typed-path v0.9.3
12482026-07-14T05:19:52.558Z Downloaded toml_edit v0.25.12+spec-1.1.0
12492026-07-14T05:19:52.561Z Downloaded quinn v0.11.9
12502026-07-14T05:19:52.563Z Downloaded regex v1.12.3
12512026-07-14T05:19:52.571Z Downloaded test-strategy v0.4.5
12522026-07-14T05:19:52.583Z Downloaded toml_edit v0.19.15
12532026-07-14T05:19:52.593Z Downloaded hashbrown v0.16.1
12542026-07-14T05:19:52.597Z Downloaded zerovec v0.11.6
12552026-07-14T05:19:52.616Z Downloaded tough v0.22.0
12562026-07-14T05:19:52.623Z Downloaded hkdf v0.12.4
12572026-07-14T05:19:52.633Z Downloaded itertools v0.12.1
12582026-07-14T05:19:52.639Z Downloaded serde_with v3.20.0
12592026-07-14T05:19:52.643Z Downloaded winnow v0.5.40
12602026-07-14T05:19:52.648Z Downloaded h2 v0.4.14
12612026-07-14T05:19:52.651Z Downloaded goblin v0.8.2
12622026-07-14T05:19:52.654Z Downloaded aws-lc-rs v1.17.0
12632026-07-14T05:19:52.661Z Downloaded proptest v1.11.0
12642026-07-14T05:19:52.667Z Downloaded quinn-proto v0.11.14
12652026-07-14T05:19:52.670Z Downloaded tabled v0.15.0
12662026-07-14T05:19:52.680Z Downloaded webpki-roots v1.0.7
12672026-07-14T05:19:52.684Z Downloaded time v0.3.47
12682026-07-14T05:19:52.688Z Downloaded reqwest v0.13.4
12692026-07-14T05:19:52.691Z Downloaded libm v0.2.16
12702026-07-14T05:19:52.697Z Downloaded itertools v0.15.0
12712026-07-14T05:19:52.701Z Downloaded icu_properties_data v2.2.0
12722026-07-14T05:19:52.706Z Downloaded syn v1.0.109
12732026-07-14T05:19:52.711Z Downloaded rayon v1.12.0
12742026-07-14T05:19:52.716Z Downloaded iddqd v0.4.5
12752026-07-14T05:19:52.724Z Downloaded bstr v1.12.1
12762026-07-14T05:19:52.733Z Downloaded dropshot v0.17.1
12772026-07-14T05:19:52.746Z Downloaded rhai v1.25.1
12782026-07-14T05:19:52.753Z Downloaded zerocopy v0.7.35
12792026-07-14T05:19:52.763Z Downloaded regress v0.11.1
12802026-07-14T05:19:52.768Z Downloaded openapiv3 v2.2.0
12812026-07-14T05:19:52.775Z Downloaded nix v0.31.3
12822026-07-14T05:19:52.785Z Downloaded winnow v1.0.3
12832026-07-14T05:19:52.790Z Downloaded rustls v0.23.40
12842026-07-14T05:19:52.797Z Downloaded moka v0.12.15
12852026-07-14T05:19:52.808Z Downloaded sled v0.34.7
12862026-07-14T05:19:52.859Z Downloaded chrono-tz v0.10.4
12872026-07-14T05:19:52.868Z Downloaded tabled v0.21.0
12882026-07-14T05:19:52.878Z Downloaded goblin v0.10.7
12892026-07-14T05:19:52.889Z Downloaded csv v1.4.0
12902026-07-14T05:19:52.900Z Downloaded openssl v0.10.80
12912026-07-14T05:19:52.906Z Downloaded sha3 v0.10.9
12922026-07-14T05:19:52.927Z Downloaded smoltcp v0.11.0
12932026-07-14T05:19:52.931Z Downloaded syn v2.0.117
12942026-07-14T05:19:52.939Z Downloaded zerocopy v0.8.50
12952026-07-14T05:19:52.948Z Downloaded regress v0.10.5
12962026-07-14T05:19:52.952Z Downloaded hickory-proto v0.24.4
12972026-07-14T05:19:52.960Z Downloaded regex-syntax v0.8.10
12982026-07-14T05:19:52.966Z Downloaded hickory-proto v0.25.2
12992026-07-14T05:19:53.013Z Downloaded typify-impl v0.6.2
13002026-07-14T05:19:53.028Z Downloaded typify-impl v0.4.3
13012026-07-14T05:19:53.072Z Downloaded regex-automata v0.4.14
13022026-07-14T05:19:53.098Z Downloaded petgraph v0.6.5
13032026-07-14T05:19:53.109Z Downloaded lzma-sys v0.1.20
13042026-07-14T05:19:53.124Z Downloaded jiff v0.2.28
13052026-07-14T05:19:53.151Z Downloaded encoding_rs v0.8.35
13062026-07-14T05:19:53.458Z Downloaded aws-lc-sys v0.41.0
13072026-07-14T05:19:54.376Z Compiling proc-macro2 v1.0.106
13082026-07-14T05:19:54.376Z Compiling unicode-ident v1.0.24
13092026-07-14T05:19:54.376Z Compiling quote v1.0.45
13102026-07-14T05:19:54.376Z Compiling serde_core v1.0.228
13112026-07-14T05:19:54.376Z Compiling cfg-if v1.0.4
13122026-07-14T05:19:54.376Z Compiling serde v1.0.228
13132026-07-14T05:19:54.379Z Compiling libc v0.2.186
13142026-07-14T05:19:54.379Z Compiling memchr v2.8.1
13152026-07-14T05:19:54.539Z Compiling itoa v1.0.18
13162026-07-14T05:19:54.717Z Compiling smallvec v1.15.1
13172026-07-14T05:19:54.813Z Compiling zmij v1.0.21
13182026-07-14T05:19:54.841Z Compiling autocfg v1.5.1
13192026-07-14T05:19:54.923Z Compiling libm v0.2.16
13202026-07-14T05:19:55.190Z Compiling stable_deref_trait v1.2.1
13212026-07-14T05:19:55.203Z Compiling percent-encoding v2.3.2
13222026-07-14T05:19:55.268Z Compiling litemap v0.8.2
13232026-07-14T05:19:55.351Z Compiling writeable v0.6.3
13242026-07-14T05:19:55.397Z Compiling utf8_iter v1.0.4
13252026-07-14T05:19:55.419Z Compiling icu_normalizer_data v2.2.0
13262026-07-14T05:19:55.435Z Compiling icu_properties_data v2.2.0
13272026-07-14T05:19:55.539Z Compiling iana-time-zone v0.1.65
13282026-07-14T05:19:55.550Z Compiling equivalent v1.0.2
13292026-07-14T05:19:55.633Z Compiling syn v2.0.117
13302026-07-14T05:19:55.735Z Compiling form_urlencoded v1.2.2
13312026-07-14T05:19:55.750Z Compiling serde_json v1.0.150
13322026-07-14T05:19:55.765Z Compiling version_check v0.9.5
13332026-07-14T05:19:55.826Z Compiling dyn-clone v1.0.20
13342026-07-14T05:19:55.837Z Compiling pin-project-lite v0.2.17
13352026-07-14T05:19:55.914Z Compiling scopeguard v1.2.0
13362026-07-14T05:19:55.926Z Compiling parking_lot_core v0.9.12
13372026-07-14T05:19:55.999Z Compiling num-traits v0.2.19
13382026-07-14T05:19:56.074Z Compiling lock_api v0.4.14
13392026-07-14T05:19:56.085Z Compiling hashbrown v0.17.1
13402026-07-14T05:19:56.096Z Compiling thiserror v2.0.18
13412026-07-14T05:19:56.303Z Compiling errno v0.3.14
13422026-07-14T05:19:56.330Z Compiling log v0.4.32
13432026-07-14T05:19:56.450Z Compiling rand_core v0.10.1
13442026-07-14T05:19:56.513Z Compiling getrandom v0.4.2
13452026-07-14T05:19:56.528Z Compiling futures-core v0.3.32
13462026-07-14T05:19:56.604Z Compiling heck v0.5.0
13472026-07-14T05:19:56.656Z Compiling semver v1.0.28
13482026-07-14T05:19:56.678Z Compiling indexmap v2.14.0
13492026-07-14T05:19:56.865Z Compiling zerocopy v0.8.50
13502026-07-14T05:19:56.998Z Compiling uuid v1.23.5
13512026-07-14T05:19:57.001Z Compiling futures-sink v0.3.32
13522026-07-14T05:19:57.076Z Compiling schemars v0.8.22
13532026-07-14T05:19:57.104Z Compiling slab v0.4.12
13542026-07-14T05:19:57.280Z Compiling jobserver v0.1.34
13552026-07-14T05:19:57.312Z Compiling find-msvc-tools v0.1.9
13562026-07-14T05:19:57.325Z Compiling fnv v1.0.7
13572026-07-14T05:19:57.353Z Compiling rustversion v1.0.22
13582026-07-14T05:19:57.481Z Compiling shlex v2.0.1
13592026-07-14T05:19:57.493Z Compiling futures-channel v0.3.32
13602026-07-14T05:19:57.625Z Compiling cc v1.2.63
13612026-07-14T05:19:57.671Z Compiling bitflags v2.12.1
13622026-07-14T05:19:57.683Z Compiling futures-io v0.3.32
13632026-07-14T05:19:57.731Z Compiling futures-task v0.3.32
13642026-07-14T05:19:57.910Z Compiling socket2 v0.6.5
13652026-07-14T05:19:57.922Z Compiling signal-hook-registry v1.4.8
13662026-07-14T05:19:57.933Z Compiling mio v1.2.1
13672026-07-14T05:19:58.117Z Compiling parking_lot v0.12.5
13682026-07-14T05:19:58.165Z Compiling portable-atomic v1.13.1
13692026-07-14T05:19:58.233Z Compiling typenum v1.20.1
13702026-07-14T05:19:58.385Z Compiling cmake v0.1.58
13712026-07-14T05:19:58.436Z Compiling dunce v1.0.5
13722026-07-14T05:19:58.469Z Compiling fs_extra v1.3.0
13732026-07-14T05:19:58.532Z Compiling base64 v0.22.1
13742026-07-14T05:19:58.553Z Compiling critical-section v1.2.0
13752026-07-14T05:19:58.644Z Compiling synstructure v0.13.2
13762026-07-14T05:19:58.661Z Compiling serde_derive_internals v0.29.1
13772026-07-14T05:19:58.736Z Compiling slog v2.8.2
13782026-07-14T05:19:58.874Z Compiling rustix v1.1.4
13792026-07-14T05:19:58.952Z Compiling aws-lc-sys v0.41.0
13802026-07-14T05:19:58.983Z Compiling strsim v0.11.1
13812026-07-14T05:19:59.115Z Compiling subtle v2.6.1
13822026-07-14T05:19:59.162Z Compiling getrandom v0.3.4
13832026-07-14T05:19:59.250Z Compiling once_cell v1.21.4
13842026-07-14T05:19:59.261Z Compiling byteorder v1.5.0
13852026-07-14T05:19:59.417Z Compiling regex-syntax v0.8.10
13862026-07-14T05:19:59.430Z Compiling httparse v1.10.1
13872026-07-14T05:19:59.463Z Compiling ipnet v2.12.0
13882026-07-14T05:19:59.490Z Compiling atomic-waker v1.1.2
13892026-07-14T05:19:59.534Z Compiling tower-service v0.3.3
13902026-07-14T05:19:59.563Z Compiling tower-layer v0.3.3
13912026-07-14T05:19:59.613Z Compiling getrandom v0.2.17
13922026-07-14T05:19:59.630Z Compiling ryu v1.0.23
13932026-07-14T05:19:59.719Z Compiling thiserror v1.0.69
13942026-07-14T05:19:59.801Z Compiling try-lock v0.2.5
13952026-07-14T05:19:59.823Z Compiling ucd-trie v0.1.7
13962026-07-14T05:19:59.883Z Compiling serde_derive v1.0.228
13972026-07-14T05:19:59.919Z Compiling zerofrom-derive v0.1.7
13982026-07-14T05:20:00.017Z Compiling yoke-derive v0.8.2
13992026-07-14T05:20:00.055Z Compiling zerovec-derive v0.11.3
14002026-07-14T05:20:00.144Z Compiling displaydoc v0.2.6
14012026-07-14T05:20:00.160Z Compiling schemars_derive v0.8.22
14022026-07-14T05:20:00.968Z Compiling thiserror-impl v2.0.18
14032026-07-14T05:20:01.133Z Compiling tokio-macros v2.7.0
14042026-07-14T05:20:01.166Z Compiling zerofrom v0.1.8
14052026-07-14T05:20:01.178Z Compiling zerocopy-derive v0.8.50
14062026-07-14T05:20:01.289Z Compiling yoke v0.8.3
14072026-07-14T05:20:01.397Z Compiling zeroize_derive v1.4.3
14082026-07-14T05:20:01.478Z Compiling zerovec v0.11.6
14092026-07-14T05:20:01.906Z Compiling zerotrie v0.2.4
14102026-07-14T05:20:02.012Z Compiling tinystr v0.8.3
14112026-07-14T05:20:02.111Z Compiling potential_utf v0.1.5
14122026-07-14T05:20:02.126Z Compiling zeroize v1.8.2
14132026-07-14T05:20:02.205Z Compiling icu_locale_core v2.2.0
14142026-07-14T05:20:02.205Z Compiling icu_collections v2.2.0
14152026-07-14T05:20:02.258Z Compiling futures-macro v0.3.32
14162026-07-14T05:20:02.319Z Compiling untrusted v0.9.0
14172026-07-14T05:20:02.492Z Compiling pest v2.8.6
14182026-07-14T05:20:02.517Z Compiling want v0.3.1
14192026-07-14T05:20:02.710Z Compiling thiserror-impl v1.0.69
14202026-07-14T05:20:02.806Z Compiling rand_core v0.6.4
14212026-07-14T05:20:03.038Z Compiling icu_provider v2.2.0
14222026-07-14T05:20:03.165Z Compiling bytes v1.11.1
14232026-07-14T05:20:03.201Z Compiling chrono v0.4.45
14242026-07-14T05:20:03.307Z Compiling icu_normalizer v2.2.0
14252026-07-14T05:20:03.368Z Compiling icu_properties v2.2.0
14262026-07-14T05:20:03.791Z Compiling futures-util v0.3.32
14272026-07-14T05:20:03.832Z Compiling http v1.4.2
14282026-07-14T05:20:03.895Z Compiling tokio v1.52.3
14292026-07-14T05:20:03.912Z Compiling serde_tokenstream v0.2.3
14302026-07-14T05:20:04.196Z Compiling erased-serde v0.3.31
14312026-07-14T05:20:04.586Z Compiling idna_adapter v1.2.2
14322026-07-14T05:20:04.705Z Compiling idna v1.1.0
14332026-07-14T05:20:04.755Z Compiling http-body v1.0.1
14342026-07-14T05:20:04.832Z Compiling httpdate v1.0.3
14352026-07-14T05:20:05.002Z Compiling url v2.5.8
14362026-07-14T05:20:05.074Z Compiling pest_meta v2.8.6
14372026-07-14T05:20:05.123Z Compiling pretty-hex v0.4.2
14382026-07-14T05:20:05.258Z Compiling winnow v1.0.3
14392026-07-14T05:20:05.649Z Compiling ppv-lite86 v0.2.21
14402026-07-14T05:20:05.886Z Compiling pest_generator v2.8.6
14412026-07-14T05:20:05.968Z Compiling plain v0.2.3
14422026-07-14T05:20:06.076Z Compiling allocator-api2 v0.2.21
14432026-07-14T05:20:06.142Z Compiling paste v1.0.15
14442026-07-14T05:20:06.360Z Compiling ipnetwork v0.21.1
14452026-07-14T05:20:06.372Z Compiling foldhash v0.2.0
14462026-07-14T05:20:06.400Z Compiling tracing-attributes v0.1.31
14472026-07-14T05:20:06.487Z Compiling tracing-core v0.1.36
14482026-07-14T05:20:06.498Z Compiling pest_derive v2.8.6
14492026-07-14T05:20:06.604Z Compiling oxnet v0.1.6
14502026-07-14T05:20:06.795Z Compiling hashbrown v0.16.1
14512026-07-14T05:20:06.972Z Compiling omicron-workspace-hack v0.1.0
14522026-07-14T05:20:07.074Z Compiling ident_case v1.0.1
14532026-07-14T05:20:07.105Z Compiling http-body-util v0.1.4
14542026-07-14T05:20:07.193Z Compiling serde_urlencoded v0.7.1
14552026-07-14T05:20:07.219Z Compiling aho-corasick v1.1.4
14562026-07-14T05:20:07.405Z Compiling sync_wrapper v1.0.2
14572026-07-14T05:20:07.466Z Compiling daft-derive v0.1.7
14582026-07-14T05:20:07.663Z Compiling fastrand v2.4.1
14592026-07-14T05:20:07.699Z Compiling tracing v0.1.44
14602026-07-14T05:20:07.940Z Compiling tokio-util v0.7.18
14612026-07-14T05:20:08.115Z Compiling regex-automata v0.4.14
14622026-07-14T05:20:08.263Z Compiling async-trait v0.1.89
14632026-07-14T05:20:08.553Z Compiling scroll_derive v0.13.1
14642026-07-14T05:20:08.715Z Compiling time-core v0.1.8
14652026-07-14T05:20:08.813Z Compiling num-conv v0.2.2
14662026-07-14T05:20:08.858Z Compiling anyhow v1.0.103
14672026-07-14T05:20:08.968Z Compiling aws-lc-rs v1.17.0
14682026-07-14T05:20:09.199Z Compiling powerfmt v0.2.0
14692026-07-14T05:20:09.289Z Compiling time-macros v0.2.27
14702026-07-14T05:20:09.407Z Compiling deranged v0.5.8
14712026-07-14T05:20:09.410Z Compiling scroll v0.13.0
14722026-07-14T05:20:09.473Z Compiling rustls-pki-types v1.14.1
14732026-07-14T05:20:09.694Z Compiling hex v0.4.3
14742026-07-14T05:20:09.957Z Compiling regex v1.12.3
14752026-07-14T05:20:09.968Z Compiling openssl-probe v0.2.1
14762026-07-14T05:20:10.157Z Compiling num_threads v0.1.7
14772026-07-14T05:20:10.258Z Compiling goblin v0.10.7
14782026-07-14T05:20:10.404Z Compiling camino v1.2.4
14792026-07-14T05:20:10.433Z Compiling untrusted v0.7.1
14802026-07-14T05:20:10.558Z Compiling crc32fast v1.5.0
14812026-07-14T05:20:10.585Z Compiling usdt-impl v0.6.0
14822026-07-14T05:20:10.680Z Compiling rustls v0.23.40
14832026-07-14T05:20:10.710Z Compiling h2 v0.4.14
14842026-07-14T05:20:10.872Z Compiling dtrace-parser v0.3.0
14852026-07-14T05:20:10.904Z Compiling crossbeam-utils v0.8.21
14862026-07-14T05:20:11.103Z Compiling futures-executor v0.3.32
14872026-07-14T05:20:11.215Z Compiling structmeta-derive v0.3.0
14882026-07-14T05:20:11.243Z Compiling thread-id v5.1.0
14892026-07-14T05:20:11.340Z Compiling simd-adler32 v0.3.9
14902026-07-14T05:20:11.393Z Compiling adler2 v2.0.1
14912026-07-14T05:20:11.528Z Compiling cpufeatures v0.3.0
14922026-07-14T05:20:11.602Z Compiling miniz_oxide v0.8.9
14932026-07-14T05:20:11.751Z Compiling futures v0.3.32
14942026-07-14T05:20:11.845Z Compiling rand_core v0.9.5
14952026-07-14T05:20:12.059Z Compiling darling_core v0.23.0
14962026-07-14T05:20:12.264Z Compiling newtype-uuid-macros v0.1.0
14972026-07-14T05:20:12.285Z Compiling structmeta v0.3.0
14982026-07-14T05:20:12.358Z Compiling hybrid-array v0.4.12
14992026-07-14T05:20:12.704Z Compiling thread_local v1.1.9
15002026-07-14T05:20:12.861Z Compiling hyper v1.10.1
15012026-07-14T05:20:12.982Z Compiling match_cfg v0.1.0
15022026-07-14T05:20:13.057Z Compiling flate2 v1.1.9
15032026-07-14T05:20:13.157Z Compiling dof v0.4.0
15042026-07-14T05:20:13.495Z Compiling newtype-uuid v1.3.2
15052026-07-14T05:20:13.855Z Compiling quick-error v1.2.3
15062026-07-14T05:20:14.218Z Compiling hyper-util v0.1.20
15072026-07-14T05:20:14.246Z Compiling darling_macro v0.23.0
15082026-07-14T05:20:14.544Z Compiling compression-core v0.4.32
15092026-07-14T05:20:14.626Z Compiling slog-async v2.8.0
15102026-07-14T05:20:14.667Z Compiling ref-cast v1.0.25
15112026-07-14T05:20:14.706Z Compiling compression-codecs v0.4.38
15122026-07-14T05:20:14.852Z Compiling darling v0.23.0
15132026-07-14T05:20:14.952Z Compiling daft v0.1.7
15142026-07-14T05:20:14.974Z Compiling block-buffer v0.12.0
15152026-07-14T05:20:14.985Z Compiling crypto-common v0.2.2
15162026-07-14T05:20:15.040Z Compiling rand_chacha v0.9.0
15172026-07-14T05:20:15.129Z Compiling strum_macros v0.26.4
15182026-07-14T05:20:15.218Z Compiling ref-cast-impl v1.0.25
15192026-07-14T05:20:15.395Z Compiling serde_spanned v1.1.1
15202026-07-14T05:20:15.407Z Compiling usdt-macro v0.6.0
15212026-07-14T05:20:15.483Z Compiling usdt-attr-macro v0.6.0
15222026-07-14T05:20:15.540Z Compiling generic-array v0.14.7
15232026-07-14T05:20:15.785Z Compiling multer v3.1.0
15242026-07-14T05:20:15.852Z Compiling bit-vec v0.8.0
15252026-07-14T05:20:15.949Z Compiling take_mut v0.2.2
15262026-07-14T05:20:15.952Z Compiling term v1.2.1
15272026-07-14T05:20:16.028Z Compiling debug-ignore v1.0.5
15282026-07-14T05:20:16.060Z Compiling toml_writer v1.1.1+spec-1.1.0
15292026-07-14T05:20:16.131Z Compiling const-oid v0.10.2
15302026-07-14T05:20:16.278Z Compiling digest v0.11.3
15312026-07-14T05:20:16.297Z Compiling bit-set v0.8.0
15322026-07-14T05:20:16.493Z Compiling rand v0.9.4
15332026-07-14T05:20:16.504Z Compiling serde_with_macros v3.20.0
15342026-07-14T05:20:16.578Z Compiling async-stream-impl v0.3.6
15352026-07-14T05:20:16.684Z Compiling dropshot v0.17.1
15362026-07-14T05:20:16.696Z Compiling encoding_rs v0.8.35
15372026-07-14T05:20:16.790Z Compiling strum v0.26.3
15382026-07-14T05:20:16.921Z Compiling spin v0.9.8
15392026-07-14T05:20:16.932Z Compiling mime v0.3.17
15402026-07-14T05:20:17.040Z Compiling unarray v0.1.4
15412026-07-14T05:20:17.105Z Compiling syn v1.0.109
15422026-07-14T05:20:17.213Z Compiling sha1 v0.11.0
15432026-07-14T05:20:17.239Z Compiling async-stream v0.3.6
15442026-07-14T05:20:17.474Z Compiling derive-ex v0.1.8
15452026-07-14T05:20:17.492Z Compiling tower v0.5.3
15462026-07-14T05:20:17.559Z Compiling dropshot_endpoint v0.17.1
15472026-07-14T05:20:17.628Z Compiling macaddr v1.0.1
15482026-07-14T05:20:17.699Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15492026-07-14T05:20:17.860Z Compiling waitgroup v0.1.2
15502026-07-14T05:20:17.988Z Compiling serde_path_to_error v0.1.20
15512026-07-14T05:20:18.200Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15522026-07-14T05:20:18.292Z Compiling tower-http v0.6.11
15532026-07-14T05:20:18.349Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15542026-07-14T05:20:18.459Z Compiling tempfile v3.27.0
15552026-07-14T05:20:18.532Z Compiling openapiv3 v2.2.0
15562026-07-14T05:20:18.736Z Compiling strum_macros v0.27.2
15572026-07-14T05:20:19.121Z Compiling test-strategy v0.4.5
15582026-07-14T05:20:19.291Z Compiling instant v0.1.13
15592026-07-14T05:20:19.405Z Compiling time v0.3.47
15602026-07-14T05:20:20.106Z Compiling rustls-native-certs v0.8.4
15612026-07-14T05:20:20.199Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15622026-07-14T05:20:20.463Z Compiling crossbeam-channel v0.5.15
15632026-07-14T05:20:20.533Z Compiling crypto-common v0.1.7
15642026-07-14T05:20:20.600Z Compiling strum v0.27.2
15652026-07-14T05:20:20.831Z Compiling parse-display-derive v0.10.0
15662026-07-14T05:20:20.950Z Compiling backon v1.6.0
15672026-07-14T05:20:21.133Z Compiling rand_chacha v0.3.1
15682026-07-14T05:20:21.240Z Compiling either v1.16.0
15692026-07-14T05:20:21.629Z Compiling rand v0.8.6
15702026-07-14T05:20:21.747Z Compiling slog-json v2.6.1
15712026-07-14T05:20:21.900Z Compiling hostname v0.3.1
15722026-07-14T05:20:22.047Z Compiling toml_parser v1.1.2+spec-1.1.0
15732026-07-14T05:20:22.142Z Compiling toml_datetime v1.1.1+spec-1.1.0
15742026-07-14T05:20:22.182Z Compiling wait-timeout v0.2.1
15752026-07-14T05:20:22.270Z Compiling is-terminal v0.4.17
15762026-07-14T05:20:22.279Z Compiling memmap2 v0.9.10
15772026-07-14T05:20:22.472Z Compiling toml v1.1.2+spec-1.1.0
15782026-07-14T05:20:22.497Z Compiling usdt v0.6.0
15792026-07-14T05:20:22.535Z Compiling slog-term v2.9.2
15802026-07-14T05:20:22.565Z Compiling rusty-fork v0.3.1
15812026-07-14T05:20:22.778Z Compiling slog-bunyan v2.5.0
15822026-07-14T05:20:22.928Z Compiling serde_with v3.20.0
15832026-07-14T05:20:22.928Z Compiling async-compression v0.4.42
15842026-07-14T05:20:22.949Z Compiling rand_xorshift v0.4.0
15852026-07-14T05:20:23.097Z Compiling rustls-pemfile v2.2.0
15862026-07-14T05:20:23.160Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15872026-07-14T05:20:23.266Z Compiling regress v0.10.5
15882026-07-14T05:20:23.309Z Compiling hostname v0.4.2
15892026-07-14T05:20:23.453Z Compiling humantime v2.3.0
15902026-07-14T05:20:23.467Z Compiling proptest v1.11.0
15912026-07-14T05:20:24.010Z Compiling iddqd v0.4.5
15922026-07-14T05:20:24.217Z Compiling reqwest v0.12.28
15932026-07-14T05:20:24.290Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15942026-07-14T05:20:24.586Z Compiling block-buffer v0.10.4
15952026-07-14T05:20:24.734Z Compiling utf8parse v0.2.2
15962026-07-14T05:20:24.849Z Compiling anstyle-parse v1.0.0
15972026-07-14T05:20:24.863Z Compiling digest v0.10.7
15982026-07-14T05:20:25.042Z Compiling parse-display v0.10.0
15992026-07-14T05:20:25.078Z Compiling backoff v0.4.0
16002026-07-14T05:20:25.279Z Compiling progenitor-client v0.10.0
16012026-07-14T05:20:25.295Z Compiling itertools v0.14.0
16022026-07-14T05:20:25.385Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16032026-07-14T05:20:25.557Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16042026-07-14T05:20:26.154Z Compiling colorchoice v1.0.5
16052026-07-14T05:20:26.279Z Compiling is_terminal_polyfill v1.70.2
16062026-07-14T05:20:26.376Z Compiling anstyle-query v1.1.5
16072026-07-14T05:20:26.389Z Compiling anstyle v1.0.14
16082026-07-14T05:20:26.604Z Compiling anstream v1.0.0
16092026-07-14T05:20:26.937Z Compiling clap_lex v1.1.0
16102026-07-14T05:20:27.374Z Compiling regress v0.11.1
16112026-07-14T05:20:27.443Z Compiling clap_derive v4.6.1
16122026-07-14T05:20:27.943Z Compiling terminal_size v0.4.4
16132026-07-14T05:20:29.036Z Compiling typify-impl v0.6.2
16142026-07-14T05:20:29.194Z Compiling toml_datetime v0.6.11
16152026-07-14T05:20:29.463Z Compiling zerocopy-derive v0.7.35
16162026-07-14T05:20:29.477Z Compiling cpufeatures v0.2.17
16172026-07-14T05:20:29.492Z Compiling convert_case v0.4.0
16182026-07-14T05:20:29.715Z Compiling clap_builder v4.6.0
16192026-07-14T05:20:30.236Z Compiling derive_more v0.99.20
16202026-07-14T05:20:30.359Z Compiling zerocopy v0.7.35
16212026-07-14T05:20:31.330Z Compiling toml_edit v0.25.12+spec-1.1.0
16222026-07-14T05:20:31.517Z Compiling unicode-width v0.2.2
16232026-07-14T05:20:31.604Z Compiling clap v4.6.1
16242026-07-14T05:20:32.037Z Compiling proc-macro-crate v3.5.0
16252026-07-14T05:20:32.267Z Compiling secrecy v0.10.3
16262026-07-14T05:20:32.481Z Compiling tinyvec_macros v0.1.1
16272026-07-14T05:20:32.522Z Compiling float-ord v0.3.2
16282026-07-14T05:20:32.556Z Compiling crucible-workspace-hack v0.1.0
16292026-07-14T05:20:32.608Z Compiling tinyvec v1.11.0
16302026-07-14T05:20:32.640Z Compiling num_enum_derive v0.7.6
16312026-07-14T05:20:33.161Z Compiling dtrace-parser v0.2.0
16322026-07-14T05:20:33.203Z Compiling scroll_derive v0.12.1
16332026-07-14T05:20:33.243Z Compiling num-integer v0.1.46
16342026-07-14T05:20:33.469Z Compiling rustc_version v0.4.1
16352026-07-14T05:20:33.577Z Compiling usdt-impl v0.5.0
16362026-07-14T05:20:33.745Z Compiling curve25519-dalek v4.1.3
16372026-07-14T05:20:33.941Z Compiling scroll v0.12.0
16382026-07-14T05:20:33.950Z Compiling num_enum v0.7.6
16392026-07-14T05:20:34.130Z Compiling dof v0.3.0
16402026-07-14T05:20:34.211Z Compiling hmac v0.12.1
16412026-07-14T05:20:34.263Z Compiling inout v0.1.4
16422026-07-14T05:20:34.352Z Compiling darling_core v0.21.3
16432026-07-14T05:20:34.410Z Compiling ff v0.13.1
16442026-07-14T05:20:34.510Z Compiling thread-id v4.2.2
16452026-07-14T05:20:34.510Z Compiling group v0.13.0
16462026-07-14T05:20:34.560Z Compiling cipher v0.4.4
16472026-07-14T05:20:34.782Z Compiling hkdf v0.12.4
16482026-07-14T05:20:34.930Z Compiling goblin v0.8.2
16492026-07-14T05:20:35.127Z Compiling num-iter v0.1.45
16502026-07-14T05:20:35.245Z Compiling num-rational v0.4.2
16512026-07-14T05:20:35.429Z Compiling thiserror-impl-no-std v2.0.2
16522026-07-14T05:20:35.479Z Compiling universal-hash v0.5.1
16532026-07-14T05:20:35.495Z Compiling crypto-bigint v0.5.5
16542026-07-14T05:20:35.543Z Compiling typify-macro v0.6.2
16552026-07-14T05:20:35.604Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16562026-07-14T05:20:35.959Z Compiling crossbeam-epoch v0.9.18
16572026-07-14T05:20:36.311Z Compiling half v2.7.1
16582026-07-14T05:20:36.331Z Compiling curve25519-dalek-derive v0.1.1
16592026-07-14T05:20:36.470Z Compiling darling_macro v0.21.3
16602026-07-14T05:20:36.532Z Compiling num-complex v0.4.6
16612026-07-14T05:20:36.895Z Compiling base64ct v1.8.3
16622026-07-14T05:20:36.920Z Compiling heck v0.4.1
16632026-07-14T05:20:36.993Z Compiling opaque-debug v0.3.1
16642026-07-14T05:20:37.045Z Compiling ciborium-io v0.2.2
16652026-07-14T05:20:37.146Z Compiling base16ct v0.2.0
16662026-07-14T05:20:37.155Z Compiling darling v0.21.3
16672026-07-14T05:20:37.155Z Compiling password-hash v0.5.0
16682026-07-14T05:20:37.155Z Compiling ciborium-ll v0.2.2
16692026-07-14T05:20:37.167Z Compiling elliptic-curve v0.13.8
16702026-07-14T05:20:37.348Z Compiling poly1305 v0.8.0
16712026-07-14T05:20:37.708Z Compiling typify v0.6.2
16722026-07-14T05:20:37.730Z Compiling num v0.4.3
16732026-07-14T05:20:37.782Z Compiling thiserror-no-std v2.0.2
16742026-07-14T05:20:38.120Z Compiling chacha20 v0.9.1
16752026-07-14T05:20:38.347Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16762026-07-14T05:20:38.391Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16772026-07-14T05:20:38.806Z Compiling blake2 v0.10.6
16782026-07-14T05:20:39.051Z Compiling aead v0.5.2
16792026-07-14T05:20:39.073Z Compiling byte-wrapper v0.1.0
16802026-07-14T05:20:39.225Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16812026-07-14T05:20:39.273Z Compiling proc-macro-error-attr v1.0.4
16822026-07-14T05:20:39.532Z Compiling prettyplease v0.2.37
16832026-07-14T05:20:39.548Z Compiling keccak v0.1.6
16842026-07-14T05:20:39.664Z Compiling rustix v0.38.44
16852026-07-14T05:20:39.781Z Compiling heapless v0.8.0
16862026-07-14T05:20:39.784Z Compiling unsafe-libyaml v0.2.11
16872026-07-14T05:20:40.388Z Compiling serde_yaml v0.9.34+deprecated
16882026-07-14T05:20:40.486Z Compiling sha3 v0.10.9
16892026-07-14T05:20:40.694Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16902026-07-14T05:20:41.067Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16912026-07-14T05:20:41.357Z Compiling chacha20poly1305 v0.10.1
16922026-07-14T05:20:41.494Z Compiling argon2 v0.5.3
16932026-07-14T05:20:41.741Z Compiling vsss-rs v3.3.4
16942026-07-14T05:20:41.785Z Compiling ciborium v0.2.2
16952026-07-14T05:20:41.876Z Compiling ingot-macros v0.1.1
16962026-07-14T05:20:42.388Z Compiling usdt-macro v0.5.0
16972026-07-14T05:20:42.461Z Compiling usdt-attr-macro v0.5.0
16982026-07-14T05:20:44.208Z Compiling rustls-webpki v0.103.13
16992026-07-14T05:20:44.573Z Compiling serde_spanned v0.6.9
17002026-07-14T05:20:44.620Z Compiling enum-as-inner v0.6.1
17012026-07-14T05:20:44.741Z Compiling hash32 v0.3.1
17022026-07-14T05:20:44.775Z Compiling proc-macro-error v1.0.4
17032026-07-14T05:20:44.830Z Compiling memmap v0.7.0
17042026-07-14T05:20:44.899Z Compiling memoffset v0.9.1
17052026-07-14T05:20:44.966Z Compiling cfg_aliases v0.2.1
17062026-07-14T05:20:45.039Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17072026-07-14T05:20:45.048Z Compiling indent_write v2.2.0
17082026-07-14T05:20:45.161Z Compiling data-encoding v2.11.0
17092026-07-14T05:20:45.185Z Compiling smoltcp v0.11.0
17102026-07-14T05:20:45.239Z Compiling winnow v0.7.15
17112026-07-14T05:20:45.272Z Compiling winnow v0.5.40
17122026-07-14T05:20:45.298Z Compiling toml_write v0.1.2
17132026-07-14T05:20:45.565Z Compiling nix v0.31.3
17142026-07-14T05:20:45.629Z Compiling usdt v0.5.0
17152026-07-14T05:20:45.899Z Compiling ingot-types v0.1.2
17162026-07-14T05:20:46.018Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17172026-07-14T05:20:46.048Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17182026-07-14T05:20:46.161Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17192026-07-14T05:20:46.395Z Compiling tabwriter v1.4.1
17202026-07-14T05:20:46.610Z Compiling toml_edit v0.22.27
17212026-07-14T05:20:46.643Z Compiling toml_edit v0.19.15
17222026-07-14T05:20:46.781Z Compiling cobs v0.3.0
17232026-07-14T05:20:46.827Z Compiling serde_repr v0.1.20
17242026-07-14T05:20:46.983Z Compiling pkg-config v0.3.33
17252026-07-14T05:20:47.236Z Compiling managed v0.8.0
17262026-07-14T05:20:47.485Z Compiling bitflags v1.3.2
17272026-07-14T05:20:47.497Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17282026-07-14T05:20:47.533Z Compiling vcpkg v0.2.15
17292026-07-14T05:20:47.740Z Compiling tokio-rustls v0.26.4
17302026-07-14T05:20:48.031Z Compiling hyper-rustls v0.27.9
17312026-07-14T05:20:48.120Z Compiling rustls-platform-verifier v0.7.0
17322026-07-14T05:20:48.351Z Compiling reqwest v0.13.4
17332026-07-14T05:20:49.630Z Compiling progenitor-client v0.14.0
17342026-07-14T05:20:49.948Z Compiling progenitor-extras v0.2.0
17352026-07-14T05:20:50.030Z Compiling openssl-sys v0.9.116
17362026-07-14T05:20:50.146Z Compiling toml v0.8.23
17372026-07-14T05:20:50.196Z Compiling proc-macro-crate v1.3.1
17382026-07-14T05:20:50.564Z Compiling postcard v1.1.3
17392026-07-14T05:20:51.076Z Compiling ingot v0.1.1
17402026-07-14T05:20:51.293Z Compiling hubpack_derive v0.1.1
17412026-07-14T05:20:51.406Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-07-14T05:20:51.855Z Compiling foreign-types-macros v0.2.3
17432026-07-14T05:20:52.788Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-07-14T05:20:53.051Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-07-14T05:20:53.134Z Compiling swrite v0.1.0
17462026-07-14T05:20:53.231Z Compiling resolv-conf v0.7.6
17472026-07-14T05:20:53.243Z Compiling unicode-segmentation v1.13.3
17482026-07-14T05:20:53.310Z Compiling rayon-core v1.13.0
17492026-07-14T05:20:53.560Z Compiling static_assertions v1.1.0
17502026-07-14T05:20:53.638Z Compiling linked-hash-map v0.5.6
17512026-07-14T05:20:53.649Z Compiling colored v3.1.1
17522026-07-14T05:20:53.684Z Compiling foreign-types-shared v0.3.1
17532026-07-14T05:20:53.783Z Compiling semver v0.1.20
17542026-07-14T05:20:53.832Z Compiling lru-cache v0.1.2
17552026-07-14T05:20:53.961Z Compiling foreign-types v0.5.0
17562026-07-14T05:20:53.974Z Compiling rustc_version v0.1.7
17572026-07-14T05:20:54.046Z Compiling newline-converter v0.3.0
17582026-07-14T05:20:54.083Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17592026-07-14T05:20:54.168Z Compiling hubpack v0.1.2
17602026-07-14T05:20:54.381Z Compiling num_enum_derive v0.5.11
17612026-07-14T05:20:54.404Z Compiling atomicwrites v0.4.4
17622026-07-14T05:20:54.735Z Compiling hickory-proto v0.24.4
17632026-07-14T05:20:55.438Z Compiling progenitor-impl v0.13.0
17642026-07-14T05:20:55.489Z Compiling crossbeam-deque v0.8.6
17652026-07-14T05:20:55.690Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17662026-07-14T05:20:55.938Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-07-14T05:20:56.586Z Compiling console v0.15.11
17682026-07-14T05:20:57.283Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17692026-07-14T05:20:57.766Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-07-14T05:20:57.878Z Compiling camino-tempfile v1.4.1
17712026-07-14T05:20:58.054Z Compiling chacha20 v0.10.0
17722026-07-14T05:20:58.140Z Compiling serde-big-array v0.5.1
17732026-07-14T05:20:58.186Z Compiling num-derive v0.4.2
17742026-07-14T05:20:58.297Z Compiling pin-project-internal v1.1.13
17752026-07-14T05:20:58.326Z Compiling derive-where v1.6.1
17762026-07-14T05:20:58.920Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17772026-07-14T05:20:59.091Z Compiling cstr-argument v0.1.2
17782026-07-14T05:20:59.127Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17792026-07-14T05:20:59.190Z Compiling similar v2.7.0
17802026-07-14T05:20:59.249Z Compiling minimal-lexical v0.2.1
17812026-07-14T05:20:59.374Z Compiling siphasher v1.0.3
17822026-07-14T05:20:59.446Z Compiling pin-project v1.1.13
17832026-07-14T05:20:59.514Z Compiling nom v7.1.3
17842026-07-14T05:20:59.548Z Compiling phf_shared v0.12.1
17852026-07-14T05:20:59.598Z Compiling expectorate v1.2.0
17862026-07-14T05:20:59.653Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17872026-07-14T05:20:59.730Z Compiling progenitor-macro v0.13.0
17882026-07-14T05:20:59.752Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17892026-07-14T05:20:59.845Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17902026-07-14T05:20:59.924Z Compiling rand v0.10.2
17912026-07-14T05:20:59.980Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17922026-07-14T05:21:00.104Z Compiling hickory-resolver v0.24.4
17932026-07-14T05:21:00.628Z Compiling num_enum v0.5.11
17942026-07-14T05:21:00.753Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17952026-07-14T05:21:00.895Z Compiling newtype_derive v0.1.6
17962026-07-14T05:21:00.958Z Compiling progenitor-client v0.13.0
17972026-07-14T05:21:01.267Z Compiling progenitor-impl v0.14.0
17982026-07-14T05:21:01.452Z Compiling snafu-derive v0.8.9
17992026-07-14T05:21:02.429Z Compiling unicode-normalization v0.1.25
18002026-07-14T05:21:02.849Z Compiling tokio-stream v0.1.18
18012026-07-14T05:21:02.862Z Compiling async-recursion v1.1.1
18022026-07-14T05:21:02.886Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18032026-07-14T05:21:03.213Z Compiling slog-dtrace v0.3.0
18042026-07-14T05:21:03.254Z Compiling csv-core v0.1.13
18052026-07-14T05:21:03.343Z Compiling bstr v1.12.1
18062026-07-14T05:21:03.478Z Compiling unicode-xid v0.2.6
18072026-07-14T05:21:03.534Z Compiling cancel-safe-futures v0.1.5
18082026-07-14T05:21:03.604Z Compiling highway v1.3.0
18092026-07-14T05:21:03.616Z Compiling same-file v1.0.6
18102026-07-14T05:21:03.804Z Compiling foldhash v0.1.5
18112026-07-14T05:21:03.807Z Compiling unicode-width v0.1.14
18122026-07-14T05:21:03.869Z Compiling owo-colors v4.3.0
18132026-07-14T05:21:03.995Z Compiling konst_macro_rules v0.2.19
18142026-07-14T05:21:04.007Z Compiling chrono-tz v0.10.4
18152026-07-14T05:21:04.106Z Compiling foreign-types-shared v0.1.1
18162026-07-14T05:21:04.183Z Compiling openssl v0.10.80
18172026-07-14T05:21:04.204Z Compiling foreign-types v0.3.2
18182026-07-14T05:21:04.267Z Compiling konst v0.2.20
18192026-07-14T05:21:04.280Z Compiling hashbrown v0.15.5
18202026-07-14T05:21:04.294Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-07-14T05:21:04.485Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-07-14T05:21:04.550Z Compiling walkdir v2.5.0
18232026-07-14T05:21:04.844Z Compiling globset v0.4.18
18242026-07-14T05:21:04.890Z Compiling const_format_proc_macros v0.2.34
18252026-07-14T05:21:04.972Z Compiling csv v1.4.0
18262026-07-14T05:21:04.984Z Compiling progenitor-macro v0.14.0
18272026-07-14T05:21:05.052Z Compiling progenitor v0.13.0
18282026-07-14T05:21:05.194Z Compiling snafu v0.8.9
18292026-07-14T05:21:05.544Z Compiling qorb v0.4.1
18302026-07-14T05:21:05.659Z Compiling olpc-cjson v0.1.4
18312026-07-14T05:21:05.703Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-07-14T05:21:05.829Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-07-14T05:21:07.078Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-07-14T05:21:07.539Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18352026-07-14T05:21:07.645Z Compiling rayon v1.12.0
18362026-07-14T05:21:07.852Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18372026-07-14T05:21:07.879Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-07-14T05:21:07.903Z Compiling phf v0.12.1
18392026-07-14T05:21:08.065Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-07-14T05:21:08.538Z Compiling zone_cfg_derive v0.3.1
18412026-07-14T05:21:09.033Z Compiling tokio-dtrace v0.1.1
18422026-07-14T05:21:09.295Z Compiling itertools v0.12.1
18432026-07-14T05:21:09.320Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18442026-07-14T05:21:09.498Z Compiling libsw-core v0.3.2
18452026-07-14T05:21:09.527Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-14T05:21:09.672Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18472026-07-14T05:21:09.927Z Compiling serde_plain v1.0.2
18482026-07-14T05:21:10.060Z Compiling openssl-macros v0.1.1
18492026-07-14T05:21:10.145Z Compiling pem v3.0.6
18502026-07-14T05:21:10.145Z Compiling cookie v0.18.1
18512026-07-14T05:21:10.252Z Compiling sigpipe v0.1.3
18522026-07-14T05:21:10.346Z Compiling jiff v0.2.28
18532026-07-14T05:21:10.421Z Compiling fixedbitset v0.5.7
18542026-07-14T05:21:10.554Z Compiling glob v0.3.3
18552026-07-14T05:21:10.566Z Compiling bytecount v0.6.9
18562026-07-14T05:21:10.577Z Compiling typed-path v0.9.3
18572026-07-14T05:21:10.680Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-07-14T05:21:10.709Z Compiling fixedbitset v0.4.2
18592026-07-14T05:21:10.764Z Compiling papergrid v0.11.0
18602026-07-14T05:21:10.944Z Compiling petgraph v0.6.5
18612026-07-14T05:21:10.954Z Compiling petgraph v0.8.3
18622026-07-14T05:21:11.961Z Compiling tough v0.22.0
18632026-07-14T05:21:12.576Z Compiling progenitor v0.14.0
18642026-07-14T05:21:12.685Z Compiling zone v0.3.1
18652026-07-14T05:21:12.766Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18662026-07-14T05:21:13.011Z Compiling libsw v3.5.0
18672026-07-14T05:21:13.040Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-07-14T05:21:13.107Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-07-14T05:21:13.190Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-07-14T05:21:13.262Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18712026-07-14T05:21:13.390Z Compiling oxide-tokio-rt v0.1.6
18722026-07-14T05:21:13.522Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18732026-07-14T05:21:13.534Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-07-14T05:21:14.245Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-07-14T05:21:14.520Z Compiling const_format v0.2.36
18762026-07-14T05:21:14.588Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-07-14T05:21:15.110Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18782026-07-14T05:21:15.129Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-07-14T05:21:15.388Z Compiling tabled_derive v0.7.0
18802026-07-14T05:21:15.500Z Compiling gethostname v0.5.0
18812026-07-14T05:21:15.521Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-07-14T05:21:15.618Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18832026-07-14T05:21:15.627Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-07-14T05:21:15.646Z Compiling smf v0.2.3
18852026-07-14T05:21:15.721Z Compiling bcs v0.1.6
18862026-07-14T05:21:15.746Z Compiling nom v8.0.0
18872026-07-14T05:21:16.053Z Compiling lazy_static v1.5.0
18882026-07-14T05:21:16.161Z Compiling whoami v1.6.1
18892026-07-14T05:21:16.269Z Compiling smawk v0.3.2
18902026-07-14T05:21:16.383Z Compiling linear-map v1.2.0
18912026-07-14T05:21:16.417Z Compiling termtree v0.5.1
18922026-07-14T05:21:16.483Z Compiling tagptr v0.2.0
18932026-07-14T05:21:16.572Z Compiling unicode-linebreak v0.1.5
18942026-07-14T05:21:16.572Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-14T05:21:16.638Z Compiling moka v0.12.15
18962026-07-14T05:21:16.655Z Compiling tabled v0.15.0
18972026-07-14T05:21:16.829Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-07-14T05:21:17.080Z Compiling textwrap v0.16.2
18992026-07-14T05:21:17.670Z Compiling steno v0.4.1
19002026-07-14T05:21:18.349Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-07-14T05:21:18.364Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-07-14T05:21:18.474Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-07-14T05:21:19.335Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-14T05:21:19.526Z Compiling hickory-proto v0.25.2
19052026-07-14T05:21:20.323Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19062026-07-14T05:21:21.049Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19072026-07-14T05:21:21.390Z Compiling parking_lot_core v0.8.6
19082026-07-14T05:21:21.393Z Compiling libscf-sys v1.2.0
19092026-07-14T05:21:21.542Z Compiling hickory-resolver v0.25.2
19102026-07-14T05:21:21.724Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19112026-07-14T05:21:22.116Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-14T05:21:22.276Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19132026-07-14T05:21:22.549Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-14T05:21:22.623Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19152026-07-14T05:21:23.079Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19162026-07-14T05:21:23.091Z Compiling parking_lot v0.11.2
19172026-07-14T05:21:23.501Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19182026-07-14T05:21:23.529Z Compiling fxhash v0.2.1
19192026-07-14T05:21:23.577Z Compiling internet-checksum v0.2.1
19202026-07-14T05:21:23.676Z Compiling sled v0.34.7
19212026-07-14T05:21:23.728Z Compiling itertools v0.15.0
19222026-07-14T05:21:23.755Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19232026-07-14T05:21:26.128Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19242026-07-14T05:21:27.334Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-07-14T05:21:35.348Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-07-14T05:21:36.986Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-07-14T05:21:38.056Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19282026-07-14T05:21:39.042Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19292026-07-14T05:21:39.863Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19302026-07-14T05:22:03.091Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19312026-07-14T05:22:03.279Z────────────
19322026-07-14T05:22:03.279Z Nextest run ID 1df7c71c-6c13-4007-aabc-40d82c4fd658 with nextest profile: default
19332026-07-14T05:22:03.279Z Starting 45 tests across 3 binaries
19342026-07-14T05:22:03.285Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19352026-07-14T05:22:03.288Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19362026-07-14T05:22:03.288Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19372026-07-14T05:22:03.288Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19382026-07-14T05:22:03.291Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19392026-07-14T05:22:03.291Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19402026-07-14T05:22:03.291Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19412026-07-14T05:22:03.291Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19422026-07-14T05:22:03.294Z PASS [ 0.008s] rdb db::test::test_prefix4_db_key_serialization
19432026-07-14T05:22:03.297Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19442026-07-14T05:22:03.300Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19452026-07-14T05:22:03.300Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19462026-07-14T05:22:03.342Z PASS [ 0.057s] rdb db::test::test_ipv6_origin_crud
19472026-07-14T05:22:03.342Z PASS [ 0.057s] rdb db::test::test_ipv4_origin_crud
19482026-07-14T05:22:03.345Z PASS [ 0.055s] rdb db::test::test_prefix_host_bit_normalization
19492026-07-14T05:22:03.345Z PASS [ 0.055s] rdb db::test::test_rib
19502026-07-14T05:22:03.351Z PASS [ 0.052s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19512026-07-14T05:22:03.351Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv4_basic
19522026-07-14T05:22:03.354Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_basic
19532026-07-14T05:22:03.354Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19542026-07-14T05:22:03.361Z PASS [ 0.015s] rdb proptest::prop_ipv4_default_contains_all
19552026-07-14T05:22:03.364Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
19562026-07-14T05:22:03.367Z PASS [ 0.014s] rdb proptest::prop_ipv4_subnet_of_self
19572026-07-14T05:22:03.367Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19582026-07-14T05:22:03.375Z PASS [ 0.014s] rdb proptest::prop_ipv6_normalized_is_network_address
19592026-07-14T05:22:03.378Z PASS [ 0.014s] rdb proptest::prop_ipv6_subnet_of_self
19602026-07-14T05:22:03.382Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
19612026-07-14T05:22:03.385Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19622026-07-14T05:22:03.395Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
19632026-07-14T05:22:03.395Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19642026-07-14T05:22:03.400Z PASS [ 0.058s] rdb db::test::test_static_routing_mixed_address_families
19652026-07-14T05:22:03.400Z PASS [ 0.055s] rdb db::test::test_static_routing_vlan_id_handling
19662026-07-14T05:22:03.400Z PASS [ 0.058s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19672026-07-14T05:22:03.403Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_is_network_address
19682026-07-14T05:22:03.406Z PASS [ 0.010s] rdb types::test::bgp_vs_static_ordering
19692026-07-14T05:22:03.406Z PASS [ 0.010s] rdb types::test::bgp_path_identity
19702026-07-14T05:22:03.409Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19712026-07-14T05:22:03.409Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19722026-07-14T05:22:03.409Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19732026-07-14T05:22:03.412Z PASS [ 0.009s] rdb types::test::btreeset_remove
19742026-07-14T05:22:03.412Z PASS [ 0.009s] rdb types::test::btreeset_replace
19752026-07-14T05:22:03.415Z PASS [ 0.008s] rdb types::test::ord_contract
19762026-07-14T05:22:03.415Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19772026-07-14T05:22:03.419Z PASS [ 0.008s] rdb types::test::static_path_identity
19782026-07-14T05:22:03.431Z PASS [ 0.087s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19792026-07-14T05:22:03.434Z────────────
19802026-07-14T05:22:03.434Z Summary [ 0.153s] 45 tests run: 45 passed, 0 skipped
19812026-07-14T05:22:03.444Z+ cp ./rib.log /work/
19822026-07-14T05:22:03.447Z+ popd
19832026-07-14T05:22:03.447Z/work/oxidecomputer/maghemite
19842026-07-14T05:22:03.447Zprocess exited: duration 284549 ms, exit code 0
 
19852026-07-14T05:22:03.457Zfound 1 output files
19862026-07-14T05:22:03.457Zuploading: /work/rib.log (1177 bytes)
19872026-07-14T05:22:04.470Zuploaded: /work/rib.log