01KS1DJ02BV3EATEJWJN9JGDDT: 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: 01KS1DJE94W1JT5G0SA9HS1HY5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T00:47:27.225Zjob assigned to worker 01KS1DJGTN384NNQCTAREWS6VS [factory aws, i-0d591fdc17908ed84] (queued for 54 s)
 
22026-05-20T00:47:34.261Zstarting task 0: "setup"
32026-05-20T00:47:34.266Z++ uname -s
42026-05-20T00:47:34.270Z+ kern=SunOS
52026-05-20T00:47:34.270Z+ build_user=build
62026-05-20T00:47:34.270Z+ build_uid=12345
72026-05-20T00:47:34.270Z+ work_dir=/work
82026-05-20T00:47:34.270Z+ input_dir=/input
92026-05-20T00:47:34.271Z+ [[ 0 == 12345 ]]
102026-05-20T00:47:34.271Z+ case "$kern" in
112026-05-20T00:47:34.271Z+ groupadd -g 12345 build
122026-05-20T00:47:34.271Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T00:47:36.278Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T00:47:36.339Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T00:47:36.342Z+ home_fs=zfs
162026-05-20T00:47:36.342Z+ [[ zfs == autofs ]]
172026-05-20T00:47:36.342Z+ mkdir -p /home/build
182026-05-20T00:47:36.342Z+ chown build:build /home/build /work
192026-05-20T00:47:38.344Z+ chmod 0700 /home/build /work
202026-05-20T00:47:38.347Zprocess exited: duration 4087 ms, exit code 0
 
212026-05-20T00:47:38.353Zstarting task 1: "rust-toolchain"
222026-05-20T00:47:38.357Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T00:47:38.357Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T00:47:38.358Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-20T00:47:38.358Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T00:47:38.360Z * rust toolchain channel = "stable"
272026-05-20T00:47:38.360Z * rust toolchain profile = "default"
282026-05-20T00:47:38.360Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T00:47:38.360Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T00:47:38.479Zinfo: downloading installer
312026-05-20T00:47:40.005Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T00:47:40.005Zwarn: /opt/ooce/bin
332026-05-20T00:47:40.005Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T00:47:40.005Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T00:47:40.005Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T00:47:40.005Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T00:47:40.005Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T00:47:40.005Zerror: cannot install while Rust is installed
392026-05-20T00:47:40.005Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T00:47:40.005Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T00:47:40.005Zwarn: /home/build/.rustup/settings.toml
422026-05-20T00:47:40.005Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T00:47:40.005Zwarn: instead of the one inferred from the default host triple.
442026-05-20T00:47:40.039Zinfo: profile set to default
452026-05-20T00:47:40.039Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T00:47:40.042Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T00:47:40.173Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T00:47:40.176Zinfo: downloading 6 components
492026-05-20T00:47:55.926Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T00:47:55.926Z
512026-05-20T00:47:55.959Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T00:47:55.959Z
532026-05-20T00:47:55.959Z
542026-05-20T00:47:55.959ZRust is installed now. Great!
552026-05-20T00:47:55.959Z
562026-05-20T00:47:55.959ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T00:47:55.959Zenvironment variable. This has not been done automatically.
582026-05-20T00:47:55.959Z
592026-05-20T00:47:55.959ZTo configure your current shell, you need to source
602026-05-20T00:47:55.959Zthe corresponding env file under $HOME/.cargo.
612026-05-20T00:47:55.959Z
622026-05-20T00:47:55.959ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T00:47:55.959Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T00:47:55.959Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T00:47:55.959Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T00:47:55.959Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T00:47:55.959Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T00:47:55.959Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T00:47:55.962Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T00:47:55.962Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T00:47:56.062Z+ rustup --version
722026-05-20T00:47:56.071Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T00:47:56.075Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T00:47:56.093Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T00:47:56.095Z+ cargo --version
762026-05-20T00:47:56.109Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T00:47:56.112Z+ rustc --version
782026-05-20T00:47:56.131Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T00:47:56.134Zprocess exited: duration 17777 ms, exit code 0
 
802026-05-20T00:47:56.139Zstarting task 2: "authentication"
812026-05-20T00:47:56.155Zprocess exited: duration 15 ms, exit code 0
 
822026-05-20T00:47:56.161Zstarting task 3: "clone repository"
832026-05-20T00:47:56.165Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T00:47:56.168Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T00:47:56.400ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T00:47:57.457Z+ cd /work/oxidecomputer/maghemite
872026-05-20T00:47:57.457Z+ git fetch origin 0ccdce9171a02136f3d6f755d63013959d568e75
882026-05-20T00:47:57.877ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T00:47:57.877Z * branch 0ccdce9171a02136f3d6f755d63013959d568e75 -> FETCH_HEAD
902026-05-20T00:47:57.884Z+ [[ -n zl/ddmd-no-state-machine ]]
912026-05-20T00:47:57.887Z++ git branch --show-current
922026-05-20T00:47:57.887Z+ current=main
932026-05-20T00:47:57.887Z+ [[ main != zl/ddmd-no-state-machine ]]
942026-05-20T00:47:57.887Z+ git branch -f zl/ddmd-no-state-machine 0ccdce9171a02136f3d6f755d63013959d568e75
952026-05-20T00:47:57.890Z+ git checkout -f zl/ddmd-no-state-machine
962026-05-20T00:47:57.907ZSwitched to branch 'zl/ddmd-no-state-machine'
972026-05-20T00:47:57.910Z+ git reset --hard 0ccdce9171a02136f3d6f755d63013959d568e75
982026-05-20T00:47:57.913ZHEAD is now at 0ccdce9 [review] return log-level to what it was for ddmd (keep structured)
992026-05-20T00:47:57.913Zprocess exited: duration 1751 ms, exit code 0
 
