01KR2HHTAWWBGGE4QGHXVNVRTD: test-bgp

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KR2HJASK4S8EFAYAPSCYN9AW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:00:50.396Zjob assigned to worker 01KR2HJE9ETYX4VTARXZTZJCRA [factory aws, i-05d4af66b85b9ca96] (queued for 54 s)
 
22026-05-08T01:00:56.948Zstarting task 0: "setup"
32026-05-08T01:00:56.952Z++ uname -s
42026-05-08T01:00:56.958Z+ kern=SunOS
52026-05-08T01:00:56.958Z+ build_user=build
62026-05-08T01:00:56.958Z+ build_uid=12345
72026-05-08T01:00:56.958Z+ work_dir=/work
82026-05-08T01:00:56.958Z+ input_dir=/input
92026-05-08T01:00:56.958Z+ [[ 0 == 12345 ]]
102026-05-08T01:00:56.958Z+ case "$kern" in
112026-05-08T01:00:56.958Z+ groupadd -g 12345 build
122026-05-08T01:00:56.958Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:00:58.961Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:00:59.091Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:00:59.095Z+ home_fs=zfs
162026-05-08T01:00:59.095Z+ [[ zfs == autofs ]]
172026-05-08T01:00:59.095Z+ mkdir -p /home/build
182026-05-08T01:00:59.095Z+ chown build:build /home/build /work
192026-05-08T01:01:01.094Z+ chmod 0700 /home/build /work
202026-05-08T01:01:01.097Zprocess exited: duration 4150 ms, exit code 0
 
212026-05-08T01:01:01.105Zstarting task 1: "rust-toolchain"
222026-05-08T01:01:01.112Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-08T01:01:01.113Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T01:01:01.113Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T01:01:01.113Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T01:01:01.113Z * rust toolchain channel = "stable"
272026-05-08T01:01:01.113Z * rust toolchain profile = "default"
282026-05-08T01:01:01.113Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:01:01.113Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-08T01:01:01.209Zinfo: downloading installer
312026-05-08T01:01:02.613Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T01:01:02.613Zwarn: /opt/ooce/bin
332026-05-08T01:01:02.613Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T01:01:02.613Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T01:01:02.613Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T01:01:02.613Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T01:01:02.614Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T01:01:02.614Zerror: cannot install while Rust is installed
392026-05-08T01:01:02.614Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T01:01:02.614Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T01:01:02.614Zwarn: /home/build/.rustup/settings.toml
422026-05-08T01:01:02.614Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T01:01:02.614Zwarn: instead of the one inferred from the default host triple.
442026-05-08T01:01:02.626Zinfo: profile set to default
452026-05-08T01:01:02.626Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T01:01:02.631Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-08T01:01:02.762Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-08T01:01:02.765Zinfo: downloading 6 components
492026-05-08T01:01:16.939Z
502026-05-08T01:01:16.939Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-08T01:01:16.983Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-08T01:01:16.983Z
532026-05-08T01:01:16.993Z
542026-05-08T01:01:16.994ZRust is installed now. Great!
552026-05-08T01:01:16.994Z
562026-05-08T01:01:16.994ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T01:01:16.994Zenvironment variable. This has not been done automatically.
582026-05-08T01:01:16.994Z
592026-05-08T01:01:16.994ZTo configure your current shell, you need to source
602026-05-08T01:01:16.994Zthe corresponding env file under $HOME/.cargo.
612026-05-08T01:01:16.994Z
622026-05-08T01:01:16.994ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T01:01:16.994Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T01:01:16.994Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T01:01:16.994Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T01:01:16.994Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T01:01:16.994Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T01:01:16.994Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T01:01:16.994Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T01:01:16.994Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T01:01:17.092Z+ rustup --version
722026-05-08T01:01:17.101Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T01:01:17.105Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T01:01:17.121Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-08T01:01:17.125Z+ cargo --version
762026-05-08T01:01:17.136Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-08T01:01:17.139Z+ rustc --version
782026-05-08T01:01:17.162Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-08T01:01:17.168Zprocess exited: duration 16055 ms, exit code 0
 
802026-05-08T01:01:17.179Zstarting task 2: "authentication"
812026-05-08T01:01:17.193Zprocess exited: duration 16 ms, exit code 0
 
822026-05-08T01:01:17.200Zstarting task 3: "clone repository"
832026-05-08T01:01:17.204Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-08T01:01:17.207Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-08T01:01:17.282ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-08T01:01:18.115Z+ cd /work/oxidecomputer/maghemite
872026-05-08T01:01:18.116Z+ git fetch origin 974423895c17cc23711732f518e447b284425ccd
882026-05-08T01:01:18.335ZFrom https://github.com/oxidecomputer/maghemite
892026-05-08T01:01:18.335Z * branch 974423895c17cc23711732f518e447b284425ccd -> FETCH_HEAD
902026-05-08T01:01:18.341Z+ [[ -n zl/ddmd-no-state-machine ]]
912026-05-08T01:01:18.347Z++ git branch --show-current
922026-05-08T01:01:18.347Z+ current=main
932026-05-08T01:01:18.347Z+ [[ main != zl/ddmd-no-state-machine ]]
942026-05-08T01:01:18.347Z+ git branch -f zl/ddmd-no-state-machine 974423895c17cc23711732f518e447b284425ccd
952026-05-08T01:01:18.350Z+ git checkout -f zl/ddmd-no-state-machine
962026-05-08T01:01:18.362ZSwitched to branch 'zl/ddmd-no-state-machine'
972026-05-08T01:01:18.367Z+ git reset --hard 974423895c17cc23711732f518e447b284425ccd
982026-05-08T01:01:18.378ZHEAD is now at 9744238 [review] address feedback
992026-05-08T01:01:18.384Zprocess exited: duration 1179 ms, exit code 0
 
