01KVDE2B9PKSK4H55T2P2THTAQ: test-bfd

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: 01KVDE2VHWWW23P3RB6KGMVNT9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T13:18:44.980Zjob assigned to worker 01KVDE3AT92NHDD4DJYWAEW01S [factory aws, i-0ce307ec2926501bf] (queued for 57 s)
 
22026-06-18T13:18:52.087Zstarting task 0: "setup"
32026-06-18T13:18:52.091Z++ uname -s
42026-06-18T13:18:52.094Z+ kern=SunOS
52026-06-18T13:18:52.094Z+ build_user=build
62026-06-18T13:18:52.094Z+ build_uid=12345
72026-06-18T13:18:52.094Z+ work_dir=/work
82026-06-18T13:18:52.094Z+ input_dir=/input
92026-06-18T13:18:52.094Z+ [[ 0 == 12345 ]]
102026-06-18T13:18:52.094Z+ case "$kern" in
112026-06-18T13:18:52.094Z+ groupadd -g 12345 build
122026-06-18T13:18:52.097Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T13:18:54.100Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T13:18:54.208Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T13:18:54.211Z+ home_fs=zfs
162026-06-18T13:18:54.211Z+ [[ zfs == autofs ]]
172026-06-18T13:18:54.211Z+ mkdir -p /home/build
182026-06-18T13:18:54.211Z+ chown build:build /home/build /work
192026-06-18T13:18:56.212Z+ chmod 0700 /home/build /work
202026-06-18T13:18:56.215Zprocess exited: duration 4127 ms, exit code 0
 
212026-06-18T13:18:56.221Zstarting task 1: "rust-toolchain"
222026-06-18T13:18:56.224Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-18T13:18:56.225Z * rust toolchain channel = "stable"
242026-06-18T13:18:56.225Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-18T13:18:56.225Z * rust toolchain profile = "default"
262026-06-18T13:18:56.225Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T13:18:56.227Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T13:18:56.227Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T13:18:56.227Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-18T13:18:56.345Zinfo: downloading installer
312026-06-18T13:18:57.938Zwarn: It looks like you have an existing installation of Rust at:
322026-06-18T13:18:57.939Zwarn: /opt/ooce/bin
332026-06-18T13:18:57.939Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-18T13:18:57.939Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-18T13:18:57.939Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-18T13:18:57.939Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-18T13:18:57.939Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-18T13:18:57.939Zerror: cannot install while Rust is installed
392026-06-18T13:18:57.939Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-18T13:18:57.939Zwarn: It looks like you have an existing rustup settings file at:
412026-06-18T13:18:57.939Zwarn: /home/build/.rustup/settings.toml
422026-06-18T13:18:57.939Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-18T13:18:57.939Zwarn: instead of the one inferred from the default host triple.
442026-06-18T13:18:57.952Zinfo: profile set to default
452026-06-18T13:18:57.952Zinfo: default host triple is x86_64-unknown-illumos
462026-06-18T13:18:57.955Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-18T13:18:58.083Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-18T13:18:58.086Zinfo: downloading 6 components
492026-06-18T13:19:13.020Z
502026-06-18T13:19:13.020Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-18T13:19:13.053Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-18T13:19:13.053Z
532026-06-18T13:19:13.053Z
542026-06-18T13:19:13.053ZRust is installed now. Great!
552026-06-18T13:19:13.053Z
562026-06-18T13:19:13.053ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-18T13:19:13.053Zenvironment variable. This has not been done automatically.
582026-06-18T13:19:13.053Z
592026-06-18T13:19:13.053ZTo configure your current shell, you need to source
602026-06-18T13:19:13.053Zthe corresponding env file under $HOME/.cargo.
612026-06-18T13:19:13.053Z
622026-06-18T13:19:13.056ZThis is usually done by running one of the following (note the leading DOT):
632026-06-18T13:19:13.056Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-18T13:19:13.056Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-18T13:19:13.056Zsource "~/.cargo/env.nu" # For nushell
662026-06-18T13:19:13.056Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-18T13:19:13.056Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-18T13:19:13.056Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-18T13:19:13.056Zwarn: no default linker (`cc`) was found in your PATH
702026-06-18T13:19:13.056Zwarn: many Rust crates require a system C toolchain to build
712026-06-18T13:19:13.142Z+ rustup --version
722026-06-18T13:19:13.151Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-18T13:19:13.153Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-18T13:19:13.172Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-18T13:19:13.175Z+ cargo --version
762026-06-18T13:19:13.187Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-18T13:19:13.190Z+ rustc --version
782026-06-18T13:19:13.209Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-18T13:19:13.212Zprocess exited: duration 16987 ms, exit code 0
 
802026-06-18T13:19:13.218Zstarting task 2: "authentication"
812026-06-18T13:19:13.234Zprocess exited: duration 15 ms, exit code 0
 
822026-06-18T13:19:13.242Zstarting task 3: "clone repository"
832026-06-18T13:19:13.246Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-18T13:19:13.249Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-18T13:19:13.356ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-18T13:19:14.811Z+ cd /work/oxidecomputer/maghemite
872026-06-18T13:19:14.811Z+ git fetch origin a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
882026-06-18T13:19:15.103ZFrom https://github.com/oxidecomputer/maghemite
892026-06-18T13:19:15.103Z * branch a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d -> FETCH_HEAD
902026-06-18T13:19:15.108Z+ [[ -n trey/ttl-dscp ]]
912026-06-18T13:19:15.111Z++ git branch --show-current
922026-06-18T13:19:15.111Z+ current=main
932026-06-18T13:19:15.111Z+ [[ main != trey/ttl-dscp ]]
942026-06-18T13:19:15.111Z+ git branch -f trey/ttl-dscp a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
952026-06-18T13:19:15.114Z+ git checkout -f trey/ttl-dscp
962026-06-18T13:19:15.132ZSwitched to branch 'trey/ttl-dscp'
972026-06-18T13:19:15.135Z+ git reset --hard a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
982026-06-18T13:19:15.151ZHEAD is now at a5bbbd0 Merge branch 'main' into trey/ttl-dscp
992026-06-18T13:19:15.154Zprocess exited: duration 1910 ms, exit code 0
 
