01KRPVXE7QSJRJN4W4F5QD0DS3: 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: 01KRPVXX37SGWZW8H6QGKB138P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T22:26:45.536Zjob assigned to worker 01KRPVYAB5K2BBYA4S3ACC7D7C [factory aws, i-03fc5bfe8b9d7b0a5] (queued for 55 s)
 
22026-05-15T22:26:51.912Zstarting task 0: "setup"
32026-05-15T22:26:51.915Z++ uname -s
42026-05-15T22:26:51.917Z+ kern=SunOS
52026-05-15T22:26:51.918Z+ build_user=build
62026-05-15T22:26:51.918Z+ build_uid=12345
72026-05-15T22:26:51.918Z+ work_dir=/work
82026-05-15T22:26:51.918Z+ input_dir=/input
92026-05-15T22:26:51.918Z+ [[ 0 == 12345 ]]
102026-05-15T22:26:51.918Z+ case "$kern" in
112026-05-15T22:26:51.918Z+ groupadd -g 12345 build
122026-05-15T22:26:51.921Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T22:26:53.939Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T22:26:54.042Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T22:26:54.045Z+ home_fs=zfs
162026-05-15T22:26:54.045Z+ [[ zfs == autofs ]]
172026-05-15T22:26:54.045Z+ mkdir -p /home/build
182026-05-15T22:26:54.045Z+ chown build:build /home/build /work
192026-05-15T22:26:56.046Z+ chmod 0700 /home/build /work
202026-05-15T22:26:56.049Zprocess exited: duration 4140 ms, exit code 0
 
212026-05-15T22:26:56.055Zstarting task 1: "rust-toolchain"
222026-05-15T22:26:56.059Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-15T22:26:56.059Z * rust toolchain channel = "stable"
242026-05-15T22:26:56.059Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-15T22:26:56.059Z * rust toolchain profile = "default"
262026-05-15T22:26:56.059Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T22:26:56.059Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T22:26:56.063Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T22:26:56.063Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-15T22:26:56.183Zinfo: downloading installer
312026-05-15T22:26:57.533Zwarn: It looks like you have an existing installation of Rust at:
322026-05-15T22:26:57.533Zwarn: /opt/ooce/bin
332026-05-15T22:26:57.533Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-15T22:26:57.533Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-15T22:26:57.533Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-15T22:26:57.533Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-15T22:26:57.533Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-15T22:26:57.533Zerror: cannot install while Rust is installed
392026-05-15T22:26:57.533Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-15T22:26:57.533Zwarn: It looks like you have an existing rustup settings file at:
412026-05-15T22:26:57.533Zwarn: /home/build/.rustup/settings.toml
422026-05-15T22:26:57.534Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-15T22:26:57.534Zwarn: instead of the one inferred from the default host triple.
442026-05-15T22:26:57.547Zinfo: profile set to default
452026-05-15T22:26:57.547Zinfo: default host triple is x86_64-unknown-illumos
462026-05-15T22:26:57.549Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-15T22:26:57.674Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-15T22:26:57.677Zinfo: downloading 6 components
492026-05-15T22:27:12.127Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-15T22:27:12.127Z
512026-05-15T22:27:12.170Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-15T22:27:12.170Z
532026-05-15T22:27:12.170Z
542026-05-15T22:27:12.170ZRust is installed now. Great!
552026-05-15T22:27:12.170Z
562026-05-15T22:27:12.170ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-15T22:27:12.171Zenvironment variable. This has not been done automatically.
582026-05-15T22:27:12.171Z
592026-05-15T22:27:12.171ZTo configure your current shell, you need to source
602026-05-15T22:27:12.171Zthe corresponding env file under $HOME/.cargo.
612026-05-15T22:27:12.171Z
622026-05-15T22:27:12.171ZThis is usually done by running one of the following (note the leading DOT):
632026-05-15T22:27:12.171Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-15T22:27:12.171Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-15T22:27:12.171Zsource "~/.cargo/env.nu" # For nushell
662026-05-15T22:27:12.171Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-15T22:27:12.171Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-15T22:27:12.171Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-15T22:27:12.174Zwarn: no default linker (`cc`) was found in your PATH
702026-05-15T22:27:12.174Zwarn: many Rust crates require a system C toolchain to build
712026-05-15T22:27:12.265Z+ rustup --version
722026-05-15T22:27:12.269Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-15T22:27:12.269Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-15T22:27:12.286Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-15T22:27:12.289Z+ cargo --version
762026-05-15T22:27:12.301Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-15T22:27:12.303Z+ rustc --version
782026-05-15T22:27:12.323Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-15T22:27:12.327Zprocess exited: duration 16266 ms, exit code 0
 
802026-05-15T22:27:12.335Zstarting task 2: "authentication"
812026-05-15T22:27:12.349Zprocess exited: duration 15 ms, exit code 0
 
822026-05-15T22:27:12.354Zstarting task 3: "clone repository"
832026-05-15T22:27:12.358Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-15T22:27:12.361Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-15T22:27:12.403ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-15T22:27:13.350Z+ cd /work/oxidecomputer/maghemite
872026-05-15T22:27:13.350Z+ git fetch origin 0c9a04c19f1a83ccce2d95b2863b3fce511012d8
882026-05-15T22:27:13.570ZFrom https://github.com/oxidecomputer/maghemite
892026-05-15T22:27:13.570Z * branch 0c9a04c19f1a83ccce2d95b2863b3fce511012d8 -> FETCH_HEAD
902026-05-15T22:27:13.576Z+ [[ -n trey/rfd_619_wrapup ]]
912026-05-15T22:27:13.579Z++ git branch --show-current
922026-05-15T22:27:13.579Z+ current=main
932026-05-15T22:27:13.579Z+ [[ main != trey/rfd_619_wrapup ]]
942026-05-15T22:27:13.579Z+ git branch -f trey/rfd_619_wrapup 0c9a04c19f1a83ccce2d95b2863b3fce511012d8
952026-05-15T22:27:13.582Z+ git checkout -f trey/rfd_619_wrapup
962026-05-15T22:27:13.595ZSwitched to branch 'trey/rfd_619_wrapup'
972026-05-15T22:27:13.598Z+ git reset --hard 0c9a04c19f1a83ccce2d95b2863b3fce511012d8
982026-05-15T22:27:13.609ZHEAD is now at 0c9a04c mg-api-types: complete strict-RFD-619 alignment
992026-05-15T22:27:13.612Zprocess exited: duration 1255 ms, exit code 0
 