1002026-05-08T01:01:18.391Zstarting task 4: "build"
1012026-05-08T01:01:18.395Z+ set -e
1022026-05-08T01:01:18.395Z+ source .github/buildomat/test-common.sh
1032026-05-08T01:01:18.399Z++ NEXTEST_VERSION=0.9.97
1042026-05-08T01:01:18.399Z++ PLATFORM=illumos
1052026-05-08T01:01:18.399Z++ banner install
1062026-05-08T01:01:18.399Z
1072026-05-08T01:01:18.399Z # # # #### ##### ## # #
1082026-05-08T01:01:18.399Z # ## # # # # # # #
1092026-05-08T01:01:18.399Z # # # # #### # # # # #
1102026-05-08T01:01:18.399Z # # # # # # ###### # #
1112026-05-08T01:01:18.399Z # # ## # # # # # # #
1122026-05-08T01:01:18.399Z # # # #### # # # ###### ######
1132026-05-08T01:01:18.399Z
1142026-05-08T01:01:18.399Z++ set +o errexit
1152026-05-08T01:01:18.399Z++ pkg info clang-15
1162026-05-08T01:01:18.405Z++ grep -qi installed
1172026-05-08T01:01:19.647Zpkg: info: no packages matching the following patterns you specified are
1182026-05-08T01:01:19.647Zinstalled on the system. Try querying remotely instead:
1192026-05-08T01:01:19.647Z
1202026-05-08T01:01:19.647Z clang-15
1212026-05-08T01:01:19.690Z++ [[ 1 != 0 ]]
1222026-05-08T01:01:19.695Z++ set -o errexit
1232026-05-08T01:01:19.695Z++ pfexec pkg install clang-15
1242026-05-08T01:01:28.481Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-08T01:01:35.997Z Startup: Caching catalogs ... Done
1262026-05-08T01:01:43.898ZPlanning: Solver setup ... Done
1272026-05-08T01:01:43.944ZPlanning: Running solver ... Done
1282026-05-08T01:01:44.083ZPlanning: Finding local manifests ... Done
1292026-05-08T01:01:44.102ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-08T01:01:44.200ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-08T01:01:44.230ZPlanning: Package planning ... Done
1322026-05-08T01:01:44.256ZPlanning: Merging actions ... Done
1332026-05-08T01:01:44.360ZPlanning: Checking for conflicting actions ... Done
1342026-05-08T01:01:44.366ZPlanning: Consolidating action changes ... Done
1352026-05-08T01:01:44.950ZPlanning: Evaluating mediators ... Done
1362026-05-08T01:01:44.956ZPlanning: Planning completed in 8.79 seconds
1372026-05-08T01:01:44.967Z Packages to install: 2
1382026-05-08T01:01:44.967Z Mediators to change: 2
1392026-05-08T01:01:44.970Z Services to change: 1
1402026-05-08T01:01:44.970Z Create boot environment: No
1412026-05-08T01:01:44.970ZCreate backup boot environment: No
1422026-05-08T01:01:45.025Z
1432026-05-08T01:01:45.025ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-08T01:01:50.389ZDownload: 979/3076 items 82.1/211.3MB 38% complete (23.4M/s)
1452026-05-08T01:01:59.109ZDownload: 983/3076 items 82.2/211.3MB 38% complete (21.0M/s)
1462026-05-08T01:02:04.117ZDownload: 1589/3076 items 115.6/211.3MB 54% complete (7.3M/s)
1472026-05-08T01:02:11.903ZDownload: 2006/3076 items 116.6/211.3MB 55% complete (4.3M/s)
1482026-05-08T01:02:17.495ZDownload: 3065/3076 items 208.0/211.3MB 98% complete (9.2M/s)
1492026-05-08T01:02:17.540ZDownload: Completed 211.31 MB in 32.51 seconds (6.5M/s)
1502026-05-08T01:02:17.685Z Actions: 1/3418 actions (Installing new actions)
1512026-05-08T01:02:20.831Z Actions: Completed 3418 actions in 3.14 seconds.
1522026-05-08T01:02:21.137Z Done
1532026-05-08T01:02:21.137Z Done
1542026-05-08T01:02:21.891Z Done
1552026-05-08T01:02:25.248Z Done
1562026-05-08T01:02:25.320Z Done
1572026-05-08T01:02:25.324Z Done
1582026-05-08T01:02:25.620Z Done
1592026-05-08T01:02:26.303Z++ set -o errexit
1602026-05-08T01:02:26.303Z++ cargo --version
1612026-05-08T01:02:26.310Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1622026-05-08T01:02:26.472Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1632026-05-08T01:02:26.475Zinfo: downloading 6 components
1642026-05-08T01:02:43.671Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1652026-05-08T01:02:43.675Z++ rustc --version
1662026-05-08T01:02:43.703Zrustc 1.94.1 (e408947bf 2026-03-25)
1672026-05-08T01:02:43.706Z++ cargo install cargo-nextest --version 0.9.97
1682026-05-08T01:02:43.750Z Updating crates.io index
1692026-05-08T01:02:43.859Z Downloading crates ...
1702026-05-08T01:02:43.914Z Downloaded cargo-nextest v0.9.97
1712026-05-08T01:02:43.975Z Installing cargo-nextest v0.9.97
1722026-05-08T01:02:44.017Z Updating crates.io index
1732026-05-08T01:02:46.818Z Locking 407 packages to latest compatible versions
1742026-05-08T01:02:46.823Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-05-08T01:02:46.826Z Adding duct v0.13.7 (available: v1.1.1)
1762026-05-08T01:02:46.826Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-05-08T01:02:46.826Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-05-08T01:02:46.829Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-05-08T01:02:46.829Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1802026-05-08T01:02:46.829Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-05-08T01:02:46.832Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1822026-05-08T01:02:46.835Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-05-08T01:02:46.852Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-05-08T01:02:46.861Z Downloading crates ...
1852026-05-08T01:02:46.935Z Downloaded anstyle-parse v1.0.0
1862026-05-08T01:02:46.939Z Downloaded addr2line v0.25.1
1872026-05-08T01:02:46.946Z Downloaded future-queue v0.4.0
1882026-05-08T01:02:46.949Z Downloaded cargo-platform v0.2.0
1892026-05-08T01:02:46.952Z Downloaded convert_case v0.10.0
1902026-05-08T01:02:46.952Z Downloaded dialoguer v0.11.0
1912026-05-08T01:02:46.955Z Downloaded cargo_metadata v0.20.0
1922026-05-08T01:02:46.970Z Downloaded crypto-common v0.1.7
1932026-05-08T01:02:46.973Z Downloaded bytes v1.11.1
1942026-05-08T01:02:46.977Z Downloaded ed25519-dalek v2.2.0
1952026-05-08T01:02:46.980Z Downloaded backtrace-ext v0.2.1
1962026-05-08T01:02:46.983Z Downloaded number_prefix v0.4.0
1972026-05-08T01:02:46.983Z Downloaded nextest-workspace-hack v0.1.0
1982026-05-08T01:02:46.983Z Downloaded itoa v1.0.18
1992026-05-08T01:02:46.986Z Downloaded clap v4.6.1
2002026-05-08T01:02:46.989Z Downloaded rustc-demangle v0.1.27
2012026-05-08T01:02:46.992Z Downloaded rand_core v0.6.4
2022026-05-08T01:02:46.992Z Downloaded http-body-util v0.1.3
2032026-05-08T01:02:46.995Z Downloaded form_urlencoded v1.2.2
2042026-05-08T01:02:46.995Z Downloaded ryu v1.0.23
2052026-05-08T01:02:46.998Z Downloaded mukti-metadata v0.3.0
2062026-05-08T01:02:46.998Z Downloaded errno v0.3.14
2072026-05-08T01:02:46.999Z Downloaded color-spantrace v0.3.0
2082026-05-08T01:02:47.003Z Downloaded cfg-if v1.0.4
2092026-05-08T01:02:47.003Z Downloaded cargo-platform v0.3.3
2102026-05-08T01:02:47.003Z Downloaded pkg-config v0.3.33
2112026-05-08T01:02:47.006Z Downloaded generic-array v0.14.7
2122026-05-08T01:02:47.007Z Downloaded indenter v0.3.4
2132026-05-08T01:02:47.007Z Downloaded futures-macro v0.3.32
2142026-05-08T01:02:47.013Z Downloaded fnv v1.0.7
2152026-05-08T01:02:47.013Z Downloaded parking_lot_core v0.9.12
2162026-05-08T01:02:47.016Z Downloaded autocfg v1.5.0
2172026-05-08T01:02:47.016Z Downloaded pin-project v1.1.12
2182026-05-08T01:02:47.019Z Downloaded atomicwrites v0.4.4
2192026-05-08T01:02:47.019Z Downloaded guppy-workspace-hack v0.1.0
2202026-05-08T01:02:47.022Z Downloaded clap_lex v1.1.0
2212026-05-08T01:02:47.022Z Downloaded foreign-types-shared v0.1.1
2222026-05-08T01:02:47.022Z Downloaded anstyle-query v1.1.5
2232026-05-08T01:02:47.027Z Downloaded pathdiff v0.2.3
2242026-05-08T01:02:47.029Z Downloaded lru-slab v0.1.2
2252026-05-08T01:02:47.030Z Downloaded home v0.5.12
2262026-05-08T01:02:47.033Z Downloaded serde-value v0.7.0
2272026-05-08T01:02:47.033Z Downloaded idna_adapter v1.0.0
2282026-05-08T01:02:47.033Z Downloaded async-scoped v0.9.0
2292026-05-08T01:02:47.036Z Downloaded pin-project-internal v1.1.12
2302026-05-08T01:02:47.038Z Downloaded newtype-uuid v1.3.2
2312026-05-08T01:02:47.042Z Downloaded futures-sink v0.3.32
2322026-05-08T01:02:47.045Z Downloaded lazy_static v1.5.0
2332026-05-08T01:02:47.045Z Downloaded colorchoice v1.0.5
2342026-05-08T01:02:47.049Z Downloaded curve25519-dalek-derive v0.1.1
2352026-05-08T01:02:47.052Z Downloaded nested v0.1.1
2362026-05-08T01:02:47.052Z Downloaded humantime-serde v1.1.1
2372026-05-08T01:02:47.052Z Downloaded foreign-types v0.3.2
2382026-05-08T01:02:47.055Z Downloaded equivalent v1.0.2
2392026-05-08T01:02:47.058Z Downloaded adler2 v2.0.1
2402026-05-08T01:02:47.063Z Downloaded miniz_oxide v0.8.9
2412026-05-08T01:02:47.066Z Downloaded enable-ansi-support v0.2.1
2422026-05-08T01:02:47.069Z Downloaded hex v0.4.3
2432026-05-08T01:02:47.069Z Downloaded is_ci v1.2.0
2442026-05-08T01:02:47.069Z Downloaded cpufeatures v0.2.17
2452026-05-08T01:02:47.072Z Downloaded document-features v0.2.12
2462026-05-08T01:02:47.072Z Downloaded block-buffer v0.10.4
2472026-05-08T01:02:47.072Z Downloaded atomic-waker v1.1.2
2482026-05-08T01:02:47.072Z Downloaded futures-io v0.3.32
2492026-05-08T01:02:47.078Z Downloaded debug-ignore v1.0.5
2502026-05-08T01:02:47.087Z Downloaded serde_ignored v0.1.14
2512026-05-08T01:02:47.090Z Downloaded openssl-probe v0.2.1
2522026-05-08T01:02:47.093Z Downloaded rustc_version v0.4.1
2532026-05-08T01:02:47.096Z Downloaded supports-hyperlinks v3.2.0
2542026-05-08T01:02:47.099Z Downloaded indent_write v2.2.0
2552026-05-08T01:02:47.099Z Downloaded camino v1.2.2
2562026-05-08T01:02:47.102Z Downloaded ordered-float v2.10.1
2572026-05-08T01:02:47.102Z Downloaded serde_spanned v0.6.9
2582026-05-08T01:02:47.105Z Downloaded scopeguard v1.2.0
2592026-05-08T01:02:47.106Z Downloaded rustc-hash v2.1.2
2602026-05-08T01:02:47.106Z Downloaded openssl-macros v0.1.1
2612026-05-08T01:02:47.108Z Downloaded os_pipe v1.2.3
2622026-05-08T01:02:47.108Z Downloaded shell-words v1.1.1
2632026-05-08T01:02:47.112Z Downloaded serde_urlencoded v0.7.1
2642026-05-08T01:02:47.112Z Downloaded sigchld v0.2.4
2652026-05-08T01:02:47.112Z Downloaded serde_spanned v1.1.1
2662026-05-08T01:02:47.114Z Downloaded signal-hook-mio v0.2.5
2672026-05-08T01:02:47.115Z Downloaded hyper-tls v0.6.0
2682026-05-08T01:02:47.117Z Downloaded shared_child v1.1.1
2692026-05-08T01:02:47.121Z Downloaded subtle v2.6.1
2702026-05-08T01:02:47.121Z Downloaded supports-unicode v3.0.0
2712026-05-08T01:02:47.125Z Downloaded cfg_aliases v0.2.1
2722026-05-08T01:02:47.125Z Downloaded ppv-lite86 v0.2.21
2732026-05-08T01:02:47.125Z Downloaded miette-derive v7.6.0
2742026-05-08T01:02:47.128Z Downloaded native-tls v0.2.18
2752026-05-08T01:02:47.128Z Downloaded anstream v1.0.0
2762026-05-08T01:02:47.131Z Downloaded futures-task v0.3.32
2772026-05-08T01:02:47.131Z Downloaded find-msvc-tools v0.1.9
2782026-05-08T01:02:47.131Z Downloaded supports-color v3.0.2
2792026-05-08T01:02:47.134Z Downloaded num-traits v0.2.19
2802026-05-08T01:02:47.134Z Downloaded fixedbitset v0.5.7
2812026-05-08T01:02:47.136Z Downloaded ed25519 v2.2.3
2822026-05-08T01:02:47.136Z Downloaded cargo-util-schemas v0.2.0
2832026-05-08T01:02:47.139Z Downloaded serde-untagged v0.1.9
2842026-05-08T01:02:47.139Z Downloaded is_terminal_polyfill v1.70.2
2852026-05-08T01:02:47.139Z Downloaded signature v2.2.0
2862026-05-08T01:02:47.142Z Downloaded http-body v1.0.1
2872026-05-08T01:02:47.142Z Downloaded percent-encoding v2.3.2
2882026-05-08T01:02:47.145Z Downloaded futures-core v0.3.32
2892026-05-08T01:02:47.145Z Downloaded filetime v0.2.27
2902026-05-08T01:02:47.145Z Downloaded fastrand v2.4.1
2912026-05-08T01:02:47.148Z Downloaded rand_chacha v0.9.0
2922026-05-08T01:02:47.151Z Downloaded swrite v0.1.0
2932026-05-08T01:02:47.154Z Downloaded erased-serde v0.4.10
2942026-05-08T01:02:47.157Z Downloaded strip-ansi-escapes v0.2.1
2952026-05-08T01:02:47.157Z Downloaded terminal_size v0.4.4
2962026-05-08T01:02:47.157Z Downloaded cargo_metadata v0.23.1
2972026-05-08T01:02:47.160Z Downloaded globset v0.4.18
2982026-05-08T01:02:47.160Z Downloaded foldhash v0.1.5
2992026-05-08T01:02:47.160Z Downloaded camino-tempfile v1.4.1
3002026-05-08T01:02:47.163Z Downloaded tinyvec_macros v0.1.1
3012026-05-08T01:02:47.167Z Downloaded digest v0.10.7
3022026-05-08T01:02:47.170Z Downloaded sync_wrapper v1.0.2
3032026-05-08T01:02:47.173Z Downloaded nextest-metadata v0.12.2
3042026-05-08T01:02:47.173Z Downloaded rustls-pki-types v1.14.1
3052026-05-08T01:02:47.173Z Downloaded bitflags v2.11.1
3062026-05-08T01:02:47.176Z Downloaded either v1.15.0
3072026-05-08T01:02:47.176Z Downloaded humantime v2.3.0
3082026-05-08T01:02:47.179Z Downloaded parking_lot v0.12.5
3092026-05-08T01:02:47.182Z Downloaded pkcs8 v0.10.2
3102026-05-08T01:02:47.182Z Downloaded anstyle v1.0.14
3112026-05-08T01:02:47.186Z Downloaded rand_core v0.9.5
3122026-05-08T01:02:47.189Z Downloaded static_assertions v1.1.0
3132026-05-08T01:02:47.193Z Downloaded jobserver v0.1.34
3142026-05-08T01:02:47.196Z Downloaded owo-colors v4.3.0
3152026-05-08T01:02:47.199Z Downloaded openssl-sys v0.9.115
3162026-05-08T01:02:47.202Z Downloaded strsim v0.11.1
3172026-05-08T01:02:47.202Z Downloaded lock_api v0.4.14
3182026-05-08T01:02:47.205Z Downloaded tokio-macros v2.7.0
3192026-05-08T01:02:47.205Z Downloaded spki v0.7.3
3202026-05-08T01:02:47.205Z Downloaded indicatif v0.17.11
3212026-05-08T01:02:47.208Z Downloaded ipnet v2.12.0
3222026-05-08T01:02:47.208Z Downloaded signal-hook-registry v1.4.8
3232026-05-08T01:02:47.210Z Downloaded tower-layer v0.3.3
3242026-05-08T01:02:47.211Z Downloaded shlex v1.3.0
3252026-05-08T01:02:47.211Z Downloaded serde_path_to_error v0.1.20
3262026-05-08T01:02:47.214Z Downloaded toml_write v0.1.2
3272026-05-08T01:02:47.219Z Downloaded tracing-error v0.2.1
3282026-05-08T01:02:47.223Z Downloaded tower-service v0.3.3
3292026-05-08T01:02:47.223Z Downloaded quote v1.0.45
3302026-05-08T01:02:47.226Z Downloaded duct v0.13.7
3312026-05-08T01:02:47.226Z Downloaded try-lock v0.2.5
3322026-05-08T01:02:47.231Z Downloaded simd-adler32 v0.3.9
3332026-05-08T01:02:47.234Z Downloaded self-replace v1.5.0
3342026-05-08T01:02:47.234Z Downloaded sha2 v0.10.9
3352026-05-08T01:02:47.237Z Downloaded console v0.15.11
3362026-05-08T01:02:47.240Z Downloaded thiserror v1.0.69
3372026-05-08T01:02:47.242Z Downloaded target-spec-miette v0.4.6
3382026-05-08T01:02:47.242Z Downloaded typeid v1.0.3
3392026-05-08T01:02:47.246Z Downloaded heck v0.5.0
3402026-05-08T01:02:47.246Z Downloaded getrandom v0.2.17
3412026-05-08T01:02:47.246Z Downloaded urlencoding v2.1.3
3422026-05-08T01:02:47.249Z Downloaded xattr v1.6.1
3432026-05-08T01:02:47.249Z Downloaded utf8parse v0.2.2
3442026-05-08T01:02:47.249Z Downloaded base64ct v1.8.3
3452026-05-08T01:02:47.252Z Downloaded futures-channel v0.3.32
3462026-05-08T01:02:47.252Z Downloaded eyre v0.6.12
3472026-05-08T01:02:47.255Z Downloaded cfg-expr v0.20.7
3482026-05-08T01:02:47.255Z Downloaded unicode-linebreak v0.1.5
3492026-05-08T01:02:47.255Z Downloaded self_update v0.42.0
3502026-05-08T01:02:47.258Z Downloaded borsh v1.6.1
3512026-05-08T01:02:47.261Z Downloaded thiserror-impl v2.0.18
3522026-05-08T01:02:47.261Z Downloaded futures-executor v0.3.32
3532026-05-08T01:02:47.264Z Downloaded target-lexicon v0.13.3
3542026-05-08T01:02:47.264Z Downloaded slab v0.4.12
3552026-05-08T01:02:47.264Z Downloaded clap_derive v4.6.1
3562026-05-08T01:02:47.267Z Downloaded quick-junit v0.5.2
3572026-05-08T01:02:47.270Z Downloaded want v0.3.1
3582026-05-08T01:02:47.270Z Downloaded untrusted v0.9.0
3592026-05-08T01:02:47.273Z Downloaded semver v1.0.28
3602026-05-08T01:02:47.273Z Downloaded thread_local v1.1.9
3612026-05-08T01:02:47.273Z Downloaded pin-project-lite v0.2.17
3622026-05-08T01:02:47.276Z Downloaded quinn-udp v0.5.14
3632026-05-08T01:02:47.278Z Downloaded nextest-filtering v0.15.0
3642026-05-08T01:02:47.278Z Downloaded utf8_iter v1.0.4
3652026-05-08T01:02:47.279Z Downloaded hyper-rustls v0.27.9
3662026-05-08T01:02:47.282Z Downloaded thiserror-impl v1.0.69
3672026-05-08T01:02:47.282Z Downloaded unicode-xid v0.2.6
3682026-05-08T01:02:47.282Z Downloaded httparse v1.10.1
3692026-05-08T01:02:47.287Z Downloaded iana-time-zone v0.1.65
3702026-05-08T01:02:47.292Z Downloaded tokio-native-tls v0.3.1
3712026-05-08T01:02:47.295Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3722026-05-08T01:02:47.298Z Downloaded toml_datetime v0.6.11
3732026-05-08T01:02:47.298Z Downloaded smallvec v1.15.1
3742026-05-08T01:02:47.301Z Downloaded toml_writer v1.1.1+spec-1.1.0
3752026-05-08T01:02:47.306Z Downloaded tracing-log v0.2.0
3762026-05-08T01:02:47.309Z Downloaded litrs v1.0.0
3772026-05-08T01:02:47.309Z Downloaded config v0.15.22
3782026-05-08T01:02:47.313Z Downloaded thiserror v2.0.18
3792026-05-08T01:02:47.317Z Downloaded smol_str v0.3.6
3802026-05-08T01:02:47.319Z Downloaded serde_derive v1.0.228
3812026-05-08T01:02:47.322Z Downloaded getrandom v0.3.4
3822026-05-08T01:02:47.322Z Downloaded log v0.4.29
3832026-05-08T01:02:47.325Z Downloaded zstd-safe v7.2.4
3842026-05-08T01:02:47.325Z Downloaded zeroize v1.8.2
3852026-05-08T01:02:47.325Z Downloaded xxhash-rust v0.8.15
3862026-05-08T01:02:47.328Z Downloaded target-spec v3.6.0
3872026-05-08T01:02:47.328Z Downloaded proc-macro2 v1.0.106
3882026-05-08T01:02:47.339Z Downloaded serde_core v1.0.228
3892026-05-08T01:02:47.343Z Downloaded derive-where v1.6.1
3902026-05-08T01:02:47.345Z Downloaded unicase v2.9.0
3912026-05-08T01:02:47.345Z Downloaded once_cell v1.21.4
3922026-05-08T01:02:47.348Z Downloaded ahash v0.8.12
3932026-05-08T01:02:47.348Z Downloaded version_check v0.9.5
3942026-05-08T01:02:47.352Z Downloaded tempfile v3.27.0
3952026-05-08T01:02:47.358Z Downloaded sharded-slab v0.1.7
3962026-05-08T01:02:47.362Z Downloaded futures v0.3.32
3972026-05-08T01:02:47.364Z Downloaded const-oid v0.9.6
3982026-05-08T01:02:47.368Z Downloaded getrandom v0.4.2
3992026-05-08T01:02:47.370Z Downloaded socket2 v0.6.3
4002026-05-08T01:02:47.371Z Downloaded toml v0.8.23
4012026-05-08T01:02:47.373Z Downloaded tokio-rustls v0.26.4
4022026-05-08T01:02:47.374Z Downloaded signal-hook v0.3.18
4032026-05-08T01:02:47.377Z Downloaded zmij v1.0.21
4042026-05-08T01:02:47.377Z Downloaded zipsign-api v0.1.5
4052026-05-08T01:02:47.381Z Downloaded tracing-attributes v0.1.31
4062026-05-08T01:02:47.381Z Downloaded toml_parser v1.1.2+spec-1.1.0
4072026-05-08T01:02:47.384Z Downloaded tokio-stream v0.1.18
4082026-05-08T01:02:47.388Z Downloaded crc32fast v1.5.0
4092026-05-08T01:02:47.400Z Downloaded indexmap v2.14.0
4102026-05-08T01:02:47.403Z Downloaded backtrace v0.3.76
4112026-05-08T01:02:47.413Z Downloaded tracing-core v0.1.36
4122026-05-08T01:02:47.425Z Downloaded vte v0.14.1
4132026-05-08T01:02:47.429Z Downloaded toml v1.1.2+spec-1.1.0
4142026-05-08T01:02:47.432Z Downloaded zstd v0.13.3
4152026-05-08T01:02:47.434Z Downloaded cc v1.2.61
4162026-05-08T01:02:47.438Z Downloaded derive_more v2.1.1
4172026-05-08T01:02:47.441Z Downloaded serde v1.0.228
4182026-05-08T01:02:47.444Z Downloaded quinn v0.11.9
4192026-05-08T01:02:47.447Z Downloaded rand v0.9.4
4202026-05-08T01:02:47.450Z Downloaded toml_edit v0.22.27
4212026-05-08T01:02:47.450Z Downloaded unicode-ident v1.0.24
4222026-05-08T01:02:47.453Z Downloaded tar v0.4.45
4232026-05-08T01:02:47.453Z Downloaded der v0.7.10
4242026-05-08T01:02:47.456Z Downloaded base64 v0.22.1
4252026-05-08T01:02:47.461Z Downloaded flate2 v1.1.9
4262026-05-08T01:02:47.465Z Downloaded textwrap v0.16.2
4272026-05-08T01:02:47.465Z Downloaded rustls-webpki v0.103.13
4282026-05-08T01:02:47.468Z Downloaded tinyvec v1.11.0
4292026-05-08T01:02:47.471Z Downloaded memchr v2.8.0
4302026-05-08T01:02:47.475Z Downloaded uuid v1.23.1
4312026-05-08T01:02:47.478Z Downloaded derive_more-impl v2.1.1
4322026-05-08T01:02:47.481Z Downloaded hyper-util v0.1.20
4332026-05-08T01:02:47.494Z Downloaded hashbrown v0.17.0
4342026-05-08T01:02:47.509Z Downloaded mio v1.2.0
4352026-05-08T01:02:47.515Z Downloaded miette v7.6.0
4362026-05-08T01:02:47.540Z Downloaded url v2.5.8
4372026-05-08T01:02:47.543Z Downloaded unicode-segmentation v1.13.2
4382026-05-08T01:02:47.546Z Downloaded ron v0.12.1
4392026-05-08T01:02:47.550Z Downloaded http v1.4.0
4402026-05-08T01:02:47.553Z Downloaded tower v0.5.3
4412026-05-08T01:02:47.556Z Downloaded guppy v0.17.25
4422026-05-08T01:02:47.559Z Downloaded hashbrown v0.15.5
4432026-05-08T01:02:47.562Z Downloaded crossterm v0.29.0
4442026-05-08T01:02:47.572Z Downloaded regex v1.12.3
4452026-05-08T01:02:47.575Z Downloaded typenum v1.20.0
4462026-05-08T01:02:47.590Z Downloaded serde_json v1.0.149
4472026-05-08T01:02:47.594Z Downloaded tokio-util v0.7.18
4482026-05-08T01:02:47.602Z Downloaded aho-corasick v1.1.4
4492026-05-08T01:02:47.605Z Downloaded portable-atomic v1.13.1
4502026-05-08T01:02:47.609Z Downloaded futures-util v0.3.32
4512026-05-08T01:02:47.615Z Downloaded reqwest v0.12.28
4522026-05-08T01:02:47.618Z Downloaded idna v1.1.0
4532026-05-08T01:02:47.621Z Downloaded clap_builder v4.6.0
4542026-05-08T01:02:47.624Z Downloaded pulldown-cmark v0.13.3
4552026-05-08T01:02:47.627Z Downloaded unicode-normalization v0.1.25
4562026-05-08T01:02:47.630Z Downloaded h2 v0.4.14
4572026-05-08T01:02:47.651Z Downloaded tower-http v0.6.10
4582026-05-08T01:02:47.656Z Downloaded quick-xml v0.37.5
4592026-05-08T01:02:47.659Z Downloaded itertools v0.14.0
4602026-05-08T01:02:47.663Z Downloaded winnow v1.0.2
4612026-05-08T01:02:47.670Z Downloaded winnow v0.7.15
4622026-05-08T01:02:47.673Z Downloaded gimli v0.32.3
4632026-05-08T01:02:47.677Z Downloaded hyper v1.9.0
4642026-05-08T01:02:47.685Z Downloaded quick-xml v0.38.4
4652026-05-08T01:02:47.689Z Downloaded webpki-roots v1.0.7
4662026-05-08T01:02:47.692Z Downloaded chrono v0.4.44
4672026-05-08T01:02:47.697Z Downloaded vcpkg v0.2.15
4682026-05-08T01:02:47.722Z Downloaded syn v2.0.117
4692026-05-08T01:02:47.726Z Downloaded unicode-width v0.2.2
4702026-05-08T01:02:47.730Z Downloaded bstr v1.12.1
4712026-05-08T01:02:47.734Z Downloaded curve25519-dalek v4.1.3
4722026-05-08T01:02:47.758Z Downloaded quinn-proto v0.11.14
4732026-05-08T01:02:47.762Z Downloaded color-eyre v0.6.5
4742026-05-08T01:02:47.796Z Downloaded tracing-subscriber v0.3.23
4752026-05-08T01:02:47.817Z Downloaded nix v0.30.1
4762026-05-08T01:02:47.832Z Downloaded unicode-width v0.1.14
4772026-05-08T01:02:47.842Z Downloaded openssl v0.10.79
4782026-05-08T01:02:47.849Z Downloaded nextest-runner v0.80.0
4792026-05-08T01:02:47.855Z Downloaded zerocopy v0.8.48
4802026-05-08T01:02:47.870Z Downloaded regex-syntax v0.8.10
4812026-05-08T01:02:47.879Z Downloaded object v0.37.3
4822026-05-08T01:02:47.906Z Downloaded rustls v0.23.40
4832026-05-08T01:02:47.916Z Downloaded rustix v0.38.44
4842026-05-08T01:02:47.947Z Downloaded rustix v1.1.4
4852026-05-08T01:02:47.988Z Downloaded tracing v0.1.44
4862026-05-08T01:02:48.072Z Downloaded regex-automata v0.4.14
4872026-05-08T01:02:48.081Z Downloaded libc v0.2.186
4882026-05-08T01:02:48.123Z Downloaded petgraph v0.8.3
4892026-05-08T01:02:48.138Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-05-08T01:02:48.161Z Downloaded tokio v1.52.2
4912026-05-08T01:02:48.231Z Downloaded recursion v0.5.4
4922026-05-08T01:02:48.241Z Downloaded ring v0.17.14
4932026-05-08T01:02:48.300Z Compiling proc-macro2 v1.0.106
4942026-05-08T01:02:48.300Z Compiling libc v0.2.186
4952026-05-08T01:02:48.303Z Compiling unicode-ident v1.0.24
4962026-05-08T01:02:48.303Z Compiling quote v1.0.45
4972026-05-08T01:02:48.303Z Compiling serde_core v1.0.228
4982026-05-08T01:02:48.303Z Compiling cfg-if v1.0.4
4992026-05-08T01:02:48.303Z Compiling memchr v2.8.0
5002026-05-08T01:02:48.303Z Compiling once_cell v1.21.4
5012026-05-08T01:02:48.546Z Compiling log v0.4.29
5022026-05-08T01:02:48.561Z Compiling pin-project-lite v0.2.17
5032026-05-08T01:02:48.654Z Compiling itoa v1.0.18
5042026-05-08T01:02:48.675Z Compiling serde v1.0.228
5052026-05-08T01:02:48.844Z Compiling futures-core v0.3.32
5062026-05-08T01:02:48.888Z Compiling smallvec v1.15.1
5072026-05-08T01:02:49.015Z Compiling bitflags v2.11.1
5082026-05-08T01:02:49.032Z Compiling hashbrown v0.17.0
5092026-05-08T01:02:49.154Z Compiling find-msvc-tools v0.1.9
5102026-05-08T01:02:49.399Z Compiling errno v0.3.14
5112026-05-08T01:02:49.429Z Compiling equivalent v1.0.2
5122026-05-08T01:02:49.460Z Compiling shlex v1.3.0
5132026-05-08T01:02:49.582Z Compiling signal-hook-registry v1.4.8
5142026-05-08T01:02:49.621Z Compiling jobserver v0.1.34
5152026-05-08T01:02:49.660Z Compiling bytes v1.11.1
5162026-05-08T01:02:49.674Z Compiling mio v1.2.0
5172026-05-08T01:02:49.705Z Compiling syn v2.0.117
5182026-05-08T01:02:49.739Z Compiling futures-sink v0.3.32
5192026-05-08T01:02:49.785Z Compiling rustix v1.1.4
5202026-05-08T01:02:49.852Z Compiling cc v1.2.61
5212026-05-08T01:02:49.962Z Compiling socket2 v0.6.3
5222026-05-08T01:02:50.133Z Compiling slab v0.4.12
5232026-05-08T01:02:50.349Z Compiling zmij v1.0.21
5242026-05-08T01:02:50.423Z Compiling futures-channel v0.3.32
5252026-05-08T01:02:50.602Z Compiling tracing-core v0.1.36
5262026-05-08T01:02:50.694Z Compiling serde_json v1.0.149
5272026-05-08T01:02:50.707Z Compiling version_check v0.9.5
5282026-05-08T01:02:50.785Z Compiling indexmap v2.14.0
5292026-05-08T01:02:50.974Z Compiling futures-task v0.3.32
5302026-05-08T01:02:50.989Z Compiling futures-io v0.3.32
5312026-05-08T01:02:51.153Z Compiling getrandom v0.4.2
5322026-05-08T01:02:51.191Z Compiling unicode-width v0.2.2
5332026-05-08T01:02:51.277Z Compiling percent-encoding v2.3.2
5342026-05-08T01:02:51.437Z Compiling camino v1.2.2
5352026-05-08T01:02:51.543Z Compiling ring v0.17.14
5362026-05-08T01:02:51.614Z Compiling http v1.4.0
5372026-05-08T01:02:51.665Z Compiling autocfg v1.5.0
5382026-05-08T01:02:51.706Z Compiling simd-adler32 v0.3.9
5392026-05-08T01:02:51.805Z Compiling zeroize v1.8.2
5402026-05-08T01:02:52.006Z Compiling adler2 v2.0.1
5412026-05-08T01:02:52.019Z Compiling num-traits v0.2.19
5422026-05-08T01:02:52.167Z Compiling miniz_oxide v0.8.9
5432026-05-08T01:02:52.245Z Compiling getrandom v0.3.4
5442026-05-08T01:02:52.553Z Compiling target-lexicon v0.13.3
5452026-05-08T01:02:52.566Z Compiling object v0.37.3
5462026-05-08T01:02:52.807Z Compiling zerocopy v0.8.48
5472026-05-08T01:02:52.922Z Compiling http-body v1.0.1
5482026-05-08T01:02:53.086Z Compiling rustls-pki-types v1.14.1
5492026-05-08T01:02:53.228Z Compiling form_urlencoded v1.2.2
5502026-05-08T01:02:53.242Z Compiling semver v1.0.28
5512026-05-08T01:02:53.348Z Compiling serde_derive v1.0.228
5522026-05-08T01:02:53.424Z Compiling tokio-macros v2.7.0
5532026-05-08T01:02:53.499Z Compiling futures-macro v0.3.32
5542026-05-08T01:02:53.622Z Compiling tracing-attributes v0.1.31
5552026-05-08T01:02:53.708Z Compiling getrandom v0.2.17
5562026-05-08T01:02:53.900Z Compiling untrusted v0.9.0
5572026-05-08T01:02:53.903Z Compiling idna_adapter v1.0.0
5582026-05-08T01:02:53.925Z Compiling gimli v0.32.3
5592026-05-08T01:02:54.016Z Compiling utf8_iter v1.0.4
5602026-05-08T01:02:54.034Z Compiling fnv v1.0.7
5612026-05-08T01:02:54.140Z Compiling guppy-workspace-hack v0.1.0
5622026-05-08T01:02:54.155Z Compiling tokio v1.52.2
5632026-05-08T01:02:54.178Z Compiling signal-hook v0.3.18
5642026-05-08T01:02:54.310Z Compiling futures-util v0.3.32
5652026-05-08T01:02:54.350Z Compiling httparse v1.10.1
5662026-05-08T01:02:54.394Z Compiling owo-colors v4.3.0
5672026-05-08T01:02:54.692Z Compiling thiserror v2.0.18
5682026-05-08T01:02:54.832Z Compiling tracing v0.1.44
5692026-05-08T01:02:54.847Z Compiling idna v1.1.0
5702026-05-08T01:02:55.176Z Compiling thiserror-impl v2.0.18
5712026-05-08T01:02:55.982Z Compiling addr2line v0.25.1
5722026-05-08T01:02:56.597Z Compiling generic-array v0.14.7
5732026-05-08T01:02:56.694Z Compiling rustls v0.23.40
5742026-05-08T01:02:56.830Z Compiling try-lock v0.2.5
5752026-05-08T01:02:56.902Z Compiling thiserror v1.0.69
5762026-05-08T01:02:56.918Z Compiling atomic-waker v1.1.2
5772026-05-08T01:02:56.952Z Compiling fastrand v2.4.1
5782026-05-08T01:02:57.000Z Compiling typeid v1.0.3
5792026-05-08T01:02:57.053Z Compiling tower-service v0.3.3
5802026-05-08T01:02:57.151Z Compiling pkg-config v0.3.33
5812026-05-08T01:02:57.205Z Compiling rustc-demangle v0.1.27
5822026-05-08T01:02:57.273Z Compiling target-spec v3.6.0
5832026-05-08T01:02:57.506Z Compiling tempfile v3.27.0
5842026-05-08T01:02:57.575Z Compiling want v0.3.1
5852026-05-08T01:02:57.586Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-05-08T01:02:57.806Z Compiling cfg-expr v0.20.7
5872026-05-08T01:02:58.103Z Compiling tokio-util v0.7.18
5882026-05-08T01:02:58.191Z Compiling url v2.5.8
5892026-05-08T01:02:58.765Z Compiling h2 v0.4.14
5902026-05-08T01:02:59.328Z Compiling backtrace v0.3.76
5912026-05-08T01:02:59.435Z Compiling thiserror-impl v1.0.69
5922026-05-08T01:02:59.842Z Compiling terminal_size v0.4.4
5932026-05-08T01:03:00.002Z Compiling aho-corasick v1.1.4
5942026-05-08T01:03:00.094Z Compiling subtle v2.6.1
5952026-05-08T01:03:00.256Z Compiling regex-syntax v0.8.10
5962026-05-08T01:03:00.589Z Compiling rustls-webpki v0.103.13
5972026-05-08T01:03:00.631Z Compiling erased-serde v0.4.10
5982026-05-08T01:03:00.915Z Compiling typenum v1.20.0
5992026-05-08T01:03:01.599Z Compiling winnow v0.7.15
6002026-05-08T01:03:03.097Z Compiling regex-automata v0.4.14
6012026-05-08T01:03:04.097Z Compiling hyper v1.9.0
6022026-05-08T01:03:05.511Z Compiling toml_datetime v0.6.11
6032026-05-08T01:03:05.891Z Compiling serde_spanned v0.6.9
6042026-05-08T01:03:06.059Z Compiling ahash v0.8.12
6052026-05-08T01:03:06.311Z Compiling sync_wrapper v1.0.2
6062026-05-08T01:03:06.428Z Compiling is_ci v1.2.0
6072026-05-08T01:03:06.604Z Compiling ipnet v2.12.0
6082026-05-08T01:03:07.129Z Compiling crc32fast v1.5.0
6092026-05-08T01:03:07.416Z Compiling lazy_static v1.5.0
6102026-05-08T01:03:07.458Z Compiling unicode-segmentation v1.13.2
6112026-05-08T01:03:07.526Z Compiling portable-atomic v1.13.1
6122026-05-08T01:03:07.741Z Compiling foldhash v0.1.5
6132026-05-08T01:03:07.807Z Compiling either v1.15.0
6142026-05-08T01:03:07.854Z Compiling tower-layer v0.3.3
6152026-05-08T01:03:07.868Z Compiling parking_lot_core v0.9.12
6162026-05-08T01:03:07.962Z Compiling base64 v0.22.1
6172026-05-08T01:03:07.967Z Compiling unicode-linebreak v0.1.5
6182026-05-08T01:03:08.023Z Compiling nextest-workspace-hack v0.1.0
6192026-05-08T01:03:08.055Z Compiling toml_write v0.1.2
6202026-05-08T01:03:08.148Z Compiling tower v0.5.3
6212026-05-08T01:03:08.238Z Compiling hyper-util v0.1.20
6222026-05-08T01:03:08.269Z Compiling toml_edit v0.22.27
6232026-05-08T01:03:08.297Z Compiling textwrap v0.16.2
6242026-05-08T01:03:08.499Z Compiling hashbrown v0.15.5
6252026-05-08T01:03:08.730Z Compiling convert_case v0.10.0
6262026-05-08T01:03:08.986Z Compiling sharded-slab v0.1.7
6272026-05-08T01:03:09.174Z Compiling tokio-rustls v0.26.4
6282026-05-08T01:03:09.465Z Compiling supports-color v3.0.2
6292026-05-08T01:03:09.698Z Compiling backtrace-ext v0.2.1
6302026-05-08T01:03:09.717Z Compiling ordered-float v2.10.1
6312026-05-08T01:03:09.957Z Compiling webpki-roots v1.0.7
6322026-05-08T01:03:09.983Z Compiling miette-derive v7.6.0
6332026-05-08T01:03:10.078Z Compiling pathdiff v0.2.3
6342026-05-08T01:03:10.218Z Compiling console v0.15.11
6352026-05-08T01:03:10.242Z Compiling tracing-log v0.2.0
6362026-05-08T01:03:10.603Z Compiling cargo-platform v0.3.3
6372026-05-08T01:03:10.865Z Compiling os_pipe v1.2.3
6382026-05-08T01:03:11.045Z Compiling thread_local v1.1.9
6392026-05-08T01:03:11.070Z Compiling winnow v1.0.2
6402026-05-08T01:03:11.175Z Compiling debug-ignore v1.0.5
6412026-05-08T01:03:11.401Z Compiling supports-unicode v3.0.0
6422026-05-08T01:03:11.555Z Compiling ryu v1.0.23
6432026-05-08T01:03:11.577Z Compiling supports-hyperlinks v3.2.0
6442026-05-08T01:03:11.610Z Compiling fixedbitset v0.5.7
6452026-05-08T01:03:11.801Z Compiling rustix v0.38.44
6462026-05-08T01:03:11.843Z Compiling zstd-safe v7.2.4
6472026-05-08T01:03:12.133Z Compiling scopeguard v1.2.0
6482026-05-08T01:03:12.147Z Compiling cfg_aliases v0.2.1
6492026-05-08T01:03:12.151Z Compiling utf8parse v0.2.2
6502026-05-08T01:03:12.220Z Compiling pulldown-cmark v0.13.3
6512026-05-08T01:03:12.241Z Compiling unicode-width v0.1.14
6522026-05-08T01:03:12.270Z Compiling anstyle-parse v1.0.0
6532026-05-08T01:03:12.457Z Compiling nix v0.30.1
6542026-05-08T01:03:12.492Z Compiling miette v7.6.0
6552026-05-08T01:03:12.519Z Compiling lock_api v0.4.14
6562026-05-08T01:03:12.642Z Compiling toml_parser v1.1.2+spec-1.1.0
6572026-05-08T01:03:12.759Z Compiling petgraph v0.8.3
6582026-05-08T01:03:12.829Z Compiling serde_urlencoded v0.7.1
6592026-05-08T01:03:13.161Z Compiling tracing-subscriber v0.3.23
6602026-05-08T01:03:13.969Z Compiling sigchld v0.2.4
6612026-05-08T01:03:14.194Z Compiling cargo_metadata v0.23.1
6622026-05-08T01:03:14.239Z Compiling serde-untagged v0.1.9
6632026-05-08T01:03:14.609Z Compiling hyper-rustls v0.27.9
6642026-05-08T01:03:14.687Z Compiling serde-value v0.7.0
6652026-05-08T01:03:15.365Z Compiling toml v0.8.23
6662026-05-08T01:03:15.926Z Compiling derive_more-impl v2.1.1
6672026-05-08T01:03:16.428Z Compiling tower-http v0.6.10
6682026-05-08T01:03:17.103Z Compiling itertools v0.14.0
6692026-05-08T01:03:17.254Z Compiling regex v1.12.3
6702026-05-08T01:03:17.344Z Compiling crypto-common v0.1.7
6712026-05-08T01:03:17.488Z Compiling block-buffer v0.10.4
6722026-05-08T01:03:17.638Z Compiling ppv-lite86 v0.2.21
6732026-05-08T01:03:17.731Z Compiling rand_core v0.9.5
6742026-05-08T01:03:17.963Z Compiling futures-executor v0.3.32
6752026-05-08T01:03:17.981Z Compiling pin-project-internal v1.1.12
6762026-05-08T01:03:18.308Z Compiling http-body-util v0.1.3
6772026-05-08T01:03:18.492Z Compiling uuid v1.23.1
6782026-05-08T01:03:18.555Z Compiling smol_str v0.3.6
6792026-05-08T01:03:18.586Z Compiling serde_spanned v1.1.1
6802026-05-08T01:03:18.685Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-05-08T01:03:18.744Z Compiling filetime v0.2.27
6822026-05-08T01:03:18.893Z Compiling vte v0.14.1
6832026-05-08T01:03:18.949Z Compiling bstr v1.12.1
6842026-05-08T01:03:19.012Z Compiling color-spantrace v0.3.0
6852026-05-08T01:03:19.031Z Compiling colorchoice v1.0.5
6862026-05-08T01:03:19.106Z Compiling nested v0.1.1
6872026-05-08T01:03:19.121Z Compiling number_prefix v0.4.0
6882026-05-08T01:03:19.151Z Compiling iana-time-zone v0.1.65
6892026-05-08T01:03:19.273Z Compiling tinyvec_macros v0.1.1
6902026-05-08T01:03:19.303Z Compiling anstyle-query v1.1.5
6912026-05-08T01:03:19.315Z Compiling litrs v1.0.0
6922026-05-08T01:03:19.345Z Compiling is_terminal_polyfill v1.70.2
6932026-05-08T01:03:19.411Z Compiling eyre v0.6.12
6942026-05-08T01:03:19.444Z Compiling xattr v1.6.1
6952026-05-08T01:03:19.494Z Compiling anstyle v1.0.14
6962026-05-08T01:03:19.574Z Compiling unicode-xid v0.2.6
6972026-05-08T01:03:19.620Z Compiling static_assertions v1.1.0
6982026-05-08T01:03:19.696Z Compiling self_update v0.42.0
6992026-05-08T01:03:19.712Z Compiling unicase v2.9.0
7002026-05-08T01:03:19.761Z Compiling guppy v0.17.25
7012026-05-08T01:03:19.775Z Compiling document-features v0.2.12
7022026-05-08T01:03:19.894Z Compiling anstream v1.0.0
7032026-05-08T01:03:19.944Z Compiling cargo-util-schemas v0.2.0
7042026-05-08T01:03:19.990Z Compiling tar v0.4.45
7052026-05-08T01:03:20.313Z Compiling globset v0.4.18
7062026-05-08T01:03:20.381Z Compiling tinyvec v1.11.0
7072026-05-08T01:03:20.842Z Compiling chrono v0.4.44
7082026-05-08T01:03:21.315Z Compiling indicatif v0.17.11
7092026-05-08T01:03:22.359Z Compiling strip-ansi-escapes v0.2.1
7102026-05-08T01:03:22.610Z Compiling pin-project v1.1.12
7112026-05-08T01:03:22.635Z Compiling toml v1.1.2+spec-1.1.0
7122026-05-08T01:03:22.717Z Compiling nextest-metadata v0.12.2
7132026-05-08T01:03:22.903Z Compiling newtype-uuid v1.3.2
7142026-05-08T01:03:23.099Z Compiling reqwest v0.12.28
7152026-05-08T01:03:23.552Z Compiling futures v0.3.32
7162026-05-08T01:03:23.639Z Compiling rand_chacha v0.9.0
7172026-05-08T01:03:24.203Z Compiling digest v0.10.7
7182026-05-08T01:03:24.220Z Compiling parking_lot v0.12.5
7192026-05-08T01:03:24.425Z Compiling derive_more v2.1.1
7202026-05-08T01:03:24.504Z Compiling flate2 v1.1.9
7212026-05-08T01:03:24.517Z Compiling shared_child v1.1.1
7222026-05-08T01:03:24.853Z Compiling tracing-error v0.2.1
7232026-05-08T01:03:25.126Z Compiling signal-hook-mio v0.2.5
7242026-05-08T01:03:25.257Z Compiling self-replace v1.5.0
7252026-05-08T01:03:25.375Z Compiling cargo-platform v0.2.0
7262026-05-08T01:03:25.563Z Compiling quick-xml v0.38.4
7272026-05-08T01:03:25.845Z Compiling quick-xml v0.37.5
7282026-05-08T01:03:26.196Z Compiling indenter v0.3.4
7292026-05-08T01:03:26.329Z Compiling humantime v2.3.0
7302026-05-08T01:03:26.413Z Compiling cpufeatures v0.2.17
7312026-05-08T01:03:26.495Z Compiling recursion v0.5.4
7322026-05-08T01:03:26.643Z Compiling shell-words v1.1.1
7332026-05-08T01:03:26.768Z Compiling heck v0.5.0
7342026-05-08T01:03:26.974Z Compiling strsim v0.11.1
7352026-05-08T01:03:27.116Z Compiling clap_lex v1.1.0
7362026-05-08T01:03:27.171Z Compiling urlencoding v2.1.3
7372026-05-08T01:03:27.414Z Compiling clap_builder v4.6.0
7382026-05-08T01:03:27.479Z Compiling clap_derive v4.6.1
7392026-05-08T01:03:27.798Z Compiling nextest-filtering v0.15.0
7402026-05-08T01:03:27.886Z Compiling humantime-serde v1.1.1
7412026-05-08T01:03:28.047Z Compiling sha2 v0.10.9
7422026-05-08T01:03:29.277Z Compiling quick-junit v0.5.2
7432026-05-08T01:03:29.770Z Compiling atomicwrites v0.4.4
7442026-05-08T01:03:30.056Z Compiling cargo_metadata v0.20.0
7452026-05-08T01:03:31.777Z Compiling cargo-nextest v0.9.97
7462026-05-08T01:03:32.083Z Compiling crossterm v0.29.0
7472026-05-08T01:03:33.436Z Compiling duct v0.13.7
7482026-05-08T01:03:33.698Z Compiling rand v0.9.4
7492026-05-08T01:03:33.979Z Compiling async-scoped v0.9.0
7502026-05-08T01:03:34.153Z Compiling zstd v0.13.3
7512026-05-08T01:03:34.191Z Compiling config v0.15.22
7522026-05-08T01:03:34.456Z Compiling unicode-normalization v0.1.25
7532026-05-08T01:03:34.586Z Compiling target-spec-miette v0.4.6
7542026-05-08T01:03:35.011Z Compiling future-queue v0.4.0
7552026-05-08T01:03:35.030Z Compiling mukti-metadata v0.3.0
7562026-05-08T01:03:35.162Z Compiling tokio-stream v0.1.18
7572026-05-08T01:03:35.239Z Compiling camino-tempfile v1.4.1
7582026-05-08T01:03:35.282Z Compiling derive-where v1.6.1
7592026-05-08T01:03:35.295Z Compiling serde_path_to_error v0.1.20
7602026-05-08T01:03:35.523Z Compiling serde_ignored v0.1.14
7612026-05-08T01:03:35.676Z Compiling xxhash-rust v0.8.15
7622026-05-08T01:03:35.690Z Compiling home v0.5.12
7632026-05-08T01:03:35.750Z Compiling indent_write v2.2.0
7642026-05-08T01:03:35.750Z Compiling hex v0.4.3
7652026-05-08T01:03:35.853Z Compiling swrite v0.1.0
7662026-05-08T01:03:35.909Z Compiling color-eyre v0.6.5
7672026-05-08T01:03:35.980Z Compiling clap v4.6.1
7682026-05-08T01:03:35.993Z Compiling dialoguer v0.11.0
7692026-05-08T01:03:36.036Z Compiling enable-ansi-support v0.2.1
7702026-05-08T01:03:36.509Z Compiling nextest-runner v0.80.0
7712026-05-08T01:03:54.733Z Finished `release` profile [optimized] target(s) in 1m 11s
7722026-05-08T01:03:54.919Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-05-08T01:03:54.922Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-05-08T01:03:55.043Z+ pushd bgp
7752026-05-08T01:03:55.047Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-05-08T01:03:55.047Z+ pfexec cargo nextest run
7772026-05-08T01:03:55.204Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-05-08T01:03:55.789ZFrom https://github.com/oxidecomputer/falcon
7792026-05-08T01:03:55.789Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-05-08T01:03:55.867Z Updating crates.io index
7812026-05-08T01:03:55.901Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-05-08T01:03:56.633ZFrom https://github.com/oxidecomputer/dendrite
7832026-05-08T01:03:56.633Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-05-08T01:03:56.665Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-05-08T01:03:56.948ZFrom https://github.com/oxidecomputer/ispf
7862026-05-08T01:03:56.948Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-05-08T01:03:57.003Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-05-08T01:03:57.353ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-05-08T01:03:57.353Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-05-08T01:03:57.360Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-05-08T01:04:03.210ZFrom https://github.com/oxidecomputer/omicron
7922026-05-08T01:04:03.210Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7932026-05-08T01:04:03.616Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-05-08T01:04:04.218ZFrom https://github.com/oxidecomputer/opte
7952026-05-08T01:04:04.218Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7962026-05-08T01:04:04.249Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-05-08T01:04:04.563ZFrom https://github.com/illumos/smf-rs
7982026-05-08T01:04:04.564Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-05-08T01:04:04.808Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-05-08T01:04:05.104ZFrom https://github.com/oxidecomputer/network-interface
8012026-05-08T01:04:05.104Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-05-08T01:04:05.126Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-05-08T01:04:05.398ZFrom https://github.com/oxidecomputer/zone
8042026-05-08T01:04:05.398Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-05-08T01:04:05.405Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-05-08T01:04:06.045ZFrom https://github.com/oxidecomputer/propolis
8072026-05-08T01:04:06.045Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-05-08T01:04:06.115Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-05-08T01:04:06.618ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-05-08T01:04:06.618Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-05-08T01:04:06.739Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-05-08T01:04:07.016ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-05-08T01:04:07.016Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-05-08T01:04:07.032Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-05-08T01:04:07.315ZFrom https://github.com/jmesmon/rust-libzfs
8162026-05-08T01:04:07.316Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-05-08T01:04:07.323Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-05-08T01:04:07.627ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-05-08T01:04:07.627Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-05-08T01:04:07.636Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-05-08T01:04:07.968ZFrom https://github.com/oxidecomputer/lldp
8222026-05-08T01:04:07.969Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-05-08T01:04:08.007Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-05-08T01:04:08.295ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-05-08T01:04:08.295Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-05-08T01:04:08.362Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-05-08T01:04:08.635ZFrom https://github.com/oxidecomputer/tufaceous
8282026-05-08T01:04:08.635Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-05-08T01:04:08.712Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-05-08T01:04:09.139ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-05-08T01:04:09.139Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-05-08T01:04:09.156Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-05-08T01:04:09.987ZFrom https://github.com/oxidecomputer/crucible
8342026-05-08T01:04:09.987Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-05-08T01:04:10.045Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-05-08T01:04:10.316ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-05-08T01:04:10.316Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-05-08T01:04:10.709Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-05-08T01:04:11.026ZFrom https://github.com/oxidecomputer/propolis
8402026-05-08T01:04:11.026Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-05-08T01:04:11.109Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-05-08T01:04:11.377ZFrom https://github.com/oxidecomputer/tofino
8432026-05-08T01:04:11.377Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-05-08T01:04:11.383Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-05-08T01:04:12.151ZFrom https://github.com/oxidecomputer/maghemite
8462026-05-08T01:04:12.151Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-05-08T01:04:12.197Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-05-08T01:04:12.489ZFrom https://github.com/oxidecomputer/clickward
8492026-05-08T01:04:12.489Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-05-08T01:04:12.535Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-05-08T01:04:12.796ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-05-08T01:04:12.797Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-05-08T01:04:13.050Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-05-08T01:04:13.347ZFrom https://github.com/oxidecomputer/crucible
8552026-05-08T01:04:13.347Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-05-08T01:04:14.108Z Downloading crates ...
8572026-05-08T01:04:14.197Z Downloaded aead v0.5.2
8582026-05-08T01:04:14.205Z Downloaded allocator-api2 v0.2.21
8592026-05-08T01:04:14.208Z Downloaded dyn-clone v1.0.20
8602026-05-08T01:04:14.210Z Downloaded convert_case v0.4.0
8612026-05-08T01:04:14.210Z Downloaded daft v0.1.5
8622026-05-08T01:04:14.213Z Downloaded compression-codecs v0.4.37
8632026-05-08T01:04:14.217Z Downloaded chacha20poly1305 v0.10.1
8642026-05-08T01:04:14.221Z Downloaded ciborium-ll v0.2.2
8652026-05-08T01:04:14.224Z Downloaded embedded-io v0.4.0
8662026-05-08T01:04:14.227Z Downloaded foreign-types-macros v0.2.3
8672026-05-08T01:04:14.227Z Downloaded fs-err v3.3.0
8682026-05-08T01:04:14.229Z Downloaded anyhow v1.0.102
8692026-05-08T01:04:14.232Z Downloaded crunchy v0.2.4
8702026-05-08T01:04:14.232Z Downloaded cobs v0.3.0
8712026-05-08T01:04:14.235Z Downloaded cmake v0.1.58
8722026-05-08T01:04:14.235Z Downloaded compression-core v0.4.31
8732026-05-08T01:04:14.238Z Downloaded ciborium v0.2.2
8742026-05-08T01:04:14.238Z Downloaded crucible-workspace-hack v0.1.0
8752026-05-08T01:04:14.241Z Downloaded constant_time_eq v0.4.2
8762026-05-08T01:04:14.245Z Downloaded bcs v0.1.6
8772026-05-08T01:04:14.248Z Downloaded dropshot_endpoint v0.17.0
8782026-05-08T01:04:14.248Z Downloaded arrayref v0.3.9
8792026-05-08T01:04:14.251Z Downloaded crc8 v0.1.1
8802026-05-08T01:04:14.251Z Downloaded defmt v1.0.1
8812026-05-08T01:04:14.254Z Downloaded ciborium-io v0.2.2
8822026-05-08T01:04:14.254Z Downloaded base16ct v0.2.0
8832026-05-08T01:04:14.257Z Downloaded backoff v0.4.0
8842026-05-08T01:04:14.260Z Downloaded dropshot-api-manager-types v0.7.1
8852026-05-08T01:04:14.263Z Downloaded foreign-types-shared v0.3.1
8862026-05-08T01:04:14.266Z Downloaded const_format v0.2.35
8872026-05-08T01:04:14.271Z Downloaded embedded-io v0.6.1
8882026-05-08T01:04:14.274Z Downloaded const-random v0.1.18
8892026-05-08T01:04:14.276Z Downloaded cpufeatures v0.3.0
8902026-05-08T01:04:14.279Z Downloaded dof v0.3.0
8912026-05-08T01:04:14.279Z Downloaded darling_macro v0.21.3
8922026-05-08T01:04:14.282Z Downloaded float-ord v0.3.2
8932026-05-08T01:04:14.285Z Downloaded derive-ex v0.1.8
8942026-05-08T01:04:14.285Z Downloaded bit-vec v0.8.0
8952026-05-08T01:04:14.289Z Downloaded lru-cache v0.1.2
8962026-05-08T01:04:14.292Z Downloaded macaddr v1.0.1
8972026-05-08T01:04:14.294Z Downloaded omicron-workspace-hack v0.1.0
8982026-05-08T01:04:14.294Z Downloaded bit-set v0.8.0
8992026-05-08T01:04:14.294Z Downloaded linked-hash-map v0.5.6
9002026-05-08T01:04:14.298Z Downloaded memmap v0.7.0
9012026-05-08T01:04:14.301Z Downloaded darling_macro v0.23.0
9022026-05-08T01:04:14.301Z Downloaded ff v0.13.1
9032026-05-08T01:04:14.304Z Downloaded dtrace-parser v0.3.0
9042026-05-08T01:04:14.304Z Downloaded num-iter v0.1.45
9052026-05-08T01:04:14.307Z Downloaded cipher v0.4.4
9062026-05-08T01:04:14.307Z Downloaded dof v0.4.0
9072026-05-08T01:04:14.310Z Downloaded num v0.4.3
9082026-05-08T01:04:14.310Z Downloaded newtype_derive v0.1.6
9092026-05-08T01:04:14.313Z Downloaded newtype-uuid-macros v0.1.0
9102026-05-08T01:04:14.313Z Downloaded hostname v0.4.2
9112026-05-08T01:04:14.316Z Downloaded cstr-argument v0.1.2
9122026-05-08T01:04:14.316Z Downloaded const-random-macro v0.1.16
9132026-05-08T01:04:14.316Z Downloaded heck v0.4.1
9142026-05-08T01:04:14.319Z Downloaded defmt v0.3.100
9152026-05-08T01:04:14.319Z Downloaded num-derive v0.3.3
9162026-05-08T01:04:14.322Z Downloaded ident_case v1.0.1
9172026-05-08T01:04:14.322Z Downloaded mime v0.3.17
9182026-05-08T01:04:14.325Z Downloaded dunce v1.0.5
9192026-05-08T01:04:14.325Z Downloaded hubpack_derive v0.1.1
9202026-05-08T01:04:14.325Z Downloaded defmt-parser v1.0.0
9212026-05-08T01:04:14.328Z Downloaded fxhash v0.2.1
9222026-05-08T01:04:14.328Z Downloaded fastrand v2.3.0
9232026-05-08T01:04:14.331Z Downloaded linear-map v1.2.0
9242026-05-08T01:04:14.331Z Downloaded inout v0.1.4
9252026-05-08T01:04:14.331Z Downloaded diff v0.1.13
9262026-05-08T01:04:14.334Z Downloaded foldhash v0.2.0
9272026-05-08T01:04:14.337Z Downloaded natord v1.0.9
9282026-05-08T01:04:14.337Z Downloaded opaque-debug v0.3.1
9292026-05-08T01:04:14.337Z Downloaded enum-as-inner v0.6.1
9302026-05-08T01:04:14.340Z Downloaded num_enum_derive v0.5.11
9312026-05-08T01:04:14.340Z Downloaded newline-converter v0.3.0
9322026-05-08T01:04:14.343Z Downloaded no-std-compat v0.4.1
9332026-05-08T01:04:14.343Z Downloaded libscf-sys v1.1.0
9342026-05-08T01:04:14.343Z Downloaded httpdate v1.0.3
9352026-05-08T01:04:14.346Z Downloaded olpc-cjson v0.1.4
9362026-05-08T01:04:14.346Z Downloaded deranged v0.5.8
9372026-05-08T01:04:14.349Z Downloaded num-derive v0.4.2
9382026-05-08T01:04:14.349Z Downloaded num-conv v0.2.1
9392026-05-08T01:04:14.352Z Downloaded async-stream-impl v0.3.6
9402026-05-08T01:04:14.352Z Downloaded memoffset v0.9.1
9412026-05-08T01:04:14.352Z Downloaded parse-display v0.10.0
9422026-05-08T01:04:14.355Z Downloaded internet-checksum v0.2.1
9432026-05-08T01:04:14.355Z Downloaded defmt-macros v1.0.1
9442026-05-08T01:04:14.358Z Downloaded idna_adapter v1.2.1
9452026-05-08T01:04:14.358Z Downloaded async-stream v0.3.6
9462026-05-08T01:04:14.361Z Downloaded match_cfg v0.1.0
9472026-05-08T01:04:14.361Z Downloaded instant v0.1.13
9482026-05-08T01:04:14.364Z Downloaded byte-wrapper v0.1.0
9492026-05-08T01:04:14.364Z Downloaded fixedbitset v0.4.2
9502026-05-08T01:04:14.367Z Downloaded byteorder v1.5.0
9512026-05-08T01:04:14.367Z Downloaded csv-core v0.1.13
9522026-05-08T01:04:14.367Z Downloaded managed v0.8.0
9532026-05-08T01:04:14.370Z Downloaded gethostname v0.5.0
9542026-05-08T01:04:14.370Z Downloaded is-terminal v0.4.17
9552026-05-08T01:04:14.374Z Downloaded hubpack v0.1.2
9562026-05-08T01:04:14.374Z Downloaded plain v0.2.3
9572026-05-08T01:04:14.374Z Downloaded console v0.16.3
9582026-05-08T01:04:14.379Z Downloaded erased-serde v0.3.31
9592026-05-08T01:04:14.380Z Downloaded group v0.13.0
9602026-05-08T01:04:14.382Z Downloaded critical-section v1.2.0
9612026-05-08T01:04:14.382Z Downloaded data-encoding v2.10.0
9622026-05-08T01:04:14.382Z Downloaded drift v0.1.3
9632026-05-08T01:04:14.386Z Downloaded multer v3.1.0
9642026-05-08T01:04:14.386Z Downloaded num_enum v0.7.6
9652026-05-08T01:04:14.394Z Downloaded async-trait v0.1.89
9662026-05-08T01:04:14.394Z Downloaded powerfmt v0.2.0
9672026-05-08T01:04:14.394Z Downloaded pretty-hex v0.4.2
9682026-05-08T01:04:14.394Z Downloaded proc-macro-error-attr2 v2.0.0
9692026-05-08T01:04:14.397Z Downloaded proc-macro-crate v3.5.0
9702026-05-08T01:04:14.397Z Downloaded progenitor-client v0.10.0
9712026-05-08T01:04:14.398Z Downloaded proc-macro-crate v1.3.1
9722026-05-08T01:04:14.400Z Downloaded dtrace-parser v0.2.0
9732026-05-08T01:04:14.400Z Downloaded num_threads v0.1.7
9742026-05-08T01:04:14.403Z Downloaded arrayvec v0.7.6
9752026-05-08T01:04:14.403Z Downloaded progenitor-client v0.14.0
9762026-05-08T01:04:14.403Z Downloaded num_enum v0.5.11
9772026-05-08T01:04:14.407Z Downloaded quick-error v1.2.3
9782026-05-08T01:04:14.411Z Downloaded password-hash v0.5.0
9792026-05-08T01:04:14.411Z Downloaded proc-macro-error-attr v1.0.4
9802026-05-08T01:04:14.413Z Downloaded oxnet v0.1.5
9812026-05-08T01:04:14.413Z Downloaded ingot v0.1.1
9822026-05-08T01:04:14.416Z Downloaded git-stub-vcs v0.1.0
9832026-05-08T01:04:14.416Z Downloaded num_enum_derive v0.7.6
9842026-05-08T01:04:14.419Z Downloaded paste v1.0.15
9852026-05-08T01:04:14.419Z Downloaded parse-display-derive v0.10.0
9862026-05-08T01:04:14.422Z Downloaded pem v3.0.6
9872026-05-08T01:04:14.422Z Downloaded phf v0.12.1
9882026-05-08T01:04:14.422Z Downloaded num-complex v0.4.6
9892026-05-08T01:04:14.425Z Downloaded ingot-types v0.1.2
9902026-05-08T01:04:14.425Z Downloaded progenitor-macro v0.11.2
9912026-05-08T01:04:14.430Z Downloaded libsw-core v0.3.2
9922026-05-08T01:04:14.430Z Downloaded progenitor-macro v0.13.0
9932026-05-08T01:04:14.430Z Downloaded progenitor-macro v0.14.0
9942026-05-08T01:04:14.435Z Downloaded rand_xorshift v0.4.0
9952026-05-08T01:04:14.435Z Downloaded progenitor-macro v0.10.0
9962026-05-08T01:04:14.435Z Downloaded libsw v3.5.0
9972026-05-08T01:04:14.435Z Downloaded ref-cast-impl v1.0.25
9982026-05-08T01:04:14.440Z Downloaded rand_chacha v0.3.1
9992026-05-08T01:04:14.440Z Downloaded ref-cast v1.0.25
10002026-05-08T01:04:14.440Z Downloaded keccak v0.1.6
10012026-05-08T01:04:14.440Z Downloaded highway v1.3.0
10022026-05-08T01:04:14.444Z Downloaded crossbeam-epoch v0.9.18
10032026-05-08T01:04:14.444Z Downloaded num-rational v0.4.2
10042026-05-08T01:04:14.444Z Downloaded crossbeam-deque v0.8.6
10052026-05-08T01:04:14.444Z Downloaded pkg-config v0.3.32
10062026-05-08T01:04:14.447Z Downloaded pin-project-internal v1.1.11
10072026-05-08T01:04:14.447Z Downloaded cancel-safe-futures v0.1.5
10082026-05-08T01:04:14.450Z Downloaded elliptic-curve v0.13.8
10092026-05-08T01:04:14.453Z Downloaded poly1305 v0.8.0
10102026-05-08T01:04:14.453Z Downloaded fs_extra v1.3.0
10112026-05-08T01:04:14.456Z Downloaded darling v0.21.3
10122026-05-08T01:04:14.462Z Downloaded dropshot_endpoint v0.16.7
10132026-05-08T01:04:14.462Z Downloaded displaydoc v0.2.5
10142026-05-08T01:04:14.465Z Downloaded rustc_version v0.1.7
10152026-05-08T01:04:14.465Z Downloaded omicron-zone-package v0.12.2
10162026-05-08T01:04:14.465Z Downloaded proc-macro-error v1.0.4
10172026-05-08T01:04:14.469Z Downloaded parking_lot v0.11.2
10182026-05-08T01:04:14.469Z Downloaded progenitor v0.14.0
10192026-05-08T01:04:14.472Z Downloaded progenitor-extras v0.1.1
10202026-05-08T01:04:14.472Z Downloaded progenitor-client v0.13.0
10212026-05-08T01:04:14.472Z Downloaded same-file v1.0.6
10222026-05-08T01:04:14.475Z Downloaded scroll_derive v0.13.1
10232026-05-08T01:04:14.475Z Downloaded scroll_derive v0.12.1
10242026-05-08T01:04:14.475Z Downloaded serde_spanned v1.1.0
10252026-05-08T01:04:14.478Z Downloaded serde_repr v0.1.20
10262026-05-08T01:04:14.478Z Downloaded sigpipe v0.1.3
10272026-05-08T01:04:14.478Z Downloaded semver v0.1.20
10282026-05-08T01:04:14.481Z Downloaded secrecy v0.10.3
10292026-05-08T01:04:14.481Z Downloaded progenitor v0.13.0
10302026-05-08T01:04:14.481Z Downloaded cargo_toml v0.22.3
10312026-05-08T01:04:14.484Z Downloaded bitflags v2.11.0
10322026-05-08T01:04:14.490Z Downloaded serial_test v3.4.0
10332026-05-08T01:04:14.490Z Downloaded serde_plain v1.0.2
10342026-05-08T01:04:14.490Z Downloaded progenitor-client v0.11.2
10352026-05-08T01:04:14.493Z Downloaded progenitor v0.11.2
10362026-05-08T01:04:14.494Z Downloaded rand_core v0.10.0
10372026-05-08T01:04:14.494Z Downloaded progenitor v0.10.0
10382026-05-08T01:04:14.494Z Downloaded hyper-rustls v0.27.7
10392026-05-08T01:04:14.497Z Downloaded serial_test_derive v3.4.0
10402026-05-08T01:04:14.497Z Downloaded memmap2 v0.9.10
10412026-05-08T01:04:14.497Z Downloaded sha1 v0.10.6
10422026-05-08T01:04:14.500Z Downloaded slog-bunyan v2.5.0
10432026-05-08T01:04:14.501Z Downloaded oxide-tokio-rt v0.1.3
10442026-05-08T01:04:14.501Z Downloaded hmac v0.12.1
10452026-05-08T01:04:14.504Z Downloaded glob v0.3.3
10462026-05-08T01:04:14.504Z Downloaded darling v0.23.0
10472026-05-08T01:04:14.507Z Downloaded slog-envlogger v2.2.0
10482026-05-08T01:04:14.510Z Downloaded stable_deref_trait v1.2.1
10492026-05-08T01:04:14.510Z Downloaded darling_core v0.21.3
10502026-05-08T01:04:14.513Z Downloaded indexmap v1.9.3
10512026-05-08T01:04:14.516Z Downloaded rustls-native-certs v0.8.3
10522026-05-08T01:04:14.516Z Downloaded icu_provider v2.1.1
10532026-05-08T01:04:14.519Z Downloaded icu_properties v2.1.2
10542026-05-08T01:04:14.519Z Downloaded daft-derive v0.1.5
10552026-05-08T01:04:14.522Z Downloaded ingot-macros v0.1.1
10562026-05-08T01:04:14.525Z Downloaded strum v0.26.3
10572026-05-08T01:04:14.525Z Downloaded structmeta v0.3.0
10582026-05-08T01:04:14.525Z Downloaded spin v0.5.2
10592026-05-08T01:04:14.528Z Downloaded strum v0.27.2
10602026-05-08T01:04:14.528Z Downloaded backon v1.6.0
10612026-05-08T01:04:14.531Z Downloaded crossbeam-utils v0.8.21
10622026-05-08T01:04:14.534Z Downloaded take_mut v0.2.2
10632026-05-08T01:04:14.534Z Downloaded tagptr v0.2.0
10642026-05-08T01:04:14.534Z Downloaded parking_lot_core v0.8.6
10652026-05-08T01:04:14.537Z Downloaded papergrid v0.17.0
10662026-05-08T01:04:14.540Z Downloaded thread-id v5.1.0
10672026-05-08T01:04:14.540Z Downloaded time-core v0.1.8
10682026-05-08T01:04:14.540Z Downloaded thread-id v4.2.2
10692026-05-08T01:04:14.542Z Downloaded tabled_derive v0.7.0
10702026-05-08T01:04:14.542Z Downloaded serde_derive_internals v0.29.1
10712026-05-08T01:04:14.542Z Downloaded proc-macro-error2 v2.0.1
10722026-05-08T01:04:14.545Z Downloaded rustls-pemfile v2.2.0
10732026-05-08T01:04:14.548Z Downloaded serde-big-array v0.5.1
10742026-05-08T01:04:14.548Z Downloaded arc-swap v1.9.0
10752026-05-08T01:04:14.551Z Downloaded siphasher v1.0.2
10762026-05-08T01:04:14.551Z Downloaded pest_generator v2.8.6
10772026-05-08T01:04:14.554Z Downloaded pest_derive v2.8.6
10782026-05-08T01:04:14.554Z Downloaded sdd v3.0.10
10792026-05-08T01:04:14.557Z Downloaded serde_tokenstream v0.2.3
10802026-05-08T01:04:14.557Z Downloaded scroll v0.12.0
10812026-05-08T01:04:14.560Z Downloaded rusty-fork v0.3.1
10822026-05-08T01:04:14.560Z Downloaded thiserror-impl-no-std v2.0.2
10832026-05-08T01:04:14.560Z Downloaded testing_table v0.3.0
10842026-05-08T01:04:14.563Z Downloaded termtree v0.5.1
10852026-05-08T01:04:14.564Z Downloaded smawk v0.3.2
10862026-05-08T01:04:14.564Z Downloaded tabled_derive v0.11.0
10872026-05-08T01:04:14.567Z Downloaded derive_more v0.99.20
10882026-05-08T01:04:14.569Z Downloaded tabwriter v1.4.1
10892026-05-08T01:04:14.569Z Downloaded rustversion v1.0.22
10902026-05-08T01:04:14.570Z Downloaded cookie v0.18.1
10912026-05-08T01:04:14.573Z Downloaded smartstring v1.0.1
10922026-05-08T01:04:14.575Z Downloaded resolv-conf v0.7.6
10932026-05-08T01:04:14.575Z Downloaded pin-project v1.1.11
10942026-05-08T01:04:14.582Z Downloaded topological-sort v0.2.2
10952026-05-08T01:04:14.584Z Downloaded slog-stdlog v4.1.1
10962026-05-08T01:04:14.585Z Downloaded slog-term v2.9.2
10972026-05-08T01:04:14.587Z Downloaded structmeta-derive v0.3.0
10982026-05-08T01:04:14.587Z Downloaded smf v0.2.3
10992026-05-08T01:04:14.587Z Downloaded icu_normalizer_data v2.1.1
11002026-05-08T01:04:14.590Z Downloaded synstructure v0.13.2
11012026-05-08T01:04:14.591Z Downloaded snafu-derive v0.8.9
11022026-05-08T01:04:14.591Z Downloaded typify-macro v0.4.3
11032026-05-08T01:04:14.594Z Downloaded slog-async v2.8.0
11042026-05-08T01:04:14.594Z Downloaded untrusted v0.7.1
11052026-05-08T01:04:14.594Z Downloaded universal-hash v0.5.1
11062026-05-08T01:04:14.594Z Downloaded slog-scope v4.4.1
11072026-05-08T01:04:14.597Z Downloaded typify-macro v0.6.2
11082026-05-08T01:04:14.597Z Downloaded unarray v0.1.4
11092026-05-08T01:04:14.597Z Downloaded slog-json v2.6.1
11102026-05-08T01:04:14.600Z Downloaded slog-dtrace v0.3.0
11112026-05-08T01:04:14.600Z Downloaded usdt v0.5.0
11122026-05-08T01:04:14.600Z Downloaded rhai_codegen v3.1.0
11132026-05-08T01:04:14.604Z Downloaded strum_macros v0.26.4
11142026-05-08T01:04:14.608Z Downloaded usdt-attr-macro v0.6.0
11152026-05-08T01:04:14.609Z Downloaded usdt v0.6.0
11162026-05-08T01:04:14.609Z Downloaded progenitor-impl v0.13.0
11172026-05-08T01:04:14.611Z Downloaded papergrid v0.11.0
11182026-05-08T01:04:14.611Z Downloaded utf-8 v0.7.6
11192026-05-08T01:04:14.612Z Downloaded icu_locale_core v2.1.1
11202026-05-08T01:04:14.614Z Downloaded usdt-macro v0.6.0
11212026-05-08T01:04:14.617Z Downloaded progenitor-impl v0.10.0
11222026-05-08T01:04:14.617Z Downloaded usdt-macro v0.5.0
11232026-05-08T01:04:14.617Z Downloaded usdt-attr-macro v0.5.0
11242026-05-08T01:04:14.617Z Downloaded scroll v0.13.0
11252026-05-08T01:04:14.621Z Downloaded tiny-keccak v2.0.2
11262026-05-08T01:04:14.621Z Downloaded darling_core v0.23.0
11272026-05-08T01:04:14.623Z Downloaded progenitor-impl v0.11.2
11282026-05-08T01:04:14.626Z Downloaded waitgroup v0.1.2
11292026-05-08T01:04:14.626Z Downloaded progenitor-impl v0.14.0
11302026-05-08T01:04:14.626Z Downloaded pest_meta v2.8.6
11312026-05-08T01:04:14.629Z Downloaded crypto-bigint v0.5.5
11322026-05-08T01:04:14.632Z Downloaded yoke-derive v0.8.1
11332026-05-08T01:04:14.632Z Downloaded serde_with_macros v3.18.0
11342026-05-08T01:04:14.635Z Downloaded icu_normalizer v2.1.1
11352026-05-08T01:04:14.635Z Downloaded tokio-tungstenite v0.21.0
11362026-05-08T01:04:14.638Z Downloaded schemars_derive v0.8.22
11372026-05-08T01:04:14.638Z Downloaded crossbeam-channel v0.5.15
11382026-05-08T01:04:14.641Z Downloaded tokio-dtrace v0.1.1
11392026-05-08T01:04:14.641Z Downloaded half v2.7.1
11402026-05-08T01:04:14.645Z Downloaded async-compression v0.4.41
11412026-05-08T01:04:14.648Z Downloaded zeroize_derive v1.4.3
11422026-05-08T01:04:14.648Z Downloaded zerofrom-derive v0.1.6
11432026-05-08T01:04:14.651Z Downloaded zone_cfg_derive v0.3.1
11442026-05-08T01:04:14.651Z Downloaded zone v0.3.1
11452026-05-08T01:04:14.652Z Downloaded zerofrom v0.1.6
11462026-05-08T01:04:14.652Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-05-08T01:04:14.652Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11482026-05-08T01:04:14.655Z Downloaded toml_writer v1.1.0+spec-1.1.0
11492026-05-08T01:04:14.655Z Downloaded hickory-resolver v0.25.2
11502026-05-08T01:04:14.658Z Downloaded spin v0.9.8
11512026-05-08T01:04:14.658Z Downloaded indicatif v0.18.4
11522026-05-08T01:04:14.661Z Downloaded tinystr v0.8.2
11532026-05-08T01:04:14.665Z Downloaded time-macros v0.2.27
11542026-05-08T01:04:14.665Z Downloaded heapless v0.8.0
11552026-05-08T01:04:14.668Z Downloaded thiserror-no-std v2.0.2
11562026-05-08T01:04:14.668Z Downloaded unit-prefix v0.5.2
11572026-05-08T01:04:14.668Z Downloaded thin-vec v0.2.14
11582026-05-08T01:04:14.671Z Downloaded rustls-pki-types v1.14.0
11592026-05-08T01:04:14.671Z Downloaded postcard v1.1.3
11602026-05-08T01:04:14.674Z Downloaded base64 v0.21.7
11612026-05-08T01:04:14.674Z Downloaded wait-timeout v0.2.1
11622026-05-08T01:04:14.677Z Downloaded term v1.2.1
11632026-05-08T01:04:14.682Z Downloaded strum_macros v0.27.2
11642026-05-08T01:04:14.682Z Downloaded vsss-rs v3.3.4
11652026-05-08T01:04:14.686Z Downloaded whoami v1.6.1
11662026-05-08T01:04:14.686Z Downloaded schemars v0.8.22
11672026-05-08T01:04:14.689Z Downloaded walkdir v2.5.0
11682026-05-08T01:04:14.692Z Downloaded tokio-rustls v0.25.0
11692026-05-08T01:04:14.692Z Downloaded xz2 v0.1.7
11702026-05-08T01:04:14.695Z Downloaded writeable v0.6.2
11712026-05-08T01:04:14.695Z Downloaded cc v1.2.58
11722026-05-08T01:04:14.698Z Downloaded similar v2.7.0
11732026-05-08T01:04:14.700Z Downloaded usdt-impl v0.6.0
11742026-05-08T01:04:14.701Z Downloaded hickory-resolver v0.24.4
11752026-05-08T01:04:14.703Z Downloaded slog v2.8.2
11762026-05-08T01:04:14.706Z Downloaded serde_yaml v0.9.34+deprecated
11772026-05-08T01:04:14.709Z Downloaded zerovec-derive v0.11.2
11782026-05-08T01:04:14.709Z Downloaded jiff-static v0.2.23
11792026-05-08T01:04:14.712Z Downloaded hashbrown v0.12.3
11802026-05-08T01:04:14.712Z Downloaded ucd-trie v0.1.7
11812026-05-08T01:04:14.715Z Downloaded toml_parser v1.1.0+spec-1.1.0
11822026-05-08T01:04:14.715Z Downloaded icu_collections v2.1.1
11832026-05-08T01:04:14.718Z Downloaded schemars v0.9.0
11842026-05-08T01:04:14.726Z Downloaded rayon-core v1.13.0
11852026-05-08T01:04:14.729Z Downloaded test-strategy v0.4.5
11862026-05-08T01:04:14.732Z Downloaded rustls-platform-verifier v0.6.2
11872026-05-08T01:04:14.735Z Downloaded yoke v0.8.1
11882026-05-08T01:04:14.735Z Downloaded toml v0.7.8
11892026-05-08T01:04:14.738Z Downloaded minimal-lexical v0.2.1
11902026-05-08T01:04:14.741Z Downloaded zerocopy-derive v0.7.35
11912026-05-08T01:04:14.744Z Downloaded typify v0.6.2
11922026-05-08T01:04:14.744Z Downloaded qorb v0.4.1
11932026-05-08T01:04:14.747Z Downloaded expectorate v1.2.0
11942026-05-08T01:04:14.750Z Downloaded snafu v0.8.9
11952026-05-08T01:04:14.753Z Downloaded typify v0.4.3
11962026-05-08T01:04:14.753Z Downloaded rustls-webpki v0.103.10
11972026-05-08T01:04:14.756Z Downloaded rand v0.9.2
11982026-05-08T01:04:14.759Z Downloaded toml v1.1.0+spec-1.1.0
11992026-05-08T01:04:14.762Z Downloaded rand v0.8.5
12002026-05-08T01:04:14.762Z Downloaded nom v7.1.3
12012026-05-08T01:04:14.765Z Downloaded iri-string v0.7.12
12022026-05-08T01:04:14.768Z Downloaded dropshot-api-manager v0.7.1
12032026-05-08T01:04:14.771Z Downloaded usdt-impl v0.5.0
12042026-05-08T01:04:14.771Z Downloaded prettyplease v0.2.37
12052026-05-08T01:04:14.774Z Downloaded toml v0.9.12+spec-1.1.0
12062026-05-08T01:04:14.779Z Downloaded steno v0.4.1
12072026-05-08T01:04:14.779Z Downloaded pretty_assertions v1.4.1
12082026-05-08T01:04:14.782Z Downloaded potential_utf v0.1.4
12092026-05-08T01:04:14.782Z Downloaded schemars v1.2.1
12102026-05-08T01:04:14.787Z Downloaded unsafe-libyaml v0.2.11
12112026-05-08T01:04:14.790Z Downloaded typenum v1.19.0
12122026-05-08T01:04:14.793Z Downloaded tungstenite v0.21.0
12132026-05-08T01:04:14.793Z Downloaded toml_edit v0.25.8+spec-1.1.0
12142026-05-08T01:04:14.795Z Downloaded num-integer v0.1.46
12152026-05-08T01:04:14.796Z Downloaded zerotrie v0.2.3
12162026-05-08T01:04:14.799Z Downloaded litemap v0.8.1
12172026-05-08T01:04:14.802Z Downloaded ipnetwork v0.21.1
12182026-05-08T01:04:14.802Z Downloaded const_format_proc_macros v0.2.34
12192026-05-08T01:04:14.802Z Downloaded chacha20 v0.9.1
12202026-05-08T01:04:14.805Z Downloaded bytecount v0.6.9
12212026-05-08T01:04:14.805Z Downloaded rand v0.10.1
12222026-05-08T01:04:14.808Z Downloaded toml_edit v0.19.15
12232026-05-08T01:04:14.815Z Downloaded yansi v1.0.1
12242026-05-08T01:04:14.819Z Downloaded pest v2.8.6
12252026-05-08T01:04:14.822Z Downloaded iddqd v0.3.17
12262026-05-08T01:04:14.826Z Downloaded argon2 v0.5.3
12272026-05-08T01:04:14.826Z Downloaded colored v3.1.1
12282026-05-08T01:04:14.828Z Downloaded blake2 v0.10.6
12292026-05-08T01:04:14.828Z Downloaded itertools v0.12.1
12302026-05-08T01:04:14.832Z Downloaded phf_shared v0.12.1
12312026-05-08T01:04:14.834Z Downloaded hash32 v0.3.1
12322026-05-08T01:04:14.835Z Downloaded foreign-types v0.5.0
12332026-05-08T01:04:14.835Z Downloaded chacha20 v0.10.0
12342026-05-08T01:04:14.838Z Downloaded bitflags v1.3.2
12352026-05-08T01:04:14.838Z Downloaded base16ct v1.0.0
12362026-05-08T01:04:14.838Z Downloaded git-stub v1.0.0
12372026-05-08T01:04:14.838Z Downloaded hostname v0.3.1
12382026-05-08T01:04:14.841Z Downloaded async-recursion v1.1.1
12392026-05-08T01:04:14.841Z Downloaded nom v8.0.0
12402026-05-08T01:04:14.844Z Downloaded aws-lc-rs v1.16.2
12412026-05-08T01:04:14.849Z Downloaded hashbrown v0.16.1
12422026-05-08T01:04:14.861Z Downloaded typed-path v0.9.3
12432026-05-08T01:04:14.864Z Downloaded icu_properties_data v2.1.2
12442026-05-08T01:04:14.870Z Downloaded libm v0.2.16
12452026-05-08T01:04:14.877Z Downloaded zerocopy-derive v0.8.48
12462026-05-08T01:04:14.881Z Downloaded rayon v1.11.0
12472026-05-08T01:04:14.886Z Downloaded h2 v0.4.13
12482026-05-08T01:04:14.890Z Downloaded reqwest v0.13.3
12492026-05-08T01:04:14.893Z Downloaded scc v2.4.0
12502026-05-08T01:04:14.901Z Downloaded hkdf v0.12.4
12512026-05-08T01:04:14.907Z Downloaded tough v0.20.0
12522026-05-08T01:04:14.912Z Downloaded zerovec v0.11.5
12532026-05-08T01:04:14.915Z Downloaded blake3 v1.8.4
12542026-05-08T01:04:14.919Z Downloaded winnow v0.5.40
12552026-05-08T01:04:14.924Z Downloaded zerocopy v0.7.35
12562026-05-08T01:04:14.934Z Downloaded tower-http v0.6.8
12572026-05-08T01:04:14.937Z Downloaded moka v0.12.15
12582026-05-08T01:04:14.942Z Downloaded serde_with v3.18.0
12592026-05-08T01:04:14.949Z Downloaded rustls-webpki v0.102.8
12602026-05-08T01:04:14.961Z Downloaded winnow v1.0.1
12612026-05-08T01:04:14.968Z Downloaded proptest v1.11.0
12622026-05-08T01:04:14.973Z Downloaded tabled v0.20.0
12632026-05-08T01:04:14.983Z Downloaded time v0.3.47
12642026-05-08T01:04:14.991Z Downloaded goblin v0.10.5
12652026-05-08T01:04:14.995Z Downloaded tabled v0.15.0
12662026-05-08T01:04:15.006Z Downloaded syn v1.0.109
12672026-05-08T01:04:15.012Z Downloaded webpki-roots v1.0.6
12682026-05-08T01:04:15.014Z Downloaded goblin v0.8.2
12692026-05-08T01:04:15.028Z Downloaded nix v0.31.2
12702026-05-08T01:04:15.032Z Downloaded regress v0.10.5
12712026-05-08T01:04:15.037Z Downloaded rustls v0.22.4
12722026-05-08T01:04:15.044Z Downloaded rhai v1.24.0
12732026-05-08T01:04:15.051Z Downloaded smoltcp v0.11.0
12742026-05-08T01:04:15.058Z Downloaded hickory-proto v0.25.2
12752026-05-08T01:04:15.067Z Downloaded regress v0.11.1
12762026-05-08T01:04:15.072Z Downloaded openapiv3 v2.2.0
12772026-05-08T01:04:15.079Z Downloaded hickory-proto v0.24.4
12782026-05-08T01:04:15.087Z Downloaded dropshot v0.17.0
12792026-05-08T01:04:15.100Z Downloaded dropshot v0.16.7
12802026-05-08T01:04:15.114Z Downloaded rustls v0.23.37
12812026-05-08T01:04:15.126Z Downloaded encoding_rs v0.8.35
12822026-05-08T01:04:15.139Z Downloaded sled v0.34.7
12832026-05-08T01:04:15.146Z Downloaded typify-impl v0.6.2
12842026-05-08T01:04:15.154Z Downloaded typify-impl v0.4.3
12852026-05-08T01:04:15.161Z Downloaded lzma-sys v0.1.20
12862026-05-08T01:04:15.177Z Downloaded jiff v0.2.23
12872026-05-08T01:04:15.218Z Downloaded petgraph v0.6.5
12882026-05-08T01:04:15.229Z Downloaded chrono-tz v0.10.4
12892026-05-08T01:04:15.243Z Downloaded csv v1.4.0
12902026-05-08T01:04:15.265Z Downloaded sha3 v0.10.8
12912026-05-08T01:04:15.269Z Downloaded tokio v1.52.1
12922026-05-08T01:04:15.817Z Downloaded aws-lc-sys v0.39.1
12932026-05-08T01:04:16.722Z Compiling proc-macro2 v1.0.106
12942026-05-08T01:04:16.722Z Compiling quote v1.0.45
12952026-05-08T01:04:16.722Z Compiling unicode-ident v1.0.24
12962026-05-08T01:04:16.722Z Compiling serde_core v1.0.228
12972026-05-08T01:04:16.722Z Compiling cfg-if v1.0.4
12982026-05-08T01:04:16.722Z Compiling serde v1.0.228
12992026-05-08T01:04:16.722Z Compiling libc v0.2.186
13002026-05-08T01:04:16.725Z Compiling memchr v2.8.0
13012026-05-08T01:04:16.944Z Compiling itoa v1.0.18
13022026-05-08T01:04:17.132Z Compiling zmij v1.0.21
13032026-05-08T01:04:17.135Z Compiling autocfg v1.5.0
13042026-05-08T01:04:17.159Z Compiling version_check v0.9.5
13052026-05-08T01:04:17.436Z Compiling libm v0.2.16
13062026-05-08T01:04:17.466Z Compiling stable_deref_trait v1.2.1
13072026-05-08T01:04:17.475Z Compiling writeable v0.6.2
13082026-05-08T01:04:17.533Z Compiling pin-project-lite v0.2.17
13092026-05-08T01:04:17.592Z Compiling litemap v0.8.1
13102026-05-08T01:04:17.621Z Compiling icu_normalizer_data v2.1.1
13112026-05-08T01:04:17.657Z Compiling percent-encoding v2.3.2
13122026-05-08T01:04:17.680Z Compiling icu_properties_data v2.1.2
13132026-05-08T01:04:17.725Z Compiling equivalent v1.0.2
13142026-05-08T01:04:17.805Z Compiling scopeguard v1.2.0
13152026-05-08T01:04:17.846Z Compiling parking_lot_core v0.9.12
13162026-05-08T01:04:17.905Z Compiling iana-time-zone v0.1.65
13172026-05-08T01:04:17.926Z Compiling lock_api v0.4.14
13182026-05-08T01:04:18.050Z Compiling syn v2.0.117
13192026-05-08T01:04:18.064Z Compiling form_urlencoded v1.2.2
13202026-05-08T01:04:18.119Z Compiling utf8_iter v1.0.4
13212026-05-08T01:04:18.131Z Compiling serde_json v1.0.149
13222026-05-08T01:04:18.151Z Compiling dyn-clone v1.0.20
13232026-05-08T01:04:18.163Z Compiling num-traits v0.2.19
13242026-05-08T01:04:18.251Z Compiling log v0.4.29
13252026-05-08T01:04:18.267Z Compiling jobserver v0.1.34
13262026-05-08T01:04:18.297Z Compiling shlex v1.3.0
13272026-05-08T01:04:18.377Z Compiling find-msvc-tools v0.1.9
13282026-05-08T01:04:18.434Z Compiling zerocopy v0.8.48
13292026-05-08T01:04:18.481Z Compiling futures-core v0.3.32
13302026-05-08T01:04:18.591Z Compiling cc v1.2.58
13312026-05-08T01:04:18.607Z Compiling errno v0.3.14
13322026-05-08T01:04:18.626Z Compiling thiserror v2.0.18
13332026-05-08T01:04:18.755Z Compiling hashbrown v0.17.0
13342026-05-08T01:04:18.938Z Compiling semver v1.0.28
13352026-05-08T01:04:19.157Z Compiling futures-sink v0.3.32
13362026-05-08T01:04:19.232Z Compiling rand_core v0.10.0
13372026-05-08T01:04:19.256Z Compiling indexmap v2.14.0
13382026-05-08T01:04:19.272Z Compiling slab v0.4.12
13392026-05-08T01:04:19.301Z Compiling getrandom v0.4.2
13402026-05-08T01:04:19.382Z Compiling fnv v1.0.7
13412026-05-08T01:04:19.512Z Compiling heck v0.5.0
13422026-05-08T01:04:19.539Z Compiling futures-channel v0.3.32
13432026-05-08T01:04:19.770Z Compiling uuid v1.23.1
13442026-05-08T01:04:19.781Z Compiling rustversion v1.0.22
13452026-05-08T01:04:19.817Z Compiling futures-task v0.3.32
13462026-05-08T01:04:19.910Z Compiling futures-io v0.3.32
13472026-05-08T01:04:19.987Z Compiling portable-atomic v1.13.1
13482026-05-08T01:04:19.992Z Compiling typenum v1.19.0
13492026-05-08T01:04:20.069Z Compiling schemars v0.8.22
13502026-05-08T01:04:20.106Z Compiling socket2 v0.6.3
13512026-05-08T01:04:20.173Z Compiling getrandom v0.2.17
13522026-05-08T01:04:20.190Z Compiling signal-hook-registry v1.4.8
13532026-05-08T01:04:20.333Z Compiling mio v1.2.0
13542026-05-08T01:04:20.359Z Compiling critical-section v1.2.0
13552026-05-08T01:04:20.465Z Compiling bitflags v2.11.0
13562026-05-08T01:04:20.506Z Compiling getrandom v0.3.4
13572026-05-08T01:04:20.562Z Compiling subtle v2.6.1
13582026-05-08T01:04:20.705Z Compiling untrusted v0.9.0
13592026-05-08T01:04:20.727Z Compiling base64 v0.22.1
13602026-05-08T01:04:20.737Z Compiling byteorder v1.5.0
13612026-05-08T01:04:20.825Z Compiling rand_core v0.6.4
13622026-05-08T01:04:20.852Z Compiling cmake v0.1.58
13632026-05-08T01:04:20.863Z Compiling dunce v1.0.5
13642026-05-08T01:04:20.942Z Compiling synstructure v0.13.2
13652026-05-08T01:04:20.955Z Compiling serde_derive_internals v0.29.1
13662026-05-08T01:04:20.967Z Compiling once_cell v1.21.4
13672026-05-08T01:04:21.029Z Compiling fs_extra v1.3.0
13682026-05-08T01:04:21.070Z Compiling strsim v0.11.1
13692026-05-08T01:04:21.070Z Compiling regex-syntax v0.8.10
13702026-05-08T01:04:21.183Z Compiling ipnet v2.12.0
13712026-05-08T01:04:21.199Z Compiling httparse v1.10.1
13722026-05-08T01:04:21.316Z Compiling aws-lc-sys v0.39.1
13732026-05-08T01:04:21.463Z Compiling rustix v1.1.4
13742026-05-08T01:04:21.472Z Compiling atomic-waker v1.1.2
13752026-05-08T01:04:21.595Z Compiling slog v2.8.2
13762026-05-08T01:04:21.605Z Compiling generic-array v0.14.7
13772026-05-08T01:04:21.702Z Compiling tower-service v0.3.3
13782026-05-08T01:04:21.733Z Compiling thiserror v1.0.69
13792026-05-08T01:04:21.803Z Compiling tower-layer v0.3.3
13802026-05-08T01:04:21.814Z Compiling ucd-trie v0.1.7
13812026-05-08T01:04:21.954Z Compiling pest v2.8.6
13822026-05-08T01:04:22.044Z Compiling try-lock v0.2.5
13832026-05-08T01:04:22.125Z Compiling want v0.3.1
13842026-05-08T01:04:22.152Z Compiling ryu v1.0.23
13852026-05-08T01:04:22.223Z Compiling httpdate v1.0.3
13862026-05-08T01:04:22.230Z Compiling serde_derive v1.0.228
13872026-05-08T01:04:22.242Z Compiling zerofrom-derive v0.1.6
13882026-05-08T01:04:22.298Z Compiling yoke-derive v0.8.1
13892026-05-08T01:04:22.342Z Compiling zerovec-derive v0.11.2
13902026-05-08T01:04:22.454Z Compiling displaydoc v0.2.5
13912026-05-08T01:04:23.179Z Compiling tokio-macros v2.7.0
13922026-05-08T01:04:23.228Z Compiling schemars_derive v0.8.22
13932026-05-08T01:04:23.316Z Compiling zerocopy-derive v0.8.48
13942026-05-08T01:04:23.407Z Compiling thiserror-impl v2.0.18
13952026-05-08T01:04:23.430Z Compiling zerofrom v0.1.6
13962026-05-08T01:04:23.546Z Compiling yoke v0.8.1
13972026-05-08T01:04:23.721Z Compiling zerovec v0.11.5
13982026-05-08T01:04:23.775Z Compiling zerotrie v0.2.3
13992026-05-08T01:04:23.900Z Compiling zeroize_derive v1.4.3
14002026-05-08T01:04:24.069Z Compiling futures-macro v0.3.32
14012026-05-08T01:04:24.203Z Compiling tinystr v0.8.2
14022026-05-08T01:04:24.400Z Compiling icu_locale_core v2.1.1
14032026-05-08T01:04:24.453Z Compiling potential_utf v0.1.4
14042026-05-08T01:04:24.598Z Compiling icu_collections v2.1.1
14052026-05-08T01:04:24.617Z Compiling zeroize v1.8.2
14062026-05-08T01:04:24.731Z Compiling thiserror-impl v1.0.69
14072026-05-08T01:04:24.905Z Compiling futures-util v0.3.32
14082026-05-08T01:04:25.108Z Compiling icu_provider v2.1.1
14092026-05-08T01:04:25.295Z Compiling bytes v1.11.1
14102026-05-08T01:04:25.370Z Compiling smallvec v1.15.1
14112026-05-08T01:04:25.383Z Compiling icu_properties v2.1.2
14122026-05-08T01:04:25.408Z Compiling chrono v0.4.44
14132026-05-08T01:04:25.598Z Compiling icu_normalizer v2.1.1
14142026-05-08T01:04:25.931Z Compiling http v1.4.0
14152026-05-08T01:04:26.183Z Compiling parking_lot v0.12.5
14162026-05-08T01:04:26.194Z Compiling serde_tokenstream v0.2.3
14172026-05-08T01:04:26.464Z Compiling idna_adapter v1.2.1
14182026-05-08T01:04:26.527Z Compiling tokio v1.52.1
14192026-05-08T01:04:26.580Z Compiling idna v1.1.0
14202026-05-08T01:04:26.606Z Compiling http-body v1.0.1
14212026-05-08T01:04:26.753Z Compiling erased-serde v0.3.31
14222026-05-08T01:04:26.898Z Compiling url v2.5.8
14232026-05-08T01:04:27.005Z Compiling pest_meta v2.8.6
14242026-05-08T01:04:27.231Z Compiling pretty-hex v0.4.2
14252026-05-08T01:04:27.332Z Compiling plain v0.2.3
14262026-05-08T01:04:27.433Z Compiling paste v1.0.15
14272026-05-08T01:04:27.583Z Compiling ppv-lite86 v0.2.21
14282026-05-08T01:04:27.715Z Compiling pest_generator v2.8.6
14292026-05-08T01:04:27.755Z Compiling crypto-common v0.1.7
14302026-05-08T01:04:27.769Z Compiling ident_case v1.0.1
14312026-05-08T01:04:27.882Z Compiling omicron-workspace-hack v0.1.0
14322026-05-08T01:04:27.903Z Compiling tracing-attributes v0.1.31
14332026-05-08T01:04:28.104Z Compiling tracing-core v0.1.36
14342026-05-08T01:04:28.309Z Compiling pest_derive v2.8.6
14352026-05-08T01:04:28.372Z Compiling http-body-util v0.1.3
14362026-05-08T01:04:28.376Z Compiling serde_urlencoded v0.7.1
14372026-05-08T01:04:28.608Z Compiling ipnetwork v0.21.1
14382026-05-08T01:04:28.703Z Compiling daft-derive v0.1.5
14392026-05-08T01:04:28.773Z Compiling sync_wrapper v1.0.2
14402026-05-08T01:04:28.826Z Compiling fastrand v2.3.0
14412026-05-08T01:04:28.838Z Compiling allocator-api2 v0.2.21
14422026-05-08T01:04:28.871Z Compiling foldhash v0.2.0
14432026-05-08T01:04:29.042Z Compiling aho-corasick v1.1.4
14442026-05-08T01:04:29.088Z Compiling winnow v1.0.1
14452026-05-08T01:04:29.101Z Compiling rustls-pki-types v1.14.0
14462026-05-08T01:04:29.125Z Compiling tracing v0.1.44
14472026-05-08T01:04:29.146Z Compiling hashbrown v0.16.1
14482026-05-08T01:04:29.361Z Compiling scroll_derive v0.13.1
14492026-05-08T01:04:29.446Z Compiling async-trait v0.1.89
14502026-05-08T01:04:29.588Z Compiling ring v0.17.14
14512026-05-08T01:04:30.000Z Compiling regex-automata v0.4.14
14522026-05-08T01:04:30.097Z Compiling cpufeatures v0.2.17
14532026-05-08T01:04:30.168Z Compiling powerfmt v0.2.0
14542026-05-08T01:04:30.229Z Compiling num-conv v0.2.1
14552026-05-08T01:04:30.241Z Compiling anyhow v1.0.102
14562026-05-08T01:04:30.375Z Compiling time-core v0.1.8
14572026-05-08T01:04:30.381Z Compiling iri-string v0.7.12
14582026-05-08T01:04:30.442Z Compiling deranged v0.5.8
14592026-05-08T01:04:30.484Z Compiling scroll v0.13.0
14602026-05-08T01:04:30.515Z Compiling time-macros v0.2.27
14612026-05-08T01:04:30.926Z Compiling block-buffer v0.10.4
14622026-05-08T01:04:31.073Z Compiling hex v0.4.3
14632026-05-08T01:04:31.325Z Compiling num_threads v0.1.7
14642026-05-08T01:04:31.387Z Compiling digest v0.10.7
14652026-05-08T01:04:31.589Z Compiling goblin v0.10.5
14662026-05-08T01:04:31.840Z Compiling regex v1.12.3
14672026-05-08T01:04:32.001Z Compiling tokio-util v0.7.18
14682026-05-08T01:04:32.011Z Compiling oxnet v0.1.5
14692026-05-08T01:04:32.531Z Compiling camino v1.2.2
14702026-05-08T01:04:32.728Z Compiling usdt-impl v0.6.0
14712026-05-08T01:04:32.885Z Compiling openssl-probe v0.2.1
14722026-05-08T01:04:33.064Z Compiling dtrace-parser v0.3.0
14732026-05-08T01:04:33.078Z Compiling futures-executor v0.3.32
14742026-05-08T01:04:33.366Z Compiling crossbeam-utils v0.8.21
14752026-05-08T01:04:33.494Z Compiling h2 v0.4.13
14762026-05-08T01:04:33.661Z Compiling structmeta-derive v0.3.0
14772026-05-08T01:04:33.780Z Compiling thread-id v5.1.0
14782026-05-08T01:04:33.858Z Compiling rustls v0.22.4
14792026-05-08T01:04:33.922Z Compiling syn v1.0.109
14802026-05-08T01:04:34.230Z Compiling dof v0.4.0
14812026-05-08T01:04:34.668Z Compiling futures v0.3.32
14822026-05-08T01:04:34.681Z Compiling rand_core v0.9.5
14832026-05-08T01:04:34.692Z Compiling structmeta v0.3.0
14842026-05-08T01:04:34.742Z Compiling darling_core v0.23.0
14852026-05-08T01:04:34.887Z Compiling newtype-uuid-macros v0.1.0
14862026-05-08T01:04:34.902Z Compiling thread_local v1.1.9
14872026-05-08T01:04:35.612Z Compiling hyper v1.9.0
14882026-05-08T01:04:35.690Z Compiling winnow v0.7.15
14892026-05-08T01:04:35.895Z Compiling match_cfg v0.1.0
14902026-05-08T01:04:35.964Z Compiling aws-lc-rs v1.16.2
14912026-05-08T01:04:36.430Z Compiling newtype-uuid v1.3.2
14922026-05-08T01:04:36.596Z Compiling ref-cast v1.0.25
14932026-05-08T01:04:36.771Z Compiling hyper-util v0.1.20
14942026-05-08T01:04:36.816Z Compiling slog-async v2.8.0
14952026-05-08T01:04:36.849Z Compiling darling_macro v0.23.0
14962026-05-08T01:04:37.158Z Compiling quick-error v1.2.3
14972026-05-08T01:04:37.260Z Compiling daft v0.1.5
14982026-05-08T01:04:37.271Z Compiling usdt-attr-macro v0.6.0
14992026-05-08T01:04:37.296Z Compiling usdt-macro v0.6.0
15002026-05-08T01:04:37.364Z Compiling rand_chacha v0.9.0
15012026-05-08T01:04:37.411Z Compiling darling v0.23.0
15022026-05-08T01:04:37.491Z Compiling ref-cast-impl v1.0.25
15032026-05-08T01:04:37.513Z Compiling strum_macros v0.26.4
15042026-05-08T01:04:37.789Z Compiling toml_datetime v0.7.5+spec-1.1.0
15052026-05-08T01:04:38.088Z Compiling serde_spanned v1.1.0
15062026-05-08T01:04:38.100Z Compiling multer v3.1.0
15072026-05-08T01:04:38.233Z Compiling term v1.2.1
15082026-05-08T01:04:38.322Z Compiling untrusted v0.7.1
15092026-05-08T01:04:38.399Z Compiling bit-vec v0.8.0
15102026-05-08T01:04:38.414Z Compiling debug-ignore v1.0.5
15112026-05-08T01:04:38.437Z Compiling take_mut v0.2.2
15122026-05-08T01:04:38.466Z Compiling toml_writer v1.1.0+spec-1.1.0
15132026-05-08T01:04:38.553Z Compiling rand v0.9.2
15142026-05-08T01:04:38.631Z Compiling bit-set v0.8.0
15152026-05-08T01:04:38.645Z Compiling serde_with_macros v3.18.0
15162026-05-08T01:04:38.808Z Compiling async-stream-impl v0.3.6
15172026-05-08T01:04:38.947Z Compiling dropshot v0.16.7
15182026-05-08T01:04:39.116Z Compiling strum v0.26.3
15192026-05-08T01:04:39.140Z Compiling encoding_rs v0.8.35
15202026-05-08T01:04:39.160Z Compiling mime v0.3.17
15212026-05-08T01:04:39.240Z Compiling spin v0.9.8
15222026-05-08T01:04:39.351Z Compiling rustls v0.23.37
15232026-05-08T01:04:39.447Z Compiling unarray v0.1.4
15242026-05-08T01:04:39.563Z Compiling async-stream v0.3.6
15252026-05-08T01:04:39.637Z Compiling derive-ex v0.1.8
15262026-05-08T01:04:39.729Z Compiling dropshot_endpoint v0.16.7
15272026-05-08T01:04:39.740Z Compiling macaddr v1.0.1
15282026-05-08T01:04:39.780Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15292026-05-08T01:04:39.961Z Compiling waitgroup v0.1.2
15302026-05-08T01:04:40.045Z Compiling serde_path_to_error v0.1.20
15312026-05-08T01:04:40.392Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15322026-05-08T01:04:40.404Z Compiling tempfile v3.27.0
15332026-05-08T01:04:40.524Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15342026-05-08T01:04:40.707Z Compiling tower v0.5.3
15352026-05-08T01:04:40.762Z Compiling strum_macros v0.27.2
15362026-05-08T01:04:40.838Z Compiling instant v0.1.13
15372026-05-08T01:04:40.942Z Compiling time v0.3.47
15382026-05-08T01:04:41.195Z Compiling tower-http v0.6.8
15392026-05-08T01:04:41.232Z Compiling test-strategy v0.4.5
15402026-05-08T01:04:41.244Z Compiling rustc-hash v2.1.2
15412026-05-08T01:04:41.394Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15422026-05-08T01:04:41.773Z Compiling crossbeam-channel v0.5.15
15432026-05-08T01:04:42.238Z Compiling openapiv3 v2.2.0
15442026-05-08T01:04:42.584Z Compiling strum v0.27.2
15452026-05-08T01:04:42.704Z Compiling parse-display-derive v0.10.0
15462026-05-08T01:04:43.075Z Compiling rustls-webpki v0.102.8
15472026-05-08T01:04:43.664Z Compiling rustls-native-certs v0.8.3
15482026-05-08T01:04:43.843Z Compiling backon v1.6.0
15492026-05-08T01:04:43.949Z Compiling rand_chacha v0.3.1
15502026-05-08T01:04:44.318Z Compiling rand v0.8.5
15512026-05-08T01:04:44.416Z Compiling slog-json v2.6.1
15522026-05-08T01:04:44.592Z Compiling hostname v0.3.1
15532026-05-08T01:04:44.650Z Compiling toml_parser v1.1.0+spec-1.1.0
15542026-05-08T01:04:44.729Z Compiling is-terminal v0.4.17
15552026-05-08T01:04:44.815Z Compiling wait-timeout v0.2.1
15562026-05-08T01:04:44.827Z Compiling memmap2 v0.9.10
15572026-05-08T01:04:45.038Z Compiling either v1.15.0
15582026-05-08T01:04:45.120Z Compiling toml v0.9.12+spec-1.1.0
15592026-05-08T01:04:45.164Z Compiling usdt v0.6.0
15602026-05-08T01:04:45.241Z Compiling rusty-fork v0.3.1
15612026-05-08T01:04:45.348Z Compiling slog-term v2.9.2
15622026-05-08T01:04:45.442Z Compiling slog-bunyan v2.5.0
15632026-05-08T01:04:45.758Z Compiling serde_with v3.18.0
15642026-05-08T01:04:45.963Z Compiling tokio-rustls v0.25.0
15652026-05-08T01:04:46.044Z Compiling rand_xorshift v0.4.0
15662026-05-08T01:04:46.144Z Compiling sha1 v0.10.6
15672026-05-08T01:04:46.185Z Compiling regress v0.10.5
15682026-05-08T01:04:46.188Z Compiling rustls-pemfile v2.2.0
15692026-05-08T01:04:46.367Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15702026-05-08T01:04:46.382Z Compiling hostname v0.4.2
15712026-05-08T01:04:46.672Z Compiling proptest v1.11.0
15722026-05-08T01:04:47.518Z Compiling reqwest v0.12.28
15732026-05-08T01:04:47.670Z Compiling iddqd v0.3.17
15742026-05-08T01:04:48.079Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15752026-05-08T01:04:48.787Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15762026-05-08T01:04:49.376Z Compiling progenitor-client v0.10.0
15772026-05-08T01:04:49.654Z Compiling parse-display v0.10.0
15782026-05-08T01:04:49.677Z Compiling itertools v0.14.0
15792026-05-08T01:04:50.003Z Compiling backoff v0.4.0
15802026-05-08T01:04:50.062Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15812026-05-08T01:04:50.217Z Compiling toml_datetime v0.6.11
15822026-05-08T01:04:51.057Z Compiling utf8parse v0.2.2
15832026-05-08T01:04:51.139Z Compiling anstyle-parse v1.0.0
15842026-05-08T01:04:51.243Z Compiling zerocopy-derive v0.7.35
15852026-05-08T01:04:51.543Z Compiling anstyle v1.0.14
15862026-05-08T01:04:51.768Z Compiling anstyle-query v1.1.5
15872026-05-08T01:04:51.875Z Compiling is_terminal_polyfill v1.70.2
15882026-05-08T01:04:51.967Z Compiling colorchoice v1.0.5
15892026-05-08T01:04:52.054Z Compiling anstream v1.0.0
15902026-05-08T01:04:52.092Z Compiling zerocopy v0.7.35
15912026-05-08T01:04:52.376Z Compiling clap_lex v1.1.0
15922026-05-08T01:04:52.635Z Compiling convert_case v0.4.0
15932026-05-08T01:04:52.937Z Compiling derive_more v0.99.20
15942026-05-08T01:04:53.321Z Compiling regress v0.11.1
15952026-05-08T01:04:53.321Z Compiling tinyvec_macros v0.1.1
15962026-05-08T01:04:53.342Z Compiling unicode-width v0.2.2
15972026-05-08T01:04:53.645Z Compiling tinyvec v1.11.0
15982026-05-08T01:04:54.329Z Compiling dtrace-parser v0.2.0
15992026-05-08T01:04:54.350Z Compiling serde_spanned v0.6.9
16002026-05-08T01:04:54.529Z Compiling secrecy v0.10.3
16012026-05-08T01:04:54.686Z Compiling scroll_derive v0.12.1
16022026-05-08T01:04:55.193Z Compiling clap_derive v4.6.1
16032026-05-08T01:04:55.273Z Compiling usdt-impl v0.5.0
16042026-05-08T01:04:55.339Z Compiling crucible-workspace-hack v0.1.0
16052026-05-08T01:04:55.353Z Compiling toml_write v0.1.2
16062026-05-08T01:04:55.390Z Compiling scroll v0.12.0
16072026-05-08T01:04:55.555Z Compiling toml_edit v0.22.27
16082026-05-08T01:04:55.572Z Compiling typify-impl v0.6.2
16092026-05-08T01:04:56.209Z Compiling dof v0.3.0
16102026-05-08T01:04:56.608Z Compiling terminal_size v0.4.4
16112026-05-08T01:04:56.745Z Compiling darling_core v0.21.3
16122026-05-08T01:04:56.790Z Compiling rustc_version v0.4.1
16132026-05-08T01:04:56.918Z Compiling thread-id v4.2.2
16142026-05-08T01:04:57.058Z Compiling curve25519-dalek v4.1.3
16152026-05-08T01:04:57.338Z Compiling toml v0.8.23
16162026-05-08T01:04:58.033Z Compiling goblin v0.8.2
16172026-05-08T01:04:58.401Z Compiling crossbeam-epoch v0.9.18
16182026-05-08T01:04:58.524Z Compiling hmac v0.12.1
16192026-05-08T01:04:58.658Z Compiling inout v0.1.4
16202026-05-08T01:04:58.744Z Compiling ff v0.13.1
16212026-05-08T01:04:58.793Z Compiling num-integer v0.1.46
16222026-05-08T01:04:58.831Z Compiling darling_macro v0.21.3
16232026-05-08T01:04:59.008Z Compiling heck v0.4.1
16242026-05-08T01:04:59.115Z Compiling float-ord v0.3.2
16252026-05-08T01:04:59.295Z Compiling group v0.13.0
16262026-05-08T01:04:59.390Z Compiling darling v0.21.3
16272026-05-08T01:04:59.419Z Compiling cipher v0.4.4
16282026-05-08T01:04:59.495Z Compiling hkdf v0.12.4
16292026-05-08T01:05:00.161Z Compiling clap_builder v4.6.0
16302026-05-08T01:05:01.920Z Compiling typify-macro v0.6.2
16312026-05-08T01:05:02.027Z Compiling thiserror-impl-no-std v2.0.2
16322026-05-08T01:05:02.038Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16332026-05-08T01:05:02.705Z Compiling universal-hash v0.5.1
16342026-05-08T01:05:02.832Z Compiling half v2.7.1
16352026-05-08T01:05:02.881Z Compiling crypto-bigint v0.5.5
16362026-05-08T01:05:03.099Z Compiling curve25519-dalek-derive v0.1.1
16372026-05-08T01:05:03.357Z Compiling proc-macro-error-attr v1.0.4
16382026-05-08T01:05:03.551Z Compiling base64ct v1.8.3
16392026-05-08T01:05:03.564Z Compiling toml_datetime v1.1.0+spec-1.1.0
16402026-05-08T01:05:03.581Z Compiling base16ct v0.2.0
16412026-05-08T01:05:03.736Z Compiling ciborium-io v0.2.2
16422026-05-08T01:05:03.747Z Compiling rustix v0.38.44
16432026-05-08T01:05:03.778Z Compiling heapless v0.8.0
16442026-05-08T01:05:03.790Z Compiling opaque-debug v0.3.1
16452026-05-08T01:05:03.828Z Compiling prettyplease v0.2.37
16462026-05-08T01:05:03.846Z Compiling poly1305 v0.8.0
16472026-05-08T01:05:03.857Z Compiling ciborium-ll v0.2.2
16482026-05-08T01:05:04.064Z Compiling elliptic-curve v0.13.8
16492026-05-08T01:05:04.098Z Compiling password-hash v0.5.0
16502026-05-08T01:05:04.187Z Compiling toml_edit v0.25.8+spec-1.1.0
16512026-05-08T01:05:04.334Z Compiling thiserror-no-std v2.0.2
16522026-05-08T01:05:04.434Z Compiling clap v4.6.1
16532026-05-08T01:05:05.051Z Compiling rustls-webpki v0.103.10
16542026-05-08T01:05:05.084Z Compiling chacha20 v0.9.1
16552026-05-08T01:05:05.164Z Compiling ingot-macros v0.1.1
16562026-05-08T01:05:05.230Z Compiling num-iter v0.1.45
16572026-05-08T01:05:05.252Z Compiling num-rational v0.4.2
16582026-05-08T01:05:05.299Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16592026-05-08T01:05:05.346Z Compiling usdt-attr-macro v0.5.0
16602026-05-08T01:05:05.880Z Compiling usdt-macro v0.5.0
16612026-05-08T01:05:06.162Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16622026-05-08T01:05:06.971Z Compiling blake2 v0.10.6
16632026-05-08T01:05:07.213Z Compiling byte-wrapper v0.1.0
16642026-05-08T01:05:07.430Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16652026-05-08T01:05:07.585Z Compiling aead v0.5.2
16662026-05-08T01:05:07.616Z Compiling enum-as-inner v0.6.1
16672026-05-08T01:05:07.744Z Compiling hash32 v0.3.1
16682026-05-08T01:05:07.755Z Compiling num-complex v0.4.6
16692026-05-08T01:05:07.895Z Compiling memmap v0.7.0
16702026-05-08T01:05:07.921Z Compiling proc-macro-error v1.0.4
16712026-05-08T01:05:08.007Z Compiling keccak v0.1.6
16722026-05-08T01:05:08.081Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16732026-05-08T01:05:08.138Z Compiling winnow v0.5.40
16742026-05-08T01:05:08.149Z Compiling data-encoding v2.10.0
16752026-05-08T01:05:08.169Z Compiling smoltcp v0.11.0
16762026-05-08T01:05:08.254Z Compiling static_assertions v1.1.0
16772026-05-08T01:05:08.344Z Compiling sha3 v0.10.8
16782026-05-08T01:05:08.432Z Compiling tokio-rustls v0.26.4
16792026-05-08T01:05:08.500Z Compiling rustls-platform-verifier v0.6.2
16802026-05-08T01:05:08.702Z Compiling hyper-rustls v0.27.7
16812026-05-08T01:05:08.899Z Compiling reqwest v0.13.3
16822026-05-08T01:05:08.990Z Compiling num v0.4.3
16832026-05-08T01:05:09.003Z Compiling usdt v0.5.0
16842026-05-08T01:05:09.060Z Compiling ingot-types v0.1.2
16852026-05-08T01:05:09.515Z Compiling toml_edit v0.19.15
16862026-05-08T01:05:09.560Z Compiling chacha20poly1305 v0.10.1
16872026-05-08T01:05:09.693Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16882026-05-08T01:05:09.753Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16892026-05-08T01:05:10.141Z Compiling argon2 v0.5.3
16902026-05-08T01:05:10.671Z Compiling progenitor-client v0.13.0
16912026-05-08T01:05:10.942Z Compiling progenitor-extras v0.1.1
16922026-05-08T01:05:10.976Z Compiling vsss-rs v3.3.4
16932026-05-08T01:05:11.177Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16942026-05-08T01:05:11.559Z Compiling proc-macro-crate v3.5.0
16952026-05-08T01:05:12.232Z Compiling ciborium v0.2.2
16962026-05-08T01:05:12.252Z Compiling typify v0.6.2
16972026-05-08T01:05:12.825Z Compiling tabwriter v1.4.1
16982026-05-08T01:05:13.015Z Compiling cobs v0.3.0
16992026-05-08T01:05:13.067Z Compiling memoffset v0.9.1
17002026-05-08T01:05:13.217Z Compiling pkg-config v0.3.32
17012026-05-08T01:05:13.252Z Compiling indent_write v2.2.0
17022026-05-08T01:05:13.299Z Compiling cfg_aliases v0.2.1
17032026-05-08T01:05:13.340Z Compiling vcpkg v0.2.15
17042026-05-08T01:05:13.372Z Compiling bitflags v1.3.2
17052026-05-08T01:05:13.388Z Compiling managed v0.8.0
17062026-05-08T01:05:13.447Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17072026-05-08T01:05:13.572Z Compiling unsafe-libyaml v0.2.11
17082026-05-08T01:05:13.684Z Compiling nix v0.31.2
17092026-05-08T01:05:13.866Z Compiling postcard v1.1.3
17102026-05-08T01:05:13.906Z Compiling openssl-sys v0.9.115
17112026-05-08T01:05:14.260Z Compiling serde_yaml v0.9.34+deprecated
17122026-05-08T01:05:14.303Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17132026-05-08T01:05:14.446Z Compiling progenitor-impl v0.13.0
17142026-05-08T01:05:15.567Z Compiling num_enum_derive v0.7.6
17152026-05-08T01:05:15.826Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17162026-05-08T01:05:15.932Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17172026-05-08T01:05:16.468Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17182026-05-08T01:05:16.632Z Compiling proc-macro-crate v1.3.1
17192026-05-08T01:05:16.959Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17202026-05-08T01:05:17.122Z Compiling ingot v0.1.1
17212026-05-08T01:05:17.219Z Compiling hubpack_derive v0.1.1
17222026-05-08T01:05:17.750Z Compiling foreign-types-macros v0.2.3
17232026-05-08T01:05:18.029Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17242026-05-08T01:05:18.329Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17252026-05-08T01:05:18.335Z Compiling rayon-core v1.13.0
17262026-05-08T01:05:18.385Z Compiling foreign-types-shared v0.3.1
17272026-05-08T01:05:18.493Z Compiling semver v0.1.20
17282026-05-08T01:05:18.562Z Compiling swrite v0.1.0
17292026-05-08T01:05:18.569Z Compiling cpufeatures v0.3.0
17302026-05-08T01:05:18.630Z Compiling linked-hash-map v0.5.6
17312026-05-08T01:05:18.643Z Compiling colored v3.1.1
17322026-05-08T01:05:18.661Z Compiling resolv-conf v0.7.6
17332026-05-08T01:05:18.735Z Compiling rustc_version v0.1.7
17342026-05-08T01:05:18.813Z Compiling lru-cache v0.1.2
17352026-05-08T01:05:18.840Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17362026-05-08T01:05:18.935Z Compiling chacha20 v0.10.0
17372026-05-08T01:05:18.972Z Compiling foreign-types v0.5.0
17382026-05-08T01:05:19.002Z Compiling progenitor-macro v0.13.0
17392026-05-08T01:05:19.005Z Compiling hubpack v0.1.2
17402026-05-08T01:05:19.029Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17412026-05-08T01:05:19.051Z Compiling num_enum_derive v0.5.11
17422026-05-08T01:05:19.197Z Compiling num_enum v0.7.6
17432026-05-08T01:05:19.413Z Compiling hickory-proto v0.24.4
17442026-05-08T01:05:20.039Z Compiling crossbeam-deque v0.8.6
17452026-05-08T01:05:20.146Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17462026-05-08T01:05:20.241Z Compiling serde-big-array v0.5.1
17472026-05-08T01:05:20.431Z Compiling derive-where v1.6.1
17482026-05-08T01:05:20.637Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17492026-05-08T01:05:21.011Z Compiling serde_repr v0.1.20
17502026-05-08T01:05:21.148Z Compiling pin-project-internal v1.1.11
17512026-05-08T01:05:21.604Z Compiling cstr-argument v0.1.2
17522026-05-08T01:05:21.655Z Compiling minimal-lexical v0.2.1
17532026-05-08T01:05:21.761Z Compiling siphasher v1.0.2
17542026-05-08T01:05:21.868Z Compiling unicode-segmentation v1.13.2
17552026-05-08T01:05:21.903Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17562026-05-08T01:05:21.952Z Compiling phf_shared v0.12.1
17572026-05-08T01:05:22.123Z Compiling nom v7.1.3
17582026-05-08T01:05:22.145Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17592026-05-08T01:05:22.305Z Compiling pin-project v1.1.11
17602026-05-08T01:05:22.347Z Compiling newline-converter v0.3.0
17612026-05-08T01:05:22.363Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17622026-05-08T01:05:22.406Z Compiling hickory-resolver v0.24.4
17632026-05-08T01:05:22.793Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17642026-05-08T01:05:22.904Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17652026-05-08T01:05:22.945Z Compiling num_enum v0.5.11
17662026-05-08T01:05:23.067Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17672026-05-08T01:05:23.475Z Compiling rand v0.10.1
17682026-05-08T01:05:23.675Z Compiling newtype_derive v0.1.6
17692026-05-08T01:05:23.906Z Compiling atomicwrites v0.4.4
17702026-05-08T01:05:24.137Z Compiling progenitor v0.13.0
17712026-05-08T01:05:24.140Z Compiling snafu-derive v0.8.9
17722026-05-08T01:05:24.281Z Compiling unicode-normalization v0.1.25
17732026-05-08T01:05:24.651Z Compiling console v0.15.11
17742026-05-08T01:05:24.796Z Compiling camino-tempfile v1.4.1
17752026-05-08T01:05:24.822Z Compiling tokio-stream v0.1.18
17762026-05-08T01:05:25.040Z Compiling async-recursion v1.1.1
17772026-05-08T01:05:25.072Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17782026-05-08T01:05:25.192Z Compiling slog-dtrace v0.3.0
17792026-05-08T01:05:25.294Z Compiling bstr v1.12.1
17802026-05-08T01:05:25.345Z Compiling csv-core v0.1.13
17812026-05-08T01:05:25.365Z Compiling highway v1.3.0
17822026-05-08T01:05:25.441Z Compiling openssl v0.10.79
17832026-05-08T01:05:25.573Z Compiling unicode-width v0.1.14
17842026-05-08T01:05:25.596Z Compiling foldhash v0.1.5
17852026-05-08T01:05:25.693Z Compiling owo-colors v4.3.0
17862026-05-08T01:05:25.721Z Compiling similar v2.7.0
17872026-05-08T01:05:25.756Z Compiling chrono-tz v0.10.4
17882026-05-08T01:05:25.769Z Compiling same-file v1.0.6
17892026-05-08T01:05:25.793Z Compiling foreign-types-shared v0.1.1
17902026-05-08T01:05:25.839Z Compiling cancel-safe-futures v0.1.5
17912026-05-08T01:05:25.882Z Compiling unicode-xid v0.2.6
17922026-05-08T01:05:25.922Z Compiling snafu v0.8.9
17932026-05-08T01:05:25.941Z Compiling walkdir v2.5.0
17942026-05-08T01:05:25.982Z Compiling foreign-types v0.3.2
17952026-05-08T01:05:25.993Z Compiling const_format_proc_macros v0.2.34
17962026-05-08T01:05:26.052Z Compiling hashbrown v0.15.5
17972026-05-08T01:05:26.088Z Compiling globset v0.4.18
17982026-05-08T01:05:26.100Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17992026-05-08T01:05:26.296Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18002026-05-08T01:05:26.296Z Compiling expectorate v1.2.0
18012026-05-08T01:05:26.454Z Compiling csv v1.4.0
18022026-05-08T01:05:26.693Z Compiling qorb v0.4.1
18032026-05-08T01:05:26.699Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18042026-05-08T01:05:26.937Z Compiling olpc-cjson v0.1.4
18052026-05-08T01:05:27.008Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18062026-05-08T01:05:28.075Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18072026-05-08T01:05:28.497Z Compiling rayon v1.11.0
18082026-05-08T01:05:28.549Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18092026-05-08T01:05:28.591Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18102026-05-08T01:05:28.888Z Compiling phf v0.12.1
18112026-05-08T01:05:28.910Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18122026-05-08T01:05:29.037Z Compiling zone_cfg_derive v0.3.1
18132026-05-08T01:05:29.301Z Compiling tokio-dtrace v0.1.1
18142026-05-08T01:05:29.609Z Compiling itertools v0.12.1
18152026-05-08T01:05:29.742Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18162026-05-08T01:05:29.856Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18172026-05-08T01:05:29.941Z Compiling libsw-core v0.3.2
18182026-05-08T01:05:29.955Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18192026-05-08T01:05:30.114Z Compiling serde_plain v1.0.2
18202026-05-08T01:05:30.232Z Compiling num-derive v0.4.2
18212026-05-08T01:05:30.321Z Compiling openssl-macros v0.1.1
18222026-05-08T01:05:30.325Z Compiling pem v3.0.6
18232026-05-08T01:05:30.528Z Compiling sigpipe v0.1.3
18242026-05-08T01:05:30.591Z Compiling cookie v0.18.1
18252026-05-08T01:05:30.633Z Compiling jiff v0.2.23
18262026-05-08T01:05:30.717Z Compiling typed-path v0.9.3
18272026-05-08T01:05:30.809Z Compiling fixedbitset v0.4.2
18282026-05-08T01:05:30.817Z Compiling fixedbitset v0.5.7
18292026-05-08T01:05:30.829Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18302026-05-08T01:05:30.838Z Compiling bytecount v0.6.9
18312026-05-08T01:05:30.971Z Compiling glob v0.3.3
18322026-05-08T01:05:31.037Z Compiling petgraph v0.8.3
18332026-05-08T01:05:31.063Z Compiling petgraph v0.6.5
18342026-05-08T01:05:31.150Z Compiling papergrid v0.11.0
18352026-05-08T01:05:31.178Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18362026-05-08T01:05:31.579Z Compiling tough v0.20.0
18372026-05-08T01:05:32.054Z Compiling zone v0.3.1
18382026-05-08T01:05:32.547Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18392026-05-08T01:05:32.822Z Compiling libsw v3.5.0
18402026-05-08T01:05:32.851Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18412026-05-08T01:05:32.924Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18422026-05-08T01:05:32.998Z Compiling oxide-tokio-rt v0.1.3
18432026-05-08T01:05:33.100Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18442026-05-08T01:05:33.492Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18452026-05-08T01:05:34.334Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18462026-05-08T01:05:34.369Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18472026-05-08T01:05:34.520Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18482026-05-08T01:05:34.614Z Compiling const_format v0.2.35
18492026-05-08T01:05:34.760Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18502026-05-08T01:05:35.279Z Compiling tabled_derive v0.7.0
18512026-05-08T01:05:35.412Z Compiling gethostname v0.5.0
18522026-05-08T01:05:35.470Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-05-08T01:05:35.536Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18542026-05-08T01:05:35.597Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-05-08T01:05:35.703Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-05-08T01:05:35.716Z Compiling bcs v0.1.6
18572026-05-08T01:05:36.075Z Compiling smf v0.2.3
18582026-05-08T01:05:36.228Z Compiling tagptr v0.2.0
18592026-05-08T01:05:36.285Z Compiling unicode-linebreak v0.1.5
18602026-05-08T01:05:36.331Z Compiling linear-map v1.2.0
18612026-05-08T01:05:36.367Z Compiling whoami v1.6.1
18622026-05-08T01:05:36.527Z Compiling crunchy v0.2.4
18632026-05-08T01:05:36.569Z Compiling lazy_static v1.5.0
18642026-05-08T01:05:36.634Z Compiling smawk v0.3.2
18652026-05-08T01:05:36.661Z Compiling termtree v0.5.1
18662026-05-08T01:05:36.687Z Compiling steno v0.4.1
18672026-05-08T01:05:36.772Z Compiling textwrap v0.16.2
18682026-05-08T01:05:36.812Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18692026-05-08T01:05:36.840Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18702026-05-08T01:05:36.995Z Compiling moka v0.12.15
18712026-05-08T01:05:37.307Z Compiling tabled v0.15.0
18722026-05-08T01:05:37.803Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18732026-05-08T01:05:38.012Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18742026-05-08T01:05:38.212Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18752026-05-08T01:05:38.694Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18762026-05-08T01:05:39.559Z Compiling hickory-proto v0.25.2
18772026-05-08T01:05:39.939Z Compiling tiny-keccak v2.0.2
18782026-05-08T01:05:40.054Z Compiling humantime v2.3.0
18792026-05-08T01:05:40.263Z Compiling num-derive v0.3.3
18802026-05-08T01:05:40.344Z Compiling parking_lot_core v0.8.6
18812026-05-08T01:05:40.874Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18822026-05-08T01:05:40.885Z Compiling crc32fast v1.5.0
18832026-05-08T01:05:41.103Z Compiling const-random-macro v0.1.16
18842026-05-08T01:05:41.208Z Compiling libscf-sys v1.1.0
18852026-05-08T01:05:41.303Z Compiling smartstring v1.0.1
18862026-05-08T01:05:41.350Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18872026-05-08T01:05:41.480Z Compiling hickory-resolver v0.25.2
18882026-05-08T01:05:41.540Z Compiling ahash v0.8.12
18892026-05-08T01:05:41.646Z Compiling const-random v0.1.18
18902026-05-08T01:05:41.730Z Compiling parking_lot v0.11.2
18912026-05-08T01:05:41.840Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18922026-05-08T01:05:45.330Z Compiling fxhash v0.2.1
18932026-05-08T01:05:45.409Z Compiling internet-checksum v0.2.1
18942026-05-08T01:05:45.409Z Compiling sled v0.34.7
18952026-05-08T01:05:45.409Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18962026-05-08T01:05:45.409Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18972026-05-08T01:05:45.409Z Compiling thin-vec v0.2.14
18982026-05-08T01:05:45.410Z Compiling rhai_codegen v3.1.0
18992026-05-08T01:05:45.410Z Compiling sdd v3.0.10
19002026-05-08T01:05:45.410Z Compiling scc v2.4.0
19012026-05-08T01:05:45.410Z Compiling serial_test_derive v3.4.0
19022026-05-08T01:05:45.410Z Compiling nom v8.0.0
19032026-05-08T01:05:45.410Z Compiling diff v0.1.13
19042026-05-08T01:05:45.410Z Compiling rhai v1.24.0
19052026-05-08T01:05:45.410Z Compiling yansi v1.0.1
19062026-05-08T01:05:45.410Z Compiling serial_test v3.4.0
19072026-05-08T01:05:45.410Z Compiling pretty_assertions v1.4.1
19082026-05-08T01:05:46.455Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19092026-05-08T01:05:54.028Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19102026-05-08T01:05:55.650Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19112026-05-08T01:05:56.726Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19122026-05-08T01:05:57.848Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19132026-05-08T01:05:58.615Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19142026-05-08T01:06:00.083Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19152026-05-08T01:06:35.778Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
19162026-05-08T01:06:35.955Z────────────
19172026-05-08T01:06:35.955Z Nextest run ID 49db55ea-ab16-40eb-a89c-a9e447e0d456 with nextest profile: default
19182026-05-08T01:06:35.955Z Starting 150 tests across 1 binary
19192026-05-08T01:06:35.965Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19202026-05-08T01:06:35.968Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19212026-05-08T01:06:35.968Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19222026-05-08T01:06:35.968Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19232026-05-08T01:06:35.968Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19242026-05-08T01:06:35.968Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19252026-05-08T01:06:35.968Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19262026-05-08T01:06:35.968Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19272026-05-08T01:06:35.974Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19282026-05-08T01:06:35.974Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19292026-05-08T01:06:35.978Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19302026-05-08T01:06:35.978Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
19312026-05-08T01:06:35.978Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19322026-05-08T01:06:35.978Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19332026-05-08T01:06:35.978Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19342026-05-08T01:06:35.978Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19352026-05-08T01:06:35.983Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19362026-05-08T01:06:35.987Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19372026-05-08T01:06:35.987Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19382026-05-08T01:06:35.987Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19392026-05-08T01:06:35.987Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19402026-05-08T01:06:35.987Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19412026-05-08T01:06:35.987Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19422026-05-08T01:06:35.987Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19432026-05-08T01:06:35.993Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19442026-05-08T01:06:35.996Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19452026-05-08T01:06:35.996Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19462026-05-08T01:06:35.996Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19472026-05-08T01:06:35.996Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19482026-05-08T01:06:35.996Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19492026-05-08T01:06:35.996Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19502026-05-08T01:06:35.996Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19512026-05-08T01:06:36.002Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19522026-05-08T01:06:36.005Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19532026-05-08T01:06:36.005Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19542026-05-08T01:06:36.005Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19552026-05-08T01:06:36.005Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19562026-05-08T01:06:36.005Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19572026-05-08T01:06:36.006Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19582026-05-08T01:06:36.006Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19592026-05-08T01:06:36.011Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19602026-05-08T01:06:36.015Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19612026-05-08T01:06:36.015Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19622026-05-08T01:06:36.015Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19632026-05-08T01:06:36.015Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19642026-05-08T01:06:36.015Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19652026-05-08T01:06:36.015Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19662026-05-08T01:06:36.015Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19672026-05-08T01:06:36.020Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19682026-05-08T01:06:36.020Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19692026-05-08T01:06:36.023Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19702026-05-08T01:06:36.023Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19712026-05-08T01:06:36.023Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19722026-05-08T01:06:36.023Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19732026-05-08T01:06:36.023Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19742026-05-08T01:06:36.023Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19752026-05-08T01:06:36.030Z PASS [ 0.010s] bgp messages::tests::notification_round_trip
19762026-05-08T01:06:36.030Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19772026-05-08T01:06:36.033Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19782026-05-08T01:06:36.033Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19792026-05-08T01:06:36.033Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19802026-05-08T01:06:36.033Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19812026-05-08T01:06:36.033Z PASS [ 0.009s] bgp messages::tests::prefix_within
19822026-05-08T01:06:36.033Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19832026-05-08T01:06:36.039Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19842026-05-08T01:06:36.042Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19852026-05-08T01:06:36.042Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19862026-05-08T01:06:36.042Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19872026-05-08T01:06:36.042Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19882026-05-08T01:06:36.042Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19892026-05-08T01:06:36.042Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19902026-05-08T01:06:36.043Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19912026-05-08T01:06:36.048Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19922026-05-08T01:06:36.052Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19932026-05-08T01:06:36.052Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19942026-05-08T01:06:36.052Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19952026-05-08T01:06:36.052Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19962026-05-08T01:06:36.052Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19972026-05-08T01:06:36.052Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19982026-05-08T01:06:36.052Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19992026-05-08T01:06:36.057Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20002026-05-08T01:06:36.060Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20012026-05-08T01:06:36.060Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20022026-05-08T01:06:36.060Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
20032026-05-08T01:06:36.073Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20042026-05-08T01:06:36.076Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20052026-05-08T01:06:36.077Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20062026-05-08T01:06:36.077Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20072026-05-08T01:06:36.077Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
20082026-05-08T01:06:36.077Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20092026-05-08T01:06:36.080Z PASS [ 0.020s] bgp policy::test::update_shape_community
20102026-05-08T01:06:36.087Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20112026-05-08T01:06:36.091Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20122026-05-08T01:06:36.091Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20132026-05-08T01:06:36.091Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20142026-05-08T01:06:36.095Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20152026-05-08T01:06:36.095Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20162026-05-08T01:06:36.095Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20172026-05-08T01:06:36.095Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20182026-05-08T01:06:36.101Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20192026-05-08T01:06:36.105Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20202026-05-08T01:06:36.106Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20212026-05-08T01:06:36.106Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20222026-05-08T01:06:36.109Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20232026-05-08T01:06:36.113Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20242026-05-08T01:06:36.113Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20252026-05-08T01:06:36.113Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20262026-05-08T01:06:36.117Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20272026-05-08T01:06:36.121Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20282026-05-08T01:06:36.121Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20292026-05-08T01:06:36.121Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20302026-05-08T01:06:36.121Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20312026-05-08T01:06:36.121Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20322026-05-08T01:06:36.121Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20332026-05-08T01:06:36.126Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20342026-05-08T01:06:36.126Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20352026-05-08T01:06:36.130Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20362026-05-08T01:06:36.130Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20372026-05-08T01:06:36.130Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20382026-05-08T01:06:36.130Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20392026-05-08T01:06:36.130Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20402026-05-08T01:06:39.194Z PASS [ 3.067s] bgp test::test_basic_update
20412026-05-08T01:06:39.200Z PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp
20422026-05-08T01:06:39.204Z PASS [ 3.075s] bgp test::test_basic_update_ipv6
20432026-05-08T01:06:39.208Z PASS [ 3.078s] bgp test::test_basic_update_tcp
20442026-05-08T01:06:39.208Z PASS [ 3.079s] bgp test::test_basic_update_ipv6_tcp
20452026-05-08T01:06:40.186Z PASS [ 4.066s] bgp test::test_basic_peering_active
20462026-05-08T01:06:40.190Z PASS [ 4.064s] bgp test::test_basic_peering_passive
20472026-05-08T01:06:40.199Z PASS [ 4.078s] bgp test::test_basic_peering_active_tcp
20482026-05-08T01:06:42.271Z PASS [ 3.063s] bgp test::test_ipv6_basic_peering_active
20492026-05-08T01:06:43.252Z PASS [ 3.064s] bgp test::test_ipv6_basic_peering_passive
20502026-05-08T01:06:43.274Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv4_peer_success
20512026-05-08T01:06:43.277Z PASS [ 3.075s] bgp test::test_ipv6_basic_peering_passive_tcp
20522026-05-08T01:06:43.277Z PASS [ 4.075s] bgp test::test_dual_stack_routes_ipv6_peer_success
20532026-05-08T01:06:43.278Z PASS [ 4.074s] bgp test::test_import_export_policy_filtering
20542026-05-08T01:06:43.281Z PASS [ 4.072s] bgp test::test_ipv4_routes_ipv6_peer_success
20552026-05-08T01:06:44.264Z PASS [ 4.077s] bgp test::test_ipv6_basic_peering_active_tcp
20562026-05-08T01:06:44.317Z PASS [ 1.065s] bgp test::test_multiple_unnumbered_sessions
20572026-05-08T01:06:44.370Z PASS [ 1.093s] bgp test::test_three_router_chain_tcp_ipv6
20582026-05-08T01:06:44.373Z PASS [ 1.094s] bgp test::test_three_router_chain_tcp
20592026-05-08T01:06:45.338Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20602026-05-08T01:06:45.432Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20612026-05-08T01:06:46.109Z PASS [ 2.834s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20622026-05-08T01:06:46.348Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20632026-05-08T01:06:47.351Z PASS [ 4.071s] bgp test::test_three_router_chain_unnumbered
20642026-05-08T01:06:49.328Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20652026-05-08T01:06:50.400Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20662026-05-08T01:06:53.436Z PASS [ 9.065s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20672026-05-08T01:06:54.495Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20682026-05-08T01:07:02.382Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20692026-05-08T01:07:02.382Z────────────
20702026-05-08T01:07:02.382Z Summary [ 26.424s] 150 tests run: 150 passed, 0 skipped
20712026-05-08T01:07:02.397Z+ cp dualstack_routes.log loopback-manager.test_basic_peering_active_tcp.log loopback-manager.test_basic_peering_passive_tcp.log loopback-manager.test_basic_update_ipv6_tcp.log loopback-manager.test_basic_update_tcp.log loopback-manager.test_dual_stack_routes_ipv4_peer_success.log loopback-manager.test_dual_stack_routes_ipv6_peer_success.log loopback-manager.test_import_export_policy_filtering.log loopback-manager.test_ipv4_routes_ipv6_peer_success.log loopback-manager.test_ipv6_basic_peering_active_tcp.log loopback-manager.test_ipv6_basic_peering_passive_tcp.log loopback-manager.test_ipv6_routes_ipv4_peer_success.log loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log loopback-manager.test_three_router_chain_tcp_ipv6.log loopback-manager.test_three_router_chain_tcp.log multiple_unnumbered.log ndp_change_reset.log ndp_changes.log r1.test_basic_peering_active_tcp.log r1.test_basic_peering_active.log r1.test_basic_peering_passive_tcp.log r1.test_basic_peering_passive.log r1.test_basic_update_ipv6_tcp.log r1.test_basic_update_ipv6.log r1.test_basic_update_tcp.log r1.test_basic_update.log r1.test_dual_stack_routes_ipv4_peer_success.log r1.test_dual_stack_routes_ipv6_peer_success.log r1.test_import_export_policy_filtering.log r1.test_ipv4_routes_ipv6_peer_success.log r1.test_ipv6_basic_peering_active_tcp.log r1.test_ipv6_basic_peering_active.log r1.test_ipv6_basic_peering_passive_tcp.log r1.test_ipv6_basic_peering_passive.log r1.test_ipv6_routes_ipv4_peer_success.log r1.test_neighbor_thread_lifecycle_no_leaks.log r1.test_three_router_chain_tcp_ipv6.log r1.test_three_router_chain_tcp.log r2.test_basic_peering_active_tcp.log r2.test_basic_peering_active.log r2.test_basic_peering_passive_tcp.log r2.test_basic_peering_passive.log r2.test_basic_update_ipv6_tcp.log r2.test_basic_update_ipv6.log r2.test_basic_update_tcp.log r2.test_basic_update.log r2.test_dual_stack_routes_ipv4_peer_success.log r2.test_dual_stack_routes_ipv6_peer_success.log r2.test_import_export_policy_filtering.log r2.test_ipv4_routes_ipv6_peer_success.log r2.test_ipv6_basic_peering_active_tcp.log r2.test_ipv6_basic_peering_active.log r2.test_ipv6_basic_peering_passive_tcp.log r2.test_ipv6_basic_peering_passive.log r2.test_ipv6_routes_ipv4_peer_success.log r2.test_neighbor_thread_lifecycle_no_leaks.log r2.test_three_router_chain_tcp_ipv6.log r2.test_three_router_chain_tcp.log r3.test_three_router_chain_tcp_ipv6.log r3.test_three_router_chain_tcp.log same_linklocal.log three_chain.log unnumbered_expiry.log unnumbered_interface_lifecycle.log unnumbered_peer_change.log /work/
20722026-05-08T01:07:02.403Z+ popd
20732026-05-08T01:07:02.403Z+ pushd mgd
20742026-05-08T01:07:02.403Z/work/oxidecomputer/maghemite
20752026-05-08T01:07:02.404Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20762026-05-08T01:07:02.404Z+ pfexec cargo nextest run
20772026-05-08T01:07:03.577Z Compiling slog v2.8.2
20782026-05-08T01:07:03.682Z Compiling usdt v0.6.0
20792026-05-08T01:07:03.768Z Compiling typify-impl v0.4.3
20802026-05-08T01:07:03.786Z Compiling proc-macro-error-attr2 v2.0.0
20812026-05-08T01:07:03.790Z Compiling adler2 v2.0.1
20822026-05-08T01:07:03.790Z Compiling simd-adler32 v0.3.9
20832026-05-08T01:07:03.953Z Compiling miniz_oxide v0.8.9
20842026-05-08T01:07:03.967Z Compiling slog-json v2.6.1
20852026-05-08T01:07:04.002Z Compiling slog-term v2.9.2
20862026-05-08T01:07:04.064Z Compiling slog-async v2.8.0
20872026-05-08T01:07:04.409Z Compiling slog-bunyan v2.5.0
20882026-05-08T01:07:04.560Z Compiling dropshot v0.16.7
20892026-05-08T01:07:04.616Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20902026-05-08T01:07:04.616Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20912026-05-08T01:07:04.749Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20922026-05-08T01:07:04.904Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20932026-05-08T01:07:04.971Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20942026-05-08T01:07:04.997Z Compiling slog-dtrace v0.3.0
20952026-05-08T01:07:05.108Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20962026-05-08T01:07:05.318Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20972026-05-08T01:07:06.127Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20982026-05-08T01:07:06.254Z Compiling steno v0.4.1
20992026-05-08T01:07:06.941Z Compiling proc-macro-error2 v2.0.1
21002026-05-08T01:07:07.223Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21012026-05-08T01:07:09.457Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21022026-05-08T01:07:10.040Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21032026-05-08T01:07:10.219Z Compiling typify-macro v0.4.3
21042026-05-08T01:07:10.429Z Compiling tabled_derive v0.11.0
21052026-05-08T01:07:10.629Z Compiling flate2 v1.1.9
21062026-05-08T01:07:11.075Z Compiling papergrid v0.17.0
21072026-05-08T01:07:11.147Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21082026-05-08T01:07:11.323Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21092026-05-08T01:07:11.348Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21102026-05-08T01:07:11.536Z Compiling progenitor-impl v0.14.0
21112026-05-08T01:07:11.677Z Compiling testing_table v0.3.0
21122026-05-08T01:07:11.848Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21132026-05-08T01:07:12.081Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21142026-05-08T01:07:12.262Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21152026-05-08T01:07:12.328Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21162026-05-08T01:07:12.627Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21172026-05-08T01:07:13.092Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21182026-05-08T01:07:13.274Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21192026-05-08T01:07:14.347Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21202026-05-08T01:07:14.937Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21212026-05-08T01:07:15.170Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21222026-05-08T01:07:15.403Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21232026-05-08T01:07:15.409Z Compiling typify v0.4.3
21242026-05-08T01:07:15.494Z Compiling progenitor-impl v0.11.2
21252026-05-08T01:07:15.632Z Compiling compression-core v0.4.31
21262026-05-08T01:07:15.801Z Compiling compression-codecs v0.4.37
21272026-05-08T01:07:16.460Z Compiling progenitor-macro v0.14.0
21282026-05-08T01:07:16.686Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21292026-05-08T01:07:17.618Z Compiling tabled v0.20.0
21302026-05-08T01:07:17.629Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21312026-05-08T01:07:18.045Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21322026-05-08T01:07:18.260Z Compiling progenitor-client v0.11.2
21332026-05-08T01:07:18.552Z Compiling progenitor-client v0.14.0
21342026-05-08T01:07:18.859Z Compiling dropshot v0.17.0
21352026-05-08T01:07:19.071Z Compiling progenitor-macro v0.11.2
21362026-05-08T01:07:19.089Z Compiling toml_datetime v1.1.0+spec-1.1.0
21372026-05-08T01:07:19.406Z Compiling toml v1.1.0+spec-1.1.0
21382026-05-08T01:07:19.712Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21392026-05-08T01:07:21.005Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21402026-05-08T01:07:21.595Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21412026-05-08T01:07:21.636Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21422026-05-08T01:07:21.783Z Compiling progenitor v0.14.0
21432026-05-08T01:07:21.925Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21442026-05-08T01:07:24.047Z Compiling async-compression v0.4.41
21452026-05-08T01:07:24.076Z Compiling dropshot_endpoint v0.17.0
21462026-05-08T01:07:24.218Z Compiling progenitor v0.11.2
21472026-05-08T01:07:24.267Z Compiling crc8 v0.1.1
21482026-05-08T01:07:24.353Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21492026-05-08T01:07:24.373Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21502026-05-08T01:07:24.391Z Compiling dropshot-api-manager-types v0.7.1
21512026-05-08T01:07:25.159Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21522026-05-08T01:07:25.368Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21532026-05-08T01:07:30.279Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21542026-05-08T01:07:37.513Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21552026-05-08T01:07:39.142Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21562026-05-08T01:07:40.242Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21572026-05-08T01:07:41.364Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21582026-05-08T01:07:42.149Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21592026-05-08T01:07:43.639Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21602026-05-08T01:07:43.639Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21612026-05-08T01:07:43.642Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21622026-05-08T01:07:50.573Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21632026-05-08T01:07:51.998Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21642026-05-08T01:07:52.002Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21652026-05-08T01:07:53.364Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21662026-05-08T01:08:23.220Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
21672026-05-08T01:08:23.357Z────────────
21682026-05-08T01:08:23.358Z Nextest run ID 2d3b094f-d127-4db3-ab15-c0e5ae2a2a84 with nextest profile: default
21692026-05-08T01:08:23.358Z Starting 32 tests across 1 binary
21702026-05-08T01:08:23.367Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21712026-05-08T01:08:23.367Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21722026-05-08T01:08:23.367Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21732026-05-08T01:08:23.435Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21742026-05-08T01:08:23.485Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21752026-05-08T01:08:23.485Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21762026-05-08T01:08:23.485Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21772026-05-08T01:08:23.485Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21782026-05-08T01:08:23.485Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21792026-05-08T01:08:23.485Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21802026-05-08T01:08:23.485Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21812026-05-08T01:08:23.485Z PASS [ 0.069s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21822026-05-08T01:08:23.485Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21832026-05-08T01:08:23.485Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21842026-05-08T01:08:23.485Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21852026-05-08T01:08:23.485Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21862026-05-08T01:08:23.485Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21872026-05-08T01:08:23.485Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21882026-05-08T01:08:23.485Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21892026-05-08T01:08:23.485Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21902026-05-08T01:08:23.485Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21912026-05-08T01:08:23.486Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21922026-05-08T01:08:23.486Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21932026-05-08T01:08:23.486Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21942026-05-08T01:08:23.486Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21952026-05-08T01:08:23.486Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21962026-05-08T01:08:23.486Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21972026-05-08T01:08:23.486Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21982026-05-08T01:08:23.486Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21992026-05-08T01:08:23.486Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22002026-05-08T01:08:23.486Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22012026-05-08T01:08:23.486Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22022026-05-08T01:08:23.486Z────────────
22032026-05-08T01:08:23.486Z Summary [ 0.089s] 32 tests run: 32 passed, 0 skipped
22042026-05-08T01:08:23.486Z+ cp apply_remove_entire_group.log /work/
22052026-05-08T01:08:23.486Z+ popd
22062026-05-08T01:08:23.486Z/work/oxidecomputer/maghemite
22072026-05-08T01:08:23.486Zprocess exited: duration 425001 ms, exit code 0
 
22082026-05-08T01:08:23.615Zfound 66 output files
22092026-05-08T01:08:23.615Zuploading: /work/apply_remove_entire_group.log (24365 bytes)
22102026-05-08T01:08:25.354Zuploaded: /work/apply_remove_entire_group.log
22112026-05-08T01:08:25.354Zuploading: /work/dualstack_routes.log (120067 bytes)
22122026-05-08T01:08:26.622Zuploaded: /work/dualstack_routes.log
22132026-05-08T01:08:26.622Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2274 bytes)
22142026-05-08T01:08:27.785Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22152026-05-08T01:08:27.785Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1466 bytes)
22162026-05-08T01:08:28.859Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22172026-05-08T01:08:28.859Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2286 bytes)
22182026-05-08T01:08:29.909Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22192026-05-08T01:08:29.909Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2183 bytes)
22202026-05-08T01:08:30.992Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22212026-05-08T01:08:30.992Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2230 bytes)
22222026-05-08T01:08:32.089Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22232026-05-08T01:08:32.089Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2150 bytes)
22242026-05-08T01:08:33.229Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22252026-05-08T01:08:33.229Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2415 bytes)
22262026-05-08T01:08:34.238Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22272026-05-08T01:08:34.238Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2268 bytes)
22282026-05-08T01:08:35.362Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22292026-05-08T01:08:35.362Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2286 bytes)
22302026-05-08T01:08:36.384Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22312026-05-08T01:08:36.384Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2336 bytes)
22322026-05-08T01:08:37.396Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22332026-05-08T01:08:37.396Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2255 bytes)
22342026-05-08T01:08:38.416Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22352026-05-08T01:08:38.416Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2384 bytes)
22362026-05-08T01:08:40.024Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22372026-05-08T01:08:40.024Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3585 bytes)
22382026-05-08T01:08:41.043Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22392026-05-08T01:08:41.043Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3650 bytes)
22402026-05-08T01:08:42.058Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22412026-05-08T01:08:42.058Zuploading: /work/multiple_unnumbered.log (109747 bytes)
22422026-05-08T01:08:43.118Zuploaded: /work/multiple_unnumbered.log
22432026-05-08T01:08:43.118Zuploading: /work/ndp_change_reset.log (70488 bytes)
22442026-05-08T01:08:44.140Zuploaded: /work/ndp_change_reset.log
22452026-05-08T01:08:44.140Zuploading: /work/ndp_changes.log (88808 bytes)
22462026-05-08T01:08:46.182Zuploaded: /work/ndp_changes.log
22472026-05-08T01:08:46.182Zuploading: /work/r1.test_basic_peering_active.log (40298 bytes)
22482026-05-08T01:08:47.225Zuploaded: /work/r1.test_basic_peering_active.log
22492026-05-08T01:08:47.225Zuploading: /work/r1.test_basic_peering_active_tcp.log (49358 bytes)
22502026-05-08T01:08:48.236Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22512026-05-08T01:08:48.236Zuploading: /work/r1.test_basic_peering_passive.log (33738 bytes)
22522026-05-08T01:08:49.248Zuploaded: /work/r1.test_basic_peering_passive.log
22532026-05-08T01:08:49.248Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39682 bytes)
22542026-05-08T01:08:50.259Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22552026-05-08T01:08:50.259Zuploading: /work/r1.test_basic_update.log (28392 bytes)
22562026-05-08T01:08:51.271Zuploaded: /work/r1.test_basic_update.log
22572026-05-08T01:08:51.271Zuploading: /work/r1.test_basic_update_ipv6.log (28250 bytes)
22582026-05-08T01:08:52.282Zuploaded: /work/r1.test_basic_update_ipv6.log
22592026-05-08T01:08:52.282Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31155 bytes)
22602026-05-08T01:08:53.293Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22612026-05-08T01:08:53.293Zuploading: /work/r1.test_basic_update_tcp.log (31183 bytes)
22622026-05-08T01:08:54.304Zuploaded: /work/r1.test_basic_update_tcp.log
22632026-05-08T01:08:54.304Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43587 bytes)
22642026-05-08T01:08:55.315Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22652026-05-08T01:08:55.315Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43906 bytes)
22662026-05-08T01:08:56.327Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22672026-05-08T01:08:56.327Zuploading: /work/r1.test_import_export_policy_filtering.log (40195 bytes)
22682026-05-08T01:08:57.339Zuploaded: /work/r1.test_import_export_policy_filtering.log
22692026-05-08T01:08:57.339Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35864 bytes)
22702026-05-08T01:08:58.353Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22712026-05-08T01:08:58.353Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40280 bytes)
22722026-05-08T01:08:59.365Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22732026-05-08T01:08:59.365Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49027 bytes)
22742026-05-08T01:09:00.378Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22752026-05-08T01:09:00.378Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33911 bytes)
22762026-05-08T01:09:01.389Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22772026-05-08T01:09:01.390Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (41792 bytes)
22782026-05-08T01:09:02.402Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22792026-05-08T01:09:02.402Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35682 bytes)
22802026-05-08T01:09:03.416Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22812026-05-08T01:09:03.417Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29942 bytes)
22822026-05-08T01:09:04.427Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22832026-05-08T01:09:04.427Zuploading: /work/r1.test_three_router_chain_tcp.log (21763 bytes)
22842026-05-08T01:09:05.440Zuploaded: /work/r1.test_three_router_chain_tcp.log
22852026-05-08T01:09:05.440Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (26701 bytes)
22862026-05-08T01:09:06.451Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22872026-05-08T01:09:06.451Zuploading: /work/r2.test_basic_peering_active.log (38939 bytes)
22882026-05-08T01:09:07.470Zuploaded: /work/r2.test_basic_peering_active.log
22892026-05-08T01:09:07.470Zuploading: /work/r2.test_basic_peering_active_tcp.log (47842 bytes)
22902026-05-08T01:09:08.483Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22912026-05-08T01:09:08.483Zuploading: /work/r2.test_basic_peering_passive.log (43511 bytes)
22922026-05-08T01:09:09.495Zuploaded: /work/r2.test_basic_peering_passive.log
22932026-05-08T01:09:09.496Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45948 bytes)
22942026-05-08T01:09:10.507Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22952026-05-08T01:09:10.508Zuploading: /work/r2.test_basic_update.log (26435 bytes)
22962026-05-08T01:09:11.520Zuploaded: /work/r2.test_basic_update.log
22972026-05-08T01:09:11.520Zuploading: /work/r2.test_basic_update_ipv6.log (26573 bytes)
22982026-05-08T01:09:12.532Zuploaded: /work/r2.test_basic_update_ipv6.log
22992026-05-08T01:09:12.532Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32784 bytes)
23002026-05-08T01:09:13.545Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23012026-05-08T01:09:13.545Zuploading: /work/r2.test_basic_update_tcp.log (32796 bytes)
23022026-05-08T01:09:14.558Zuploaded: /work/r2.test_basic_update_tcp.log
23032026-05-08T01:09:14.558Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43584 bytes)
23042026-05-08T01:09:15.571Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23052026-05-08T01:09:15.571Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43395 bytes)
23062026-05-08T01:09:16.583Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23072026-05-08T01:09:16.583Zuploading: /work/r2.test_import_export_policy_filtering.log (36557 bytes)
23082026-05-08T01:09:17.598Zuploaded: /work/r2.test_import_export_policy_filtering.log
23092026-05-08T01:09:17.598Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38296 bytes)
23102026-05-08T01:09:18.610Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23112026-05-08T01:09:18.610Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38828 bytes)
23122026-05-08T01:09:19.622Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23132026-05-08T01:09:19.622Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47824 bytes)
23142026-05-08T01:09:20.634Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23152026-05-08T01:09:20.634Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41475 bytes)
23162026-05-08T01:09:21.645Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23172026-05-08T01:09:21.645Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (50064 bytes)
23182026-05-08T01:09:22.657Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23192026-05-08T01:09:22.658Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38169 bytes)
23202026-05-08T01:09:23.673Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23212026-05-08T01:09:23.673Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28066 bytes)
23222026-05-08T01:09:24.723Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23232026-05-08T01:09:24.723Zuploading: /work/r2.test_three_router_chain_tcp.log (41603 bytes)
23242026-05-08T01:09:25.782Zuploaded: /work/r2.test_three_router_chain_tcp.log
23252026-05-08T01:09:25.782Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45379 bytes)
23262026-05-08T01:09:26.904Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23272026-05-08T01:09:26.904Zuploading: /work/r3.test_three_router_chain_tcp.log (21362 bytes)
23282026-05-08T01:09:27.943Zuploaded: /work/r3.test_three_router_chain_tcp.log
23292026-05-08T01:09:27.943Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21453 bytes)
23302026-05-08T01:09:28.989Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23312026-05-08T01:09:28.995Zuploading: /work/same_linklocal.log (152506 bytes)
23322026-05-08T01:09:30.023Zuploaded: /work/same_linklocal.log
23332026-05-08T01:09:30.023Zuploading: /work/three_chain.log (151778 bytes)
23342026-05-08T01:09:31.037Zuploaded: /work/three_chain.log
23352026-05-08T01:09:31.037Zuploading: /work/unnumbered_expiry.log (92811 bytes)
23362026-05-08T01:09:32.050Zuploaded: /work/unnumbered_expiry.log
23372026-05-08T01:09:32.050Zuploading: /work/unnumbered_interface_lifecycle.log (196284 bytes)
23382026-05-08T01:09:33.068Zuploaded: /work/unnumbered_interface_lifecycle.log
23392026-05-08T01:09:33.068Zuploading: /work/unnumbered_peer_change.log (78491 bytes)
23402026-05-08T01:09:34.092Zuploaded: /work/unnumbered_peer_change.log