1002026-05-20T00:47:57.920Zstarting task 4: "build"
1012026-05-20T00:47:57.924Z+ set -o errexit
1022026-05-20T00:47:57.924Z+ set -o pipefail
1032026-05-20T00:47:57.924Z+ source .github/buildomat/test-common.sh
1042026-05-20T00:47:57.928Z++ NEXTEST_VERSION=0.9.97
1052026-05-20T00:47:57.928Z++ PLATFORM=illumos
1062026-05-20T00:47:57.928Z++ banner install
1072026-05-20T00:47:57.928Z
1082026-05-20T00:47:57.928Z # # # #### ##### ## # #
1092026-05-20T00:47:57.928Z # ## # # # # # # #
1102026-05-20T00:47:57.929Z # # # # #### # # # # #
1112026-05-20T00:47:57.929Z # # # # # # ###### # #
1122026-05-20T00:47:57.929Z # # ## # # # # # # #
1132026-05-20T00:47:57.929Z # # # #### # # # ###### ######
1142026-05-20T00:47:57.929Z
1152026-05-20T00:47:57.929Z++ set +o errexit
1162026-05-20T00:47:57.929Z++ pkg info clang-15
1172026-05-20T00:47:57.929Z++ grep -qi installed
1182026-05-20T00:48:00.177Zpkg: info: no packages matching the following patterns you specified are
1192026-05-20T00:48:00.177Zinstalled on the system. Try querying remotely instead:
1202026-05-20T00:48:00.177Z
1212026-05-20T00:48:00.177Z clang-15
1222026-05-20T00:48:00.213Z++ [[ 1 != 0 ]]
1232026-05-20T00:48:00.213Z++ set -o errexit
1242026-05-20T00:48:00.216Z++ pfexec pkg install clang-15
1252026-05-20T00:48:07.612Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-05-20T00:48:15.300Z Startup: Caching catalogs ... Done
1272026-05-20T00:48:22.723ZPlanning: Solver setup ... Done
1282026-05-20T00:48:22.764ZPlanning: Running solver ... Done
1292026-05-20T00:48:22.903ZPlanning: Finding local manifests ... Done
1302026-05-20T00:48:22.924ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-20T00:48:23.021ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-20T00:48:23.050ZPlanning: Package planning ... Done
1332026-05-20T00:48:23.076ZPlanning: Merging actions ... Done
1342026-05-20T00:48:23.244ZPlanning: Checking for conflicting actions ... Done
1352026-05-20T00:48:23.251ZPlanning: Consolidating action changes ... Done
1362026-05-20T00:48:24.921ZPlanning: Evaluating mediators ... Done
1372026-05-20T00:48:24.926ZPlanning: Planning completed in 9.46 seconds
1382026-05-20T00:48:24.942Z Packages to install: 2
1392026-05-20T00:48:24.942Z Mediators to change: 2
1402026-05-20T00:48:24.942Z Services to change: 1
1412026-05-20T00:48:24.942Z Create boot environment: No
1422026-05-20T00:48:24.942ZCreate backup boot environment: No
1432026-05-20T00:48:25.005Z
1442026-05-20T00:48:25.005ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-05-20T00:48:30.006ZDownload: 938/3076 items 75.2/211.3MB 35% complete (15.6M/s)
1462026-05-20T00:48:35.008ZDownload: 1092/3076 items 110.9/211.3MB 52% complete (11.2M/s)
1472026-05-20T00:48:40.286ZDownload: 2008/3076 items 116.5/211.3MB 55% complete (9.8M/s)
1482026-05-20T00:48:46.718ZDownload: 2009/3076 items 117.1/211.3MB 55% complete (6.6M/s)
1492026-05-20T00:48:52.018ZDownload: 3061/3076 items 208.0/211.3MB 98% complete (18.2M/s)
1502026-05-20T00:48:57.666ZDownload: 3071/3076 items 210.4/211.3MB 99% complete (15.7M/s)
1512026-05-20T00:48:57.695ZDownload: Completed 211.31 MB in 32.68 seconds (6.5M/s)
1522026-05-20T00:48:57.803Z Actions: 1/3418 actions (Installing new actions)
1532026-05-20T00:49:01.076Z Actions: Completed 3418 actions in 3.27 seconds.
1542026-05-20T00:49:01.718Z Done
1552026-05-20T00:49:01.719Z Done
1562026-05-20T00:49:02.452Z Done
1572026-05-20T00:49:06.275Z Done
1582026-05-20T00:49:06.360Z Done
1592026-05-20T00:49:06.362Z Done
1602026-05-20T00:49:06.487Z Done
1612026-05-20T00:49:07.167Z++ set -o errexit
1622026-05-20T00:49:07.167Z++ cargo --version
1632026-05-20T00:49:07.175Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-05-20T00:49:07.329Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-05-20T00:49:07.333Zinfo: downloading 6 components
1662026-05-20T00:49:21.623Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-05-20T00:49:21.626Z++ rustc --version
1682026-05-20T00:49:21.653Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-05-20T00:49:21.657Z++ cargo install cargo-nextest --version 0.9.97
1702026-05-20T00:49:21.701Z Updating crates.io index
1712026-05-20T00:49:21.805Z Downloading crates ...
1722026-05-20T00:49:21.857Z Downloaded cargo-nextest v0.9.97
1732026-05-20T00:49:21.919Z Installing cargo-nextest v0.9.97
1742026-05-20T00:49:21.960Z Updating crates.io index
1752026-05-20T00:49:24.394Z Locking 404 packages to latest compatible versions
1762026-05-20T00:49:24.399Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-05-20T00:49:24.401Z Adding duct v0.13.7 (available: v1.1.1)
1782026-05-20T00:49:24.401Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-05-20T00:49:24.401Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-05-20T00:49:24.404Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-05-20T00:49:24.406Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1822026-05-20T00:49:24.407Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-05-20T00:49:24.407Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1842026-05-20T00:49:24.409Z Adding quick-junit v0.5.2 (available: v0.6.0)
1852026-05-20T00:49:24.429Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1862026-05-20T00:49:24.438Z Downloading crates ...
1872026-05-20T00:49:24.506Z Downloaded async-scoped v0.9.0
1882026-05-20T00:49:24.526Z Downloaded anstyle-query v1.1.5
1892026-05-20T00:49:24.529Z Downloaded futures-sink v0.3.32
1902026-05-20T00:49:24.532Z Downloaded foreign-types-shared v0.1.1
1912026-05-20T00:49:24.532Z Downloaded atomicwrites v0.4.4
1922026-05-20T00:49:24.535Z Downloaded number_prefix v0.4.0
1932026-05-20T00:49:24.535Z Downloaded anstream v1.0.0
1942026-05-20T00:49:24.538Z Downloaded dialoguer v0.11.0
1952026-05-20T00:49:24.542Z Downloaded anstyle-parse v1.0.0
1962026-05-20T00:49:24.544Z Downloaded base64 v0.22.1
1972026-05-20T00:49:24.547Z Downloaded rand_chacha v0.9.0
1982026-05-20T00:49:24.550Z Downloaded backtrace v0.3.76
1992026-05-20T00:49:24.554Z Downloaded camino v1.2.2
2002026-05-20T00:49:24.554Z Downloaded anstyle v1.0.14
2012026-05-20T00:49:24.557Z Downloaded ahash v0.8.12
2022026-05-20T00:49:24.557Z Downloaded adler2 v2.0.1
2032026-05-20T00:49:24.559Z Downloaded backtrace-ext v0.2.1
2042026-05-20T00:49:24.562Z Downloaded aho-corasick v1.1.4
2052026-05-20T00:49:24.565Z Downloaded borsh v1.6.1
2062026-05-20T00:49:24.568Z Downloaded rustls-webpki v0.103.13
2072026-05-20T00:49:24.571Z Downloaded quinn-udp v0.5.14
2082026-05-20T00:49:24.571Z Downloaded quick-xml v0.38.4
2092026-05-20T00:49:24.575Z Downloaded curve25519-dalek-derive v0.1.1
2102026-05-20T00:49:24.579Z Downloaded atomic-waker v1.1.2
2112026-05-20T00:49:24.579Z Downloaded cfg-if v1.0.4
2122026-05-20T00:49:24.581Z Downloaded block-buffer v0.10.4
2132026-05-20T00:49:24.581Z Downloaded cargo-platform v0.3.3
2142026-05-20T00:49:24.581Z Downloaded futures-macro v0.3.32
2152026-05-20T00:49:24.584Z Downloaded colorchoice v1.0.5
2162026-05-20T00:49:24.584Z Downloaded autocfg v1.5.0
2172026-05-20T00:49:24.589Z Downloaded clap_lex v1.1.0
2182026-05-20T00:49:24.592Z Downloaded futures-io v0.3.32
2192026-05-20T00:49:24.594Z Downloaded cpufeatures v0.2.17
2202026-05-20T00:49:24.597Z Downloaded openssl-probe v0.2.1
2212026-05-20T00:49:24.600Z Downloaded miette-derive v7.6.0
2222026-05-20T00:49:24.600Z Downloaded itoa v1.0.18
2232026-05-20T00:49:24.603Z Downloaded futures-executor v0.3.32
2242026-05-20T00:49:24.608Z Downloaded enable-ansi-support v0.2.1
2252026-05-20T00:49:24.610Z Downloaded color-spantrace v0.3.0
2262026-05-20T00:49:24.613Z Downloaded foreign-types v0.3.2
2272026-05-20T00:49:24.617Z Downloaded cargo-platform v0.2.0
2282026-05-20T00:49:24.620Z Downloaded lock_api v0.4.14
2292026-05-20T00:49:24.620Z Downloaded generic-array v0.14.7
2302026-05-20T00:49:24.622Z Downloaded debug-ignore v1.0.5
2312026-05-20T00:49:24.625Z Downloaded nextest-workspace-hack v0.1.0
2322026-05-20T00:49:24.627Z Downloaded http-body v1.0.1
2332026-05-20T00:49:24.630Z Downloaded openssl-macros v0.1.1
2342026-05-20T00:49:24.630Z Downloaded errno v0.3.14
2352026-05-20T00:49:24.630Z Downloaded equivalent v1.0.2
2362026-05-20T00:49:24.633Z Downloaded mukti-metadata v0.3.0
2372026-05-20T00:49:24.633Z Downloaded humantime-serde v1.1.1
2382026-05-20T00:49:24.633Z Downloaded ordered-float v2.10.1
2392026-05-20T00:49:24.636Z Downloaded futures-core v0.3.32
2402026-05-20T00:49:24.636Z Downloaded pkcs8 v0.10.2
2412026-05-20T00:49:24.638Z Downloaded futures-task v0.3.32
2422026-05-20T00:49:24.643Z Downloaded lru-slab v0.1.2
2432026-05-20T00:49:24.646Z Downloaded digest v0.10.7
2442026-05-20T00:49:24.649Z Downloaded find-msvc-tools v0.1.9
2452026-05-20T00:49:24.649Z Downloaded indenter v0.3.4
2462026-05-20T00:49:24.652Z Downloaded future-queue v0.4.0
2472026-05-20T00:49:24.652Z Downloaded camino-tempfile v1.4.1
2482026-05-20T00:49:24.654Z Downloaded cargo-util-schemas v0.2.0
2492026-05-20T00:49:24.655Z Downloaded form_urlencoded v1.2.2
2502026-05-20T00:49:24.658Z Downloaded rustc_version v0.4.1
2512026-05-20T00:49:24.658Z Downloaded shell-words v1.1.1
2522026-05-20T00:49:24.658Z Downloaded crypto-common v0.1.7
2532026-05-20T00:49:24.661Z Downloaded idna_adapter v1.0.0
2542026-05-20T00:49:24.661Z Downloaded is_terminal_polyfill v1.70.2
2552026-05-20T00:49:24.662Z Downloaded serde_spanned v1.1.1
2562026-05-20T00:49:24.664Z Downloaded heck v0.5.0
2572026-05-20T00:49:24.664Z Downloaded guppy-workspace-hack v0.1.0
2582026-05-20T00:49:24.669Z Downloaded hex v0.4.3
2592026-05-20T00:49:24.669Z Downloaded cfg_aliases v0.2.1
2602026-05-20T00:49:24.671Z Downloaded serde_ignored v0.1.14
2612026-05-20T00:49:24.671Z Downloaded os_pipe v1.2.3
2622026-05-20T00:49:24.671Z Downloaded fnv v1.0.7
2632026-05-20T00:49:24.671Z Downloaded is_ci v1.2.0
2642026-05-20T00:49:24.674Z Downloaded serde-value v0.7.0
2652026-05-20T00:49:24.677Z Downloaded sigchld v0.2.4
2662026-05-20T00:49:24.677Z Downloaded fastrand v2.4.1
2672026-05-20T00:49:24.681Z Downloaded shared_child v1.1.1
2682026-05-20T00:49:24.681Z Downloaded serde_spanned v0.6.9
2692026-05-20T00:49:24.681Z Downloaded lazy_static v1.5.0
2702026-05-20T00:49:24.684Z Downloaded pathdiff v0.2.3
2712026-05-20T00:49:24.684Z Downloaded serde_urlencoded v0.7.1
2722026-05-20T00:49:24.684Z Downloaded convert_case v0.10.0
2732026-05-20T00:49:24.687Z Downloaded nested v0.1.1
2742026-05-20T00:49:24.687Z Downloaded home v0.5.12
2752026-05-20T00:49:24.689Z Downloaded nextest-filtering v0.15.0
2762026-05-20T00:49:24.689Z Downloaded duct v0.13.7
2772026-05-20T00:49:24.693Z Downloaded document-features v0.2.12
2782026-05-20T00:49:24.696Z Downloaded rand_core v0.9.5
2792026-05-20T00:49:24.696Z Downloaded foldhash v0.1.5
2802026-05-20T00:49:24.699Z Downloaded signal-hook-mio v0.2.5
2812026-05-20T00:49:24.699Z Downloaded signature v2.2.0
2822026-05-20T00:49:24.699Z Downloaded hyper-tls v0.6.0
2832026-05-20T00:49:24.701Z Downloaded ppv-lite86 v0.2.21
2842026-05-20T00:49:24.704Z Downloaded cfg-expr v0.20.7
2852026-05-20T00:49:24.707Z Downloaded jobserver v0.1.34
2862026-05-20T00:49:24.710Z Downloaded fixedbitset v0.5.7
2872026-05-20T00:49:24.710Z Downloaded cargo_metadata v0.23.1
2882026-05-20T00:49:24.716Z Downloaded futures v0.3.32
2892026-05-20T00:49:24.719Z Downloaded swrite v0.1.0
2902026-05-20T00:49:24.721Z Downloaded supports-unicode v3.0.0
2912026-05-20T00:49:24.722Z Downloaded supports-hyperlinks v3.2.0
2922026-05-20T00:49:24.722Z Downloaded subtle v2.6.1
2932026-05-20T00:49:24.725Z Downloaded strsim v0.11.1
2942026-05-20T00:49:24.725Z Downloaded strip-ansi-escapes v0.2.1
2952026-05-20T00:49:24.725Z Downloaded scopeguard v1.2.0
2962026-05-20T00:49:24.725Z Downloaded globset v0.4.18
2972026-05-20T00:49:24.728Z Downloaded rustc-hash v2.1.2
2982026-05-20T00:49:24.728Z Downloaded owo-colors v4.3.0
2992026-05-20T00:49:24.728Z Downloaded pin-project-lite v0.2.17
3002026-05-20T00:49:24.730Z Downloaded filetime v0.2.29
3012026-05-20T00:49:24.733Z Downloaded sha2 v0.10.9
3022026-05-20T00:49:24.733Z Downloaded self-replace v1.5.0
3032026-05-20T00:49:24.736Z Downloaded nextest-metadata v0.12.2
3042026-05-20T00:49:24.736Z Downloaded serde_path_to_error v0.1.20
3052026-05-20T00:49:24.736Z Downloaded sync_wrapper v1.0.2
3062026-05-20T00:49:24.739Z Downloaded pin-project-internal v1.1.13
3072026-05-20T00:49:24.739Z Downloaded http-body-util v0.1.3
3082026-05-20T00:49:24.739Z Downloaded rand_core v0.6.4
3092026-05-20T00:49:24.742Z Downloaded addr2line v0.25.1
3102026-05-20T00:49:24.742Z Downloaded indent_write v2.2.0
3112026-05-20T00:49:24.742Z Downloaded getrandom v0.2.17
3122026-05-20T00:49:24.744Z Downloaded humantime v2.3.0
3132026-05-20T00:49:24.747Z Downloaded futures-channel v0.3.32
3142026-05-20T00:49:24.747Z Downloaded percent-encoding v2.3.2
3152026-05-20T00:49:24.747Z Downloaded native-tls v0.2.18
3162026-05-20T00:49:24.751Z Downloaded const-oid v0.9.6
3172026-05-20T00:49:24.751Z Downloaded console v0.15.11
3182026-05-20T00:49:24.754Z Downloaded tokio-macros v2.7.0
3192026-05-20T00:49:24.754Z Downloaded either v1.15.0
3202026-05-20T00:49:24.754Z Downloaded clap_derive v4.6.1
3212026-05-20T00:49:24.757Z Downloaded erased-serde v0.4.10
3222026-05-20T00:49:24.757Z Downloaded base64ct v1.8.3
3232026-05-20T00:49:24.760Z Downloaded slab v0.4.12
3242026-05-20T00:49:24.760Z Downloaded cargo_metadata v0.20.0
3252026-05-20T00:49:24.762Z Downloaded signal-hook-registry v1.4.8
3262026-05-20T00:49:24.762Z Downloaded ed25519 v2.2.3
3272026-05-20T00:49:24.765Z Downloaded quick-junit v0.5.2
3282026-05-20T00:49:24.767Z Downloaded toml_write v0.1.2
3292026-05-20T00:49:24.768Z Downloaded rustc-demangle v0.1.27
3302026-05-20T00:49:24.770Z Downloaded quote v1.0.45
3312026-05-20T00:49:24.770Z Downloaded num-traits v0.2.19
3322026-05-20T00:49:24.773Z Downloaded ipnet v2.12.0
3332026-05-20T00:49:24.773Z Downloaded toml_datetime v0.6.11
3342026-05-20T00:49:24.776Z Downloaded supports-color v3.0.2
3352026-05-20T00:49:24.776Z Downloaded spki v0.7.3
3362026-05-20T00:49:24.778Z Downloaded tower-layer v0.3.3
3372026-05-20T00:49:24.778Z Downloaded smol_str v0.3.6
3382026-05-20T00:49:24.778Z Downloaded try-lock v0.2.5
3392026-05-20T00:49:24.781Z Downloaded newtype-uuid v1.3.2
3402026-05-20T00:49:24.781Z Downloaded bytes v1.11.1
3412026-05-20T00:49:24.784Z Downloaded tower-service v0.3.3
3422026-05-20T00:49:24.784Z Downloaded terminal_size v0.4.4
3432026-05-20T00:49:24.784Z Downloaded simd-adler32 v0.3.9
3442026-05-20T00:49:24.787Z Downloaded urlencoding v2.1.3
3452026-05-20T00:49:24.787Z Downloaded typeid v1.0.3
3462026-05-20T00:49:24.787Z Downloaded pkg-config v0.3.33
3472026-05-20T00:49:24.790Z Downloaded untrusted v0.9.0
3482026-05-20T00:49:24.790Z Downloaded static_assertions v1.1.0
3492026-05-20T00:49:24.790Z Downloaded semver v1.0.28
3502026-05-20T00:49:24.793Z Downloaded want v0.3.1
3512026-05-20T00:49:24.793Z Downloaded thiserror v1.0.69
3522026-05-20T00:49:24.795Z Downloaded target-lexicon v0.13.3
3532026-05-20T00:49:24.798Z Downloaded unicode-linebreak v0.1.5
3542026-05-20T00:49:24.798Z Downloaded parking_lot v0.12.5
3552026-05-20T00:49:24.801Z Downloaded shlex v1.3.0
3562026-05-20T00:49:24.801Z Downloaded rustls-pki-types v1.14.1
3572026-05-20T00:49:24.804Z Downloaded tracing-error v0.2.1
3582026-05-20T00:49:24.804Z Downloaded httparse v1.10.1
3592026-05-20T00:49:24.806Z Downloaded version_check v0.9.5
3602026-05-20T00:49:24.806Z Downloaded unicode-xid v0.2.6
3612026-05-20T00:49:24.806Z Downloaded utf8parse v0.2.2
3622026-05-20T00:49:24.806Z Downloaded derive-where v1.6.1
3632026-05-20T00:49:24.809Z Downloaded once_cell v1.21.4
3642026-05-20T00:49:24.812Z Downloaded target-spec-miette v0.4.6
3652026-05-20T00:49:24.814Z Downloaded tokio-native-tls v0.3.1
3662026-05-20T00:49:24.814Z Downloaded thiserror-impl v1.0.69
3672026-05-20T00:49:24.814Z Downloaded thiserror v2.0.18
3682026-05-20T00:49:24.817Z Downloaded thread_local v1.1.9
3692026-05-20T00:49:24.820Z Downloaded litrs v1.0.0
3702026-05-20T00:49:24.820Z Downloaded xattr v1.6.1
3712026-05-20T00:49:24.823Z Downloaded utf8_iter v1.0.4
3722026-05-20T00:49:24.823Z Downloaded thiserror-impl v2.0.18
3732026-05-20T00:49:24.823Z Downloaded getrandom v0.3.4
3742026-05-20T00:49:24.826Z Downloaded config v0.15.23
3752026-05-20T00:49:24.828Z Downloaded hyper-rustls v0.27.9
3762026-05-20T00:49:24.831Z Downloaded bitflags v2.11.1
3772026-05-20T00:49:24.833Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3782026-05-20T00:49:24.833Z Downloaded ryu v1.0.23
3792026-05-20T00:49:24.836Z Downloaded quinn v0.11.9
3802026-05-20T00:49:24.836Z Downloaded toml_writer v1.1.1+spec-1.1.0
3812026-05-20T00:49:24.839Z Downloaded memchr v2.8.0
3822026-05-20T00:49:24.841Z Downloaded eyre v0.6.12
3832026-05-20T00:49:24.844Z Downloaded crc32fast v1.5.0
3842026-05-20T00:49:24.844Z Downloaded serde-untagged v0.1.9
3852026-05-20T00:49:24.851Z Downloaded self_update v0.42.0
3862026-05-20T00:49:24.854Z Downloaded smallvec v1.15.1
3872026-05-20T00:49:24.854Z Downloaded log v0.4.29
3882026-05-20T00:49:24.856Z Downloaded getrandom v0.4.2
3892026-05-20T00:49:24.859Z Downloaded serde_derive v1.0.228
3902026-05-20T00:49:24.859Z Downloaded parking_lot_core v0.9.12
3912026-05-20T00:49:24.862Z Downloaded unicase v2.9.0
3922026-05-20T00:49:24.862Z Downloaded tracing-log v0.2.0
3932026-05-20T00:49:24.865Z Downloaded tinyvec_macros v0.1.1
3942026-05-20T00:49:24.869Z Downloaded proc-macro2 v1.0.106
3952026-05-20T00:49:24.872Z Downloaded tokio-stream v0.1.18
3962026-05-20T00:49:24.874Z Downloaded signal-hook v0.3.18
3972026-05-20T00:49:24.878Z Downloaded indicatif v0.17.11
3982026-05-20T00:49:24.883Z Downloaded tempfile v3.27.0
3992026-05-20T00:49:24.883Z Downloaded miniz_oxide v0.8.9
4002026-05-20T00:49:24.885Z Downloaded der v0.7.10
4012026-05-20T00:49:24.885Z Downloaded tokio-rustls v0.26.4
4022026-05-20T00:49:24.888Z Downloaded iana-time-zone v0.1.65
4032026-05-20T00:49:24.888Z Downloaded xxhash-rust v0.8.15
4042026-05-20T00:49:24.888Z Downloaded toml v0.8.23
4052026-05-20T00:49:24.891Z Downloaded zeroize v1.8.2
4062026-05-20T00:49:24.891Z Downloaded zstd-safe v7.2.4
4072026-05-20T00:49:24.894Z Downloaded clap v4.6.1
4082026-05-20T00:49:24.897Z Downloaded zmij v1.0.21
4092026-05-20T00:49:24.899Z Downloaded zipsign-api v0.1.5
4102026-05-20T00:49:24.899Z Downloaded openssl-sys v0.9.116
4112026-05-20T00:49:24.902Z Downloaded toml_parser v1.1.2+spec-1.1.0
4122026-05-20T00:49:24.905Z Downloaded tracing-attributes v0.1.31
4132026-05-20T00:49:24.905Z Downloaded serde_core v1.0.228
4142026-05-20T00:49:24.908Z Downloaded pin-project v1.1.13
4152026-05-20T00:49:24.912Z Downloaded target-spec v3.6.0
4162026-05-20T00:49:24.915Z Downloaded serde v1.0.228
4172026-05-20T00:49:24.917Z Downloaded textwrap v0.16.2
4182026-05-20T00:49:24.917Z Downloaded gimli v0.32.3
4192026-05-20T00:49:24.920Z Downloaded tinyvec v1.11.0
4202026-05-20T00:49:24.923Z Downloaded socket2 v0.6.3
4212026-05-20T00:49:24.923Z Downloaded sharded-slab v0.1.7
4222026-05-20T00:49:24.930Z Downloaded toml v1.1.2+spec-1.1.0
4232026-05-20T00:49:24.935Z Downloaded uuid v1.23.1
4242026-05-20T00:49:24.938Z Downloaded unicode-ident v1.0.24
4252026-05-20T00:49:24.940Z Downloaded tracing-core v0.1.36
4262026-05-20T00:49:24.943Z Downloaded cc v1.2.62
4272026-05-20T00:49:24.943Z Downloaded flate2 v1.1.9
4282026-05-20T00:49:24.946Z Downloaded derive_more-impl v2.1.1
4292026-05-20T00:49:24.949Z Downloaded vte v0.14.1
4302026-05-20T00:49:24.953Z Downloaded zstd v0.13.3
4312026-05-20T00:49:24.956Z Downloaded miette v7.6.0
4322026-05-20T00:49:24.959Z Downloaded derive_more v2.1.1
4332026-05-20T00:49:24.965Z Downloaded tar v0.4.46
4342026-05-20T00:49:24.968Z Downloaded ed25519-dalek v2.2.0
4352026-05-20T00:49:24.971Z Downloaded toml_edit v0.22.27
4362026-05-20T00:49:24.979Z Downloaded hashbrown v0.15.5
4372026-05-20T00:49:24.981Z Downloaded hyper-util v0.1.20
4382026-05-20T00:49:24.984Z Downloaded mio v1.2.0
4392026-05-20T00:49:24.987Z Downloaded tower v0.5.3
4402026-05-20T00:49:24.992Z Downloaded rand v0.9.4
4412026-05-20T00:49:24.995Z Downloaded guppy v0.17.25
4422026-05-20T00:49:25.004Z Downloaded crossterm v0.29.0
4432026-05-20T00:49:25.008Z Downloaded typenum v1.20.0
4442026-05-20T00:49:25.010Z Downloaded indexmap v2.14.0
4452026-05-20T00:49:25.013Z Downloaded url v2.5.8
4462026-05-20T00:49:25.016Z Downloaded http v1.4.0
4472026-05-20T00:49:25.016Z Downloaded futures-util v0.3.32
4482026-05-20T00:49:25.022Z Downloaded unicode-segmentation v1.13.2
4492026-05-20T00:49:25.024Z Downloaded serde_json v1.0.149
4502026-05-20T00:49:25.027Z Downloaded tokio-util v0.7.18
4512026-05-20T00:49:25.031Z Downloaded clap_builder v4.6.0
4522026-05-20T00:49:25.035Z Downloaded hashbrown v0.17.1
4532026-05-20T00:49:25.038Z Downloaded h2 v0.4.14
4542026-05-20T00:49:25.043Z Downloaded itertools v0.14.0
4552026-05-20T00:49:25.047Z Downloaded ron v0.12.1
4562026-05-20T00:49:25.052Z Downloaded winnow v0.7.15
4572026-05-20T00:49:25.060Z Downloaded chrono v0.4.44
4582026-05-20T00:49:25.071Z Downloaded hyper v1.9.0
4592026-05-20T00:49:25.075Z Downloaded idna v1.1.0
4602026-05-20T00:49:25.081Z Downloaded reqwest v0.12.28
4612026-05-20T00:49:25.085Z Downloaded curve25519-dalek v4.1.3
4622026-05-20T00:49:25.090Z Downloaded zerocopy v0.8.48
4632026-05-20T00:49:25.100Z Downloaded unicode-normalization v0.1.25
4642026-05-20T00:49:25.103Z Downloaded bstr v1.12.1
4652026-05-20T00:49:25.116Z Downloaded tracing v0.1.44
4662026-05-20T00:49:25.127Z Downloaded pulldown-cmark v0.13.3
4672026-05-20T00:49:25.131Z Downloaded color-eyre v0.6.5
4682026-05-20T00:49:25.134Z Downloaded regex v1.12.3
4692026-05-20T00:49:25.141Z Downloaded tower-http v0.6.11
4702026-05-20T00:49:25.169Z Downloaded quick-xml v0.37.5
4712026-05-20T00:49:25.204Z Downloaded winnow v1.0.3
4722026-05-20T00:49:25.214Z Downloaded portable-atomic v1.13.1
4732026-05-20T00:49:25.222Z Downloaded tracing-subscriber v0.3.23
4742026-05-20T00:49:25.237Z Downloaded webpki-roots v1.0.7
4752026-05-20T00:49:25.240Z Downloaded quinn-proto v0.11.14
4762026-05-20T00:49:25.256Z Downloaded vcpkg v0.2.15
4772026-05-20T00:49:25.283Z Downloaded nextest-runner v0.80.0
4782026-05-20T00:49:25.304Z Downloaded unicode-width v0.1.14
4792026-05-20T00:49:25.311Z Downloaded syn v2.0.117
4802026-05-20T00:49:25.319Z Downloaded unicode-width v0.2.2
4812026-05-20T00:49:25.322Z Downloaded openssl v0.10.80
4822026-05-20T00:49:25.337Z Downloaded object v0.37.3
4832026-05-20T00:49:25.352Z Downloaded nix v0.30.1
4842026-05-20T00:49:25.358Z Downloaded rustls v0.23.40
4852026-05-20T00:49:25.364Z Downloaded regex-syntax v0.8.10
4862026-05-20T00:49:25.378Z Downloaded rustix v1.1.4
4872026-05-20T00:49:25.391Z Downloaded rustix v0.38.44
4882026-05-20T00:49:25.464Z Downloaded regex-automata v0.4.14
4892026-05-20T00:49:25.516Z Downloaded petgraph v0.8.3
4902026-05-20T00:49:25.527Z Downloaded libc v0.2.186
4912026-05-20T00:49:25.546Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4922026-05-20T00:49:25.562Z Downloaded ring v0.17.14
4932026-05-20T00:49:25.588Z Downloaded tokio v1.52.3
4942026-05-20T00:49:25.628Z Downloaded recursion v0.5.4
4952026-05-20T00:49:25.669Z Compiling proc-macro2 v1.0.106
4962026-05-20T00:49:25.669Z Compiling libc v0.2.186
4972026-05-20T00:49:25.672Z Compiling unicode-ident v1.0.24
4982026-05-20T00:49:25.672Z Compiling quote v1.0.45
4992026-05-20T00:49:25.672Z Compiling serde_core v1.0.228
5002026-05-20T00:49:25.672Z Compiling cfg-if v1.0.4
5012026-05-20T00:49:25.672Z Compiling memchr v2.8.0
5022026-05-20T00:49:25.672Z Compiling once_cell v1.21.4
5032026-05-20T00:49:25.876Z Compiling log v0.4.29
5042026-05-20T00:49:25.921Z Compiling pin-project-lite v0.2.17
5052026-05-20T00:49:26.021Z Compiling itoa v1.0.18
5062026-05-20T00:49:26.082Z Compiling serde v1.0.228
5072026-05-20T00:49:26.253Z Compiling smallvec v1.15.1
5082026-05-20T00:49:26.502Z Compiling futures-core v0.3.32
5092026-05-20T00:49:26.522Z Compiling bitflags v2.11.1
5102026-05-20T00:49:26.566Z Compiling hashbrown v0.17.1
5112026-05-20T00:49:26.650Z Compiling shlex v1.3.0
5122026-05-20T00:49:26.834Z Compiling jobserver v0.1.34
5132026-05-20T00:49:26.869Z Compiling find-msvc-tools v0.1.9
5142026-05-20T00:49:26.903Z Compiling equivalent v1.0.2
5152026-05-20T00:49:26.916Z Compiling bytes v1.11.1
5162026-05-20T00:49:26.990Z Compiling errno v0.3.14
5172026-05-20T00:49:27.064Z Compiling cc v1.2.62
5182026-05-20T00:49:27.145Z Compiling signal-hook-registry v1.4.8
5192026-05-20T00:49:27.157Z Compiling mio v1.2.0
5202026-05-20T00:49:27.232Z Compiling futures-sink v0.3.32
5212026-05-20T00:49:27.288Z Compiling syn v2.0.117
5222026-05-20T00:49:27.335Z Compiling rustix v1.1.4
5232026-05-20T00:49:27.347Z Compiling socket2 v0.6.3
5242026-05-20T00:49:27.679Z Compiling slab v0.4.12
5252026-05-20T00:49:27.781Z Compiling zmij v1.0.21
5262026-05-20T00:49:27.847Z Compiling futures-channel v0.3.32
5272026-05-20T00:49:27.884Z Compiling tracing-core v0.1.36
5282026-05-20T00:49:28.100Z Compiling version_check v0.9.5
5292026-05-20T00:49:28.119Z Compiling serde_json v1.0.149
5302026-05-20T00:49:28.361Z Compiling indexmap v2.14.0
5312026-05-20T00:49:28.416Z Compiling getrandom v0.4.2
5322026-05-20T00:49:28.419Z Compiling futures-io v0.3.32
5332026-05-20T00:49:28.534Z Compiling futures-task v0.3.32
5342026-05-20T00:49:28.630Z Compiling camino v1.2.2
5352026-05-20T00:49:28.727Z Compiling percent-encoding v2.3.2
5362026-05-20T00:49:28.743Z Compiling unicode-width v0.2.2
5372026-05-20T00:49:29.029Z Compiling ring v0.17.14
5382026-05-20T00:49:29.042Z Compiling http v1.4.0
5392026-05-20T00:49:29.058Z Compiling autocfg v1.5.0
5402026-05-20T00:49:29.179Z Compiling simd-adler32 v0.3.9
5412026-05-20T00:49:29.242Z Compiling zeroize v1.8.2
5422026-05-20T00:49:29.432Z Compiling adler2 v2.0.1
5432026-05-20T00:49:29.452Z Compiling num-traits v0.2.19
5442026-05-20T00:49:29.596Z Compiling miniz_oxide v0.8.9
5452026-05-20T00:49:29.846Z Compiling zerocopy v0.8.48
5462026-05-20T00:49:30.054Z Compiling getrandom v0.3.4
5472026-05-20T00:49:30.229Z Compiling object v0.37.3
5482026-05-20T00:49:30.271Z Compiling target-lexicon v0.13.3
5492026-05-20T00:49:30.454Z Compiling http-body v1.0.1
5502026-05-20T00:49:30.615Z Compiling rustls-pki-types v1.14.1
5512026-05-20T00:49:30.741Z Compiling form_urlencoded v1.2.2
5522026-05-20T00:49:30.812Z Compiling semver v1.0.28
5532026-05-20T00:49:30.884Z Compiling serde_derive v1.0.228
5542026-05-20T00:49:30.943Z Compiling tokio-macros v2.7.0
5552026-05-20T00:49:30.997Z Compiling futures-macro v0.3.32
5562026-05-20T00:49:31.014Z Compiling tracing-attributes v0.1.31
5572026-05-20T00:49:31.177Z Compiling getrandom v0.2.17
5582026-05-20T00:49:31.370Z Compiling owo-colors v4.3.0
5592026-05-20T00:49:31.474Z Compiling fnv v1.0.7
5602026-05-20T00:49:31.487Z Compiling utf8_iter v1.0.4
5612026-05-20T00:49:31.580Z Compiling signal-hook v0.3.18
5622026-05-20T00:49:31.650Z Compiling idna_adapter v1.0.0
5632026-05-20T00:49:31.704Z Compiling untrusted v0.9.0
5642026-05-20T00:49:31.707Z Compiling tokio v1.52.3
5652026-05-20T00:49:31.749Z Compiling gimli v0.32.3
5662026-05-20T00:49:31.809Z Compiling guppy-workspace-hack v0.1.0
5672026-05-20T00:49:31.824Z Compiling futures-util v0.3.32
5682026-05-20T00:49:31.846Z Compiling thiserror v2.0.18
5692026-05-20T00:49:32.033Z Compiling httparse v1.10.1
5702026-05-20T00:49:32.226Z Compiling tracing v0.1.44
5712026-05-20T00:49:32.426Z Compiling idna v1.1.0
5722026-05-20T00:49:32.485Z Compiling thiserror-impl v2.0.18
5732026-05-20T00:49:33.667Z Compiling addr2line v0.25.1
5742026-05-20T00:49:34.125Z Compiling generic-array v0.14.7
5752026-05-20T00:49:34.294Z Compiling pkg-config v0.3.33
5762026-05-20T00:49:34.350Z Compiling target-spec v3.6.0
5772026-05-20T00:49:34.363Z Compiling tower-service v0.3.3
5782026-05-20T00:49:34.425Z Compiling rustc-demangle v0.1.27
5792026-05-20T00:49:34.451Z Compiling thiserror v1.0.69
5802026-05-20T00:49:34.640Z Compiling rustls v0.23.40
5812026-05-20T00:49:34.722Z Compiling fastrand v2.4.1
5822026-05-20T00:49:34.763Z Compiling try-lock v0.2.5
5832026-05-20T00:49:34.866Z Compiling atomic-waker v1.1.2
5842026-05-20T00:49:34.881Z Compiling typeid v1.0.3
5852026-05-20T00:49:34.997Z Compiling tempfile v3.27.0
5862026-05-20T00:49:35.053Z Compiling want v0.3.1
5872026-05-20T00:49:35.236Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5882026-05-20T00:49:35.459Z Compiling cfg-expr v0.20.7
5892026-05-20T00:49:35.543Z Compiling url v2.5.8
5902026-05-20T00:49:35.663Z Compiling tokio-util v0.7.18
5912026-05-20T00:49:36.426Z Compiling h2 v0.4.14
5922026-05-20T00:49:36.738Z Compiling backtrace v0.3.76
5932026-05-20T00:49:37.245Z Compiling thiserror-impl v1.0.69
5942026-05-20T00:49:37.265Z Compiling terminal_size v0.4.4
5952026-05-20T00:49:37.417Z Compiling aho-corasick v1.1.4
5962026-05-20T00:49:37.505Z Compiling regex-syntax v0.8.10
5972026-05-20T00:49:37.997Z Compiling erased-serde v0.4.10
5982026-05-20T00:49:38.302Z Compiling subtle v2.6.1
5992026-05-20T00:49:38.392Z Compiling winnow v0.7.15
6002026-05-20T00:49:38.466Z Compiling typenum v1.20.0
6012026-05-20T00:49:39.187Z Compiling rustls-webpki v0.103.13
6022026-05-20T00:49:41.769Z Compiling regex-automata v0.4.14
6032026-05-20T00:49:42.038Z Compiling hyper v1.9.0
6042026-05-20T00:49:42.857Z Compiling serde_spanned v0.6.9
6052026-05-20T00:49:43.022Z Compiling toml_datetime v0.6.11
6062026-05-20T00:49:43.400Z Compiling ahash v0.8.12
6072026-05-20T00:49:43.663Z Compiling sync_wrapper v1.0.2
6082026-05-20T00:49:43.781Z Compiling crc32fast v1.5.0
6092026-05-20T00:49:44.081Z Compiling unicode-segmentation v1.13.2
6102026-05-20T00:49:44.473Z Compiling unicode-linebreak v0.1.5
6112026-05-20T00:49:44.530Z Compiling parking_lot_core v0.9.12
6122026-05-20T00:49:44.610Z Compiling base64 v0.22.1
6132026-05-20T00:49:44.738Z Compiling nextest-workspace-hack v0.1.0
6142026-05-20T00:49:44.814Z Compiling tower-layer v0.3.3
6152026-05-20T00:49:44.973Z Compiling lazy_static v1.5.0
6162026-05-20T00:49:45.021Z Compiling either v1.15.0
6172026-05-20T00:49:45.081Z Compiling toml_write v0.1.2
6182026-05-20T00:49:45.096Z Compiling portable-atomic v1.13.1
6192026-05-20T00:49:45.248Z Compiling ipnet v2.12.0
6202026-05-20T00:49:45.322Z Compiling foldhash v0.1.5
6212026-05-20T00:49:45.541Z Compiling is_ci v1.2.0
6222026-05-20T00:49:45.588Z Compiling hyper-util v0.1.20
6232026-05-20T00:49:45.662Z Compiling supports-color v3.0.2
6242026-05-20T00:49:45.716Z Compiling hashbrown v0.15.5
6252026-05-20T00:49:45.716Z Compiling toml_edit v0.22.27
6262026-05-20T00:49:45.892Z Compiling sharded-slab v0.1.7
6272026-05-20T00:49:46.342Z Compiling tower v0.5.3
6282026-05-20T00:49:46.472Z Compiling textwrap v0.16.2
6292026-05-20T00:49:46.488Z Compiling convert_case v0.10.0
6302026-05-20T00:49:46.828Z Compiling tokio-rustls v0.26.4
6312026-05-20T00:49:47.113Z Compiling backtrace-ext v0.2.1
6322026-05-20T00:49:47.375Z Compiling ordered-float v2.10.1
6332026-05-20T00:49:47.493Z Compiling webpki-roots v1.0.7
6342026-05-20T00:49:47.614Z Compiling miette-derive v7.6.0
6352026-05-20T00:49:47.651Z Compiling pathdiff v0.2.3
6362026-05-20T00:49:47.782Z Compiling console v0.15.11
6372026-05-20T00:49:47.858Z Compiling cargo-platform v0.3.3
6382026-05-20T00:49:48.216Z Compiling tracing-log v0.2.0
6392026-05-20T00:49:48.423Z Compiling os_pipe v1.2.3
6402026-05-20T00:49:48.577Z Compiling thread_local v1.1.9
6412026-05-20T00:49:48.616Z Compiling scopeguard v1.2.0
6422026-05-20T00:49:48.726Z Compiling utf8parse v0.2.2
6432026-05-20T00:49:48.742Z Compiling zstd-safe v7.2.4
6442026-05-20T00:49:48.840Z Compiling rustix v0.38.44
6452026-05-20T00:49:48.939Z Compiling fixedbitset v0.5.7
6462026-05-20T00:49:48.991Z Compiling supports-hyperlinks v3.2.0
6472026-05-20T00:49:49.093Z Compiling winnow v1.0.3
6482026-05-20T00:49:49.209Z Compiling supports-unicode v3.0.0
6492026-05-20T00:49:49.379Z Compiling pulldown-cmark v0.13.3
6502026-05-20T00:49:49.441Z Compiling cfg_aliases v0.2.1
6512026-05-20T00:49:49.516Z Compiling ryu v1.0.23
6522026-05-20T00:49:49.530Z Compiling debug-ignore v1.0.5
6532026-05-20T00:49:49.610Z Compiling unicode-width v0.1.14
6542026-05-20T00:49:49.660Z Compiling serde_urlencoded v0.7.1
6552026-05-20T00:49:49.855Z Compiling miette v7.6.0
6562026-05-20T00:49:49.911Z Compiling nix v0.30.1
6572026-05-20T00:49:50.031Z Compiling petgraph v0.8.3
6582026-05-20T00:49:50.302Z Compiling toml_parser v1.1.2+spec-1.1.0
6592026-05-20T00:49:50.534Z Compiling anstyle-parse v1.0.0
6602026-05-20T00:49:50.764Z Compiling tracing-subscriber v0.3.23
6612026-05-20T00:49:51.639Z Compiling lock_api v0.4.14
6622026-05-20T00:49:51.886Z Compiling sigchld v0.2.4
6632026-05-20T00:49:51.943Z Compiling cargo_metadata v0.23.1
6642026-05-20T00:49:52.086Z Compiling serde-value v0.7.0
6652026-05-20T00:49:52.847Z Compiling hyper-rustls v0.27.9
6662026-05-20T00:49:52.954Z Compiling serde-untagged v0.1.9
6672026-05-20T00:49:53.321Z Compiling toml v0.8.23
6682026-05-20T00:49:53.958Z Compiling tower-http v0.6.11
6692026-05-20T00:49:54.021Z Compiling derive_more-impl v2.1.1
6702026-05-20T00:49:54.600Z Compiling itertools v0.14.0
6712026-05-20T00:49:54.839Z Compiling regex v1.12.3
6722026-05-20T00:49:55.049Z Compiling crypto-common v0.1.7
6732026-05-20T00:49:55.186Z Compiling block-buffer v0.10.4
6742026-05-20T00:49:55.212Z Compiling ppv-lite86 v0.2.21
6752026-05-20T00:49:55.337Z Compiling rand_core v0.9.5
6762026-05-20T00:49:55.536Z Compiling futures-executor v0.3.32
6772026-05-20T00:49:55.587Z Compiling pin-project-internal v1.1.13
6782026-05-20T00:49:56.060Z Compiling http-body-util v0.1.3
6792026-05-20T00:49:56.063Z Compiling uuid v1.23.1
6802026-05-20T00:49:56.152Z Compiling serde_spanned v1.1.1
6812026-05-20T00:49:56.237Z Compiling smol_str v0.3.6
6822026-05-20T00:49:56.297Z Compiling toml_datetime v1.1.1+spec-1.1.0
6832026-05-20T00:49:56.350Z Compiling filetime v0.2.29
6842026-05-20T00:49:56.558Z Compiling vte v0.14.1
6852026-05-20T00:49:56.606Z Compiling bstr v1.12.1
6862026-05-20T00:49:56.620Z Compiling colorchoice v1.0.5
6872026-05-20T00:49:56.670Z Compiling is_terminal_polyfill v1.70.2
6882026-05-20T00:49:56.737Z Compiling nested v0.1.1
6892026-05-20T00:49:56.750Z Compiling xattr v1.6.1
6902026-05-20T00:49:56.927Z Compiling color-spantrace v0.3.0
6912026-05-20T00:49:56.942Z Compiling anstyle-query v1.1.5
6922026-05-20T00:49:56.954Z Compiling unicase v2.9.0
6932026-05-20T00:49:57.047Z Compiling anstyle v1.0.14
6942026-05-20T00:49:57.142Z Compiling static_assertions v1.1.0
6952026-05-20T00:49:57.196Z Compiling unicode-xid v0.2.6
6962026-05-20T00:49:57.219Z Compiling self_update v0.42.0
6972026-05-20T00:49:57.239Z Compiling eyre v0.6.12
6982026-05-20T00:49:57.289Z Compiling litrs v1.0.0
6992026-05-20T00:49:57.319Z Compiling number_prefix v0.4.0
7002026-05-20T00:49:57.332Z Compiling tinyvec_macros v0.1.1
7012026-05-20T00:49:57.344Z Compiling iana-time-zone v0.1.65
7022026-05-20T00:49:57.401Z Compiling tinyvec v1.11.0
7032026-05-20T00:49:57.466Z Compiling chrono v0.4.44
7042026-05-20T00:49:57.498Z Compiling indicatif v0.17.11
7052026-05-20T00:49:57.680Z Compiling cargo-util-schemas v0.2.0
7062026-05-20T00:49:57.721Z Compiling document-features v0.2.12
7072026-05-20T00:49:57.835Z Compiling anstream v1.0.0
7082026-05-20T00:49:57.868Z Compiling guppy v0.17.25
7092026-05-20T00:49:58.338Z Compiling globset v0.4.18
7102026-05-20T00:49:59.424Z Compiling tar v0.4.46
7112026-05-20T00:49:59.530Z Compiling strip-ansi-escapes v0.2.1
7122026-05-20T00:50:00.009Z Compiling pin-project v1.1.13
7132026-05-20T00:50:00.090Z Compiling toml v1.1.2+spec-1.1.0
7142026-05-20T00:50:00.115Z Compiling nextest-metadata v0.12.2
7152026-05-20T00:50:00.630Z Compiling newtype-uuid v1.3.2
7162026-05-20T00:50:00.821Z Compiling reqwest v0.12.28
7172026-05-20T00:50:00.833Z Compiling futures v0.3.32
7182026-05-20T00:50:00.913Z Compiling rand_chacha v0.9.0
7192026-05-20T00:50:01.478Z Compiling digest v0.10.7
7202026-05-20T00:50:01.541Z Compiling derive_more v2.1.1
7212026-05-20T00:50:01.631Z Compiling parking_lot v0.12.5
7222026-05-20T00:50:01.703Z Compiling flate2 v1.1.9
7232026-05-20T00:50:01.929Z Compiling shared_child v1.1.1
7242026-05-20T00:50:02.235Z Compiling tracing-error v0.2.1
7252026-05-20T00:50:02.528Z Compiling signal-hook-mio v0.2.5
7262026-05-20T00:50:02.671Z Compiling self-replace v1.5.0
7272026-05-20T00:50:02.803Z Compiling cargo-platform v0.2.0
7282026-05-20T00:50:02.973Z Compiling quick-xml v0.37.5
7292026-05-20T00:50:03.284Z Compiling quick-xml v0.38.4
7302026-05-20T00:50:03.555Z Compiling indenter v0.3.4
7312026-05-20T00:50:03.584Z Compiling urlencoding v2.1.3
7322026-05-20T00:50:03.687Z Compiling heck v0.5.0
7332026-05-20T00:50:03.828Z Compiling cpufeatures v0.2.17
7342026-05-20T00:50:03.905Z Compiling shell-words v1.1.1
7352026-05-20T00:50:04.163Z Compiling clap_lex v1.1.0
7362026-05-20T00:50:04.163Z Compiling recursion v0.5.4
7372026-05-20T00:50:04.309Z Compiling strsim v0.11.1
7382026-05-20T00:50:04.491Z Compiling humantime v2.3.0
7392026-05-20T00:50:04.516Z Compiling clap_builder v4.6.0
7402026-05-20T00:50:04.918Z Compiling humantime-serde v1.1.1
7412026-05-20T00:50:04.946Z Compiling nextest-filtering v0.15.0
7422026-05-20T00:50:05.074Z Compiling sha2 v0.10.9
7432026-05-20T00:50:05.130Z Compiling clap_derive v4.6.1
7442026-05-20T00:50:05.235Z Compiling quick-junit v0.5.2
7452026-05-20T00:50:07.439Z Compiling cargo_metadata v0.20.0
7462026-05-20T00:50:08.344Z Compiling atomicwrites v0.4.4
7472026-05-20T00:50:08.627Z Compiling cargo-nextest v0.9.97
7482026-05-20T00:50:08.845Z Compiling crossterm v0.29.0
7492026-05-20T00:50:10.257Z Compiling duct v0.13.7
7502026-05-20T00:50:11.532Z Compiling rand v0.9.4
7512026-05-20T00:50:11.676Z Compiling zstd v0.13.3
7522026-05-20T00:50:11.966Z Compiling async-scoped v0.9.0
7532026-05-20T00:50:12.086Z Compiling config v0.15.23
7542026-05-20T00:50:12.103Z Compiling unicode-normalization v0.1.25
7552026-05-20T00:50:12.163Z Compiling target-spec-miette v0.4.6
7562026-05-20T00:50:12.280Z Compiling future-queue v0.4.0
7572026-05-20T00:50:12.557Z Compiling mukti-metadata v0.3.0
7582026-05-20T00:50:12.571Z Compiling tokio-stream v0.1.18
7592026-05-20T00:50:12.587Z Compiling camino-tempfile v1.4.1
7602026-05-20T00:50:12.682Z Compiling derive-where v1.6.1
7612026-05-20T00:50:12.808Z Compiling serde_ignored v0.1.14
7622026-05-20T00:50:13.014Z Compiling serde_path_to_error v0.1.20
7632026-05-20T00:50:13.032Z Compiling swrite v0.1.0
7642026-05-20T00:50:13.087Z Compiling indent_write v2.2.0
7652026-05-20T00:50:13.135Z Compiling xxhash-rust v0.8.15
7662026-05-20T00:50:13.162Z Compiling hex v0.4.3
7672026-05-20T00:50:13.239Z Compiling home v0.5.12
7682026-05-20T00:50:13.320Z Compiling color-eyre v0.6.5
7692026-05-20T00:50:13.424Z Compiling clap v4.6.1
7702026-05-20T00:50:13.451Z Compiling dialoguer v0.11.0
7712026-05-20T00:50:13.454Z Compiling enable-ansi-support v0.2.1
7722026-05-20T00:50:13.924Z Compiling nextest-runner v0.80.0
7732026-05-20T00:50:31.924Z Finished `release` profile [optimized] target(s) in 1m 10s
7742026-05-20T00:50:32.107Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-05-20T00:50:32.110Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-05-20T00:50:32.224Z+ banner bfd
7772026-05-20T00:50:32.226Z
7782026-05-20T00:50:32.227Z ##### ###### #####
7792026-05-20T00:50:32.227Z # # # # #
7802026-05-20T00:50:32.227Z ##### ##### # #
7812026-05-20T00:50:32.227Z # # # # #
7822026-05-20T00:50:32.227Z # # # # #
7832026-05-20T00:50:32.227Z ##### # #####
7842026-05-20T00:50:32.227Z
7852026-05-20T00:50:32.227Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7862026-05-20T00:50:32.384Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-05-20T00:50:32.984ZFrom https://github.com/oxidecomputer/falcon
7882026-05-20T00:50:32.984Z * [new ref] b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6 -> refs/commit/b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6
7892026-05-20T00:50:33.060Z Updating crates.io index
7902026-05-20T00:50:33.063Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-05-20T00:50:33.768ZFrom https://github.com/oxidecomputer/dendrite
7922026-05-20T00:50:33.768Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7932026-05-20T00:50:33.857Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-05-20T00:50:34.122ZFrom https://github.com/oxidecomputer/ispf
7952026-05-20T00:50:34.122Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7962026-05-20T00:50:34.127Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-05-20T00:50:34.477ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-05-20T00:50:34.477Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7992026-05-20T00:50:34.483Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-05-20T00:50:42.432ZFrom https://github.com/oxidecomputer/omicron
8012026-05-20T00:50:42.432Z * [new ref] e3edc166d225599702b8444c6bfb406bad583d4b -> refs/commit/e3edc166d225599702b8444c6bfb406bad583d4b
8022026-05-20T00:50:42.838Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-05-20T00:50:43.451ZFrom https://github.com/oxidecomputer/opte
8042026-05-20T00:50:43.451Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8052026-05-20T00:50:43.528Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-05-20T00:50:43.792ZFrom https://github.com/illumos/smf-rs
8072026-05-20T00:50:43.792Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-05-20T00:50:43.826Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-05-20T00:50:44.104ZFrom https://github.com/oxidecomputer/network-interface
8102026-05-20T00:50:44.104Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-05-20T00:50:44.122Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-05-20T00:50:44.386ZFrom https://github.com/oxidecomputer/zone
8132026-05-20T00:50:44.386Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-05-20T00:50:44.420Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-05-20T00:50:45.027ZFrom https://github.com/oxidecomputer/propolis
8162026-05-20T00:50:45.027Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-05-20T00:50:45.095Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-05-20T00:50:45.563ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-05-20T00:50:45.563Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8202026-05-20T00:50:45.582Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-05-20T00:50:45.848ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-05-20T00:50:45.848Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8232026-05-20T00:50:45.855Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-05-20T00:50:46.140ZFrom https://github.com/jmesmon/rust-libzfs
8252026-05-20T00:50:46.140Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-05-20T00:50:46.148Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-05-20T00:50:46.411ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-05-20T00:50:46.411Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-05-20T00:50:46.429Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-05-20T00:50:47.158ZFrom https://github.com/oxidecomputer/lldp
8312026-05-20T00:50:47.158Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8322026-05-20T00:50:47.195Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-05-20T00:50:47.452ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-05-20T00:50:47.452Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-05-20T00:50:47.487Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-05-20T00:50:47.776ZFrom https://github.com/oxidecomputer/tufaceous
8372026-05-20T00:50:47.776Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8382026-05-20T00:50:47.829Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-05-20T00:50:48.267ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-05-20T00:50:48.267Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8412026-05-20T00:50:48.292Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-05-20T00:50:49.148ZFrom https://github.com/oxidecomputer/crucible
8432026-05-20T00:50:49.148Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-05-20T00:50:49.236Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-05-20T00:50:49.532ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-05-20T00:50:49.532Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-05-20T00:50:49.722Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-05-20T00:50:50.066ZFrom https://github.com/oxidecomputer/propolis
8492026-05-20T00:50:50.066Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8502026-05-20T00:50:50.186Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-05-20T00:50:50.515ZFrom https://github.com/oxidecomputer/tofino
8522026-05-20T00:50:50.515Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8532026-05-20T00:50:50.539Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-05-20T00:50:51.176ZFrom https://github.com/oxidecomputer/maghemite
8552026-05-20T00:50:51.177Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-05-20T00:50:51.242Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-05-20T00:50:51.524ZFrom https://github.com/oxidecomputer/clickward
8582026-05-20T00:50:51.524Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-05-20T00:50:51.711Z Updating git repository `https://github.com/oxidecomputer/crucible`
8602026-05-20T00:50:52.097ZFrom https://github.com/oxidecomputer/crucible
8612026-05-20T00:50:52.097Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8622026-05-20T00:50:52.318Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8632026-05-20T00:50:52.578ZFrom https://github.com/oxidecomputer/illumos-devinfo
8642026-05-20T00:50:52.578Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8652026-05-20T00:50:53.501Z Downloading crates ...
8662026-05-20T00:50:53.603Z Downloaded aead v0.5.2
8672026-05-20T00:50:53.616Z Downloaded anyhow v1.0.102
8682026-05-20T00:50:53.619Z Downloaded data-encoding v2.11.0
8692026-05-20T00:50:53.622Z Downloaded dropshot-api-manager-types v0.7.1
8702026-05-20T00:50:53.625Z Downloaded darling v0.21.3
8712026-05-20T00:50:53.629Z Downloaded filetime v0.2.28
8722026-05-20T00:50:53.629Z Downloaded dtrace-parser v0.2.0
8732026-05-20T00:50:53.632Z Downloaded ciborium-ll v0.2.2
8742026-05-20T00:50:53.632Z Downloaded base16ct v0.2.0
8752026-05-20T00:50:53.632Z Downloaded arrayvec v0.7.6
8762026-05-20T00:50:53.635Z Downloaded match_cfg v0.1.0
8772026-05-20T00:50:53.635Z Downloaded libsw v3.5.0
8782026-05-20T00:50:53.638Z Downloaded diff v0.1.13
8792026-05-20T00:50:53.641Z Downloaded defmt-parser v1.0.0
8802026-05-20T00:50:53.641Z Downloaded expectorate v1.2.0
8812026-05-20T00:50:53.644Z Downloaded hickory-resolver v0.25.2
8822026-05-20T00:50:53.646Z Downloaded bcs v0.1.6
8832026-05-20T00:50:53.649Z Downloaded darling_macro v0.23.0
8842026-05-20T00:50:53.649Z Downloaded base16ct v1.0.0
8852026-05-20T00:50:53.652Z Downloaded indicatif v0.18.4
8862026-05-20T00:50:53.655Z Downloaded inout v0.1.4
8872026-05-20T00:50:53.655Z Downloaded dtrace-parser v0.3.0
8882026-05-20T00:50:53.655Z Downloaded crossbeam-epoch v0.9.18
8892026-05-20T00:50:53.658Z Downloaded arrayref v0.3.9
8902026-05-20T00:50:53.660Z Downloaded foreign-types-shared v0.3.1
8912026-05-20T00:50:53.660Z Downloaded fxhash v0.2.1
8922026-05-20T00:50:53.663Z Downloaded crucible-workspace-hack v0.1.0
8932026-05-20T00:50:53.663Z Downloaded convert_case v0.4.0
8942026-05-20T00:50:53.663Z Downloaded internet-checksum v0.2.1
8952026-05-20T00:50:53.666Z Downloaded allocator-api2 v0.2.21
8962026-05-20T00:50:53.668Z Downloaded darling_macro v0.21.3
8972026-05-20T00:50:53.668Z Downloaded compression-core v0.4.32
8982026-05-20T00:50:53.671Z Downloaded crc8 v0.1.1
8992026-05-20T00:50:53.673Z Downloaded natord v1.0.9
9002026-05-20T00:50:53.673Z Downloaded dyn-clone v1.0.20
9012026-05-20T00:50:53.676Z Downloaded backoff v0.4.0
9022026-05-20T00:50:53.679Z Downloaded bitflags v1.3.2
9032026-05-20T00:50:53.681Z Downloaded icu_collections v2.2.0
9042026-05-20T00:50:53.684Z Downloaded idna_adapter v1.2.2
9052026-05-20T00:50:53.687Z Downloaded memmap v0.7.0
9062026-05-20T00:50:53.687Z Downloaded foreign-types-macros v0.2.3
9072026-05-20T00:50:53.690Z Downloaded hostname v0.4.2
9082026-05-20T00:50:53.690Z Downloaded dunce v1.0.5
9092026-05-20T00:50:53.692Z Downloaded dof v0.4.0
9102026-05-20T00:50:53.692Z Downloaded hash32 v0.3.1
9112026-05-20T00:50:53.695Z Downloaded hubpack_derive v0.1.1
9122026-05-20T00:50:53.695Z Downloaded hubpack v0.1.2
9132026-05-20T00:50:53.698Z Downloaded cstr-argument v0.1.2
9142026-05-20T00:50:53.698Z Downloaded embedded-io v0.4.0
9152026-05-20T00:50:53.700Z Downloaded macaddr v1.0.1
9162026-05-20T00:50:53.700Z Downloaded is-terminal v0.4.17
9172026-05-20T00:50:53.703Z Downloaded ident_case v1.0.1
9182026-05-20T00:50:53.703Z Downloaded mime v0.3.17
9192026-05-20T00:50:53.706Z Downloaded critical-section v1.2.0
9202026-05-20T00:50:53.706Z Downloaded cobs v0.3.0
9212026-05-20T00:50:53.708Z Downloaded fs-err v3.3.0
9222026-05-20T00:50:53.708Z Downloaded crunchy v0.2.4
9232026-05-20T00:50:53.711Z Downloaded const-random v0.1.18
9242026-05-20T00:50:53.711Z Downloaded async-stream v0.3.6
9252026-05-20T00:50:53.714Z Downloaded foldhash v0.2.0
9262026-05-20T00:50:53.714Z Downloaded fixedbitset v0.4.2
9272026-05-20T00:50:53.717Z Downloaded dof v0.3.0
9282026-05-20T00:50:53.717Z Downloaded hostname v0.3.1
9292026-05-20T00:50:53.719Z Downloaded defmt v0.3.100
9302026-05-20T00:50:53.719Z Downloaded ciborium-io v0.2.2
9312026-05-20T00:50:53.720Z Downloaded linked-hash-map v0.5.6
9322026-05-20T00:50:53.722Z Downloaded embedded-io v0.6.1
9332026-05-20T00:50:53.722Z Downloaded argon2 v0.5.3
9342026-05-20T00:50:53.725Z Downloaded heck v0.4.1
9352026-05-20T00:50:53.727Z Downloaded newtype-uuid-macros v0.1.0
9362026-05-20T00:50:53.727Z Downloaded num-derive v0.4.2
9372026-05-20T00:50:53.730Z Downloaded backon v1.6.0
9382026-05-20T00:50:53.730Z Downloaded newline-converter v0.3.0
9392026-05-20T00:50:53.733Z Downloaded float-ord v0.3.2
9402026-05-20T00:50:53.733Z Downloaded git-stub v1.0.0
9412026-05-20T00:50:53.736Z Downloaded num-iter v0.1.45
9422026-05-20T00:50:53.736Z Downloaded async-stream-impl v0.3.6
9432026-05-20T00:50:53.736Z Downloaded lru-cache v0.1.2
9442026-05-20T00:50:53.740Z Downloaded memoffset v0.9.1
9452026-05-20T00:50:53.740Z Downloaded highway v1.3.0
9462026-05-20T00:50:53.743Z Downloaded num_threads v0.1.7
9472026-05-20T00:50:53.743Z Downloaded libsw-core v0.3.2
9482026-05-20T00:50:53.743Z Downloaded opaque-debug v0.3.1
9492026-05-20T00:50:53.746Z Downloaded olpc-cjson v0.1.4
9502026-05-20T00:50:53.746Z Downloaded cpufeatures v0.3.0
9512026-05-20T00:50:53.746Z Downloaded base64 v0.21.7
9522026-05-20T00:50:53.749Z Downloaded omicron-workspace-hack v0.1.0
9532026-05-20T00:50:53.751Z Downloaded git-stub-vcs v0.1.0
9542026-05-20T00:50:53.751Z Downloaded parse-display v0.10.0
9552026-05-20T00:50:53.754Z Downloaded bit-set v0.8.0
9562026-05-20T00:50:53.754Z Downloaded keccak v0.1.6
9572026-05-20T00:50:53.757Z Downloaded async-trait v0.1.89
9582026-05-20T00:50:53.757Z Downloaded enum-as-inner v0.6.1
9592026-05-20T00:50:53.760Z Downloaded num v0.4.3
9602026-05-20T00:50:53.760Z Downloaded erased-serde v0.3.31
9612026-05-20T00:50:53.763Z Downloaded konst_macro_rules v0.2.19
9622026-05-20T00:50:53.763Z Downloaded libscf-sys v1.2.0
9632026-05-20T00:50:53.767Z Downloaded instant v0.1.13
9642026-05-20T00:50:53.767Z Downloaded httpdate v1.0.3
9652026-05-20T00:50:53.767Z Downloaded daft-derive v0.1.5
9662026-05-20T00:50:53.770Z Downloaded num_enum_derive v0.5.11
9672026-05-20T00:50:53.770Z Downloaded no-std-compat v0.4.1
9682026-05-20T00:50:53.772Z Downloaded gethostname v0.5.0
9692026-05-20T00:50:53.772Z Downloaded cipher v0.4.4
9702026-05-20T00:50:53.775Z Downloaded plain v0.2.3
9712026-05-20T00:50:53.775Z Downloaded bs58 v0.5.1
9722026-05-20T00:50:53.778Z Downloaded powerfmt v0.2.0
9732026-05-20T00:50:53.778Z Downloaded constant_time_eq v0.4.2
9742026-05-20T00:50:53.781Z Downloaded phf_shared v0.12.1
9752026-05-20T00:50:53.781Z Downloaded potential_utf v0.1.5
9762026-05-20T00:50:53.781Z Downloaded const_format_proc_macros v0.2.34
9772026-05-20T00:50:53.785Z Downloaded ipnetwork v0.21.1
9782026-05-20T00:50:53.785Z Downloaded pretty-hex v0.4.2
9792026-05-20T00:50:53.787Z Downloaded num-integer v0.1.46
9802026-05-20T00:50:53.787Z Downloaded progenitor-client v0.10.0
9812026-05-20T00:50:53.788Z Downloaded cookie v0.18.1
9822026-05-20T00:50:53.790Z Downloaded ingot-types v0.1.2
9832026-05-20T00:50:53.793Z Downloaded cancel-safe-futures v0.1.5
9842026-05-20T00:50:53.793Z Downloaded num_enum v0.7.6
9852026-05-20T00:50:53.796Z Downloaded async-recursion v1.1.1
9862026-05-20T00:50:53.798Z Downloaded proc-macro-error-attr v1.0.4
9872026-05-20T00:50:53.801Z Downloaded num-complex v0.4.6
9882026-05-20T00:50:53.801Z Downloaded ingot-macros v0.1.1
9892026-05-20T00:50:53.804Z Downloaded proc-macro-crate v3.5.0
9902026-05-20T00:50:53.804Z Downloaded proc-macro-error-attr2 v2.0.0
9912026-05-20T00:50:53.806Z Downloaded aws-lc-rs v1.16.3
9922026-05-20T00:50:53.811Z Downloaded progenitor-macro v0.14.0
9932026-05-20T00:50:53.813Z Downloaded rand_xorshift v0.4.0
9942026-05-20T00:50:53.813Z Downloaded progenitor-macro v0.13.0
9952026-05-20T00:50:53.816Z Downloaded num_enum_derive v0.7.6
9962026-05-20T00:50:53.816Z Downloaded num-rational v0.4.2
9972026-05-20T00:50:53.819Z Downloaded newtype_derive v0.1.6
9982026-05-20T00:50:53.819Z Downloaded password-hash v0.5.0
9992026-05-20T00:50:53.821Z Downloaded parse-display-derive v0.10.0
10002026-05-20T00:50:53.821Z Downloaded oxnet v0.1.5
10012026-05-20T00:50:53.824Z Downloaded oxide-tokio-rt v0.1.5
10022026-05-20T00:50:53.824Z Downloaded num_enum v0.5.11
10032026-05-20T00:50:53.827Z Downloaded ref-cast v1.0.25
10042026-05-20T00:50:53.829Z Downloaded pin-project-internal v1.1.12
10052026-05-20T00:50:53.832Z Downloaded phf v0.12.1
10062026-05-20T00:50:53.832Z Downloaded parking_lot_core v0.8.6
10072026-05-20T00:50:53.835Z Downloaded byteorder v1.5.0
10082026-05-20T00:50:53.835Z Downloaded managed v0.8.0
10092026-05-20T00:50:53.838Z Downloaded linear-map v1.2.0
10102026-05-20T00:50:53.838Z Downloaded ingot v0.1.1
10112026-05-20T00:50:53.841Z Downloaded derive-ex v0.1.8
10122026-05-20T00:50:53.841Z Downloaded rand_chacha v0.3.1
10132026-05-20T00:50:53.844Z Downloaded same-file v1.0.6
10142026-05-20T00:50:53.844Z Downloaded memmap2 v0.9.10
10152026-05-20T00:50:53.844Z Downloaded litemap v0.8.2
10162026-05-20T00:50:53.847Z Downloaded poly1305 v0.8.0
10172026-05-20T00:50:53.849Z Downloaded foreign-types v0.5.0
10182026-05-20T00:50:53.849Z Downloaded darling v0.23.0
10192026-05-20T00:50:53.852Z Downloaded serde_repr v0.1.20
10202026-05-20T00:50:53.855Z Downloaded fs_extra v1.3.0
10212026-05-20T00:50:53.857Z Downloaded derive_more v0.99.20
10222026-05-20T00:50:53.860Z Downloaded progenitor v0.13.0
10232026-05-20T00:50:53.860Z Downloaded scroll_derive v0.12.1
10242026-05-20T00:50:53.863Z Downloaded proc-macro-error2 v2.0.1
10252026-05-20T00:50:53.866Z Downloaded semver v0.1.20
10262026-05-20T00:50:53.866Z Downloaded secrecy v0.10.3
10272026-05-20T00:50:53.866Z Downloaded omicron-zone-package v0.12.2
10282026-05-20T00:50:53.869Z Downloaded serde-big-array v0.5.1
10292026-05-20T00:50:53.869Z Downloaded progenitor-extras v0.2.0
10302026-05-20T00:50:53.871Z Downloaded serial_test v3.4.0
10312026-05-20T00:50:53.871Z Downloaded serial_test_derive v3.4.0
10322026-05-20T00:50:53.874Z Downloaded serde_plain v1.0.2
10332026-05-20T00:50:53.874Z Downloaded siphasher v1.0.3
10342026-05-20T00:50:53.874Z Downloaded progenitor-client v0.14.0
10352026-05-20T00:50:53.877Z Downloaded progenitor-client v0.13.0
10362026-05-20T00:50:53.877Z Downloaded progenitor v0.11.2
10372026-05-20T00:50:53.880Z Downloaded dropshot_endpoint v0.17.0
10382026-05-20T00:50:53.883Z Downloaded pem v3.0.6
10392026-05-20T00:50:53.883Z Downloaded ref-cast-impl v1.0.25
10402026-05-20T00:50:53.883Z Downloaded rand_core v0.10.1
10412026-05-20T00:50:53.886Z Downloaded slog-bunyan v2.5.0
10422026-05-20T00:50:53.886Z Downloaded pest_generator v2.8.6
10432026-05-20T00:50:53.886Z Downloaded paste v1.0.15
10442026-05-20T00:50:53.888Z Downloaded colored v3.1.1
10452026-05-20T00:50:53.891Z Downloaded progenitor v0.10.0
10462026-05-20T00:50:53.891Z Downloaded console v0.16.3
10472026-05-20T00:50:53.894Z Downloaded rustversion v1.0.22
10482026-05-20T00:50:53.894Z Downloaded rustls-pemfile v2.2.0
10492026-05-20T00:50:53.897Z Downloaded elliptic-curve v0.13.8
10502026-05-20T00:50:53.899Z Downloaded drift v0.1.4
10512026-05-20T00:50:53.904Z Downloaded scroll v0.13.0
10522026-05-20T00:50:53.907Z Downloaded indexmap v1.9.3
10532026-05-20T00:50:53.910Z Downloaded icu_provider v2.2.0
10542026-05-20T00:50:53.910Z Downloaded slog-envlogger v2.2.0
10552026-05-20T00:50:53.913Z Downloaded schemars_derive v0.8.22
10562026-05-20T00:50:53.913Z Downloaded scroll v0.12.0
10572026-05-20T00:50:53.916Z Downloaded half v2.7.1
10582026-05-20T00:50:53.916Z Downloaded stable_deref_trait v1.2.1
10592026-05-20T00:50:53.916Z Downloaded rusty-fork v0.3.1
10602026-05-20T00:50:53.920Z Downloaded resolv-conf v0.7.6
10612026-05-20T00:50:53.920Z Downloaded spin v0.5.2
10622026-05-20T00:50:53.922Z Downloaded smawk v0.3.2
10632026-05-20T00:50:53.922Z Downloaded progenitor v0.14.0
10642026-05-20T00:50:53.922Z Downloaded structmeta-derive v0.3.0
10652026-05-20T00:50:53.922Z Downloaded postcard v1.1.3
10662026-05-20T00:50:53.925Z Downloaded rustls-native-certs v0.8.3
10672026-05-20T00:50:53.925Z Downloaded termtree v0.5.1
10682026-05-20T00:50:53.928Z Downloaded tabwriter v1.4.1
10692026-05-20T00:50:53.928Z Downloaded testing_table v0.3.0
10702026-05-20T00:50:53.928Z Downloaded strum v0.26.3
10712026-05-20T00:50:53.930Z Downloaded structmeta v0.3.0
10722026-05-20T00:50:53.930Z Downloaded take_mut v0.2.2
10732026-05-20T00:50:53.930Z Downloaded thiserror-impl-no-std v2.0.2
10742026-05-20T00:50:53.933Z Downloaded arc-swap v1.9.1
10752026-05-20T00:50:53.933Z Downloaded tagptr v0.2.0
10762026-05-20T00:50:53.936Z Downloaded sha1 v0.10.6
10772026-05-20T00:50:53.936Z Downloaded serde_derive_internals v0.29.1
10782026-05-20T00:50:53.938Z Downloaded time-core v0.1.8
10792026-05-20T00:50:53.938Z Downloaded blake2 v0.10.6
10802026-05-20T00:50:53.941Z Downloaded sigpipe v0.1.3
10812026-05-20T00:50:53.941Z Downloaded slog-async v2.8.0
10822026-05-20T00:50:53.941Z Downloaded pest_derive v2.8.6
10832026-05-20T00:50:53.944Z Downloaded papergrid v0.17.0
10842026-05-20T00:50:53.947Z Downloaded thread-id v4.2.2
10852026-05-20T00:50:53.947Z Downloaded thread-id v5.1.0
10862026-05-20T00:50:53.950Z Downloaded papergrid v0.11.0
10872026-05-20T00:50:53.952Z Downloaded serde_tokenstream v0.2.3
10882026-05-20T00:50:53.952Z Downloaded proc-macro-error v1.0.4
10892026-05-20T00:50:53.955Z Downloaded typify-macro v0.6.2
10902026-05-20T00:50:53.955Z Downloaded typify-macro v0.4.3
10912026-05-20T00:50:53.955Z Downloaded topological-sort v0.2.2
10922026-05-20T00:50:53.958Z Downloaded rhai_codegen v3.1.0
10932026-05-20T00:50:53.961Z Downloaded slog-dtrace v0.3.0
10942026-05-20T00:50:53.964Z Downloaded darling_core v0.21.3
10952026-05-20T00:50:53.966Z Downloaded crossbeam-channel v0.5.15
10962026-05-20T00:50:53.969Z Downloaded universal-hash v0.5.1
10972026-05-20T00:50:53.969Z Downloaded smartstring v1.0.1
10982026-05-20T00:50:53.973Z Downloaded utf-8 v0.7.6
10992026-05-20T00:50:53.973Z Downloaded usdt-macro v0.6.0
11002026-05-20T00:50:53.973Z Downloaded usdt-attr-macro v0.6.0
11012026-05-20T00:50:53.973Z Downloaded async-compression v0.4.42
11022026-05-20T00:50:53.980Z Downloaded usdt v0.6.0
11032026-05-20T00:50:53.980Z Downloaded usdt v0.5.0
11042026-05-20T00:50:53.983Z Downloaded untrusted v0.7.1
11052026-05-20T00:50:53.983Z Downloaded unit-prefix v0.5.2
11062026-05-20T00:50:53.983Z Downloaded strum_macros v0.27.2
11072026-05-20T00:50:53.983Z Downloaded strum v0.27.2
11082026-05-20T00:50:53.983Z Downloaded slog-scope v4.4.1
11092026-05-20T00:50:53.983Z Downloaded slog-stdlog v4.1.1
11102026-05-20T00:50:53.986Z Downloaded konst v0.2.20
11112026-05-20T00:50:53.989Z Downloaded usdt-macro v0.5.0
11122026-05-20T00:50:53.989Z Downloaded openssl-sys v0.9.115
11132026-05-20T00:50:53.992Z Downloaded strum_macros v0.26.4
11142026-05-20T00:50:53.992Z Downloaded wait-timeout v0.2.1
11152026-05-20T00:50:53.995Z Downloaded tabled_derive v0.11.0
11162026-05-20T00:50:53.995Z Downloaded synstructure v0.13.2
11172026-05-20T00:50:53.995Z Downloaded darling_core v0.23.0
11182026-05-20T00:50:53.997Z Downloaded waitgroup v0.1.2
11192026-05-20T00:50:54.000Z Downloaded tabled_derive v0.7.0
11202026-05-20T00:50:54.000Z Downloaded icu_normalizer_data v2.2.0
11212026-05-20T00:50:54.001Z Downloaded icu_properties v2.2.0
11222026-05-20T00:50:54.004Z Downloaded zerofrom-derive v0.1.7
11232026-05-20T00:50:54.004Z Downloaded yoke-derive v0.8.2
11242026-05-20T00:50:54.004Z Downloaded pest_meta v2.8.6
11252026-05-20T00:50:54.006Z Downloaded time-macros v0.2.27
11262026-05-20T00:50:54.006Z Downloaded sdd v3.0.10
11272026-05-20T00:50:54.009Z Downloaded progenitor-impl v0.11.2
11282026-05-20T00:50:54.012Z Downloaded tiny-keccak v2.0.2
11292026-05-20T00:50:54.012Z Downloaded zerofrom v0.1.7
11302026-05-20T00:50:54.015Z Downloaded zone_cfg_derive v0.3.1
11312026-05-20T00:50:54.015Z Downloaded zone v0.3.1
11322026-05-20T00:50:54.015Z Downloaded thiserror-no-std v2.0.2
11332026-05-20T00:50:54.019Z Downloaded spin v0.9.8
11342026-05-20T00:50:54.019Z Downloaded const_format v0.2.36
11352026-05-20T00:50:54.021Z Downloaded tinystr v0.8.3
11362026-05-20T00:50:54.021Z Downloaded prettyplease v0.2.37
11372026-05-20T00:50:54.024Z Downloaded unarray v0.1.4
11382026-05-20T00:50:54.024Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-05-20T00:50:54.027Z Downloaded zeroize_derive v1.4.3
11402026-05-20T00:50:54.027Z Downloaded tokio-dtrace v0.1.1
11412026-05-20T00:50:54.027Z Downloaded tokio-tungstenite v0.21.0
11422026-05-20T00:50:54.030Z Downloaded usdt-impl v0.5.0
11432026-05-20T00:50:54.030Z Downloaded xz2 v0.1.7
11442026-05-20T00:50:54.033Z Downloaded whoami v1.6.1
11452026-05-20T00:50:54.033Z Downloaded slog-term v2.9.2
11462026-05-20T00:50:54.036Z Downloaded progenitor-impl v0.10.0
11472026-05-20T00:50:54.036Z Downloaded usdt-attr-macro v0.5.0
11482026-05-20T00:50:54.036Z Downloaded slog-json v2.6.1
11492026-05-20T00:50:54.039Z Downloaded serde_yaml v0.9.34+deprecated
11502026-05-20T00:50:54.039Z Downloaded rustc_version v0.1.7
11512026-05-20T00:50:54.042Z Downloaded parking_lot v0.11.2
11522026-05-20T00:50:54.042Z Downloaded pin-project v1.1.12
11532026-05-20T00:50:54.047Z Downloaded usdt-impl v0.6.0
11542026-05-20T00:50:54.050Z Downloaded snafu-derive v0.8.9
11552026-05-20T00:50:54.050Z Downloaded rayon-core v1.13.0
11562026-05-20T00:50:54.053Z Downloaded zerovec-derive v0.11.3
11572026-05-20T00:50:54.056Z Downloaded icu_normalizer v2.2.0
11582026-05-20T00:50:54.056Z Downloaded pretty_assertions v1.4.1
11592026-05-20T00:50:54.058Z Downloaded chacha20poly1305 v0.10.1
11602026-05-20T00:50:54.058Z Downloaded smf v0.2.3
11612026-05-20T00:50:54.058Z Downloaded proc-macro-crate v1.3.1
11622026-05-20T00:50:54.061Z Downloaded walkdir v2.5.0
11632026-05-20T00:50:54.061Z Downloaded vsss-rs v3.3.4
11642026-05-20T00:50:54.065Z Downloaded rustls-platform-verifier v0.7.0
11652026-05-20T00:50:54.065Z Downloaded crypto-bigint v0.5.5
11662026-05-20T00:50:54.068Z Downloaded zerocopy-derive v0.7.35
11672026-05-20T00:50:54.070Z Downloaded writeable v0.6.3
11682026-05-20T00:50:54.073Z Downloaded serde_with_macros v3.20.0
11692026-05-20T00:50:54.073Z Downloaded slog v2.8.2
11702026-05-20T00:50:54.076Z Downloaded similar v2.7.0
11712026-05-20T00:50:54.079Z Downloaded toml v0.9.12+spec-1.1.0
11722026-05-20T00:50:54.082Z Downloaded tokio-rustls v0.25.0
11732026-05-20T00:50:54.082Z Downloaded thin-vec v0.2.18
11742026-05-20T00:50:54.085Z Downloaded dropshot-api-manager v0.7.1
11752026-05-20T00:50:54.097Z Downloaded test-strategy v0.4.5
11762026-05-20T00:50:54.097Z Downloaded hickory-resolver v0.24.4
11772026-05-20T00:50:54.097Z Downloaded unsafe-libyaml v0.2.11
11782026-05-20T00:50:54.097Z Downloaded heapless v0.8.0
11792026-05-20T00:50:54.097Z Downloaded qorb v0.4.1
11802026-05-20T00:50:54.100Z Downloaded ucd-trie v0.1.7
11812026-05-20T00:50:54.100Z Downloaded term v1.2.1
11822026-05-20T00:50:54.103Z Downloaded progenitor-impl v0.14.0
11832026-05-20T00:50:54.103Z Downloaded rand v0.8.6
11842026-05-20T00:50:54.106Z Downloaded progenitor-impl v0.13.0
11852026-05-20T00:50:54.106Z Downloaded schemars v0.9.0
11862026-05-20T00:50:54.112Z Downloaded schemars v1.2.1
11872026-05-20T00:50:54.120Z Downloaded yoke v0.8.2
11882026-05-20T00:50:54.123Z Downloaded hashbrown v0.16.1
11892026-05-20T00:50:54.125Z Downloaded toml v0.7.8
11902026-05-20T00:50:54.128Z Downloaded yansi v1.0.1
11912026-05-20T00:50:54.128Z Downloaded minimal-lexical v0.2.1
11922026-05-20T00:50:54.131Z Downloaded icu_locale_core v2.2.0
11932026-05-20T00:50:54.134Z Downloaded zerocopy-derive v0.8.48
11942026-05-20T00:50:54.138Z Downloaded zerotrie v0.2.4
11952026-05-20T00:50:54.140Z Downloaded typify v0.4.3
11962026-05-20T00:50:54.144Z Downloaded schemars v0.8.22
11972026-05-20T00:50:54.148Z Downloaded nom v7.1.3
11982026-05-20T00:50:54.151Z Downloaded snafu v0.8.9
11992026-05-20T00:50:54.154Z Downloaded crossbeam-utils v0.8.21
12002026-05-20T00:50:54.157Z Downloaded scroll_derive v0.13.1
12012026-05-20T00:50:54.158Z Downloaded hmac v0.12.1
12022026-05-20T00:50:54.161Z Downloaded ciborium v0.2.2
12032026-05-20T00:50:54.161Z Downloaded chacha20 v0.10.0
12042026-05-20T00:50:54.161Z Downloaded tar v0.4.45
12052026-05-20T00:50:54.163Z Downloaded jiff-static v0.2.24
12062026-05-20T00:50:54.163Z Downloaded tungstenite v0.21.0
12072026-05-20T00:50:54.166Z Downloaded toml_edit v0.25.11+spec-1.1.0
12082026-05-20T00:50:54.169Z Downloaded quick-error v1.2.3
12092026-05-20T00:50:54.169Z Downloaded progenitor-macro v0.11.2
12102026-05-20T00:50:54.169Z Downloaded progenitor-macro v0.10.0
12112026-05-20T00:50:54.169Z Downloaded progenitor-client v0.11.2
12122026-05-20T00:50:54.172Z Downloaded daft v0.1.5
12132026-05-20T00:50:54.172Z Downloaded ff v0.13.1
12142026-05-20T00:50:54.172Z Downloaded displaydoc v0.2.5
12152026-05-20T00:50:54.175Z Downloaded deranged v0.5.8
12162026-05-20T00:50:54.175Z Downloaded csv-core v0.1.13
12172026-05-20T00:50:54.175Z Downloaded byte-wrapper v0.1.0
12182026-05-20T00:50:54.178Z Downloaded typify v0.6.2
12192026-05-20T00:50:54.178Z Downloaded steno v0.4.1
12202026-05-20T00:50:54.181Z Downloaded scc v2.4.0
12212026-05-20T00:50:54.183Z Downloaded blake3 v1.8.5
12222026-05-20T00:50:54.187Z Downloaded iddqd v0.3.18
12232026-05-20T00:50:54.190Z Downloaded toml_edit v0.19.15
12242026-05-20T00:50:54.199Z Downloaded zerovec v0.11.6
12252026-05-20T00:50:54.202Z Downloaded hkdf v0.12.4
12262026-05-20T00:50:54.205Z Downloaded tough v0.20.0
12272026-05-20T00:50:54.208Z Downloaded rand v0.10.1
12282026-05-20T00:50:54.211Z Downloaded tower-http v0.6.10
12292026-05-20T00:50:54.215Z Downloaded libm v0.2.16
12302026-05-20T00:50:54.220Z Downloaded zerocopy v0.7.35
12312026-05-20T00:50:54.228Z Downloaded typed-path v0.9.3
12322026-05-20T00:50:54.231Z Downloaded itertools v0.12.1
12332026-05-20T00:50:54.235Z Downloaded nom v8.0.0
12342026-05-20T00:50:54.238Z Downloaded goblin v0.8.2
12352026-05-20T00:50:54.241Z Downloaded pest v2.8.6
12362026-05-20T00:50:54.245Z Downloaded proptest v1.11.0
12372026-05-20T00:50:54.248Z Downloaded moka v0.12.15
12382026-05-20T00:50:54.252Z Downloaded multer v3.1.0
12392026-05-20T00:50:54.255Z Downloaded bytecount v0.6.9
12402026-05-20T00:50:54.255Z Downloaded icu_properties_data v2.2.0
12412026-05-20T00:50:54.260Z Downloaded group v0.13.0
12422026-05-20T00:50:54.262Z Downloaded defmt-macros v1.0.1
12432026-05-20T00:50:54.262Z Downloaded cmake v0.1.58
12442026-05-20T00:50:54.265Z Downloaded bit-vec v0.8.0
12452026-05-20T00:50:54.265Z Downloaded compression-codecs v0.4.38
12462026-05-20T00:50:54.268Z Downloaded glob v0.3.3
12472026-05-20T00:50:54.268Z Downloaded chacha20 v0.9.1
12482026-05-20T00:50:54.268Z Downloaded cargo_toml v0.22.3
12492026-05-20T00:50:54.268Z Downloaded time v0.3.47
12502026-05-20T00:50:54.274Z Downloaded num-conv v0.2.1
12512026-05-20T00:50:54.277Z Downloaded defmt v1.0.1
12522026-05-20T00:50:54.277Z Downloaded crossbeam-deque v0.8.6
12532026-05-20T00:50:54.280Z Downloaded const-random-macro v0.1.16
12542026-05-20T00:50:54.280Z Downloaded rayon v1.12.0
12552026-05-20T00:50:54.283Z Downloaded openssl v0.10.79
12562026-05-20T00:50:54.287Z Downloaded hashbrown v0.12.3
12572026-05-20T00:50:54.298Z Downloaded reqwest v0.13.3
12582026-05-20T00:50:54.311Z Downloaded winnow v0.5.40
12592026-05-20T00:50:54.318Z Downloaded rhai v1.24.0
12602026-05-20T00:50:54.326Z Downloaded smoltcp v0.11.0
12612026-05-20T00:50:54.332Z Downloaded rustls-webpki v0.102.8
12622026-05-20T00:50:54.342Z Downloaded serde_with v3.20.0
12632026-05-20T00:50:54.349Z Downloaded openapiv3 v2.2.0
12642026-05-20T00:50:54.354Z Downloaded tabled v0.15.0
12652026-05-20T00:50:54.363Z Downloaded winnow v1.0.2
12662026-05-20T00:50:54.368Z Downloaded regress v0.10.5
12672026-05-20T00:50:54.372Z Downloaded dropshot v0.17.0
12682026-05-20T00:50:54.384Z Downloaded goblin v0.10.5
12692026-05-20T00:50:54.389Z Downloaded tabled v0.20.0
12702026-05-20T00:50:54.399Z Downloaded syn v1.0.109
12712026-05-20T00:50:54.404Z Downloaded typify-impl v0.4.3
12722026-05-20T00:50:54.412Z Downloaded hickory-proto v0.25.2
12732026-05-20T00:50:54.420Z Downloaded nix v0.31.3
12742026-05-20T00:50:54.431Z Downloaded rustls v0.22.4
12752026-05-20T00:50:54.437Z Downloaded regress v0.11.1
12762026-05-20T00:50:54.442Z Downloaded hickory-proto v0.24.4
12772026-05-20T00:50:54.479Z Downloaded typify-impl v0.6.2
12782026-05-20T00:50:54.486Z Downloaded sled v0.34.7
12792026-05-20T00:50:54.491Z Downloaded chrono-tz v0.10.4
12802026-05-20T00:50:54.505Z Downloaded sha3 v0.10.9
12812026-05-20T00:50:54.513Z Downloaded csv v1.4.0
12822026-05-20T00:50:54.525Z Downloaded petgraph v0.6.5
12832026-05-20T00:50:54.536Z Downloaded lzma-sys v0.1.20
12842026-05-20T00:50:54.551Z Downloaded jiff v0.2.24
12852026-05-20T00:50:54.586Z Downloaded encoding_rs v0.8.35
12862026-05-20T00:50:55.111Z Downloaded aws-lc-sys v0.40.0
12872026-05-20T00:50:56.022Z Compiling proc-macro2 v1.0.106
12882026-05-20T00:50:56.022Z Compiling quote v1.0.45
12892026-05-20T00:50:56.022Z Compiling unicode-ident v1.0.24
12902026-05-20T00:50:56.022Z Compiling serde_core v1.0.228
12912026-05-20T00:50:56.022Z Compiling cfg-if v1.0.4
12922026-05-20T00:50:56.022Z Compiling serde v1.0.228
12932026-05-20T00:50:56.022Z Compiling libc v0.2.186
12942026-05-20T00:50:56.027Z Compiling memchr v2.8.0
12952026-05-20T00:50:56.218Z Compiling itoa v1.0.18
12962026-05-20T00:50:56.395Z Compiling smallvec v1.15.1
12972026-05-20T00:50:56.446Z Compiling zmij v1.0.21
12982026-05-20T00:50:56.460Z Compiling autocfg v1.5.0
12992026-05-20T00:50:56.592Z Compiling libm v0.2.16
13002026-05-20T00:50:56.792Z Compiling stable_deref_trait v1.2.1
13012026-05-20T00:50:56.795Z Compiling litemap v0.8.2
13022026-05-20T00:50:56.864Z Compiling writeable v0.6.3
13032026-05-20T00:50:56.944Z Compiling percent-encoding v2.3.2
13042026-05-20T00:50:56.981Z Compiling utf8_iter v1.0.4
13052026-05-20T00:50:57.011Z Compiling icu_normalizer_data v2.2.0
13062026-05-20T00:50:57.048Z Compiling version_check v0.9.5
13072026-05-20T00:50:57.057Z Compiling icu_properties_data v2.2.0
13082026-05-20T00:50:57.134Z Compiling equivalent v1.0.2
13092026-05-20T00:50:57.213Z Compiling iana-time-zone v0.1.65
13102026-05-20T00:50:57.289Z Compiling syn v2.0.117
13112026-05-20T00:50:57.327Z Compiling form_urlencoded v1.2.2
13122026-05-20T00:50:57.404Z Compiling pin-project-lite v0.2.17
13132026-05-20T00:50:57.431Z Compiling serde_json v1.0.149
13142026-05-20T00:50:57.445Z Compiling dyn-clone v1.0.20
13152026-05-20T00:50:57.490Z Compiling scopeguard v1.2.0
13162026-05-20T00:50:57.509Z Compiling parking_lot_core v0.9.12
13172026-05-20T00:50:57.514Z Compiling num-traits v0.2.19
13182026-05-20T00:50:57.574Z Compiling lock_api v0.4.14
13192026-05-20T00:50:57.598Z Compiling hashbrown v0.17.1
13202026-05-20T00:50:57.683Z Compiling thiserror v2.0.18
13212026-05-20T00:50:57.791Z Compiling getrandom v0.4.2
13222026-05-20T00:50:57.801Z Compiling rand_core v0.10.1
13232026-05-20T00:50:57.951Z Compiling errno v0.3.14
13242026-05-20T00:50:58.098Z Compiling log v0.4.29
13252026-05-20T00:50:58.110Z Compiling jobserver v0.1.34
13262026-05-20T00:50:58.149Z Compiling semver v1.0.28
13272026-05-20T00:50:58.322Z Compiling indexmap v2.14.0
13282026-05-20T00:50:58.341Z Compiling heck v0.5.0
13292026-05-20T00:50:58.424Z Compiling shlex v1.3.0
13302026-05-20T00:50:58.513Z Compiling find-msvc-tools v0.1.9
13312026-05-20T00:50:58.580Z Compiling futures-core v0.3.32
13322026-05-20T00:50:58.600Z Compiling zerocopy v0.8.48
13332026-05-20T00:50:58.610Z Compiling uuid v1.23.1
13342026-05-20T00:50:58.728Z Compiling cc v1.2.62
13352026-05-20T00:50:58.746Z Compiling futures-sink v0.3.32
13362026-05-20T00:50:58.847Z Compiling schemars v0.8.22
13372026-05-20T00:50:58.974Z Compiling slab v0.4.12
13382026-05-20T00:50:59.026Z Compiling fnv v1.0.7
13392026-05-20T00:50:59.040Z Compiling rustversion v1.0.22
13402026-05-20T00:50:59.111Z Compiling futures-channel v0.3.32
13412026-05-20T00:50:59.121Z Compiling bitflags v2.11.1
13422026-05-20T00:50:59.336Z Compiling socket2 v0.6.3
13432026-05-20T00:50:59.358Z Compiling futures-task v0.3.32
13442026-05-20T00:50:59.406Z Compiling futures-io v0.3.32
13452026-05-20T00:50:59.469Z Compiling parking_lot v0.12.5
13462026-05-20T00:50:59.529Z Compiling signal-hook-registry v1.4.8
13472026-05-20T00:50:59.562Z Compiling mio v1.2.0
13482026-05-20T00:50:59.793Z Compiling portable-atomic v1.13.1
13492026-05-20T00:50:59.805Z Compiling getrandom v0.2.17
13502026-05-20T00:50:59.843Z Compiling typenum v1.20.0
13512026-05-20T00:50:59.879Z Compiling subtle v2.6.1
13522026-05-20T00:50:59.986Z Compiling base64 v0.22.1
13532026-05-20T00:51:00.035Z Compiling untrusted v0.9.0
13542026-05-20T00:51:00.047Z Compiling critical-section v1.2.0
13552026-05-20T00:51:00.047Z Compiling slog v2.8.2
13562026-05-20T00:51:00.097Z Compiling rustix v1.1.4
13572026-05-20T00:51:00.149Z Compiling synstructure v0.13.2
13582026-05-20T00:51:00.159Z Compiling serde_derive_internals v0.29.1
13592026-05-20T00:51:00.293Z Compiling byteorder v1.5.0
13602026-05-20T00:51:00.331Z Compiling strsim v0.11.1
13612026-05-20T00:51:00.524Z Compiling rand_core v0.6.4
13622026-05-20T00:51:00.535Z Compiling regex-syntax v0.8.10
13632026-05-20T00:51:00.650Z Compiling cmake v0.1.58
13642026-05-20T00:51:00.670Z Compiling fs_extra v1.3.0
13652026-05-20T00:51:00.737Z Compiling once_cell v1.21.4
13662026-05-20T00:51:00.748Z Compiling dunce v1.0.5
13672026-05-20T00:51:00.830Z Compiling httparse v1.10.1
13682026-05-20T00:51:00.841Z Compiling ipnet v2.12.0
13692026-05-20T00:51:00.920Z Compiling atomic-waker v1.1.2
13702026-05-20T00:51:00.954Z Compiling tower-layer v0.3.3
13712026-05-20T00:51:00.965Z Compiling tower-service v0.3.3
13722026-05-20T00:51:01.011Z Compiling aws-lc-sys v0.40.0
13732026-05-20T00:51:01.043Z Compiling try-lock v0.2.5
13742026-05-20T00:51:01.055Z Compiling ryu v1.0.23
13752026-05-20T00:51:01.112Z Compiling generic-array v0.14.7
13762026-05-20T00:51:01.151Z Compiling want v0.3.1
13772026-05-20T00:51:01.237Z Compiling thiserror v1.0.69
13782026-05-20T00:51:01.324Z Compiling httpdate v1.0.3
13792026-05-20T00:51:01.358Z Compiling ucd-trie v0.1.7
13802026-05-20T00:51:01.429Z Compiling serde_derive v1.0.228
13812026-05-20T00:51:01.443Z Compiling zerofrom-derive v0.1.7
13822026-05-20T00:51:01.561Z Compiling yoke-derive v0.8.2
13832026-05-20T00:51:01.571Z Compiling zerovec-derive v0.11.3
13842026-05-20T00:51:01.573Z Compiling displaydoc v0.2.5
13852026-05-20T00:51:01.664Z Compiling schemars_derive v0.8.22
13862026-05-20T00:51:01.880Z Compiling tokio-macros v2.7.0
13872026-05-20T00:51:02.344Z Compiling thiserror-impl v2.0.18
13882026-05-20T00:51:02.631Z Compiling zerocopy-derive v0.8.48
13892026-05-20T00:51:02.641Z Compiling zeroize_derive v1.4.3
13902026-05-20T00:51:02.644Z Compiling zerofrom v0.1.7
13912026-05-20T00:51:02.680Z Compiling futures-macro v0.3.32
13922026-05-20T00:51:02.768Z Compiling yoke v0.8.2
13932026-05-20T00:51:02.963Z Compiling zerovec v0.11.6
13942026-05-20T00:51:03.221Z Compiling zerotrie v0.2.4
13952026-05-20T00:51:03.362Z Compiling zeroize v1.8.2
13962026-05-20T00:51:03.540Z Compiling tinystr v0.8.3
13972026-05-20T00:51:03.558Z Compiling potential_utf v0.1.5
13982026-05-20T00:51:03.572Z Compiling futures-util v0.3.32
13992026-05-20T00:51:03.713Z Compiling icu_locale_core v2.2.0
14002026-05-20T00:51:03.724Z Compiling icu_collections v2.2.0
14012026-05-20T00:51:03.734Z Compiling pest v2.8.6
14022026-05-20T00:51:03.744Z Compiling thiserror-impl v1.0.69
14032026-05-20T00:51:04.624Z Compiling bytes v1.11.1
14042026-05-20T00:51:04.740Z Compiling icu_provider v2.2.0
14052026-05-20T00:51:04.792Z Compiling chrono v0.4.44
14062026-05-20T00:51:04.902Z Compiling serde_tokenstream v0.2.3
14072026-05-20T00:51:04.988Z Compiling icu_properties v2.2.0
14082026-05-20T00:51:05.049Z Compiling icu_normalizer v2.2.0
14092026-05-20T00:51:05.180Z Compiling http v1.4.0
14102026-05-20T00:51:05.248Z Compiling tokio v1.52.3
14112026-05-20T00:51:05.618Z Compiling erased-serde v0.3.31
14122026-05-20T00:51:05.837Z Compiling idna_adapter v1.2.2
14132026-05-20T00:51:05.973Z Compiling idna v1.1.0
14142026-05-20T00:51:06.124Z Compiling http-body v1.0.1
14152026-05-20T00:51:06.239Z Compiling url v2.5.8
14162026-05-20T00:51:06.261Z Compiling pest_meta v2.8.6
14172026-05-20T00:51:06.272Z Compiling getrandom v0.3.4
14182026-05-20T00:51:06.496Z Compiling pretty-hex v0.4.2
14192026-05-20T00:51:06.615Z Compiling plain v0.2.3
14202026-05-20T00:51:06.630Z Compiling winnow v1.0.2
14212026-05-20T00:51:06.722Z Compiling tracing-attributes v0.1.31
14222026-05-20T00:51:07.030Z Compiling ppv-lite86 v0.2.21
14232026-05-20T00:51:07.092Z Compiling pest_generator v2.8.6
14242026-05-20T00:51:07.336Z Compiling tracing-core v0.1.36
14252026-05-20T00:51:07.508Z Compiling ipnetwork v0.21.1
14262026-05-20T00:51:07.689Z Compiling pest_derive v2.8.6
14272026-05-20T00:51:07.693Z Compiling foldhash v0.2.0
14282026-05-20T00:51:07.927Z Compiling allocator-api2 v0.2.21
14292026-05-20T00:51:07.937Z Compiling paste v1.0.15
14302026-05-20T00:51:07.940Z Compiling tracing v0.1.44
14312026-05-20T00:51:07.940Z Compiling oxnet v0.1.5
14322026-05-20T00:51:08.168Z Compiling http-body-util v0.1.3
14332026-05-20T00:51:08.179Z Compiling crypto-common v0.1.7
14342026-05-20T00:51:08.293Z Compiling hashbrown v0.16.1
14352026-05-20T00:51:08.307Z Compiling serde_urlencoded v0.7.1
14362026-05-20T00:51:08.321Z Compiling ident_case v1.0.1
14372026-05-20T00:51:08.339Z Compiling omicron-workspace-hack v0.1.0
14382026-05-20T00:51:08.429Z Compiling sync_wrapper v1.0.2
14392026-05-20T00:51:08.440Z Compiling aho-corasick v1.1.4
14402026-05-20T00:51:08.531Z Compiling rustls-pki-types v1.14.1
14412026-05-20T00:51:08.547Z Compiling daft-derive v0.1.5
14422026-05-20T00:51:08.909Z Compiling fastrand v2.4.1
14432026-05-20T00:51:09.020Z Compiling tokio-util v0.7.18
14442026-05-20T00:51:09.165Z Compiling async-trait v0.1.89
14452026-05-20T00:51:09.274Z Compiling regex-automata v0.4.14
14462026-05-20T00:51:09.783Z Compiling scroll_derive v0.13.1
14472026-05-20T00:51:09.846Z Compiling ring v0.17.14
14482026-05-20T00:51:09.911Z Compiling time-core v0.1.8
14492026-05-20T00:51:10.051Z Compiling powerfmt v0.2.0
14502026-05-20T00:51:10.156Z Compiling num-conv v0.2.1
14512026-05-20T00:51:10.252Z Compiling cpufeatures v0.2.17
14522026-05-20T00:51:10.294Z Compiling anyhow v1.0.102
14532026-05-20T00:51:10.321Z Compiling time-macros v0.2.27
14542026-05-20T00:51:10.609Z Compiling scroll v0.13.0
14552026-05-20T00:51:10.816Z Compiling deranged v0.5.8
14562026-05-20T00:51:10.860Z Compiling block-buffer v0.10.4
14572026-05-20T00:51:11.003Z Compiling regex v1.12.3
14582026-05-20T00:51:11.274Z Compiling openssl-probe v0.2.1
14592026-05-20T00:51:11.454Z Compiling num_threads v0.1.7
14602026-05-20T00:51:11.457Z Compiling hex v0.4.3
14612026-05-20T00:51:11.550Z Compiling digest v0.10.7
14622026-05-20T00:51:11.739Z Compiling goblin v0.10.5
14632026-05-20T00:51:11.759Z Compiling camino v1.2.2
14642026-05-20T00:51:11.787Z Compiling h2 v0.4.14
14652026-05-20T00:51:12.050Z Compiling usdt-impl v0.6.0
14662026-05-20T00:51:12.087Z Compiling crc32fast v1.5.0
14672026-05-20T00:51:12.431Z Compiling dtrace-parser v0.3.0
14682026-05-20T00:51:12.450Z Compiling crossbeam-utils v0.8.21
14692026-05-20T00:51:12.521Z Compiling aws-lc-rs v1.16.3
14702026-05-20T00:51:12.953Z Compiling futures-executor v0.3.32
14712026-05-20T00:51:13.006Z Compiling structmeta-derive v0.3.0
14722026-05-20T00:51:13.227Z Compiling thread-id v5.1.0
14732026-05-20T00:51:13.341Z Compiling adler2 v2.0.1
14742026-05-20T00:51:13.468Z Compiling rustls v0.22.4
14752026-05-20T00:51:13.479Z Compiling simd-adler32 v0.3.9
14762026-05-20T00:51:13.672Z Compiling miniz_oxide v0.8.9
14772026-05-20T00:51:13.695Z Compiling futures v0.3.32
14782026-05-20T00:51:13.772Z Compiling rand_core v0.9.5
14792026-05-20T00:51:13.987Z Compiling hyper v1.9.0
14802026-05-20T00:51:14.086Z Compiling structmeta v0.3.0
14812026-05-20T00:51:14.282Z Compiling darling_core v0.23.0
14822026-05-20T00:51:14.322Z Compiling newtype-uuid-macros v0.1.0
14832026-05-20T00:51:14.333Z Compiling thread_local v1.1.9
14842026-05-20T00:51:14.604Z Compiling dof v0.4.0
14852026-05-20T00:51:14.793Z Compiling match_cfg v0.1.0
14862026-05-20T00:51:14.861Z Compiling untrusted v0.7.1
14872026-05-20T00:51:14.879Z Compiling flate2 v1.1.9
14882026-05-20T00:51:15.128Z Compiling hyper-util v0.1.20
14892026-05-20T00:51:15.721Z Compiling newtype-uuid v1.3.2
14902026-05-20T00:51:15.945Z Compiling slog-async v2.8.0
14912026-05-20T00:51:15.989Z Compiling quick-error v1.2.3
14922026-05-20T00:51:16.058Z Compiling compression-core v0.4.32
14932026-05-20T00:51:16.090Z Compiling ref-cast v1.0.25
14942026-05-20T00:51:16.241Z Compiling rustls v0.23.40
14952026-05-20T00:51:16.361Z Compiling darling_macro v0.23.0
14962026-05-20T00:51:16.464Z Compiling compression-codecs v0.4.38
14972026-05-20T00:51:16.486Z Compiling daft v0.1.5
14982026-05-20T00:51:16.497Z Compiling rand_chacha v0.9.0
14992026-05-20T00:51:16.558Z Compiling usdt-macro v0.6.0
15002026-05-20T00:51:16.715Z Compiling usdt-attr-macro v0.6.0
15012026-05-20T00:51:16.741Z Compiling strum_macros v0.26.4
15022026-05-20T00:51:16.803Z Compiling ref-cast-impl v1.0.25
15032026-05-20T00:51:16.911Z Compiling serde_spanned v1.1.1
15042026-05-20T00:51:16.922Z Compiling multer v3.1.0
15052026-05-20T00:51:16.942Z Compiling darling v0.23.0
15062026-05-20T00:51:17.016Z Compiling toml_writer v1.1.1+spec-1.1.0
15072026-05-20T00:51:17.150Z Compiling term v1.2.1
15082026-05-20T00:51:17.221Z Compiling bit-vec v0.8.0
15092026-05-20T00:51:17.243Z Compiling debug-ignore v1.0.5
15102026-05-20T00:51:17.345Z Compiling take_mut v0.2.2
15112026-05-20T00:51:17.447Z Compiling bit-set v0.8.0
15122026-05-20T00:51:17.499Z Compiling serde_with_macros v3.20.0
15132026-05-20T00:51:17.609Z Compiling rand v0.9.4
15142026-05-20T00:51:17.673Z Compiling tower v0.5.3
15152026-05-20T00:51:17.845Z Compiling async-stream-impl v0.3.6
15162026-05-20T00:51:17.872Z Compiling dropshot v0.17.0
15172026-05-20T00:51:18.107Z Compiling encoding_rs v0.8.35
15182026-05-20T00:51:18.130Z Compiling unarray v0.1.4
15192026-05-20T00:51:18.205Z Compiling spin v0.9.8
15202026-05-20T00:51:18.242Z Compiling mime v0.3.17
15212026-05-20T00:51:18.319Z Compiling syn v1.0.109
15222026-05-20T00:51:18.408Z Compiling strum v0.26.3
15232026-05-20T00:51:18.532Z Compiling tower-http v0.6.10
15242026-05-20T00:51:18.553Z Compiling async-stream v0.3.6
15252026-05-20T00:51:18.574Z Compiling derive-ex v0.1.8
15262026-05-20T00:51:18.658Z Compiling dropshot_endpoint v0.17.0
15272026-05-20T00:51:18.683Z Compiling macaddr v1.0.1
15282026-05-20T00:51:18.694Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15292026-05-20T00:51:18.718Z Compiling waitgroup v0.1.2
15302026-05-20T00:51:18.856Z Compiling serde_path_to_error v0.1.20
15312026-05-20T00:51:19.204Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15322026-05-20T00:51:19.330Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15332026-05-20T00:51:19.505Z Compiling tempfile v3.27.0
15342026-05-20T00:51:19.675Z Compiling openapiv3 v2.2.0
15352026-05-20T00:51:19.930Z Compiling strum_macros v0.27.2
15362026-05-20T00:51:20.143Z Compiling test-strategy v0.4.5
15372026-05-20T00:51:20.305Z Compiling instant v0.1.13
15382026-05-20T00:51:20.409Z Compiling time v0.3.47
15392026-05-20T00:51:20.945Z Compiling rustls-native-certs v0.8.3
15402026-05-20T00:51:21.267Z Compiling rustc-hash v2.1.2
15412026-05-20T00:51:21.285Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15422026-05-20T00:51:21.390Z Compiling crossbeam-channel v0.5.15
15432026-05-20T00:51:21.729Z Compiling strum v0.27.2
15442026-05-20T00:51:22.155Z Compiling parse-display-derive v0.10.0
15452026-05-20T00:51:22.336Z Compiling backon v1.6.0
15462026-05-20T00:51:22.526Z Compiling rand_chacha v0.3.1
15472026-05-20T00:51:22.621Z Compiling rustls-webpki v0.102.8
15482026-05-20T00:51:22.992Z Compiling rand v0.8.6
15492026-05-20T00:51:23.530Z Compiling slog-json v2.6.1
15502026-05-20T00:51:23.587Z Compiling hostname v0.3.1
15512026-05-20T00:51:23.673Z Compiling toml_parser v1.1.2+spec-1.1.0
15522026-05-20T00:51:23.722Z Compiling toml_datetime v1.1.1+spec-1.1.0
15532026-05-20T00:51:23.733Z Compiling wait-timeout v0.2.1
15542026-05-20T00:51:23.823Z Compiling is-terminal v0.4.17
15552026-05-20T00:51:23.917Z Compiling memmap2 v0.9.10
15562026-05-20T00:51:23.991Z Compiling either v1.15.0
15572026-05-20T00:51:24.023Z Compiling toml v1.1.2+spec-1.1.0
15582026-05-20T00:51:24.026Z Compiling slog-term v2.9.2
15592026-05-20T00:51:24.132Z Compiling usdt v0.6.0
15602026-05-20T00:51:24.191Z Compiling rusty-fork v0.3.1
15612026-05-20T00:51:24.370Z Compiling slog-bunyan v2.5.0
15622026-05-20T00:51:24.506Z Compiling serde_with v3.20.0
15632026-05-20T00:51:24.550Z Compiling async-compression v0.4.42
15642026-05-20T00:51:24.630Z Compiling rand_xorshift v0.4.0
15652026-05-20T00:51:24.773Z Compiling sha1 v0.10.6
15662026-05-20T00:51:24.858Z Compiling rustls-pemfile v2.2.0
15672026-05-20T00:51:24.956Z Compiling regress v0.10.5
15682026-05-20T00:51:24.994Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15692026-05-20T00:51:25.050Z Compiling tokio-rustls v0.25.0
15702026-05-20T00:51:25.272Z Compiling hostname v0.4.2
15712026-05-20T00:51:25.481Z Compiling proptest v1.11.0
15722026-05-20T00:51:26.401Z Compiling iddqd v0.3.18
15732026-05-20T00:51:26.837Z Compiling reqwest v0.12.28
15742026-05-20T00:51:27.448Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15752026-05-20T00:51:27.536Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15762026-05-20T00:51:27.792Z Compiling utf8parse v0.2.2
15772026-05-20T00:51:27.907Z Compiling anstyle-parse v1.0.0
15782026-05-20T00:51:28.021Z Compiling progenitor-client v0.10.0
15792026-05-20T00:51:28.093Z Compiling itertools v0.14.0
15802026-05-20T00:51:28.343Z Compiling parse-display v0.10.0
15812026-05-20T00:51:28.685Z Compiling backoff v0.4.0
15822026-05-20T00:51:28.782Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15832026-05-20T00:51:28.900Z Compiling colorchoice v1.0.5
15842026-05-20T00:51:29.018Z Compiling is_terminal_polyfill v1.70.2
15852026-05-20T00:51:29.113Z Compiling anstyle-query v1.1.5
15862026-05-20T00:51:29.224Z Compiling anstyle v1.0.14
15872026-05-20T00:51:29.388Z Compiling anstream v1.0.0
15882026-05-20T00:51:29.710Z Compiling clap_lex v1.1.0
15892026-05-20T00:51:29.982Z Compiling regress v0.11.1
15902026-05-20T00:51:29.996Z Compiling clap_derive v4.6.1
15912026-05-20T00:51:30.330Z Compiling terminal_size v0.4.4
15922026-05-20T00:51:31.551Z Compiling typify-impl v0.6.2
15932026-05-20T00:51:31.729Z Compiling toml_datetime v0.6.11
15942026-05-20T00:51:31.854Z Compiling zerocopy-derive v0.7.35
15952026-05-20T00:51:32.022Z Compiling convert_case v0.4.0
15962026-05-20T00:51:32.317Z Compiling derive_more v0.99.20
15972026-05-20T00:51:32.725Z Compiling zerocopy v0.7.35
15982026-05-20T00:51:32.946Z Compiling clap_builder v4.6.0
15992026-05-20T00:51:33.313Z Compiling toml_edit v0.25.11+spec-1.1.0
16002026-05-20T00:51:34.009Z Compiling unicode-width v0.2.2
16012026-05-20T00:51:34.216Z Compiling proc-macro-crate v3.5.0
16022026-05-20T00:51:34.604Z Compiling clap v4.6.1
16032026-05-20T00:51:34.679Z Compiling secrecy v0.10.3
16042026-05-20T00:51:34.693Z Compiling float-ord v0.3.2
16052026-05-20T00:51:34.802Z Compiling tinyvec_macros v0.1.1
16062026-05-20T00:51:34.831Z Compiling crucible-workspace-hack v0.1.0
16072026-05-20T00:51:35.064Z Compiling tinyvec v1.11.0
16082026-05-20T00:51:35.075Z Compiling num_enum_derive v0.7.6
16092026-05-20T00:51:35.617Z Compiling dtrace-parser v0.2.0
16102026-05-20T00:51:35.725Z Compiling scroll_derive v0.12.1
16112026-05-20T00:51:36.109Z Compiling num-integer v0.1.46
16122026-05-20T00:51:36.391Z Compiling rustc_version v0.4.1
16132026-05-20T00:51:36.427Z Compiling usdt-impl v0.5.0
16142026-05-20T00:51:36.438Z Compiling scroll v0.12.0
16152026-05-20T00:51:36.603Z Compiling num_enum v0.7.6
16162026-05-20T00:51:36.662Z Compiling curve25519-dalek v4.1.3
16172026-05-20T00:51:36.969Z Compiling dof v0.3.0
16182026-05-20T00:51:37.170Z Compiling hmac v0.12.1
16192026-05-20T00:51:37.303Z Compiling darling_core v0.21.3
16202026-05-20T00:51:37.315Z Compiling inout v0.1.4
16212026-05-20T00:51:37.334Z Compiling ff v0.13.1
16222026-05-20T00:51:37.379Z Compiling thread-id v4.2.2
16232026-05-20T00:51:37.461Z Compiling group v0.13.0
16242026-05-20T00:51:37.461Z Compiling cipher v0.4.4
16252026-05-20T00:51:37.688Z Compiling hkdf v0.12.4
16262026-05-20T00:51:37.824Z Compiling typify-macro v0.6.2
16272026-05-20T00:51:38.022Z Compiling goblin v0.8.2
16282026-05-20T00:51:38.120Z Compiling num-iter v0.1.45
16292026-05-20T00:51:38.238Z Compiling num-rational v0.4.2
16302026-05-20T00:51:38.487Z Compiling thiserror-impl-no-std v2.0.2
16312026-05-20T00:51:38.515Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16322026-05-20T00:51:38.857Z Compiling crossbeam-epoch v0.9.18
16332026-05-20T00:51:39.199Z Compiling universal-hash v0.5.1
16342026-05-20T00:51:39.328Z Compiling half v2.7.1
16352026-05-20T00:51:39.331Z Compiling crypto-bigint v0.5.5
16362026-05-20T00:51:39.434Z Compiling darling_macro v0.21.3
16372026-05-20T00:51:39.598Z Compiling curve25519-dalek-derive v0.1.1
16382026-05-20T00:51:39.626Z Compiling num-complex v0.4.6
16392026-05-20T00:51:39.940Z Compiling typify v0.6.2
16402026-05-20T00:51:40.120Z Compiling base64ct v1.8.3
16412026-05-20T00:51:40.248Z Compiling opaque-debug v0.3.1
16422026-05-20T00:51:40.259Z Compiling ciborium-io v0.2.2
16432026-05-20T00:51:40.277Z Compiling base16ct v0.2.0
16442026-05-20T00:51:40.315Z Compiling poly1305 v0.8.0
16452026-05-20T00:51:40.348Z Compiling password-hash v0.5.0
16462026-05-20T00:51:40.416Z Compiling elliptic-curve v0.13.8
16472026-05-20T00:51:40.430Z Compiling ciborium-ll v0.2.2
16482026-05-20T00:51:40.773Z Compiling darling v0.21.3
16492026-05-20T00:51:40.851Z Compiling num v0.4.3
16502026-05-20T00:51:40.988Z Compiling thiserror-no-std v2.0.2
16512026-05-20T00:51:41.544Z Compiling chacha20 v0.9.1
16522026-05-20T00:51:41.568Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16532026-05-20T00:51:41.751Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16542026-05-20T00:51:42.143Z Compiling blake2 v0.10.6
16552026-05-20T00:51:42.227Z Compiling byte-wrapper v0.1.0
16562026-05-20T00:51:42.294Z Compiling aead v0.5.2
16572026-05-20T00:51:42.450Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16582026-05-20T00:51:42.581Z Compiling proc-macro-error-attr v1.0.4
16592026-05-20T00:51:42.767Z Compiling keccak v0.1.6
16602026-05-20T00:51:42.805Z Compiling prettyplease v0.2.37
16612026-05-20T00:51:42.819Z Compiling heapless v0.8.0
16622026-05-20T00:51:42.994Z Compiling unsafe-libyaml v0.2.11
16632026-05-20T00:51:43.052Z Compiling rustix v0.38.44
16642026-05-20T00:51:43.546Z Compiling serde_yaml v0.9.34+deprecated
16652026-05-20T00:51:43.714Z Compiling sha3 v0.10.9
16662026-05-20T00:51:44.013Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16672026-05-20T00:51:44.800Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16682026-05-20T00:51:44.863Z Compiling chacha20poly1305 v0.10.1
16692026-05-20T00:51:44.979Z Compiling argon2 v0.5.3
16702026-05-20T00:51:45.203Z Compiling vsss-rs v3.3.4
16712026-05-20T00:51:45.217Z Compiling ingot-macros v0.1.1
16722026-05-20T00:51:45.482Z Compiling ciborium v0.2.2
16732026-05-20T00:51:46.482Z Compiling usdt-attr-macro v0.5.0
16742026-05-20T00:51:46.678Z Compiling rustls-webpki v0.103.13
16752026-05-20T00:51:46.801Z Compiling usdt-macro v0.5.0
16762026-05-20T00:51:48.322Z Compiling serde_spanned v0.6.9
16772026-05-20T00:51:48.468Z Compiling enum-as-inner v0.6.1
16782026-05-20T00:51:48.678Z Compiling hash32 v0.3.1
16792026-05-20T00:51:48.758Z Compiling proc-macro-error v1.0.4
16802026-05-20T00:51:48.833Z Compiling memmap v0.7.0
16812026-05-20T00:51:49.008Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16822026-05-20T00:51:49.031Z Compiling indent_write v2.2.0
16832026-05-20T00:51:49.067Z Compiling winnow v0.5.40
16842026-05-20T00:51:49.164Z Compiling winnow v0.7.15
16852026-05-20T00:51:49.267Z Compiling smoltcp v0.11.0
16862026-05-20T00:51:49.299Z Compiling data-encoding v2.11.0
16872026-05-20T00:51:49.401Z Compiling toml_write v0.1.2
16882026-05-20T00:51:49.652Z Compiling usdt v0.5.0
16892026-05-20T00:51:50.003Z Compiling ingot-types v0.1.2
16902026-05-20T00:51:50.151Z Compiling tokio-rustls v0.26.4
16912026-05-20T00:51:50.162Z Compiling rustls-platform-verifier v0.7.0
16922026-05-20T00:51:50.395Z Compiling hyper-rustls v0.27.9
16932026-05-20T00:51:50.418Z Compiling toml_edit v0.19.15
16942026-05-20T00:51:50.443Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16952026-05-20T00:51:50.447Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16962026-05-20T00:51:50.464Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16972026-05-20T00:51:50.679Z Compiling reqwest v0.13.3
16982026-05-20T00:51:50.712Z Compiling toml_edit v0.22.27
16992026-05-20T00:51:52.051Z Compiling progenitor-client v0.14.0
17002026-05-20T00:51:52.229Z Compiling tabwriter v1.4.1
17012026-05-20T00:51:52.356Z Compiling progenitor-extras v0.2.0
17022026-05-20T00:51:52.592Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17032026-05-20T00:51:52.620Z Compiling cobs v0.3.0
17042026-05-20T00:51:52.819Z Compiling serde_repr v0.1.20
17052026-05-20T00:51:53.450Z Compiling memoffset v0.9.1
17062026-05-20T00:51:53.483Z Compiling cfg_aliases v0.2.1
17072026-05-20T00:51:53.560Z Compiling managed v0.8.0
17082026-05-20T00:51:53.707Z Compiling vcpkg v0.2.15
17092026-05-20T00:51:53.779Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17102026-05-20T00:51:54.001Z Compiling bitflags v1.3.2
17112026-05-20T00:51:54.016Z Compiling pkg-config v0.3.33
17122026-05-20T00:51:54.404Z Compiling nix v0.31.3
17132026-05-20T00:51:54.450Z Compiling postcard v1.1.3
17142026-05-20T00:51:54.480Z Compiling openssl-sys v0.9.115
17152026-05-20T00:51:54.800Z Compiling toml v0.8.23
17162026-05-20T00:51:54.932Z Compiling proc-macro-crate v1.3.1
17172026-05-20T00:51:55.266Z Compiling ingot v0.1.1
17182026-05-20T00:51:55.300Z Compiling hubpack_derive v0.1.1
17192026-05-20T00:51:55.361Z Compiling foreign-types-macros v0.2.3
17202026-05-20T00:51:55.484Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17212026-05-20T00:51:55.776Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17222026-05-20T00:51:55.833Z Compiling unicode-segmentation v1.13.2
17232026-05-20T00:51:55.950Z Compiling static_assertions v1.1.0
17242026-05-20T00:51:56.018Z Compiling colored v3.1.1
17252026-05-20T00:51:56.021Z Compiling cpufeatures v0.3.0
17262026-05-20T00:51:56.039Z Compiling rayon-core v1.13.0
17272026-05-20T00:51:56.101Z Compiling foreign-types-shared v0.3.1
17282026-05-20T00:51:56.195Z Compiling resolv-conf v0.7.6
17292026-05-20T00:51:56.248Z Compiling swrite v0.1.0
17302026-05-20T00:51:56.268Z Compiling linked-hash-map v0.5.6
17312026-05-20T00:51:56.340Z Compiling semver v0.1.20
17322026-05-20T00:51:56.413Z Compiling heck v0.4.1
17332026-05-20T00:51:56.452Z Compiling lru-cache v0.1.2
17342026-05-20T00:51:56.570Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17352026-05-20T00:51:56.581Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17362026-05-20T00:51:56.599Z Compiling rustc_version v0.1.7
17372026-05-20T00:51:56.708Z Compiling foreign-types v0.5.0
17382026-05-20T00:51:56.788Z Compiling newline-converter v0.3.0
17392026-05-20T00:51:56.799Z Compiling chacha20 v0.10.0
17402026-05-20T00:51:57.063Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17412026-05-20T00:51:57.166Z Compiling hubpack v0.1.2
17422026-05-20T00:51:57.290Z Compiling num_enum_derive v0.5.11
17432026-05-20T00:51:57.716Z Compiling atomicwrites v0.4.4
17442026-05-20T00:51:58.037Z Compiling hickory-proto v0.24.4
17452026-05-20T00:51:58.375Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17462026-05-20T00:51:58.583Z Compiling progenitor-impl v0.13.0
17472026-05-20T00:51:58.938Z Compiling crossbeam-deque v0.8.6
17482026-05-20T00:51:59.073Z Compiling console v0.15.11
17492026-05-20T00:51:59.141Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17502026-05-20T00:51:59.638Z Compiling camino-tempfile v1.4.1
17512026-05-20T00:51:59.654Z Compiling serde-big-array v0.5.1
17522026-05-20T00:51:59.683Z Compiling derive-where v1.6.1
17532026-05-20T00:51:59.759Z Compiling pin-project-internal v1.1.12
17542026-05-20T00:51:59.792Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17552026-05-20T00:51:59.878Z Compiling num-derive v0.4.2
17562026-05-20T00:51:59.979Z Compiling cstr-argument v0.1.2
17572026-05-20T00:52:00.136Z Compiling similar v2.7.0
17582026-05-20T00:52:00.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17592026-05-20T00:52:00.566Z Compiling siphasher v1.0.3
17602026-05-20T00:52:00.769Z Compiling minimal-lexical v0.2.1
17612026-05-20T00:52:00.843Z Compiling phf_shared v0.12.1
17622026-05-20T00:52:00.854Z Compiling pin-project v1.1.12
17632026-05-20T00:52:00.960Z Compiling nom v7.1.3
17642026-05-20T00:52:00.975Z Compiling expectorate v1.2.0
17652026-05-20T00:52:01.026Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17662026-05-20T00:52:01.088Z Compiling hickory-resolver v0.24.4
17672026-05-20T00:52:01.115Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17682026-05-20T00:52:01.288Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17692026-05-20T00:52:01.409Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17702026-05-20T00:52:01.507Z Compiling num_enum v0.5.11
17712026-05-20T00:52:01.625Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17722026-05-20T00:52:02.148Z Compiling progenitor-macro v0.13.0
17732026-05-20T00:52:02.151Z Compiling rand v0.10.1
17742026-05-20T00:52:02.297Z Compiling newtype_derive v0.1.6
17752026-05-20T00:52:02.544Z Compiling progenitor-client v0.13.0
17762026-05-20T00:52:03.070Z Compiling progenitor-impl v0.14.0
17772026-05-20T00:52:03.348Z Compiling unicode-normalization v0.1.25
17782026-05-20T00:52:03.755Z Compiling tokio-stream v0.1.18
17792026-05-20T00:52:03.832Z Compiling async-recursion v1.1.1
17802026-05-20T00:52:03.983Z Compiling snafu-derive v0.8.9
17812026-05-20T00:52:04.242Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17822026-05-20T00:52:04.264Z Compiling slog-dtrace v0.3.0
17832026-05-20T00:52:04.519Z Compiling bstr v1.12.1
17842026-05-20T00:52:04.552Z Compiling csv-core v0.1.13
17852026-05-20T00:52:04.563Z Compiling unicode-xid v0.2.6
17862026-05-20T00:52:04.686Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17872026-05-20T00:52:04.818Z Compiling openssl v0.10.79
17882026-05-20T00:52:05.009Z Compiling foldhash v0.1.5
17892026-05-20T00:52:05.102Z Compiling same-file v1.0.6
17902026-05-20T00:52:05.191Z Compiling highway v1.3.0
17912026-05-20T00:52:05.281Z Compiling cancel-safe-futures v0.1.5
17922026-05-20T00:52:05.547Z Compiling konst_macro_rules v0.2.19
17932026-05-20T00:52:05.584Z Compiling owo-colors v4.3.0
17942026-05-20T00:52:05.723Z Compiling chrono-tz v0.10.4
17952026-05-20T00:52:05.735Z Compiling foreign-types-shared v0.1.1
17962026-05-20T00:52:05.826Z Compiling unicode-width v0.1.14
17972026-05-20T00:52:05.971Z Compiling foreign-types v0.3.2
17982026-05-20T00:52:05.982Z Compiling snafu v0.8.9
17992026-05-20T00:52:06.045Z Compiling konst v0.2.20
18002026-05-20T00:52:06.117Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18012026-05-20T00:52:06.283Z Compiling walkdir v2.5.0
18022026-05-20T00:52:06.363Z Compiling hashbrown v0.15.5
18032026-05-20T00:52:06.471Z Compiling globset v0.4.18
18042026-05-20T00:52:06.646Z Compiling csv v1.4.0
18052026-05-20T00:52:06.663Z Compiling progenitor-macro v0.14.0
18062026-05-20T00:52:06.892Z Compiling const_format_proc_macros v0.2.34
18072026-05-20T00:52:07.225Z Compiling qorb v0.4.1
18082026-05-20T00:52:07.256Z Compiling olpc-cjson v0.1.4
18092026-05-20T00:52:07.284Z Compiling progenitor v0.13.0
18102026-05-20T00:52:07.313Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18112026-05-20T00:52:07.428Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18122026-05-20T00:52:08.072Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18132026-05-20T00:52:08.715Z Compiling rayon v1.12.0
18142026-05-20T00:52:09.178Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18152026-05-20T00:52:09.213Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18162026-05-20T00:52:09.515Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18172026-05-20T00:52:09.530Z Compiling phf v0.12.1
18182026-05-20T00:52:09.680Z Compiling zone_cfg_derive v0.3.1
18192026-05-20T00:52:09.913Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18202026-05-20T00:52:10.022Z Compiling tokio-dtrace v0.1.1
18212026-05-20T00:52:10.381Z Compiling itertools v0.12.1
18222026-05-20T00:52:10.522Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18232026-05-20T00:52:10.613Z Compiling libsw-core v0.3.2
18242026-05-20T00:52:10.721Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18252026-05-20T00:52:10.781Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18262026-05-20T00:52:10.830Z Compiling serde_plain v1.0.2
18272026-05-20T00:52:11.039Z Compiling openssl-macros v0.1.1
18282026-05-20T00:52:11.155Z Compiling pem v3.0.6
18292026-05-20T00:52:11.330Z Compiling cookie v0.18.1
18302026-05-20T00:52:11.537Z Compiling sigpipe v0.1.3
18312026-05-20T00:52:11.548Z Compiling fixedbitset v0.4.2
18322026-05-20T00:52:11.581Z Compiling fixedbitset v0.5.7
18332026-05-20T00:52:11.607Z Compiling jiff v0.2.24
18342026-05-20T00:52:11.622Z Compiling bytecount v0.6.9
18352026-05-20T00:52:11.666Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18362026-05-20T00:52:11.756Z Compiling glob v0.3.3
18372026-05-20T00:52:11.773Z Compiling typed-path v0.9.3
18382026-05-20T00:52:11.808Z Compiling progenitor v0.14.0
18392026-05-20T00:52:11.909Z Compiling petgraph v0.8.3
18402026-05-20T00:52:11.922Z Compiling papergrid v0.11.0
18412026-05-20T00:52:11.939Z Compiling petgraph v0.6.5
18422026-05-20T00:52:13.103Z Compiling tough v0.20.0
18432026-05-20T00:52:13.519Z Compiling zone v0.3.1
18442026-05-20T00:52:13.716Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18452026-05-20T00:52:13.823Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18462026-05-20T00:52:13.971Z Compiling libsw v3.5.0
18472026-05-20T00:52:14.026Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18482026-05-20T00:52:14.151Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18492026-05-20T00:52:14.282Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18502026-05-20T00:52:14.335Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18512026-05-20T00:52:15.058Z Compiling oxide-tokio-rt v0.1.5
18522026-05-20T00:52:15.134Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18532026-05-20T00:52:15.404Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18542026-05-20T00:52:15.544Z Compiling const_format v0.2.36
18552026-05-20T00:52:15.594Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18562026-05-20T00:52:15.889Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18572026-05-20T00:52:15.954Z Compiling tabled_derive v0.7.0
18582026-05-20T00:52:16.305Z Compiling gethostname v0.5.0
18592026-05-20T00:52:16.428Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18602026-05-20T00:52:16.486Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18612026-05-20T00:52:16.489Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18622026-05-20T00:52:16.549Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18632026-05-20T00:52:16.591Z Compiling smf v0.2.3
18642026-05-20T00:52:16.607Z Compiling bcs v0.1.6
18652026-05-20T00:52:16.924Z Compiling nom v8.0.0
18662026-05-20T00:52:16.929Z Compiling smawk v0.3.2
18672026-05-20T00:52:17.066Z Compiling tagptr v0.2.0
18682026-05-20T00:52:17.119Z Compiling termtree v0.5.1
18692026-05-20T00:52:17.177Z Compiling lazy_static v1.5.0
18702026-05-20T00:52:17.218Z Compiling linear-map v1.2.0
18712026-05-20T00:52:17.269Z Compiling unicode-linebreak v0.1.5
18722026-05-20T00:52:17.281Z Compiling whoami v1.6.1
18732026-05-20T00:52:17.403Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18742026-05-20T00:52:17.518Z Compiling textwrap v0.16.2
18752026-05-20T00:52:17.791Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18762026-05-20T00:52:17.921Z Compiling steno v0.4.1
18772026-05-20T00:52:18.045Z Compiling moka v0.12.15
18782026-05-20T00:52:18.944Z Compiling tabled v0.15.0
18792026-05-20T00:52:19.043Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18802026-05-20T00:52:19.121Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18812026-05-20T00:52:19.324Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18822026-05-20T00:52:20.149Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18832026-05-20T00:52:21.089Z Compiling hickory-proto v0.25.2
18842026-05-20T00:52:21.178Z Compiling humantime v2.3.0
18852026-05-20T00:52:21.464Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18862026-05-20T00:52:21.648Z Compiling parking_lot_core v0.8.6
18872026-05-20T00:52:21.960Z Compiling libscf-sys v1.2.0
18882026-05-20T00:52:21.977Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18892026-05-20T00:52:22.102Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18902026-05-20T00:52:22.138Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18912026-05-20T00:52:22.393Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18922026-05-20T00:52:22.577Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18932026-05-20T00:52:22.781Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18942026-05-20T00:52:22.833Z Compiling fxhash v0.2.1
18952026-05-20T00:52:22.969Z Compiling hickory-resolver v0.25.2
18962026-05-20T00:52:22.995Z Compiling parking_lot v0.11.2
18972026-05-20T00:52:23.006Z Compiling internet-checksum v0.2.1
18982026-05-20T00:52:23.048Z Compiling yansi v1.0.1
18992026-05-20T00:52:23.137Z Compiling diff v0.1.13
19002026-05-20T00:52:23.427Z Compiling sled v0.34.7
19012026-05-20T00:52:23.427Z Compiling pretty_assertions v1.4.1
19022026-05-20T00:52:23.832Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19032026-05-20T00:52:26.134Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19042026-05-20T00:52:27.915Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19052026-05-20T00:52:35.481Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19062026-05-20T00:52:37.063Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19072026-05-20T00:52:38.058Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19082026-05-20T00:52:39.139Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19092026-05-20T00:52:39.935Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19102026-05-20T00:52:41.075Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19112026-05-20T00:53:03.077Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
19122026-05-20T00:53:03.258Z────────────
19132026-05-20T00:53:03.258Z Nextest run ID f22e5a59-9a48-40fa-9ec4-67e7d62e7c11 with nextest profile: default
19142026-05-20T00:53:03.258Z Starting 2 tests across 3 binaries
19152026-05-20T00:53:03.264Z START bfd test::test_new_daemon
19162026-05-20T00:53:03.267Z
19172026-05-20T00:53:03.267Zrunning 1 test
19182026-05-20T00:53:03.305Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok
19192026-05-20T00:53:03.305Z
19202026-05-20T00:53:03.305Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.04s,
19212026-05-20T00:53:03.305Z
19222026-05-20T00:53:03.305Z"time":"2026-05-20T00:53:01.781713453Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4902,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19232026-05-20T00:53:03.309Z PASS [ 0.050s] bfd test::test_new_daemon
19242026-05-20T00:53:03.309Z START bfd test::test_protocol_basics
19252026-05-20T00:53:03.318Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"
19262026-05-20T00:53:03.318Zrunning 1 test
19272026-05-20T00:53:03.359Z{{""msg":"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3116043999, 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: 3727295762, 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":","2026-05-20T00:53:01.837276219Ztime"":"2026-05-20T00:53:01.83727209Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid","hostname":":4903w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"203.0.113.20",","state":"peer"Down:"","unit":"2001:db8::10",session"",state"":"module":"Down","state_machine"unit,"":"component":session"",bfd""module":"}
19282026-05-20T00:53:03.359Zstate_machine","component":"bfd"}
19292026-05-20T00:53:03.359Z{{"msg":""msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 303867943, 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: 2750648833, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"v",:"0v,"":0name":","name"slog-rs:"","slog-rs"level":,"level10":10,"time":","time":"2026-05-20T00:53:01.837501002Z","hostname":2026-05-20T00:53:01.837501252Z"","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903w-01KS1DJGTN384NNQCTAREWS6VS","pid":,"4903peer":","2001:db8::20"peer,":""state":"Down203.0.113.10"",","state"unit:"":"Down"session",","unit":"module":"session","state_machine"module,"":"component":"state_machinebfd"",}"
19302026-05-20T00:53:03.359Zcomponent":"bfd"}
19312026-05-20T00:53:03.364Z{"msg":"{"msg":transition -> Init"","v":0,"transition -> Init"name",:""v":0slog-rs",","name":"level":slog-rs"30,"level":30,"time":","time":"2026-05-20T00:53:01.837523308Z","hostname"2026-05-20T00:53:01.837523718Z":","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":w-01KS1DJGTN384NNQCTAREWS6VS4903","pid":,"4903peer":","203.0.113.20peer"",:""state":"Down2001:db8::10","","unit":"state":"session"Down",","module"unit:"":"session"state_machine,"","module":"component":"bfd"}state_machine
19322026-05-20T00:53:03.364Z","component"{:""bfd"msg}"
19332026-05-20T00:53:03.364Z:"{transition -> Init"","vmsg""::0","name":"transition -> Init"slog-rs",,""v":0level":,"30name":"slog-rs","level":30,"time":","2026-05-20T00:53:01.837543595Z"time":","hostname":"2026-05-20T00:53:01.837544425Z","w-01KS1DJGTN384NNQCTAREWS6VS","hostname"pid:"":4903,"peer"w-01KS1DJGTN384NNQCTAREWS6VS":","pid":2001:db8::20"4903,","state":"peer":Down"","unit":"203.0.113.10","session","state":"module":Down"","unit"state_machine:"","session","component":"module"bfd":}"
19342026-05-20T00:53:03.364Zstate_machine","component":"bfd"}
19352026-05-20T00:53:04.357Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3116043999, your_discriminator: 2750648833, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T00:53:02.834720928Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19362026-05-20T00:53:04.357Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 303867943, your_discriminator: 3727295762, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T00:53:02.834791737Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19372026-05-20T00:53:04.357Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T00:53:02.834808294Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19382026-05-20T00:53:04.357Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T00:53:02.834824531Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19392026-05-20T00:53:04.360Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2750648833, your_discriminator: 3116043999, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T00:53:02.837109615Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19402026-05-20T00:53:04.360Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T00:53:02.837154658Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19412026-05-20T00:53:04.360Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3727295762, your_discriminator: 303867943, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T00:53:02.837183593Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19422026-05-20T00:53:04.360Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T00:53:02.837209759Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19432026-05-20T00:53:09.358Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3116043999, your_discriminator: 2750648833, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T00:53:07.835026753Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19442026-05-20T00:53:09.358Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 303867943, your_discriminator: 3727295762, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T00:53:07.835119978Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19452026-05-20T00:53:09.361Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2750648833, your_discriminator: 3116043999, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T00:53:07.837186658Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19462026-05-20T00:53:09.361Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3727295762, your_discriminator: 303867943, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T00:53:07.837248908Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19472026-05-20T00:53:13.361Z{"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40,"time":"2026-05-20T00:53:11.837183884Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":{"bfd"}
19482026-05-20T00:53:13.361Z"msg":"{"dropping SM for 2001:db8::10"msg":"dropping SM for 203.0.113.20","v",:"0v":,"0,name"":"name":"slog-rs","levelslog-rs"":,40"level":40,"time":"2026-05-20T00:53:11.837237895Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"203.0.113.20","state":"Up","unit":"session",",module""time:"":"state_machine","component":"bfd"}
19492026-05-20T00:53:13.361Z2026-05-20T00:53:11.837238955Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19502026-05-20T00:53:13.361Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-05-20T00:53:11.837279529Z","hostname":"w-01KS1DJGTN384NNQCTAREWS6VS","pid":4903,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19512026-05-20T00:53:13.364Ztest test::test_protocol_basics ... ok
19522026-05-20T00:53:13.364Z
19532026-05-20T00:53:13.364Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19542026-05-20T00:53:13.364Z
19552026-05-20T00:53:13.370Z PASS [ 10.059s] bfd test::test_protocol_basics
19562026-05-20T00:53:13.370Z────────────
19572026-05-20T00:53:13.370Z Summary [ 10.110s] 2 tests run: 2 passed, 0 skipped
19582026-05-20T00:53:13.383Zprocess exited: duration 315408 ms, exit code 0
 
19592026-05-20T00:53:13.390Zfound 0 output files