1002026-06-18T13:19:15.161Zstarting task 4: "build"
1012026-06-18T13:19:15.164Z+ set -o errexit
1022026-06-18T13:19:15.164Z+ set -o pipefail
1032026-06-18T13:19:15.164Z+ source .github/buildomat/test-common.sh
1042026-06-18T13:19:15.164Z++ NEXTEST_VERSION=0.9.97
1052026-06-18T13:19:15.165Z++ PLATFORM=illumos
1062026-06-18T13:19:15.165Z++ banner install
1072026-06-18T13:19:15.168Z
1082026-06-18T13:19:15.168Z # # # #### ##### ## # #
1092026-06-18T13:19:15.168Z # ## # # # # # # #
1102026-06-18T13:19:15.168Z # # # # #### # # # # #
1112026-06-18T13:19:15.168Z # # # # # # ###### # #
1122026-06-18T13:19:15.168Z # # ## # # # # # # #
1132026-06-18T13:19:15.168Z # # # #### # # # ###### ######
1142026-06-18T13:19:15.168Z
1152026-06-18T13:19:15.168Z++ set +o errexit
1162026-06-18T13:19:15.168Z++ pkg info clang-15
1172026-06-18T13:19:15.172Z++ grep -qi installed
1182026-06-18T13:19:16.921Zpkg: info: no packages matching the following patterns you specified are
1192026-06-18T13:19:16.921Zinstalled on the system. Try querying remotely instead:
1202026-06-18T13:19:16.921Z
1212026-06-18T13:19:16.921Z clang-15
1222026-06-18T13:19:16.961Z++ [[ 1 != 0 ]]
1232026-06-18T13:19:16.961Z++ set -o errexit
1242026-06-18T13:19:16.964Z++ pfexec pkg install clang-15
1252026-06-18T13:19:23.537Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-18T13:19:31.360Z Startup: Caching catalogs ... Done
1272026-06-18T13:19:38.693ZPlanning: Solver setup ... Done
1282026-06-18T13:19:38.733ZPlanning: Running solver ... Done
1292026-06-18T13:19:38.877ZPlanning: Finding local manifests ... Done
1302026-06-18T13:19:38.888ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-18T13:19:38.971ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-18T13:19:39.000ZPlanning: Package planning ... Done
1332026-06-18T13:19:39.025ZPlanning: Merging actions ... Done
1342026-06-18T13:19:39.132ZPlanning: Checking for conflicting actions ... Done
1352026-06-18T13:19:39.138ZPlanning: Consolidating action changes ... Done
1362026-06-18T13:19:39.844ZPlanning: Evaluating mediators ... Done
1372026-06-18T13:19:39.849ZPlanning: Planning completed in 8.30 seconds
1382026-06-18T13:19:39.861Z Packages to install: 2
1392026-06-18T13:19:39.864Z Mediators to change: 2
1402026-06-18T13:19:39.864Z Services to change: 1
1412026-06-18T13:19:39.864Z Create boot environment: No
1422026-06-18T13:19:39.865ZCreate backup boot environment: No
1432026-06-18T13:19:39.902Z
1442026-06-18T13:19:39.902ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-18T13:19:44.915ZDownload: 983/3076 items 82.1/211.3MB 38% complete (18.4M/s)
1462026-06-18T13:19:49.917ZDownload: 1604/3076 items 116.5/211.3MB 55% complete (11.9M/s)
1472026-06-18T13:19:55.031ZDownload: 2006/3076 items 117.2/211.3MB 55% complete (6.8M/s)
1482026-06-18T13:20:00.928ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (3.2M/s)
1492026-06-18T13:20:05.931ZDownload: 2669/3076 items 119.8/211.3MB 56% complete (355k/s)
1502026-06-18T13:20:14.811ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (9.6M/s)
1512026-06-18T13:20:17.795ZDownload: Completed 211.31 MB in 37.88 seconds (5.6M/s)
1522026-06-18T13:20:17.915Z Actions: 1/3418 actions (Installing new actions)
1532026-06-18T13:20:21.123Z Actions: Completed 3418 actions in 3.21 seconds.
1542026-06-18T13:20:21.746Z Done
1552026-06-18T13:20:21.746Z Done
1562026-06-18T13:20:22.493Z Done
1572026-06-18T13:20:25.870Z Done
1582026-06-18T13:20:25.939Z Done
1592026-06-18T13:20:25.942Z Done
1602026-06-18T13:20:26.255Z Done
1612026-06-18T13:20:26.926Z++ set -o errexit
1622026-06-18T13:20:26.926Z++ cargo --version
1632026-06-18T13:20:26.933Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-06-18T13:20:27.100Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-06-18T13:20:27.108Zinfo: downloading 6 components
1662026-06-18T13:20:41.987Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-06-18T13:20:41.990Z++ rustc --version
1682026-06-18T13:20:42.015Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-06-18T13:20:42.019Z++ cargo install cargo-nextest --version 0.9.97
1702026-06-18T13:20:42.060Z Updating crates.io index
1712026-06-18T13:20:42.164Z Downloading crates ...
1722026-06-18T13:20:42.219Z Downloaded cargo-nextest v0.9.97
1732026-06-18T13:20:42.282Z Installing cargo-nextest v0.9.97
1742026-06-18T13:20:42.322Z Updating crates.io index
1752026-06-18T13:20:45.279Z Locking 390 packages to latest compatible versions
1762026-06-18T13:20:45.284Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-06-18T13:20:45.287Z Adding duct v0.13.7 (available: v1.1.1)
1782026-06-18T13:20:45.287Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-06-18T13:20:45.287Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-06-18T13:20:45.290Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-06-18T13:20:45.290Z Adding itertools v0.14.0 (available: v0.15.0)
1822026-06-18T13:20:45.290Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1832026-06-18T13:20:45.290Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1842026-06-18T13:20:45.293Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1852026-06-18T13:20:45.296Z Adding quick-junit v0.5.2 (available: v0.6.0)
1862026-06-18T13:20:45.322Z Downloading crates ...
1872026-06-18T13:20:45.390Z Downloaded anstream v1.0.0
1882026-06-18T13:20:45.397Z Downloaded atomic-waker v1.1.2
1892026-06-18T13:20:45.400Z Downloaded anstyle-query v1.1.5
1902026-06-18T13:20:45.407Z Downloaded async-scoped v0.9.0
1912026-06-18T13:20:45.411Z Downloaded base64ct v1.8.3
1922026-06-18T13:20:45.411Z Downloaded bitflags v2.13.0
1932026-06-18T13:20:45.414Z Downloaded equivalent v1.0.2
1942026-06-18T13:20:45.414Z Downloaded atomicwrites v0.4.4
1952026-06-18T13:20:45.417Z Downloaded errno v0.3.14
1962026-06-18T13:20:45.417Z Downloaded addr2line v0.25.1
1972026-06-18T13:20:45.419Z Downloaded http-body v1.0.1
1982026-06-18T13:20:45.419Z Downloaded home v0.5.12
1992026-06-18T13:20:45.419Z Downloaded find-msvc-tools v0.1.9
2002026-06-18T13:20:45.425Z Downloaded fixedbitset v0.5.7
2012026-06-18T13:20:45.428Z Downloaded hyper-util v0.1.20
2022026-06-18T13:20:45.431Z Downloaded fnv v1.0.7
2032026-06-18T13:20:45.434Z Downloaded document-features v0.2.12
2042026-06-18T13:20:45.434Z Downloaded idna v1.1.0
2052026-06-18T13:20:45.436Z Downloaded futures-core v0.3.32
2062026-06-18T13:20:45.439Z Downloaded iana-time-zone v0.1.65
2072026-06-18T13:20:45.439Z Downloaded lock_api v0.4.14
2082026-06-18T13:20:45.442Z Downloaded hyper-tls v0.6.0
2092026-06-18T13:20:45.445Z Downloaded curve25519-dalek-derive v0.1.1
2102026-06-18T13:20:45.448Z Downloaded humantime-serde v1.1.1
2112026-06-18T13:20:45.450Z Downloaded adler2 v2.0.1
2122026-06-18T13:20:45.454Z Downloaded console v0.15.11
2132026-06-18T13:20:45.456Z Downloaded is_terminal_polyfill v1.70.2
2142026-06-18T13:20:45.459Z Downloaded futures-executor v0.3.32
2152026-06-18T13:20:45.459Z Downloaded erased-serde v0.4.10
2162026-06-18T13:20:45.462Z Downloaded indent_write v2.2.0
2172026-06-18T13:20:45.462Z Downloaded ordered-float v2.10.1
2182026-06-18T13:20:45.465Z Downloaded foreign-types v0.3.2
2192026-06-18T13:20:45.465Z Downloaded jobserver v0.1.34
2202026-06-18T13:20:45.465Z Downloaded http-body-util v0.1.3
2212026-06-18T13:20:45.468Z Downloaded rand_core v0.6.4
2222026-06-18T13:20:45.468Z Downloaded owo-colors v4.3.0
2232026-06-18T13:20:45.478Z Downloaded form_urlencoded v1.2.2
2242026-06-18T13:20:45.478Z Downloaded cpufeatures v0.2.17
2252026-06-18T13:20:45.478Z Downloaded block-buffer v0.10.4
2262026-06-18T13:20:45.479Z Downloaded cfg-if v1.0.4
2272026-06-18T13:20:45.479Z Downloaded indenter v0.3.4
2282026-06-18T13:20:45.479Z Downloaded openssl-macros v0.1.1
2292026-06-18T13:20:45.479Z Downloaded guppy-workspace-hack v0.1.0
2302026-06-18T13:20:45.479Z Downloaded idna_adapter v1.0.0
2312026-06-18T13:20:45.482Z Downloaded debug-ignore v1.0.5
2322026-06-18T13:20:45.482Z Downloaded openssl-probe v0.2.1
2332026-06-18T13:20:45.482Z Downloaded nextest-workspace-hack v0.1.0
2342026-06-18T13:20:45.485Z Downloaded pkg-config v0.3.33
2352026-06-18T13:20:45.485Z Downloaded mukti-metadata v0.3.0
2362026-06-18T13:20:45.485Z Downloaded cargo-platform v0.3.3
2372026-06-18T13:20:45.488Z Downloaded futures-io v0.3.32
2382026-06-18T13:20:45.488Z Downloaded quinn-udp v0.5.14
2392026-06-18T13:20:45.488Z Downloaded parking_lot v0.12.5
2402026-06-18T13:20:45.491Z Downloaded itoa v1.0.18
2412026-06-18T13:20:45.491Z Downloaded futures-task v0.3.32
2422026-06-18T13:20:45.494Z Downloaded colorchoice v1.0.5
2432026-06-18T13:20:45.494Z Downloaded color-spantrace v0.3.0
2442026-06-18T13:20:45.494Z Downloaded cargo-platform v0.2.0
2452026-06-18T13:20:45.497Z Downloaded scopeguard v1.2.0
2462026-06-18T13:20:45.497Z Downloaded pathdiff v0.2.3
2472026-06-18T13:20:45.500Z Downloaded lru-slab v0.1.2
2482026-06-18T13:20:45.503Z Downloaded crypto-common v0.1.7
2492026-06-18T13:20:45.503Z Downloaded lazy_static v1.5.0
2502026-06-18T13:20:45.503Z Downloaded futures-macro v0.3.32
2512026-06-18T13:20:45.506Z Downloaded number_prefix v0.4.0
2522026-06-18T13:20:45.506Z Downloaded nested v0.1.1
2532026-06-18T13:20:45.506Z Downloaded cfg_aliases v0.2.1
2542026-06-18T13:20:45.508Z Downloaded rustc_version v0.4.1
2552026-06-18T13:20:45.508Z Downloaded hex v0.4.3
2562026-06-18T13:20:45.511Z Downloaded backtrace-ext v0.2.1
2572026-06-18T13:20:45.511Z Downloaded clap_lex v1.1.0
2582026-06-18T13:20:45.514Z Downloaded foreign-types-shared v0.1.1
2592026-06-18T13:20:45.514Z Downloaded percent-encoding v2.3.2
2602026-06-18T13:20:45.514Z Downloaded is_ci v1.2.0
2612026-06-18T13:20:45.517Z Downloaded generic-array v0.14.7
2622026-06-18T13:20:45.518Z Downloaded futures-sink v0.3.32
2632026-06-18T13:20:45.518Z Downloaded rustc-hash v2.1.2
2642026-06-18T13:20:45.521Z Downloaded heck v0.5.0
2652026-06-18T13:20:45.527Z Downloaded os_pipe v1.2.3
2662026-06-18T13:20:45.529Z Downloaded ed25519 v2.2.3
2672026-06-18T13:20:45.529Z Downloaded digest v0.10.7
2682026-06-18T13:20:45.532Z Downloaded autocfg v1.5.1
2692026-06-18T13:20:45.533Z Downloaded filetime v0.2.29
2702026-06-18T13:20:45.535Z Downloaded cargo_metadata v0.23.1
2712026-06-18T13:20:45.535Z Downloaded foldhash v0.1.5
2722026-06-18T13:20:45.538Z Downloaded enable-ansi-support v0.2.1
2732026-06-18T13:20:45.538Z Downloaded shell-words v1.1.1
2742026-06-18T13:20:45.538Z Downloaded duct v0.13.7
2752026-06-18T13:20:45.544Z Downloaded serde-value v0.7.0
2762026-06-18T13:20:45.547Z Downloaded serde_spanned v1.1.1
2772026-06-18T13:20:45.547Z Downloaded serde_spanned v0.6.9
2782026-06-18T13:20:45.547Z Downloaded serde_ignored v0.1.14
2792026-06-18T13:20:45.550Z Downloaded parking_lot_core v0.9.12
2802026-06-18T13:20:45.550Z Downloaded httparse v1.10.1
2812026-06-18T13:20:45.554Z Downloaded signal-hook-mio v0.2.5
2822026-06-18T13:20:45.557Z Downloaded sigchld v0.2.4
2832026-06-18T13:20:45.557Z Downloaded shared_child v1.1.1
2842026-06-18T13:20:45.560Z Downloaded signature v2.2.0
2852026-06-18T13:20:45.564Z Downloaded strsim v0.11.1
2862026-06-18T13:20:45.567Z Downloaded quote v1.0.45
2872026-06-18T13:20:45.570Z Downloaded future-queue v0.4.0
2882026-06-18T13:20:45.573Z Downloaded nextest-metadata v0.12.2
2892026-06-18T13:20:45.573Z Downloaded globset v0.4.18
2902026-06-18T13:20:45.576Z Downloaded either v1.16.0
2912026-06-18T13:20:45.576Z Downloaded dialoguer v0.11.0
2922026-06-18T13:20:45.579Z Downloaded cargo_metadata v0.20.0
2932026-06-18T13:20:45.579Z Downloaded anstyle v1.0.14
2942026-06-18T13:20:45.579Z Downloaded rand_core v0.9.5
2952026-06-18T13:20:45.582Z Downloaded native-tls v0.2.18
2962026-06-18T13:20:45.582Z Downloaded pkcs8 v0.10.2
2972026-06-18T13:20:45.585Z Downloaded humantime v2.3.0
2982026-06-18T13:20:45.585Z Downloaded subtle v2.6.1
2992026-06-18T13:20:45.588Z Downloaded swrite v0.1.0
3002026-06-18T13:20:45.588Z Downloaded supports-hyperlinks v3.2.0
3012026-06-18T13:20:45.588Z Downloaded supports-color v3.0.2
3022026-06-18T13:20:45.588Z Downloaded rand_chacha v0.9.0
3032026-06-18T13:20:45.591Z Downloaded fastrand v2.4.1
3042026-06-18T13:20:45.594Z Downloaded cargo-util-schemas v0.2.0
3052026-06-18T13:20:45.599Z Downloaded strip-ansi-escapes v0.2.1
3062026-06-18T13:20:45.601Z Downloaded sync_wrapper v1.0.2
3072026-06-18T13:20:45.601Z Downloaded pin-project-internal v1.1.13
3082026-06-18T13:20:45.601Z Downloaded supports-unicode v3.0.0
3092026-06-18T13:20:45.604Z Downloaded const-oid v0.9.6
3102026-06-18T13:20:45.607Z Downloaded pin-project-lite v0.2.17
3112026-06-18T13:20:45.610Z Downloaded newtype-uuid v1.3.2
3122026-06-18T13:20:45.610Z Downloaded terminal_size v0.4.4
3132026-06-18T13:20:45.610Z Downloaded ppv-lite86 v0.2.21
3142026-06-18T13:20:45.613Z Downloaded anstyle-parse v1.0.0
3152026-06-18T13:20:45.616Z Downloaded rustc-demangle v0.1.27
3162026-06-18T13:20:45.616Z Downloaded miette-derive v7.6.0
3172026-06-18T13:20:45.616Z Downloaded tokio-macros v2.7.0
3182026-06-18T13:20:45.619Z Downloaded tinyvec_macros v0.1.1
3192026-06-18T13:20:45.621Z Downloaded serde-untagged v0.1.9
3202026-06-18T13:20:45.624Z Downloaded serde_urlencoded v0.7.1
3212026-06-18T13:20:45.624Z Downloaded slab v0.4.12
3222026-06-18T13:20:45.624Z Downloaded hyper-rustls v0.27.9
3232026-06-18T13:20:45.627Z Downloaded serde_path_to_error v0.1.20
3242026-06-18T13:20:45.627Z Downloaded litrs v1.0.0
3252026-06-18T13:20:45.630Z Downloaded smol_str v0.3.6
3262026-06-18T13:20:45.630Z Downloaded toml_datetime v0.6.11
3272026-06-18T13:20:45.630Z Downloaded tower-layer v0.3.3
3282026-06-18T13:20:45.635Z Downloaded toml_write v0.1.2
3292026-06-18T13:20:45.638Z Downloaded self-replace v1.5.0
3302026-06-18T13:20:45.638Z Downloaded sha2 v0.10.9
3312026-06-18T13:20:45.641Z Downloaded tower-service v0.3.3
3322026-06-18T13:20:45.641Z Downloaded try-lock v0.2.5
3332026-06-18T13:20:45.641Z Downloaded ipnet v2.12.0
3342026-06-18T13:20:45.644Z Downloaded spki v0.7.3
3352026-06-18T13:20:45.644Z Downloaded simd-adler32 v0.3.9
3362026-06-18T13:20:45.646Z Downloaded typeid v1.0.3
3372026-06-18T13:20:45.646Z Downloaded tracing-error v0.2.1
3382026-06-18T13:20:45.649Z Downloaded self_update v0.42.0
3392026-06-18T13:20:45.649Z Downloaded unicode-linebreak v0.1.5
3402026-06-18T13:20:45.649Z Downloaded indicatif v0.17.11
3412026-06-18T13:20:45.653Z Downloaded static_assertions v1.1.0
3422026-06-18T13:20:45.656Z Downloaded cfg-expr v0.20.8
3432026-06-18T13:20:45.658Z Downloaded getrandom v0.2.17
3442026-06-18T13:20:45.661Z Downloaded convert_case v0.10.0
3452026-06-18T13:20:45.661Z Downloaded camino v1.2.2
3462026-06-18T13:20:45.664Z Downloaded target-spec-miette v0.4.8
3472026-06-18T13:20:45.668Z Downloaded thread_local v1.1.9
3482026-06-18T13:20:45.668Z Downloaded ahash v0.8.12
3492026-06-18T13:20:45.671Z Downloaded thiserror-impl v1.0.69
3502026-06-18T13:20:45.671Z Downloaded version_check v0.9.5
3512026-06-18T13:20:45.671Z Downloaded futures-channel v0.3.32
3522026-06-18T13:20:45.674Z Downloaded eyre v0.6.12
3532026-06-18T13:20:45.676Z Downloaded rustls-pki-types v1.14.1
3542026-06-18T13:20:45.679Z Downloaded semver v1.0.28
3552026-06-18T13:20:45.685Z Downloaded target-lexicon v0.13.5
3562026-06-18T13:20:45.690Z Downloaded pin-project v1.1.13
3572026-06-18T13:20:45.698Z Downloaded utf8_iter v1.0.4
3582026-06-18T13:20:45.701Z Downloaded urlencoding v2.1.3
3592026-06-18T13:20:45.701Z Downloaded unicode-xid v0.2.6
3602026-06-18T13:20:45.701Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3612026-06-18T13:20:45.701Z Downloaded futures v0.3.32
3622026-06-18T13:20:45.704Z Downloaded utf8parse v0.2.2
3632026-06-18T13:20:45.707Z Downloaded thiserror v1.0.69
3642026-06-18T13:20:45.709Z Downloaded tokio-native-tls v0.3.1
3652026-06-18T13:20:45.709Z Downloaded unicase v2.9.0
3662026-06-18T13:20:45.712Z Downloaded want v0.3.1
3672026-06-18T13:20:45.712Z Downloaded once_cell v1.21.4
3682026-06-18T13:20:45.712Z Downloaded tracing-log v0.2.0
3692026-06-18T13:20:45.715Z Downloaded tempfile v3.27.0
3702026-06-18T13:20:45.715Z Downloaded smallvec v1.15.2
3712026-06-18T13:20:45.718Z Downloaded proc-macro2 v1.0.106
3722026-06-18T13:20:45.718Z Downloaded log v0.4.32
3732026-06-18T13:20:45.721Z Downloaded signal-hook-registry v1.4.8
3742026-06-18T13:20:45.721Z Downloaded ryu v1.0.23
3752026-06-18T13:20:45.724Z Downloaded nextest-filtering v0.15.0
3762026-06-18T13:20:45.724Z Downloaded quick-junit v0.5.2
3772026-06-18T13:20:45.727Z Downloaded thiserror v2.0.18
3782026-06-18T13:20:45.729Z Downloaded target-spec v3.6.0
3792026-06-18T13:20:45.732Z Downloaded shlex v2.0.1
3802026-06-18T13:20:45.732Z Downloaded toml_writer v1.1.1+spec-1.1.0
3812026-06-18T13:20:45.732Z Downloaded ed25519-dalek v2.2.0
3822026-06-18T13:20:45.735Z Downloaded num-traits v0.2.19
3832026-06-18T13:20:45.738Z Downloaded untrusted v0.9.0
3842026-06-18T13:20:45.741Z Downloaded sharded-slab v0.1.7
3852026-06-18T13:20:45.744Z Downloaded tokio-rustls v0.26.4
3862026-06-18T13:20:45.749Z Downloaded crc32fast v1.5.0
3872026-06-18T13:20:45.754Z Downloaded clap v4.6.1
3882026-06-18T13:20:45.760Z Downloaded xxhash-rust v0.8.15
3892026-06-18T13:20:45.763Z Downloaded openssl-sys v0.9.117
3902026-06-18T13:20:45.766Z Downloaded signal-hook v0.3.18
3912026-06-18T13:20:45.768Z Downloaded camino-tempfile v1.4.1
3922026-06-18T13:20:45.768Z Downloaded getrandom v0.3.4
3932026-06-18T13:20:45.771Z Downloaded xattr v1.6.1
3942026-06-18T13:20:45.771Z Downloaded getrandom v0.4.3
3952026-06-18T13:20:45.774Z Downloaded clap_derive v4.6.1
3962026-06-18T13:20:45.777Z Downloaded tinyvec v1.11.0
3972026-06-18T13:20:45.781Z Downloaded miniz_oxide v0.8.9
3982026-06-18T13:20:45.783Z Downloaded thiserror-impl v2.0.18
3992026-06-18T13:20:45.786Z Downloaded zmij v1.0.21
4002026-06-18T13:20:45.789Z Downloaded zipsign-api v0.1.5
4012026-06-18T13:20:45.792Z Downloaded zstd-safe v7.2.4
4022026-06-18T13:20:45.795Z Downloaded quinn v0.11.9
4032026-06-18T13:20:45.795Z Downloaded toml v1.1.2+spec-1.1.0
4042026-06-18T13:20:45.798Z Downloaded serde_derive v1.0.228
4052026-06-18T13:20:45.801Z Downloaded serde_core v1.0.228
4062026-06-18T13:20:45.801Z Downloaded tracing-attributes v0.1.31
4072026-06-18T13:20:45.804Z Downloaded toml_parser v1.1.2+spec-1.1.0
4082026-06-18T13:20:45.804Z Downloaded toml v0.8.23
4092026-06-18T13:20:45.807Z Downloaded tokio-stream v0.1.18
4102026-06-18T13:20:45.807Z Downloaded socket2 v0.6.4
4112026-06-18T13:20:45.810Z Downloaded config v0.15.24
4122026-06-18T13:20:45.813Z Downloaded zstd v0.13.3
4132026-06-18T13:20:45.816Z Downloaded derive-where v1.6.1
4142026-06-18T13:20:45.816Z Downloaded serde v1.0.228
4152026-06-18T13:20:45.818Z Downloaded rustls-webpki v0.103.13
4162026-06-18T13:20:45.836Z Downloaded derive_more v2.1.1
4172026-06-18T13:20:45.842Z Downloaded textwrap v0.16.2
4182026-06-18T13:20:45.845Z Downloaded zeroize v1.9.0
4192026-06-18T13:20:45.845Z Downloaded rand v0.9.4
4202026-06-18T13:20:45.848Z Downloaded memchr v2.8.2
4212026-06-18T13:20:45.851Z Downloaded borsh v1.6.1
4222026-06-18T13:20:45.855Z Downloaded unicode-ident v1.0.24
4232026-06-18T13:20:45.858Z Downloaded flate2 v1.1.9
4242026-06-18T13:20:45.861Z Downloaded base64 v0.22.1
4252026-06-18T13:20:45.864Z Downloaded toml_edit v0.22.27
4262026-06-18T13:20:45.866Z Downloaded bytes v1.12.0
4272026-06-18T13:20:45.869Z Downloaded mio v1.2.1
4282026-06-18T13:20:45.876Z Downloaded miette v7.6.0
4292026-06-18T13:20:45.878Z Downloaded der v0.7.10
4302026-06-18T13:20:45.881Z Downloaded tar v0.4.46
4312026-06-18T13:20:45.884Z Downloaded uuid v1.23.3
4322026-06-18T13:20:45.897Z Downloaded indexmap v2.14.0
4332026-06-18T13:20:45.900Z Downloaded tracing-core v0.1.36
4342026-06-18T13:20:45.903Z Downloaded url v2.5.8
4352026-06-18T13:20:45.906Z Downloaded backtrace v0.3.76
4362026-06-18T13:20:45.924Z Downloaded pulldown-cmark v0.13.4
4372026-06-18T13:20:45.927Z Downloaded vte v0.14.1
4382026-06-18T13:20:45.930Z Downloaded tower v0.5.3
4392026-06-18T13:20:45.936Z Downloaded ron v0.12.1
4402026-06-18T13:20:45.941Z Downloaded derive_more-impl v2.1.1
4412026-06-18T13:20:45.944Z Downloaded http v1.4.2
4422026-06-18T13:20:45.950Z Downloaded regex v1.12.4
4432026-06-18T13:20:45.959Z Downloaded cc v1.2.64
4442026-06-18T13:20:45.976Z Downloaded reqwest v0.12.28
4452026-06-18T13:20:45.980Z Downloaded hyper v1.10.1
4462026-06-18T13:20:45.988Z Downloaded crossterm v0.29.0
4472026-06-18T13:20:45.997Z Downloaded unicode-segmentation v1.13.3
4482026-06-18T13:20:46.002Z Downloaded itertools v0.14.0
4492026-06-18T13:20:46.005Z Downloaded hashbrown v0.15.5
4502026-06-18T13:20:46.010Z Downloaded tower-http v0.6.11
4512026-06-18T13:20:46.015Z Downloaded unicode-normalization v0.1.25
4522026-06-18T13:20:46.019Z Downloaded portable-atomic v1.13.1
4532026-06-18T13:20:46.022Z Downloaded typenum v1.20.1
4542026-06-18T13:20:46.025Z Downloaded guppy v0.17.26
4552026-06-18T13:20:46.028Z Downloaded hashbrown v0.17.1
4562026-06-18T13:20:46.031Z Downloaded clap_builder v4.6.0
4572026-06-18T13:20:46.034Z Downloaded tokio-util v0.7.18
4582026-06-18T13:20:46.042Z Downloaded aho-corasick v1.1.4
4592026-06-18T13:20:46.045Z Downloaded h2 v0.4.15
4602026-06-18T13:20:46.051Z Downloaded futures-util v0.3.32
4612026-06-18T13:20:46.057Z Downloaded serde_json v1.0.150
4622026-06-18T13:20:46.061Z Downloaded quick-xml v0.38.4
4632026-06-18T13:20:46.065Z Downloaded quick-xml v0.37.5
4642026-06-18T13:20:46.068Z Downloaded quinn-proto v0.11.14
4652026-06-18T13:20:46.079Z Downloaded winnow v1.0.3
4662026-06-18T13:20:46.096Z Downloaded winnow v0.7.15
4672026-06-18T13:20:46.101Z Downloaded chrono v0.4.45
4682026-06-18T13:20:46.105Z Downloaded tracing-subscriber v0.3.23
4692026-06-18T13:20:46.129Z Downloaded webpki-roots v1.0.8
4702026-06-18T13:20:46.140Z Downloaded gimli v0.32.3
4712026-06-18T13:20:46.148Z Downloaded vcpkg v0.2.15
4722026-06-18T13:20:46.170Z Downloaded unicode-width v0.1.14
4732026-06-18T13:20:46.174Z Downloaded zerocopy v0.8.52
4742026-06-18T13:20:46.184Z Downloaded unicode-width v0.2.2
4752026-06-18T13:20:46.187Z Downloaded bstr v1.12.1
4762026-06-18T13:20:46.192Z Downloaded openssl v0.10.81
4772026-06-18T13:20:46.198Z Downloaded curve25519-dalek v4.1.3
4782026-06-18T13:20:46.202Z Downloaded syn v2.0.118
4792026-06-18T13:20:46.208Z Downloaded nextest-runner v0.80.0
4802026-06-18T13:20:46.215Z Downloaded tracing v0.1.44
4812026-06-18T13:20:46.226Z Downloaded color-eyre v0.6.5
4822026-06-18T13:20:46.230Z Downloaded object v0.37.3
4832026-06-18T13:20:46.236Z Downloaded nix v0.30.1
4842026-06-18T13:20:46.243Z Downloaded rustix v0.38.44
4852026-06-18T13:20:46.255Z Downloaded rustls v0.23.40
4862026-06-18T13:20:46.261Z Downloaded regex-syntax v0.8.11
4872026-06-18T13:20:46.290Z Downloaded rustix v1.1.4
4882026-06-18T13:20:46.365Z Downloaded regex-automata v0.4.14
4892026-06-18T13:20:46.455Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-06-18T13:20:46.465Z Downloaded libc v0.2.186
4912026-06-18T13:20:46.483Z Downloaded petgraph v0.8.3
4922026-06-18T13:20:46.502Z Downloaded tokio v1.52.3
4932026-06-18T13:20:46.567Z Downloaded recursion v0.5.4
4942026-06-18T13:20:46.574Z Downloaded ring v0.17.14
4952026-06-18T13:20:46.633Z Compiling libc v0.2.186
4962026-06-18T13:20:46.633Z Compiling proc-macro2 v1.0.106
4972026-06-18T13:20:46.637Z Compiling unicode-ident v1.0.24
4982026-06-18T13:20:46.637Z Compiling quote v1.0.45
4992026-06-18T13:20:46.637Z Compiling serde_core v1.0.228
5002026-06-18T13:20:46.637Z Compiling cfg-if v1.0.4
5012026-06-18T13:20:46.637Z Compiling memchr v2.8.2
5022026-06-18T13:20:46.637Z Compiling once_cell v1.21.4
5032026-06-18T13:20:46.827Z Compiling log v0.4.32
5042026-06-18T13:20:46.881Z Compiling pin-project-lite v0.2.17
5052026-06-18T13:20:46.971Z Compiling itoa v1.0.18
5062026-06-18T13:20:47.008Z Compiling serde v1.0.228
5072026-06-18T13:20:47.171Z Compiling futures-core v0.3.32
5082026-06-18T13:20:47.209Z Compiling smallvec v1.15.2
5092026-06-18T13:20:47.322Z Compiling bitflags v2.13.0
5102026-06-18T13:20:47.374Z Compiling find-msvc-tools v0.1.9
5112026-06-18T13:20:47.458Z Compiling shlex v2.0.1
5122026-06-18T13:20:47.597Z Compiling equivalent v1.0.2
5132026-06-18T13:20:47.649Z Compiling errno v0.3.14
5142026-06-18T13:20:47.683Z Compiling hashbrown v0.17.1
5152026-06-18T13:20:47.704Z Compiling bytes v1.12.0
5162026-06-18T13:20:47.715Z Compiling mio v1.2.1
5172026-06-18T13:20:47.800Z Compiling signal-hook-registry v1.4.8
5182026-06-18T13:20:47.920Z Compiling jobserver v0.1.34
5192026-06-18T13:20:47.979Z Compiling syn v2.0.118
5202026-06-18T13:20:48.050Z Compiling rustix v1.1.4
5212026-06-18T13:20:48.261Z Compiling cc v1.2.64
5222026-06-18T13:20:48.393Z Compiling futures-sink v0.3.32
5232026-06-18T13:20:48.405Z Compiling socket2 v0.6.4
5242026-06-18T13:20:48.448Z Compiling slab v0.4.12
5252026-06-18T13:20:48.505Z Compiling zmij v1.0.21
5262026-06-18T13:20:48.592Z Compiling futures-channel v0.3.32
5272026-06-18T13:20:48.655Z Compiling tracing-core v0.1.36
5282026-06-18T13:20:48.854Z Compiling version_check v0.9.5
5292026-06-18T13:20:48.866Z Compiling serde_json v1.0.150
5302026-06-18T13:20:49.132Z Compiling indexmap v2.14.0
5312026-06-18T13:20:49.217Z Compiling getrandom v0.4.3
5322026-06-18T13:20:49.237Z Compiling futures-task v0.3.32
5332026-06-18T13:20:49.416Z Compiling futures-io v0.3.32
5342026-06-18T13:20:49.536Z Compiling camino v1.2.2
5352026-06-18T13:20:49.607Z Compiling unicode-width v0.2.2
5362026-06-18T13:20:49.621Z Compiling percent-encoding v2.3.2
5372026-06-18T13:20:49.788Z Compiling ring v0.17.14
5382026-06-18T13:20:49.922Z Compiling http v1.4.2
5392026-06-18T13:20:49.945Z Compiling simd-adler32 v0.3.9
5402026-06-18T13:20:49.993Z Compiling autocfg v1.5.1
5412026-06-18T13:20:50.087Z Compiling adler2 v2.0.1
5422026-06-18T13:20:50.252Z Compiling zeroize v1.9.0
5432026-06-18T13:20:50.337Z Compiling num-traits v0.2.19
5442026-06-18T13:20:50.449Z Compiling miniz_oxide v0.8.9
5452026-06-18T13:20:50.676Z Compiling object v0.37.3
5462026-06-18T13:20:50.772Z Compiling zerocopy v0.8.52
5472026-06-18T13:20:50.976Z Compiling target-lexicon v0.13.5
5482026-06-18T13:20:51.148Z Compiling getrandom v0.3.4
5492026-06-18T13:20:51.270Z Compiling http-body v1.0.1
5502026-06-18T13:20:51.513Z Compiling rustls-pki-types v1.14.1
5512026-06-18T13:20:51.526Z Compiling form_urlencoded v1.2.2
5522026-06-18T13:20:51.589Z Compiling semver v1.0.28
5532026-06-18T13:20:51.665Z Compiling serde_derive v1.0.228
5542026-06-18T13:20:51.789Z Compiling tokio-macros v2.7.0
5552026-06-18T13:20:51.859Z Compiling futures-macro v0.3.32
5562026-06-18T13:20:51.870Z Compiling tracing-attributes v0.1.31
5572026-06-18T13:20:52.177Z Compiling getrandom v0.2.17
5582026-06-18T13:20:52.233Z Compiling utf8_iter v1.0.4
5592026-06-18T13:20:52.363Z Compiling gimli v0.32.3
5602026-06-18T13:20:52.376Z Compiling signal-hook v0.3.18
5612026-06-18T13:20:52.395Z Compiling fnv v1.0.7
5622026-06-18T13:20:52.499Z Compiling guppy-workspace-hack v0.1.0
5632026-06-18T13:20:52.529Z Compiling tokio v1.52.3
5642026-06-18T13:20:52.602Z Compiling idna_adapter v1.0.0
5652026-06-18T13:20:52.676Z Compiling futures-util v0.3.32
5662026-06-18T13:20:52.702Z Compiling thiserror v2.0.18
5672026-06-18T13:20:52.721Z Compiling owo-colors v4.3.0
5682026-06-18T13:20:53.039Z Compiling httparse v1.10.1
5692026-06-18T13:20:53.050Z Compiling untrusted v0.9.0
5702026-06-18T13:20:53.074Z Compiling tracing v0.1.44
5712026-06-18T13:20:53.421Z Compiling idna v1.1.0
5722026-06-18T13:20:53.443Z Compiling thiserror-impl v2.0.18
5732026-06-18T13:20:54.406Z Compiling addr2line v0.25.1
5742026-06-18T13:20:55.017Z Compiling generic-array v0.14.7
5752026-06-18T13:20:55.054Z Compiling fastrand v2.4.1
5762026-06-18T13:20:55.201Z Compiling target-spec v3.6.0
5772026-06-18T13:20:55.258Z Compiling typeid v1.0.3
5782026-06-18T13:20:55.275Z Compiling pkg-config v0.3.33
5792026-06-18T13:20:55.387Z Compiling tower-service v0.3.3
5802026-06-18T13:20:55.482Z Compiling try-lock v0.2.5
5812026-06-18T13:20:55.494Z Compiling atomic-waker v1.1.2
5822026-06-18T13:20:55.549Z Compiling rustls v0.23.40
5832026-06-18T13:20:55.593Z Compiling thiserror v1.0.69
5842026-06-18T13:20:55.615Z Compiling rustc-demangle v0.1.27
5852026-06-18T13:20:55.703Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-06-18T13:20:55.768Z Compiling want v0.3.1
5872026-06-18T13:20:56.053Z Compiling tempfile v3.27.0
5882026-06-18T13:20:56.080Z Compiling cfg-expr v0.20.8
5892026-06-18T13:20:56.224Z Compiling url v2.5.8
5902026-06-18T13:20:56.596Z Compiling tokio-util v0.7.18
5912026-06-18T13:20:57.107Z Compiling h2 v0.4.15
5922026-06-18T13:20:57.681Z Compiling backtrace v0.3.76
5932026-06-18T13:20:57.858Z Compiling thiserror-impl v1.0.69
5942026-06-18T13:20:58.152Z Compiling terminal_size v0.4.4
5952026-06-18T13:20:58.311Z Compiling aho-corasick v1.1.4
5962026-06-18T13:20:58.669Z Compiling regex-syntax v0.8.11
5972026-06-18T13:20:58.721Z Compiling typenum v1.20.1
5982026-06-18T13:20:59.007Z Compiling rustls-webpki v0.103.13
5992026-06-18T13:20:59.393Z Compiling subtle v2.6.1
6002026-06-18T13:20:59.554Z Compiling erased-serde v0.4.10
6012026-06-18T13:20:59.871Z Compiling winnow v0.7.15
6022026-06-18T13:21:01.610Z Compiling regex-automata v0.4.14
6032026-06-18T13:21:01.799Z Compiling hyper v1.10.1
6042026-06-18T13:21:03.820Z Compiling serde_spanned v0.6.9
6052026-06-18T13:21:03.984Z Compiling toml_datetime v0.6.11
6062026-06-18T13:21:04.352Z Compiling ahash v0.8.12
6072026-06-18T13:21:04.617Z Compiling sync_wrapper v1.0.2
6082026-06-18T13:21:04.732Z Compiling crc32fast v1.5.0
6092026-06-18T13:21:05.028Z Compiling either v1.16.0
6102026-06-18T13:21:05.256Z Compiling portable-atomic v1.13.1
6112026-06-18T13:21:05.312Z Compiling ipnet v2.12.0
6122026-06-18T13:21:05.513Z Compiling nextest-workspace-hack v0.1.0
6132026-06-18T13:21:05.712Z Compiling foldhash v0.1.5
6142026-06-18T13:21:05.742Z Compiling parking_lot_core v0.9.12
6152026-06-18T13:21:05.928Z Compiling unicode-linebreak v0.1.5
6162026-06-18T13:21:06.013Z Compiling toml_write v0.1.2
6172026-06-18T13:21:06.024Z Compiling tower-layer v0.3.3
6182026-06-18T13:21:06.194Z Compiling lazy_static v1.5.0
6192026-06-18T13:21:06.219Z Compiling is_ci v1.2.0
6202026-06-18T13:21:06.245Z Compiling base64 v0.22.1
6212026-06-18T13:21:06.297Z Compiling unicode-segmentation v1.13.3
6222026-06-18T13:21:06.386Z Compiling supports-color v3.0.2
6232026-06-18T13:21:06.511Z Compiling hyper-util v0.1.20
6242026-06-18T13:21:06.598Z Compiling sharded-slab v0.1.7
6252026-06-18T13:21:06.618Z Compiling convert_case v0.10.0
6262026-06-18T13:21:06.685Z Compiling tower v0.5.3
6272026-06-18T13:21:06.734Z Compiling toml_edit v0.22.27
6282026-06-18T13:21:06.873Z Compiling textwrap v0.16.2
6292026-06-18T13:21:07.222Z Compiling hashbrown v0.15.5
6302026-06-18T13:21:07.376Z Compiling tokio-rustls v0.26.4
6312026-06-18T13:21:07.840Z Compiling backtrace-ext v0.2.1
6322026-06-18T13:21:08.099Z Compiling ordered-float v2.10.1
6332026-06-18T13:21:08.270Z Compiling webpki-roots v1.0.8
6342026-06-18T13:21:08.282Z Compiling miette-derive v7.6.0
6352026-06-18T13:21:08.383Z Compiling pathdiff v0.2.3
6362026-06-18T13:21:08.400Z Compiling console v0.15.11
6372026-06-18T13:21:08.505Z Compiling cargo-platform v0.3.3
6382026-06-18T13:21:09.063Z Compiling tracing-log v0.2.0
6392026-06-18T13:21:09.121Z Compiling os_pipe v1.2.3
6402026-06-18T13:21:09.290Z Compiling thread_local v1.1.9
6412026-06-18T13:21:09.381Z Compiling supports-hyperlinks v3.2.0
6422026-06-18T13:21:09.430Z Compiling fixedbitset v0.5.7
6432026-06-18T13:21:09.603Z Compiling rustix v0.38.44
6442026-06-18T13:21:09.642Z Compiling scopeguard v1.2.0
6452026-06-18T13:21:09.704Z Compiling winnow v1.0.3
6462026-06-18T13:21:09.747Z Compiling zstd-safe v7.2.4
6472026-06-18T13:21:09.936Z Compiling utf8parse v0.2.2
6482026-06-18T13:21:09.956Z Compiling debug-ignore v1.0.5
6492026-06-18T13:21:09.992Z Compiling unicode-width v0.1.14
6502026-06-18T13:21:10.064Z Compiling supports-unicode v3.0.0
6512026-06-18T13:21:10.230Z Compiling pulldown-cmark v0.13.4
6522026-06-18T13:21:10.350Z Compiling ryu v1.0.23
6532026-06-18T13:21:10.377Z Compiling cfg_aliases v0.2.1
6542026-06-18T13:21:10.452Z Compiling nix v0.30.1
6552026-06-18T13:21:10.526Z Compiling serde_urlencoded v0.7.1
6562026-06-18T13:21:10.637Z Compiling miette v7.6.0
6572026-06-18T13:21:10.805Z Compiling toml_parser v1.1.2+spec-1.1.0
6582026-06-18T13:21:10.836Z Compiling anstyle-parse v1.0.0
6592026-06-18T13:21:11.152Z Compiling lock_api v0.4.14
6602026-06-18T13:21:11.165Z Compiling petgraph v0.8.3
6612026-06-18T13:21:11.388Z Compiling tracing-subscriber v0.3.23
6622026-06-18T13:21:12.110Z Compiling sigchld v0.2.4
6632026-06-18T13:21:12.304Z Compiling cargo_metadata v0.23.1
6642026-06-18T13:21:12.744Z Compiling hyper-rustls v0.27.9
6652026-06-18T13:21:13.108Z Compiling serde-value v0.7.0
6662026-06-18T13:21:13.422Z Compiling toml v0.8.23
6672026-06-18T13:21:13.864Z Compiling serde-untagged v0.1.9
6682026-06-18T13:21:14.836Z Compiling tower-http v0.6.11
6692026-06-18T13:21:15.202Z Compiling derive_more-impl v2.1.1
6702026-06-18T13:21:15.368Z Compiling itertools v0.14.0
6712026-06-18T13:21:15.494Z Compiling regex v1.12.4
6722026-06-18T13:21:16.017Z Compiling crypto-common v0.1.7
6732026-06-18T13:21:16.128Z Compiling block-buffer v0.10.4
6742026-06-18T13:21:16.149Z Compiling ppv-lite86 v0.2.21
6752026-06-18T13:21:16.278Z Compiling futures-executor v0.3.32
6762026-06-18T13:21:16.290Z Compiling rand_core v0.9.5
6772026-06-18T13:21:16.473Z Compiling pin-project-internal v1.1.13
6782026-06-18T13:21:16.533Z Compiling http-body-util v0.1.3
6792026-06-18T13:21:16.798Z Compiling uuid v1.23.3
6802026-06-18T13:21:16.812Z Compiling serde_spanned v1.1.1
6812026-06-18T13:21:16.853Z Compiling toml_datetime v1.1.1+spec-1.1.0
6822026-06-18T13:21:16.921Z Compiling smol_str v0.3.6
6832026-06-18T13:21:16.949Z Compiling filetime v0.2.29
6842026-06-18T13:21:17.159Z Compiling vte v0.14.1
6852026-06-18T13:21:17.249Z Compiling bstr v1.12.1
6862026-06-18T13:21:17.251Z Compiling unicase v2.9.0
6872026-06-18T13:21:17.324Z Compiling self_update v0.42.0
6882026-06-18T13:21:17.376Z Compiling tinyvec_macros v0.1.1
6892026-06-18T13:21:17.441Z Compiling anstyle-query v1.1.5
6902026-06-18T13:21:17.453Z Compiling unicode-xid v0.2.6
6912026-06-18T13:21:17.474Z Compiling anstyle v1.0.14
6922026-06-18T13:21:17.519Z Compiling is_terminal_polyfill v1.70.2
6932026-06-18T13:21:17.545Z Compiling nested v0.1.1
6942026-06-18T13:21:17.574Z Compiling iana-time-zone v0.1.65
6952026-06-18T13:21:17.586Z Compiling eyre v0.6.12
6962026-06-18T13:21:17.606Z Compiling number_prefix v0.4.0
6972026-06-18T13:21:17.733Z Compiling xattr v1.6.1
6982026-06-18T13:21:17.748Z Compiling colorchoice v1.0.5
6992026-06-18T13:21:17.755Z Compiling static_assertions v1.1.0
7002026-06-18T13:21:17.901Z Compiling litrs v1.0.0
7012026-06-18T13:21:17.914Z Compiling color-spantrace v0.3.0
7022026-06-18T13:21:17.937Z Compiling tar v0.4.46
7032026-06-18T13:21:18.046Z Compiling anstream v1.0.0
7042026-06-18T13:21:18.186Z Compiling guppy v0.17.26
7052026-06-18T13:21:18.332Z Compiling document-features v0.2.12
7062026-06-18T13:21:18.399Z Compiling indicatif v0.17.11
7072026-06-18T13:21:18.569Z Compiling chrono v0.4.45
7082026-06-18T13:21:18.887Z Compiling globset v0.4.18
7092026-06-18T13:21:19.426Z Compiling cargo-util-schemas v0.2.0
7102026-06-18T13:21:20.463Z Compiling pin-project v1.1.13
7112026-06-18T13:21:20.569Z Compiling tinyvec v1.11.0
7122026-06-18T13:21:20.987Z Compiling strip-ansi-escapes v0.2.1
7132026-06-18T13:21:21.001Z Compiling nextest-metadata v0.12.2
7142026-06-18T13:21:21.467Z Compiling newtype-uuid v1.3.2
7152026-06-18T13:21:21.491Z Compiling toml v1.1.2+spec-1.1.0
7162026-06-18T13:21:21.658Z Compiling reqwest v0.12.28
7172026-06-18T13:21:21.868Z Compiling rand_chacha v0.9.0
7182026-06-18T13:21:21.920Z Compiling futures v0.3.32
7192026-06-18T13:21:22.004Z Compiling digest v0.10.7
7202026-06-18T13:21:22.100Z Compiling derive_more v2.1.1
7212026-06-18T13:21:22.181Z Compiling parking_lot v0.12.5
7222026-06-18T13:21:22.223Z Compiling flate2 v1.1.9
7232026-06-18T13:21:22.411Z Compiling tracing-error v0.2.1
7242026-06-18T13:21:22.646Z Compiling shared_child v1.1.1
7252026-06-18T13:21:23.091Z Compiling signal-hook-mio v0.2.5
7262026-06-18T13:21:23.223Z Compiling self-replace v1.5.0
7272026-06-18T13:21:23.345Z Compiling cargo-platform v0.2.0
7282026-06-18T13:21:23.512Z Compiling quick-xml v0.38.4
7292026-06-18T13:21:23.911Z Compiling quick-xml v0.37.5
7302026-06-18T13:21:24.139Z Compiling strsim v0.11.1
7312026-06-18T13:21:24.661Z Compiling heck v0.5.0
7322026-06-18T13:21:24.963Z Compiling indenter v0.3.4
7332026-06-18T13:21:25.093Z Compiling urlencoding v2.1.3
7342026-06-18T13:21:25.120Z Compiling recursion v0.5.4
7352026-06-18T13:21:25.254Z Compiling shell-words v1.1.1
7362026-06-18T13:21:25.333Z Compiling clap_lex v1.1.0
7372026-06-18T13:21:25.372Z Compiling cpufeatures v0.2.17
7382026-06-18T13:21:25.419Z Compiling humantime v2.3.0
7392026-06-18T13:21:25.445Z Compiling sha2 v0.10.9
7402026-06-18T13:21:25.504Z Compiling clap_builder v4.6.0
7412026-06-18T13:21:25.687Z Compiling humantime-serde v1.1.1
7422026-06-18T13:21:25.836Z Compiling clap_derive v4.6.1
7432026-06-18T13:21:26.168Z Compiling nextest-filtering v0.15.0
7442026-06-18T13:21:27.174Z Compiling quick-junit v0.5.2
7452026-06-18T13:21:27.607Z Compiling cargo_metadata v0.20.0
7462026-06-18T13:21:30.098Z Compiling atomicwrites v0.4.4
7472026-06-18T13:21:30.257Z Compiling cargo-nextest v0.9.97
7482026-06-18T13:21:30.383Z Compiling crossterm v0.29.0
7492026-06-18T13:21:31.441Z Compiling duct v0.13.7
7502026-06-18T13:21:32.296Z Compiling config v0.15.24
7512026-06-18T13:21:32.309Z Compiling rand v0.9.4
7522026-06-18T13:21:32.811Z Compiling async-scoped v0.9.0
7532026-06-18T13:21:33.000Z Compiling zstd v0.13.3
7542026-06-18T13:21:33.042Z Compiling unicode-normalization v0.1.25
7552026-06-18T13:21:33.058Z Compiling target-spec-miette v0.4.8
7562026-06-18T13:21:33.146Z Compiling future-queue v0.4.0
7572026-06-18T13:21:33.425Z Compiling mukti-metadata v0.3.0
7582026-06-18T13:21:33.444Z Compiling tokio-stream v0.1.18
7592026-06-18T13:21:33.480Z Compiling camino-tempfile v1.4.1
7602026-06-18T13:21:33.575Z Compiling derive-where v1.6.1
7612026-06-18T13:21:33.615Z Compiling serde_path_to_error v0.1.20
7622026-06-18T13:21:33.904Z Compiling serde_ignored v0.1.14
7632026-06-18T13:21:33.978Z Compiling home v0.5.12
7642026-06-18T13:21:34.034Z Compiling xxhash-rust v0.8.15
7652026-06-18T13:21:34.062Z Compiling hex v0.4.3
7662026-06-18T13:21:34.125Z Compiling indent_write v2.2.0
7672026-06-18T13:21:34.139Z Compiling swrite v0.1.0
7682026-06-18T13:21:34.213Z Compiling color-eyre v0.6.5
7692026-06-18T13:21:34.257Z Compiling clap v4.6.1
7702026-06-18T13:21:34.270Z Compiling dialoguer v0.11.0
7712026-06-18T13:21:34.340Z Compiling enable-ansi-support v0.2.1
7722026-06-18T13:21:34.808Z Compiling nextest-runner v0.80.0
7732026-06-18T13:21:52.736Z Finished `release` profile [optimized] target(s) in 1m 10s
7742026-06-18T13:21:52.917Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-06-18T13:21:52.920Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-06-18T13:21:53.040Z+ banner bfd
7772026-06-18T13:21:53.043Z
7782026-06-18T13:21:53.043Z ##### ###### #####
7792026-06-18T13:21:53.043Z # # # # #
7802026-06-18T13:21:53.043Z ##### ##### # #
7812026-06-18T13:21:53.043Z # # # # #
7822026-06-18T13:21:53.043Z # # # # #
7832026-06-18T13:21:53.043Z ##### # #####
7842026-06-18T13:21:53.043Z
7852026-06-18T13:21:53.044Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7862026-06-18T13:21:53.199Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-06-18T13:21:53.833ZFrom https://github.com/oxidecomputer/falcon
7882026-06-18T13:21:53.833Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7892026-06-18T13:21:53.910Z Updating crates.io index
7902026-06-18T13:21:53.913Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-06-18T13:21:54.297ZFrom https://github.com/oxidecomputer/dendrite
7922026-06-18T13:21:54.297Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7932026-06-18T13:21:54.408Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-06-18T13:21:54.881ZFrom https://github.com/oxidecomputer/ispf
7952026-06-18T13:21:54.881Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7962026-06-18T13:21:54.887Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-06-18T13:21:55.289ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-06-18T13:21:55.289Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7992026-06-18T13:21:55.296Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-06-18T13:22:01.368ZFrom https://github.com/oxidecomputer/omicron
8012026-06-18T13:22:01.368Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8022026-06-18T13:22:01.783Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-06-18T13:22:02.513ZFrom https://github.com/oxidecomputer/opte
8042026-06-18T13:22:02.513Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8052026-06-18T13:22:02.543Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-06-18T13:22:02.828ZFrom https://github.com/illumos/smf-rs
8072026-06-18T13:22:02.828Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-06-18T13:22:02.983Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-06-18T13:22:03.257ZFrom https://github.com/oxidecomputer/network-interface
8102026-06-18T13:22:03.257Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-06-18T13:22:03.279Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-06-18T13:22:03.575ZFrom https://github.com/oxidecomputer/zone
8132026-06-18T13:22:03.575Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-06-18T13:22:03.636Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-06-18T13:22:04.274ZFrom https://github.com/oxidecomputer/propolis
8162026-06-18T13:22:04.274Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-06-18T13:22:04.363Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-06-18T13:22:04.879ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-06-18T13:22:04.879Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8202026-06-18T13:22:04.902Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-06-18T13:22:05.179ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-06-18T13:22:05.179Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8232026-06-18T13:22:05.185Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-06-18T13:22:05.517ZFrom https://github.com/jmesmon/rust-libzfs
8252026-06-18T13:22:05.517Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-06-18T13:22:05.524Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-06-18T13:22:05.796ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-06-18T13:22:05.796Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-06-18T13:22:05.824Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-06-18T13:22:06.179ZFrom https://github.com/oxidecomputer/lldp
8312026-06-18T13:22:06.179Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8322026-06-18T13:22:06.191Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-06-18T13:22:06.478ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-06-18T13:22:06.478Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-06-18T13:22:06.552Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-06-18T13:22:06.931ZFrom https://github.com/oxidecomputer/tufaceous
8372026-06-18T13:22:06.931Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8382026-06-18T13:22:07.009Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-06-18T13:22:07.515ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-06-18T13:22:07.515Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8412026-06-18T13:22:07.530Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-18T13:22:08.357ZFrom https://github.com/oxidecomputer/crucible
8432026-06-18T13:22:08.357Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-06-18T13:22:08.416Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-06-18T13:22:08.705ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-06-18T13:22:08.705Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-06-18T13:22:09.083Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-06-18T13:22:09.553ZFrom https://github.com/oxidecomputer/propolis
8492026-06-18T13:22:09.553Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8502026-06-18T13:22:09.649Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-06-18T13:22:09.977ZFrom https://github.com/oxidecomputer/crucible
8522026-06-18T13:22:09.977Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8532026-06-18T13:22:10.041Z Updating git repository `https://github.com/oxidecomputer/tofino`
8542026-06-18T13:22:10.386ZFrom https://github.com/oxidecomputer/tofino
8552026-06-18T13:22:10.386Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8562026-06-18T13:22:10.413Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8572026-06-18T13:22:11.096ZFrom https://github.com/oxidecomputer/maghemite
8582026-06-18T13:22:11.096Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8592026-06-18T13:22:11.161Z Updating git repository `https://github.com/oxidecomputer/clickward`
8602026-06-18T13:22:11.445ZFrom https://github.com/oxidecomputer/clickward
8612026-06-18T13:22:11.445Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8622026-06-18T13:22:11.710Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8632026-06-18T13:22:12.001ZFrom https://github.com/oxidecomputer/illumos-devinfo
8642026-06-18T13:22:12.001Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8652026-06-18T13:22:13.061Z Downloading crates ...
8662026-06-18T13:22:13.161Z Downloaded bs58 v0.5.1
8672026-06-18T13:22:13.164Z Downloaded chacha20 v0.9.1
8682026-06-18T13:22:13.167Z Downloaded crunchy v0.2.4
8692026-06-18T13:22:13.170Z Downloaded aead v0.5.2
8702026-06-18T13:22:13.173Z Downloaded bytecount v0.6.9
8712026-06-18T13:22:13.173Z Downloaded byteorder v1.5.0
8722026-06-18T13:22:13.177Z Downloaded byte-wrapper v0.1.0
8732026-06-18T13:22:13.180Z Downloaded dyn-clone v1.0.20
8742026-06-18T13:22:13.180Z Downloaded console v0.16.3
8752026-06-18T13:22:13.183Z Downloaded cancel-safe-futures v0.1.5
8762026-06-18T13:22:13.186Z Downloaded cargo_toml v0.22.3
8772026-06-18T13:22:13.191Z Downloaded foreign-types-shared v0.3.1
8782026-06-18T13:22:13.194Z Downloaded ciborium-io v0.2.2
8792026-06-18T13:22:13.198Z Downloaded ciborium-ll v0.2.2
8802026-06-18T13:22:13.203Z Downloaded cc v1.2.63
8812026-06-18T13:22:13.203Z Downloaded async-recursion v1.1.1
8822026-06-18T13:22:13.206Z Downloaded icu_provider v2.2.0
8832026-06-18T13:22:13.209Z Downloaded libscf-sys v1.2.0
8842026-06-18T13:22:13.209Z Downloaded foreign-types-macros v0.2.3
8852026-06-18T13:22:13.212Z Downloaded embedded-io v0.4.0
8862026-06-18T13:22:13.212Z Downloaded arrayref v0.3.9
8872026-06-18T13:22:13.215Z Downloaded dunce v1.0.5
8882026-06-18T13:22:13.215Z Downloaded cmake v0.1.58
8892026-06-18T13:22:13.218Z Downloaded displaydoc v0.2.6
8902026-06-18T13:22:13.221Z Downloaded hostname v0.3.1
8912026-06-18T13:22:13.221Z Downloaded convert_case v0.4.0
8922026-06-18T13:22:13.224Z Downloaded httpdate v1.0.3
8932026-06-18T13:22:13.224Z Downloaded compression-core v0.4.32
8942026-06-18T13:22:13.227Z Downloaded bytes v1.11.1
8952026-06-18T13:22:13.230Z Downloaded cobs v0.3.0
8962026-06-18T13:22:13.230Z Downloaded match_cfg v0.1.0
8972026-06-18T13:22:13.233Z Downloaded linked-hash-map v0.5.6
8982026-06-18T13:22:13.233Z Downloaded float-ord v0.3.2
8992026-06-18T13:22:13.236Z Downloaded instant v0.1.13
9002026-06-18T13:22:13.236Z Downloaded fxhash v0.2.1
9012026-06-18T13:22:13.238Z Downloaded dtrace-parser v0.2.0
9022026-06-18T13:22:13.239Z Downloaded cstr-argument v0.1.2
9032026-06-18T13:22:13.239Z Downloaded heck v0.4.1
9042026-06-18T13:22:13.241Z Downloaded darling_macro v0.23.0
9052026-06-18T13:22:13.241Z Downloaded async-stream v0.3.6
9062026-06-18T13:22:13.244Z Downloaded bit-vec v0.8.0
9072026-06-18T13:22:13.244Z Downloaded crypto-common v0.2.2
9082026-06-18T13:22:13.247Z Downloaded async-trait v0.1.89
9092026-06-18T13:22:13.250Z Downloaded lru-cache v0.1.2
9102026-06-18T13:22:13.250Z Downloaded libsw v3.5.0
9112026-06-18T13:22:13.253Z Downloaded ciborium v0.2.2
9122026-06-18T13:22:13.253Z Downloaded ingot-types v0.1.2
9132026-06-18T13:22:13.256Z Downloaded natord v1.0.9
9142026-06-18T13:22:13.256Z Downloaded newtype_derive v0.1.6
9152026-06-18T13:22:13.259Z Downloaded argon2 v0.5.3
9162026-06-18T13:22:13.259Z Downloaded idna_adapter v1.2.2
9172026-06-18T13:22:13.262Z Downloaded newtype-uuid-macros v0.1.0
9182026-06-18T13:22:13.262Z Downloaded internet-checksum v0.2.1
9192026-06-18T13:22:13.262Z Downloaded hash32 v0.3.1
9202026-06-18T13:22:13.266Z Downloaded no-std-compat v0.4.1
9212026-06-18T13:22:13.266Z Downloaded dropshot-api-manager-types v0.7.2
9222026-06-18T13:22:13.269Z Downloaded memoffset v0.9.1
9232026-06-18T13:22:13.269Z Downloaded git-stub v1.0.0
9242026-06-18T13:22:13.269Z Downloaded base16ct v1.0.0
9252026-06-18T13:22:13.272Z Downloaded async-stream-impl v0.3.6
9262026-06-18T13:22:13.272Z Downloaded crc8 v0.1.1
9272026-06-18T13:22:13.275Z Downloaded dof v0.3.0
9282026-06-18T13:22:13.275Z Downloaded mime v0.3.17
9292026-06-18T13:22:13.275Z Downloaded crucible-workspace-hack v0.1.0
9302026-06-18T13:22:13.278Z Downloaded base16ct v0.2.0
9312026-06-18T13:22:13.278Z Downloaded num v0.4.3
9322026-06-18T13:22:13.280Z Downloaded hubpack_derive v0.1.1
9332026-06-18T13:22:13.281Z Downloaded gethostname v0.5.0
9342026-06-18T13:22:13.281Z Downloaded dof v0.4.0
9352026-06-18T13:22:13.283Z Downloaded cpufeatures v0.3.0
9362026-06-18T13:22:13.283Z Downloaded bit-set v0.8.0
9372026-06-18T13:22:13.286Z Downloaded defmt-parser v1.0.0
9382026-06-18T13:22:13.286Z Downloaded num-derive v0.4.2
9392026-06-18T13:22:13.290Z Downloaded konst_macro_rules v0.2.19
9402026-06-18T13:22:13.290Z Downloaded num-iter v0.1.45
9412026-06-18T13:22:13.292Z Downloaded defmt v0.3.100
9422026-06-18T13:22:13.293Z Downloaded inout v0.1.4
9432026-06-18T13:22:13.293Z Downloaded newline-converter v0.3.0
9442026-06-18T13:22:13.295Z Downloaded managed v0.8.0
9452026-06-18T13:22:13.295Z Downloaded is-terminal v0.4.17
9462026-06-18T13:22:13.295Z Downloaded crossbeam-epoch v0.9.18
9472026-06-18T13:22:13.298Z Downloaded constant_time_eq v0.4.2
9482026-06-18T13:22:13.302Z Downloaded embedded-io v0.6.1
9492026-06-18T13:22:13.302Z Downloaded crossbeam-deque v0.8.6
9502026-06-18T13:22:13.305Z Downloaded keccak v0.1.6
9512026-06-18T13:22:13.305Z Downloaded fs-err v3.3.0
9522026-06-18T13:22:13.305Z Downloaded cipher v0.4.4
9532026-06-18T13:22:13.308Z Downloaded num-rational v0.4.2
9542026-06-18T13:22:13.308Z Downloaded multer v3.1.0
9552026-06-18T13:22:13.310Z Downloaded omicron-workspace-hack v0.1.0
9562026-06-18T13:22:13.311Z Downloaded num_threads v0.1.7
9572026-06-18T13:22:13.314Z Downloaded num_enum_derive v0.5.11
9582026-06-18T13:22:13.314Z Downloaded libsw-core v0.3.2
9592026-06-18T13:22:13.314Z Downloaded olpc-cjson v0.1.4
9602026-06-18T13:22:13.319Z Downloaded derive-ex v0.1.8
9612026-06-18T13:22:13.319Z Downloaded const_format_proc_macros v0.2.34
9622026-06-18T13:22:13.319Z Downloaded glob v0.3.3
9632026-06-18T13:22:13.322Z Downloaded jiff-static v0.2.28
9642026-06-18T13:22:13.322Z Downloaded opaque-debug v0.3.1
9652026-06-18T13:22:13.325Z Downloaded ff v0.13.1
9662026-06-18T13:22:13.325Z Downloaded plain v0.2.3
9672026-06-18T13:22:13.328Z Downloaded ingot v0.1.1
9682026-06-18T13:22:13.328Z Downloaded phf_shared v0.12.1
9692026-06-18T13:22:13.328Z Downloaded csv-core v0.1.13
9702026-06-18T13:22:13.331Z Downloaded linear-map v1.2.0
9712026-06-18T13:22:13.331Z Downloaded parse-display v0.10.0
9722026-06-18T13:22:13.334Z Downloaded fixedbitset v0.4.2
9732026-06-18T13:22:13.334Z Downloaded bcs v0.1.6
9742026-06-18T13:22:13.337Z Downloaded fs_extra v1.3.0
9752026-06-18T13:22:13.337Z Downloaded chacha20poly1305 v0.10.1
9762026-06-18T13:22:13.340Z Downloaded num-conv v0.2.2
9772026-06-18T13:22:13.340Z Downloaded enum-as-inner v0.6.1
9782026-06-18T13:22:13.340Z Downloaded deranged v0.5.8
9792026-06-18T13:22:13.343Z Downloaded daft v0.1.7
9802026-06-18T13:22:13.343Z Downloaded critical-section v1.2.0
9812026-06-18T13:22:13.346Z Downloaded data-encoding v2.11.0
9822026-06-18T13:22:13.346Z Downloaded dtrace-parser v0.3.0
9832026-06-18T13:22:13.349Z Downloaded highway v1.3.0
9842026-06-18T13:22:13.349Z Downloaded macaddr v1.0.1
9852026-06-18T13:22:13.352Z Downloaded daft-derive v0.1.7
9862026-06-18T13:22:13.355Z Downloaded pretty-hex v0.4.2
9872026-06-18T13:22:13.355Z Downloaded ipnetwork v0.21.1
9882026-06-18T13:22:13.357Z Downloaded erased-serde v0.3.31
9892026-06-18T13:22:13.357Z Downloaded bitflags v1.3.2
9902026-06-18T13:22:13.360Z Downloaded potential_utf v0.1.5
9912026-06-18T13:22:13.361Z Downloaded proc-macro-crate v1.3.1
9922026-06-18T13:22:13.363Z Downloaded proc-macro-error-attr2 v2.0.0
9932026-06-18T13:22:13.363Z Downloaded proc-macro-error-attr v1.0.4
9942026-06-18T13:22:13.363Z Downloaded proc-macro-crate v3.5.0
9952026-06-18T13:22:13.366Z Downloaded defmt-macros v1.1.0
9962026-06-18T13:22:13.369Z Downloaded darling v0.21.3
9972026-06-18T13:22:13.372Z Downloaded progenitor-macro v0.14.0
9982026-06-18T13:22:13.372Z Downloaded rand_xorshift v0.4.0
9992026-06-18T13:22:13.375Z Downloaded num_enum_derive v0.7.6
10002026-06-18T13:22:13.375Z Downloaded num_enum v0.7.6
10012026-06-18T13:22:13.378Z Downloaded cookie v0.18.1
10022026-06-18T13:22:13.381Z Downloaded rand_chacha v0.3.1
10032026-06-18T13:22:13.381Z Downloaded progenitor-client v0.10.0
10042026-06-18T13:22:13.381Z Downloaded progenitor-macro v0.13.0
10052026-06-18T13:22:13.384Z Downloaded const-oid v0.10.2
10062026-06-18T13:22:13.384Z Downloaded blake2 v0.10.6
10072026-06-18T13:22:13.387Z Downloaded progenitor-macro v0.10.0
10082026-06-18T13:22:13.387Z Downloaded oxnet v0.1.6
10092026-06-18T13:22:13.391Z Downloaded password-hash v0.5.0
10102026-06-18T13:22:13.391Z Downloaded parse-display-derive v0.10.0
10112026-06-18T13:22:13.391Z Downloaded parking_lot_core v0.8.6
10122026-06-18T13:22:13.394Z Downloaded poly1305 v0.8.0
10132026-06-18T13:22:13.394Z Downloaded phf v0.12.1
10142026-06-18T13:22:13.397Z Downloaded oxide-tokio-rt v0.1.6
10152026-06-18T13:22:13.397Z Downloaded progenitor-client v0.14.0
10162026-06-18T13:22:13.397Z Downloaded backon v1.6.0
10172026-06-18T13:22:13.401Z Downloaded rustc_version v0.1.7
10182026-06-18T13:22:13.401Z Downloaded ref-cast-impl v1.0.25
10192026-06-18T13:22:13.401Z Downloaded chacha20 v0.10.0
10202026-06-18T13:22:13.404Z Downloaded same-file v1.0.6
10212026-06-18T13:22:13.404Z Downloaded num_enum v0.5.11
10222026-06-18T13:22:13.407Z Downloaded serde_plain v1.0.2
10232026-06-18T13:22:13.407Z Downloaded colored v3.1.1
10242026-06-18T13:22:13.410Z Downloaded backoff v0.4.0
10252026-06-18T13:22:13.413Z Downloaded semver v0.1.20
10262026-06-18T13:22:13.413Z Downloaded diff v0.1.13
10272026-06-18T13:22:13.416Z Downloaded sha1 v0.10.6
10282026-06-18T13:22:13.416Z Downloaded pem v3.0.6
10292026-06-18T13:22:13.416Z Downloaded defmt v1.1.0
10302026-06-18T13:22:13.419Z Downloaded compression-codecs v0.4.38
10312026-06-18T13:22:13.423Z Downloaded hybrid-array v0.4.12
10322026-06-18T13:22:13.426Z Downloaded progenitor v0.13.0
10332026-06-18T13:22:13.426Z Downloaded serial_test v3.5.0
10342026-06-18T13:22:13.426Z Downloaded serde_repr v0.1.20
10352026-06-18T13:22:13.429Z Downloaded serde-big-array v0.5.1
10362026-06-18T13:22:13.431Z Downloaded hmac v0.12.1
10372026-06-18T13:22:13.431Z Downloaded scroll_derive v0.13.1
10382026-06-18T13:22:13.431Z Downloaded scroll_derive v0.12.1
10392026-06-18T13:22:13.434Z Downloaded litemap v0.8.2
10402026-06-18T13:22:13.434Z Downloaded drift v0.2.0
10412026-06-18T13:22:13.440Z Downloaded sigpipe v0.1.3
10422026-06-18T13:22:13.443Z Downloaded allocator-api2 v0.2.21
10432026-06-18T13:22:13.443Z Downloaded slog-envlogger v2.2.0
10442026-06-18T13:22:13.447Z Downloaded siphasher v1.0.3
10452026-06-18T13:22:13.447Z Downloaded indexmap v1.9.3
10462026-06-18T13:22:13.450Z Downloaded smawk v0.3.2
10472026-06-18T13:22:13.450Z Downloaded memmap2 v0.9.10
10482026-06-18T13:22:13.450Z Downloaded ingot-macros v0.1.1
10492026-06-18T13:22:13.452Z Downloaded rand_core v0.10.1
10502026-06-18T13:22:13.452Z Downloaded darling_core v0.23.0
10512026-06-18T13:22:13.455Z Downloaded ref-cast v1.0.25
10522026-06-18T13:22:13.458Z Downloaded pest_generator v2.8.6
10532026-06-18T13:22:13.458Z Downloaded progenitor-client v0.13.0
10542026-06-18T13:22:13.458Z Downloaded progenitor v0.14.0
10552026-06-18T13:22:13.461Z Downloaded pest_derive v2.8.6
10562026-06-18T13:22:13.461Z Downloaded spin v0.5.2
10572026-06-18T13:22:13.465Z Downloaded rusty-fork v0.3.1
10582026-06-18T13:22:13.465Z Downloaded resolv-conf v0.7.6
10592026-06-18T13:22:13.465Z Downloaded strum v0.26.3
10602026-06-18T13:22:13.468Z Downloaded structmeta-derive v0.3.0
10612026-06-18T13:22:13.468Z Downloaded structmeta v0.3.0
10622026-06-18T13:22:13.468Z Downloaded paste v1.0.15
10632026-06-18T13:22:13.468Z Downloaded stable_deref_trait v1.2.1
10642026-06-18T13:22:13.471Z Downloaded slog-bunyan v2.5.0
10652026-06-18T13:22:13.471Z Downloaded serial_test_derive v3.5.0
10662026-06-18T13:22:13.471Z Downloaded parking_lot v0.11.2
10672026-06-18T13:22:13.474Z Downloaded progenitor v0.10.0
10682026-06-18T13:22:13.474Z Downloaded take_mut v0.2.2
10692026-06-18T13:22:13.474Z Downloaded tabled_derive v0.11.0
10702026-06-18T13:22:13.474Z Downloaded quick-error v1.2.3
10712026-06-18T13:22:13.477Z Downloaded testing_table v0.3.0
10722026-06-18T13:22:13.477Z Downloaded bitflags v2.12.1
10732026-06-18T13:22:13.480Z Downloaded rustversion v1.0.22
10742026-06-18T13:22:13.480Z Downloaded sha1 v0.11.0
10752026-06-18T13:22:13.482Z Downloaded anyhow v1.0.102
10762026-06-18T13:22:13.485Z Downloaded dropshot_endpoint v0.17.1
10772026-06-18T13:22:13.488Z Downloaded tabwriter v1.4.1
10782026-06-18T13:22:13.488Z Downloaded serde_tokenstream v0.2.3
10792026-06-18T13:22:13.488Z Downloaded serde_derive_internals v0.29.1
10802026-06-18T13:22:13.491Z Downloaded time-core v0.1.8
10812026-06-18T13:22:13.491Z Downloaded tagptr v0.2.0
10822026-06-18T13:22:13.491Z Downloaded tabled_derive v0.7.0
10832026-06-18T13:22:13.504Z Downloaded getrandom v0.4.2
10842026-06-18T13:22:13.504Z Downloaded group v0.13.0
10852026-06-18T13:22:13.509Z Downloaded icu_properties v2.2.0
10862026-06-18T13:22:13.509Z Downloaded darling_core v0.21.3
10872026-06-18T13:22:13.509Z Downloaded thread-id v4.2.2
10882026-06-18T13:22:13.509Z Downloaded termtree v0.5.1
10892026-06-18T13:22:13.509Z Downloaded arc-swap v1.9.1
10902026-06-18T13:22:13.509Z Downloaded scroll v0.13.0
10912026-06-18T13:22:13.509Z Downloaded elliptic-curve v0.13.8
10922026-06-18T13:22:13.512Z Downloaded scroll v0.12.0
10932026-06-18T13:22:13.512Z Downloaded progenitor-extras v0.2.0
10942026-06-18T13:22:13.512Z Downloaded slog-scope v4.4.1
10952026-06-18T13:22:13.512Z Downloaded proc-macro-error v1.0.4
10962026-06-18T13:22:13.515Z Downloaded slog-term v2.9.2
10972026-06-18T13:22:13.515Z Downloaded slog-stdlog v4.1.1
10982026-06-18T13:22:13.516Z Downloaded half v2.7.1
10992026-06-18T13:22:13.519Z Downloaded schemars_derive v0.8.22
11002026-06-18T13:22:13.519Z Downloaded rustls-pemfile v2.2.0
11012026-06-18T13:22:13.523Z Downloaded slog-async v2.8.0
11022026-06-18T13:22:13.523Z Downloaded omicron-zone-package v0.12.2
11032026-06-18T13:22:13.526Z Downloaded indicatif v0.18.4
11042026-06-18T13:22:13.526Z Downloaded icu_locale_core v2.2.0
11052026-06-18T13:22:13.529Z Downloaded strum v0.27.2
11062026-06-18T13:22:13.529Z Downloaded smf v0.2.3
11072026-06-18T13:22:13.532Z Downloaded rhai_codegen v3.2.0
11082026-06-18T13:22:13.535Z Downloaded unarray v0.1.4
11092026-06-18T13:22:13.535Z Downloaded unit-prefix v0.5.2
11102026-06-18T13:22:13.535Z Downloaded topological-sort v0.2.2
11112026-06-18T13:22:13.538Z Downloaded snafu-derive v0.8.9
11122026-06-18T13:22:13.538Z Downloaded synstructure v0.13.2
11132026-06-18T13:22:13.538Z Downloaded universal-hash v0.5.1
11142026-06-18T13:22:13.538Z Downloaded typify-macro v0.6.2
11152026-06-18T13:22:13.541Z Downloaded typify-macro v0.4.3
11162026-06-18T13:22:13.541Z Downloaded smartstring v1.0.1
11172026-06-18T13:22:13.541Z Downloaded slog-dtrace v0.3.0
11182026-06-18T13:22:13.544Z Downloaded rustls-native-certs v0.8.4
11192026-06-18T13:22:13.544Z Downloaded papergrid v0.11.0
11202026-06-18T13:22:13.546Z Downloaded derive_more v0.99.20
11212026-06-18T13:22:13.549Z Downloaded postcard v1.1.3
11222026-06-18T13:22:13.552Z Downloaded proc-macro-error2 v2.0.1
11232026-06-18T13:22:13.552Z Downloaded serde_with_macros v3.20.0
11242026-06-18T13:22:13.556Z Downloaded strum_macros v0.26.4
11252026-06-18T13:22:13.556Z Downloaded usdt-attr-macro v0.6.0
11262026-06-18T13:22:13.556Z Downloaded usdt-macro v0.6.0
11272026-06-18T13:22:13.556Z Downloaded wait-timeout v0.2.1
11282026-06-18T13:22:13.558Z Downloaded thiserror-impl-no-std v2.0.2
11292026-06-18T13:22:13.559Z Downloaded strum_macros v0.27.2
11302026-06-18T13:22:13.559Z Downloaded waitgroup v0.1.2
11312026-06-18T13:22:13.562Z Downloaded usdt-macro v0.5.0
11322026-06-18T13:22:13.562Z Downloaded untrusted v0.7.1
11332026-06-18T13:22:13.562Z Downloaded const_format v0.2.36
11342026-06-18T13:22:13.565Z Downloaded utf-8 v0.7.6
11352026-06-18T13:22:13.565Z Downloaded usdt v0.5.0
11362026-06-18T13:22:13.565Z Downloaded usdt-attr-macro v0.5.0
11372026-06-18T13:22:13.565Z Downloaded digest v0.11.3
11382026-06-18T13:22:13.569Z Downloaded heapless v0.8.0
11392026-06-18T13:22:13.569Z Downloaded time-macros v0.2.27
11402026-06-18T13:22:13.571Z Downloaded thread-id v5.1.0
11412026-06-18T13:22:13.571Z Downloaded darling v0.23.0
11422026-06-18T13:22:13.574Z Downloaded konst v0.2.20
11432026-06-18T13:22:13.577Z Downloaded icu_normalizer v2.2.0
11442026-06-18T13:22:13.580Z Downloaded crypto-bigint v0.5.5
11452026-06-18T13:22:13.583Z Downloaded tokio-dtrace v0.1.1
11462026-06-18T13:22:13.583Z Downloaded slog-json v2.6.1
11472026-06-18T13:22:13.586Z Downloaded base64 v0.21.7
11482026-06-18T13:22:13.586Z Downloaded yoke-derive v0.8.2
11492026-06-18T13:22:13.589Z Downloaded tiny-keccak v2.0.2
11502026-06-18T13:22:13.589Z Downloaded thiserror-no-std v2.0.2
11512026-06-18T13:22:13.592Z Downloaded zerofrom v0.1.8
11522026-06-18T13:22:13.592Z Downloaded hickory-resolver v0.24.4
11532026-06-18T13:22:13.595Z Downloaded zone_cfg_derive v0.3.1
11542026-06-18T13:22:13.595Z Downloaded zeroize_derive v1.4.3
11552026-06-18T13:22:13.598Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-06-18T13:22:13.598Z Downloaded icu_collections v2.2.0
11572026-06-18T13:22:13.601Z Downloaded tokio-tungstenite v0.21.0
11582026-06-18T13:22:13.604Z Downloaded zone v0.3.1
11592026-06-18T13:22:13.604Z Downloaded progenitor-impl v0.10.0
11602026-06-18T13:22:13.604Z Downloaded hickory-resolver v0.25.2
11612026-06-18T13:22:13.607Z Downloaded crossbeam-channel v0.5.15
11622026-06-18T13:22:13.609Z Downloaded papergrid v0.18.0
11632026-06-18T13:22:13.612Z Downloaded term v1.2.1
11642026-06-18T13:22:13.615Z Downloaded pest_meta v2.8.6
11652026-06-18T13:22:13.615Z Downloaded secrecy v0.10.3
11662026-06-18T13:22:13.615Z Downloaded num-integer v0.1.46
11672026-06-18T13:22:13.618Z Downloaded num-complex v0.4.6
11682026-06-18T13:22:13.618Z Downloaded crossbeam-utils v0.8.21
11692026-06-18T13:22:13.621Z Downloaded arrayvec v0.7.6
11702026-06-18T13:22:13.621Z Downloaded powerfmt v0.2.0
11712026-06-18T13:22:13.621Z Downloaded pretty_assertions v1.4.1
11722026-06-18T13:22:13.624Z Downloaded hostname v0.4.2
11732026-06-18T13:22:13.624Z Downloaded usdt-impl v0.6.0
11742026-06-18T13:22:13.624Z Downloaded usdt v0.6.0
11752026-06-18T13:22:13.627Z Downloaded progenitor-impl v0.14.0
11762026-06-18T13:22:13.627Z Downloaded thin-vec v0.2.18
11772026-06-18T13:22:13.627Z Downloaded prettyplease v0.2.37
11782026-06-18T13:22:13.630Z Downloaded block-buffer v0.12.0
11792026-06-18T13:22:13.630Z Downloaded memmap v0.7.0
11802026-06-18T13:22:13.633Z Downloaded whoami v1.6.1
11812026-06-18T13:22:13.633Z Downloaded xz2 v0.1.7
11822026-06-18T13:22:13.633Z Downloaded walkdir v2.5.0
11832026-06-18T13:22:13.636Z Downloaded usdt-impl v0.5.0
11842026-06-18T13:22:13.636Z Downloaded ident_case v1.0.1
11852026-06-18T13:22:13.636Z Downloaded hubpack v0.1.2
11862026-06-18T13:22:13.636Z Downloaded minimal-lexical v0.2.1
11872026-06-18T13:22:13.639Z Downloaded zerofrom-derive v0.1.7
11882026-06-18T13:22:13.639Z Downloaded writeable v0.6.3
11892026-06-18T13:22:13.642Z Downloaded icu_normalizer_data v2.2.0
11902026-06-18T13:22:13.642Z Downloaded git-stub-vcs v0.1.0
11912026-06-18T13:22:13.644Z Downloaded slog v2.8.2
11922026-06-18T13:22:13.644Z Downloaded foreign-types v0.5.0
11932026-06-18T13:22:13.647Z Downloaded zeroize v1.8.2
11942026-06-18T13:22:13.648Z Downloaded vsss-rs v3.3.4
11952026-06-18T13:22:13.648Z Downloaded tinystr v0.8.3
11962026-06-18T13:22:13.650Z Downloaded rayon-core v1.13.0
11972026-06-18T13:22:13.651Z Downloaded zerovec-derive v0.11.3
11982026-06-18T13:22:13.653Z Downloaded foldhash v0.2.0
11992026-06-18T13:22:13.653Z Downloaded smallvec v1.15.1
12002026-06-18T13:22:13.653Z Downloaded progenitor-impl v0.13.0
12012026-06-18T13:22:13.656Z Downloaded const-random-macro v0.1.16
12022026-06-18T13:22:13.657Z Downloaded const-random v0.1.18
12032026-06-18T13:22:13.657Z Downloaded darling_macro v0.21.3
12042026-06-18T13:22:13.659Z Downloaded spin v0.9.8
12052026-06-18T13:22:13.659Z Downloaded schemars v0.8.22
12062026-06-18T13:22:13.664Z Downloaded ucd-trie v0.1.7
12072026-06-18T13:22:13.669Z Downloaded rustls-platform-verifier v0.7.0
12082026-06-18T13:22:13.672Z Downloaded serde_yaml v0.9.34+deprecated
12092026-06-18T13:22:13.675Z Downloaded similar v2.7.0
12102026-06-18T13:22:13.678Z Downloaded yoke v0.8.3
12112026-06-18T13:22:13.681Z Downloaded test-strategy v0.4.5
12122026-06-18T13:22:13.685Z Downloaded toml v0.9.12+spec-1.1.0
12132026-06-18T13:22:13.687Z Downloaded toml v0.7.8
12142026-06-18T13:22:13.687Z Downloaded rand v0.8.6
12152026-06-18T13:22:13.690Z Downloaded memchr v2.8.1
12162026-06-18T13:22:13.693Z Downloaded zerocopy-derive v0.7.35
12172026-06-18T13:22:13.696Z Downloaded hashbrown v0.12.3
12182026-06-18T13:22:13.699Z Downloaded typify v0.4.3
12192026-06-18T13:22:13.702Z Downloaded qorb v0.4.1
12202026-06-18T13:22:13.704Z Downloaded openssl-sys v0.9.116
12212026-06-18T13:22:13.707Z Downloaded schemars v0.9.0
12222026-06-18T13:22:13.711Z Downloaded unsafe-libyaml v0.2.11
12232026-06-18T13:22:13.714Z Downloaded nom v7.1.3
12242026-06-18T13:22:13.717Z Downloaded expectorate v1.2.0
12252026-06-18T13:22:13.720Z Downloaded http v1.4.1
12262026-06-18T13:22:13.723Z Downloaded tungstenite v0.21.0
12272026-06-18T13:22:13.726Z Downloaded typify v0.6.2
12282026-06-18T13:22:13.729Z Downloaded toml_edit v0.25.12+spec-1.1.0
12292026-06-18T13:22:13.732Z Downloaded steno v0.4.1
12302026-06-18T13:22:13.734Z Downloaded snafu v0.8.9
12312026-06-18T13:22:13.737Z Downloaded schemars v1.2.1
12322026-06-18T13:22:13.744Z Downloaded uuid v1.23.2
12332026-06-18T13:22:13.747Z Downloaded yansi v1.0.1
12342026-06-18T13:22:13.747Z Downloaded async-compression v0.4.42
12352026-06-18T13:22:13.752Z Downloaded toml_edit v0.19.15
12362026-06-18T13:22:13.762Z Downloaded rand v0.10.1
12372026-06-18T13:22:13.768Z Downloaded nom v8.0.0
12382026-06-18T13:22:13.771Z Downloaded zerocopy-derive v0.8.50
12392026-06-18T13:22:13.776Z Downloaded zerotrie v0.2.4
12402026-06-18T13:22:13.778Z Downloaded hashbrown v0.16.1
12412026-06-18T13:22:13.781Z Downloaded dropshot-api-manager v0.7.2
12422026-06-18T13:22:13.785Z Downloaded pest v2.8.6
12432026-06-18T13:22:13.794Z Downloaded libm v0.2.16
12442026-06-18T13:22:13.799Z Downloaded itertools v0.12.1
12452026-06-18T13:22:13.803Z Downloaded typed-path v0.9.3
12462026-06-18T13:22:13.811Z Downloaded icu_properties_data v2.2.0
12472026-06-18T13:22:13.817Z Downloaded h2 v0.4.14
12482026-06-18T13:22:13.825Z Downloaded regex v1.12.3
12492026-06-18T13:22:13.828Z Downloaded iddqd v0.4.2
12502026-06-18T13:22:13.833Z Downloaded hkdf v0.12.4
12512026-06-18T13:22:13.836Z Downloaded aws-lc-rs v1.17.0
12522026-06-18T13:22:13.844Z Downloaded tough v0.22.0
12532026-06-18T13:22:13.850Z Downloaded zerovec v0.11.6
12542026-06-18T13:22:13.853Z Downloaded rayon v1.12.0
12552026-06-18T13:22:13.857Z Downloaded reqwest v0.13.4
12562026-06-18T13:22:13.862Z Downloaded goblin v0.8.2
12572026-06-18T13:22:13.878Z Downloaded proptest v1.11.0
12582026-06-18T13:22:13.883Z Downloaded zerocopy v0.7.35
12592026-06-18T13:22:13.892Z Downloaded winnow v0.5.40
12602026-06-18T13:22:13.897Z Downloaded blake3 v1.8.5
12612026-06-18T13:22:13.907Z Downloaded serde_with v3.20.0
12622026-06-18T13:22:13.920Z Downloaded moka v0.12.15
12632026-06-18T13:22:13.927Z Downloaded goblin v0.10.7
12642026-06-18T13:22:13.935Z Downloaded webpki-roots v1.0.7
12652026-06-18T13:22:13.938Z Downloaded tabled v0.21.0
12662026-06-18T13:22:13.946Z Downloaded tabled v0.15.0
12672026-06-18T13:22:13.955Z Downloaded time v0.3.47
12682026-06-18T13:22:13.961Z Downloaded syn v1.0.109
12692026-06-18T13:22:13.979Z Downloaded syn v2.0.117
12702026-06-18T13:22:13.997Z Downloaded nix v0.31.3
12712026-06-18T13:22:14.003Z Downloaded zerocopy v0.8.50
12722026-06-18T13:22:14.014Z Downloaded smoltcp v0.11.0
12732026-06-18T13:22:14.020Z Downloaded rhai v1.25.1
12742026-06-18T13:22:14.027Z Downloaded regress v0.11.1
12752026-06-18T13:22:14.031Z Downloaded regex-syntax v0.8.10
12762026-06-18T13:22:14.035Z Downloaded regress v0.10.5
12772026-06-18T13:22:14.040Z Downloaded openapiv3 v2.2.0
12782026-06-18T13:22:14.045Z Downloaded hickory-proto v0.25.2
12792026-06-18T13:22:14.053Z Downloaded hickory-proto v0.24.4
12802026-06-18T13:22:14.061Z Downloaded dropshot v0.17.1
12812026-06-18T13:22:14.073Z Downloaded openssl v0.10.80
12822026-06-18T13:22:14.083Z Downloaded typify-impl v0.4.3
12832026-06-18T13:22:14.090Z Downloaded sled v0.34.7
12842026-06-18T13:22:14.096Z Downloaded typify-impl v0.6.2
12852026-06-18T13:22:14.126Z Downloaded petgraph v0.6.5
12862026-06-18T13:22:14.147Z Downloaded lzma-sys v0.1.20
12872026-06-18T13:22:14.162Z Downloaded jiff v0.2.28
12882026-06-18T13:22:14.172Z Downloaded chrono-tz v0.10.4
12892026-06-18T13:22:14.196Z Downloaded csv v1.4.0
12902026-06-18T13:22:14.206Z Downloaded sha3 v0.10.9
12912026-06-18T13:22:14.209Z Downloaded encoding_rs v0.8.35
12922026-06-18T13:22:14.798Z Downloaded aws-lc-sys v0.41.0
12932026-06-18T13:22:15.704Z Compiling proc-macro2 v1.0.106
12942026-06-18T13:22:15.704Z Compiling unicode-ident v1.0.24
12952026-06-18T13:22:15.704Z Compiling quote v1.0.45
12962026-06-18T13:22:15.704Z Compiling serde_core v1.0.228
12972026-06-18T13:22:15.704Z Compiling cfg-if v1.0.4
12982026-06-18T13:22:15.707Z Compiling serde v1.0.228
12992026-06-18T13:22:15.708Z Compiling libc v0.2.186
13002026-06-18T13:22:15.708Z Compiling memchr v2.8.1
13012026-06-18T13:22:15.860Z Compiling itoa v1.0.18
13022026-06-18T13:22:16.039Z Compiling smallvec v1.15.1
13032026-06-18T13:22:16.115Z Compiling zmij v1.0.21
13042026-06-18T13:22:16.145Z Compiling autocfg v1.5.1
13052026-06-18T13:22:16.243Z Compiling libm v0.2.16
13062026-06-18T13:22:16.474Z Compiling stable_deref_trait v1.2.1
13072026-06-18T13:22:16.488Z Compiling writeable v0.6.3
13082026-06-18T13:22:16.545Z Compiling litemap v0.8.2
13092026-06-18T13:22:16.631Z Compiling percent-encoding v2.3.2
13102026-06-18T13:22:16.680Z Compiling icu_properties_data v2.2.0
13112026-06-18T13:22:16.709Z Compiling utf8_iter v1.0.4
13122026-06-18T13:22:16.712Z Compiling icu_normalizer_data v2.2.0
13132026-06-18T13:22:16.728Z Compiling iana-time-zone v0.1.65
13142026-06-18T13:22:16.855Z Compiling equivalent v1.0.2
13152026-06-18T13:22:16.935Z Compiling form_urlencoded v1.2.2
13162026-06-18T13:22:16.945Z Compiling serde_json v1.0.150
13172026-06-18T13:22:17.033Z Compiling syn v2.0.117
13182026-06-18T13:22:17.049Z Compiling pin-project-lite v0.2.17
13192026-06-18T13:22:17.104Z Compiling dyn-clone v1.0.20
13202026-06-18T13:22:17.104Z Compiling version_check v0.9.5
13212026-06-18T13:22:17.136Z Compiling scopeguard v1.2.0
13222026-06-18T13:22:17.147Z Compiling parking_lot_core v0.9.12
13232026-06-18T13:22:17.203Z Compiling num-traits v0.2.19
13242026-06-18T13:22:17.234Z Compiling lock_api v0.4.14
13252026-06-18T13:22:17.234Z Compiling hashbrown v0.17.1
13262026-06-18T13:22:17.382Z Compiling getrandom v0.4.2
13272026-06-18T13:22:17.429Z Compiling rand_core v0.10.1
13282026-06-18T13:22:17.457Z Compiling thiserror v2.0.18
13292026-06-18T13:22:17.575Z Compiling errno v0.3.14
13302026-06-18T13:22:17.721Z Compiling log v0.4.32
13312026-06-18T13:22:17.735Z Compiling heck v0.5.0
13322026-06-18T13:22:17.786Z Compiling futures-core v0.3.32
13332026-06-18T13:22:17.844Z Compiling semver v1.0.28
13342026-06-18T13:22:17.930Z Compiling indexmap v2.14.0
13352026-06-18T13:22:17.996Z Compiling uuid v1.23.2
13362026-06-18T13:22:17.999Z Compiling zerocopy v0.8.50
13372026-06-18T13:22:18.186Z Compiling schemars v0.8.22
13382026-06-18T13:22:18.197Z Compiling futures-sink v0.3.32
13392026-06-18T13:22:18.291Z Compiling slab v0.4.12
13402026-06-18T13:22:18.487Z Compiling jobserver v0.1.34
13412026-06-18T13:22:18.498Z Compiling find-msvc-tools v0.1.9
13422026-06-18T13:22:18.508Z Compiling rustversion v1.0.22
13432026-06-18T13:22:18.538Z Compiling shlex v2.0.1
13442026-06-18T13:22:18.614Z Compiling fnv v1.0.7
13452026-06-18T13:22:18.707Z Compiling cc v1.2.63
13462026-06-18T13:22:18.717Z Compiling futures-channel v0.3.32
13472026-06-18T13:22:18.730Z Compiling bitflags v2.12.1
13482026-06-18T13:22:18.805Z Compiling futures-task v0.3.32
13492026-06-18T13:22:18.937Z Compiling futures-io v0.3.32
13502026-06-18T13:22:18.975Z Compiling socket2 v0.6.4
13512026-06-18T13:22:19.089Z Compiling signal-hook-registry v1.4.8
13522026-06-18T13:22:19.139Z Compiling mio v1.2.1
13532026-06-18T13:22:19.250Z Compiling parking_lot v0.12.5
13542026-06-18T13:22:19.270Z Compiling portable-atomic v1.13.1
13552026-06-18T13:22:19.393Z Compiling typenum v1.20.1
13562026-06-18T13:22:19.426Z Compiling cmake v0.1.58
13572026-06-18T13:22:19.490Z Compiling dunce v1.0.5
13582026-06-18T13:22:19.585Z Compiling fs_extra v1.3.0
13592026-06-18T13:22:19.660Z Compiling base64 v0.22.1
13602026-06-18T13:22:19.660Z Compiling critical-section v1.2.0
13612026-06-18T13:22:19.771Z Compiling slog v2.8.2
13622026-06-18T13:22:19.782Z Compiling rustix v1.1.4
13632026-06-18T13:22:19.850Z Compiling synstructure v0.13.2
13642026-06-18T13:22:19.999Z Compiling serde_derive_internals v0.29.1
13652026-06-18T13:22:20.009Z Compiling aws-lc-sys v0.41.0
13662026-06-18T13:22:20.018Z Compiling subtle v2.6.1
13672026-06-18T13:22:20.156Z Compiling strsim v0.11.1
13682026-06-18T13:22:20.180Z Compiling byteorder v1.5.0
13692026-06-18T13:22:20.341Z Compiling once_cell v1.21.4
13702026-06-18T13:22:20.377Z Compiling regex-syntax v0.8.10
13712026-06-18T13:22:20.400Z Compiling atomic-waker v1.1.2
13722026-06-18T13:22:20.410Z Compiling ipnet v2.12.0
13732026-06-18T13:22:20.525Z Compiling httparse v1.10.1
13742026-06-18T13:22:20.556Z Compiling tower-layer v0.3.3
13752026-06-18T13:22:20.568Z Compiling tower-service v0.3.3
13762026-06-18T13:22:20.657Z Compiling getrandom v0.2.17
13772026-06-18T13:22:20.713Z Compiling ryu v1.0.23
13782026-06-18T13:22:20.763Z Compiling try-lock v0.2.5
13792026-06-18T13:22:20.842Z Compiling thiserror v1.0.69
13802026-06-18T13:22:20.868Z Compiling ucd-trie v0.1.7
13812026-06-18T13:22:20.894Z Compiling untrusted v0.9.0
13822026-06-18T13:22:20.957Z Compiling want v0.3.1
13832026-06-18T13:22:21.009Z Compiling pest v2.8.6
13842026-06-18T13:22:21.121Z Compiling serde_derive v1.0.228
13852026-06-18T13:22:21.132Z Compiling zerofrom-derive v0.1.7
13862026-06-18T13:22:21.166Z Compiling yoke-derive v0.8.2
13872026-06-18T13:22:21.170Z Compiling zerovec-derive v0.11.3
13882026-06-18T13:22:21.233Z Compiling displaydoc v0.2.6
13892026-06-18T13:22:22.034Z Compiling schemars_derive v0.8.22
13902026-06-18T13:22:22.255Z Compiling thiserror-impl v2.0.18
13912026-06-18T13:22:22.266Z Compiling tokio-macros v2.7.0
13922026-06-18T13:22:22.721Z Compiling zerocopy-derive v0.8.50
13932026-06-18T13:22:22.721Z Compiling zerofrom v0.1.8
13942026-06-18T13:22:22.721Z Compiling yoke v0.8.3
13952026-06-18T13:22:22.721Z Compiling zerovec v0.11.6
13962026-06-18T13:22:23.009Z Compiling zerotrie v0.2.4
13972026-06-18T13:22:23.020Z Compiling zeroize_derive v1.4.3
13982026-06-18T13:22:23.150Z Compiling tinystr v0.8.3
13992026-06-18T13:22:23.227Z Compiling potential_utf v0.1.5
14002026-06-18T13:22:23.295Z Compiling futures-macro v0.3.32
14012026-06-18T13:22:23.387Z Compiling icu_locale_core v2.2.0
14022026-06-18T13:22:23.433Z Compiling icu_collections v2.2.0
14032026-06-18T13:22:23.734Z Compiling zeroize v1.8.2
14042026-06-18T13:22:23.758Z Compiling thiserror-impl v1.0.69
14052026-06-18T13:22:23.930Z Compiling rand_core v0.6.4
14062026-06-18T13:22:23.952Z Compiling httpdate v1.0.3
14072026-06-18T13:22:24.146Z Compiling icu_provider v2.2.0
14082026-06-18T13:22:24.181Z Compiling futures-util v0.3.32
14092026-06-18T13:22:24.191Z Compiling pest_meta v2.8.6
14102026-06-18T13:22:24.311Z Compiling bytes v1.11.1
14112026-06-18T13:22:24.467Z Compiling icu_properties v2.2.0
14122026-06-18T13:22:24.470Z Compiling icu_normalizer v2.2.0
14132026-06-18T13:22:24.921Z Compiling chrono v0.4.45
14142026-06-18T13:22:24.941Z Compiling http v1.4.1
14152026-06-18T13:22:25.051Z Compiling tokio v1.52.3
14162026-06-18T13:22:25.469Z Compiling idna_adapter v1.2.2
14172026-06-18T13:22:25.602Z Compiling idna v1.1.0
14182026-06-18T13:22:25.638Z Compiling serde_tokenstream v0.2.3
14192026-06-18T13:22:25.899Z Compiling url v2.5.8
14202026-06-18T13:22:25.914Z Compiling erased-serde v0.3.31
14212026-06-18T13:22:26.389Z Compiling http-body v1.0.1
14222026-06-18T13:22:26.435Z Compiling ppv-lite86 v0.2.21
14232026-06-18T13:22:26.601Z Compiling getrandom v0.3.4
14242026-06-18T13:22:26.639Z Compiling pest_generator v2.8.6
14252026-06-18T13:22:26.740Z Compiling pretty-hex v0.4.2
14262026-06-18T13:22:26.749Z Compiling winnow v1.0.3
14272026-06-18T13:22:26.760Z Compiling plain v0.2.3
14282026-06-18T13:22:26.864Z Compiling foldhash v0.2.0
14292026-06-18T13:22:26.876Z Compiling paste v1.0.15
14302026-06-18T13:22:26.950Z Compiling allocator-api2 v0.2.21
14312026-06-18T13:22:27.092Z Compiling tracing-attributes v0.1.31
14322026-06-18T13:22:27.162Z Compiling ipnetwork v0.21.1
14332026-06-18T13:22:27.243Z Compiling pest_derive v2.8.6
14342026-06-18T13:22:27.264Z Compiling hashbrown v0.16.1
14352026-06-18T13:22:27.591Z Compiling oxnet v0.1.6
14362026-06-18T13:22:27.816Z Compiling tracing-core v0.1.36
14372026-06-18T13:22:27.831Z Compiling ident_case v1.0.1
14382026-06-18T13:22:27.842Z Compiling omicron-workspace-hack v0.1.0
14392026-06-18T13:22:27.944Z Compiling http-body-util v0.1.3
14402026-06-18T13:22:28.052Z Compiling serde_urlencoded v0.7.1
14412026-06-18T13:22:28.077Z Compiling aho-corasick v1.1.4
14422026-06-18T13:22:28.245Z Compiling sync_wrapper v1.0.2
14432026-06-18T13:22:28.290Z Compiling daft-derive v0.1.7
14442026-06-18T13:22:28.303Z Compiling tracing v0.1.44
14452026-06-18T13:22:28.443Z Compiling fastrand v2.4.1
14462026-06-18T13:22:28.560Z Compiling scroll_derive v0.13.1
14472026-06-18T13:22:28.703Z Compiling async-trait v0.1.89
14482026-06-18T13:22:29.131Z Compiling regex-automata v0.4.14
14492026-06-18T13:22:29.404Z Compiling tokio-util v0.7.18
14502026-06-18T13:22:29.545Z Compiling time-core v0.1.8
14512026-06-18T13:22:29.684Z Compiling anyhow v1.0.102
14522026-06-18T13:22:29.694Z Compiling powerfmt v0.2.0
14532026-06-18T13:22:29.707Z Compiling aws-lc-rs v1.17.0
14542026-06-18T13:22:29.902Z Compiling num-conv v0.2.2
14552026-06-18T13:22:30.014Z Compiling deranged v0.5.8
14562026-06-18T13:22:30.048Z Compiling time-macros v0.2.27
14572026-06-18T13:22:30.161Z Compiling scroll v0.13.0
14582026-06-18T13:22:30.223Z Compiling rustls-pki-types v1.14.1
14592026-06-18T13:22:30.417Z Compiling hex v0.4.3
14602026-06-18T13:22:30.668Z Compiling num_threads v0.1.7
14612026-06-18T13:22:30.701Z Compiling openssl-probe v0.2.1
14622026-06-18T13:22:30.761Z Compiling goblin v0.10.7
14632026-06-18T13:22:30.885Z Compiling regex v1.12.3
14642026-06-18T13:22:31.021Z Compiling camino v1.2.2
14652026-06-18T13:22:31.330Z Compiling untrusted v0.7.1
14662026-06-18T13:22:31.394Z Compiling usdt-impl v0.6.0
14672026-06-18T13:22:31.449Z Compiling crc32fast v1.5.0
14682026-06-18T13:22:31.590Z Compiling rustls v0.23.40
14692026-06-18T13:22:31.675Z Compiling h2 v0.4.14
14702026-06-18T13:22:31.772Z Compiling dtrace-parser v0.3.0
14712026-06-18T13:22:31.790Z Compiling crossbeam-utils v0.8.21
14722026-06-18T13:22:32.068Z Compiling futures-executor v0.3.32
14732026-06-18T13:22:32.107Z Compiling structmeta-derive v0.3.0
14742026-06-18T13:22:32.174Z Compiling thread-id v5.1.0
14752026-06-18T13:22:32.253Z Compiling cpufeatures v0.3.0
14762026-06-18T13:22:32.324Z Compiling adler2 v2.0.1
14772026-06-18T13:22:32.346Z Compiling simd-adler32 v0.3.9
14782026-06-18T13:22:32.455Z Compiling futures v0.3.32
14792026-06-18T13:22:32.529Z Compiling miniz_oxide v0.8.9
14802026-06-18T13:22:32.544Z Compiling rand_core v0.9.5
14812026-06-18T13:22:32.755Z Compiling darling_core v0.23.0
14822026-06-18T13:22:33.150Z Compiling newtype-uuid-macros v0.1.0
14832026-06-18T13:22:33.166Z Compiling structmeta v0.3.0
14842026-06-18T13:22:33.180Z Compiling hybrid-array v0.4.12
14852026-06-18T13:22:33.571Z Compiling dof v0.4.0
14862026-06-18T13:22:33.699Z Compiling thread_local v1.1.9
14872026-06-18T13:22:33.947Z Compiling hyper v1.10.1
14882026-06-18T13:22:33.975Z Compiling match_cfg v0.1.0
14892026-06-18T13:22:33.988Z Compiling flate2 v1.1.9
14902026-06-18T13:22:34.795Z Compiling newtype-uuid v1.3.2
14912026-06-18T13:22:34.877Z Compiling darling_macro v0.23.0
14922026-06-18T13:22:34.945Z Compiling ref-cast v1.0.25
14932026-06-18T13:22:35.110Z Compiling hyper-util v0.1.20
14942026-06-18T13:22:35.129Z Compiling quick-error v1.2.3
14952026-06-18T13:22:35.232Z Compiling slog-async v2.8.0
14962026-06-18T13:22:35.265Z Compiling compression-core v0.4.32
14972026-06-18T13:22:35.467Z Compiling darling v0.23.0
14982026-06-18T13:22:35.542Z Compiling compression-codecs v0.4.38
14992026-06-18T13:22:35.566Z Compiling daft v0.1.7
15002026-06-18T13:22:35.593Z Compiling crypto-common v0.2.2
15012026-06-18T13:22:35.686Z Compiling block-buffer v0.12.0
15022026-06-18T13:22:35.698Z Compiling rand_chacha v0.9.0
15032026-06-18T13:22:35.739Z Compiling usdt-macro v0.6.0
15042026-06-18T13:22:35.791Z Compiling usdt-attr-macro v0.6.0
15052026-06-18T13:22:35.833Z Compiling ref-cast-impl v1.0.25
15062026-06-18T13:22:36.113Z Compiling strum_macros v0.26.4
15072026-06-18T13:22:36.233Z Compiling serde_spanned v1.1.1
15082026-06-18T13:22:36.387Z Compiling multer v3.1.0
15092026-06-18T13:22:36.440Z Compiling generic-array v0.14.7
15102026-06-18T13:22:36.615Z Compiling term v1.2.1
15112026-06-18T13:22:36.676Z Compiling const-oid v0.10.2
15122026-06-18T13:22:36.726Z Compiling bit-vec v0.8.0
15132026-06-18T13:22:36.793Z Compiling debug-ignore v1.0.5
15142026-06-18T13:22:36.866Z Compiling take_mut v0.2.2
15152026-06-18T13:22:36.878Z Compiling toml_writer v1.1.1+spec-1.1.0
15162026-06-18T13:22:36.890Z Compiling digest v0.11.3
15172026-06-18T13:22:36.952Z Compiling bit-set v0.8.0
15182026-06-18T13:22:37.044Z Compiling rand v0.9.4
15192026-06-18T13:22:37.074Z Compiling serde_with_macros v3.20.0
15202026-06-18T13:22:37.092Z Compiling async-stream-impl v0.3.6
15212026-06-18T13:22:37.104Z Compiling dropshot v0.17.1
15222026-06-18T13:22:37.317Z Compiling encoding_rs v0.8.35
15232026-06-18T13:22:37.336Z Compiling spin v0.9.8
15242026-06-18T13:22:37.446Z Compiling syn v1.0.109
15252026-06-18T13:22:37.636Z Compiling mime v0.3.17
15262026-06-18T13:22:37.736Z Compiling unarray v0.1.4
15272026-06-18T13:22:37.747Z Compiling strum v0.26.3
15282026-06-18T13:22:37.812Z Compiling async-stream v0.3.6
15292026-06-18T13:22:37.866Z Compiling sha1 v0.11.0
15302026-06-18T13:22:37.907Z Compiling derive-ex v0.1.8
15312026-06-18T13:22:37.982Z Compiling tower v0.5.3
15322026-06-18T13:22:38.107Z Compiling dropshot_endpoint v0.17.1
15332026-06-18T13:22:38.118Z Compiling macaddr v1.0.1
15342026-06-18T13:22:38.193Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352026-06-18T13:22:38.434Z Compiling waitgroup v0.1.2
15362026-06-18T13:22:38.515Z Compiling serde_path_to_error v0.1.20
15372026-06-18T13:22:38.751Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15382026-06-18T13:22:38.869Z Compiling tower-http v0.6.11
15392026-06-18T13:22:38.909Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15402026-06-18T13:22:39.055Z Compiling tempfile v3.27.0
15412026-06-18T13:22:39.085Z Compiling openapiv3 v2.2.0
15422026-06-18T13:22:39.294Z Compiling strum_macros v0.27.2
15432026-06-18T13:22:39.551Z Compiling test-strategy v0.4.5
15442026-06-18T13:22:39.787Z Compiling instant v0.1.13
15452026-06-18T13:22:39.898Z Compiling time v0.3.47
15462026-06-18T13:22:40.627Z Compiling rustls-native-certs v0.8.4
15472026-06-18T13:22:40.715Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-06-18T13:22:40.944Z Compiling crossbeam-channel v0.5.15
15492026-06-18T13:22:40.974Z Compiling crypto-common v0.1.7
15502026-06-18T13:22:41.134Z Compiling strum v0.27.2
15512026-06-18T13:22:41.333Z Compiling parse-display-derive v0.10.0
15522026-06-18T13:22:41.415Z Compiling backon v1.6.0
15532026-06-18T13:22:41.579Z Compiling rand_chacha v0.3.1
15542026-06-18T13:22:42.025Z Compiling rand v0.8.6
15552026-06-18T13:22:42.190Z Compiling slog-json v2.6.1
15562026-06-18T13:22:42.303Z Compiling hostname v0.3.1
15572026-06-18T13:22:42.417Z Compiling toml_parser v1.1.2+spec-1.1.0
15582026-06-18T13:22:42.438Z Compiling toml_datetime v1.1.1+spec-1.1.0
15592026-06-18T13:22:42.498Z Compiling wait-timeout v0.2.1
15602026-06-18T13:22:42.667Z Compiling is-terminal v0.4.17
15612026-06-18T13:22:42.684Z Compiling memmap2 v0.9.10
15622026-06-18T13:22:42.794Z Compiling either v1.16.0
15632026-06-18T13:22:42.898Z Compiling usdt v0.6.0
15642026-06-18T13:22:42.907Z Compiling toml v1.1.2+spec-1.1.0
15652026-06-18T13:22:42.941Z Compiling slog-term v2.9.2
15662026-06-18T13:22:42.992Z Compiling rusty-fork v0.3.1
15672026-06-18T13:22:43.169Z Compiling slog-bunyan v2.5.0
15682026-06-18T13:22:43.254Z Compiling serde_with v3.20.0
15692026-06-18T13:22:43.301Z Compiling async-compression v0.4.42
15702026-06-18T13:22:43.337Z Compiling rand_xorshift v0.4.0
15712026-06-18T13:22:43.522Z Compiling rustls-pemfile v2.2.0
15722026-06-18T13:22:43.566Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15732026-06-18T13:22:43.655Z Compiling regress v0.10.5
15742026-06-18T13:22:43.715Z Compiling hostname v0.4.2
15752026-06-18T13:22:43.764Z Compiling humantime v2.3.0
15762026-06-18T13:22:43.847Z Compiling proptest v1.11.0
15772026-06-18T13:22:44.323Z Compiling iddqd v0.4.2
15782026-06-18T13:22:44.595Z Compiling reqwest v0.12.28
15792026-06-18T13:22:44.713Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15802026-06-18T13:22:44.955Z Compiling block-buffer v0.10.4
15812026-06-18T13:22:45.021Z Compiling utf8parse v0.2.2
15822026-06-18T13:22:45.128Z Compiling anstyle-parse v1.0.0
15832026-06-18T13:22:45.260Z Compiling digest v0.10.7
15842026-06-18T13:22:45.306Z Compiling itertools v0.14.0
15852026-06-18T13:22:45.473Z Compiling parse-display v0.10.0
15862026-06-18T13:22:45.621Z Compiling progenitor-client v0.10.0
15872026-06-18T13:22:45.804Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15882026-06-18T13:22:45.889Z Compiling backoff v0.4.0
15892026-06-18T13:22:46.086Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15902026-06-18T13:22:46.385Z Compiling is_terminal_polyfill v1.70.2
15912026-06-18T13:22:46.477Z Compiling colorchoice v1.0.5
15922026-06-18T13:22:46.529Z Compiling anstyle-query v1.1.5
15932026-06-18T13:22:46.591Z Compiling anstyle v1.0.14
15942026-06-18T13:22:46.811Z Compiling anstream v1.0.0
15952026-06-18T13:22:47.131Z Compiling clap_lex v1.1.0
15962026-06-18T13:22:47.637Z Compiling regress v0.11.1
15972026-06-18T13:22:47.656Z Compiling clap_derive v4.6.1
15982026-06-18T13:22:48.141Z Compiling terminal_size v0.4.4
15992026-06-18T13:22:49.199Z Compiling toml_datetime v0.6.11
16002026-06-18T13:22:49.384Z Compiling typify-impl v0.6.2
16012026-06-18T13:22:49.465Z Compiling zerocopy-derive v0.7.35
16022026-06-18T13:22:49.627Z Compiling cpufeatures v0.2.17
16032026-06-18T13:22:49.650Z Compiling convert_case v0.4.0
16042026-06-18T13:22:49.699Z Compiling clap_builder v4.6.0
16052026-06-18T13:22:50.328Z Compiling zerocopy v0.7.35
16062026-06-18T13:22:50.363Z Compiling derive_more v0.99.20
16072026-06-18T13:22:50.953Z Compiling toml_edit v0.25.12+spec-1.1.0
16082026-06-18T13:22:51.673Z Compiling unicode-width v0.2.2
16092026-06-18T13:22:51.843Z Compiling proc-macro-crate v3.5.0
16102026-06-18T13:22:51.952Z Compiling clap v4.6.1
16112026-06-18T13:22:52.260Z Compiling secrecy v0.10.3
16122026-06-18T13:22:52.419Z Compiling crucible-workspace-hack v0.1.0
16132026-06-18T13:22:52.451Z Compiling float-ord v0.3.2
16142026-06-18T13:22:52.560Z Compiling tinyvec_macros v0.1.1
16152026-06-18T13:22:52.583Z Compiling num_enum_derive v0.7.6
16162026-06-18T13:22:52.626Z Compiling tinyvec v1.11.0
16172026-06-18T13:22:53.097Z Compiling dtrace-parser v0.2.0
16182026-06-18T13:22:53.148Z Compiling scroll_derive v0.12.1
16192026-06-18T13:22:53.272Z Compiling num-integer v0.1.46
16202026-06-18T13:22:53.289Z Compiling rustc_version v0.4.1
16212026-06-18T13:22:53.587Z Compiling usdt-impl v0.5.0
16222026-06-18T13:22:53.658Z Compiling num_enum v0.7.6
16232026-06-18T13:22:53.823Z Compiling curve25519-dalek v4.1.3
16242026-06-18T13:22:53.895Z Compiling scroll v0.12.0
16252026-06-18T13:22:54.109Z Compiling dof v0.3.0
16262026-06-18T13:22:54.154Z Compiling hmac v0.12.1
16272026-06-18T13:22:54.190Z Compiling inout v0.1.4
16282026-06-18T13:22:54.284Z Compiling darling_core v0.21.3
16292026-06-18T13:22:54.331Z Compiling ff v0.13.1
16302026-06-18T13:22:54.447Z Compiling thread-id v4.2.2
16312026-06-18T13:22:54.458Z Compiling group v0.13.0
16322026-06-18T13:22:54.538Z Compiling cipher v0.4.4
16332026-06-18T13:22:54.573Z Compiling hkdf v0.12.4
16342026-06-18T13:22:54.827Z Compiling goblin v0.8.2
16352026-06-18T13:22:55.097Z Compiling num-iter v0.1.45
16362026-06-18T13:22:55.213Z Compiling num-rational v0.4.2
16372026-06-18T13:22:55.348Z Compiling thiserror-impl-no-std v2.0.2
16382026-06-18T13:22:55.380Z Compiling universal-hash v0.5.1
16392026-06-18T13:22:55.429Z Compiling crypto-bigint v0.5.5
16402026-06-18T13:22:55.509Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16412026-06-18T13:22:55.635Z Compiling typify-macro v0.6.2
16422026-06-18T13:22:55.846Z Compiling crossbeam-epoch v0.9.18
16432026-06-18T13:22:56.184Z Compiling half v2.7.1
16442026-06-18T13:22:56.261Z Compiling curve25519-dalek-derive v0.1.1
16452026-06-18T13:22:56.366Z Compiling darling_macro v0.21.3
16462026-06-18T13:22:56.459Z Compiling num-complex v0.4.6
16472026-06-18T13:22:56.735Z Compiling base16ct v0.2.0
16482026-06-18T13:22:56.834Z Compiling opaque-debug v0.3.1
16492026-06-18T13:22:56.889Z Compiling ciborium-io v0.2.2
16502026-06-18T13:22:56.900Z Compiling base64ct v1.8.3
16512026-06-18T13:22:56.900Z Compiling poly1305 v0.8.0
16522026-06-18T13:22:56.951Z Compiling darling v0.21.3
16532026-06-18T13:22:56.976Z Compiling ciborium-ll v0.2.2
16542026-06-18T13:22:57.185Z Compiling password-hash v0.5.0
16552026-06-18T13:22:57.197Z Compiling elliptic-curve v0.13.8
16562026-06-18T13:22:57.464Z Compiling num v0.4.3
16572026-06-18T13:22:57.621Z Compiling thiserror-no-std v2.0.2
16582026-06-18T13:22:57.680Z Compiling typify v0.6.2
16592026-06-18T13:22:57.883Z Compiling chacha20 v0.9.1
16602026-06-18T13:22:58.081Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16612026-06-18T13:22:58.194Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16622026-06-18T13:22:58.649Z Compiling blake2 v0.10.6
16632026-06-18T13:22:58.837Z Compiling aead v0.5.2
16642026-06-18T13:22:58.929Z Compiling byte-wrapper v0.1.0
16652026-06-18T13:22:58.993Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16662026-06-18T13:22:59.106Z Compiling proc-macro-error-attr v1.0.4
16672026-06-18T13:22:59.343Z Compiling keccak v0.1.6
16682026-06-18T13:22:59.362Z Compiling prettyplease v0.2.37
16692026-06-18T13:22:59.447Z Compiling heapless v0.8.0
16702026-06-18T13:22:59.575Z Compiling unsafe-libyaml v0.2.11
16712026-06-18T13:22:59.610Z Compiling rustix v0.38.44
16722026-06-18T13:23:00.153Z Compiling serde_yaml v0.9.34+deprecated
16732026-06-18T13:23:00.252Z Compiling sha3 v0.10.9
16742026-06-18T13:23:00.495Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-06-18T13:23:00.543Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16762026-06-18T13:23:01.324Z Compiling chacha20poly1305 v0.10.1
16772026-06-18T13:23:01.398Z Compiling argon2 v0.5.3
16782026-06-18T13:23:01.524Z Compiling vsss-rs v3.3.4
16792026-06-18T13:23:01.550Z Compiling ciborium v0.2.2
16802026-06-18T13:23:01.651Z Compiling ingot-macros v0.1.1
16812026-06-18T13:23:01.899Z Compiling usdt-attr-macro v0.5.0
16822026-06-18T13:23:02.123Z Compiling usdt-macro v0.5.0
16832026-06-18T13:23:03.215Z Compiling serde_spanned v0.6.9
16842026-06-18T13:23:03.427Z Compiling enum-as-inner v0.6.1
16852026-06-18T13:23:03.616Z Compiling hash32 v0.3.1
16862026-06-18T13:23:03.770Z Compiling proc-macro-error v1.0.4
16872026-06-18T13:23:04.045Z Compiling memmap v0.7.0
16882026-06-18T13:23:04.090Z Compiling memoffset v0.9.1
16892026-06-18T13:23:04.104Z Compiling cfg_aliases v0.2.1
16902026-06-18T13:23:04.173Z Compiling smoltcp v0.11.0
16912026-06-18T13:23:04.232Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16922026-06-18T13:23:04.261Z Compiling indent_write v2.2.0
16932026-06-18T13:23:04.341Z Compiling toml_write v0.1.2
16942026-06-18T13:23:04.395Z Compiling winnow v0.7.15
16952026-06-18T13:23:04.405Z Compiling winnow v0.5.40
16962026-06-18T13:23:04.485Z Compiling data-encoding v2.11.0
16972026-06-18T13:23:04.550Z Compiling ingot-types v0.1.2
16982026-06-18T13:23:04.642Z Compiling nix v0.31.3
16992026-06-18T13:23:04.653Z Compiling usdt v0.5.0
17002026-06-18T13:23:04.945Z Compiling rustls-webpki v0.103.13
17012026-06-18T13:23:05.311Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-18T13:23:05.322Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17032026-06-18T13:23:05.440Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-06-18T13:23:05.693Z Compiling toml_edit v0.22.27
17052026-06-18T13:23:05.808Z Compiling toml_edit v0.19.15
17062026-06-18T13:23:06.036Z Compiling tabwriter v1.4.1
17072026-06-18T13:23:06.330Z Compiling cobs v0.3.0
17082026-06-18T13:23:06.408Z Compiling serde_repr v0.1.20
17092026-06-18T13:23:06.526Z Compiling vcpkg v0.2.15
17102026-06-18T13:23:06.869Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17112026-06-18T13:23:07.005Z Compiling managed v0.8.0
17122026-06-18T13:23:07.074Z Compiling bitflags v1.3.2
17132026-06-18T13:23:07.103Z Compiling pkg-config v0.3.33
17142026-06-18T13:23:07.161Z Compiling toml v0.8.23
17152026-06-18T13:23:07.555Z Compiling openssl-sys v0.9.116
17162026-06-18T13:23:07.777Z Compiling proc-macro-crate v1.3.1
17172026-06-18T13:23:07.854Z Compiling postcard v1.1.3
17182026-06-18T13:23:08.199Z Compiling tokio-rustls v0.26.4
17192026-06-18T13:23:08.521Z Compiling rustls-platform-verifier v0.7.0
17202026-06-18T13:23:08.740Z Compiling hyper-rustls v0.27.9
17212026-06-18T13:23:08.928Z Compiling reqwest v0.13.4
17222026-06-18T13:23:09.328Z Compiling ingot v0.1.1
17232026-06-18T13:23:09.961Z Compiling hubpack_derive v0.1.1
17242026-06-18T13:23:10.502Z Compiling progenitor-client v0.14.0
17252026-06-18T13:23:10.801Z Compiling progenitor-extras v0.2.0
17262026-06-18T13:23:11.041Z Compiling foreign-types-macros v0.2.3
17272026-06-18T13:23:11.199Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17282026-06-18T13:23:11.203Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17292026-06-18T13:23:11.456Z Compiling swrite v0.1.0
17302026-06-18T13:23:11.519Z Compiling heck v0.4.1
17312026-06-18T13:23:11.550Z Compiling unicode-segmentation v1.13.3
17322026-06-18T13:23:11.711Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17332026-06-18T13:23:11.722Z Compiling resolv-conf v0.7.6
17342026-06-18T13:23:11.732Z Compiling colored v3.1.1
17352026-06-18T13:23:11.981Z Compiling foreign-types-shared v0.3.1
17362026-06-18T13:23:12.076Z Compiling static_assertions v1.1.0
17372026-06-18T13:23:12.098Z Compiling rayon-core v1.13.0
17382026-06-18T13:23:12.131Z Compiling linked-hash-map v0.5.6
17392026-06-18T13:23:12.148Z Compiling semver v0.1.20
17402026-06-18T13:23:12.351Z Compiling rustc_version v0.1.7
17412026-06-18T13:23:12.408Z Compiling lru-cache v0.1.2
17422026-06-18T13:23:12.534Z Compiling foreign-types v0.5.0
17432026-06-18T13:23:12.553Z Compiling newline-converter v0.3.0
17442026-06-18T13:23:12.660Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-06-18T13:23:12.671Z Compiling hubpack v0.1.2
17462026-06-18T13:23:13.403Z Compiling num_enum_derive v0.5.11
17472026-06-18T13:23:13.818Z Compiling atomicwrites v0.4.4
17482026-06-18T13:23:13.887Z Compiling hickory-proto v0.24.4
17492026-06-18T13:23:14.453Z Compiling progenitor-impl v0.13.0
17502026-06-18T13:23:14.641Z Compiling crossbeam-deque v0.8.6
17512026-06-18T13:23:14.838Z Compiling console v0.15.11
17522026-06-18T13:23:15.513Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17532026-06-18T13:23:15.537Z Compiling camino-tempfile v1.4.1
17542026-06-18T13:23:15.627Z Compiling chacha20 v0.10.0
17552026-06-18T13:23:15.780Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17562026-06-18T13:23:15.890Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-06-18T13:23:16.029Z Compiling serde-big-array v0.5.1
17582026-06-18T13:23:16.175Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17592026-06-18T13:23:16.186Z Compiling num-derive v0.4.2
17602026-06-18T13:23:17.170Z Compiling pin-project-internal v1.1.13
17612026-06-18T13:23:17.190Z Compiling derive-where v1.6.1
17622026-06-18T13:23:17.909Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17632026-06-18T13:23:17.990Z Compiling cstr-argument v0.1.2
17642026-06-18T13:23:18.143Z Compiling siphasher v1.0.3
17652026-06-18T13:23:18.163Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17662026-06-18T13:23:18.279Z Compiling similar v2.7.0
17672026-06-18T13:23:18.338Z Compiling minimal-lexical v0.2.1
17682026-06-18T13:23:18.415Z Compiling phf_shared v0.12.1
17692026-06-18T13:23:18.541Z Compiling pin-project v1.1.13
17702026-06-18T13:23:18.592Z Compiling nom v7.1.3
17712026-06-18T13:23:18.623Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17722026-06-18T13:23:18.640Z Compiling progenitor-macro v0.13.0
17732026-06-18T13:23:18.723Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-06-18T13:23:18.876Z Compiling expectorate v1.2.0
17752026-06-18T13:23:19.029Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17762026-06-18T13:23:19.300Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17772026-06-18T13:23:19.381Z Compiling rand v0.10.1
17782026-06-18T13:23:19.423Z Compiling hickory-resolver v0.24.4
17792026-06-18T13:23:19.973Z Compiling num_enum v0.5.11
17802026-06-18T13:23:20.061Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17812026-06-18T13:23:20.088Z Compiling newtype_derive v0.1.6
17822026-06-18T13:23:20.260Z Compiling progenitor-client v0.13.0
17832026-06-18T13:23:20.562Z Compiling progenitor-impl v0.14.0
17842026-06-18T13:23:20.573Z Compiling unicode-normalization v0.1.25
17852026-06-18T13:23:21.038Z Compiling tokio-stream v0.1.18
17862026-06-18T13:23:21.513Z Compiling snafu-derive v0.8.9
17872026-06-18T13:23:21.713Z Compiling async-recursion v1.1.1
17882026-06-18T13:23:21.903Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17892026-06-18T13:23:22.053Z Compiling slog-dtrace v0.3.0
17902026-06-18T13:23:22.211Z Compiling csv-core v0.1.13
17912026-06-18T13:23:22.304Z Compiling bstr v1.12.1
17922026-06-18T13:23:22.419Z Compiling foreign-types-shared v0.1.1
17932026-06-18T13:23:22.481Z Compiling openssl v0.10.80
17942026-06-18T13:23:22.505Z Compiling unicode-width v0.1.14
17952026-06-18T13:23:22.767Z Compiling konst_macro_rules v0.2.19
17962026-06-18T13:23:22.784Z Compiling unicode-xid v0.2.6
17972026-06-18T13:23:22.803Z Compiling highway v1.3.0
17982026-06-18T13:23:22.903Z Compiling same-file v1.0.6
17992026-06-18T13:23:22.942Z Compiling owo-colors v4.3.0
18002026-06-18T13:23:23.078Z Compiling foldhash v0.1.5
18012026-06-18T13:23:23.194Z Compiling cancel-safe-futures v0.1.5
18022026-06-18T13:23:23.251Z Compiling chrono-tz v0.10.4
18032026-06-18T13:23:23.261Z Compiling snafu v0.8.9
18042026-06-18T13:23:23.332Z Compiling hashbrown v0.15.5
18052026-06-18T13:23:23.529Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-18T13:23:23.540Z Compiling walkdir v2.5.0
18072026-06-18T13:23:23.673Z Compiling const_format_proc_macros v0.2.34
18082026-06-18T13:23:23.752Z Compiling progenitor v0.13.0
18092026-06-18T13:23:23.890Z Compiling konst v0.2.20
18102026-06-18T13:23:23.903Z Compiling globset v0.4.18
18112026-06-18T13:23:23.924Z Compiling foreign-types v0.3.2
18122026-06-18T13:23:23.996Z Compiling csv v1.4.0
18132026-06-18T13:23:24.125Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-18T13:23:24.137Z Compiling qorb v0.4.1
18152026-06-18T13:23:24.165Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-18T13:23:24.503Z Compiling progenitor-macro v0.14.0
18172026-06-18T13:23:24.579Z Compiling olpc-cjson v0.1.4
18182026-06-18T13:23:24.758Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-18T13:23:26.338Z Compiling rayon v1.12.0
18202026-06-18T13:23:26.369Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18212026-06-18T13:23:26.410Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-18T13:23:26.634Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-18T13:23:26.713Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-18T13:23:26.954Z Compiling phf v0.12.1
18252026-06-18T13:23:26.968Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-18T13:23:27.504Z Compiling zone_cfg_derive v0.3.1
18272026-06-18T13:23:27.887Z Compiling tokio-dtrace v0.1.1
18282026-06-18T13:23:28.088Z Compiling itertools v0.12.1
18292026-06-18T13:23:28.155Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18302026-06-18T13:23:28.198Z Compiling libsw-core v0.3.2
18312026-06-18T13:23:28.374Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-06-18T13:23:28.440Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-06-18T13:23:28.822Z Compiling serde_plain v1.0.2
18342026-06-18T13:23:28.994Z Compiling openssl-macros v0.1.1
18352026-06-18T13:23:29.042Z Compiling pem v3.0.6
18362026-06-18T13:23:29.398Z Compiling cookie v0.18.1
18372026-06-18T13:23:29.411Z Compiling sigpipe v0.1.3
18382026-06-18T13:23:29.446Z Compiling glob v0.3.3
18392026-06-18T13:23:29.458Z Compiling bytecount v0.6.9
18402026-06-18T13:23:29.493Z Compiling typed-path v0.9.3
18412026-06-18T13:23:29.515Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-18T13:23:29.560Z Compiling jiff v0.2.28
18432026-06-18T13:23:29.594Z Compiling fixedbitset v0.4.2
18442026-06-18T13:23:29.647Z Compiling fixedbitset v0.5.7
18452026-06-18T13:23:29.763Z Compiling petgraph v0.6.5
18462026-06-18T13:23:29.877Z Compiling petgraph v0.8.3
18472026-06-18T13:23:29.891Z Compiling progenitor v0.14.0
18482026-06-18T13:23:29.990Z Compiling papergrid v0.11.0
18492026-06-18T13:23:30.837Z Compiling tough v0.22.0
18502026-06-18T13:23:31.272Z Compiling zone v0.3.1
18512026-06-18T13:23:31.665Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18522026-06-18T13:23:31.718Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-18T13:23:31.729Z Compiling libsw v3.5.0
18542026-06-18T13:23:31.901Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18552026-06-18T13:23:31.912Z Compiling oxide-tokio-rt v0.1.6
18562026-06-18T13:23:31.924Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-18T13:23:32.066Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18582026-06-18T13:23:32.141Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-18T13:23:32.153Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-18T13:23:33.266Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-18T13:23:33.278Z Compiling const_format v0.2.36
18622026-06-18T13:23:33.340Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-18T13:23:33.793Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18642026-06-18T13:23:33.810Z Compiling tabled_derive v0.7.0
18652026-06-18T13:23:34.206Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-18T13:23:34.339Z Compiling gethostname v0.5.0
18672026-06-18T13:23:34.360Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-18T13:23:34.370Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18692026-06-18T13:23:34.461Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-18T13:23:34.481Z Compiling bcs v0.1.6
18712026-06-18T13:23:34.584Z Compiling smf v0.2.3
18722026-06-18T13:23:34.796Z Compiling nom v8.0.0
18732026-06-18T13:23:34.808Z Compiling tagptr v0.2.0
18742026-06-18T13:23:34.819Z Compiling lazy_static v1.5.0
18752026-06-18T13:23:34.920Z Compiling smawk v0.3.2
18762026-06-18T13:23:34.961Z Compiling whoami v1.6.1
18772026-06-18T13:23:35.062Z Compiling termtree v0.5.1
18782026-06-18T13:23:35.212Z Compiling unicode-linebreak v0.1.5
18792026-06-18T13:23:35.223Z Compiling linear-map v1.2.0
18802026-06-18T13:23:35.370Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-18T13:23:35.407Z Compiling textwrap v0.16.2
18822026-06-18T13:23:35.465Z Compiling moka v0.12.15
18832026-06-18T13:23:35.817Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-18T13:23:35.950Z Compiling steno v0.4.1
18852026-06-18T13:23:36.257Z Compiling tabled v0.15.0
18862026-06-18T13:23:37.024Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-18T13:23:37.092Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-18T13:23:37.116Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-18T13:23:37.922Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-18T13:23:38.923Z Compiling hickory-proto v0.25.2
18912026-06-18T13:23:39.028Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18922026-06-18T13:23:39.169Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18932026-06-18T13:23:40.010Z Compiling parking_lot_core v0.8.6
18942026-06-18T13:23:40.023Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18952026-06-18T13:23:40.152Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-18T13:23:40.204Z Compiling libscf-sys v1.2.0
18972026-06-18T13:23:40.319Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18982026-06-18T13:23:40.547Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18992026-06-18T13:23:40.573Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19002026-06-18T13:23:40.663Z Compiling parking_lot v0.11.2
19012026-06-18T13:23:40.963Z Compiling hickory-resolver v0.25.2
19022026-06-18T13:23:40.977Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19032026-06-18T13:23:41.026Z Compiling fxhash v0.2.1
19042026-06-18T13:23:41.070Z Compiling internet-checksum v0.2.1
19052026-06-18T13:23:41.163Z Compiling sled v0.34.7
19062026-06-18T13:23:41.207Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19072026-06-18T13:23:41.218Z Compiling diff v0.1.13
19082026-06-18T13:23:41.288Z Compiling yansi v1.0.1
19092026-06-18T13:23:41.607Z Compiling pretty_assertions v1.4.1
19102026-06-18T13:23:41.898Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-18T13:23:45.007Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19122026-06-18T13:23:45.921Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-06-18T13:23:53.679Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-18T13:23:55.270Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-06-18T13:23:56.286Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19162026-06-18T13:23:57.216Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19172026-06-18T13:23:58.014Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19182026-06-18T13:23:59.200Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19192026-06-18T13:24:20.889Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19202026-06-18T13:24:21.070Z────────────
19212026-06-18T13:24:21.070Z Nextest run ID 09aeb801-bdb3-4301-95d8-66c8af6a9f3e with nextest profile: default
19222026-06-18T13:24:21.070Z Starting 6 tests across 3 binaries
19232026-06-18T13:24:21.073Z START bfd test::test_new_daemon
19242026-06-18T13:24:21.076Z
19252026-06-18T13:24:21.076Zrunning 1 test
19262026-06-18T13:24:21.114Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-06-18T13:24:19.777694391Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4781,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19272026-06-18T13:24:21.114Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40,"time":"2026-06-18T13:24:19.777920592Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4781,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine"test test::test_new_daemon ... ,"component"ok:"bfd
19282026-06-18T13:24:21.114Z"}
19292026-06-18T13:24:21.114Z{"msg":"
19302026-06-18T13:24:21.117Ztest result: exiting receive loop on error: channel is empty and sending half is closed","okv":0,"name":"slog-rs","level":50. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out,"time":"2026-06-18T13:24:19.777953556Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4781,"error":"channel is empty and sending half is closed","peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","; finished in 0.04scomponent":"
19312026-06-18T13:24:21.117Z
19322026-06-18T13:24:21.117Zbfd"}
19332026-06-18T13:24:21.120Z PASS [ 0.047s] bfd test::test_new_daemon
19342026-06-18T13:24:21.120Z START bfd test::test_protocol_basics
19352026-06-18T13:24:21.124Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-06-18T13:24:19.77798843Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4781,"error":"channel is empty and sending half is closed","peer":"2001:db8::10","state":
19362026-06-18T13:24:21.124Zrunning 1 test
19372026-06-18T13:24:21.164Z{{""msg"msg":":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2737420307, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3196955826, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":0,"name":"slog-rs"0,"name":"slog-rs",","level"level"::1010,","time"time:"":"2026-06-18T13:24:19.82806711Z"2026-06-18T13:24:19.82806798Z",","hostname":"hostname":"w-01KVDE3AT92NHDD4DJYWAEW01Sw-01KVDE3AT92NHDD4DJYWAEW01S"",,""pid"pid:":47824782,,""peer"peer"::""2001:db8::20"203.0.113.10",","state":state":""DownDown"",","unit"unit:"":"session"session,"","module"module:":""state_machine"state_machine",","component":"component":"bfd"bfd"}}
19382026-06-18T13:24:21.164Z
19392026-06-18T13:24:21.164Z{"{msg":""msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1926060436, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3466571413, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"0,,""vname""::"0,"slog-rs"name,"":"level":slog-rs"10,"level":10,"time":"2026-06-18T13:24:19.828272294Z",,""time"hostname:"":"2026-06-18T13:24:19.828272894Z"w-01KVDE3AT92NHDD4DJYWAEW01S",,""pid":hostname":4782","peer":"w-01KVDE3AT92NHDD4DJYWAEW01S","203.0.113.20",pid"":state":4782"Down",","unit":"peer":"session","2001:db8::10"module":,""state":"state_machineDown"",","unit":"component":"bfd"session"}
19402026-06-18T13:24:21.164Z,"module":"state_machine{",""msg":component"":"bfd"}
19412026-06-18T13:24:21.167Ztransition -> Init","v":0,"{name":""msg"slog-rs":","level":transition -> Init30","v":0,"name":"slog-rs","level":30,"time":"2026-06-18T13:24:19.82829776Z","hostname":","time":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":47822026-06-18T13:24:19.828299099Z",","peerhostname""::""203.0.113.20","statew-01KVDE3AT92NHDD4DJYWAEW01S"":","Down"pid,"":4782unit":"session,"","peer":module"":"203.0.113.10"state_machine",,""componentstate":"":"bfd"Down"}
19422026-06-18T13:24:21.167Z,"unit":"{session",""msg":"module":"transition -> Initstate_machine"",","v":0component",:""bfd"name}"
19432026-06-18T13:24:21.167Z:"slog-rs","{level""msg:"30:"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-06-18T13:24:19.828323255Z","hostname":","time":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":2026-06-18T13:24:19.828324945Z4782",","hostnamepeer""::""2001:db8::20","state":w-01KVDE3AT92NHDD4DJYWAEW01S"",Down""pid",:"4782unit":","sessionpeer"":,""module"2001:db8::10:"","state"state_machine:"","Down","component"unit:":""bfd"}
19442026-06-18T13:24:21.167Zsession","module":"state_machine","component":"bfd"}
19452026-06-18T13:24:22.161Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1926060436, your_discriminator: 3196955826, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-18T13:24:20.825263014Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19462026-06-18T13:24:22.162Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-18T13:24:20.825283841Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19472026-06-18T13:24:22.165Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2737420307, your_discriminator: 3466571413, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-18T13:24:20.825321864Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19482026-06-18T13:24:22.165Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-18T13:24:20.825338371Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19492026-06-18T13:24:22.165Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3196955826, your_discriminator: 1926060436, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-18T13:24:20.82780585Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19502026-06-18T13:24:22.165Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-18T13:24:20.827831916Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19512026-06-18T13:24:22.165Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3466571413, your_discriminator: 2737420307, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-18T13:24:20.827849883Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19522026-06-18T13:24:22.165Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-18T13:24:20.82786187Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19532026-06-18T13:24:27.162Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1926060436, your_discriminator: 3196955826, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-18T13:24:25.825384608Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19542026-06-18T13:24:27.162Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2737420307, your_discriminator: 3466571413, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-18T13:24:25.825441918Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19552026-06-18T13:24:27.165Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3196955826, your_discriminator: 1926060436, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-18T13:24:25.827853077Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19562026-06-18T13:24:27.165Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3466571413, your_discriminator: 2737420307, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-18T13:24:25.827888301Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19572026-06-18T13:24:31.166Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,,""time"time:":""2026-06-18T13:24:29.827993421Z"2026-06-18T13:24:29.828007849Z",,""hostname":hostname"":"w-01KVDE3AT92NHDD4DJYWAEW01S"w-01KVDE3AT92NHDD4DJYWAEW01S",","pid"pid:":47824782,","peer":"peer":"203.0.113.10",203.0.113.20"","state":"state":Up"","Up"unit":,""session"unit",:""module":session"","state_machine"module":","componentstate_machine"":,""bfd"component":"}bfd"
19582026-06-18T13:24:31.166Z}
19592026-06-18T13:24:31.166Z{"msg":"{dropping SM for 2001:db8::10""msg,"":v"":0,"name":"dropping SM for 2001:db8::20"slog-rs",",v"":0level,":"40name":"slog-rs","level":40,"time":","time":"2026-06-18T13:24:29.828047522Z","hostname":"2026-06-18T13:24:29.828048342Z","hostname":"w-01KVDE3AT92NHDD4DJYWAEW01S","pid":4782w-01KVDE3AT92NHDD4DJYWAEW01S",,""peer":pid"":47822001:db8::10",","peer":"state":"Up"2001:db8::20",","unit":"state":"sessionUp"",,""unit"module:":""session","state_machine"module":,""component"state_machine":","bfd"}component
19602026-06-18T13:24:31.166Z":"bfd"}
19612026-06-18T13:24:31.169Ztest test::test_protocol_basics ... ok
19622026-06-18T13:24:31.169Z
19632026-06-18T13:24:31.169Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19642026-06-18T13:24:31.170Z
19652026-06-18T13:24:31.174Z PASS [ 10.055s] bfd test::test_protocol_basics
19662026-06-18T13:24:31.175Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19672026-06-18T13:24:31.179Z
19682026-06-18T13:24:31.179Zrunning 1 test
19692026-06-18T13:24:31.182Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
19702026-06-18T13:24:31.182Z
19712026-06-18T13:24:31.182Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19722026-06-18T13:24:31.182Z
19732026-06-18T13:24:31.182Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19742026-06-18T13:24:31.182Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19752026-06-18T13:24:31.185Z
19762026-06-18T13:24:31.185Zrunning 1 test
19772026-06-18T13:24:31.186Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
19782026-06-18T13:24:31.186Z
19792026-06-18T13:24:31.186Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19802026-06-18T13:24:31.186Z
19812026-06-18T13:24:31.186Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19822026-06-18T13:24:31.186Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19832026-06-18T13:24:31.189Z
19842026-06-18T13:24:31.189Zrunning 1 test
19852026-06-18T13:24:31.191Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
19862026-06-18T13:24:31.192Z
19872026-06-18T13:24:31.192Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19882026-06-18T13:24:31.192Z
19892026-06-18T13:24:31.192Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19902026-06-18T13:24:31.192Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19912026-06-18T13:24:31.195Z
19922026-06-18T13:24:31.195Zrunning 1 test
19932026-06-18T13:24:31.195Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
19942026-06-18T13:24:31.195Z
19952026-06-18T13:24:31.195Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19962026-06-18T13:24:31.195Z
19972026-06-18T13:24:31.195Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19982026-06-18T13:24:31.195Z────────────
19992026-06-18T13:24:31.195Z Summary [ 10.123s] 6 tests run: 6 passed, 0 skipped
20002026-06-18T13:24:31.207Zprocess exited: duration 315989 ms, exit code 0
 
20012026-06-18T13:24:31.214Zfound 0 output files