1002026-05-15T22:27:13.618Zstarting task 4: "build"
1012026-05-15T22:27:13.622Z+ set -o errexit
1022026-05-15T22:27:13.622Z+ set -o pipefail
1032026-05-15T22:27:13.622Z+ source .github/buildomat/test-common.sh
1042026-05-15T22:27:13.625Z++ NEXTEST_VERSION=0.9.97
1052026-05-15T22:27:13.625Z++ PLATFORM=illumos
1062026-05-15T22:27:13.625Z++ banner install
1072026-05-15T22:27:13.625Z
1082026-05-15T22:27:13.625Z # # # #### ##### ## # #
1092026-05-15T22:27:13.625Z # ## # # # # # # #
1102026-05-15T22:27:13.625Z # # # # #### # # # # #
1112026-05-15T22:27:13.625Z # # # # # # ###### # #
1122026-05-15T22:27:13.625Z # # ## # # # # # # #
1132026-05-15T22:27:13.625Z # # # #### # # # ###### ######
1142026-05-15T22:27:13.625Z
1152026-05-15T22:27:13.625Z++ set +o errexit
1162026-05-15T22:27:13.628Z++ pkg info clang-15
1172026-05-15T22:27:13.628Z++ grep -qi installed
1182026-05-15T22:27:14.801Zpkg: info: no packages matching the following patterns you specified are
1192026-05-15T22:27:14.801Zinstalled on the system. Try querying remotely instead:
1202026-05-15T22:27:14.801Z
1212026-05-15T22:27:14.801Z clang-15
1222026-05-15T22:27:14.840Z++ [[ 1 != 0 ]]
1232026-05-15T22:27:14.840Z++ set -o errexit
1242026-05-15T22:27:14.843Z++ pfexec pkg install clang-15
1252026-05-15T22:27:21.763Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-05-15T22:27:29.494Z Startup: Caching catalogs ... Done
1272026-05-15T22:27:36.606ZPlanning: Solver setup ... Done
1282026-05-15T22:27:36.647ZPlanning: Running solver ... Done
1292026-05-15T22:27:36.788ZPlanning: Finding local manifests ... Done
1302026-05-15T22:27:36.805ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-15T22:27:37.313ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-15T22:27:37.341ZPlanning: Package planning ... Done
1332026-05-15T22:27:37.370ZPlanning: Merging actions ... Done
1342026-05-15T22:27:37.475ZPlanning: Checking for conflicting actions ... Done
1352026-05-15T22:27:37.484ZPlanning: Consolidating action changes ... Done
1362026-05-15T22:27:38.255ZPlanning: Evaluating mediators ... Done
1372026-05-15T22:27:38.261ZPlanning: Planning completed in 8.60 seconds
1382026-05-15T22:27:38.271Z Packages to install: 2
1392026-05-15T22:27:38.274Z Mediators to change: 2
1402026-05-15T22:27:38.274Z Services to change: 1
1412026-05-15T22:27:38.274Z Create boot environment: No
1422026-05-15T22:27:38.274ZCreate backup boot environment: No
1432026-05-15T22:27:38.311Z
1442026-05-15T22:27:38.311ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-05-15T22:27:43.318ZDownload: 551/3076 items 17.2/211.3MB 8% complete (3.5M/s)
1462026-05-15T22:27:51.037ZDownload: 981/3076 items 82.2/211.3MB 38% complete (10.7M/s)
1472026-05-15T22:28:08.424ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1482026-05-15T22:28:13.734ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (24.9M/s)
1492026-05-15T22:28:17.532ZDownload: Completed 211.31 MB in 39.21 seconds (5.4M/s)
1502026-05-15T22:28:17.658Z Actions: 1/3418 actions (Installing new actions)
1512026-05-15T22:28:20.777Z Actions: Completed 3418 actions in 3.12 seconds.
1522026-05-15T22:28:21.407Z Done
1532026-05-15T22:28:21.407Z Done
1542026-05-15T22:28:22.138Z Done
1552026-05-15T22:28:25.460Z Done
1562026-05-15T22:28:25.527Z Done
1572026-05-15T22:28:25.530Z Done
1582026-05-15T22:28:25.823Z Done
1592026-05-15T22:28:26.487Z++ set -o errexit
1602026-05-15T22:28:26.487Z++ cargo --version
1612026-05-15T22:28:26.492Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1622026-05-15T22:28:26.642Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1632026-05-15T22:28:26.647Zinfo: downloading 6 components
1642026-05-15T22:28:41.100Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1652026-05-15T22:28:41.103Z++ rustc --version
1662026-05-15T22:28:41.129Zrustc 1.95.0 (59807616e 2026-04-14)
1672026-05-15T22:28:41.134Z++ cargo install cargo-nextest --version 0.9.97
1682026-05-15T22:28:41.179Z Updating crates.io index
1692026-05-15T22:28:41.372Z Downloading crates ...
1702026-05-15T22:28:41.428Z Downloaded cargo-nextest v0.9.97
1712026-05-15T22:28:41.489Z Installing cargo-nextest v0.9.97
1722026-05-15T22:28:41.531Z Updating crates.io index
1732026-05-15T22:28:43.994Z Locking 404 packages to latest compatible versions
1742026-05-15T22:28:43.999Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-05-15T22:28:44.002Z Adding duct v0.13.7 (available: v1.1.1)
1762026-05-15T22:28:44.002Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-05-15T22:28:44.002Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-05-15T22:28:44.006Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-05-15T22:28:44.006Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1802026-05-15T22:28:44.006Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-05-15T22:28:44.008Z Adding nextest-runner v0.80.0 (available: v0.116.0)
1822026-05-15T22:28:44.011Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-05-15T22:28:44.028Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-05-15T22:28:44.037Z Downloading crates ...
1852026-05-15T22:28:44.119Z Downloaded backtrace-ext v0.2.1
1862026-05-15T22:28:44.123Z Downloaded cargo-platform v0.2.0
1872026-05-15T22:28:44.123Z Downloaded atomic-waker v1.1.2
1882026-05-15T22:28:44.125Z Downloaded atomicwrites v0.4.4
1892026-05-15T22:28:44.125Z Downloaded cargo-platform v0.3.3
1902026-05-15T22:28:44.128Z Downloaded futures-task v0.3.32
1912026-05-15T22:28:44.132Z Downloaded enable-ansi-support v0.2.1
1922026-05-15T22:28:44.132Z Downloaded block-buffer v0.10.4
1932026-05-15T22:28:44.136Z Downloaded futures-io v0.3.32
1942026-05-15T22:28:44.140Z Downloaded base64 v0.22.1
1952026-05-15T22:28:44.142Z Downloaded cargo-util-schemas v0.2.0
1962026-05-15T22:28:44.142Z Downloaded camino-tempfile v1.4.1
1972026-05-15T22:28:44.145Z Downloaded anstyle v1.0.14
1982026-05-15T22:28:44.148Z Downloaded futures-core v0.3.32
1992026-05-15T22:28:44.148Z Downloaded cfg-if v1.0.4
2002026-05-15T22:28:44.151Z Downloaded http-body v1.0.1
2012026-05-15T22:28:44.151Z Downloaded http-body-util v0.1.3
2022026-05-15T22:28:44.154Z Downloaded borsh v1.6.1
2032026-05-15T22:28:44.157Z Downloaded pkg-config v0.3.33
2042026-05-15T22:28:44.160Z Downloaded pkcs8 v0.10.2
2052026-05-15T22:28:44.164Z Downloaded pin-project-lite v0.2.17
2062026-05-15T22:28:44.167Z Downloaded humantime-serde v1.1.1
2072026-05-15T22:28:44.167Z Downloaded home v0.5.12
2082026-05-15T22:28:44.167Z Downloaded bitflags v2.11.1
2092026-05-15T22:28:44.169Z Downloaded addr2line v0.25.1
2102026-05-15T22:28:44.172Z Downloaded errno v0.3.14
2112026-05-15T22:28:44.172Z Downloaded equivalent v1.0.2
2122026-05-15T22:28:44.176Z Downloaded clap_lex v1.1.0
2132026-05-15T22:28:44.176Z Downloaded either v1.15.0
2142026-05-15T22:28:44.176Z Downloaded fnv v1.0.7
2152026-05-15T22:28:44.179Z Downloaded guppy-workspace-hack v0.1.0
2162026-05-15T22:28:44.179Z Downloaded base64ct v1.8.3
2172026-05-15T22:28:44.179Z Downloaded colorchoice v1.0.5
2182026-05-15T22:28:44.182Z Downloaded document-features v0.2.12
2192026-05-15T22:28:44.182Z Downloaded debug-ignore v1.0.5
2202026-05-15T22:28:44.182Z Downloaded adler2 v2.0.1
2212026-05-15T22:28:44.185Z Downloaded crypto-common v0.1.7
2222026-05-15T22:28:44.188Z Downloaded rustc-demangle v0.1.27
2232026-05-15T22:28:44.190Z Downloaded futures-sink v0.3.32
2242026-05-15T22:28:44.190Z Downloaded camino v1.2.2
2252026-05-15T22:28:44.193Z Downloaded ppv-lite86 v0.2.21
2262026-05-15T22:28:44.193Z Downloaded autocfg v1.5.0
2272026-05-15T22:28:44.196Z Downloaded ordered-float v2.10.1
2282026-05-15T22:28:44.198Z Downloaded hyper-tls v0.6.0
2292026-05-15T22:28:44.198Z Downloaded future-queue v0.4.0
2302026-05-15T22:28:44.201Z Downloaded erased-serde v0.4.10
2312026-05-15T22:28:44.201Z Downloaded openssl-probe v0.2.1
2322026-05-15T22:28:44.205Z Downloaded convert_case v0.10.0
2332026-05-15T22:28:44.205Z Downloaded anstyle-query v1.1.5
2342026-05-15T22:28:44.208Z Downloaded curve25519-dalek-derive v0.1.1
2352026-05-15T22:28:44.208Z Downloaded is_ci v1.2.0
2362026-05-15T22:28:44.208Z Downloaded futures-macro v0.3.32
2372026-05-15T22:28:44.211Z Downloaded generic-array v0.14.7
2382026-05-15T22:28:44.211Z Downloaded mukti-metadata v0.3.0
2392026-05-15T22:28:44.211Z Downloaded idna_adapter v1.0.0
2402026-05-15T22:28:44.214Z Downloaded hex v0.4.3
2412026-05-15T22:28:44.214Z Downloaded heck v0.5.0
2422026-05-15T22:28:44.214Z Downloaded color-spantrace v0.3.0
2432026-05-15T22:28:44.216Z Downloaded form_urlencoded v1.2.2
2442026-05-15T22:28:44.216Z Downloaded percent-encoding v2.3.2
2452026-05-15T22:28:44.217Z Downloaded number_prefix v0.4.0
2462026-05-15T22:28:44.219Z Downloaded cfg_aliases v0.2.1
2472026-05-15T22:28:44.219Z Downloaded cpufeatures v0.2.17
2482026-05-15T22:28:44.222Z Downloaded foreign-types-shared v0.1.1
2492026-05-15T22:28:44.222Z Downloaded scopeguard v1.2.0
2502026-05-15T22:28:44.225Z Downloaded serde-value v0.7.0
2512026-05-15T22:28:44.225Z Downloaded nextest-workspace-hack v0.1.0
2522026-05-15T22:28:44.225Z Downloaded itoa v1.0.18
2532026-05-15T22:28:44.228Z Downloaded is_terminal_polyfill v1.70.2
2542026-05-15T22:28:44.228Z Downloaded foreign-types v0.3.2
2552026-05-15T22:28:44.228Z Downloaded async-scoped v0.9.0
2562026-05-15T22:28:44.231Z Downloaded lru-slab v0.1.2
2572026-05-15T22:28:44.231Z Downloaded pathdiff v0.2.3
2582026-05-15T22:28:44.234Z Downloaded openssl-macros v0.1.1
2592026-05-15T22:28:44.234Z Downloaded indenter v0.3.4
2602026-05-15T22:28:44.234Z Downloaded serde_ignored v0.1.14
2612026-05-15T22:28:44.236Z Downloaded indent_write v2.2.0
2622026-05-15T22:28:44.239Z Downloaded serde_spanned v0.6.9
2632026-05-15T22:28:44.239Z Downloaded os_pipe v1.2.3
2642026-05-15T22:28:44.242Z Downloaded nested v0.1.1
2652026-05-15T22:28:44.244Z Downloaded foldhash v0.1.5
2662026-05-15T22:28:44.244Z Downloaded lazy_static v1.5.0
2672026-05-15T22:28:44.248Z Downloaded anstream v1.0.0
2682026-05-15T22:28:44.248Z Downloaded rustc_version v0.4.1
2692026-05-15T22:28:44.251Z Downloaded fastrand v2.4.1
2702026-05-15T22:28:44.251Z Downloaded serde_spanned v1.1.1
2712026-05-15T22:28:44.251Z Downloaded cargo_metadata v0.23.1
2722026-05-15T22:28:44.254Z Downloaded rand_core v0.6.4
2732026-05-15T22:28:44.254Z Downloaded ed25519 v2.2.3
2742026-05-15T22:28:44.257Z Downloaded futures-channel v0.3.32
2752026-05-15T22:28:44.261Z Downloaded quinn-udp v0.5.14
2762026-05-15T22:28:44.264Z Downloaded signal-hook-mio v0.2.5
2772026-05-15T22:28:44.264Z Downloaded futures-executor v0.3.32
2782026-05-15T22:28:44.264Z Downloaded dialoguer v0.11.0
2792026-05-15T22:28:44.267Z Downloaded serde_urlencoded v0.7.1
2802026-05-15T22:28:44.267Z Downloaded fixedbitset v0.5.7
2812026-05-15T22:28:44.267Z Downloaded shared_child v1.1.1
2822026-05-15T22:28:44.269Z Downloaded signature v2.2.0
2832026-05-15T22:28:44.270Z Downloaded sigchld v0.2.4
2842026-05-15T22:28:44.272Z Downloaded rand_chacha v0.9.0
2852026-05-15T22:28:44.272Z Downloaded shell-words v1.1.1
2862026-05-15T22:28:44.272Z Downloaded console v0.15.11
2872026-05-15T22:28:44.275Z Downloaded jobserver v0.1.34
2882026-05-15T22:28:44.275Z Downloaded supports-hyperlinks v3.2.0
2892026-05-15T22:28:44.295Z Downloaded subtle v2.6.1
2902026-05-15T22:28:44.295Z Downloaded sync_wrapper v1.0.2
2912026-05-15T22:28:44.295Z Downloaded duct v0.13.7
2922026-05-15T22:28:44.298Z Downloaded supports-unicode v3.0.0
2932026-05-15T22:28:44.298Z Downloaded supports-color v3.0.2
2942026-05-15T22:28:44.298Z Downloaded strsim v0.11.1
2952026-05-15T22:28:44.298Z Downloaded strip-ansi-escapes v0.2.1
2962026-05-15T22:28:44.298Z Downloaded httparse v1.10.1
2972026-05-15T22:28:44.298Z Downloaded find-msvc-tools v0.1.9
2982026-05-15T22:28:44.298Z Downloaded anstyle-parse v1.0.0
2992026-05-15T22:28:44.298Z Downloaded hyper-rustls v0.27.9
3002026-05-15T22:28:44.298Z Downloaded pin-project-internal v1.1.13
3012026-05-15T22:28:44.298Z Downloaded serde-untagged v0.1.9
3022026-05-15T22:28:44.298Z Downloaded owo-colors v4.3.0
3032026-05-15T22:28:44.298Z Downloaded filetime v0.2.29
3042026-05-15T22:28:44.298Z Downloaded digest v0.10.7
3052026-05-15T22:28:44.298Z Downloaded cargo_metadata v0.20.0
3062026-05-15T22:28:44.298Z Downloaded self-replace v1.5.0
3072026-05-15T22:28:44.301Z Downloaded quote v1.0.45
3082026-05-15T22:28:44.301Z Downloaded newtype-uuid v1.3.2
3092026-05-15T22:28:44.301Z Downloaded rustc-hash v2.1.2
3102026-05-15T22:28:44.304Z Downloaded nextest-metadata v0.12.2
3112026-05-15T22:28:44.307Z Downloaded humantime v2.3.0
3122026-05-15T22:28:44.307Z Downloaded serde_path_to_error v0.1.20
3132026-05-15T22:28:44.310Z Downloaded cfg-expr v0.20.7
3142026-05-15T22:28:44.313Z Downloaded rand_core v0.9.5
3152026-05-15T22:28:44.313Z Downloaded native-tls v0.2.18
3162026-05-15T22:28:44.316Z Downloaded lock_api v0.4.14
3172026-05-15T22:28:44.316Z Downloaded miette-derive v7.6.0
3182026-05-15T22:28:44.316Z Downloaded getrandom v0.2.17
3192026-05-15T22:28:44.318Z Downloaded tinyvec_macros v0.1.1
3202026-05-15T22:28:44.318Z Downloaded tokio-macros v2.7.0
3212026-05-15T22:28:44.318Z Downloaded const-oid v0.9.6
3222026-05-15T22:28:44.321Z Downloaded crc32fast v1.5.0
3232026-05-15T22:28:44.321Z Downloaded spki v0.7.3
3242026-05-15T22:28:44.324Z Downloaded shlex v1.3.0
3252026-05-15T22:28:44.324Z Downloaded clap_derive v4.6.1
3262026-05-15T22:28:44.326Z Downloaded terminal_size v0.4.4
3272026-05-15T22:28:44.332Z Downloaded toml_write v0.1.2
3282026-05-15T22:28:44.335Z Downloaded backtrace v0.3.76
3292026-05-15T22:28:44.338Z Downloaded try-lock v0.2.5
3302026-05-15T22:28:44.338Z Downloaded tower-layer v0.3.3
3312026-05-15T22:28:44.338Z Downloaded tracing-error v0.2.1
3322026-05-15T22:28:44.341Z Downloaded tower-service v0.3.3
3332026-05-15T22:28:44.341Z Downloaded swrite v0.1.0
3342026-05-15T22:28:44.341Z Downloaded static_assertions v1.1.0
3352026-05-15T22:28:44.341Z Downloaded slab v0.4.12
3362026-05-15T22:28:44.341Z Downloaded signal-hook-registry v1.4.8
3372026-05-15T22:28:44.344Z Downloaded typeid v1.0.3
3382026-05-15T22:28:44.344Z Downloaded unicode-xid v0.2.6
3392026-05-15T22:28:44.347Z Downloaded unicode-linebreak v0.1.5
3402026-05-15T22:28:44.350Z Downloaded simd-adler32 v0.3.9
3412026-05-15T22:28:44.350Z Downloaded litrs v1.0.0
3422026-05-15T22:28:44.353Z Downloaded globset v0.4.18
3432026-05-15T22:28:44.356Z Downloaded nextest-filtering v0.15.0
3442026-05-15T22:28:44.358Z Downloaded semver v1.0.28
3452026-05-15T22:28:44.358Z Downloaded eyre v0.6.12
3462026-05-15T22:28:44.361Z Downloaded ipnet v2.12.0
3472026-05-15T22:28:44.364Z Downloaded target-spec-miette v0.4.6
3482026-05-15T22:28:44.367Z Downloaded thiserror v2.0.18
3492026-05-15T22:28:44.370Z Downloaded parking_lot_core v0.9.12
3502026-05-15T22:28:44.370Z Downloaded getrandom v0.4.2
3512026-05-15T22:28:44.372Z Downloaded self_update v0.42.0
3522026-05-15T22:28:44.375Z Downloaded config v0.15.23
3532026-05-15T22:28:44.378Z Downloaded ahash v0.8.12
3542026-05-15T22:28:44.378Z Downloaded utf8parse v0.2.2
3552026-05-15T22:28:44.378Z Downloaded utf8_iter v1.0.4
3562026-05-15T22:28:44.378Z Downloaded urlencoding v2.1.3
3572026-05-15T22:28:44.381Z Downloaded thiserror-impl v2.0.18
3582026-05-15T22:28:44.381Z Downloaded xattr v1.6.1
3592026-05-15T22:28:44.381Z Downloaded want v0.3.1
3602026-05-15T22:28:44.384Z Downloaded smol_str v0.3.6
3612026-05-15T22:28:44.384Z Downloaded bytes v1.11.1
3622026-05-15T22:28:44.387Z Downloaded proc-macro2 v1.0.106
3632026-05-15T22:28:44.387Z Downloaded parking_lot v0.12.5
3642026-05-15T22:28:44.390Z Downloaded iana-time-zone v0.1.65
3652026-05-15T22:28:44.390Z Downloaded toml_datetime v0.6.11
3662026-05-15T22:28:44.393Z Downloaded derive-where v1.6.1
3672026-05-15T22:28:44.393Z Downloaded target-lexicon v0.13.3
3682026-05-15T22:28:44.397Z Downloaded thread_local v1.1.9
3692026-05-15T22:28:44.400Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3702026-05-15T22:28:44.400Z Downloaded tokio-native-tls v0.3.1
3712026-05-15T22:28:44.402Z Downloaded sha2 v0.10.9
3722026-05-15T22:28:44.402Z Downloaded tracing-log v0.2.0
3732026-05-15T22:28:44.405Z Downloaded toml_writer v1.1.1+spec-1.1.0
3742026-05-15T22:28:44.405Z Downloaded unicase v2.9.0
3752026-05-15T22:28:44.408Z Downloaded untrusted v0.9.0
3762026-05-15T22:28:44.411Z Downloaded rustls-pki-types v1.14.1
3772026-05-15T22:28:44.411Z Downloaded smallvec v1.15.1
3782026-05-15T22:28:44.414Z Downloaded num-traits v0.2.19
3792026-05-15T22:28:44.416Z Downloaded futures v0.3.32
3802026-05-15T22:28:44.420Z Downloaded once_cell v1.21.4
3812026-05-15T22:28:44.420Z Downloaded serde_derive v1.0.228
3822026-05-15T22:28:44.423Z Downloaded log v0.4.29
3832026-05-15T22:28:44.423Z Downloaded ryu v1.0.23
3842026-05-15T22:28:44.425Z Downloaded clap v4.6.1
3852026-05-15T22:28:44.429Z Downloaded thiserror-impl v1.0.69
3862026-05-15T22:28:44.432Z Downloaded target-spec v3.6.0
3872026-05-15T22:28:44.432Z Downloaded tempfile v3.27.0
3882026-05-15T22:28:44.435Z Downloaded quick-junit v0.5.2
3892026-05-15T22:28:44.438Z Downloaded version_check v0.9.5
3902026-05-15T22:28:44.438Z Downloaded sharded-slab v0.1.7
3912026-05-15T22:28:44.441Z Downloaded toml v0.8.23
3922026-05-15T22:28:44.445Z Downloaded zstd v0.13.3
3932026-05-15T22:28:44.448Z Downloaded http v1.4.0
3942026-05-15T22:28:44.451Z Downloaded thiserror v1.0.69
3952026-05-15T22:28:44.454Z Downloaded zstd-safe v7.2.4
3962026-05-15T22:28:44.454Z Downloaded toml_parser v1.1.2+spec-1.1.0
3972026-05-15T22:28:44.458Z Downloaded tracing-attributes v0.1.31
3982026-05-15T22:28:44.458Z Downloaded tokio-stream v0.1.18
3992026-05-15T22:28:44.462Z Downloaded socket2 v0.6.3
4002026-05-15T22:28:44.462Z Downloaded zipsign-api v0.1.5
4012026-05-15T22:28:44.465Z Downloaded getrandom v0.3.4
4022026-05-15T22:28:44.465Z Downloaded openssl-sys v0.9.115
4032026-05-15T22:28:44.468Z Downloaded pin-project v1.1.13
4042026-05-15T22:28:44.474Z Downloaded flate2 v1.1.9
4052026-05-15T22:28:44.477Z Downloaded derive_more v2.1.1
4062026-05-15T22:28:44.482Z Downloaded zmij v1.0.21
4072026-05-15T22:28:44.487Z Downloaded tinyvec v1.11.0
4082026-05-15T22:28:44.487Z Downloaded indicatif v0.17.11
4092026-05-15T22:28:44.491Z Downloaded xxhash-rust v0.8.15
4102026-05-15T22:28:44.494Z Downloaded signal-hook v0.3.18
4112026-05-15T22:28:44.494Z Downloaded zeroize v1.8.2
4122026-05-15T22:28:44.498Z Downloaded toml v1.1.2+spec-1.1.0
4132026-05-15T22:28:44.498Z Downloaded der v0.7.10
4142026-05-15T22:28:44.501Z Downloaded tokio-rustls v0.26.4
4152026-05-15T22:28:44.504Z Downloaded textwrap v0.16.2
4162026-05-15T22:28:44.504Z Downloaded unicode-ident v1.0.24
4172026-05-15T22:28:44.507Z Downloaded ed25519-dalek v2.2.0
4182026-05-15T22:28:44.507Z Downloaded portable-atomic v1.13.1
4192026-05-15T22:28:44.512Z Downloaded tracing-core v0.1.36
4202026-05-15T22:28:44.518Z Downloaded rustls-webpki v0.103.13
4212026-05-15T22:28:44.518Z Downloaded vte v0.14.1
4222026-05-15T22:28:44.518Z Downloaded cc v1.2.62
4232026-05-15T22:28:44.518Z Downloaded miniz_oxide v0.8.9
4242026-05-15T22:28:44.525Z Downloaded serde_core v1.0.228
4252026-05-15T22:28:44.530Z Downloaded uuid v1.23.1
4262026-05-15T22:28:44.534Z Downloaded quinn v0.11.9
4272026-05-15T22:28:44.537Z Downloaded derive_more-impl v2.1.1
4282026-05-15T22:28:44.539Z Downloaded tar v0.4.45
4292026-05-15T22:28:44.539Z Downloaded serde v1.0.228
4302026-05-15T22:28:44.543Z Downloaded toml_edit v0.22.27
4312026-05-15T22:28:44.550Z Downloaded rand v0.9.4
4322026-05-15T22:28:44.552Z Downloaded indexmap v2.14.0
4332026-05-15T22:28:44.555Z Downloaded miette v7.6.0
4342026-05-15T22:28:44.558Z Downloaded mio v1.2.0
4352026-05-15T22:28:44.560Z Downloaded memchr v2.8.0
4362026-05-15T22:28:44.581Z Downloaded unicode-segmentation v1.13.2
4372026-05-15T22:28:44.584Z Downloaded hyper-util v0.1.20
4382026-05-15T22:28:44.591Z Downloaded url v2.5.8
4392026-05-15T22:28:44.605Z Downloaded tower v0.5.3
4402026-05-15T22:28:44.612Z Downloaded hashbrown v0.15.5
4412026-05-15T22:28:44.620Z Downloaded ron v0.12.1
4422026-05-15T22:28:44.625Z Downloaded typenum v1.20.0
4432026-05-15T22:28:44.630Z Downloaded unicode-normalization v0.1.25
4442026-05-15T22:28:44.633Z Downloaded guppy v0.17.25
4452026-05-15T22:28:44.636Z Downloaded hashbrown v0.17.1
4462026-05-15T22:28:44.639Z Downloaded tokio-util v0.7.18
4472026-05-15T22:28:44.641Z Downloaded serde_json v1.0.149
4482026-05-15T22:28:44.644Z Downloaded idna v1.1.0
4492026-05-15T22:28:44.647Z Downloaded crossterm v0.29.0
4502026-05-15T22:28:44.650Z Downloaded clap_builder v4.6.0
4512026-05-15T22:28:44.655Z Downloaded aho-corasick v1.1.4
4522026-05-15T22:28:44.659Z Downloaded tower-http v0.6.10
4532026-05-15T22:28:44.662Z Downloaded hyper v1.9.0
4542026-05-15T22:28:44.665Z Downloaded h2 v0.4.14
4552026-05-15T22:28:44.670Z Downloaded futures-util v0.3.32
4562026-05-15T22:28:44.673Z Downloaded pulldown-cmark v0.13.3
4572026-05-15T22:28:44.678Z Downloaded itertools v0.14.0
4582026-05-15T22:28:44.681Z Downloaded winnow v0.7.15
4592026-05-15T22:28:44.687Z Downloaded reqwest v0.12.28
4602026-05-15T22:28:44.690Z Downloaded regex v1.12.3
4612026-05-15T22:28:44.693Z Downloaded winnow v1.0.3
4622026-05-15T22:28:44.698Z Downloaded chrono v0.4.44
4632026-05-15T22:28:44.702Z Downloaded webpki-roots v1.0.7
4642026-05-15T22:28:44.707Z Downloaded gimli v0.32.3
4652026-05-15T22:28:44.720Z Downloaded quick-xml v0.37.5
4662026-05-15T22:28:44.723Z Downloaded bstr v1.12.1
4672026-05-15T22:28:44.727Z Downloaded syn v2.0.117
4682026-05-15T22:28:44.733Z Downloaded zerocopy v0.8.48
4692026-05-15T22:28:44.745Z Downloaded quick-xml v0.38.4
4702026-05-15T22:28:44.748Z Downloaded curve25519-dalek v4.1.3
4712026-05-15T22:28:44.768Z Downloaded openssl v0.10.79
4722026-05-15T22:28:44.773Z Downloaded tracing-subscriber v0.3.23
4732026-05-15T22:28:44.782Z Downloaded quinn-proto v0.11.14
4742026-05-15T22:28:44.787Z Downloaded color-eyre v0.6.5
4752026-05-15T22:28:44.803Z Downloaded vcpkg v0.2.15
4762026-05-15T22:28:44.824Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4772026-05-15T22:28:44.834Z Downloaded tokio v1.52.3
4782026-05-15T22:28:44.855Z Downloaded unicode-width v0.1.14
4792026-05-15T22:28:44.859Z Downloaded nextest-runner v0.80.0
4802026-05-15T22:28:44.866Z Downloaded unicode-width v0.2.2
4812026-05-15T22:28:44.880Z Downloaded regex-syntax v0.8.10
4822026-05-15T22:28:44.885Z Downloaded object v0.37.3
4832026-05-15T22:28:44.894Z Downloaded rustls v0.23.40
4842026-05-15T22:28:44.901Z Downloaded nix v0.30.1
4852026-05-15T22:28:44.915Z Downloaded rustix v0.38.44
4862026-05-15T22:28:44.928Z Downloaded rustix v1.1.4
4872026-05-15T22:28:44.940Z Downloaded tracing v0.1.44
4882026-05-15T22:28:44.992Z Downloaded regex-automata v0.4.14
4892026-05-15T22:28:45.020Z Downloaded petgraph v0.8.3
4902026-05-15T22:28:45.034Z Downloaded libc v0.2.186
4912026-05-15T22:28:45.110Z Downloaded recursion v0.5.4
4922026-05-15T22:28:45.118Z Downloaded ring v0.17.14
4932026-05-15T22:28:45.175Z Compiling libc v0.2.186
4942026-05-15T22:28:45.175Z Compiling proc-macro2 v1.0.106
4952026-05-15T22:28:45.178Z Compiling unicode-ident v1.0.24
4962026-05-15T22:28:45.178Z Compiling quote v1.0.45
4972026-05-15T22:28:45.178Z Compiling serde_core v1.0.228
4982026-05-15T22:28:45.178Z Compiling cfg-if v1.0.4
4992026-05-15T22:28:45.178Z Compiling memchr v2.8.0
5002026-05-15T22:28:45.178Z Compiling once_cell v1.21.4
5012026-05-15T22:28:45.409Z Compiling log v0.4.29
5022026-05-15T22:28:45.436Z Compiling pin-project-lite v0.2.17
5032026-05-15T22:28:45.534Z Compiling serde v1.0.228
5042026-05-15T22:28:45.598Z Compiling itoa v1.0.18
5052026-05-15T22:28:45.850Z Compiling futures-core v0.3.32
5062026-05-15T22:28:45.870Z Compiling smallvec v1.15.1
5072026-05-15T22:28:45.882Z Compiling bitflags v2.11.1
5082026-05-15T22:28:46.009Z Compiling find-msvc-tools v0.1.9
5092026-05-15T22:28:46.112Z Compiling equivalent v1.0.2
5102026-05-15T22:28:46.197Z Compiling shlex v1.3.0
5112026-05-15T22:28:46.235Z Compiling hashbrown v0.17.1
5122026-05-15T22:28:46.254Z Compiling bytes v1.11.1
5132026-05-15T22:28:46.375Z Compiling errno v0.3.14
5142026-05-15T22:28:46.387Z Compiling jobserver v0.1.34
5152026-05-15T22:28:46.421Z Compiling mio v1.2.0
5162026-05-15T22:28:46.451Z Compiling futures-sink v0.3.32
5172026-05-15T22:28:46.556Z Compiling signal-hook-registry v1.4.8
5182026-05-15T22:28:46.690Z Compiling cc v1.2.62
5192026-05-15T22:28:46.704Z Compiling rustix v1.1.4
5202026-05-15T22:28:46.781Z Compiling syn v2.0.117
5212026-05-15T22:28:46.904Z Compiling socket2 v0.6.3
5222026-05-15T22:28:47.095Z Compiling slab v0.4.12
5232026-05-15T22:28:47.116Z Compiling zmij v1.0.21
5242026-05-15T22:28:47.120Z Compiling futures-channel v0.3.32
5252026-05-15T22:28:47.291Z Compiling tracing-core v0.1.36
5262026-05-15T22:28:47.376Z Compiling version_check v0.9.5
5272026-05-15T22:28:47.465Z Compiling serde_json v1.0.149
5282026-05-15T22:28:47.637Z Compiling indexmap v2.14.0
5292026-05-15T22:28:47.775Z Compiling futures-task v0.3.32
5302026-05-15T22:28:47.860Z Compiling getrandom v0.4.2
5312026-05-15T22:28:47.954Z Compiling futures-io v0.3.32
5322026-05-15T22:28:48.019Z Compiling percent-encoding v2.3.2
5332026-05-15T22:28:48.152Z Compiling unicode-width v0.2.2
5342026-05-15T22:28:48.180Z Compiling camino v1.2.2
5352026-05-15T22:28:48.428Z Compiling ring v0.17.14
5362026-05-15T22:28:48.469Z Compiling http v1.4.0
5372026-05-15T22:28:48.482Z Compiling autocfg v1.5.0
5382026-05-15T22:28:48.530Z Compiling zeroize v1.8.2
5392026-05-15T22:28:48.563Z Compiling simd-adler32 v0.3.9
5402026-05-15T22:28:48.728Z Compiling adler2 v2.0.1
5412026-05-15T22:28:48.833Z Compiling num-traits v0.2.19
5422026-05-15T22:28:48.893Z Compiling miniz_oxide v0.8.9
5432026-05-15T22:28:49.125Z Compiling object v0.37.3
5442026-05-15T22:28:49.424Z Compiling getrandom v0.3.4
5452026-05-15T22:28:49.427Z Compiling target-lexicon v0.13.3
5462026-05-15T22:28:49.683Z Compiling zerocopy v0.8.48
5472026-05-15T22:28:49.837Z Compiling http-body v1.0.1
5482026-05-15T22:28:49.997Z Compiling rustls-pki-types v1.14.1
5492026-05-15T22:28:50.119Z Compiling form_urlencoded v1.2.2
5502026-05-15T22:28:50.138Z Compiling semver v1.0.28
5512026-05-15T22:28:50.318Z Compiling getrandom v0.2.17
5522026-05-15T22:28:50.375Z Compiling untrusted v0.9.0
5532026-05-15T22:28:50.387Z Compiling httparse v1.10.1
5542026-05-15T22:28:50.390Z Compiling serde_derive v1.0.228
5552026-05-15T22:28:50.506Z Compiling tokio-macros v2.7.0
5562026-05-15T22:28:50.509Z Compiling futures-macro v0.3.32
5572026-05-15T22:28:50.634Z Compiling tracing-attributes v0.1.31
5582026-05-15T22:28:50.738Z Compiling thiserror v2.0.18
5592026-05-15T22:28:50.789Z Compiling fnv v1.0.7
5602026-05-15T22:28:50.868Z Compiling owo-colors v4.3.0
5612026-05-15T22:28:50.891Z Compiling signal-hook v0.3.18
5622026-05-15T22:28:51.079Z Compiling idna_adapter v1.0.0
5632026-05-15T22:28:51.112Z Compiling guppy-workspace-hack v0.1.0
5642026-05-15T22:28:51.179Z Compiling gimli v0.32.3
5652026-05-15T22:28:51.191Z Compiling utf8_iter v1.0.4
5662026-05-15T22:28:51.263Z Compiling tokio v1.52.3
5672026-05-15T22:28:51.319Z Compiling futures-util v0.3.32
5682026-05-15T22:28:51.349Z Compiling idna v1.1.0
5692026-05-15T22:28:51.663Z Compiling thiserror-impl v2.0.18
5702026-05-15T22:28:51.822Z Compiling tracing v0.1.44
5712026-05-15T22:28:53.480Z Compiling addr2line v0.25.1
5722026-05-15T22:28:53.769Z Compiling generic-array v0.14.7
5732026-05-15T22:28:53.792Z Compiling rustc-demangle v0.1.27
5742026-05-15T22:28:53.907Z Compiling atomic-waker v1.1.2
5752026-05-15T22:28:53.944Z Compiling rustls v0.23.40
5762026-05-15T22:28:54.001Z Compiling typeid v1.0.3
5772026-05-15T22:28:54.030Z Compiling try-lock v0.2.5
5782026-05-15T22:28:54.142Z Compiling fastrand v2.4.1
5792026-05-15T22:28:54.161Z Compiling pkg-config v0.3.33
5802026-05-15T22:28:54.282Z Compiling target-spec v3.6.0
5812026-05-15T22:28:54.475Z Compiling thiserror v1.0.69
5822026-05-15T22:28:54.574Z Compiling tower-service v0.3.3
5832026-05-15T22:28:54.592Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-05-15T22:28:54.687Z Compiling tempfile v3.27.0
5852026-05-15T22:28:54.802Z Compiling want v0.3.1
5862026-05-15T22:28:54.981Z Compiling cfg-expr v0.20.7
5872026-05-15T22:28:55.100Z Compiling tokio-util v0.7.18
5882026-05-15T22:28:55.459Z Compiling url v2.5.8
5892026-05-15T22:28:55.568Z Compiling h2 v0.4.14
5902026-05-15T22:28:55.791Z Compiling backtrace v0.3.76
5912026-05-15T22:28:56.312Z Compiling thiserror-impl v1.0.69
5922026-05-15T22:28:56.392Z Compiling terminal_size v0.4.4
5932026-05-15T22:28:56.544Z Compiling aho-corasick v1.1.4
5942026-05-15T22:28:57.071Z Compiling subtle v2.6.1
5952026-05-15T22:28:57.230Z Compiling rustls-webpki v0.103.13
5962026-05-15T22:28:57.449Z Compiling regex-syntax v0.8.10
5972026-05-15T22:28:57.903Z Compiling typenum v1.20.0
5982026-05-15T22:28:58.562Z Compiling winnow v0.7.15
5992026-05-15T22:28:59.809Z Compiling erased-serde v0.4.10
6002026-05-15T22:29:00.156Z Compiling regex-automata v0.4.14
6012026-05-15T22:29:00.472Z Compiling hyper v1.9.0
6022026-05-15T22:29:01.981Z Compiling serde_spanned v0.6.9
6032026-05-15T22:29:02.139Z Compiling toml_datetime v0.6.11
6042026-05-15T22:29:02.504Z Compiling ahash v0.8.12
6052026-05-15T22:29:02.766Z Compiling sync_wrapper v1.0.2
6062026-05-15T22:29:02.878Z Compiling unicode-linebreak v0.1.5
6072026-05-15T22:29:03.143Z Compiling foldhash v0.1.5
6082026-05-15T22:29:03.364Z Compiling toml_write v0.1.2
6092026-05-15T22:29:03.610Z Compiling parking_lot_core v0.9.12
6102026-05-15T22:29:03.891Z Compiling either v1.15.0
6112026-05-15T22:29:04.017Z Compiling base64 v0.22.1
6122026-05-15T22:29:04.116Z Compiling portable-atomic v1.13.1
6132026-05-15T22:29:04.138Z Compiling nextest-workspace-hack v0.1.0
6142026-05-15T22:29:04.314Z Compiling ipnet v2.12.0
6152026-05-15T22:29:04.366Z Compiling tower-layer v0.3.3
6162026-05-15T22:29:04.501Z Compiling crc32fast v1.5.0
6172026-05-15T22:29:04.569Z Compiling lazy_static v1.5.0
6182026-05-15T22:29:04.581Z Compiling is_ci v1.2.0
6192026-05-15T22:29:04.635Z Compiling unicode-segmentation v1.13.2
6202026-05-15T22:29:04.674Z Compiling sharded-slab v0.1.7
6212026-05-15T22:29:04.739Z Compiling supports-color v3.0.2
6222026-05-15T22:29:04.838Z Compiling hyper-util v0.1.20
6232026-05-15T22:29:04.965Z Compiling convert_case v0.10.0
6242026-05-15T22:29:05.063Z Compiling tower v0.5.3
6252026-05-15T22:29:05.252Z Compiling tokio-rustls v0.26.4
6262026-05-15T22:29:05.273Z Compiling toml_edit v0.22.27
6272026-05-15T22:29:05.506Z Compiling hashbrown v0.15.5
6282026-05-15T22:29:05.527Z Compiling textwrap v0.16.2
6292026-05-15T22:29:06.131Z Compiling backtrace-ext v0.2.1
6302026-05-15T22:29:06.268Z Compiling ordered-float v2.10.1
6312026-05-15T22:29:06.388Z Compiling miette-derive v7.6.0
6322026-05-15T22:29:06.539Z Compiling webpki-roots v1.0.7
6332026-05-15T22:29:06.693Z Compiling pathdiff v0.2.3
6342026-05-15T22:29:06.821Z Compiling console v0.15.11
6352026-05-15T22:29:06.908Z Compiling tracing-log v0.2.0
6362026-05-15T22:29:07.264Z Compiling cargo-platform v0.3.3
6372026-05-15T22:29:07.435Z Compiling os_pipe v1.2.3
6382026-05-15T22:29:07.486Z Compiling thread_local v1.1.9
6392026-05-15T22:29:07.602Z Compiling utf8parse v0.2.2
6402026-05-15T22:29:07.718Z Compiling fixedbitset v0.5.7
6412026-05-15T22:29:07.831Z Compiling cfg_aliases v0.2.1
6422026-05-15T22:29:07.844Z Compiling supports-hyperlinks v3.2.0
6432026-05-15T22:29:07.904Z Compiling rustix v0.38.44
6442026-05-15T22:29:08.055Z Compiling pulldown-cmark v0.13.3
6452026-05-15T22:29:08.119Z Compiling ryu v1.0.23
6462026-05-15T22:29:08.259Z Compiling winnow v1.0.3
6472026-05-15T22:29:08.285Z Compiling supports-unicode v3.0.0
6482026-05-15T22:29:08.410Z Compiling scopeguard v1.2.0
6492026-05-15T22:29:08.454Z Compiling unicode-width v0.1.14
6502026-05-15T22:29:08.516Z Compiling zstd-safe v7.2.4
6512026-05-15T22:29:08.560Z Compiling debug-ignore v1.0.5
6522026-05-15T22:29:08.717Z Compiling miette v7.6.0
6532026-05-15T22:29:08.751Z Compiling lock_api v0.4.14
6542026-05-15T22:29:08.872Z Compiling serde_urlencoded v0.7.1
6552026-05-15T22:29:09.012Z Compiling petgraph v0.8.3
6562026-05-15T22:29:09.175Z Compiling nix v0.30.1
6572026-05-15T22:29:09.558Z Compiling toml_parser v1.1.2+spec-1.1.0
6582026-05-15T22:29:09.701Z Compiling anstyle-parse v1.0.0
6592026-05-15T22:29:09.925Z Compiling tracing-subscriber v0.3.23
6602026-05-15T22:29:10.868Z Compiling sigchld v0.2.4
6612026-05-15T22:29:10.927Z Compiling cargo_metadata v0.23.1
6622026-05-15T22:29:11.061Z Compiling toml v0.8.23
6632026-05-15T22:29:11.237Z Compiling hyper-rustls v0.27.9
6642026-05-15T22:29:11.906Z Compiling serde-value v0.7.0
6652026-05-15T22:29:12.654Z Compiling serde-untagged v0.1.9
6662026-05-15T22:29:13.017Z Compiling tower-http v0.6.10
6672026-05-15T22:29:13.298Z Compiling derive_more-impl v2.1.1
6682026-05-15T22:29:13.895Z Compiling itertools v0.14.0
6692026-05-15T22:29:13.942Z Compiling regex v1.12.3
6702026-05-15T22:29:14.107Z Compiling block-buffer v0.10.4
6712026-05-15T22:29:14.154Z Compiling crypto-common v0.1.7
6722026-05-15T22:29:14.254Z Compiling ppv-lite86 v0.2.21
6732026-05-15T22:29:14.288Z Compiling rand_core v0.9.5
6742026-05-15T22:29:14.534Z Compiling futures-executor v0.3.32
6752026-05-15T22:29:14.557Z Compiling pin-project-internal v1.1.13
6762026-05-15T22:29:14.573Z Compiling http-body-util v0.1.3
6772026-05-15T22:29:14.836Z Compiling uuid v1.23.1
6782026-05-15T22:29:15.054Z Compiling serde_spanned v1.1.1
6792026-05-15T22:29:15.203Z Compiling toml_datetime v1.1.1+spec-1.1.0
6802026-05-15T22:29:15.332Z Compiling smol_str v0.3.6
6812026-05-15T22:29:15.348Z Compiling filetime v0.2.29
6822026-05-15T22:29:15.360Z Compiling bstr v1.12.1
6832026-05-15T22:29:15.550Z Compiling vte v0.14.1
6842026-05-15T22:29:15.611Z Compiling unicase v2.9.0
6852026-05-15T22:29:15.667Z Compiling anstyle v1.0.14
6862026-05-15T22:29:15.767Z Compiling unicode-xid v0.2.6
6872026-05-15T22:29:15.791Z Compiling anstyle-query v1.1.5
6882026-05-15T22:29:15.896Z Compiling self_update v0.42.0
6892026-05-15T22:29:15.911Z Compiling color-spantrace v0.3.0
6902026-05-15T22:29:15.928Z Compiling static_assertions v1.1.0
6912026-05-15T22:29:16.002Z Compiling tinyvec_macros v0.1.1
6922026-05-15T22:29:16.028Z Compiling litrs v1.0.0
6932026-05-15T22:29:16.042Z Compiling is_terminal_polyfill v1.70.2
6942026-05-15T22:29:16.068Z Compiling colorchoice v1.0.5
6952026-05-15T22:29:16.130Z Compiling number_prefix v0.4.0
6962026-05-15T22:29:16.155Z Compiling iana-time-zone v0.1.65
6972026-05-15T22:29:16.181Z Compiling eyre v0.6.12
6982026-05-15T22:29:16.210Z Compiling xattr v1.6.1
6992026-05-15T22:29:16.276Z Compiling nested v0.1.1
7002026-05-15T22:29:16.324Z Compiling tar v0.4.45
7012026-05-15T22:29:16.397Z Compiling guppy v0.17.25
7022026-05-15T22:29:16.455Z Compiling document-features v0.2.12
7032026-05-15T22:29:16.483Z Compiling chrono v0.4.44
7042026-05-15T22:29:16.776Z Compiling indicatif v0.17.11
7052026-05-15T22:29:17.052Z Compiling anstream v1.0.0
7062026-05-15T22:29:17.566Z Compiling tinyvec v1.11.0
7072026-05-15T22:29:17.578Z Compiling cargo-util-schemas v0.2.0
7082026-05-15T22:29:17.991Z Compiling globset v0.4.18
7092026-05-15T22:29:18.807Z Compiling strip-ansi-escapes v0.2.1
7102026-05-15T22:29:19.281Z Compiling pin-project v1.1.13
7112026-05-15T22:29:19.386Z Compiling nextest-metadata v0.12.2
7122026-05-15T22:29:19.719Z Compiling toml v1.1.2+spec-1.1.0
7132026-05-15T22:29:19.835Z Compiling newtype-uuid v1.3.2
7142026-05-15T22:29:19.858Z Compiling reqwest v0.12.28
7152026-05-15T22:29:19.971Z Compiling futures v0.3.32
7162026-05-15T22:29:20.020Z Compiling rand_chacha v0.9.0
7172026-05-15T22:29:20.054Z Compiling digest v0.10.7
7182026-05-15T22:29:20.278Z Compiling derive_more v2.1.1
7192026-05-15T22:29:20.362Z Compiling flate2 v1.1.9
7202026-05-15T22:29:20.562Z Compiling parking_lot v0.12.5
7212026-05-15T22:29:20.905Z Compiling shared_child v1.1.1
7222026-05-15T22:29:21.227Z Compiling tracing-error v0.2.1
7232026-05-15T22:29:21.460Z Compiling signal-hook-mio v0.2.5
7242026-05-15T22:29:21.605Z Compiling self-replace v1.5.0
7252026-05-15T22:29:21.786Z Compiling cargo-platform v0.2.0
7262026-05-15T22:29:21.894Z Compiling quick-xml v0.37.5
7272026-05-15T22:29:22.332Z Compiling quick-xml v0.38.4
7282026-05-15T22:29:22.508Z Compiling clap_lex v1.1.0
7292026-05-15T22:29:22.867Z Compiling indenter v0.3.4
7302026-05-15T22:29:22.898Z Compiling shell-words v1.1.1
7312026-05-15T22:29:22.993Z Compiling humantime v2.3.0
7322026-05-15T22:29:23.145Z Compiling strsim v0.11.1
7332026-05-15T22:29:23.416Z Compiling recursion v0.5.4
7342026-05-15T22:29:23.429Z Compiling urlencoding v2.1.3
7352026-05-15T22:29:23.658Z Compiling heck v0.5.0
7362026-05-15T22:29:23.861Z Compiling cpufeatures v0.2.17
7372026-05-15T22:29:23.936Z Compiling sha2 v0.10.9
7382026-05-15T22:29:23.963Z Compiling clap_builder v4.6.0
7392026-05-15T22:29:24.023Z Compiling clap_derive v4.6.1
7402026-05-15T22:29:24.513Z Compiling nextest-filtering v0.15.0
7412026-05-15T22:29:25.169Z Compiling humantime-serde v1.1.1
7422026-05-15T22:29:25.793Z Compiling quick-junit v0.5.2
7432026-05-15T22:29:25.830Z Compiling cargo_metadata v0.20.0
7442026-05-15T22:29:28.424Z Compiling atomicwrites v0.4.4
7452026-05-15T22:29:28.710Z Compiling cargo-nextest v0.9.97
7462026-05-15T22:29:28.878Z Compiling crossterm v0.29.0
7472026-05-15T22:29:30.057Z Compiling duct v0.13.7
7482026-05-15T22:29:30.256Z Compiling zstd v0.13.3
7492026-05-15T22:29:30.300Z Compiling config v0.15.23
7502026-05-15T22:29:30.442Z Compiling rand v0.9.4
7512026-05-15T22:29:30.690Z Compiling async-scoped v0.9.0
7522026-05-15T22:29:30.888Z Compiling unicode-normalization v0.1.25
7532026-05-15T22:29:30.949Z Compiling target-spec-miette v0.4.6
7542026-05-15T22:29:31.175Z Compiling future-queue v0.4.0
7552026-05-15T22:29:31.355Z Compiling mukti-metadata v0.3.0
7562026-05-15T22:29:31.450Z Compiling tokio-stream v0.1.18
7572026-05-15T22:29:31.468Z Compiling camino-tempfile v1.4.1
7582026-05-15T22:29:31.797Z Compiling derive-where v1.6.1
7592026-05-15T22:29:31.838Z Compiling serde_path_to_error v0.1.20
7602026-05-15T22:29:31.892Z Compiling serde_ignored v0.1.14
7612026-05-15T22:29:31.963Z Compiling indent_write v2.2.0
7622026-05-15T22:29:32.060Z Compiling home v0.5.12
7632026-05-15T22:29:32.112Z Compiling xxhash-rust v0.8.15
7642026-05-15T22:29:32.221Z Compiling swrite v0.1.0
7652026-05-15T22:29:32.239Z Compiling hex v0.4.3
7662026-05-15T22:29:32.284Z Compiling color-eyre v0.6.5
7672026-05-15T22:29:32.312Z Compiling clap v4.6.1
7682026-05-15T22:29:32.324Z Compiling dialoguer v0.11.0
7692026-05-15T22:29:32.395Z Compiling enable-ansi-support v0.2.1
7702026-05-15T22:29:33.019Z Compiling nextest-runner v0.80.0
7712026-05-15T22:29:50.754Z Finished `release` profile [optimized] target(s) in 1m 09s
7722026-05-15T22:29:50.940Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-05-15T22:29:50.943Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-05-15T22:29:51.058Z+ banner bfd
7752026-05-15T22:29:51.060Z
7762026-05-15T22:29:51.060Z ##### ###### #####
7772026-05-15T22:29:51.061Z # # # # #
7782026-05-15T22:29:51.061Z ##### ##### # #
7792026-05-15T22:29:51.061Z # # # # #
7802026-05-15T22:29:51.061Z # # # # #
7812026-05-15T22:29:51.061Z ##### # #####
7822026-05-15T22:29:51.061Z
7832026-05-15T22:29:51.061Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7842026-05-15T22:29:51.217Z Updating git repository `https://github.com/oxidecomputer/falcon`
7852026-05-15T22:29:51.870ZFrom https://github.com/oxidecomputer/falcon
7862026-05-15T22:29:51.870Z * [new ref] b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6 -> refs/commit/b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6
7872026-05-15T22:29:51.948Z Updating crates.io index
7882026-05-15T22:29:51.948Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7892026-05-15T22:29:52.655ZFrom https://github.com/oxidecomputer/dendrite
7902026-05-15T22:29:52.655Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7912026-05-15T22:29:52.723Z Updating git repository `https://github.com/oxidecomputer/ispf`
7922026-05-15T22:29:52.990ZFrom https://github.com/oxidecomputer/ispf
7932026-05-15T22:29:52.990Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7942026-05-15T22:29:53.044Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7952026-05-15T22:29:53.409ZFrom https://github.com/oxidecomputer/netadm-sys
7962026-05-15T22:29:53.409Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7972026-05-15T22:29:53.418Z Updating git repository `https://github.com/oxidecomputer/omicron`
7982026-05-15T22:30:00.543ZFrom https://github.com/oxidecomputer/omicron
7992026-05-15T22:30:00.543Z * [new ref] e3edc166d225599702b8444c6bfb406bad583d4b -> refs/commit/e3edc166d225599702b8444c6bfb406bad583d4b
8002026-05-15T22:30:00.948Z Updating git repository `https://github.com/oxidecomputer/opte`
8012026-05-15T22:30:01.555ZFrom https://github.com/oxidecomputer/opte
8022026-05-15T22:30:01.555Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8032026-05-15T22:30:01.749Z Updating git repository `https://github.com/illumos/smf-rs`
8042026-05-15T22:30:02.102ZFrom https://github.com/illumos/smf-rs
8052026-05-15T22:30:02.102Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8062026-05-15T22:30:02.188Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8072026-05-15T22:30:02.512ZFrom https://github.com/oxidecomputer/network-interface
8082026-05-15T22:30:02.512Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8092026-05-15T22:30:02.519Z Updating git repository `https://github.com/oxidecomputer/zone`
8102026-05-15T22:30:02.874ZFrom https://github.com/oxidecomputer/zone
8112026-05-15T22:30:02.874Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8122026-05-15T22:30:02.902Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132026-05-15T22:30:03.913ZFrom https://github.com/oxidecomputer/propolis
8142026-05-15T22:30:03.913Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8152026-05-15T22:30:04.120Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8162026-05-15T22:30:04.659ZFrom https://github.com/oxidecomputer/transceiver-control
8172026-05-15T22:30:04.659Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8182026-05-15T22:30:04.669Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8192026-05-15T22:30:04.956ZFrom https://github.com/oxidecomputer/dlpi-sys
8202026-05-15T22:30:04.956Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8212026-05-15T22:30:04.971Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8222026-05-15T22:30:05.270ZFrom https://github.com/jmesmon/rust-libzfs
8232026-05-15T22:30:05.270Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8242026-05-15T22:30:05.278Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8252026-05-15T22:30:05.514ZFrom https://github.com/oxidecomputer/rusty-doors
8262026-05-15T22:30:05.514Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8272026-05-15T22:30:05.553Z Updating git repository `https://github.com/oxidecomputer/lldp`
8282026-05-15T22:30:05.873ZFrom https://github.com/oxidecomputer/lldp
8292026-05-15T22:30:05.873Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8302026-05-15T22:30:05.881Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8312026-05-15T22:30:06.156ZFrom https://github.com/oxidecomputer/slog-error-chain
8322026-05-15T22:30:06.156Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8332026-05-15T22:30:06.246Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8342026-05-15T22:30:06.550ZFrom https://github.com/oxidecomputer/tufaceous
8352026-05-15T22:30:06.550Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8362026-05-15T22:30:06.628Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8372026-05-15T22:30:07.104ZFrom https://github.com/oxidecomputer/management-gateway-service
8382026-05-15T22:30:07.104Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8392026-05-15T22:30:07.119Z Updating git repository `https://github.com/oxidecomputer/crucible`
8402026-05-15T22:30:08.208ZFrom https://github.com/oxidecomputer/crucible
8412026-05-15T22:30:08.208Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8422026-05-15T22:30:08.325Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8432026-05-15T22:30:08.596ZFrom https://github.com/oxidecomputer/serde_human_bytes
8442026-05-15T22:30:08.596Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8452026-05-15T22:30:08.805Z Updating git repository `https://github.com/oxidecomputer/propolis`
8462026-05-15T22:30:09.148ZFrom https://github.com/oxidecomputer/propolis
8472026-05-15T22:30:09.148Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8482026-05-15T22:30:09.269Z Updating git repository `https://github.com/oxidecomputer/tofino`
8492026-05-15T22:30:09.597ZFrom https://github.com/oxidecomputer/tofino
8502026-05-15T22:30:09.597Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8512026-05-15T22:30:09.621Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8522026-05-15T22:30:10.271ZFrom https://github.com/oxidecomputer/maghemite
8532026-05-15T22:30:10.271Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8542026-05-15T22:30:10.334Z Updating git repository `https://github.com/oxidecomputer/clickward`
8552026-05-15T22:30:10.722ZFrom https://github.com/oxidecomputer/clickward
8562026-05-15T22:30:10.722Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8572026-05-15T22:30:10.733Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-05-15T22:30:11.096ZFrom https://github.com/oxidecomputer/crucible
8592026-05-15T22:30:11.096Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8602026-05-15T22:30:11.371Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8612026-05-15T22:30:11.674ZFrom https://github.com/oxidecomputer/illumos-devinfo
8622026-05-15T22:30:11.674Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8632026-05-15T22:30:12.434Z Downloading crates ...
8642026-05-15T22:30:12.536Z Downloaded aead v0.5.2
8652026-05-15T22:30:12.539Z Downloaded arrayvec v0.7.6
8662026-05-15T22:30:12.543Z Downloaded async-compression v0.4.42
8672026-05-15T22:30:12.548Z Downloaded ciborium-io v0.2.2
8682026-05-15T22:30:12.565Z Downloaded hostname v0.3.1
8692026-05-15T22:30:12.568Z Downloaded foreign-types-macros v0.2.3
8702026-05-15T22:30:12.570Z Downloaded group v0.13.0
8712026-05-15T22:30:12.576Z Downloaded num v0.4.3
8722026-05-15T22:30:12.579Z Downloaded httpdate v1.0.3
8732026-05-15T22:30:12.582Z Downloaded keccak v0.1.6
8742026-05-15T22:30:12.585Z Downloaded internet-checksum v0.2.1
8752026-05-15T22:30:12.588Z Downloaded hostname v0.4.2
8762026-05-15T22:30:12.592Z Downloaded cpufeatures v0.3.0
8772026-05-15T22:30:12.595Z Downloaded newtype_derive v0.1.6
8782026-05-15T22:30:12.597Z Downloaded cancel-safe-futures v0.1.5
8792026-05-15T22:30:12.600Z Downloaded git-stub-vcs v0.1.0
8802026-05-15T22:30:12.603Z Downloaded cookie v0.18.1
8812026-05-15T22:30:12.603Z Downloaded dunce v1.0.5
8822026-05-15T22:30:12.605Z Downloaded async-recursion v1.1.1
8832026-05-15T22:30:12.608Z Downloaded base16ct v0.2.0
8842026-05-15T22:30:12.611Z Downloaded mime v0.3.17
8852026-05-15T22:30:12.611Z Downloaded hubpack v0.1.2
8862026-05-15T22:30:12.615Z Downloaded dof v0.4.0
8872026-05-15T22:30:12.615Z Downloaded multer v3.1.0
8882026-05-15T22:30:12.618Z Downloaded memmap2 v0.9.10
8892026-05-15T22:30:12.618Z Downloaded defmt-macros v1.0.1
8902026-05-15T22:30:12.620Z Downloaded expectorate v1.2.0
8912026-05-15T22:30:12.623Z Downloaded crossbeam-deque v0.8.6
8922026-05-15T22:30:12.623Z Downloaded fixedbitset v0.4.2
8932026-05-15T22:30:12.626Z Downloaded newline-converter v0.3.0
8942026-05-15T22:30:12.630Z Downloaded cobs v0.3.0
8952026-05-15T22:30:12.630Z Downloaded base16ct v1.0.0
8962026-05-15T22:30:12.634Z Downloaded cstr-argument v0.1.2
8972026-05-15T22:30:12.634Z Downloaded async-stream-impl v0.3.6
8982026-05-15T22:30:12.634Z Downloaded memmap v0.7.0
8992026-05-15T22:30:12.634Z Downloaded dropshot-api-manager-types v0.7.1
9002026-05-15T22:30:12.637Z Downloaded hash32 v0.3.1
9012026-05-15T22:30:12.637Z Downloaded compression-core v0.4.32
9022026-05-15T22:30:12.637Z Downloaded instant v0.1.13
9032026-05-15T22:30:12.640Z Downloaded crc8 v0.1.1
9042026-05-15T22:30:12.640Z Downloaded convert_case v0.4.0
9052026-05-15T22:30:12.640Z Downloaded managed v0.8.0
9062026-05-15T22:30:12.643Z Downloaded konst_macro_rules v0.2.19
9072026-05-15T22:30:12.643Z Downloaded const-random v0.1.18
9082026-05-15T22:30:12.645Z Downloaded num_enum_derive v0.5.11
9092026-05-15T22:30:12.646Z Downloaded dtrace-parser v0.3.0
9102026-05-15T22:30:12.648Z Downloaded async-stream v0.3.6
9112026-05-15T22:30:12.648Z Downloaded fxhash v0.2.1
9122026-05-15T22:30:12.651Z Downloaded git-stub v1.0.0
9132026-05-15T22:30:12.651Z Downloaded bit-set v0.8.0
9142026-05-15T22:30:12.654Z Downloaded gethostname v0.5.0
9152026-05-15T22:30:12.654Z Downloaded lru-cache v0.1.2
9162026-05-15T22:30:12.657Z Downloaded embedded-io v0.6.1
9172026-05-15T22:30:12.657Z Downloaded ciborium-ll v0.2.2
9182026-05-15T22:30:12.657Z Downloaded num-iter v0.1.45
9192026-05-15T22:30:12.660Z Downloaded ident_case v1.0.1
9202026-05-15T22:30:12.660Z Downloaded dtrace-parser v0.2.0
9212026-05-15T22:30:12.660Z Downloaded num_threads v0.1.7
9222026-05-15T22:30:12.663Z Downloaded darling_macro v0.21.3
9232026-05-15T22:30:12.663Z Downloaded enum-as-inner v0.6.1
9242026-05-15T22:30:12.666Z Downloaded embedded-io v0.4.0
9252026-05-15T22:30:12.666Z Downloaded arrayref v0.3.9
9262026-05-15T22:30:12.668Z Downloaded libscf-sys v1.2.0
9272026-05-15T22:30:12.668Z Downloaded crunchy v0.2.4
9282026-05-15T22:30:12.671Z Downloaded inout v0.1.4
9292026-05-15T22:30:12.671Z Downloaded dyn-clone v1.0.20
9302026-05-15T22:30:12.671Z Downloaded crucible-workspace-hack v0.1.0
9312026-05-15T22:30:12.675Z Downloaded const-random-macro v0.1.16
9322026-05-15T22:30:12.675Z Downloaded memoffset v0.9.1
9332026-05-15T22:30:12.678Z Downloaded macaddr v1.0.1
9342026-05-15T22:30:12.678Z Downloaded is-terminal v0.4.17
9352026-05-15T22:30:12.678Z Downloaded heck v0.4.1
9362026-05-15T22:30:12.678Z Downloaded float-ord v0.3.2
9372026-05-15T22:30:12.681Z Downloaded natord v1.0.9
9382026-05-15T22:30:12.681Z Downloaded daft-derive v0.1.5
9392026-05-15T22:30:12.684Z Downloaded match_cfg v0.1.0
9402026-05-15T22:30:12.691Z Downloaded linked-hash-map v0.5.6
9412026-05-15T22:30:12.694Z Downloaded chacha20 v0.10.0
9422026-05-15T22:30:12.694Z Downloaded omicron-workspace-hack v0.1.0
9432026-05-15T22:30:12.694Z Downloaded opaque-debug v0.3.1
9442026-05-15T22:30:12.694Z Downloaded olpc-cjson v0.1.4
9452026-05-15T22:30:12.694Z Downloaded num-derive v0.4.2
9462026-05-15T22:30:12.694Z Downloaded idna_adapter v1.2.2
9472026-05-15T22:30:12.698Z Downloaded icu_properties v2.2.0
9482026-05-15T22:30:12.698Z Downloaded foreign-types v0.5.0
9492026-05-15T22:30:12.698Z Downloaded foreign-types-shared v0.3.1
9502026-05-15T22:30:12.701Z Downloaded potential_utf v0.1.5
9512026-05-15T22:30:12.701Z Downloaded num-conv v0.2.1
9522026-05-15T22:30:12.705Z Downloaded no-std-compat v0.4.1
9532026-05-15T22:30:12.705Z Downloaded hubpack_derive v0.1.1
9542026-05-15T22:30:12.705Z Downloaded dof v0.3.0
9552026-05-15T22:30:12.708Z Downloaded derive-ex v0.1.8
9562026-05-15T22:30:12.708Z Downloaded defmt v0.3.100
9572026-05-15T22:30:12.708Z Downloaded darling_macro v0.23.0
9582026-05-15T22:30:12.711Z Downloaded newtype-uuid-macros v0.1.0
9592026-05-15T22:30:12.711Z Downloaded hashbrown v0.12.3
9602026-05-15T22:30:12.714Z Downloaded backoff v0.4.0
9612026-05-15T22:30:12.718Z Downloaded parse-display v0.10.0
9622026-05-15T22:30:12.718Z Downloaded data-encoding v2.11.0
9632026-05-15T22:30:12.718Z Downloaded cmake v0.1.58
9642026-05-15T22:30:12.722Z Downloaded bytecount v0.6.9
9652026-05-15T22:30:12.722Z Downloaded pretty-hex v0.4.2
9662026-05-15T22:30:12.724Z Downloaded icu_provider v2.2.0
9672026-05-15T22:30:12.724Z Downloaded bs58 v0.5.1
9682026-05-15T22:30:12.727Z Downloaded erased-serde v0.3.31
9692026-05-15T22:30:12.733Z Downloaded glob v0.3.3
9702026-05-15T22:30:12.733Z Downloaded libsw v3.5.0
9712026-05-15T22:30:12.736Z Downloaded constant_time_eq v0.4.2
9722026-05-15T22:30:12.737Z Downloaded ff v0.13.1
9732026-05-15T22:30:12.737Z Downloaded daft v0.1.5
9742026-05-15T22:30:12.740Z Downloaded byte-wrapper v0.1.0
9752026-05-15T22:30:12.740Z Downloaded ingot v0.1.1
9762026-05-15T22:30:12.743Z Downloaded num-integer v0.1.46
9772026-05-15T22:30:12.743Z Downloaded backon v1.6.0
9782026-05-15T22:30:12.747Z Downloaded progenitor-client v0.10.0
9792026-05-15T22:30:12.747Z Downloaded proc-macro-error-attr2 v2.0.0
9802026-05-15T22:30:12.751Z Downloaded proc-macro-error-attr v1.0.4
9812026-05-15T22:30:12.751Z Downloaded fs-err v3.3.0
9822026-05-15T22:30:12.751Z Downloaded const_format_proc_macros v0.2.34
9832026-05-15T22:30:12.755Z Downloaded progenitor-client v0.11.2
9842026-05-15T22:30:12.755Z Downloaded defmt-parser v1.0.0
9852026-05-15T22:30:12.755Z Downloaded csv-core v0.1.13
9862026-05-15T22:30:12.758Z Downloaded num-complex v0.4.6
9872026-05-15T22:30:12.758Z Downloaded progenitor-client v0.14.0
9882026-05-15T22:30:12.758Z Downloaded progenitor-macro v0.10.0
9892026-05-15T22:30:12.758Z Downloaded proc-macro-crate v1.3.1
9902026-05-15T22:30:12.761Z Downloaded libsw-core v0.3.2
9912026-05-15T22:30:12.761Z Downloaded ingot-types v0.1.2
9922026-05-15T22:30:12.765Z Downloaded crossbeam-epoch v0.9.18
9932026-05-15T22:30:12.765Z Downloaded compression-codecs v0.4.38
9942026-05-15T22:30:12.767Z Downloaded progenitor-macro v0.14.0
9952026-05-15T22:30:12.772Z Downloaded proc-macro-crate v3.5.0
9962026-05-15T22:30:12.772Z Downloaded poly1305 v0.8.0
9972026-05-15T22:30:12.772Z Downloaded progenitor-macro v0.13.0
9982026-05-15T22:30:12.775Z Downloaded rand_xorshift v0.4.0
9992026-05-15T22:30:12.775Z Downloaded num_enum v0.7.6
10002026-05-15T22:30:12.778Z Downloaded ref-cast v1.0.25
10012026-05-15T22:30:12.781Z Downloaded rand_chacha v0.3.1
10022026-05-15T22:30:12.781Z Downloaded fs_extra v1.3.0
10032026-05-15T22:30:12.785Z Downloaded anyhow v1.0.102
10042026-05-15T22:30:12.785Z Downloaded num_enum v0.5.11
10052026-05-15T22:30:12.788Z Downloaded highway v1.3.0
10062026-05-15T22:30:12.791Z Downloaded password-hash v0.5.0
10072026-05-15T22:30:12.791Z Downloaded hmac v0.12.1
10082026-05-15T22:30:12.791Z Downloaded deranged v0.5.8
10092026-05-15T22:30:12.794Z Downloaded oxide-tokio-rt v0.1.5
10102026-05-15T22:30:12.794Z Downloaded drift v0.1.4
10112026-05-15T22:30:12.799Z Downloaded rustc_version v0.1.7
10122026-05-15T22:30:12.802Z Downloaded ref-cast-impl v1.0.25
10132026-05-15T22:30:12.802Z Downloaded same-file v1.0.6
10142026-05-15T22:30:12.802Z Downloaded argon2 v0.5.3
10152026-05-15T22:30:12.805Z Downloaded proc-macro-error v1.0.4
10162026-05-15T22:30:12.811Z Downloaded scroll_derive v0.13.1
10172026-05-15T22:30:12.811Z Downloaded darling v0.21.3
10182026-05-15T22:30:12.811Z Downloaded progenitor-macro v0.11.2
10192026-05-15T22:30:12.813Z Downloaded progenitor-extras v0.2.0
10202026-05-15T22:30:12.813Z Downloaded serde_repr v0.1.20
10212026-05-15T22:30:12.814Z Downloaded icu_normalizer v2.2.0
10222026-05-15T22:30:12.816Z Downloaded serial_test v3.4.0
10232026-05-15T22:30:12.816Z Downloaded serde_plain v1.0.2
10242026-05-15T22:30:12.819Z Downloaded console v0.16.3
10252026-05-15T22:30:12.819Z Downloaded colored v3.1.1
10262026-05-15T22:30:12.823Z Downloaded diff v0.1.13
10272026-05-15T22:30:12.823Z Downloaded slog-envlogger v2.2.0
10282026-05-15T22:30:12.827Z Downloaded darling v0.23.0
10292026-05-15T22:30:12.830Z Downloaded rand_core v0.10.1
10302026-05-15T22:30:12.830Z Downloaded siphasher v1.0.3
10312026-05-15T22:30:12.830Z Downloaded pest_generator v2.8.6
10322026-05-15T22:30:12.833Z Downloaded postcard v1.1.3
10332026-05-15T22:30:12.833Z Downloaded parking_lot_core v0.8.6
10342026-05-15T22:30:12.837Z Downloaded pin-project-internal v1.1.12
10352026-05-15T22:30:12.837Z Downloaded ipnetwork v0.21.1
10362026-05-15T22:30:12.837Z Downloaded foldhash v0.2.0
10372026-05-15T22:30:12.841Z Downloaded scroll_derive v0.12.1
10382026-05-15T22:30:12.841Z Downloaded resolv-conf v0.7.6
10392026-05-15T22:30:12.841Z Downloaded icu_locale_core v2.2.0
10402026-05-15T22:30:12.844Z Downloaded slog-bunyan v2.5.0
10412026-05-15T22:30:12.844Z Downloaded progenitor v0.13.0
10422026-05-15T22:30:12.847Z Downloaded progenitor v0.11.2
10432026-05-15T22:30:12.847Z Downloaded proc-macro-error2 v2.0.1
10442026-05-15T22:30:12.851Z Downloaded structmeta-derive v0.3.0
10452026-05-15T22:30:12.851Z Downloaded spin v0.5.2
10462026-05-15T22:30:12.851Z Downloaded smawk v0.3.2
10472026-05-15T22:30:12.851Z Downloaded sigpipe v0.1.3
10482026-05-15T22:30:12.855Z Downloaded strum v0.27.2
10492026-05-15T22:30:12.855Z Downloaded structmeta v0.3.0
10502026-05-15T22:30:12.855Z Downloaded stable_deref_trait v1.2.1
10512026-05-15T22:30:12.855Z Downloaded serial_test_derive v3.4.0
10522026-05-15T22:30:12.855Z Downloaded serde-big-array v0.5.1
10532026-05-15T22:30:12.859Z Downloaded rusty-fork v0.3.1
10542026-05-15T22:30:12.859Z Downloaded semver v0.1.20
10552026-05-15T22:30:12.859Z Downloaded secrecy v0.10.3
10562026-05-15T22:30:12.859Z Downloaded litemap v0.8.2
10572026-05-15T22:30:12.862Z Downloaded icu_collections v2.2.0
10582026-05-15T22:30:12.865Z Downloaded strum v0.26.3
10592026-05-15T22:30:12.865Z Downloaded elliptic-curve v0.13.8
10602026-05-15T22:30:12.868Z Downloaded dropshot_endpoint v0.17.0
10612026-05-15T22:30:12.868Z Downloaded allocator-api2 v0.2.21
10622026-05-15T22:30:12.875Z Downloaded tabwriter v1.4.1
10632026-05-15T22:30:12.877Z Downloaded tabled_derive v0.7.0
10642026-05-15T22:30:12.877Z Downloaded tabled_derive v0.11.0
10652026-05-15T22:30:12.877Z Downloaded omicron-zone-package v0.12.2
10662026-05-15T22:30:12.878Z Downloaded derive_more v0.99.20
10672026-05-15T22:30:12.882Z Downloaded sdd v3.0.10
10682026-05-15T22:30:12.882Z Downloaded serde_tokenstream v0.2.3
10692026-05-15T22:30:12.882Z Downloaded serde_derive_internals v0.29.1
10702026-05-15T22:30:12.885Z Downloaded rustls-pemfile v2.2.0
10712026-05-15T22:30:12.885Z Downloaded rustls-native-certs v0.8.3
10722026-05-15T22:30:12.885Z Downloaded progenitor-client v0.13.0
10732026-05-15T22:30:12.900Z Downloaded num-rational v0.4.2
10742026-05-15T22:30:12.900Z Downloaded ingot-macros v0.1.1
10752026-05-15T22:30:12.900Z Downloaded bit-vec v0.8.0
10762026-05-15T22:30:12.900Z Downloaded testing_table v0.3.0
10772026-05-15T22:30:12.900Z Downloaded termtree v0.5.1
10782026-05-15T22:30:12.900Z Downloaded take_mut v0.2.2
10792026-05-15T22:30:12.900Z Downloaded time-core v0.1.8
10802026-05-15T22:30:12.900Z Downloaded thiserror-impl-no-std v2.0.2
10812026-05-15T22:30:12.900Z Downloaded tagptr v0.2.0
10822026-05-15T22:30:12.900Z Downloaded phf v0.12.1
10832026-05-15T22:30:12.900Z Downloaded crossbeam-utils v0.8.21
10842026-05-15T22:30:12.900Z Downloaded topological-sort v0.2.2
10852026-05-15T22:30:12.900Z Downloaded scroll v0.13.0
10862026-05-15T22:30:12.900Z Downloaded pest_derive v2.8.6
10872026-05-15T22:30:12.905Z Downloaded schemars_derive v0.8.22
10882026-05-15T22:30:12.905Z Downloaded linear-map v1.2.0
10892026-05-15T22:30:12.905Z Downloaded arc-swap v1.9.1
10902026-05-15T22:30:12.909Z Downloaded darling_core v0.21.3
10912026-05-15T22:30:12.909Z Downloaded ciborium v0.2.2
10922026-05-15T22:30:12.913Z Downloaded rhai_codegen v3.1.0
10932026-05-15T22:30:12.916Z Downloaded slog-term v2.9.2
10942026-05-15T22:30:12.916Z Downloaded slog-stdlog v4.1.1
10952026-05-15T22:30:12.916Z Downloaded indexmap v1.9.3
10962026-05-15T22:30:12.919Z Downloaded slog-dtrace v0.3.0
10972026-05-15T22:30:12.920Z Downloaded half v2.7.1
10982026-05-15T22:30:12.922Z Downloaded typify-macro v0.4.3
10992026-05-15T22:30:12.922Z Downloaded thread-id v5.1.0
11002026-05-15T22:30:12.922Z Downloaded const_format v0.2.36
11012026-05-15T22:30:12.926Z Downloaded cargo_toml v0.22.3
11022026-05-15T22:30:12.926Z Downloaded blake2 v0.10.6
11032026-05-15T22:30:12.929Z Downloaded progenitor v0.10.0
11042026-05-15T22:30:12.929Z Downloaded async-trait v0.1.89
11052026-05-15T22:30:12.932Z Downloaded filetime v0.2.28
11062026-05-15T22:30:12.932Z Downloaded typify-macro v0.6.2
11072026-05-15T22:30:12.935Z Downloaded darling_core v0.23.0
11082026-05-15T22:30:12.938Z Downloaded universal-hash v0.5.1
11092026-05-15T22:30:12.938Z Downloaded unit-prefix v0.5.2
11102026-05-15T22:30:12.938Z Downloaded quick-error v1.2.3
11112026-05-15T22:30:12.938Z Downloaded usdt v0.5.0
11122026-05-15T22:30:12.938Z Downloaded unarray v0.1.4
11132026-05-15T22:30:12.942Z Downloaded usdt v0.6.0
11142026-05-15T22:30:12.942Z Downloaded slog-json v2.6.1
11152026-05-15T22:30:12.942Z Downloaded usdt-macro v0.6.0
11162026-05-15T22:30:12.942Z Downloaded usdt-attr-macro v0.5.0
11172026-05-15T22:30:12.946Z Downloaded synstructure v0.13.2
11182026-05-15T22:30:12.947Z Downloaded slog-async v2.8.0
11192026-05-15T22:30:12.947Z Downloaded snafu-derive v0.8.9
11202026-05-15T22:30:12.947Z Downloaded waitgroup v0.1.2
11212026-05-15T22:30:12.950Z Downloaded untrusted v0.7.1
11222026-05-15T22:30:12.950Z Downloaded smf v0.2.3
11232026-05-15T22:30:12.950Z Downloaded usdt-macro v0.5.0
11242026-05-15T22:30:12.950Z Downloaded smartstring v1.0.1
11252026-05-15T22:30:12.950Z Downloaded wait-timeout v0.2.1
11262026-05-15T22:30:12.950Z Downloaded utf-8 v0.7.6
11272026-05-15T22:30:12.950Z Downloaded heapless v0.8.0
11282026-05-15T22:30:12.953Z Downloaded scroll v0.12.0
11292026-05-15T22:30:12.953Z Downloaded serde_with_macros v3.20.0
11302026-05-15T22:30:12.956Z Downloaded papergrid v0.11.0
11312026-05-15T22:30:12.960Z Downloaded tokio-rustls v0.25.0
11322026-05-15T22:30:12.960Z Downloaded tokio-dtrace v0.1.1
11332026-05-15T22:30:12.966Z Downloaded tinystr v0.8.3
11342026-05-15T22:30:12.966Z Downloaded tiny-keccak v2.0.2
11352026-05-15T22:30:12.966Z Downloaded time-macros v0.2.27
11362026-05-15T22:30:12.969Z Downloaded strum_macros v0.27.2
11372026-05-15T22:30:12.969Z Downloaded zeroize_derive v1.4.3
11382026-05-15T22:30:12.969Z Downloaded rustversion v1.0.22
11392026-05-15T22:30:12.969Z Downloaded zone_cfg_derive v0.3.1
11402026-05-15T22:30:12.969Z Downloaded zone v0.3.1
11412026-05-15T22:30:12.969Z Downloaded yoke-derive v0.8.2
11422026-05-15T22:30:12.972Z Downloaded thread-id v4.2.2
11432026-05-15T22:30:12.972Z Downloaded progenitor-impl v0.11.2
11442026-05-15T22:30:12.972Z Downloaded zerofrom v0.1.7
11452026-05-15T22:30:12.972Z Downloaded pest_meta v2.8.6
11462026-05-15T22:30:12.976Z Downloaded parking_lot v0.11.2
11472026-05-15T22:30:12.976Z Downloaded papergrid v0.17.0
11482026-05-15T22:30:12.979Z Downloaded zerofrom-derive v0.1.7
11492026-05-15T22:30:12.979Z Downloaded icu_normalizer_data v2.2.0
11502026-05-15T22:30:12.984Z Downloaded sha1 v0.10.6
11512026-05-15T22:30:12.984Z Downloaded plain v0.2.3
11522026-05-15T22:30:12.984Z Downloaded pem v3.0.6
11532026-05-15T22:30:12.984Z Downloaded pin-project v1.1.12
11542026-05-15T22:30:12.988Z Downloaded strum_macros v0.26.4
11552026-05-15T22:30:12.991Z Downloaded slog-scope v4.4.1
11562026-05-15T22:30:12.991Z Downloaded paste v1.0.15
11572026-05-15T22:30:12.994Z Downloaded parse-display-derive v0.10.0
11582026-05-15T22:30:12.994Z Downloaded num_enum_derive v0.7.6
11592026-05-15T22:30:12.994Z Downloaded defmt v1.0.1
11602026-05-15T22:30:12.997Z Downloaded byteorder v1.5.0
11612026-05-15T22:30:13.000Z Downloaded chacha20 v0.9.1
11622026-05-15T22:30:13.000Z Downloaded powerfmt v0.2.0
11632026-05-15T22:30:13.000Z Downloaded phf_shared v0.12.1
11642026-05-15T22:30:13.004Z Downloaded usdt-attr-macro v0.6.0
11652026-05-15T22:30:13.004Z Downloaded thiserror-no-std v2.0.2
11662026-05-15T22:30:13.008Z Downloaded walkdir v2.5.0
11672026-05-15T22:30:13.008Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-05-15T22:30:13.008Z Downloaded spin v0.9.8
11692026-05-15T22:30:13.008Z Downloaded progenitor-impl v0.13.0
11702026-05-15T22:30:13.008Z Downloaded progenitor v0.14.0
11712026-05-15T22:30:13.014Z Downloaded serde_yaml v0.9.34+deprecated
11722026-05-15T22:30:13.014Z Downloaded konst v0.2.20
11732026-05-15T22:30:13.017Z Downloaded usdt-impl v0.6.0
11742026-05-15T22:30:13.017Z Downloaded usdt-impl v0.5.0
11752026-05-15T22:30:13.017Z Downloaded tokio-tungstenite v0.21.0
11762026-05-15T22:30:13.017Z Downloaded progenitor-impl v0.14.0
11772026-05-15T22:30:13.021Z Downloaded writeable v0.6.3
11782026-05-15T22:30:13.021Z Downloaded similar v2.7.0
11792026-05-15T22:30:13.024Z Downloaded zerovec-derive v0.11.3
11802026-05-15T22:30:13.024Z Downloaded vsss-rs v3.3.4
11812026-05-15T22:30:13.027Z Downloaded dropshot-api-manager v0.7.1
11822026-05-15T22:30:13.027Z Downloaded rayon-core v1.13.0
11832026-05-15T22:30:13.030Z Downloaded rustls-platform-verifier v0.7.0
11842026-05-15T22:30:13.030Z Downloaded displaydoc v0.2.5
11852026-05-15T22:30:13.033Z Downloaded schemars v0.8.22
11862026-05-15T22:30:13.039Z Downloaded ucd-trie v0.1.7
11872026-05-15T22:30:13.042Z Downloaded crossbeam-channel v0.5.15
11882026-05-15T22:30:13.042Z Downloaded prettyplease v0.2.37
11892026-05-15T22:30:13.045Z Downloaded chacha20poly1305 v0.10.1
11902026-05-15T22:30:13.045Z Downloaded term v1.2.1
11912026-05-15T22:30:13.048Z Downloaded base64 v0.21.7
11922026-05-15T22:30:13.051Z Downloaded toml v0.7.8
11932026-05-15T22:30:13.051Z Downloaded test-strategy v0.4.5
11942026-05-15T22:30:13.054Z Downloaded jiff-static v0.2.24
11952026-05-15T22:30:13.058Z Downloaded rand v0.8.6
11962026-05-15T22:30:13.058Z Downloaded qorb v0.4.1
11972026-05-15T22:30:13.061Z Downloaded indicatif v0.18.4
11982026-05-15T22:30:13.064Z Downloaded typify v0.6.2
11992026-05-15T22:30:13.070Z Downloaded crypto-bigint v0.5.5
12002026-05-15T22:30:13.073Z Downloaded unsafe-libyaml v0.2.11
12012026-05-15T22:30:13.073Z Downloaded thin-vec v0.2.18
12022026-05-15T22:30:13.073Z Downloaded pretty_assertions v1.4.1
12032026-05-15T22:30:13.078Z Downloaded hickory-resolver v0.24.4
12042026-05-15T22:30:13.078Z Downloaded minimal-lexical v0.2.1
12052026-05-15T22:30:13.081Z Downloaded tungstenite v0.21.0
12062026-05-15T22:30:13.081Z Downloaded toml_edit v0.25.11+spec-1.1.0
12072026-05-15T22:30:13.084Z Downloaded slog v2.8.2
12082026-05-15T22:30:13.084Z Downloaded steno v0.4.1
12092026-05-15T22:30:13.087Z Downloaded progenitor-impl v0.10.0
12102026-05-15T22:30:13.087Z Downloaded critical-section v1.2.0
12112026-05-15T22:30:13.090Z Downloaded oxnet v0.1.5
12122026-05-15T22:30:13.090Z Downloaded cipher v0.4.4
12132026-05-15T22:30:13.090Z Downloaded bcs v0.1.6
12142026-05-15T22:30:13.093Z Downloaded bitflags v1.3.2
12152026-05-15T22:30:13.098Z Downloaded whoami v1.6.1
12162026-05-15T22:30:13.101Z Downloaded pest v2.8.6
12172026-05-15T22:30:13.104Z Downloaded zerocopy-derive v0.7.35
12182026-05-15T22:30:13.106Z Downloaded yoke v0.8.2
12192026-05-15T22:30:13.110Z Downloaded xz2 v0.1.7
12202026-05-15T22:30:13.113Z Downloaded schemars v0.9.0
12212026-05-15T22:30:13.120Z Downloaded hickory-resolver v0.25.2
12222026-05-15T22:30:13.123Z Downloaded typify v0.4.3
12232026-05-15T22:30:13.126Z Downloaded rand v0.10.1
12242026-05-15T22:30:13.129Z Downloaded toml v0.9.12+spec-1.1.0
12252026-05-15T22:30:13.163Z Downloaded nom v7.1.3
12262026-05-15T22:30:13.172Z Downloaded reqwest v0.13.3
12272026-05-15T22:30:13.178Z Downloaded snafu v0.8.9
12282026-05-15T22:30:13.182Z Downloaded blake3 v1.8.5
12292026-05-15T22:30:13.188Z Downloaded yansi v1.0.1
12302026-05-15T22:30:13.195Z Downloaded tough v0.20.0
12312026-05-15T22:30:13.202Z Downloaded icu_properties_data v2.2.0
12322026-05-15T22:30:13.208Z Downloaded toml_edit v0.19.15
12332026-05-15T22:30:13.217Z Downloaded zerocopy v0.7.35
12342026-05-15T22:30:13.226Z Downloaded zerotrie v0.2.4
12352026-05-15T22:30:13.228Z Downloaded itertools v0.12.1
12362026-05-15T22:30:13.232Z Downloaded hashbrown v0.16.1
12372026-05-15T22:30:13.234Z Downloaded tabled v0.15.0
12382026-05-15T22:30:13.243Z Downloaded zerocopy-derive v0.8.48
12392026-05-15T22:30:13.248Z Downloaded iddqd v0.3.18
12402026-05-15T22:30:13.251Z Downloaded csv v1.4.0
12412026-05-15T22:30:13.262Z Downloaded tabled v0.20.0
12422026-05-15T22:30:13.272Z Downloaded typed-path v0.9.3
12432026-05-15T22:30:13.275Z Downloaded libm v0.2.16
12442026-05-15T22:30:13.281Z Downloaded scc v2.4.0
12452026-05-15T22:30:13.284Z Downloaded hkdf v0.12.4
12462026-05-15T22:30:13.287Z Downloaded nom v8.0.0
12472026-05-15T22:30:13.289Z Downloaded serde_with v3.20.0
12482026-05-15T22:30:13.293Z Downloaded aws-lc-rs v1.16.3
12492026-05-15T22:30:13.298Z Downloaded time v0.3.47
12502026-05-15T22:30:13.305Z Downloaded zerovec v0.11.6
12512026-05-15T22:30:13.308Z Downloaded schemars v1.2.1
12522026-05-15T22:30:13.320Z Downloaded rayon v1.12.0
12532026-05-15T22:30:13.333Z Downloaded goblin v0.8.2
12542026-05-15T22:30:13.336Z Downloaded regress v0.11.1
12552026-05-15T22:30:13.339Z Downloaded regress v0.10.5
12562026-05-15T22:30:13.349Z Downloaded dropshot v0.17.0
12572026-05-15T22:30:13.362Z Downloaded proptest v1.11.0
12582026-05-15T22:30:13.365Z Downloaded winnow v0.5.40
12592026-05-15T22:30:13.374Z Downloaded rustls-webpki v0.102.8
12602026-05-15T22:30:13.383Z Downloaded winnow v1.0.2
12612026-05-15T22:30:13.389Z Downloaded moka v0.12.15
12622026-05-15T22:30:13.393Z Downloaded goblin v0.10.5
12632026-05-15T22:30:13.399Z Downloaded typify-impl v0.6.2
12642026-05-15T22:30:13.413Z Downloaded sled v0.34.7
12652026-05-15T22:30:13.419Z Downloaded typify-impl v0.4.3
12662026-05-15T22:30:13.432Z Downloaded syn v1.0.109
12672026-05-15T22:30:13.464Z Downloaded petgraph v0.6.5
12682026-05-15T22:30:13.473Z Downloaded smoltcp v0.11.0
12692026-05-15T22:30:13.479Z Downloaded rustls v0.22.4
12702026-05-15T22:30:13.488Z Downloaded nix v0.31.3
12712026-05-15T22:30:13.493Z Downloaded chrono-tz v0.10.4
12722026-05-15T22:30:13.502Z Downloaded openapiv3 v2.2.0
12732026-05-15T22:30:13.508Z Downloaded hickory-proto v0.24.4
12742026-05-15T22:30:13.520Z Downloaded hickory-proto v0.25.2
12752026-05-15T22:30:13.526Z Downloaded rhai v1.24.0
12762026-05-15T22:30:13.567Z Downloaded lzma-sys v0.1.20
12772026-05-15T22:30:13.584Z Downloaded jiff v0.2.24
12782026-05-15T22:30:13.598Z Downloaded sha3 v0.10.9
12792026-05-15T22:30:13.608Z Downloaded encoding_rs v0.8.35
12802026-05-15T22:30:14.165Z Downloaded aws-lc-sys v0.40.0
12812026-05-15T22:30:15.065Z Compiling proc-macro2 v1.0.106
12822026-05-15T22:30:15.065Z Compiling unicode-ident v1.0.24
12832026-05-15T22:30:15.065Z Compiling quote v1.0.45
12842026-05-15T22:30:15.065Z Compiling serde_core v1.0.228
12852026-05-15T22:30:15.065Z Compiling cfg-if v1.0.4
12862026-05-15T22:30:15.065Z Compiling serde v1.0.228
12872026-05-15T22:30:15.065Z Compiling libc v0.2.186
12882026-05-15T22:30:15.069Z Compiling memchr v2.8.0
12892026-05-15T22:30:15.260Z Compiling itoa v1.0.18
12902026-05-15T22:30:15.436Z Compiling smallvec v1.15.1
12912026-05-15T22:30:15.485Z Compiling zmij v1.0.21
12922026-05-15T22:30:15.495Z Compiling autocfg v1.5.0
12932026-05-15T22:30:15.629Z Compiling libm v0.2.16
12942026-05-15T22:30:15.827Z Compiling stable_deref_trait v1.2.1
12952026-05-15T22:30:15.846Z Compiling percent-encoding v2.3.2
12962026-05-15T22:30:15.896Z Compiling litemap v0.8.2
12972026-05-15T22:30:15.956Z Compiling writeable v0.6.3
12982026-05-15T22:30:16.033Z Compiling icu_normalizer_data v2.2.0
12992026-05-15T22:30:16.044Z Compiling icu_properties_data v2.2.0
13002026-05-15T22:30:16.068Z Compiling utf8_iter v1.0.4
13012026-05-15T22:30:16.078Z Compiling version_check v0.9.5
13022026-05-15T22:30:16.205Z Compiling equivalent v1.0.2
13032026-05-15T22:30:16.286Z Compiling iana-time-zone v0.1.65
13042026-05-15T22:30:16.340Z Compiling syn v2.0.117
13052026-05-15T22:30:16.351Z Compiling form_urlencoded v1.2.2
13062026-05-15T22:30:16.430Z Compiling pin-project-lite v0.2.17
13072026-05-15T22:30:16.432Z Compiling serde_json v1.0.149
13082026-05-15T22:30:16.468Z Compiling dyn-clone v1.0.20
13092026-05-15T22:30:16.505Z Compiling parking_lot_core v0.9.12
13102026-05-15T22:30:16.517Z Compiling scopeguard v1.2.0
13112026-05-15T22:30:16.527Z Compiling num-traits v0.2.19
13122026-05-15T22:30:16.595Z Compiling lock_api v0.4.14
13132026-05-15T22:30:16.614Z Compiling hashbrown v0.17.1
13142026-05-15T22:30:16.704Z Compiling thiserror v2.0.18
13152026-05-15T22:30:16.792Z Compiling getrandom v0.4.2
13162026-05-15T22:30:16.875Z Compiling rand_core v0.10.1
13172026-05-15T22:30:17.019Z Compiling errno v0.3.14
13182026-05-15T22:30:17.169Z Compiling log v0.4.29
13192026-05-15T22:30:17.182Z Compiling semver v1.0.28
13202026-05-15T22:30:17.279Z Compiling indexmap v2.14.0
13212026-05-15T22:30:17.300Z Compiling jobserver v0.1.34
13222026-05-15T22:30:17.352Z Compiling find-msvc-tools v0.1.9
13232026-05-15T22:30:17.355Z Compiling shlex v1.3.0
13242026-05-15T22:30:17.514Z Compiling heck v0.5.0
13252026-05-15T22:30:17.535Z Compiling cc v1.2.62
13262026-05-15T22:30:17.548Z Compiling futures-core v0.3.32
13272026-05-15T22:30:17.601Z Compiling zerocopy v0.8.48
13282026-05-15T22:30:17.689Z Compiling uuid v1.23.1
13292026-05-15T22:30:17.798Z Compiling futures-sink v0.3.32
13302026-05-15T22:30:17.903Z Compiling schemars v0.8.22
13312026-05-15T22:30:17.988Z Compiling slab v0.4.12
13322026-05-15T22:30:18.102Z Compiling fnv v1.0.7
13332026-05-15T22:30:18.120Z Compiling rustversion v1.0.22
13342026-05-15T22:30:18.160Z Compiling futures-channel v0.3.32
13352026-05-15T22:30:18.171Z Compiling bitflags v2.11.1
13362026-05-15T22:30:18.386Z Compiling socket2 v0.6.3
13372026-05-15T22:30:18.401Z Compiling futures-io v0.3.32
13382026-05-15T22:30:18.413Z Compiling futures-task v0.3.32
13392026-05-15T22:30:18.502Z Compiling parking_lot v0.12.5
13402026-05-15T22:30:18.554Z Compiling signal-hook-registry v1.4.8
13412026-05-15T22:30:18.577Z Compiling mio v1.2.0
13422026-05-15T22:30:18.838Z Compiling portable-atomic v1.13.1
13432026-05-15T22:30:18.850Z Compiling getrandom v0.2.17
13442026-05-15T22:30:18.853Z Compiling typenum v1.20.0
13452026-05-15T22:30:18.880Z Compiling subtle v2.6.1
13462026-05-15T22:30:18.903Z Compiling critical-section v1.2.0
13472026-05-15T22:30:19.007Z Compiling untrusted v0.9.0
13482026-05-15T22:30:19.026Z Compiling base64 v0.22.1
13492026-05-15T22:30:19.041Z Compiling byteorder v1.5.0
13502026-05-15T22:30:19.083Z Compiling slog v2.8.2
13512026-05-15T22:30:19.094Z Compiling strsim v0.11.1
13522026-05-15T22:30:19.121Z Compiling rustix v1.1.4
13532026-05-15T22:30:19.261Z Compiling synstructure v0.13.2
13542026-05-15T22:30:19.296Z Compiling serde_derive_internals v0.29.1
13552026-05-15T22:30:19.377Z Compiling rand_core v0.6.4
13562026-05-15T22:30:19.501Z Compiling regex-syntax v0.8.10
13572026-05-15T22:30:19.525Z Compiling cmake v0.1.58
13582026-05-15T22:30:19.600Z Compiling dunce v1.0.5
13592026-05-15T22:30:19.678Z Compiling fs_extra v1.3.0
13602026-05-15T22:30:19.690Z Compiling httparse v1.10.1
13612026-05-15T22:30:19.768Z Compiling once_cell v1.21.4
13622026-05-15T22:30:19.866Z Compiling ipnet v2.12.0
13632026-05-15T22:30:19.879Z Compiling atomic-waker v1.1.2
13642026-05-15T22:30:19.938Z Compiling aws-lc-sys v0.40.0
13652026-05-15T22:30:19.996Z Compiling tower-service v0.3.3
13662026-05-15T22:30:20.008Z Compiling tower-layer v0.3.3
13672026-05-15T22:30:20.068Z Compiling ryu v1.0.23
13682026-05-15T22:30:20.083Z Compiling try-lock v0.2.5
13692026-05-15T22:30:20.164Z Compiling want v0.3.1
13702026-05-15T22:30:20.186Z Compiling generic-array v0.14.7
13712026-05-15T22:30:20.253Z Compiling httpdate v1.0.3
13722026-05-15T22:30:20.333Z Compiling thiserror v1.0.69
13732026-05-15T22:30:20.411Z Compiling ucd-trie v0.1.7
13742026-05-15T22:30:20.411Z Compiling getrandom v0.3.4
13752026-05-15T22:30:20.462Z Compiling serde_derive v1.0.228
13762026-05-15T22:30:20.474Z Compiling zerofrom-derive v0.1.7
13772026-05-15T22:30:20.517Z Compiling yoke-derive v0.8.2
13782026-05-15T22:30:20.657Z Compiling zerovec-derive v0.11.3
13792026-05-15T22:30:20.710Z Compiling displaydoc v0.2.5
13802026-05-15T22:30:20.754Z Compiling schemars_derive v0.8.22
13812026-05-15T22:30:20.813Z Compiling tokio-macros v2.7.0
13822026-05-15T22:30:21.464Z Compiling thiserror-impl v2.0.18
13832026-05-15T22:30:21.559Z Compiling zerocopy-derive v0.8.48
13842026-05-15T22:30:21.585Z Compiling zeroize_derive v1.4.3
13852026-05-15T22:30:21.666Z Compiling zerofrom v0.1.7
13862026-05-15T22:30:21.740Z Compiling futures-macro v0.3.32
13872026-05-15T22:30:21.783Z Compiling yoke v0.8.2
13882026-05-15T22:30:21.963Z Compiling zerovec v0.11.6
13892026-05-15T22:30:21.968Z Compiling zerotrie v0.2.4
13902026-05-15T22:30:22.271Z Compiling zeroize v1.8.2
13912026-05-15T22:30:22.428Z Compiling tinystr v0.8.3
13922026-05-15T22:30:22.459Z Compiling potential_utf v0.1.5
13932026-05-15T22:30:22.462Z Compiling pest v2.8.6
13942026-05-15T22:30:22.566Z Compiling icu_collections v2.2.0
13952026-05-15T22:30:22.612Z Compiling icu_locale_core v2.2.0
13962026-05-15T22:30:22.615Z Compiling futures-util v0.3.32
13972026-05-15T22:30:22.789Z Compiling thiserror-impl v1.0.69
13982026-05-15T22:30:23.635Z Compiling bytes v1.11.1
13992026-05-15T22:30:23.638Z Compiling icu_provider v2.2.0
14002026-05-15T22:30:23.722Z Compiling chrono v0.4.44
14012026-05-15T22:30:23.769Z Compiling serde_tokenstream v0.2.3
14022026-05-15T22:30:23.942Z Compiling icu_normalizer v2.2.0
14032026-05-15T22:30:23.961Z Compiling icu_properties v2.2.0
14042026-05-15T22:30:24.038Z Compiling erased-serde v0.3.31
14052026-05-15T22:30:24.260Z Compiling http v1.4.0
14062026-05-15T22:30:24.516Z Compiling tokio v1.52.3
14072026-05-15T22:30:24.913Z Compiling idna_adapter v1.2.2
14082026-05-15T22:30:24.937Z Compiling http-body v1.0.1
14092026-05-15T22:30:25.046Z Compiling idna v1.1.0
14102026-05-15T22:30:25.120Z Compiling pest_meta v2.8.6
14112026-05-15T22:30:25.186Z Compiling pretty-hex v0.4.2
14122026-05-15T22:30:25.196Z Compiling plain v0.2.3
14132026-05-15T22:30:25.214Z Compiling winnow v1.0.2
14142026-05-15T22:30:25.294Z Compiling tracing-attributes v0.1.31
14152026-05-15T22:30:25.309Z Compiling url v2.5.8
14162026-05-15T22:30:25.882Z Compiling ppv-lite86 v0.2.21
14172026-05-15T22:30:26.148Z Compiling pest_generator v2.8.6
14182026-05-15T22:30:26.183Z Compiling tracing-core v0.1.36
14192026-05-15T22:30:26.262Z Compiling allocator-api2 v0.2.21
14202026-05-15T22:30:26.360Z Compiling paste v1.0.15
14212026-05-15T22:30:26.474Z Compiling foldhash v0.2.0
14222026-05-15T22:30:26.569Z Compiling ipnetwork v0.21.1
14232026-05-15T22:30:26.691Z Compiling hashbrown v0.16.1
14242026-05-15T22:30:26.701Z Compiling tracing v0.1.44
14252026-05-15T22:30:26.731Z Compiling pest_derive v2.8.6
14262026-05-15T22:30:26.765Z Compiling http-body-util v0.1.3
14272026-05-15T22:30:26.932Z Compiling oxnet v0.1.5
14282026-05-15T22:30:26.988Z Compiling crypto-common v0.1.7
14292026-05-15T22:30:26.991Z Compiling serde_urlencoded v0.7.1
14302026-05-15T22:30:27.114Z Compiling omicron-workspace-hack v0.1.0
14312026-05-15T22:30:27.225Z Compiling ident_case v1.0.1
14322026-05-15T22:30:27.253Z Compiling sync_wrapper v1.0.2
14332026-05-15T22:30:27.272Z Compiling aho-corasick v1.1.4
14342026-05-15T22:30:27.339Z Compiling rustls-pki-types v1.14.1
14352026-05-15T22:30:27.342Z Compiling daft-derive v0.1.5
14362026-05-15T22:30:27.645Z Compiling fastrand v2.4.1
14372026-05-15T22:30:27.864Z Compiling scroll_derive v0.13.1
14382026-05-15T22:30:27.924Z Compiling async-trait v0.1.89
14392026-05-15T22:30:28.151Z Compiling regex-automata v0.4.14
14402026-05-15T22:30:28.512Z Compiling tokio-util v0.7.18
14412026-05-15T22:30:28.524Z Compiling ring v0.17.14
14422026-05-15T22:30:28.710Z Compiling time-core v0.1.8
14432026-05-15T22:30:28.846Z Compiling num-conv v0.2.1
14442026-05-15T22:30:28.888Z Compiling anyhow v1.0.102
14452026-05-15T22:30:28.985Z Compiling cpufeatures v0.2.17
14462026-05-15T22:30:29.032Z Compiling powerfmt v0.2.0
14472026-05-15T22:30:29.233Z Compiling deranged v0.5.8
14482026-05-15T22:30:29.246Z Compiling time-macros v0.2.27
14492026-05-15T22:30:29.406Z Compiling scroll v0.13.0
14502026-05-15T22:30:29.655Z Compiling block-buffer v0.10.4
14512026-05-15T22:30:29.798Z Compiling regex v1.12.3
14522026-05-15T22:30:30.151Z Compiling openssl-probe v0.2.1
14532026-05-15T22:30:30.193Z Compiling hex v0.4.3
14542026-05-15T22:30:30.235Z Compiling num_threads v0.1.7
14552026-05-15T22:30:30.325Z Compiling digest v0.10.7
14562026-05-15T22:30:30.328Z Compiling goblin v0.10.5
14572026-05-15T22:30:30.631Z Compiling camino v1.2.2
14582026-05-15T22:30:30.807Z Compiling h2 v0.4.14
14592026-05-15T22:30:30.818Z Compiling crc32fast v1.5.0
14602026-05-15T22:30:30.863Z Compiling usdt-impl v0.6.0
14612026-05-15T22:30:31.141Z Compiling dtrace-parser v0.3.0
14622026-05-15T22:30:31.258Z Compiling aws-lc-rs v1.16.3
14632026-05-15T22:30:31.386Z Compiling crossbeam-utils v0.8.21
14642026-05-15T22:30:31.738Z Compiling futures-executor v0.3.32
14652026-05-15T22:30:31.880Z Compiling structmeta-derive v0.3.0
14662026-05-15T22:30:31.974Z Compiling thread-id v5.1.0
14672026-05-15T22:30:32.048Z Compiling simd-adler32 v0.3.9
14682026-05-15T22:30:32.152Z Compiling rustls v0.22.4
14692026-05-15T22:30:32.236Z Compiling adler2 v2.0.1
14702026-05-15T22:30:32.362Z Compiling miniz_oxide v0.8.9
14712026-05-15T22:30:32.372Z Compiling futures v0.3.32
14722026-05-15T22:30:32.442Z Compiling rand_core v0.9.5
14732026-05-15T22:30:32.942Z Compiling hyper v1.9.0
14742026-05-15T22:30:32.980Z Compiling dof v0.4.0
14752026-05-15T22:30:33.066Z Compiling structmeta v0.3.0
14762026-05-15T22:30:33.077Z Compiling darling_core v0.23.0
14772026-05-15T22:30:33.169Z Compiling newtype-uuid-macros v0.1.0
14782026-05-15T22:30:33.257Z Compiling thread_local v1.1.9
14792026-05-15T22:30:33.528Z Compiling match_cfg v0.1.0
14802026-05-15T22:30:33.597Z Compiling untrusted v0.7.1
14812026-05-15T22:30:33.771Z Compiling flate2 v1.1.9
14822026-05-15T22:30:33.978Z Compiling hyper-util v0.1.20
14832026-05-15T22:30:34.312Z Compiling newtype-uuid v1.3.2
14842026-05-15T22:30:34.641Z Compiling ref-cast v1.0.25
14852026-05-15T22:30:34.653Z Compiling quick-error v1.2.3
14862026-05-15T22:30:34.664Z Compiling compression-core v0.4.32
14872026-05-15T22:30:34.748Z Compiling slog-async v2.8.0
14882026-05-15T22:30:34.814Z Compiling rustls v0.23.40
14892026-05-15T22:30:34.996Z Compiling compression-codecs v0.4.38
14902026-05-15T22:30:35.054Z Compiling daft v0.1.5
14912026-05-15T22:30:35.080Z Compiling rand_chacha v0.9.0
14922026-05-15T22:30:35.091Z Compiling usdt-attr-macro v0.6.0
14932026-05-15T22:30:35.126Z Compiling darling_macro v0.23.0
14942026-05-15T22:30:35.242Z Compiling usdt-macro v0.6.0
14952026-05-15T22:30:35.498Z Compiling strum_macros v0.26.4
14962026-05-15T22:30:35.642Z Compiling ref-cast-impl v1.0.25
14972026-05-15T22:30:35.661Z Compiling serde_spanned v1.1.1
14982026-05-15T22:30:35.705Z Compiling darling v0.23.0
14992026-05-15T22:30:35.708Z Compiling multer v3.1.0
15002026-05-15T22:30:35.797Z Compiling toml_writer v1.1.1+spec-1.1.0
15012026-05-15T22:30:35.946Z Compiling bit-vec v0.8.0
15022026-05-15T22:30:35.975Z Compiling term v1.2.1
15032026-05-15T22:30:35.995Z Compiling take_mut v0.2.2
15042026-05-15T22:30:36.098Z Compiling debug-ignore v1.0.5
15052026-05-15T22:30:36.169Z Compiling bit-set v0.8.0
15062026-05-15T22:30:36.234Z Compiling serde_with_macros v3.20.0
15072026-05-15T22:30:36.317Z Compiling rand v0.9.4
15082026-05-15T22:30:36.334Z Compiling tower v0.5.3
15092026-05-15T22:30:36.337Z Compiling async-stream-impl v0.3.6
15102026-05-15T22:30:36.657Z Compiling dropshot v0.17.0
15112026-05-15T22:30:36.805Z Compiling encoding_rs v0.8.35
15122026-05-15T22:30:36.893Z Compiling spin v0.9.8
15132026-05-15T22:30:36.893Z Compiling mime v0.3.17
15142026-05-15T22:30:36.966Z Compiling syn v1.0.109
15152026-05-15T22:30:37.005Z Compiling unarray v0.1.4
15162026-05-15T22:30:37.082Z Compiling strum v0.26.3
15172026-05-15T22:30:37.107Z Compiling async-stream v0.3.6
15182026-05-15T22:30:37.198Z Compiling tower-http v0.6.10
15192026-05-15T22:30:37.208Z Compiling derive-ex v0.1.8
15202026-05-15T22:30:37.273Z Compiling dropshot_endpoint v0.17.0
15212026-05-15T22:30:37.320Z Compiling macaddr v1.0.1
15222026-05-15T22:30:37.323Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15232026-05-15T22:30:37.341Z Compiling waitgroup v0.1.2
15242026-05-15T22:30:37.466Z Compiling serde_path_to_error v0.1.20
15252026-05-15T22:30:37.883Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15262026-05-15T22:30:38.007Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15272026-05-15T22:30:38.180Z Compiling tempfile v3.27.0
15282026-05-15T22:30:38.352Z Compiling openapiv3 v2.2.0
15292026-05-15T22:30:38.593Z Compiling strum_macros v0.27.2
15302026-05-15T22:30:38.780Z Compiling test-strategy v0.4.5
15312026-05-15T22:30:39.010Z Compiling instant v0.1.13
15322026-05-15T22:30:39.114Z Compiling time v0.3.47
15332026-05-15T22:30:39.584Z Compiling rustls-native-certs v0.8.3
15342026-05-15T22:30:39.909Z Compiling rustc-hash v2.1.2
15352026-05-15T22:30:39.923Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15362026-05-15T22:30:40.028Z Compiling crossbeam-channel v0.5.15
15372026-05-15T22:30:40.375Z Compiling strum v0.27.2
15382026-05-15T22:30:40.518Z Compiling parse-display-derive v0.10.0
15392026-05-15T22:30:40.961Z Compiling backon v1.6.0
15402026-05-15T22:30:41.158Z Compiling rand_chacha v0.3.1
15412026-05-15T22:30:41.251Z Compiling rustls-webpki v0.102.8
15422026-05-15T22:30:42.112Z Compiling rand v0.8.6
15432026-05-15T22:30:42.125Z Compiling slog-json v2.6.1
15442026-05-15T22:30:42.134Z Compiling hostname v0.3.1
15452026-05-15T22:30:42.142Z Compiling toml_parser v1.1.2+spec-1.1.0
15462026-05-15T22:30:42.257Z Compiling toml_datetime v1.1.1+spec-1.1.0
15472026-05-15T22:30:42.314Z Compiling memmap2 v0.9.10
15482026-05-15T22:30:42.525Z Compiling is-terminal v0.4.17
15492026-05-15T22:30:42.556Z Compiling wait-timeout v0.2.1
15502026-05-15T22:30:42.615Z Compiling either v1.15.0
15512026-05-15T22:30:42.749Z Compiling rusty-fork v0.3.1
15522026-05-15T22:30:42.749Z Compiling slog-term v2.9.2
15532026-05-15T22:30:42.855Z Compiling toml v1.1.2+spec-1.1.0
15542026-05-15T22:30:42.866Z Compiling usdt v0.6.0
15552026-05-15T22:30:42.887Z Compiling slog-bunyan v2.5.0
15562026-05-15T22:30:43.112Z Compiling serde_with v3.20.0
15572026-05-15T22:30:43.134Z Compiling async-compression v0.4.42
15582026-05-15T22:30:43.350Z Compiling rand_xorshift v0.4.0
15592026-05-15T22:30:43.442Z Compiling sha1 v0.10.6
15602026-05-15T22:30:43.491Z Compiling tokio-rustls v0.25.0
15612026-05-15T22:30:43.556Z Compiling rustls-pemfile v2.2.0
15622026-05-15T22:30:43.662Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15632026-05-15T22:30:43.709Z Compiling regress v0.10.5
15642026-05-15T22:30:43.747Z Compiling hostname v0.4.2
15652026-05-15T22:30:44.150Z Compiling proptest v1.11.0
15662026-05-15T22:30:45.093Z Compiling iddqd v0.3.18
15672026-05-15T22:30:45.536Z Compiling reqwest v0.12.28
15682026-05-15T22:30:45.866Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15692026-05-15T22:30:46.110Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15702026-05-15T22:30:46.211Z Compiling utf8parse v0.2.2
15712026-05-15T22:30:46.321Z Compiling anstyle-parse v1.0.0
15722026-05-15T22:30:46.506Z Compiling progenitor-client v0.10.0
15732026-05-15T22:30:46.683Z Compiling itertools v0.14.0
15742026-05-15T22:30:46.777Z Compiling backoff v0.4.0
15752026-05-15T22:30:46.986Z Compiling parse-display v0.10.0
15762026-05-15T22:30:47.312Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15772026-05-15T22:30:47.496Z Compiling colorchoice v1.0.5
15782026-05-15T22:30:47.611Z Compiling is_terminal_polyfill v1.70.2
15792026-05-15T22:30:47.735Z Compiling anstyle v1.0.14
15802026-05-15T22:30:47.897Z Compiling anstyle-query v1.1.5
15812026-05-15T22:30:48.003Z Compiling anstream v1.0.0
15822026-05-15T22:30:48.274Z Compiling clap_lex v1.1.0
15832026-05-15T22:30:48.531Z Compiling regress v0.11.1
15842026-05-15T22:30:48.542Z Compiling clap_derive v4.6.1
15852026-05-15T22:30:48.881Z Compiling terminal_size v0.4.4
15862026-05-15T22:30:50.185Z Compiling typify-impl v0.6.2
15872026-05-15T22:30:50.268Z Compiling toml_datetime v0.6.11
15882026-05-15T22:30:50.359Z Compiling zerocopy-derive v0.7.35
15892026-05-15T22:30:50.459Z Compiling convert_case v0.4.0
15902026-05-15T22:30:50.722Z Compiling clap_builder v4.6.0
15912026-05-15T22:30:50.753Z Compiling derive_more v0.99.20
15922026-05-15T22:30:51.208Z Compiling zerocopy v0.7.35
15932026-05-15T22:30:51.843Z Compiling toml_edit v0.25.11+spec-1.1.0
15942026-05-15T22:30:52.610Z Compiling unicode-width v0.2.2
15952026-05-15T22:30:52.870Z Compiling proc-macro-crate v3.5.0
15962026-05-15T22:30:52.942Z Compiling clap v4.6.1
15972026-05-15T22:30:53.288Z Compiling secrecy v0.10.3
15982026-05-15T22:30:53.368Z Compiling float-ord v0.3.2
15992026-05-15T22:30:53.439Z Compiling crucible-workspace-hack v0.1.0
16002026-05-15T22:30:53.476Z Compiling tinyvec_macros v0.1.1
16012026-05-15T22:30:53.479Z Compiling num_enum_derive v0.7.6
16022026-05-15T22:30:53.543Z Compiling tinyvec v1.11.0
16032026-05-15T22:30:54.218Z Compiling dtrace-parser v0.2.0
16042026-05-15T22:30:54.221Z Compiling scroll_derive v0.12.1
16052026-05-15T22:30:54.343Z Compiling num-integer v0.1.46
16062026-05-15T22:30:54.557Z Compiling rustc_version v0.4.1
16072026-05-15T22:30:54.657Z Compiling usdt-impl v0.5.0
16082026-05-15T22:30:54.819Z Compiling curve25519-dalek v4.1.3
16092026-05-15T22:30:54.929Z Compiling scroll v0.12.0
16102026-05-15T22:30:55.048Z Compiling num_enum v0.7.6
16112026-05-15T22:30:55.323Z Compiling dof v0.3.0
16122026-05-15T22:30:55.652Z Compiling hmac v0.12.1
16132026-05-15T22:30:55.731Z Compiling darling_core v0.21.3
16142026-05-15T22:30:55.745Z Compiling inout v0.1.4
16152026-05-15T22:30:55.756Z Compiling ff v0.13.1
16162026-05-15T22:30:55.783Z Compiling thread-id v4.2.2
16172026-05-15T22:30:55.856Z Compiling group v0.13.0
16182026-05-15T22:30:55.867Z Compiling cipher v0.4.4
16192026-05-15T22:30:55.878Z Compiling hkdf v0.12.4
16202026-05-15T22:30:56.449Z Compiling goblin v0.8.2
16212026-05-15T22:30:56.554Z Compiling typify-macro v0.6.2
16222026-05-15T22:30:56.610Z Compiling num-rational v0.4.2
16232026-05-15T22:30:56.649Z Compiling num-iter v0.1.45
16242026-05-15T22:30:56.769Z Compiling thiserror-impl-no-std v2.0.2
16252026-05-15T22:30:56.901Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16262026-05-15T22:30:57.230Z Compiling crossbeam-epoch v0.9.18
16272026-05-15T22:30:57.563Z Compiling universal-hash v0.5.1
16282026-05-15T22:30:57.641Z Compiling half v2.7.1
16292026-05-15T22:30:57.689Z Compiling crypto-bigint v0.5.5
16302026-05-15T22:30:57.813Z Compiling darling_macro v0.21.3
16312026-05-15T22:30:57.875Z Compiling curve25519-dalek-derive v0.1.1
16322026-05-15T22:30:57.976Z Compiling num-complex v0.4.6
16332026-05-15T22:30:58.623Z Compiling base64ct v1.8.3
16342026-05-15T22:30:58.634Z Compiling ciborium-io v0.2.2
16352026-05-15T22:30:58.634Z Compiling typify v0.6.2
16362026-05-15T22:30:58.655Z Compiling opaque-debug v0.3.1
16372026-05-15T22:30:58.717Z Compiling base16ct v0.2.0
16382026-05-15T22:30:58.728Z Compiling poly1305 v0.8.0
16392026-05-15T22:30:58.730Z Compiling ciborium-ll v0.2.2
16402026-05-15T22:30:58.841Z Compiling password-hash v0.5.0
16412026-05-15T22:30:58.868Z Compiling elliptic-curve v0.13.8
16422026-05-15T22:30:59.265Z Compiling darling v0.21.3
16432026-05-15T22:30:59.343Z Compiling num v0.4.3
16442026-05-15T22:30:59.411Z Compiling thiserror-no-std v2.0.2
16452026-05-15T22:30:59.827Z Compiling chacha20 v0.9.1
16462026-05-15T22:31:00.033Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16472026-05-15T22:31:00.153Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16482026-05-15T22:31:00.538Z Compiling blake2 v0.10.6
16492026-05-15T22:31:00.622Z Compiling byte-wrapper v0.1.0
16502026-05-15T22:31:00.645Z Compiling aead v0.5.2
16512026-05-15T22:31:00.794Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16522026-05-15T22:31:00.966Z Compiling proc-macro-error-attr v1.0.4
16532026-05-15T22:31:01.104Z Compiling keccak v0.1.6
16542026-05-15T22:31:01.183Z Compiling rustix v0.38.44
16552026-05-15T22:31:01.199Z Compiling unsafe-libyaml v0.2.11
16562026-05-15T22:31:01.333Z Compiling prettyplease v0.2.37
16572026-05-15T22:31:01.540Z Compiling heapless v0.8.0
16582026-05-15T22:31:01.847Z Compiling serde_yaml v0.9.34+deprecated
16592026-05-15T22:31:02.016Z Compiling sha3 v0.10.9
16602026-05-15T22:31:02.478Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16612026-05-15T22:31:03.060Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16622026-05-15T22:31:03.138Z Compiling chacha20poly1305 v0.10.1
16632026-05-15T22:31:03.265Z Compiling argon2 v0.5.3
16642026-05-15T22:31:03.478Z Compiling vsss-rs v3.3.4
16652026-05-15T22:31:03.481Z Compiling ingot-macros v0.1.1
16662026-05-15T22:31:03.773Z Compiling ciborium v0.2.2
16672026-05-15T22:31:04.558Z Compiling usdt-attr-macro v0.5.0
16682026-05-15T22:31:04.867Z Compiling usdt-macro v0.5.0
16692026-05-15T22:31:05.875Z Compiling rustls-webpki v0.103.13
16702026-05-15T22:31:06.614Z Compiling serde_spanned v0.6.9
16712026-05-15T22:31:06.761Z Compiling enum-as-inner v0.6.1
16722026-05-15T22:31:06.891Z Compiling hash32 v0.3.1
16732026-05-15T22:31:06.973Z Compiling proc-macro-error v1.0.4
16742026-05-15T22:31:07.042Z Compiling memmap v0.7.0
16752026-05-15T22:31:07.173Z Compiling data-encoding v2.11.0
16762026-05-15T22:31:07.213Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772026-05-15T22:31:07.228Z Compiling smoltcp v0.11.0
16782026-05-15T22:31:07.351Z Compiling winnow v0.7.15
16792026-05-15T22:31:07.389Z Compiling indent_write v2.2.0
16802026-05-15T22:31:07.462Z Compiling winnow v0.5.40
16812026-05-15T22:31:07.520Z Compiling toml_write v0.1.2
16822026-05-15T22:31:07.715Z Compiling usdt v0.5.0
16832026-05-15T22:31:08.086Z Compiling ingot-types v0.1.2
16842026-05-15T22:31:08.110Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16852026-05-15T22:31:08.225Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16862026-05-15T22:31:08.321Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16872026-05-15T22:31:08.792Z Compiling toml_edit v0.19.15
16882026-05-15T22:31:08.860Z Compiling toml_edit v0.22.27
16892026-05-15T22:31:08.902Z Compiling tabwriter v1.4.1
16902026-05-15T22:31:09.071Z Compiling cobs v0.3.0
16912026-05-15T22:31:09.140Z Compiling tokio-rustls v0.26.4
16922026-05-15T22:31:09.269Z Compiling rustls-platform-verifier v0.7.0
16932026-05-15T22:31:09.408Z Compiling hyper-rustls v0.27.9
16942026-05-15T22:31:09.691Z Compiling reqwest v0.13.3
16952026-05-15T22:31:09.742Z Compiling serde_repr v0.1.20
16962026-05-15T22:31:10.318Z Compiling memoffset v0.9.1
16972026-05-15T22:31:10.568Z Compiling managed v0.8.0
16982026-05-15T22:31:10.773Z Compiling bitflags v1.3.2
16992026-05-15T22:31:10.784Z Compiling vcpkg v0.2.15
17002026-05-15T22:31:10.805Z Compiling cfg_aliases v0.2.1
17012026-05-15T22:31:10.844Z Compiling progenitor-client v0.14.0
17022026-05-15T22:31:10.878Z Compiling pkg-config v0.3.33
17032026-05-15T22:31:11.141Z Compiling progenitor-extras v0.2.0
17042026-05-15T22:31:11.328Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17052026-05-15T22:31:11.377Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17062026-05-15T22:31:11.632Z Compiling openssl-sys v0.9.115
17072026-05-15T22:31:12.059Z Compiling nix v0.31.3
17082026-05-15T22:31:12.275Z Compiling toml v0.8.23
17092026-05-15T22:31:12.426Z Compiling proc-macro-crate v1.3.1
17102026-05-15T22:31:12.450Z Compiling postcard v1.1.3
17112026-05-15T22:31:13.002Z Compiling ingot v0.1.1
17122026-05-15T22:31:13.107Z Compiling hubpack_derive v0.1.1
17132026-05-15T22:31:13.652Z Compiling foreign-types-macros v0.2.3
17142026-05-15T22:31:13.925Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17152026-05-15T22:31:14.009Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17162026-05-15T22:31:14.189Z Compiling cpufeatures v0.3.0
17172026-05-15T22:31:14.218Z Compiling resolv-conf v0.7.6
17182026-05-15T22:31:14.245Z Compiling swrite v0.1.0
17192026-05-15T22:31:14.262Z Compiling foreign-types-shared v0.3.1
17202026-05-15T22:31:14.314Z Compiling colored v3.1.1
17212026-05-15T22:31:14.334Z Compiling semver v0.1.20
17222026-05-15T22:31:14.348Z Compiling linked-hash-map v0.5.6
17232026-05-15T22:31:14.525Z Compiling rayon-core v1.13.0
17242026-05-15T22:31:14.582Z Compiling heck v0.4.1
17252026-05-15T22:31:14.593Z Compiling unicode-segmentation v1.13.2
17262026-05-15T22:31:14.695Z Compiling static_assertions v1.1.0
17272026-05-15T22:31:14.767Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17282026-05-15T22:31:14.778Z Compiling rustc_version v0.1.7
17292026-05-15T22:31:14.788Z Compiling lru-cache v0.1.2
17302026-05-15T22:31:14.902Z Compiling newline-converter v0.3.0
17312026-05-15T22:31:14.915Z Compiling foreign-types v0.5.0
17322026-05-15T22:31:14.990Z Compiling chacha20 v0.10.0
17332026-05-15T22:31:15.002Z Compiling hubpack v0.1.2
17342026-05-15T22:31:15.013Z Compiling num_enum_derive v0.5.11
17352026-05-15T22:31:15.219Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17362026-05-15T22:31:15.242Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17372026-05-15T22:31:15.287Z Compiling atomicwrites v0.4.4
17382026-05-15T22:31:15.406Z Compiling hickory-proto v0.24.4
17392026-05-15T22:31:16.020Z Compiling progenitor-impl v0.13.0
17402026-05-15T22:31:16.872Z Compiling crossbeam-deque v0.8.6
17412026-05-15T22:31:17.069Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17422026-05-15T22:31:17.268Z Compiling console v0.15.11
17432026-05-15T22:31:17.327Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17442026-05-15T22:31:17.903Z Compiling camino-tempfile v1.4.1
17452026-05-15T22:31:17.983Z Compiling serde-big-array v0.5.1
17462026-05-15T22:31:18.073Z Compiling num-derive v0.4.2
17472026-05-15T22:31:18.123Z Compiling derive-where v1.6.1
17482026-05-15T22:31:18.145Z Compiling pin-project-internal v1.1.12
17492026-05-15T22:31:18.241Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17502026-05-15T22:31:18.667Z Compiling cstr-argument v0.1.2
17512026-05-15T22:31:18.778Z Compiling similar v2.7.0
17522026-05-15T22:31:18.822Z Compiling minimal-lexical v0.2.1
17532026-05-15T22:31:18.923Z Compiling siphasher v1.0.3
17542026-05-15T22:31:19.033Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17552026-05-15T22:31:19.082Z Compiling phf_shared v0.12.1
17562026-05-15T22:31:19.115Z Compiling nom v7.1.3
17572026-05-15T22:31:19.247Z Compiling pin-project v1.1.12
17582026-05-15T22:31:19.258Z Compiling expectorate v1.2.0
17592026-05-15T22:31:19.345Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17602026-05-15T22:31:19.398Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17612026-05-15T22:31:19.409Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17622026-05-15T22:31:19.581Z Compiling progenitor-macro v0.13.0
17632026-05-15T22:31:19.601Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17642026-05-15T22:31:19.709Z Compiling hickory-resolver v0.24.4
17652026-05-15T22:31:19.773Z Compiling num_enum v0.5.11
17662026-05-15T22:31:19.885Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17672026-05-15T22:31:20.080Z Compiling rand v0.10.1
17682026-05-15T22:31:20.459Z Compiling newtype_derive v0.1.6
17692026-05-15T22:31:20.704Z Compiling progenitor-client v0.13.0
17702026-05-15T22:31:21.031Z Compiling progenitor-impl v0.14.0
17712026-05-15T22:31:21.900Z Compiling unicode-normalization v0.1.25
17722026-05-15T22:31:22.212Z Compiling tokio-stream v0.1.18
17732026-05-15T22:31:22.275Z Compiling snafu-derive v0.8.9
17742026-05-15T22:31:22.367Z Compiling async-recursion v1.1.1
17752026-05-15T22:31:22.367Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17762026-05-15T22:31:22.665Z Compiling slog-dtrace v0.3.0
17772026-05-15T22:31:22.679Z Compiling bstr v1.12.1
17782026-05-15T22:31:22.967Z Compiling csv-core v0.1.13
17792026-05-15T22:31:23.110Z Compiling highway v1.3.0
17802026-05-15T22:31:23.192Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17812026-05-15T22:31:23.229Z Compiling openssl v0.10.79
17822026-05-15T22:31:23.499Z Compiling foldhash v0.1.5
17832026-05-15T22:31:23.514Z Compiling unicode-xid v0.2.6
17842026-05-15T22:31:23.634Z Compiling foreign-types-shared v0.1.1
17852026-05-15T22:31:23.673Z Compiling unicode-width v0.1.14
17862026-05-15T22:31:23.724Z Compiling cancel-safe-futures v0.1.5
17872026-05-15T22:31:23.949Z Compiling konst_macro_rules v0.2.19
17882026-05-15T22:31:23.983Z Compiling chrono-tz v0.10.4
17892026-05-15T22:31:24.051Z Compiling owo-colors v4.3.0
17902026-05-15T22:31:24.127Z Compiling same-file v1.0.6
17912026-05-15T22:31:24.233Z Compiling walkdir v2.5.0
17922026-05-15T22:31:24.282Z Compiling konst v0.2.20
17932026-05-15T22:31:24.302Z Compiling snafu v0.8.9
17942026-05-15T22:31:24.463Z Compiling foreign-types v0.3.2
17952026-05-15T22:31:24.521Z Compiling const_format_proc_macros v0.2.34
17962026-05-15T22:31:24.539Z Compiling hashbrown v0.15.5
17972026-05-15T22:31:24.609Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17982026-05-15T22:31:24.644Z Compiling progenitor-macro v0.14.0
17992026-05-15T22:31:24.666Z Compiling progenitor v0.13.0
18002026-05-15T22:31:24.678Z Compiling csv v1.4.0
18012026-05-15T22:31:24.797Z Compiling globset v0.4.18
18022026-05-15T22:31:25.148Z Compiling qorb v0.4.1
18032026-05-15T22:31:25.228Z Compiling olpc-cjson v0.1.4
18042026-05-15T22:31:25.327Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18052026-05-15T22:31:25.613Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18062026-05-15T22:31:26.456Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18072026-05-15T22:31:27.008Z Compiling rayon v1.12.0
18082026-05-15T22:31:27.052Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18092026-05-15T22:31:27.133Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18102026-05-15T22:31:27.344Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18112026-05-15T22:31:27.388Z Compiling phf v0.12.1
18122026-05-15T22:31:27.516Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18132026-05-15T22:31:27.991Z Compiling zone_cfg_derive v0.3.1
18142026-05-15T22:31:28.257Z Compiling tokio-dtrace v0.1.1
18152026-05-15T22:31:28.538Z Compiling itertools v0.12.1
18162026-05-15T22:31:28.573Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18172026-05-15T22:31:28.682Z Compiling libsw-core v0.3.2
18182026-05-15T22:31:28.770Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18192026-05-15T22:31:28.817Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18202026-05-15T22:31:28.846Z Compiling serde_plain v1.0.2
18212026-05-15T22:31:29.054Z Compiling openssl-macros v0.1.1
18222026-05-15T22:31:29.185Z Compiling pem v3.0.6
18232026-05-15T22:31:29.363Z Compiling cookie v0.18.1
18242026-05-15T22:31:29.553Z Compiling sigpipe v0.1.3
18252026-05-15T22:31:29.564Z Compiling jiff v0.2.24
18262026-05-15T22:31:29.583Z Compiling fixedbitset v0.4.2
18272026-05-15T22:31:29.603Z Compiling glob v0.3.3
18282026-05-15T22:31:29.633Z Compiling bytecount v0.6.9
18292026-05-15T22:31:29.666Z Compiling fixedbitset v0.5.7
18302026-05-15T22:31:29.746Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18312026-05-15T22:31:29.765Z Compiling typed-path v0.9.3
18322026-05-15T22:31:29.808Z Compiling papergrid v0.11.0
18332026-05-15T22:31:29.990Z Compiling petgraph v0.8.3
18342026-05-15T22:31:30.000Z Compiling petgraph v0.6.5
18352026-05-15T22:31:30.032Z Compiling progenitor v0.14.0
18362026-05-15T22:31:30.160Z Compiling zone v0.3.1
18372026-05-15T22:31:30.959Z Compiling tough v0.20.0
18382026-05-15T22:31:31.463Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18392026-05-15T22:31:31.570Z Compiling libsw v3.5.0
18402026-05-15T22:31:31.745Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18412026-05-15T22:31:31.758Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18422026-05-15T22:31:31.952Z Compiling oxide-tokio-rt v0.1.5
18432026-05-15T22:31:31.985Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18442026-05-15T22:31:32.101Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18452026-05-15T22:31:32.255Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18462026-05-15T22:31:33.202Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18472026-05-15T22:31:33.455Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18482026-05-15T22:31:33.534Z Compiling const_format v0.2.36
18492026-05-15T22:31:33.618Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18502026-05-15T22:31:34.174Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18512026-05-15T22:31:34.371Z Compiling tabled_derive v0.7.0
18522026-05-15T22:31:34.404Z Compiling gethostname v0.5.0
18532026-05-15T22:31:34.524Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18542026-05-15T22:31:34.528Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18552026-05-15T22:31:34.580Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18562026-05-15T22:31:34.633Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18572026-05-15T22:31:34.644Z Compiling bcs v0.1.6
18582026-05-15T22:31:34.654Z Compiling smf v0.2.3
18592026-05-15T22:31:34.958Z Compiling nom v8.0.0
18602026-05-15T22:31:35.203Z Compiling whoami v1.6.1
18612026-05-15T22:31:35.251Z Compiling lazy_static v1.5.0
18622026-05-15T22:31:35.337Z Compiling linear-map v1.2.0
18632026-05-15T22:31:35.355Z Compiling unicode-linebreak v0.1.5
18642026-05-15T22:31:35.518Z Compiling termtree v0.5.1
18652026-05-15T22:31:35.521Z Compiling smawk v0.3.2
18662026-05-15T22:31:35.602Z Compiling tagptr v0.2.0
18672026-05-15T22:31:35.632Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18682026-05-15T22:31:35.660Z Compiling textwrap v0.16.2
18692026-05-15T22:31:35.670Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18702026-05-15T22:31:35.748Z Compiling moka v0.12.15
18712026-05-15T22:31:36.180Z Compiling tabled v0.15.0
18722026-05-15T22:31:36.523Z Compiling steno v0.4.1
18732026-05-15T22:31:36.882Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18742026-05-15T22:31:37.254Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18752026-05-15T22:31:37.493Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18762026-05-15T22:31:38.308Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18772026-05-15T22:31:38.881Z Compiling hickory-proto v0.25.2
18782026-05-15T22:31:39.260Z Compiling humantime v2.3.0
18792026-05-15T22:31:39.543Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18802026-05-15T22:31:39.706Z Compiling parking_lot_core v0.8.6
18812026-05-15T22:31:39.840Z Compiling libscf-sys v1.2.0
18822026-05-15T22:31:39.984Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18832026-05-15T22:31:40.012Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18842026-05-15T22:31:40.304Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18852026-05-15T22:31:40.554Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18862026-05-15T22:31:40.655Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18872026-05-15T22:31:40.832Z Compiling hickory-resolver v0.25.2
18882026-05-15T22:31:40.843Z Compiling parking_lot v0.11.2
18892026-05-15T22:31:41.039Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18902026-05-15T22:31:41.248Z Compiling fxhash v0.2.1
18912026-05-15T22:31:41.264Z Compiling internet-checksum v0.2.1
18922026-05-15T22:31:41.269Z Compiling yansi v1.0.1
18932026-05-15T22:31:41.386Z Compiling sled v0.34.7
18942026-05-15T22:31:41.386Z Compiling diff v0.1.13
18952026-05-15T22:31:41.580Z Compiling pretty_assertions v1.4.1
18962026-05-15T22:31:41.679Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18972026-05-15T22:31:44.054Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18982026-05-15T22:31:45.653Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18992026-05-15T22:31:53.338Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19002026-05-15T22:31:54.731Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19012026-05-15T22:31:55.740Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19022026-05-15T22:31:56.783Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19032026-05-15T22:31:57.571Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19042026-05-15T22:31:58.725Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19052026-05-15T22:32:20.863Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19062026-05-15T22:32:21.037Z────────────
19072026-05-15T22:32:21.037Z Nextest run ID f6dd2cf9-8983-4ed1-8093-fb549f0fd5fe with nextest profile: default
19082026-05-15T22:32:21.037Z Starting 2 tests across 3 binaries
19092026-05-15T22:32:21.041Z START bfd test::test_new_daemon
19102026-05-15T22:32:21.044Z
19112026-05-15T22:32:21.045Zrunning 1 test
19122026-05-15T22:32:21.081Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-05-15T22:32:19.677172283Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4904,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19132026-05-15T22:32:21.081Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40,"time":"2026-05-15T22:32:19.677384615Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4904,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19142026-05-15T22:32:21.081Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-05-15T22:32:19.677399462Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4904,"error":"channel is empty and sending half is closed","peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19152026-05-15T22:32:21.081Ztest test::test_new_daemon ... {"msg":"ok
19162026-05-15T22:32:21.084Zexiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50
19172026-05-15T22:32:21.084Ztest result: ,"oktime":"2026-05-15T22:32:19.677423408Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C",". 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered outpid":4904,"error":"channel is empty and sending half is closed","peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19182026-05-15T22:32:21.084Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40; finished in 0.04s
19192026-05-15T22:32:21.084Z
19202026-05-15T22:32:21.084Z,"time":"2026-05-15T22:32:19.677444614Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4904,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19212026-05-15T22:32:21.087Z PASS [ 0.047s] bfd test::test_new_daemon
19222026-05-15T22:32:21.087Z START bfd test::test_protocol_basics
19232026-05-15T22:32:21.092Z
19242026-05-15T22:32:21.092Zrunning 1 test
19252026-05-15T22:32:21.131Z{{""msg":msg"":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2917018714, 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: 2284082126, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":00,","namename"":":"slog-rs"slog-rs","level":,"level":1010,","time":"time":"2026-05-15T22:32:19.72765087Z"2026-05-15T22:32:19.72765162Z",","hostname":"hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C"w-01KRPVYAB5K2BBYA4S3ACC7D7C",,""pid"pid":4905:4905,","peer":"peer":"2001:db8::20"2001:db8::10,"","state":"state":"DownDown"",","unit":"unit":"session",session"","module":"module":"state_machine","state_machine","component":"bfdcomponent"":"bfd}"}
19262026-05-15T22:32:21.131Z
19272026-05-15T22:32:21.131Z{"msg"{:""msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 973948153, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2651279602, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }0",","name"v":":slog-rs"0,,""level":name":"10slog-rs","level":10,"time":","2026-05-15T22:32:19.72787114Z"time",:""hostname":"2026-05-15T22:32:19.72787192Z"w-01KRPVYAB5K2BBYA4S3ACC7D7C,"","pidhostname""::"4905,"peerw-01KRPVYAB5K2BBYA4S3ACC7D7C":"","pid":203.0.113.10"4905,"state":","Down"peer",":"unit":"203.0.113.20"session,"","state":"module":"Down","unit":state_machine"","session","component":module"":"bfd"}
19282026-05-15T22:32:21.131Zstate_machine","component":"{bfd"}
19292026-05-15T22:32:21.134Z"msg":"{transition -> Init""msg",:""v":0,"nametransition -> Init"":","v":slog-rs"0,","namelevel":":"30slog-rs","level":30,"time":"2026-05-15T22:32:19.727897956Z",","hostnametime"":":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","2026-05-15T22:32:19.727898576Z"pid",":4905hostname":","peer":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","2001:db8::10","pid":state":4905"Down",,""unit"peer:":""session"2001:db8::20,"",module"":"state":"Down"state_machine",,""unit":"component":"session"bfd",}"
19302026-05-15T22:32:21.134Zmodule":"{state_machine",""msgcomponent":"":"bfd"}
19312026-05-15T22:32:21.134Ztransition -> Init","v":0{,""name":msg"":"slog-rs","level":transition -> Init30","v":0,"name":"slog-rs","level":30,"time":"2026-05-15T22:32:19.727922201Z",,""time":"hostname":"2026-05-15T22:32:19.727923471Z"w-01KRPVYAB5K2BBYA4S3ACC7D7C",,""pid"hostname"::"4905,"peer":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid203.0.113.10":","4905state":",Down""peer",:""unit":"203.0.113.20"session,"","state":module"":"Down","unitstate_machine"",:""component":session"","bfd"}module":"
19322026-05-15T22:32:21.134Zstate_machine","component":"bfd"}
19332026-05-15T22:32:22.128Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2651279602, your_discriminator: 973948153, 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-15T22:32:20.725154157Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19342026-05-15T22:32:22.128Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-15T22:32:20.725199309Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19352026-05-15T22:32:22.131Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2917018714, your_discriminator: 2284082126, 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-15T22:32:20.725234423Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19362026-05-15T22:32:22.131Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-15T22:32:20.725266707Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19372026-05-15T22:32:22.131Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 973948153, your_discriminator: 2651279602, 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-15T22:32:20.727401515Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19382026-05-15T22:32:22.131Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2284082126, your_discriminator: 2917018714, 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-15T22:32:20.727441308Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19392026-05-15T22:32:22.131Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-15T22:32:20.727459585Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19402026-05-15T22:32:22.131Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-15T22:32:20.72748462Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19412026-05-15T22:32:27.129Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2917018714, your_discriminator: 2284082126, 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-15T22:32:25.725346547Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19422026-05-15T22:32:27.129Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2651279602, your_discriminator: 973948153, 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-15T22:32:25.72544474Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19432026-05-15T22:32:27.132Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2284082126, your_discriminator: 2917018714, 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-15T22:32:25.727474986Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19442026-05-15T22:32:27.132Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 973948153, your_discriminator: 2651279602, 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-15T22:32:25.727527127Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19452026-05-15T22:32:31.133Z{"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40,"time":"2026-05-15T22:32:29.727686572Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19462026-05-15T22:32:31.133Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40,"time":"2026-05-15T22:32:29.727768858Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19472026-05-15T22:32:31.133Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-05-15T22:32:29.727799092Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19482026-05-15T22:32:31.133Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-05-15T22:32:29.727825528Z","hostname":"w-01KRPVYAB5K2BBYA4S3ACC7D7C","pid":4905,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19492026-05-15T22:32:31.136Ztest test::test_protocol_basics ... ok
19502026-05-15T22:32:31.136Z
19512026-05-15T22:32:31.136Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19522026-05-15T22:32:31.136Z
19532026-05-15T22:32:31.142Z PASS [ 10.056s] bfd test::test_protocol_basics
19542026-05-15T22:32:31.142Z────────────
19552026-05-15T22:32:31.142Z Summary [ 10.104s] 2 tests run: 2 passed, 0 skipped
19562026-05-15T22:32:31.156Zprocess exited: duration 317477 ms, exit code 0
 
19572026-05-15T22:32:31.162Zfound 0 output files