01KVTYSPYZ9EZS20JEDNM7W30T: 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: 01KVTYTDYSP8KA72A6WN5SZNBB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T19:21:25.104Zjob assigned to worker 01KVTYTZ260EWXB3D84R8CRSPN [factory aws, i-04306cebd44ac46f9] (queued for 1 m 0 s)
 
22026-06-23T19:21:31.489Zstarting task 0: "setup"
32026-06-23T19:21:31.493Z++ uname -s
42026-06-23T19:21:31.496Z+ kern=SunOS
52026-06-23T19:21:31.496Z+ build_user=build
62026-06-23T19:21:31.496Z+ build_uid=12345
72026-06-23T19:21:31.496Z+ work_dir=/work
82026-06-23T19:21:31.496Z+ input_dir=/input
92026-06-23T19:21:31.496Z+ [[ 0 == 12345 ]]
102026-06-23T19:21:31.496Z+ case "$kern" in
112026-06-23T19:21:31.496Z+ groupadd -g 12345 build
122026-06-23T19:21:31.499Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T19:21:33.504Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T19:21:33.585Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T19:21:33.589Z+ home_fs=zfs
162026-06-23T19:21:33.589Z+ [[ zfs == autofs ]]
172026-06-23T19:21:33.589Z+ mkdir -p /home/build
182026-06-23T19:21:33.589Z+ chown build:build /home/build /work
192026-06-23T19:21:35.590Z+ chmod 0700 /home/build /work
202026-06-23T19:21:35.593Zprocess exited: duration 4104 ms, exit code 0
 
212026-06-23T19:21:35.600Zstarting task 1: "rust-toolchain"
222026-06-23T19:21:35.603Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-23T19:21:35.603Z * rust toolchain channel = "stable"
242026-06-23T19:21:35.603Z * rust toolchain profile = "default"
252026-06-23T19:21:35.603Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-23T19:21:35.603Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T19:21:35.603Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T19:21:35.606Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T19:21:35.606Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-23T19:21:35.690Zinfo: downloading installer
312026-06-23T19:21:37.441Zwarn: It looks like you have an existing installation of Rust at:
322026-06-23T19:21:37.441Zwarn: /opt/ooce/bin
332026-06-23T19:21:37.441Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-23T19:21:37.444Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-23T19:21:37.444Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-23T19:21:37.445Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-23T19:21:37.445Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-23T19:21:37.445Zerror: cannot install while Rust is installed
392026-06-23T19:21:37.445Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-23T19:21:37.445Zwarn: It looks like you have an existing rustup settings file at:
412026-06-23T19:21:37.445Zwarn: /home/build/.rustup/settings.toml
422026-06-23T19:21:37.445Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-23T19:21:37.445Zwarn: instead of the one inferred from the default host triple.
442026-06-23T19:21:37.457Zinfo: profile set to default
452026-06-23T19:21:37.457Zinfo: default host triple is x86_64-unknown-illumos
462026-06-23T19:21:37.459Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-23T19:21:37.602Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-23T19:21:37.605Zinfo: downloading 6 components
492026-06-23T19:21:55.179Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-23T19:21:55.179Z
512026-06-23T19:21:55.209Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-23T19:21:55.209Z
532026-06-23T19:21:55.209Z
542026-06-23T19:21:55.210ZRust is installed now. Great!
552026-06-23T19:21:55.210Z
562026-06-23T19:21:55.210ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-23T19:21:55.210Zenvironment variable. This has not been done automatically.
582026-06-23T19:21:55.210Z
592026-06-23T19:21:55.210ZTo configure your current shell, you need to source
602026-06-23T19:21:55.210Zthe corresponding env file under $HOME/.cargo.
612026-06-23T19:21:55.210Z
622026-06-23T19:21:55.210ZThis is usually done by running one of the following (note the leading DOT):
632026-06-23T19:21:55.210Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-23T19:21:55.210Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-23T19:21:55.210Zsource "~/.cargo/env.nu" # For nushell
662026-06-23T19:21:55.210Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-23T19:21:55.210Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-23T19:21:55.210Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-23T19:21:55.213Zwarn: no default linker (`cc`) was found in your PATH
702026-06-23T19:21:55.213Zwarn: many Rust crates require a system C toolchain to build
712026-06-23T19:21:55.301Z+ rustup --version
722026-06-23T19:21:55.310Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-23T19:21:55.313Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-23T19:21:55.331Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-23T19:21:55.334Z+ cargo --version
762026-06-23T19:21:55.347Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-23T19:21:55.350Z+ rustc --version
782026-06-23T19:21:55.369Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-23T19:21:55.373Zprocess exited: duration 19769 ms, exit code 0
 
802026-06-23T19:21:55.379Zstarting task 2: "authentication"
812026-06-23T19:21:55.400Zprocess exited: duration 20 ms, exit code 0
 
822026-06-23T19:21:55.405Zstarting task 3: "clone repository"
832026-06-23T19:21:55.409Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-23T19:21:55.412Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-23T19:21:55.444ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-23T19:21:57.015Z+ cd /work/oxidecomputer/maghemite
872026-06-23T19:21:57.015Z+ git fetch origin 2128258d782b0a574096a4d622bb4c795193ccbc
882026-06-23T19:21:57.427ZFrom https://github.com/oxidecomputer/maghemite
892026-06-23T19:21:57.427Z * branch 2128258d782b0a574096a4d622bb4c795193ccbc -> FETCH_HEAD
902026-06-23T19:21:57.431Z+ [[ -n john/bfd-async ]]
912026-06-23T19:21:57.431Z++ git branch --show-current
922026-06-23T19:21:57.431Z+ current=main
932026-06-23T19:21:57.431Z+ [[ main != john/bfd-async ]]
942026-06-23T19:21:57.431Z+ git branch -f john/bfd-async 2128258d782b0a574096a4d622bb4c795193ccbc
952026-06-23T19:21:57.436Z+ git checkout -f john/bfd-async
962026-06-23T19:21:57.461ZSwitched to branch 'john/bfd-async'
972026-06-23T19:21:57.471Z+ git reset --hard 2128258d782b0a574096a4d622bb4c795193ccbc
982026-06-23T19:21:57.471ZHEAD is now at 2128258 send our local detection multiplier
992026-06-23T19:21:57.471Zprocess exited: duration 2053 ms, exit code 0
 
1002026-06-23T19:21:57.485Zstarting task 4: "build"
1012026-06-23T19:21:57.493Z+ set -e
1022026-06-23T19:21:57.493Z+ source .github/buildomat/test-common.sh
1032026-06-23T19:21:57.493Z++ NEXTEST_VERSION=0.9.97
1042026-06-23T19:21:57.493Z++ PLATFORM=illumos
1052026-06-23T19:21:57.493Z++ banner install
1062026-06-23T19:21:57.493Z
1072026-06-23T19:21:57.493Z # # # #### ##### ## # #
1082026-06-23T19:21:57.493Z # ## # # # # # # #
1092026-06-23T19:21:57.493Z # # # # #### # # # # #
1102026-06-23T19:21:57.493Z # # # # # # ###### # #
1112026-06-23T19:21:57.493Z # # ## # # # # # # #
1122026-06-23T19:21:57.493Z # # # #### # # # ###### ######
1132026-06-23T19:21:57.493Z
1142026-06-23T19:21:57.493Z++ set +o errexit
1152026-06-23T19:21:57.493Z++ pkg info clang-15
1162026-06-23T19:21:57.494Z++ grep -qi installed
1172026-06-23T19:21:58.686Zpkg: info: no packages matching the following patterns you specified are
1182026-06-23T19:21:58.686Zinstalled on the system. Try querying remotely instead:
1192026-06-23T19:21:58.686Z
1202026-06-23T19:21:58.686Z clang-15
1212026-06-23T19:21:58.723Z++ [[ 1 != 0 ]]
1222026-06-23T19:21:58.723Z++ set -o errexit
1232026-06-23T19:21:58.731Z++ pfexec pkg install clang-15
1242026-06-23T19:22:05.444Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-23T19:22:13.261Z Startup: Caching catalogs ... Done
1262026-06-23T19:22:21.617ZPlanning: Solver setup ... Done
1272026-06-23T19:22:22.133ZPlanning: Running solver ... Done
1282026-06-23T19:22:22.133ZPlanning: Finding local manifests ... Done
1292026-06-23T19:22:22.133ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-23T19:22:22.133ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-23T19:22:22.133ZPlanning: Package planning ... Done
1322026-06-23T19:22:22.133ZPlanning: Merging actions ... Done
1332026-06-23T19:22:22.133ZPlanning: Checking for conflicting actions ... Done
1342026-06-23T19:22:22.133ZPlanning: Consolidating action changes ... Done
1352026-06-23T19:22:22.154ZPlanning: Evaluating mediators ... Done
1362026-06-23T19:22:22.154ZPlanning: Planning completed in 8.45 seconds
1372026-06-23T19:22:22.154Z Packages to install: 2
1382026-06-23T19:22:22.154Z Mediators to change: 2
1392026-06-23T19:22:22.155Z Services to change: 1
1402026-06-23T19:22:22.155Z Create boot environment: No
1412026-06-23T19:22:22.155ZCreate backup boot environment: No
1422026-06-23T19:22:22.155Z
1432026-06-23T19:22:22.155ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-23T19:22:27.240ZDownload: 980/3076 items 82.1/211.3MB 38% complete (18.2M/s)
1452026-06-23T19:22:47.254ZDownload: 983/3076 items 82.1/211.3MB 38% complete
1462026-06-23T19:22:53.470ZDownload: 2000/3076 items 116.0/211.3MB 54% complete (8.1M/s)
1472026-06-23T19:22:58.480ZDownload: 2245/3076 items 118.6/211.3MB 56% complete (2.2M/s)
1482026-06-23T19:23:03.485ZDownload: 2716/3076 items 119.6/211.3MB 56% complete (372k/s)
1492026-06-23T19:23:18.855ZDownload: 3024/3076 items 201.5/211.3MB 95% complete
1502026-06-23T19:23:23.853ZDownload: 3068/3076 items 209.6/211.3MB 99% complete (1.5M/s)
1512026-06-23T19:23:24.268ZDownload: Completed 211.31 MB in 62.32 seconds (3.4M/s)
1522026-06-23T19:23:24.393Z Actions: 1/3418 actions (Installing new actions)
1532026-06-23T19:23:27.498Z Actions: Completed 3418 actions in 3.10 seconds.
1542026-06-23T19:23:28.135Z Done
1552026-06-23T19:23:28.135Z Done
1562026-06-23T19:23:28.923Z Done
1572026-06-23T19:23:32.019Z Done
1582026-06-23T19:23:32.086Z Done
1592026-06-23T19:23:32.091Z Done
1602026-06-23T19:23:32.400Z Done
1612026-06-23T19:23:33.070Z++ set -o errexit
1622026-06-23T19:23:33.070Z++ cargo --version
1632026-06-23T19:23:33.078Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-06-23T19:23:33.229Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-06-23T19:23:33.232Zinfo: downloading 6 components
1662026-06-23T19:23:48.770Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-06-23T19:23:48.783Z++ rustc --version
1682026-06-23T19:23:48.783Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-06-23T19:23:48.783Z++ cargo install cargo-nextest --version 0.9.97
1702026-06-23T19:23:48.794Z Updating crates.io index
1712026-06-23T19:23:48.899Z Downloading crates ...
1722026-06-23T19:23:48.948Z Downloaded cargo-nextest v0.9.97
1732026-06-23T19:23:49.011Z Installing cargo-nextest v0.9.97
1742026-06-23T19:23:49.050Z Updating crates.io index
1752026-06-23T19:23:51.841Z Locking 390 packages to latest compatible versions
1762026-06-23T19:23:51.854Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-06-23T19:23:51.854Z Adding duct v0.13.7 (available: v1.1.1)
1782026-06-23T19:23:51.854Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-06-23T19:23:51.854Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-06-23T19:23:51.860Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-06-23T19:23:51.860Z Adding itertools v0.14.0 (available: v0.15.0)
1822026-06-23T19:23:51.860Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1832026-06-23T19:23:51.860Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1842026-06-23T19:23:51.860Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1852026-06-23T19:23:51.860Z Adding quick-junit v0.5.2 (available: v0.6.0)
1862026-06-23T19:23:51.881Z Downloading crates ...
1872026-06-23T19:23:51.952Z Downloaded anstyle-query v1.1.5
1882026-06-23T19:23:51.956Z Downloaded adler2 v2.0.1
1892026-06-23T19:23:51.961Z Downloaded addr2line v0.25.1
1902026-06-23T19:23:51.965Z Downloaded anstream v1.0.0
1912026-06-23T19:23:51.968Z Downloaded generic-array v0.14.7
1922026-06-23T19:23:51.968Z Downloaded either v1.16.0
1932026-06-23T19:23:51.976Z Downloaded guppy-workspace-hack v0.1.0
1942026-06-23T19:23:51.979Z Downloaded filetime v0.2.29
1952026-06-23T19:23:51.979Z Downloaded duct v0.13.7
1962026-06-23T19:23:51.982Z Downloaded mukti-metadata v0.3.0
1972026-06-23T19:23:51.982Z Downloaded nested v0.1.1
1982026-06-23T19:23:51.985Z Downloaded console v0.15.11
1992026-06-23T19:23:51.988Z Downloaded getrandom v0.3.4
2002026-06-23T19:23:51.988Z Downloaded base64 v0.22.1
2012026-06-23T19:23:51.991Z Downloaded newtype-uuid v1.3.2
2022026-06-23T19:23:51.995Z Downloaded indent_write v2.2.0
2032026-06-23T19:23:51.995Z Downloaded cargo-platform v0.3.3
2042026-06-23T19:23:51.998Z Downloaded cpufeatures v0.2.17
2052026-06-23T19:23:51.998Z Downloaded nextest-filtering v0.15.0
2062026-06-23T19:23:51.998Z Downloaded block-buffer v0.10.4
2072026-06-23T19:23:52.001Z Downloaded cargo-util-schemas v0.2.0
2082026-06-23T19:23:52.001Z Downloaded indenter v0.3.4
2092026-06-23T19:23:52.004Z Downloaded camino-tempfile v1.4.1
2102026-06-23T19:23:52.004Z Downloaded jobserver v0.1.34
2112026-06-23T19:23:52.007Z Downloaded futures-channel v0.3.32
2122026-06-23T19:23:52.007Z Downloaded idna_adapter v1.0.0
2132026-06-23T19:23:52.010Z Downloaded once_cell v1.21.4
2142026-06-23T19:23:52.013Z Downloaded indexmap v2.14.0
2152026-06-23T19:23:52.015Z Downloaded nextest-workspace-hack v0.1.0
2162026-06-23T19:23:52.016Z Downloaded http v1.4.2
2172026-06-23T19:23:52.020Z Downloaded futures-sink v0.3.32
2182026-06-23T19:23:52.020Z Downloaded debug-ignore v1.0.5
2192026-06-23T19:23:52.024Z Downloaded pkg-config v0.3.33
2202026-06-23T19:23:52.024Z Downloaded home v0.5.12
2212026-06-23T19:23:52.027Z Downloaded http-body v1.0.1
2222026-06-23T19:23:52.027Z Downloaded openssl-probe v0.2.1
2232026-06-23T19:23:52.027Z Downloaded number_prefix v0.4.0
2242026-06-23T19:23:52.027Z Downloaded cfg-if v1.0.4
2252026-06-23T19:23:52.030Z Downloaded futures-task v0.3.32
2262026-06-23T19:23:52.034Z Downloaded clap_lex v1.1.0
2272026-06-23T19:23:52.037Z Downloaded equivalent v1.0.2
2282026-06-23T19:23:52.037Z Downloaded form_urlencoded v1.2.2
2292026-06-23T19:23:52.037Z Downloaded num-traits v0.2.19
2302026-06-23T19:23:52.041Z Downloaded document-features v0.2.12
2312026-06-23T19:23:52.041Z Downloaded errno v0.3.14
2322026-06-23T19:23:52.044Z Downloaded nextest-metadata v0.12.2
2332026-06-23T19:23:52.044Z Downloaded crypto-common v0.1.7
2342026-06-23T19:23:52.044Z Downloaded futures-core v0.3.32
2352026-06-23T19:23:52.044Z Downloaded parking_lot v0.12.5
2362026-06-23T19:23:52.047Z Downloaded atomicwrites v0.4.4
2372026-06-23T19:23:52.047Z Downloaded hex v0.4.3
2382026-06-23T19:23:52.051Z Downloaded native-tls v0.2.18
2392026-06-23T19:23:52.051Z Downloaded colorchoice v1.0.5
2402026-06-23T19:23:52.051Z Downloaded rustc-hash v2.1.2
2412026-06-23T19:23:52.054Z Downloaded is_ci v1.2.0
2422026-06-23T19:23:52.054Z Downloaded color-spantrace v0.3.0
2432026-06-23T19:23:52.054Z Downloaded async-scoped v0.9.0
2442026-06-23T19:23:52.057Z Downloaded fnv v1.0.7
2452026-06-23T19:23:52.060Z Downloaded itoa v1.0.18
2462026-06-23T19:23:52.060Z Downloaded is_terminal_polyfill v1.70.2
2472026-06-23T19:23:52.063Z Downloaded futures-executor v0.3.32
2482026-06-23T19:23:52.063Z Downloaded fixedbitset v0.5.7
2492026-06-23T19:23:52.066Z Downloaded camino v1.2.3
2502026-06-23T19:23:52.066Z Downloaded openssl-macros v0.1.1
2512026-06-23T19:23:52.070Z Downloaded os_pipe v1.2.3
2522026-06-23T19:23:52.070Z Downloaded enable-ansi-support v0.2.1
2532026-06-23T19:23:52.070Z Downloaded ipnet v2.12.0
2542026-06-23T19:23:52.072Z Downloaded humantime-serde v1.1.1
2552026-06-23T19:23:52.080Z Downloaded lazy_static v1.5.0
2562026-06-23T19:23:52.083Z Downloaded cargo-platform v0.2.0
2572026-06-23T19:23:52.087Z Downloaded foreign-types-shared v0.1.1
2582026-06-23T19:23:52.087Z Downloaded ordered-float v2.10.1
2592026-06-23T19:23:52.087Z Downloaded futures-io v0.3.32
2602026-06-23T19:23:52.087Z Downloaded percent-encoding v2.3.2
2612026-06-23T19:23:52.091Z Downloaded heck v0.5.0
2622026-06-23T19:23:52.091Z Downloaded futures-macro v0.3.32
2632026-06-23T19:23:52.091Z Downloaded atomic-waker v1.1.2
2642026-06-23T19:23:52.091Z Downloaded serde-value v0.7.0
2652026-06-23T19:23:52.094Z Downloaded backtrace-ext v0.2.1
2662026-06-23T19:23:52.094Z Downloaded curve25519-dalek-derive v0.1.1
2672026-06-23T19:23:52.098Z Downloaded lru-slab v0.1.2
2682026-06-23T19:23:52.098Z Downloaded hyper-tls v0.6.0
2692026-06-23T19:23:52.098Z Downloaded foreign-types v0.3.2
2702026-06-23T19:23:52.102Z Downloaded serde_ignored v0.1.14
2712026-06-23T19:23:52.102Z Downloaded shell-words v1.1.1
2722026-06-23T19:23:52.105Z Downloaded scopeguard v1.2.0
2732026-06-23T19:23:52.105Z Downloaded rustc_version v0.4.1
2742026-06-23T19:23:52.105Z Downloaded signal-hook-mio v0.2.5
2752026-06-23T19:23:52.108Z Downloaded shared_child v1.1.1
2762026-06-23T19:23:52.108Z Downloaded serde_spanned v0.6.9
2772026-06-23T19:23:52.108Z Downloaded dialoguer v0.11.0
2782026-06-23T19:23:52.122Z Downloaded serde_spanned v1.1.1
2792026-06-23T19:23:52.122Z Downloaded foldhash v0.1.5
2802026-06-23T19:23:52.122Z Downloaded ppv-lite86 v0.2.21
2812026-06-23T19:23:52.125Z Downloaded fastrand v2.4.1
2822026-06-23T19:23:52.125Z Downloaded miniz_oxide v0.8.9
2832026-06-23T19:23:52.125Z Downloaded self-replace v1.5.0
2842026-06-23T19:23:52.128Z Downloaded rand_core v0.6.4
2852026-06-23T19:23:52.128Z Downloaded indicatif v0.17.11
2862026-06-23T19:23:52.135Z Downloaded pathdiff v0.2.3
2872026-06-23T19:23:52.135Z Downloaded erased-serde v0.4.10
2882026-06-23T19:23:52.138Z Downloaded anstyle-parse v1.0.0
2892026-06-23T19:23:52.138Z Downloaded supports-hyperlinks v3.2.0
2902026-06-23T19:23:52.138Z Downloaded supports-color v3.0.2
2912026-06-23T19:23:52.138Z Downloaded signature v2.2.0
2922026-06-23T19:23:52.141Z Downloaded strsim v0.11.1
2932026-06-23T19:23:52.141Z Downloaded sigchld v0.2.4
2942026-06-23T19:23:52.144Z Downloaded terminal_size v0.4.4
2952026-06-23T19:23:52.147Z Downloaded sync_wrapper v1.0.2
2962026-06-23T19:23:52.147Z Downloaded subtle v2.6.1
2972026-06-23T19:23:52.147Z Downloaded swrite v0.1.0
2982026-06-23T19:23:52.150Z Downloaded tinyvec_macros v0.1.1
2992026-06-23T19:23:52.150Z Downloaded cargo_metadata v0.23.1
3002026-06-23T19:23:52.153Z Downloaded supports-unicode v3.0.0
3012026-06-23T19:23:52.153Z Downloaded future-queue v0.4.0
3022026-06-23T19:23:52.153Z Downloaded pin-project-lite v0.2.17
3032026-06-23T19:23:52.156Z Downloaded digest v0.10.7
3042026-06-23T19:23:52.160Z Downloaded quote v1.0.46
3052026-06-23T19:23:52.160Z Downloaded cargo_metadata v0.20.0
3062026-06-23T19:23:52.162Z Downloaded cfg_aliases v0.2.1
3072026-06-23T19:23:52.162Z Downloaded autocfg v1.5.1
3082026-06-23T19:23:52.162Z Downloaded anstyle v1.0.14
3092026-06-23T19:23:52.165Z Downloaded base64ct v1.8.3
3102026-06-23T19:23:52.165Z Downloaded find-msvc-tools v0.1.9
3112026-06-23T19:23:52.168Z Downloaded rand_core v0.9.5
3122026-06-23T19:23:52.168Z Downloaded humantime v2.3.0
3132026-06-23T19:23:52.172Z Downloaded signal-hook-registry v1.4.8
3142026-06-23T19:23:52.173Z Downloaded sha2 v0.10.9
3152026-06-23T19:23:52.175Z Downloaded rustc-demangle v0.1.27
3162026-06-23T19:23:52.176Z Downloaded pkcs8 v0.10.2
3172026-06-23T19:23:52.176Z Downloaded http-body-util v0.1.3
3182026-06-23T19:23:52.178Z Downloaded tokio-macros v2.7.0
3192026-06-23T19:23:52.178Z Downloaded serde_path_to_error v0.1.20
3202026-06-23T19:23:52.178Z Downloaded lock_api v0.4.14
3212026-06-23T19:23:52.179Z Downloaded owo-colors v4.3.0
3222026-06-23T19:23:52.181Z Downloaded cfg-expr v0.20.8
3232026-06-23T19:23:52.182Z Downloaded hyper-rustls v0.27.9
3242026-06-23T19:23:52.184Z Downloaded serde v1.0.228
3252026-06-23T19:23:52.188Z Downloaded simd-adler32 v0.3.9
3262026-06-23T19:23:52.188Z Downloaded miette-derive v7.6.0
3272026-06-23T19:23:52.188Z Downloaded tower-layer v0.3.3
3282026-06-23T19:23:52.191Z Downloaded toml_write v0.1.2
3292026-06-23T19:23:52.191Z Downloaded toml_datetime v0.6.11
3302026-06-23T19:23:52.191Z Downloaded convert_case v0.10.0
3312026-06-23T19:23:52.197Z Downloaded globset v0.4.18
3322026-06-23T19:23:52.197Z Downloaded serde-untagged v0.1.9
3332026-06-23T19:23:52.197Z Downloaded ed25519 v2.2.3
3342026-06-23T19:23:52.200Z Downloaded httparse v1.10.1
3352026-06-23T19:23:52.200Z Downloaded pin-project-internal v1.1.13
3362026-06-23T19:23:52.200Z Downloaded parking_lot_core v0.9.12
3372026-06-23T19:23:52.203Z Downloaded getrandom v0.2.17
3382026-06-23T19:23:52.203Z Downloaded unicode-linebreak v0.1.5
3392026-06-23T19:23:52.207Z Downloaded tracing-error v0.2.1
3402026-06-23T19:23:52.207Z Downloaded tower-service v0.3.3
3412026-06-23T19:23:52.210Z Downloaded strip-ansi-escapes v0.2.1
3422026-06-23T19:23:52.210Z Downloaded smol_str v0.3.6
3432026-06-23T19:23:52.213Z Downloaded try-lock v0.2.5
3442026-06-23T19:23:52.213Z Downloaded serde_urlencoded v0.7.1
3452026-06-23T19:23:52.216Z Downloaded static_assertions v1.1.0
3462026-06-23T19:23:52.216Z Downloaded slab v0.4.12
3472026-06-23T19:23:52.219Z Downloaded thread_local v1.1.9
3482026-06-23T19:23:52.219Z Downloaded spki v0.7.3
3492026-06-23T19:23:52.222Z Downloaded thiserror-impl v2.0.18
3502026-06-23T19:23:52.222Z Downloaded thiserror v2.0.18
3512026-06-23T19:23:52.224Z Downloaded xattr v1.6.1
3522026-06-23T19:23:52.227Z Downloaded version_check v0.9.5
3532026-06-23T19:23:52.227Z Downloaded urlencoding v2.1.3
3542026-06-23T19:23:52.230Z Downloaded untrusted v0.9.0
3552026-06-23T19:23:52.230Z Downloaded target-spec-miette v0.4.8
3562026-06-23T19:23:52.233Z Downloaded utf8_iter v1.0.4
3572026-06-23T19:23:52.233Z Downloaded want v0.3.1
3582026-06-23T19:23:52.234Z Downloaded eyre v0.6.12
3592026-06-23T19:23:52.236Z Downloaded thiserror-impl v1.0.69
3602026-06-23T19:23:52.239Z Downloaded clap_derive v4.6.1
3612026-06-23T19:23:52.239Z Downloaded quick-junit v0.5.2
3622026-06-23T19:23:52.244Z Downloaded ahash v0.8.12
3632026-06-23T19:23:52.244Z Downloaded rand_chacha v0.9.0
3642026-06-23T19:23:52.247Z Downloaded semver v1.0.28
3652026-06-23T19:23:52.254Z Downloaded self_update v0.42.0
3662026-06-23T19:23:52.256Z Downloaded tokio-native-tls v0.3.1
3672026-06-23T19:23:52.256Z Downloaded rustls-pki-types v1.14.1
3682026-06-23T19:23:52.256Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3692026-06-23T19:23:52.263Z Downloaded litrs v1.0.0
3702026-06-23T19:23:52.268Z Downloaded typeid v1.0.3
3712026-06-23T19:23:52.271Z Downloaded mio v1.2.1
3722026-06-23T19:23:52.274Z Downloaded smallvec v1.15.2
3732026-06-23T19:23:52.274Z Downloaded crc32fast v1.5.0
3742026-06-23T19:23:52.277Z Downloaded iana-time-zone v0.1.65
3752026-06-23T19:23:52.278Z Downloaded toml_writer v1.1.1+spec-1.1.0
3762026-06-23T19:23:52.280Z Downloaded tokio-stream v0.1.18
3772026-06-23T19:23:52.283Z Downloaded derive-where v1.6.1
3782026-06-23T19:23:52.286Z Downloaded thiserror v1.0.69
3792026-06-23T19:23:52.289Z Downloaded tempfile v3.27.0
3802026-06-23T19:23:52.289Z Downloaded target-spec v3.6.0
3812026-06-23T19:23:52.291Z Downloaded log v0.4.33
3822026-06-23T19:23:52.292Z Downloaded tracing-log v0.2.0
3832026-06-23T19:23:52.295Z Downloaded target-lexicon v0.13.5
3842026-06-23T19:23:52.295Z Downloaded unicase v2.9.0
3852026-06-23T19:23:52.297Z Downloaded utf8parse v0.2.2
3862026-06-23T19:23:52.300Z Downloaded quinn-udp v0.5.14
3872026-06-23T19:23:52.300Z Downloaded pin-project v1.1.13
3882026-06-23T19:23:52.307Z Downloaded ryu v1.0.23
3892026-06-23T19:23:52.310Z Downloaded shlex v2.0.1
3902026-06-23T19:23:52.310Z Downloaded const-oid v0.9.6
3912026-06-23T19:23:52.312Z Downloaded config v0.15.24
3922026-06-23T19:23:52.317Z Downloaded clap v4.6.1
3932026-06-23T19:23:52.320Z Downloaded zstd-safe v7.2.4
3942026-06-23T19:23:52.320Z Downloaded zmij v1.0.21
3952026-06-23T19:23:52.323Z Downloaded toml v0.8.23
3962026-06-23T19:23:52.323Z Downloaded tokio-rustls v0.26.4
3972026-06-23T19:23:52.323Z Downloaded sharded-slab v0.1.7
3982026-06-23T19:23:52.326Z Downloaded zipsign-api v0.1.5
3992026-06-23T19:23:52.326Z Downloaded unicode-xid v0.2.6
4002026-06-23T19:23:52.326Z Downloaded serde_derive v1.0.228
4012026-06-23T19:23:52.329Z Downloaded serde_core v1.0.228
4022026-06-23T19:23:52.332Z Downloaded futures v0.3.32
4032026-06-23T19:23:52.332Z Downloaded textwrap v0.16.2
4042026-06-23T19:23:52.335Z Downloaded zeroize v1.9.0
4052026-06-23T19:23:52.335Z Downloaded openssl-sys v0.9.117
4062026-06-23T19:23:52.338Z Downloaded xxhash-rust v0.8.15
4072026-06-23T19:23:52.338Z Downloaded toml_parser v1.1.2+spec-1.1.0
4082026-06-23T19:23:52.341Z Downloaded toml v1.1.2+spec-1.1.0
4092026-06-23T19:23:52.344Z Downloaded proc-macro2 v1.0.106
4102026-06-23T19:23:52.344Z Downloaded socket2 v0.6.4
4112026-06-23T19:23:52.347Z Downloaded tracing-attributes v0.1.31
4122026-06-23T19:23:52.347Z Downloaded der v0.7.10
4132026-06-23T19:23:52.350Z Downloaded bytes v1.12.0
4142026-06-23T19:23:52.353Z Downloaded bitflags v2.13.0
4152026-06-23T19:23:52.357Z Downloaded zstd v0.13.3
4162026-06-23T19:23:52.360Z Downloaded tinyvec v1.11.0
4172026-06-23T19:23:52.366Z Downloaded signal-hook v0.3.18
4182026-06-23T19:23:52.370Z Downloaded uuid v1.23.3
4192026-06-23T19:23:52.373Z Downloaded borsh v1.7.0
4202026-06-23T19:23:52.378Z Downloaded ed25519-dalek v2.2.0
4212026-06-23T19:23:52.383Z Downloaded derive_more v2.1.1
4222026-06-23T19:23:52.386Z Downloaded rustls-webpki v0.103.13
4232026-06-23T19:23:52.388Z Downloaded tracing-core v0.1.36
4242026-06-23T19:23:52.388Z Downloaded cc v1.2.65
4252026-06-23T19:23:52.391Z Downloaded getrandom v0.4.3
4262026-06-23T19:23:52.394Z Downloaded unicode-ident v1.0.24
4272026-06-23T19:23:52.394Z Downloaded tar v0.4.46
4282026-06-23T19:23:52.397Z Downloaded rand v0.9.4
4292026-06-23T19:23:52.398Z Downloaded memchr v2.8.2
4302026-06-23T19:23:52.400Z Downloaded derive_more-impl v2.1.1
4312026-06-23T19:23:52.403Z Downloaded quinn v0.11.11
4322026-06-23T19:23:52.408Z Downloaded vte v0.14.1
4332026-06-23T19:23:52.415Z Downloaded flate2 v1.1.9
4342026-06-23T19:23:52.418Z Downloaded miette v7.6.0
4352026-06-23T19:23:52.428Z Downloaded backtrace v0.3.76
4362026-06-23T19:23:52.432Z Downloaded hyper-util v0.1.20
4372026-06-23T19:23:52.435Z Downloaded toml_edit v0.22.27
4382026-06-23T19:23:52.451Z Downloaded url v2.5.8
4392026-06-23T19:23:52.461Z Downloaded ron v0.12.2
4402026-06-23T19:23:52.482Z Downloaded tower v0.5.3
4412026-06-23T19:23:52.487Z Downloaded hashbrown v0.15.5
4422026-06-23T19:23:52.491Z Downloaded typenum v1.20.1
4432026-06-23T19:23:52.494Z Downloaded crossterm v0.29.0
4442026-06-23T19:23:52.501Z Downloaded unicode-segmentation v1.13.3
4452026-06-23T19:23:52.508Z Downloaded bstr v1.12.1
4462026-06-23T19:23:52.512Z Downloaded regex v1.12.4
4472026-06-23T19:23:52.515Z Downloaded serde_json v1.0.150
4482026-06-23T19:23:52.520Z Downloaded futures-util v0.3.32
4492026-06-23T19:23:52.527Z Downloaded unicode-normalization v0.1.25
4502026-06-23T19:23:52.531Z Downloaded clap_builder v4.6.0
4512026-06-23T19:23:52.535Z Downloaded guppy v0.17.26
4522026-06-23T19:23:52.541Z Downloaded reqwest v0.12.28
4532026-06-23T19:23:52.544Z Downloaded hashbrown v0.17.1
4542026-06-23T19:23:52.547Z Downloaded tower-http v0.6.11
4552026-06-23T19:23:52.554Z Downloaded aho-corasick v1.1.4
4562026-06-23T19:23:52.557Z Downloaded tokio-util v0.7.18
4572026-06-23T19:23:52.560Z Downloaded idna v1.1.0
4582026-06-23T19:23:52.572Z Downloaded h2 v0.4.15
4592026-06-23T19:23:52.575Z Downloaded pulldown-cmark v0.13.4
4602026-06-23T19:23:52.578Z Downloaded hyper v1.10.1
4612026-06-23T19:23:52.581Z Downloaded gimli v0.32.3
4622026-06-23T19:23:52.586Z Downloaded portable-atomic v1.13.1
4632026-06-23T19:23:52.591Z Downloaded itertools v0.14.0
4642026-06-23T19:23:52.600Z Downloaded chrono v0.4.45
4652026-06-23T19:23:52.605Z Downloaded quick-xml v0.37.5
4662026-06-23T19:23:52.611Z Downloaded vcpkg v0.2.15
4672026-06-23T19:23:52.631Z Downloaded winnow v1.0.3
4682026-06-23T19:23:52.636Z Downloaded quick-xml v0.38.4
4692026-06-23T19:23:52.640Z Downloaded winnow v0.7.15
4702026-06-23T19:23:52.646Z Downloaded unicode-width v0.1.14
4712026-06-23T19:23:52.650Z Downloaded curve25519-dalek v4.1.3
4722026-06-23T19:23:52.653Z Downloaded zerocopy v0.8.52
4732026-06-23T19:23:52.668Z Downloaded unicode-width v0.2.2
4742026-06-23T19:23:52.673Z Downloaded tracing-subscriber v0.3.23
4752026-06-23T19:23:52.673Z Downloaded quinn-proto v0.11.15
4762026-06-23T19:23:52.681Z Downloaded webpki-roots v1.0.8
4772026-06-23T19:23:52.690Z Downloaded nextest-runner v0.80.0
4782026-06-23T19:23:52.703Z Downloaded tracing v0.1.44
4792026-06-23T19:23:52.714Z Downloaded regex-syntax v0.8.11
4802026-06-23T19:23:52.720Z Downloaded nix v0.30.1
4812026-06-23T19:23:52.725Z Downloaded openssl v0.10.81
4822026-06-23T19:23:52.731Z Downloaded color-eyre v0.6.5
4832026-06-23T19:23:52.737Z Downloaded syn v2.0.118
4842026-06-23T19:23:52.753Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4852026-06-23T19:23:52.762Z Downloaded rustls v0.23.41
4862026-06-23T19:23:52.771Z Downloaded tokio v1.52.3
4872026-06-23T19:23:52.790Z Downloaded rustix v0.38.44
4882026-06-23T19:23:52.802Z Downloaded object v0.37.3
4892026-06-23T19:23:52.807Z Downloaded rustix v1.1.4
4902026-06-23T19:23:52.868Z Downloaded regex-automata v0.4.14
4912026-06-23T19:23:52.921Z Downloaded petgraph v0.8.3
4922026-06-23T19:23:52.933Z Downloaded libc v0.2.186
4932026-06-23T19:23:53.000Z Downloaded recursion v0.5.4
4942026-06-23T19:23:53.008Z Downloaded ring v0.17.14
4952026-06-23T19:23:53.067Z Compiling proc-macro2 v1.0.106
4962026-06-23T19:23:53.067Z Compiling libc v0.2.186
4972026-06-23T19:23:53.068Z Compiling unicode-ident v1.0.24
4982026-06-23T19:23:53.068Z Compiling quote v1.0.46
4992026-06-23T19:23:53.068Z Compiling serde_core v1.0.228
5002026-06-23T19:23:53.071Z Compiling cfg-if v1.0.4
5012026-06-23T19:23:53.071Z Compiling memchr v2.8.2
5022026-06-23T19:23:53.071Z Compiling once_cell v1.21.4
5032026-06-23T19:23:53.269Z Compiling log v0.4.33
5042026-06-23T19:23:53.337Z Compiling pin-project-lite v0.2.17
5052026-06-23T19:23:53.432Z Compiling serde v1.0.228
5062026-06-23T19:23:53.456Z Compiling itoa v1.0.18
5072026-06-23T19:23:53.616Z Compiling smallvec v1.15.2
5082026-06-23T19:23:53.696Z Compiling futures-core v0.3.32
5092026-06-23T19:23:53.796Z Compiling bitflags v2.13.0
5102026-06-23T19:23:53.855Z Compiling find-msvc-tools v0.1.9
5112026-06-23T19:23:53.870Z Compiling equivalent v1.0.2
5122026-06-23T19:23:53.951Z Compiling shlex v2.0.1
5132026-06-23T19:23:54.081Z Compiling errno v0.3.14
5142026-06-23T19:23:54.126Z Compiling hashbrown v0.17.1
5152026-06-23T19:23:54.160Z Compiling bytes v1.12.0
5162026-06-23T19:23:54.204Z Compiling mio v1.2.1
5172026-06-23T19:23:54.267Z Compiling signal-hook-registry v1.4.8
5182026-06-23T19:23:54.353Z Compiling jobserver v0.1.34
5192026-06-23T19:23:54.421Z Compiling syn v2.0.118
5202026-06-23T19:23:54.492Z Compiling rustix v1.1.4
5212026-06-23T19:23:54.662Z Compiling cc v1.2.65
5222026-06-23T19:23:54.831Z Compiling futures-sink v0.3.32
5232026-06-23T19:23:54.843Z Compiling socket2 v0.6.4
5242026-06-23T19:23:54.945Z Compiling zmij v1.0.21
5252026-06-23T19:23:54.955Z Compiling slab v0.4.12
5262026-06-23T19:23:55.120Z Compiling futures-channel v0.3.32
5272026-06-23T19:23:55.158Z Compiling tracing-core v0.1.36
5282026-06-23T19:23:55.309Z Compiling serde_json v1.0.150
5292026-06-23T19:23:55.383Z Compiling version_check v0.9.5
5302026-06-23T19:23:55.583Z Compiling indexmap v2.14.0
5312026-06-23T19:23:55.680Z Compiling futures-task v0.3.32
5322026-06-23T19:23:55.694Z Compiling getrandom v0.4.3
5332026-06-23T19:23:55.858Z Compiling futures-io v0.3.32
5342026-06-23T19:23:56.013Z Compiling camino v1.2.3
5352026-06-23T19:23:56.024Z Compiling percent-encoding v2.3.2
5362026-06-23T19:23:56.059Z Compiling unicode-width v0.2.2
5372026-06-23T19:23:56.310Z Compiling ring v0.17.14
5382026-06-23T19:23:56.381Z Compiling http v1.4.2
5392026-06-23T19:23:56.413Z Compiling zeroize v1.9.0
5402026-06-23T19:23:56.439Z Compiling autocfg v1.5.1
5412026-06-23T19:23:56.460Z Compiling adler2 v2.0.1
5422026-06-23T19:23:56.615Z Compiling simd-adler32 v0.3.9
5432026-06-23T19:23:56.795Z Compiling num-traits v0.2.19
5442026-06-23T19:23:57.037Z Compiling miniz_oxide v0.8.9
5452026-06-23T19:23:57.071Z Compiling object v0.37.3
5462026-06-23T19:23:57.210Z Compiling getrandom v0.3.4
5472026-06-23T19:23:57.386Z Compiling zerocopy v0.8.52
5482026-06-23T19:23:57.453Z Compiling target-lexicon v0.13.5
5492026-06-23T19:23:57.682Z Compiling http-body v1.0.1
5502026-06-23T19:23:57.856Z Compiling rustls-pki-types v1.14.1
5512026-06-23T19:23:57.983Z Compiling form_urlencoded v1.2.2
5522026-06-23T19:23:58.007Z Compiling semver v1.0.28
5532026-06-23T19:23:58.047Z Compiling serde_derive v1.0.228
5542026-06-23T19:23:58.255Z Compiling tokio-macros v2.7.0
5552026-06-23T19:23:58.285Z Compiling futures-macro v0.3.32
5562026-06-23T19:23:58.483Z Compiling tracing-attributes v0.1.31
5572026-06-23T19:23:58.622Z Compiling getrandom v0.2.17
5582026-06-23T19:23:58.671Z Compiling owo-colors v4.3.0
5592026-06-23T19:23:58.710Z Compiling signal-hook v0.3.18
5602026-06-23T19:23:58.818Z Compiling fnv v1.0.7
5612026-06-23T19:23:58.922Z Compiling guppy-workspace-hack v0.1.0
5622026-06-23T19:23:58.939Z Compiling utf8_iter v1.0.4
5632026-06-23T19:23:59.003Z Compiling thiserror v2.0.18
5642026-06-23T19:23:59.014Z Compiling tokio v1.52.3
5652026-06-23T19:23:59.104Z Compiling idna_adapter v1.0.0
5662026-06-23T19:23:59.124Z Compiling futures-util v0.3.32
5672026-06-23T19:23:59.154Z Compiling gimli v0.32.3
5682026-06-23T19:23:59.206Z Compiling untrusted v0.9.0
5692026-06-23T19:23:59.335Z Compiling httparse v1.10.1
5702026-06-23T19:23:59.545Z Compiling idna v1.1.0
5712026-06-23T19:23:59.686Z Compiling tracing v0.1.44
5722026-06-23T19:23:59.823Z Compiling thiserror-impl v2.0.18
5732026-06-23T19:24:01.025Z Compiling addr2line v0.25.1
5742026-06-23T19:24:01.465Z Compiling generic-array v0.14.7
5752026-06-23T19:24:01.532Z Compiling pkg-config v0.3.33
5762026-06-23T19:24:01.708Z Compiling atomic-waker v1.1.2
5772026-06-23T19:24:01.770Z Compiling target-spec v3.6.0
5782026-06-23T19:24:01.783Z Compiling rustls v0.23.41
5792026-06-23T19:24:01.840Z Compiling try-lock v0.2.5
5802026-06-23T19:24:01.957Z Compiling rustc-demangle v0.1.27
5812026-06-23T19:24:01.978Z Compiling fastrand v2.4.1
5822026-06-23T19:24:02.007Z Compiling tower-service v0.3.3
5832026-06-23T19:24:02.058Z Compiling thiserror v1.0.69
5842026-06-23T19:24:02.105Z Compiling typeid v1.0.3
5852026-06-23T19:24:02.298Z Compiling tempfile v3.27.0
5862026-06-23T19:24:02.461Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5872026-06-23T19:24:02.555Z Compiling want v0.3.1
5882026-06-23T19:24:02.900Z Compiling tokio-util v0.7.18
5892026-06-23T19:24:02.915Z Compiling cfg-expr v0.20.8
5902026-06-23T19:24:02.961Z Compiling url v2.5.8
5912026-06-23T19:24:03.701Z Compiling h2 v0.4.15
5922026-06-23T19:24:04.101Z Compiling backtrace v0.3.76
5932026-06-23T19:24:04.655Z Compiling thiserror-impl v1.0.69
5942026-06-23T19:24:04.750Z Compiling terminal_size v0.4.4
5952026-06-23T19:24:04.880Z Compiling aho-corasick v1.1.4
5962026-06-23T19:24:04.931Z Compiling regex-syntax v0.8.11
5972026-06-23T19:24:05.456Z Compiling rustls-webpki v0.103.13
5982026-06-23T19:24:05.818Z Compiling subtle v2.6.1
5992026-06-23T19:24:05.980Z Compiling winnow v0.7.15
6002026-06-23T19:24:07.920Z Compiling typenum v1.20.1
6012026-06-23T19:24:08.002Z Compiling erased-serde v0.4.10
6022026-06-23T19:24:08.330Z Compiling regex-automata v0.4.14
6032026-06-23T19:24:08.352Z Compiling hyper v1.10.1
6042026-06-23T19:24:10.352Z Compiling serde_spanned v0.6.9
6052026-06-23T19:24:10.519Z Compiling toml_datetime v0.6.11
6062026-06-23T19:24:10.898Z Compiling ahash v0.8.12
6072026-06-23T19:24:11.581Z Compiling sync_wrapper v1.0.2
6082026-06-23T19:24:11.585Z Compiling ipnet v2.12.0
6092026-06-23T19:24:12.036Z Compiling either v1.16.0
6102026-06-23T19:24:12.139Z Compiling crc32fast v1.5.0
6112026-06-23T19:24:12.269Z Compiling nextest-workspace-hack v0.1.0
6122026-06-23T19:24:12.371Z Compiling unicode-linebreak v0.1.5
6132026-06-23T19:24:12.445Z Compiling toml_write v0.1.2
6142026-06-23T19:24:12.493Z Compiling unicode-segmentation v1.13.3
6152026-06-23T19:24:12.504Z Compiling parking_lot_core v0.9.12
6162026-06-23T19:24:12.638Z Compiling is_ci v1.2.0
6172026-06-23T19:24:12.690Z Compiling tower-layer v0.3.3
6182026-06-23T19:24:12.786Z Compiling lazy_static v1.5.0
6192026-06-23T19:24:12.789Z Compiling base64 v0.22.1
6202026-06-23T19:24:12.810Z Compiling foldhash v0.1.5
6212026-06-23T19:24:12.881Z Compiling portable-atomic v1.13.1
6222026-06-23T19:24:12.893Z Compiling sharded-slab v0.1.7
6232026-06-23T19:24:12.896Z Compiling tower v0.5.3
6242026-06-23T19:24:13.025Z Compiling hashbrown v0.15.5
6252026-06-23T19:24:13.275Z Compiling hyper-util v0.1.20
6262026-06-23T19:24:13.390Z Compiling convert_case v0.10.0
6272026-06-23T19:24:13.497Z Compiling supports-color v3.0.2
6282026-06-23T19:24:13.528Z Compiling toml_edit v0.22.27
6292026-06-23T19:24:13.654Z Compiling textwrap v0.16.2
6302026-06-23T19:24:13.733Z Compiling tokio-rustls v0.26.4
6312026-06-23T19:24:14.008Z Compiling backtrace-ext v0.2.1
6322026-06-23T19:24:14.269Z Compiling ordered-float v2.10.1
6332026-06-23T19:24:14.383Z Compiling webpki-roots v1.0.8
6342026-06-23T19:24:14.512Z Compiling miette-derive v7.6.0
6352026-06-23T19:24:14.548Z Compiling pathdiff v0.2.3
6362026-06-23T19:24:14.678Z Compiling console v0.15.11
6372026-06-23T19:24:15.057Z Compiling tracing-log v0.2.0
6382026-06-23T19:24:15.420Z Compiling cargo-platform v0.3.3
6392026-06-23T19:24:15.621Z Compiling os_pipe v1.2.3
6402026-06-23T19:24:15.800Z Compiling thread_local v1.1.9
6412026-06-23T19:24:15.955Z Compiling supports-hyperlinks v3.2.0
6422026-06-23T19:24:16.007Z Compiling debug-ignore v1.0.5
6432026-06-23T19:24:16.020Z Compiling zstd-safe v7.2.4
6442026-06-23T19:24:16.122Z Compiling cfg_aliases v0.2.1
6452026-06-23T19:24:16.182Z Compiling scopeguard v1.2.0
6462026-06-23T19:24:16.197Z Compiling unicode-width v0.1.14
6472026-06-23T19:24:16.278Z Compiling ryu v1.0.23
6482026-06-23T19:24:16.289Z Compiling supports-unicode v3.0.0
6492026-06-23T19:24:16.458Z Compiling rustix v0.38.44
6502026-06-23T19:24:16.500Z Compiling pulldown-cmark v0.13.4
6512026-06-23T19:24:16.514Z Compiling utf8parse v0.2.2
6522026-06-23T19:24:16.565Z Compiling fixedbitset v0.5.7
6532026-06-23T19:24:16.625Z Compiling winnow v1.0.3
6542026-06-23T19:24:16.749Z Compiling anstyle-parse v1.0.0
6552026-06-23T19:24:16.917Z Compiling petgraph v0.8.3
6562026-06-23T19:24:17.023Z Compiling miette v7.6.0
6572026-06-23T19:24:17.086Z Compiling serde_urlencoded v0.7.1
6582026-06-23T19:24:17.399Z Compiling lock_api v0.4.14
6592026-06-23T19:24:17.649Z Compiling nix v0.30.1
6602026-06-23T19:24:18.038Z Compiling toml_parser v1.1.2+spec-1.1.0
6612026-06-23T19:24:18.077Z Compiling tracing-subscriber v0.3.23
6622026-06-23T19:24:18.897Z Compiling sigchld v0.2.4
6632026-06-23T19:24:19.094Z Compiling cargo_metadata v0.23.1
6642026-06-23T19:24:19.383Z Compiling toml v0.8.23
6652026-06-23T19:24:19.603Z Compiling serde-value v0.7.0
6662026-06-23T19:24:20.384Z Compiling hyper-rustls v0.27.9
6672026-06-23T19:24:21.077Z Compiling serde-untagged v0.1.9
6682026-06-23T19:24:21.440Z Compiling derive_more-impl v2.1.1
6692026-06-23T19:24:21.905Z Compiling tower-http v0.6.11
6702026-06-23T19:24:22.272Z Compiling itertools v0.14.0
6712026-06-23T19:24:22.272Z Compiling regex v1.12.4
6722026-06-23T19:24:22.360Z Compiling block-buffer v0.10.4
6732026-06-23T19:24:22.515Z Compiling crypto-common v0.1.7
6742026-06-23T19:24:22.547Z Compiling ppv-lite86 v0.2.21
6752026-06-23T19:24:22.710Z Compiling rand_core v0.9.5
6762026-06-23T19:24:22.892Z Compiling futures-executor v0.3.32
6772026-06-23T19:24:22.918Z Compiling pin-project-internal v1.1.13
6782026-06-23T19:24:23.000Z Compiling http-body-util v0.1.3
6792026-06-23T19:24:23.270Z Compiling uuid v1.23.3
6802026-06-23T19:24:23.425Z Compiling serde_spanned v1.1.1
6812026-06-23T19:24:23.574Z Compiling toml_datetime v1.1.1+spec-1.1.0
6822026-06-23T19:24:23.725Z Compiling smol_str v0.3.6
6832026-06-23T19:24:23.757Z Compiling filetime v0.2.29
6842026-06-23T19:24:23.809Z Compiling vte v0.14.1
6852026-06-23T19:24:23.960Z Compiling bstr v1.12.1
6862026-06-23T19:24:23.975Z Compiling nested v0.1.1
6872026-06-23T19:24:23.991Z Compiling xattr v1.6.1
6882026-06-23T19:24:24.031Z Compiling anstyle-query v1.1.5
6892026-06-23T19:24:24.054Z Compiling number_prefix v0.4.0
6902026-06-23T19:24:24.127Z Compiling is_terminal_polyfill v1.70.2
6912026-06-23T19:24:24.175Z Compiling colorchoice v1.0.5
6922026-06-23T19:24:24.216Z Compiling static_assertions v1.1.0
6932026-06-23T19:24:24.253Z Compiling unicase v2.9.0
6942026-06-23T19:24:24.278Z Compiling litrs v1.0.0
6952026-06-23T19:24:24.289Z Compiling self_update v0.42.0
6962026-06-23T19:24:24.345Z Compiling eyre v0.6.12
6972026-06-23T19:24:24.435Z Compiling unicode-xid v0.2.6
6982026-06-23T19:24:24.541Z Compiling anstyle v1.0.14
6992026-06-23T19:24:24.572Z Compiling tinyvec_macros v0.1.1
7002026-06-23T19:24:24.656Z Compiling iana-time-zone v0.1.65
7012026-06-23T19:24:24.679Z Compiling color-spantrace v0.3.0
7022026-06-23T19:24:24.706Z Compiling document-features v0.2.12
7032026-06-23T19:24:24.751Z Compiling anstream v1.0.0
7042026-06-23T19:24:24.837Z Compiling chrono v0.4.45
7052026-06-23T19:24:25.038Z Compiling tinyvec v1.11.0
7062026-06-23T19:24:25.269Z Compiling cargo-util-schemas v0.2.0
7072026-06-23T19:24:25.287Z Compiling globset v0.4.18
7082026-06-23T19:24:25.297Z Compiling guppy v0.17.26
7092026-06-23T19:24:25.463Z Compiling indicatif v0.17.11
7102026-06-23T19:24:25.945Z Compiling tar v0.4.46
7112026-06-23T19:24:27.687Z Compiling pin-project v1.1.13
7122026-06-23T19:24:27.791Z Compiling strip-ansi-escapes v0.2.1
7132026-06-23T19:24:28.180Z Compiling nextest-metadata v0.12.2
7142026-06-23T19:24:28.286Z Compiling toml v1.1.2+spec-1.1.0
7152026-06-23T19:24:28.328Z Compiling newtype-uuid v1.3.2
7162026-06-23T19:24:28.459Z Compiling reqwest v0.12.28
7172026-06-23T19:24:28.501Z Compiling futures v0.3.32
7182026-06-23T19:24:28.518Z Compiling rand_chacha v0.9.0
7192026-06-23T19:24:28.551Z Compiling digest v0.10.7
7202026-06-23T19:24:28.582Z Compiling derive_more v2.1.1
7212026-06-23T19:24:28.663Z Compiling parking_lot v0.12.5
7222026-06-23T19:24:28.773Z Compiling flate2 v1.1.9
7232026-06-23T19:24:29.068Z Compiling shared_child v1.1.1
7242026-06-23T19:24:29.328Z Compiling tracing-error v0.2.1
7252026-06-23T19:24:29.583Z Compiling signal-hook-mio v0.2.5
7262026-06-23T19:24:29.714Z Compiling self-replace v1.5.0
7272026-06-23T19:24:29.758Z Compiling cargo-platform v0.2.0
7282026-06-23T19:24:30.014Z Compiling quick-xml v0.37.5
7292026-06-23T19:24:30.313Z Compiling quick-xml v0.38.4
7302026-06-23T19:24:31.122Z Compiling indenter v0.3.4
7312026-06-23T19:24:31.262Z Compiling heck v0.5.0
7322026-06-23T19:24:31.522Z Compiling clap_lex v1.1.0
7332026-06-23T19:24:31.568Z Compiling humantime v2.3.0
7342026-06-23T19:24:31.738Z Compiling urlencoding v2.1.3
7352026-06-23T19:24:31.910Z Compiling recursion v0.5.4
7362026-06-23T19:24:31.977Z Compiling strsim v0.11.1
7372026-06-23T19:24:31.989Z Compiling shell-words v1.1.1
7382026-06-23T19:24:32.002Z Compiling cpufeatures v0.2.17
7392026-06-23T19:24:32.045Z Compiling nextest-filtering v0.15.0
7402026-06-23T19:24:32.071Z Compiling sha2 v0.10.9
7412026-06-23T19:24:32.247Z Compiling clap_builder v4.6.0
7422026-06-23T19:24:33.292Z Compiling humantime-serde v1.1.1
7432026-06-23T19:24:33.392Z Compiling clap_derive v4.6.1
7442026-06-23T19:24:33.981Z Compiling quick-junit v0.5.2
7452026-06-23T19:24:35.152Z Compiling atomicwrites v0.4.4
7462026-06-23T19:24:35.448Z Compiling cargo_metadata v0.20.0
7472026-06-23T19:24:36.024Z Compiling cargo-nextest v0.9.97
7482026-06-23T19:24:36.358Z Compiling crossterm v0.29.0
7492026-06-23T19:24:38.480Z Compiling duct v0.13.7
7502026-06-23T19:24:38.772Z Compiling zstd v0.13.3
7512026-06-23T19:24:38.998Z Compiling config v0.15.24
7522026-06-23T19:24:39.210Z Compiling rand v0.9.4
7532026-06-23T19:24:39.353Z Compiling async-scoped v0.9.0
7542026-06-23T19:24:39.562Z Compiling unicode-normalization v0.1.25
7552026-06-23T19:24:39.605Z Compiling target-spec-miette v0.4.8
7562026-06-23T19:24:39.986Z Compiling future-queue v0.4.0
7572026-06-23T19:24:40.046Z Compiling mukti-metadata v0.3.0
7582026-06-23T19:24:40.158Z Compiling tokio-stream v0.1.18
7592026-06-23T19:24:40.238Z Compiling camino-tempfile v1.4.1
7602026-06-23T19:24:40.272Z Compiling derive-where v1.6.1
7612026-06-23T19:24:40.543Z Compiling serde_path_to_error v0.1.20
7622026-06-23T19:24:40.675Z Compiling serde_ignored v0.1.14
7632026-06-23T19:24:40.700Z Compiling swrite v0.1.0
7642026-06-23T19:24:40.713Z Compiling indent_write v2.2.0
7652026-06-23T19:24:40.809Z Compiling home v0.5.12
7662026-06-23T19:24:40.864Z Compiling hex v0.4.3
7672026-06-23T19:24:40.979Z Compiling xxhash-rust v0.8.15
7682026-06-23T19:24:41.000Z Compiling color-eyre v0.6.5
7692026-06-23T19:24:41.037Z Compiling clap v4.6.1
7702026-06-23T19:24:41.122Z Compiling dialoguer v0.11.0
7712026-06-23T19:24:41.156Z Compiling enable-ansi-support v0.2.1
7722026-06-23T19:24:41.539Z Compiling nextest-runner v0.80.0
7732026-06-23T19:24:59.658Z Finished `release` profile [optimized] target(s) in 1m 10s
7742026-06-23T19:24:59.846Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-06-23T19:24:59.850Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-06-23T19:24:59.967Z+ pushd bgp
7772026-06-23T19:24:59.970Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7782026-06-23T19:24:59.970Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7792026-06-23T19:25:00.127Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-06-23T19:25:00.770ZFrom https://github.com/oxidecomputer/falcon
7812026-06-23T19:25:00.770Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7822026-06-23T19:25:00.848Z Updating crates.io index
7832026-06-23T19:25:00.851Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7842026-06-23T19:25:01.280ZFrom https://github.com/oxidecomputer/dendrite
7852026-06-23T19:25:01.280Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7862026-06-23T19:25:01.377Z Updating git repository `https://github.com/oxidecomputer/ispf`
7872026-06-23T19:25:01.677ZFrom https://github.com/oxidecomputer/ispf
7882026-06-23T19:25:01.677Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7892026-06-23T19:25:01.682Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7902026-06-23T19:25:02.029ZFrom https://github.com/oxidecomputer/netadm-sys
7912026-06-23T19:25:02.029Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7922026-06-23T19:25:02.037Z Updating git repository `https://github.com/oxidecomputer/omicron`
7932026-06-23T19:25:08.100ZFrom https://github.com/oxidecomputer/omicron
7942026-06-23T19:25:08.101Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7952026-06-23T19:25:08.523Z Updating git repository `https://github.com/oxidecomputer/opte`
7962026-06-23T19:25:09.204ZFrom https://github.com/oxidecomputer/opte
7972026-06-23T19:25:09.204Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7982026-06-23T19:25:09.287Z Updating git repository `https://github.com/illumos/smf-rs`
7992026-06-23T19:25:09.519ZFrom https://github.com/illumos/smf-rs
8002026-06-23T19:25:09.519Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8012026-06-23T19:25:09.566Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8022026-06-23T19:25:09.830ZFrom https://github.com/oxidecomputer/network-interface
8032026-06-23T19:25:09.830Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8042026-06-23T19:25:09.836Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8052026-06-23T19:25:10.138ZFrom https://github.com/oxidecomputer/slog-error-chain
8062026-06-23T19:25:10.138Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8072026-06-23T19:25:10.150Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-06-23T19:25:10.422ZFrom https://github.com/oxidecomputer/zone
8092026-06-23T19:25:10.422Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-06-23T19:25:10.483Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-06-23T19:25:11.101ZFrom https://github.com/oxidecomputer/propolis
8122026-06-23T19:25:11.102Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-06-23T19:25:11.194Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-06-23T19:25:11.759ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-06-23T19:25:11.759Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8162026-06-23T19:25:11.779Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-06-23T19:25:12.073ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-06-23T19:25:12.073Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8192026-06-23T19:25:12.086Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-06-23T19:25:12.345ZFrom https://github.com/jmesmon/rust-libzfs
8212026-06-23T19:25:12.346Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-06-23T19:25:12.359Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-06-23T19:25:12.650ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-06-23T19:25:12.650Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-06-23T19:25:12.681Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-06-23T19:25:13.040ZFrom https://github.com/oxidecomputer/lldp
8272026-06-23T19:25:13.040Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8282026-06-23T19:25:13.135Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8292026-06-23T19:25:13.432ZFrom https://github.com/oxidecomputer/tufaceous
8302026-06-23T19:25:13.432Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8312026-06-23T19:25:13.515Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8322026-06-23T19:25:14.021ZFrom https://github.com/oxidecomputer/management-gateway-service
8332026-06-23T19:25:14.021Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8342026-06-23T19:25:14.048Z Updating git repository `https://github.com/oxidecomputer/crucible`
8352026-06-23T19:25:14.911ZFrom https://github.com/oxidecomputer/crucible
8362026-06-23T19:25:14.911Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8372026-06-23T19:25:15.076Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8382026-06-23T19:25:15.385ZFrom https://github.com/oxidecomputer/serde_human_bytes
8392026-06-23T19:25:15.385Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8402026-06-23T19:25:15.658Z Updating git repository `https://github.com/oxidecomputer/propolis`
8412026-06-23T19:25:16.247ZFrom https://github.com/oxidecomputer/propolis
8422026-06-23T19:25:16.248Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8432026-06-23T19:25:16.301Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-06-23T19:25:16.667ZFrom https://github.com/oxidecomputer/crucible
8452026-06-23T19:25:16.667Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8462026-06-23T19:25:16.732Z Updating git repository `https://github.com/oxidecomputer/tofino`
8472026-06-23T19:25:17.135ZFrom https://github.com/oxidecomputer/tofino
8482026-06-23T19:25:17.135Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8492026-06-23T19:25:17.159Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8502026-06-23T19:25:18.117ZFrom https://github.com/oxidecomputer/maghemite
8512026-06-23T19:25:18.117Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8522026-06-23T19:25:18.177Z Updating git repository `https://github.com/oxidecomputer/clickward`
8532026-06-23T19:25:18.451ZFrom https://github.com/oxidecomputer/clickward
8542026-06-23T19:25:18.451Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8552026-06-23T19:25:18.734Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8562026-06-23T19:25:19.040ZFrom https://github.com/oxidecomputer/illumos-devinfo
8572026-06-23T19:25:19.041Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8582026-06-23T19:25:20.101Z Downloading crates ...
8592026-06-23T19:25:20.209Z Downloaded aead v0.5.2
8602026-06-23T19:25:20.227Z Downloaded const_format_proc_macros v0.2.34
8612026-06-23T19:25:20.230Z Downloaded compression-codecs v0.4.38
8622026-06-23T19:25:20.236Z Downloaded darling_core v0.23.0
8632026-06-23T19:25:20.240Z Downloaded dunce v1.0.5
8642026-06-23T19:25:20.243Z Downloaded bit-vec v0.8.0
8652026-06-23T19:25:20.245Z Downloaded chacha20 v0.9.1
8662026-06-23T19:25:20.245Z Downloaded async-stream v0.3.6
8672026-06-23T19:25:20.250Z Downloaded async-recursion v1.1.1
8682026-06-23T19:25:20.252Z Downloaded arrayvec v0.7.6
8692026-06-23T19:25:20.252Z Downloaded base64 v0.21.7
8702026-06-23T19:25:20.258Z Downloaded anyhow v1.0.102
8712026-06-23T19:25:20.261Z Downloaded itertools v0.12.1
8722026-06-23T19:25:20.266Z Downloaded async-trait v0.1.89
8732026-06-23T19:25:20.269Z Downloaded daft-derive v0.1.7
8742026-06-23T19:25:20.273Z Downloaded block-buffer v0.12.0
8752026-06-23T19:25:20.277Z Downloaded async-stream-impl v0.3.6
8762026-06-23T19:25:20.280Z Downloaded convert_case v0.4.0
8772026-06-23T19:25:20.280Z Downloaded backoff v0.4.0
8782026-06-23T19:25:20.280Z Downloaded defmt-macros v1.1.0
8792026-06-23T19:25:20.283Z Downloaded critical-section v1.2.0
8802026-06-23T19:25:20.286Z Downloaded async-compression v0.4.42
8812026-06-23T19:25:20.289Z Downloaded bit-set v0.8.0
8822026-06-23T19:25:20.292Z Downloaded cancel-safe-futures v0.1.5
8832026-06-23T19:25:20.295Z Downloaded hostname v0.4.2
8842026-06-23T19:25:20.298Z Downloaded darling_macro v0.23.0
8852026-06-23T19:25:20.298Z Downloaded cookie v0.18.1
8862026-06-23T19:25:20.301Z Downloaded arrayref v0.3.9
8872026-06-23T19:25:20.301Z Downloaded crunchy v0.2.4
8882026-06-23T19:25:20.306Z Downloaded derive_more v0.99.20
8892026-06-23T19:25:20.310Z Downloaded h2 v0.4.14
8902026-06-23T19:25:20.313Z Downloaded elliptic-curve v0.13.8
8912026-06-23T19:25:20.317Z Downloaded darling_macro v0.21.3
8922026-06-23T19:25:20.320Z Downloaded ingot-types v0.1.2
8932026-06-23T19:25:20.320Z Downloaded dtrace-parser v0.3.0
8942026-06-23T19:25:20.323Z Downloaded hubpack_derive v0.1.1
8952026-06-23T19:25:20.323Z Downloaded data-encoding v2.11.0
8962026-06-23T19:25:20.325Z Downloaded dropshot_endpoint v0.17.1
8972026-06-23T19:25:20.328Z Downloaded daft v0.1.7
8982026-06-23T19:25:20.331Z Downloaded dtrace-parser v0.2.0
8992026-06-23T19:25:20.331Z Downloaded hostname v0.3.1
9002026-06-23T19:25:20.334Z Downloaded crossbeam-deque v0.8.6
9012026-06-23T19:25:20.334Z Downloaded crossbeam-epoch v0.9.18
9022026-06-23T19:25:20.337Z Downloaded bs58 v0.5.1
9032026-06-23T19:25:20.345Z Downloaded internet-checksum v0.2.1
9042026-06-23T19:25:20.345Z Downloaded no-std-compat v0.4.1
9052026-06-23T19:25:20.348Z Downloaded cipher v0.4.4
9062026-06-23T19:25:20.348Z Downloaded inout v0.1.4
9072026-06-23T19:25:20.348Z Downloaded heck v0.4.1
9082026-06-23T19:25:20.348Z Downloaded hash32 v0.3.1
9092026-06-23T19:25:20.348Z Downloaded crypto-common v0.2.2
9102026-06-23T19:25:20.351Z Downloaded libscf-sys v1.2.0
9112026-06-23T19:25:20.351Z Downloaded const-random-macro v0.1.16
9122026-06-23T19:25:20.351Z Downloaded cobs v0.3.0
9132026-06-23T19:25:20.354Z Downloaded libsw v3.5.0
9142026-06-23T19:25:20.360Z Downloaded fixedbitset v0.4.2
9152026-06-23T19:25:20.360Z Downloaded dof v0.3.0
9162026-06-23T19:25:20.365Z Downloaded icu_properties v2.2.0
9172026-06-23T19:25:20.365Z Downloaded icu_locale_core v2.2.0
9182026-06-23T19:25:20.368Z Downloaded embedded-io v0.6.1
9192026-06-23T19:25:20.369Z Downloaded defmt v0.3.100
9202026-06-23T19:25:20.369Z Downloaded base16ct v1.0.0
9212026-06-23T19:25:20.371Z Downloaded dyn-clone v1.0.20
9222026-06-23T19:25:20.371Z Downloaded ciborium-ll v0.2.2
9232026-06-23T19:25:20.375Z Downloaded bytecount v0.6.9
9242026-06-23T19:25:20.378Z Downloaded linked-hash-map v0.5.6
9252026-06-23T19:25:20.380Z Downloaded embedded-io v0.4.0
9262026-06-23T19:25:20.381Z Downloaded mime v0.3.17
9272026-06-23T19:25:20.383Z Downloaded csv-core v0.1.13
9282026-06-23T19:25:20.383Z Downloaded cmake v0.1.58
9292026-06-23T19:25:20.387Z Downloaded highway v1.3.0
9302026-06-23T19:25:20.390Z Downloaded base16ct v0.2.0
9312026-06-23T19:25:20.390Z Downloaded foreign-types v0.5.0
9322026-06-23T19:25:20.391Z Downloaded byteorder v1.5.0
9332026-06-23T19:25:20.393Z Downloaded macaddr v1.0.1
9342026-06-23T19:25:20.393Z Downloaded httpdate v1.0.3
9352026-06-23T19:25:20.396Z Downloaded newtype-uuid-macros v0.1.0
9362026-06-23T19:25:20.396Z Downloaded konst_macro_rules v0.2.19
9372026-06-23T19:25:20.399Z Downloaded idna_adapter v1.2.2
9382026-06-23T19:25:20.399Z Downloaded hubpack v0.1.2
9392026-06-23T19:25:20.402Z Downloaded foreign-types-shared v0.3.1
9402026-06-23T19:25:20.402Z Downloaded dof v0.4.0
9412026-06-23T19:25:20.405Z Downloaded constant_time_eq v0.4.2
9422026-06-23T19:25:20.405Z Downloaded gethostname v0.5.0
9432026-06-23T19:25:20.408Z Downloaded cstr-argument v0.1.2
9442026-06-23T19:25:20.408Z Downloaded is-terminal v0.4.17
9452026-06-23T19:25:20.410Z Downloaded num-derive v0.4.2
9462026-06-23T19:25:20.413Z Downloaded ident_case v1.0.1
9472026-06-23T19:25:20.413Z Downloaded dropshot-api-manager-types v0.7.2
9482026-06-23T19:25:20.413Z Downloaded compression-core v0.4.32
9492026-06-23T19:25:20.416Z Downloaded ciborium-io v0.2.2
9502026-06-23T19:25:20.416Z Downloaded foreign-types-macros v0.2.3
9512026-06-23T19:25:20.419Z Downloaded defmt v1.1.0
9522026-06-23T19:25:20.422Z Downloaded group v0.13.0
9532026-06-23T19:25:20.422Z Downloaded instant v0.1.13
9542026-06-23T19:25:20.425Z Downloaded fxhash v0.2.1
9552026-06-23T19:25:20.425Z Downloaded defmt-parser v1.0.0
9562026-06-23T19:25:20.425Z Downloaded crucible-workspace-hack v0.1.0
9572026-06-23T19:25:20.428Z Downloaded argon2 v0.5.3
9582026-06-23T19:25:20.428Z Downloaded crc8 v0.1.1
9592026-06-23T19:25:20.428Z Downloaded cpufeatures v0.3.0
9602026-06-23T19:25:20.431Z Downloaded keccak v0.1.6
9612026-06-23T19:25:20.431Z Downloaded ciborium v0.2.2
9622026-06-23T19:25:20.434Z Downloaded const-random v0.1.18
9632026-06-23T19:25:20.434Z Downloaded newtype_derive v0.1.6
9642026-06-23T19:25:20.437Z Downloaded enum-as-inner v0.6.1
9652026-06-23T19:25:20.437Z Downloaded newline-converter v0.3.0
9662026-06-23T19:25:20.440Z Downloaded num-conv v0.2.2
9672026-06-23T19:25:20.440Z Downloaded crossbeam-utils v0.8.21
9682026-06-23T19:25:20.443Z Downloaded colored v3.1.1
9692026-06-23T19:25:20.443Z Downloaded match_cfg v0.1.0
9702026-06-23T19:25:20.445Z Downloaded natord v1.0.9
9712026-06-23T19:25:20.445Z Downloaded managed v0.8.0
9722026-06-23T19:25:20.448Z Downloaded float-ord v0.3.2
9732026-06-23T19:25:20.448Z Downloaded chacha20 v0.10.0
9742026-06-23T19:25:20.451Z Downloaded num v0.4.3
9752026-06-23T19:25:20.451Z Downloaded lru-cache v0.1.2
9762026-06-23T19:25:20.451Z Downloaded ipnetwork v0.21.1
9772026-06-23T19:25:20.454Z Downloaded diff v0.1.13
9782026-06-23T19:25:20.457Z Downloaded linear-map v1.2.0
9792026-06-23T19:25:20.457Z Downloaded konst v0.2.20
9802026-06-23T19:25:20.460Z Downloaded num_threads v0.1.7
9812026-06-23T19:25:20.460Z Downloaded num-iter v0.1.45
9822026-06-23T19:25:20.463Z Downloaded olpc-cjson v0.1.4
9832026-06-23T19:25:20.463Z Downloaded memoffset v0.9.1
9842026-06-23T19:25:20.466Z Downloaded omicron-workspace-hack v0.1.0
9852026-06-23T19:25:20.466Z Downloaded num_enum_derive v0.5.11
9862026-06-23T19:25:20.466Z Downloaded byte-wrapper v0.1.0
9872026-06-23T19:25:20.469Z Downloaded plain v0.2.3
9882026-06-23T19:25:20.469Z Downloaded hmac v0.12.1
9892026-06-23T19:25:20.471Z Downloaded digest v0.11.3
9902026-06-23T19:25:20.471Z Downloaded erased-serde v0.3.31
9912026-06-23T19:25:20.474Z Downloaded ff v0.13.1
9922026-06-23T19:25:20.477Z Downloaded git-stub-vcs v0.1.0
9932026-06-23T19:25:20.477Z Downloaded fs_extra v1.3.0
9942026-06-23T19:25:20.482Z Downloaded opaque-debug v0.3.1
9952026-06-23T19:25:20.486Z Downloaded potential_utf v0.1.5
9962026-06-23T19:25:20.489Z Downloaded parse-display v0.10.0
9972026-06-23T19:25:20.492Z Downloaded proc-macro-crate v1.3.1
9982026-06-23T19:25:20.495Z Downloaded proc-macro-error-attr v1.0.4
9992026-06-23T19:25:20.495Z Downloaded phf_shared v0.12.1
10002026-06-23T19:25:20.498Z Downloaded progenitor-client v0.14.0
10012026-06-23T19:25:20.501Z Downloaded git-stub v1.0.0
10022026-06-23T19:25:20.501Z Downloaded foldhash v0.2.0
10032026-06-23T19:25:20.504Z Downloaded deranged v0.5.8
10042026-06-23T19:25:20.504Z Downloaded derive-ex v0.1.8
10052026-06-23T19:25:20.508Z Downloaded multer v3.1.0
10062026-06-23T19:25:20.510Z Downloaded memmap v0.7.0
10072026-06-23T19:25:20.514Z Downloaded num-complex v0.4.6
10082026-06-23T19:25:20.514Z Downloaded proc-macro-error-attr2 v2.0.0
10092026-06-23T19:25:20.514Z Downloaded bcs v0.1.6
10102026-06-23T19:25:20.517Z Downloaded fs-err v3.3.0
10112026-06-23T19:25:20.517Z Downloaded proc-macro-crate v3.5.0
10122026-06-23T19:25:20.520Z Downloaded progenitor-client v0.10.0
10132026-06-23T19:25:20.520Z Downloaded glob v0.3.3
10142026-06-23T19:25:20.520Z Downloaded displaydoc v0.2.6
10152026-06-23T19:25:20.524Z Downloaded progenitor-macro v0.13.0
10162026-06-23T19:25:20.524Z Downloaded backon v1.6.0
10172026-06-23T19:25:20.527Z Downloaded progenitor-macro v0.14.0
10182026-06-23T19:25:20.527Z Downloaded progenitor-macro v0.10.0
10192026-06-23T19:25:20.533Z Downloaded bitflags v1.3.2
10202026-06-23T19:25:20.536Z Downloaded pretty-hex v0.4.2
10212026-06-23T19:25:20.537Z Downloaded powerfmt v0.2.0
10222026-06-23T19:25:20.537Z Downloaded icu_collections v2.2.0
10232026-06-23T19:25:20.540Z Downloaded num-integer v0.1.46
10242026-06-23T19:25:20.543Z Downloaded num-rational v0.4.2
10252026-06-23T19:25:20.543Z Downloaded phf v0.12.1
10262026-06-23T19:25:20.546Z Downloaded num_enum v0.5.11
10272026-06-23T19:25:20.549Z Downloaded oxide-tokio-rt v0.1.6
10282026-06-23T19:25:20.549Z Downloaded hybrid-array v0.4.12
10292026-06-23T19:25:20.549Z Downloaded hickory-resolver v0.25.2
10302026-06-23T19:25:20.552Z Downloaded proc-macro-error v1.0.4
10312026-06-23T19:25:20.555Z Downloaded memmap2 v0.9.10
10322026-06-23T19:25:20.558Z Downloaded parse-display-derive v0.10.0
10332026-06-23T19:25:20.558Z Downloaded num_enum_derive v0.7.6
10342026-06-23T19:25:20.558Z Downloaded ingot-macros v0.1.1
10352026-06-23T19:25:20.561Z Downloaded http v1.4.1
10362026-06-23T19:25:20.561Z Downloaded oxnet v0.1.6
10372026-06-23T19:25:20.564Z Downloaded rustc_version v0.1.7
10382026-06-23T19:25:20.564Z Downloaded rand_chacha v0.3.1
10392026-06-23T19:25:20.564Z Downloaded ref-cast-impl v1.0.25
10402026-06-23T19:25:20.567Z Downloaded paste v1.0.15
10412026-06-23T19:25:20.567Z Downloaded num_enum v0.7.6
10422026-06-23T19:25:20.569Z Downloaded darling v0.23.0
10432026-06-23T19:25:20.573Z Downloaded quick-error v1.2.3
10442026-06-23T19:25:20.575Z Downloaded poly1305 v0.8.0
10452026-06-23T19:25:20.578Z Downloaded progenitor v0.13.0
10462026-06-23T19:25:20.578Z Downloaded progenitor v0.10.0
10472026-06-23T19:25:20.578Z Downloaded proc-macro-error2 v2.0.1
10482026-06-23T19:25:20.581Z Downloaded serde_repr v0.1.20
10492026-06-23T19:25:20.584Z Downloaded half v2.7.1
10502026-06-23T19:25:20.584Z Downloaded semver v0.1.20
10512026-06-23T19:25:20.587Z Downloaded secrecy v0.10.3
10522026-06-23T19:25:20.587Z Downloaded scroll_derive v0.13.1
10532026-06-23T19:25:20.587Z Downloaded scroll_derive v0.12.1
10542026-06-23T19:25:20.587Z Downloaded password-hash v0.5.0
10552026-06-23T19:25:20.590Z Downloaded const-oid v0.10.2
10562026-06-23T19:25:20.590Z Downloaded getrandom v0.4.2
10572026-06-23T19:25:20.593Z Downloaded console v0.16.3
10582026-06-23T19:25:20.593Z Downloaded same-file v1.0.6
10592026-06-23T19:25:20.596Z Downloaded rand_xorshift v0.4.0
10602026-06-23T19:25:20.596Z Downloaded camino v1.2.2
10612026-06-23T19:25:20.599Z Downloaded bytes v1.11.1
10622026-06-23T19:25:20.599Z Downloaded blake2 v0.10.6
10632026-06-23T19:25:20.602Z Downloaded pem v3.0.6
10642026-06-23T19:25:20.602Z Downloaded litemap v0.8.2
10652026-06-23T19:25:20.605Z Downloaded libsw-core v0.3.2
10662026-06-23T19:25:20.605Z Downloaded darling v0.21.3
10672026-06-23T19:25:20.608Z Downloaded cargo_toml v0.22.3
10682026-06-23T19:25:20.611Z Downloaded serial_test v3.5.0
10692026-06-23T19:25:20.611Z Downloaded serde-big-array v0.5.1
10702026-06-23T19:25:20.614Z Downloaded sigpipe v0.1.3
10712026-06-23T19:25:20.614Z Downloaded serial_test_derive v3.5.0
10722026-06-23T19:25:20.614Z Downloaded crossbeam-channel v0.5.15
10732026-06-23T19:25:20.617Z Downloaded sha1 v0.11.0
10742026-06-23T19:25:20.617Z Downloaded progenitor v0.14.0
10752026-06-23T19:25:20.620Z Downloaded slog-envlogger v2.2.0
10762026-06-23T19:25:20.620Z Downloaded chacha20poly1305 v0.10.1
10772026-06-23T19:25:20.620Z Downloaded ingot v0.1.1
10782026-06-23T19:25:20.623Z Downloaded sha1 v0.10.6
10792026-06-23T19:25:20.623Z Downloaded indexmap v1.9.3
10802026-06-23T19:25:20.626Z Downloaded quote v1.0.45
10812026-06-23T19:25:20.629Z Downloaded pest_generator v2.8.6
10822026-06-23T19:25:20.634Z Downloaded parking_lot v0.11.2
10832026-06-23T19:25:20.634Z Downloaded ref-cast v1.0.25
10842026-06-23T19:25:20.637Z Downloaded parking_lot_core v0.8.6
10852026-06-23T19:25:20.640Z Downloaded resolv-conf v0.7.6
10862026-06-23T19:25:20.643Z Downloaded siphasher v1.0.3
10872026-06-23T19:25:20.645Z Downloaded serde_plain v1.0.2
10882026-06-23T19:25:20.645Z Downloaded pest_derive v2.8.6
10892026-06-23T19:25:20.649Z Downloaded rustls-native-certs v0.8.4
10902026-06-23T19:25:20.655Z Downloaded rand_core v0.10.1
10912026-06-23T19:25:20.658Z Downloaded bitflags v2.12.1
10922026-06-23T19:25:20.662Z Downloaded tabled_derive v0.7.0
10932026-06-23T19:25:20.662Z Downloaded strum v0.26.3
10942026-06-23T19:25:20.662Z Downloaded spin v0.5.2
10952026-06-23T19:25:20.662Z Downloaded drift v0.2.0
10962026-06-23T19:25:20.667Z Downloaded scroll v0.12.0
10972026-06-23T19:25:20.670Z Downloaded tabwriter v1.4.1
10982026-06-23T19:25:20.670Z Downloaded tabled_derive v0.11.0
10992026-06-23T19:25:20.670Z Downloaded serde_derive_internals v0.29.1
11002026-06-23T19:25:20.673Z Downloaded rustversion v1.0.22
11012026-06-23T19:25:20.673Z Downloaded strum v0.27.2
11022026-06-23T19:25:20.676Z Downloaded allocator-api2 v0.2.21
11032026-06-23T19:25:20.676Z Downloaded structmeta-derive v0.3.0
11042026-06-23T19:25:20.676Z Downloaded progenitor-client v0.13.0
11052026-06-23T19:25:20.679Z Downloaded dropshot-api-manager v0.7.2
11062026-06-23T19:25:20.682Z Downloaded testing_table v0.3.0
11072026-06-23T19:25:20.682Z Downloaded icu_provider v2.2.0
11082026-06-23T19:25:20.682Z Downloaded slog-bunyan v2.5.0
11092026-06-23T19:25:20.685Z Downloaded cc v1.2.63
11102026-06-23T19:25:20.685Z Downloaded rustls-pemfile v2.2.0
11112026-06-23T19:25:20.688Z Downloaded omicron-zone-package v0.12.2
11122026-06-23T19:25:20.688Z Downloaded log v0.4.32
11132026-06-23T19:25:20.691Z Downloaded progenitor-extras v0.2.0
11142026-06-23T19:25:20.691Z Downloaded smawk v0.3.2
11152026-06-23T19:25:20.696Z Downloaded structmeta v0.3.0
11162026-06-23T19:25:20.699Z Downloaded serde_tokenstream v0.2.3
11172026-06-23T19:25:20.699Z Downloaded thiserror-impl-no-std v2.0.2
11182026-06-23T19:25:20.703Z Downloaded tagptr v0.2.0
11192026-06-23T19:25:20.706Z Downloaded scroll v0.13.0
11202026-06-23T19:25:20.706Z Downloaded schemars_derive v0.8.22
11212026-06-23T19:25:20.710Z Downloaded const_format v0.2.36
11222026-06-23T19:25:20.713Z Downloaded icu_normalizer v2.2.0
11232026-06-23T19:25:20.716Z Downloaded slog-stdlog v4.1.1
11242026-06-23T19:25:20.716Z Downloaded slog-term v2.9.2
11252026-06-23T19:25:20.716Z Downloaded slog-json v2.6.1
11262026-06-23T19:25:20.720Z Downloaded papergrid v0.11.0
11272026-06-23T19:25:20.725Z Downloaded icu_normalizer_data v2.2.0
11282026-06-23T19:25:20.728Z Downloaded time-core v0.1.8
11292026-06-23T19:25:20.728Z Downloaded heapless v0.8.0
11302026-06-23T19:25:20.730Z Downloaded stable_deref_trait v1.2.1
11312026-06-23T19:25:20.735Z Downloaded rusty-fork v0.3.1
11322026-06-23T19:25:20.738Z Downloaded usdt-attr-macro v0.6.0
11332026-06-23T19:25:20.738Z Downloaded unarray v0.1.4
11342026-06-23T19:25:20.741Z Downloaded usdt-attr-macro v0.5.0
11352026-06-23T19:25:20.744Z Downloaded untrusted v0.7.1
11362026-06-23T19:25:20.753Z Downloaded typify-macro v0.4.3
11372026-06-23T19:25:20.756Z Downloaded termtree v0.5.1
11382026-06-23T19:25:20.756Z Downloaded strum_macros v0.27.2
11392026-06-23T19:25:20.759Z Downloaded utf-8 v0.7.6
11402026-06-23T19:25:20.759Z Downloaded usdt v0.5.0
11412026-06-23T19:25:20.759Z Downloaded take_mut v0.2.2
11422026-06-23T19:25:20.760Z Downloaded slog-scope v4.4.1
11432026-06-23T19:25:20.762Z Downloaded rhai_codegen v3.2.0
11442026-06-23T19:25:20.766Z Downloaded yoke-derive v0.8.2
11452026-06-23T19:25:20.769Z Downloaded darling_core v0.21.3
11462026-06-23T19:25:20.772Z Downloaded usdt-macro v0.6.0
11472026-06-23T19:25:20.775Z Downloaded papergrid v0.18.0
11482026-06-23T19:25:20.778Z Downloaded progenitor-impl v0.10.0
11492026-06-23T19:25:20.781Z Downloaded smf v0.2.3
11502026-06-23T19:25:20.784Z Downloaded slog-dtrace v0.3.0
11512026-06-23T19:25:20.784Z Downloaded tokio-dtrace v0.1.1
11522026-06-23T19:25:20.784Z Downloaded time-macros v0.2.27
11532026-06-23T19:25:20.788Z Downloaded tiny-keccak v2.0.2
11542026-06-23T19:25:20.792Z Downloaded tinystr v0.8.3
11552026-06-23T19:25:20.792Z Downloaded thread-id v5.1.0
11562026-06-23T19:25:20.792Z Downloaded topological-sort v0.2.2
11572026-06-23T19:25:20.792Z Downloaded usdt-macro v0.5.0
11582026-06-23T19:25:20.794Z Downloaded typify-macro v0.6.2
11592026-06-23T19:25:20.794Z Downloaded thread-id v4.2.2
11602026-06-23T19:25:20.794Z Downloaded zerofrom v0.1.8
11612026-06-23T19:25:20.794Z Downloaded waitgroup v0.1.2
11622026-06-23T19:25:20.797Z Downloaded serde_with_macros v3.20.0
11632026-06-23T19:25:20.800Z Downloaded unit-prefix v0.5.2
11642026-06-23T19:25:20.805Z Downloaded hickory-resolver v0.24.4
11652026-06-23T19:25:20.807Z Downloaded tokio-tungstenite v0.21.0
11662026-06-23T19:25:20.807Z Downloaded openssl-sys v0.9.116
11672026-06-23T19:25:20.812Z Downloaded progenitor-impl v0.13.0
11682026-06-23T19:25:20.815Z Downloaded zeroize_derive v1.4.3
11692026-06-23T19:25:20.818Z Downloaded usdt v0.6.0
11702026-06-23T19:25:20.821Z Downloaded usdt-impl v0.5.0
11712026-06-23T19:25:20.821Z Downloaded universal-hash v0.5.1
11722026-06-23T19:25:20.827Z Downloaded zerofrom-derive v0.1.7
11732026-06-23T19:25:20.830Z Downloaded indicatif v0.18.4
11742026-06-23T19:25:20.830Z Downloaded term v1.2.1
11752026-06-23T19:25:20.834Z Downloaded spin v0.9.8
11762026-06-23T19:25:20.837Z Downloaded walkdir v2.5.0
11772026-06-23T19:25:20.837Z Downloaded snafu-derive v0.8.9
11782026-06-23T19:25:20.837Z Downloaded smartstring v1.0.1
11792026-06-23T19:25:20.837Z Downloaded arc-swap v1.9.1
11802026-06-23T19:25:20.840Z Downloaded xz2 v0.1.7
11812026-06-23T19:25:20.841Z Downloaded thiserror-no-std v2.0.2
11822026-06-23T19:25:20.843Z Downloaded rustls-platform-verifier v0.7.0
11832026-06-23T19:25:20.846Z Downloaded pest_meta v2.8.6
11842026-06-23T19:25:20.846Z Downloaded smallvec v1.15.1
11852026-06-23T19:25:20.849Z Downloaded postcard v1.1.3
11862026-06-23T19:25:20.849Z Downloaded thin-vec v0.2.18
11872026-06-23T19:25:20.852Z Downloaded synstructure v0.13.2
11882026-06-23T19:25:20.852Z Downloaded strum_macros v0.26.4
11892026-06-23T19:25:20.852Z Downloaded jiff-static v0.2.28
11902026-06-23T19:25:20.856Z Downloaded zone_cfg_derive v0.3.1
11912026-06-23T19:25:20.856Z Downloaded zone v0.3.1
11922026-06-23T19:25:20.859Z Downloaded slog-async v2.8.0
11932026-06-23T19:25:20.869Z Downloaded expectorate v1.2.0
11942026-06-23T19:25:20.875Z Downloaded rayon-core v1.13.0
11952026-06-23T19:25:20.879Z Downloaded crypto-bigint v0.5.5
11962026-06-23T19:25:20.890Z Downloaded wait-timeout v0.2.1
11972026-06-23T19:25:20.894Z Downloaded schemars v0.8.22
11982026-06-23T19:25:20.898Z Downloaded usdt-impl v0.6.0
11992026-06-23T19:25:20.900Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12002026-06-23T19:25:20.900Z Downloaded test-strategy v0.4.5
12012026-06-23T19:25:20.903Z Downloaded schemars v0.9.0
12022026-06-23T19:25:20.908Z Downloaded zeroize v1.8.2
12032026-06-23T19:25:20.911Z Downloaded writeable v0.6.3
12042026-06-23T19:25:20.911Z Downloaded zerovec-derive v0.11.3
12052026-06-23T19:25:20.914Z Downloaded memchr v2.8.1
12062026-06-23T19:25:20.916Z Downloaded progenitor-impl v0.14.0
12072026-06-23T19:25:20.916Z Downloaded hkdf v0.12.4
12082026-06-23T19:25:20.920Z Downloaded prettyplease v0.2.37
12092026-06-23T19:25:20.920Z Downloaded serde_yaml v0.9.34+deprecated
12102026-06-23T19:25:20.923Z Downloaded quinn v0.11.9
12112026-06-23T19:25:20.928Z Downloaded slog v2.8.2
12122026-06-23T19:25:20.928Z Downloaded toml v0.9.12+spec-1.1.0
12132026-06-23T19:25:20.928Z Downloaded pretty_assertions v1.4.1
12142026-06-23T19:25:20.931Z Downloaded minimal-lexical v0.2.1
12152026-06-23T19:25:20.931Z Downloaded yoke v0.8.3
12162026-06-23T19:25:20.936Z Downloaded rand v0.8.6
12172026-06-23T19:25:20.936Z Downloaded nom v7.1.3
12182026-06-23T19:25:20.944Z Downloaded hashbrown v0.12.3
12192026-06-23T19:25:20.944Z Downloaded vsss-rs v3.3.4
12202026-06-23T19:25:20.950Z Downloaded qorb v0.4.1
12212026-06-23T19:25:20.954Z Downloaded ucd-trie v0.1.7
12222026-06-23T19:25:20.954Z Downloaded toml v0.7.8
12232026-06-23T19:25:20.954Z Downloaded snafu v0.8.9
12242026-06-23T19:25:20.960Z Downloaded whoami v1.6.1
12252026-06-23T19:25:20.960Z Downloaded zerocopy-derive v0.7.35
12262026-06-23T19:25:20.968Z Downloaded tungstenite v0.21.0
12272026-06-23T19:25:20.972Z Downloaded toml_edit v0.25.12+spec-1.1.0
12282026-06-23T19:25:20.975Z Downloaded typify v0.6.2
12292026-06-23T19:25:20.978Z Downloaded schemars v1.2.1
12302026-06-23T19:25:20.985Z Downloaded unsafe-libyaml v0.2.11
12312026-06-23T19:25:20.989Z Downloaded typify v0.4.3
12322026-06-23T19:25:21.002Z Downloaded similar v2.7.0
12332026-06-23T19:25:21.002Z Downloaded yansi v1.0.1
12342026-06-23T19:25:21.002Z Downloaded iddqd v0.4.2
12352026-06-23T19:25:21.003Z Downloaded uuid v1.23.2
12362026-06-23T19:25:21.007Z Downloaded toml_edit v0.19.15
12372026-06-23T19:25:21.015Z Downloaded hashbrown v0.16.1
12382026-06-23T19:25:21.023Z Downloaded rand v0.10.1
12392026-06-23T19:25:21.034Z Downloaded zerocopy-derive v0.8.50
12402026-06-23T19:25:21.038Z Downloaded steno v0.4.1
12412026-06-23T19:25:21.041Z Downloaded pest v2.8.6
12422026-06-23T19:25:21.051Z Downloaded nom v8.0.0
12432026-06-23T19:25:21.054Z Downloaded zerotrie v0.2.4
12442026-06-23T19:25:21.058Z Downloaded ron v0.12.1
12452026-06-23T19:25:21.082Z Downloaded icu_properties_data v2.2.0
12462026-06-23T19:25:21.088Z Downloaded typed-path v0.9.3
12472026-06-23T19:25:21.106Z Downloaded reqwest v0.13.4
12482026-06-23T19:25:21.119Z Downloaded regex v1.12.3
12492026-06-23T19:25:21.131Z Downloaded libm v0.2.16
12502026-06-23T19:25:21.136Z Downloaded goblin v0.8.2
12512026-06-23T19:25:21.149Z Downloaded rayon v1.12.0
12522026-06-23T19:25:21.161Z Downloaded blake3 v1.8.5
12532026-06-23T19:25:21.170Z Downloaded winnow v0.5.40
12542026-06-23T19:25:21.182Z Downloaded zerovec v0.11.6
12552026-06-23T19:25:21.185Z Downloaded tough v0.22.0
12562026-06-23T19:25:21.202Z Downloaded zerocopy v0.7.35
12572026-06-23T19:25:21.211Z Downloaded proptest v1.11.0
12582026-06-23T19:25:21.216Z Downloaded aws-lc-rs v1.17.0
12592026-06-23T19:25:21.232Z Downloaded serde_with v3.20.0
12602026-06-23T19:25:21.249Z Downloaded tabled v0.21.0
12612026-06-23T19:25:21.257Z Downloaded time v0.3.47
12622026-06-23T19:25:21.269Z Downloaded syn v1.0.109
12632026-06-23T19:25:21.275Z Downloaded tabled v0.15.0
12642026-06-23T19:25:21.284Z Downloaded quinn-proto v0.11.14
12652026-06-23T19:25:21.289Z Downloaded moka v0.12.15
12662026-06-23T19:25:21.299Z Downloaded goblin v0.10.7
12672026-06-23T19:25:21.313Z Downloaded dropshot v0.17.1
12682026-06-23T19:25:21.316Z Downloaded webpki-roots v1.0.7
12692026-06-23T19:25:21.325Z Downloaded syn v2.0.117
12702026-06-23T19:25:21.335Z Downloaded openssl v0.10.80
12712026-06-23T19:25:21.339Z Downloaded smoltcp v0.11.0
12722026-06-23T19:25:21.350Z Downloaded rhai v1.25.1
12732026-06-23T19:25:21.363Z Downloaded openapiv3 v2.2.0
12742026-06-23T19:25:21.369Z Downloaded hickory-proto v0.25.2
12752026-06-23T19:25:21.378Z Downloaded zerocopy v0.8.50
12762026-06-23T19:25:21.407Z Downloaded nix v0.31.3
12772026-06-23T19:25:21.413Z Downloaded typify-impl v0.6.2
12782026-06-23T19:25:21.419Z Downloaded regress v0.10.5
12792026-06-23T19:25:21.424Z Downloaded hickory-proto v0.24.4
12802026-06-23T19:25:21.432Z Downloaded rustls v0.23.40
12812026-06-23T19:25:21.438Z Downloaded regress v0.11.1
12822026-06-23T19:25:21.442Z Downloaded regex-syntax v0.8.10
12832026-06-23T19:25:21.495Z Downloaded petgraph v0.6.5
12842026-06-23T19:25:21.504Z Downloaded chrono-tz v0.10.4
12852026-06-23T19:25:21.516Z Downloaded sled v0.34.7
12862026-06-23T19:25:21.524Z Downloaded typify-impl v0.4.3
12872026-06-23T19:25:21.532Z Downloaded csv v1.4.0
12882026-06-23T19:25:21.596Z Downloaded lzma-sys v0.1.20
12892026-06-23T19:25:21.617Z Downloaded jiff v0.2.28
12902026-06-23T19:25:21.622Z Downloaded sha3 v0.10.9
12912026-06-23T19:25:21.667Z Downloaded encoding_rs v0.8.35
12922026-06-23T19:25:22.340Z Downloaded aws-lc-sys v0.41.0
12932026-06-23T19:25:23.269Z Compiling proc-macro2 v1.0.106
12942026-06-23T19:25:23.269Z Compiling unicode-ident v1.0.24
12952026-06-23T19:25:23.269Z Compiling quote v1.0.45
12962026-06-23T19:25:23.269Z Compiling serde_core v1.0.228
12972026-06-23T19:25:23.280Z Compiling cfg-if v1.0.4
12982026-06-23T19:25:23.280Z Compiling serde v1.0.228
12992026-06-23T19:25:23.280Z Compiling libc v0.2.186
13002026-06-23T19:25:23.280Z Compiling memchr v2.8.1
13012026-06-23T19:25:23.424Z Compiling itoa v1.0.18
13022026-06-23T19:25:23.601Z Compiling zmij v1.0.21
13032026-06-23T19:25:23.722Z Compiling autocfg v1.5.1
13042026-06-23T19:25:23.734Z Compiling libm v0.2.16
13052026-06-23T19:25:24.035Z Compiling stable_deref_trait v1.2.1
13062026-06-23T19:25:24.063Z Compiling writeable v0.6.3
13072026-06-23T19:25:24.103Z Compiling litemap v0.8.2
13082026-06-23T19:25:24.204Z Compiling icu_normalizer_data v2.2.0
13092026-06-23T19:25:24.229Z Compiling utf8_iter v1.0.4
13102026-06-23T19:25:24.258Z Compiling icu_properties_data v2.2.0
13112026-06-23T19:25:24.347Z Compiling percent-encoding v2.3.2
13122026-06-23T19:25:24.365Z Compiling version_check v0.9.5
13132026-06-23T19:25:24.549Z Compiling iana-time-zone v0.1.65
13142026-06-23T19:25:24.590Z Compiling equivalent v1.0.2
13152026-06-23T19:25:24.634Z Compiling syn v2.0.117
13162026-06-23T19:25:24.668Z Compiling form_urlencoded v1.2.2
13172026-06-23T19:25:24.709Z Compiling serde_json v1.0.150
13182026-06-23T19:25:24.732Z Compiling pin-project-lite v0.2.17
13192026-06-23T19:25:24.821Z Compiling dyn-clone v1.0.20
13202026-06-23T19:25:24.849Z Compiling scopeguard v1.2.0
13212026-06-23T19:25:24.869Z Compiling parking_lot_core v0.9.12
13222026-06-23T19:25:24.914Z Compiling num-traits v0.2.19
13232026-06-23T19:25:24.955Z Compiling lock_api v0.4.14
13242026-06-23T19:25:24.965Z Compiling hashbrown v0.17.1
13252026-06-23T19:25:25.019Z Compiling rand_core v0.10.1
13262026-06-23T19:25:25.173Z Compiling getrandom v0.4.2
13272026-06-23T19:25:25.181Z Compiling thiserror v2.0.18
13282026-06-23T19:25:25.191Z Compiling errno v0.3.14
13292026-06-23T19:25:25.347Z Compiling log v0.4.32
13302026-06-23T19:25:25.414Z Compiling heck v0.5.0
13312026-06-23T19:25:25.536Z Compiling futures-core v0.3.32
13322026-06-23T19:25:25.649Z Compiling semver v1.0.28
13332026-06-23T19:25:25.710Z Compiling indexmap v2.14.0
13342026-06-23T19:25:25.726Z Compiling zerocopy v0.8.50
13352026-06-23T19:25:25.737Z Compiling uuid v1.23.2
13362026-06-23T19:25:25.955Z Compiling futures-sink v0.3.32
13372026-06-23T19:25:26.002Z Compiling schemars v0.8.22
13382026-06-23T19:25:26.057Z Compiling slab v0.4.12
13392026-06-23T19:25:26.179Z Compiling jobserver v0.1.34
13402026-06-23T19:25:26.189Z Compiling shlex v2.0.1
13412026-06-23T19:25:26.238Z Compiling find-msvc-tools v0.1.9
13422026-06-23T19:25:26.270Z Compiling fnv v1.0.7
13432026-06-23T19:25:26.364Z Compiling rustversion v1.0.22
13442026-06-23T19:25:26.369Z Compiling futures-channel v0.3.32
13452026-06-23T19:25:26.384Z Compiling cc v1.2.63
13462026-06-23T19:25:26.496Z Compiling bitflags v2.12.1
13472026-06-23T19:25:26.508Z Compiling futures-task v0.3.32
13482026-06-23T19:25:26.602Z Compiling futures-io v0.3.32
13492026-06-23T19:25:26.681Z Compiling portable-atomic v1.13.1
13502026-06-23T19:25:26.722Z Compiling socket2 v0.6.4
13512026-06-23T19:25:26.770Z Compiling signal-hook-registry v1.4.8
13522026-06-23T19:25:26.775Z Compiling mio v1.2.1
13532026-06-23T19:25:26.883Z Compiling critical-section v1.2.0
13542026-06-23T19:25:26.991Z Compiling fs_extra v1.3.0
13552026-06-23T19:25:27.065Z Compiling typenum v1.20.1
13562026-06-23T19:25:27.175Z Compiling cmake v0.1.58
13572026-06-23T19:25:27.252Z Compiling dunce v1.0.5
13582026-06-23T19:25:27.302Z Compiling base64 v0.22.1
13592026-06-23T19:25:27.347Z Compiling subtle v2.6.1
13602026-06-23T19:25:27.380Z Compiling slog v2.8.2
13612026-06-23T19:25:27.523Z Compiling strsim v0.11.1
13622026-06-23T19:25:27.534Z Compiling synstructure v0.13.2
13632026-06-23T19:25:27.613Z Compiling serde_derive_internals v0.29.1
13642026-06-23T19:25:27.630Z Compiling once_cell v1.21.4
13652026-06-23T19:25:27.692Z Compiling aws-lc-sys v0.41.0
13662026-06-23T19:25:27.716Z Compiling byteorder v1.5.0
13672026-06-23T19:25:27.844Z Compiling rustix v1.1.4
13682026-06-23T19:25:27.883Z Compiling regex-syntax v0.8.10
13692026-06-23T19:25:27.920Z Compiling ipnet v2.12.0
13702026-06-23T19:25:27.941Z Compiling atomic-waker v1.1.2
13712026-06-23T19:25:28.033Z Compiling httparse v1.10.1
13722026-06-23T19:25:28.063Z Compiling tower-service v0.3.3
13732026-06-23T19:25:28.155Z Compiling tower-layer v0.3.3
13742026-06-23T19:25:28.310Z Compiling getrandom v0.2.17
13752026-06-23T19:25:28.346Z Compiling try-lock v0.2.5
13762026-06-23T19:25:28.402Z Compiling thiserror v1.0.69
13772026-06-23T19:25:28.445Z Compiling untrusted v0.9.0
13782026-06-23T19:25:28.449Z Compiling getrandom v0.3.4
13792026-06-23T19:25:28.486Z Compiling ryu v1.0.23
13802026-06-23T19:25:28.565Z Compiling ucd-trie v0.1.7
13812026-06-23T19:25:28.662Z Compiling rand_core v0.6.4
13822026-06-23T19:25:28.735Z Compiling pest v2.8.6
13832026-06-23T19:25:28.756Z Compiling serde_derive v1.0.228
13842026-06-23T19:25:28.794Z Compiling zerofrom-derive v0.1.7
13852026-06-23T19:25:28.862Z Compiling yoke-derive v0.8.2
13862026-06-23T19:25:28.876Z Compiling zerovec-derive v0.11.3
13872026-06-23T19:25:28.885Z Compiling displaydoc v0.2.6
13882026-06-23T19:25:29.682Z Compiling schemars_derive v0.8.22
13892026-06-23T19:25:29.927Z Compiling thiserror-impl v2.0.18
13902026-06-23T19:25:29.999Z Compiling zerofrom v0.1.8
13912026-06-23T19:25:30.030Z Compiling tokio-macros v2.7.0
13922026-06-23T19:25:30.048Z Compiling zerocopy-derive v0.8.50
13932026-06-23T19:25:30.114Z Compiling yoke v0.8.3
13942026-06-23T19:25:30.300Z Compiling zerovec v0.11.6
13952026-06-23T19:25:30.550Z Compiling zerotrie v0.2.4
13962026-06-23T19:25:30.787Z Compiling tinystr v0.8.3
13972026-06-23T19:25:30.828Z Compiling potential_utf v0.1.5
13982026-06-23T19:25:30.846Z Compiling zeroize_derive v1.4.3
13992026-06-23T19:25:30.891Z Compiling futures-macro v0.3.32
14002026-06-23T19:25:30.985Z Compiling icu_locale_core v2.2.0
14012026-06-23T19:25:30.988Z Compiling icu_collections v2.2.0
14022026-06-23T19:25:31.287Z Compiling thiserror-impl v1.0.69
14032026-06-23T19:25:31.509Z Compiling want v0.3.1
14042026-06-23T19:25:31.525Z Compiling zeroize v1.8.2
14052026-06-23T19:25:31.673Z Compiling icu_provider v2.2.0
14062026-06-23T19:25:31.719Z Compiling httpdate v1.0.3
14072026-06-23T19:25:31.730Z Compiling futures-util v0.3.32
14082026-06-23T19:25:31.948Z Compiling bytes v1.11.1
14092026-06-23T19:25:31.961Z Compiling smallvec v1.15.1
14102026-06-23T19:25:31.987Z Compiling icu_properties v2.2.0
14112026-06-23T19:25:32.060Z Compiling chrono v0.4.45
14122026-06-23T19:25:32.185Z Compiling icu_normalizer v2.2.0
14132026-06-23T19:25:32.579Z Compiling http v1.4.1
14142026-06-23T19:25:32.747Z Compiling parking_lot v0.12.5
14152026-06-23T19:25:32.779Z Compiling serde_tokenstream v0.2.3
14162026-06-23T19:25:33.056Z Compiling idna_adapter v1.2.2
14172026-06-23T19:25:33.146Z Compiling tokio v1.52.3
14182026-06-23T19:25:33.164Z Compiling idna v1.1.0
14192026-06-23T19:25:33.199Z Compiling erased-serde v0.3.31
14202026-06-23T19:25:33.555Z Compiling url v2.5.8
14212026-06-23T19:25:33.575Z Compiling http-body v1.0.1
14222026-06-23T19:25:33.814Z Compiling pest_meta v2.8.6
14232026-06-23T19:25:33.924Z Compiling pretty-hex v0.4.2
14242026-06-23T19:25:34.005Z Compiling winnow v1.0.3
14252026-06-23T19:25:34.084Z Compiling plain v0.2.3
14262026-06-23T19:25:34.188Z Compiling foldhash v0.2.0
14272026-06-23T19:25:34.381Z Compiling ppv-lite86 v0.2.21
14282026-06-23T19:25:34.413Z Compiling pest_generator v2.8.6
14292026-06-23T19:25:34.423Z Compiling paste v1.0.15
14302026-06-23T19:25:34.696Z Compiling allocator-api2 v0.2.21
14312026-06-23T19:25:34.794Z Compiling tracing-attributes v0.1.31
14322026-06-23T19:25:35.019Z Compiling ipnetwork v0.21.1
14332026-06-23T19:25:35.056Z Compiling hashbrown v0.16.1
14342026-06-23T19:25:35.150Z Compiling tracing-core v0.1.36
14352026-06-23T19:25:35.170Z Compiling pest_derive v2.8.6
14362026-06-23T19:25:35.461Z Compiling oxnet v0.1.6
14372026-06-23T19:25:35.607Z Compiling omicron-workspace-hack v0.1.0
14382026-06-23T19:25:35.645Z Compiling ident_case v1.0.1
14392026-06-23T19:25:35.761Z Compiling http-body-util v0.1.3
14402026-06-23T19:25:35.771Z Compiling serde_urlencoded v0.7.1
14412026-06-23T19:25:35.843Z Compiling aho-corasick v1.1.4
14422026-06-23T19:25:35.993Z Compiling sync_wrapper v1.0.2
14432026-06-23T19:25:36.003Z Compiling daft-derive v0.1.7
14442026-06-23T19:25:36.033Z Compiling tracing v0.1.44
14452026-06-23T19:25:36.250Z Compiling fastrand v2.4.1
14462026-06-23T19:25:36.269Z Compiling scroll_derive v0.13.1
14472026-06-23T19:25:36.510Z Compiling async-trait v0.1.89
14482026-06-23T19:25:36.758Z Compiling regex-automata v0.4.14
14492026-06-23T19:25:37.088Z Compiling tokio-util v0.7.18
14502026-06-23T19:25:37.227Z Compiling powerfmt v0.2.0
14512026-06-23T19:25:37.255Z Compiling num-conv v0.2.2
14522026-06-23T19:25:37.402Z Compiling anyhow v1.0.102
14532026-06-23T19:25:37.454Z Compiling aws-lc-rs v1.17.0
14542026-06-23T19:25:37.477Z Compiling time-core v0.1.8
14552026-06-23T19:25:37.617Z Compiling time-macros v0.2.27
14562026-06-23T19:25:37.739Z Compiling deranged v0.5.8
14572026-06-23T19:25:37.833Z Compiling scroll v0.13.0
14582026-06-23T19:25:37.927Z Compiling rustls-pki-types v1.14.1
14592026-06-23T19:25:38.092Z Compiling hex v0.4.3
14602026-06-23T19:25:38.348Z Compiling num_threads v0.1.7
14612026-06-23T19:25:38.404Z Compiling regex v1.12.3
14622026-06-23T19:25:38.443Z Compiling openssl-probe v0.2.1
14632026-06-23T19:25:38.599Z Compiling goblin v0.10.7
14642026-06-23T19:25:38.699Z Compiling camino v1.2.2
14652026-06-23T19:25:39.002Z Compiling untrusted v0.7.1
14662026-06-23T19:25:39.120Z Compiling usdt-impl v0.6.0
14672026-06-23T19:25:39.152Z Compiling crc32fast v1.5.0
14682026-06-23T19:25:39.251Z Compiling rustls v0.23.40
14692026-06-23T19:25:39.401Z Compiling h2 v0.4.14
14702026-06-23T19:25:39.495Z Compiling dtrace-parser v0.3.0
14712026-06-23T19:25:39.501Z Compiling futures-executor v0.3.32
14722026-06-23T19:25:39.830Z Compiling crossbeam-utils v0.8.21
14732026-06-23T19:25:39.914Z Compiling structmeta-derive v0.3.0
14742026-06-23T19:25:40.023Z Compiling thread-id v5.1.0
14752026-06-23T19:25:40.104Z Compiling adler2 v2.0.1
14762026-06-23T19:25:40.158Z Compiling cpufeatures v0.3.0
14772026-06-23T19:25:40.229Z Compiling simd-adler32 v0.3.9
14782026-06-23T19:25:40.397Z Compiling miniz_oxide v0.8.9
14792026-06-23T19:25:40.431Z Compiling futures v0.3.32
14802026-06-23T19:25:40.510Z Compiling rand_core v0.9.5
14812026-06-23T19:25:40.724Z Compiling darling_core v0.23.0
14822026-06-23T19:25:40.751Z Compiling newtype-uuid-macros v0.1.0
14832026-06-23T19:25:40.981Z Compiling structmeta v0.3.0
14842026-06-23T19:25:41.066Z Compiling hybrid-array v0.4.12
14852026-06-23T19:25:41.330Z Compiling thread_local v1.1.9
14862026-06-23T19:25:41.523Z Compiling hyper v1.10.1
14872026-06-23T19:25:41.575Z Compiling dof v0.4.0
14882026-06-23T19:25:41.597Z Compiling match_cfg v0.1.0
14892026-06-23T19:25:41.648Z Compiling flate2 v1.1.9
14902026-06-23T19:25:42.059Z Compiling newtype-uuid v1.3.2
14912026-06-23T19:25:42.753Z Compiling hyper-util v0.1.20
14922026-06-23T19:25:42.785Z Compiling darling_macro v0.23.0
14932026-06-23T19:25:42.919Z Compiling ref-cast v1.0.25
14942026-06-23T19:25:43.102Z Compiling slog-async v2.8.0
14952026-06-23T19:25:43.141Z Compiling compression-core v0.4.32
14962026-06-23T19:25:43.239Z Compiling quick-error v1.2.3
14972026-06-23T19:25:43.249Z Compiling compression-codecs v0.4.38
14982026-06-23T19:25:43.348Z Compiling daft v0.1.7
14992026-06-23T19:25:43.361Z Compiling crypto-common v0.2.2
15002026-06-23T19:25:43.374Z Compiling darling v0.23.0
15012026-06-23T19:25:43.439Z Compiling block-buffer v0.12.0
15022026-06-23T19:25:43.450Z Compiling rand_chacha v0.9.0
15032026-06-23T19:25:43.587Z Compiling ref-cast-impl v1.0.25
15042026-06-23T19:25:43.598Z Compiling usdt-attr-macro v0.6.0
15052026-06-23T19:25:43.609Z Compiling usdt-macro v0.6.0
15062026-06-23T19:25:43.876Z Compiling strum_macros v0.26.4
15072026-06-23T19:25:43.910Z Compiling serde_spanned v1.1.1
15082026-06-23T19:25:44.055Z Compiling generic-array v0.14.7
15092026-06-23T19:25:44.190Z Compiling multer v3.1.0
15102026-06-23T19:25:44.294Z Compiling toml_writer v1.1.1+spec-1.1.0
15112026-06-23T19:25:44.297Z Compiling bit-vec v0.8.0
15122026-06-23T19:25:44.428Z Compiling take_mut v0.2.2
15132026-06-23T19:25:44.443Z Compiling const-oid v0.10.2
15142026-06-23T19:25:44.510Z Compiling debug-ignore v1.0.5
15152026-06-23T19:25:44.524Z Compiling term v1.2.1
15162026-06-23T19:25:44.533Z Compiling bit-set v0.8.0
15172026-06-23T19:25:44.605Z Compiling digest v0.11.3
15182026-06-23T19:25:44.761Z Compiling rand v0.9.4
15192026-06-23T19:25:44.803Z Compiling serde_with_macros v3.20.0
15202026-06-23T19:25:44.834Z Compiling async-stream-impl v0.3.6
15212026-06-23T19:25:44.849Z Compiling dropshot v0.17.1
15222026-06-23T19:25:45.087Z Compiling encoding_rs v0.8.35
15232026-06-23T19:25:45.300Z Compiling mime v0.3.17
15242026-06-23T19:25:45.404Z Compiling syn v1.0.109
15252026-06-23T19:25:45.495Z Compiling unarray v0.1.4
15262026-06-23T19:25:45.578Z Compiling strum v0.26.3
15272026-06-23T19:25:45.599Z Compiling spin v0.9.8
15282026-06-23T19:25:45.707Z Compiling async-stream v0.3.6
15292026-06-23T19:25:45.759Z Compiling sha1 v0.11.0
15302026-06-23T19:25:45.794Z Compiling derive-ex v0.1.8
15312026-06-23T19:25:45.883Z Compiling tower v0.5.3
15322026-06-23T19:25:45.894Z Compiling dropshot_endpoint v0.17.1
15332026-06-23T19:25:45.957Z Compiling macaddr v1.0.1
15342026-06-23T19:25:46.003Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352026-06-23T19:25:46.314Z Compiling waitgroup v0.1.2
15362026-06-23T19:25:46.361Z Compiling serde_path_to_error v0.1.20
15372026-06-23T19:25:46.497Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15382026-06-23T19:25:46.623Z Compiling tower-http v0.6.11
15392026-06-23T19:25:46.710Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15402026-06-23T19:25:46.770Z Compiling tempfile v3.27.0
15412026-06-23T19:25:46.879Z Compiling openapiv3 v2.2.0
15422026-06-23T19:25:47.047Z Compiling strum_macros v0.27.2
15432026-06-23T19:25:47.195Z Compiling instant v0.1.13
15442026-06-23T19:25:47.380Z Compiling test-strategy v0.4.5
15452026-06-23T19:25:47.563Z Compiling time v0.3.47
15462026-06-23T19:25:48.474Z Compiling rustls-native-certs v0.8.4
15472026-06-23T19:25:48.533Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-06-23T19:25:48.768Z Compiling crossbeam-channel v0.5.15
15492026-06-23T19:25:48.821Z Compiling crypto-common v0.1.7
15502026-06-23T19:25:48.910Z Compiling strum v0.27.2
15512026-06-23T19:25:49.239Z Compiling parse-display-derive v0.10.0
15522026-06-23T19:25:49.249Z Compiling backon v1.6.0
15532026-06-23T19:25:49.276Z Compiling rand_chacha v0.3.1
15542026-06-23T19:25:49.497Z Compiling rand v0.8.6
15552026-06-23T19:25:49.722Z Compiling slog-json v2.6.1
15562026-06-23T19:25:49.974Z Compiling hostname v0.3.1
15572026-06-23T19:25:50.106Z Compiling toml_parser v1.1.2+spec-1.1.0
15582026-06-23T19:25:50.189Z Compiling toml_datetime v1.1.1+spec-1.1.0
15592026-06-23T19:25:50.332Z Compiling memmap2 v0.9.10
15602026-06-23T19:25:50.502Z Compiling wait-timeout v0.2.1
15612026-06-23T19:25:50.536Z Compiling is-terminal v0.4.17
15622026-06-23T19:25:50.690Z Compiling either v1.16.0
15632026-06-23T19:25:50.808Z Compiling rusty-fork v0.3.1
15642026-06-23T19:25:50.811Z Compiling slog-term v2.9.2
15652026-06-23T19:25:50.811Z Compiling usdt v0.6.0
15662026-06-23T19:25:50.928Z Compiling toml v1.1.2+spec-1.1.0
15672026-06-23T19:25:51.065Z Compiling slog-bunyan v2.5.0
15682026-06-23T19:25:51.099Z Compiling serde_with v3.20.0
15692026-06-23T19:25:51.170Z Compiling async-compression v0.4.42
15702026-06-23T19:25:51.192Z Compiling rand_xorshift v0.4.0
15712026-06-23T19:25:51.335Z Compiling rustls-pemfile v2.2.0
15722026-06-23T19:25:51.414Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15732026-06-23T19:25:51.478Z Compiling regress v0.10.5
15742026-06-23T19:25:51.528Z Compiling hostname v0.4.2
15752026-06-23T19:25:51.627Z Compiling humantime v2.3.0
15762026-06-23T19:25:51.663Z Compiling proptest v1.11.0
15772026-06-23T19:25:52.169Z Compiling iddqd v0.4.2
15782026-06-23T19:25:52.458Z Compiling reqwest v0.12.28
15792026-06-23T19:25:52.641Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15802026-06-23T19:25:52.823Z Compiling block-buffer v0.10.4
15812026-06-23T19:25:52.881Z Compiling utf8parse v0.2.2
15822026-06-23T19:25:52.990Z Compiling anstyle-parse v1.0.0
15832026-06-23T19:25:53.137Z Compiling digest v0.10.7
15842026-06-23T19:25:53.175Z Compiling parse-display v0.10.0
15852026-06-23T19:25:53.355Z Compiling itertools v0.14.0
15862026-06-23T19:25:53.486Z Compiling progenitor-client v0.10.0
15872026-06-23T19:25:53.511Z Compiling backoff v0.4.0
15882026-06-23T19:25:53.718Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15892026-06-23T19:25:53.761Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15902026-06-23T19:25:54.305Z Compiling anstyle-query v1.1.5
15912026-06-23T19:25:54.420Z Compiling colorchoice v1.0.5
15922026-06-23T19:25:54.539Z Compiling anstyle v1.0.14
15932026-06-23T19:25:54.590Z Compiling is_terminal_polyfill v1.70.2
15942026-06-23T19:25:54.752Z Compiling anstream v1.0.0
15952026-06-23T19:25:55.102Z Compiling clap_lex v1.1.0
15962026-06-23T19:25:55.665Z Compiling regress v0.11.1
15972026-06-23T19:25:55.874Z Compiling clap_derive v4.6.1
15982026-06-23T19:25:56.317Z Compiling terminal_size v0.4.4
15992026-06-23T19:25:57.343Z Compiling typify-impl v0.6.2
16002026-06-23T19:25:57.346Z Compiling toml_datetime v0.6.11
16012026-06-23T19:25:57.490Z Compiling zerocopy-derive v0.7.35
16022026-06-23T19:25:57.578Z Compiling cpufeatures v0.2.17
16032026-06-23T19:25:57.642Z Compiling convert_case v0.4.0
16042026-06-23T19:25:58.307Z Compiling derive_more v0.99.20
16052026-06-23T19:25:58.370Z Compiling clap_builder v4.6.0
16062026-06-23T19:25:58.429Z Compiling zerocopy v0.7.35
16072026-06-23T19:25:58.980Z Compiling toml_edit v0.25.12+spec-1.1.0
16082026-06-23T19:25:59.773Z Compiling unicode-width v0.2.2
16092026-06-23T19:25:59.968Z Compiling proc-macro-crate v3.5.0
16102026-06-23T19:26:00.080Z Compiling clap v4.6.1
16112026-06-23T19:26:00.396Z Compiling secrecy v0.10.3
16122026-06-23T19:26:00.553Z Compiling float-ord v0.3.2
16132026-06-23T19:26:00.590Z Compiling crucible-workspace-hack v0.1.0
16142026-06-23T19:26:00.613Z Compiling tinyvec_macros v0.1.1
16152026-06-23T19:26:00.730Z Compiling tinyvec v1.11.0
16162026-06-23T19:26:00.744Z Compiling num_enum_derive v0.7.6
16172026-06-23T19:26:01.256Z Compiling dtrace-parser v0.2.0
16182026-06-23T19:26:01.296Z Compiling scroll_derive v0.12.1
16192026-06-23T19:26:01.339Z Compiling num-integer v0.1.46
16202026-06-23T19:26:01.671Z Compiling rustc_version v0.4.1
16212026-06-23T19:26:01.741Z Compiling usdt-impl v0.5.0
16222026-06-23T19:26:01.915Z Compiling curve25519-dalek v4.1.3
16232026-06-23T19:26:01.999Z Compiling scroll v0.12.0
16242026-06-23T19:26:02.073Z Compiling num_enum v0.7.6
16252026-06-23T19:26:02.205Z Compiling dof v0.3.0
16262026-06-23T19:26:02.342Z Compiling hmac v0.12.1
16272026-06-23T19:26:02.483Z Compiling inout v0.1.4
16282026-06-23T19:26:02.508Z Compiling darling_core v0.21.3
16292026-06-23T19:26:02.535Z Compiling ff v0.13.1
16302026-06-23T19:26:02.557Z Compiling thread-id v4.2.2
16312026-06-23T19:26:02.625Z Compiling group v0.13.0
16322026-06-23T19:26:02.634Z Compiling cipher v0.4.4
16332026-06-23T19:26:02.725Z Compiling hkdf v0.12.4
16342026-06-23T19:26:03.124Z Compiling goblin v0.8.2
16352026-06-23T19:26:03.229Z Compiling num-rational v0.4.2
16362026-06-23T19:26:03.311Z Compiling num-iter v0.1.45
16372026-06-23T19:26:03.427Z Compiling thiserror-impl-no-std v2.0.2
16382026-06-23T19:26:03.510Z Compiling universal-hash v0.5.1
16392026-06-23T19:26:03.574Z Compiling crypto-bigint v0.5.5
16402026-06-23T19:26:03.642Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16412026-06-23T19:26:03.801Z Compiling typify-macro v0.6.2
16422026-06-23T19:26:03.982Z Compiling crossbeam-epoch v0.9.18
16432026-06-23T19:26:04.301Z Compiling half v2.7.1
16442026-06-23T19:26:04.322Z Compiling curve25519-dalek-derive v0.1.1
16452026-06-23T19:26:04.526Z Compiling num-complex v0.4.6
16462026-06-23T19:26:04.590Z Compiling darling_macro v0.21.3
16472026-06-23T19:26:04.955Z Compiling ciborium-io v0.2.2
16482026-06-23T19:26:04.998Z Compiling opaque-debug v0.3.1
16492026-06-23T19:26:05.012Z Compiling base16ct v0.2.0
16502026-06-23T19:26:05.048Z Compiling base64ct v1.8.3
16512026-06-23T19:26:05.066Z Compiling poly1305 v0.8.0
16522026-06-23T19:26:05.174Z Compiling elliptic-curve v0.13.8
16532026-06-23T19:26:05.273Z Compiling darling v0.21.3
16542026-06-23T19:26:05.355Z Compiling password-hash v0.5.0
16552026-06-23T19:26:05.366Z Compiling ciborium-ll v0.2.2
16562026-06-23T19:26:05.807Z Compiling num v0.4.3
16572026-06-23T19:26:05.880Z Compiling thiserror-no-std v2.0.2
16582026-06-23T19:26:05.989Z Compiling typify v0.6.2
16592026-06-23T19:26:06.120Z Compiling chacha20 v0.9.1
16602026-06-23T19:26:06.251Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16612026-06-23T19:26:06.330Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16622026-06-23T19:26:06.900Z Compiling blake2 v0.10.6
16632026-06-23T19:26:07.054Z Compiling aead v0.5.2
16642026-06-23T19:26:07.211Z Compiling byte-wrapper v0.1.0
16652026-06-23T19:26:07.242Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16662026-06-23T19:26:07.359Z Compiling proc-macro-error-attr v1.0.4
16672026-06-23T19:26:07.601Z Compiling unsafe-libyaml v0.2.11
16682026-06-23T19:26:07.642Z Compiling prettyplease v0.2.37
16692026-06-23T19:26:07.709Z Compiling keccak v0.1.6
16702026-06-23T19:26:07.892Z Compiling heapless v0.8.0
16712026-06-23T19:26:07.944Z Compiling rustix v0.38.44
16722026-06-23T19:26:08.380Z Compiling serde_yaml v0.9.34+deprecated
16732026-06-23T19:26:08.417Z Compiling sha3 v0.10.9
16742026-06-23T19:26:08.773Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-06-23T19:26:08.956Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16762026-06-23T19:26:09.490Z Compiling chacha20poly1305 v0.10.1
16772026-06-23T19:26:09.624Z Compiling argon2 v0.5.3
16782026-06-23T19:26:09.694Z Compiling vsss-rs v3.3.4
16792026-06-23T19:26:09.838Z Compiling ciborium v0.2.2
16802026-06-23T19:26:09.907Z Compiling ingot-macros v0.1.1
16812026-06-23T19:26:10.317Z Compiling usdt-attr-macro v0.5.0
16822026-06-23T19:26:10.439Z Compiling usdt-macro v0.5.0
16832026-06-23T19:26:12.122Z Compiling serde_spanned v0.6.9
16842026-06-23T19:26:12.143Z Compiling enum-as-inner v0.6.1
16852026-06-23T19:26:12.266Z Compiling hash32 v0.3.1
16862026-06-23T19:26:12.424Z Compiling rustls-webpki v0.103.13
16872026-06-23T19:26:12.718Z Compiling proc-macro-error v1.0.4
16882026-06-23T19:26:12.729Z Compiling memmap v0.7.0
16892026-06-23T19:26:12.742Z Compiling memoffset v0.9.1
16902026-06-23T19:26:12.761Z Compiling smoltcp v0.11.0
16912026-06-23T19:26:12.926Z Compiling data-encoding v2.11.0
16922026-06-23T19:26:12.960Z Compiling winnow v0.5.40
16932026-06-23T19:26:12.989Z Compiling winnow v0.7.15
16942026-06-23T19:26:13.119Z Compiling static_assertions v1.1.0
16952026-06-23T19:26:13.193Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16962026-06-23T19:26:13.450Z Compiling toml_write v0.1.2
16972026-06-23T19:26:13.473Z Compiling cfg_aliases v0.2.1
16982026-06-23T19:26:13.545Z Compiling indent_write v2.2.0
16992026-06-23T19:26:13.572Z Compiling nix v0.31.3
17002026-06-23T19:26:13.769Z Compiling usdt v0.5.0
17012026-06-23T19:26:13.781Z Compiling ingot-types v0.1.2
17022026-06-23T19:26:14.036Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-06-23T19:26:14.048Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17042026-06-23T19:26:14.138Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-06-23T19:26:14.218Z Compiling toml_edit v0.19.15
17062026-06-23T19:26:14.343Z Compiling toml_edit v0.22.27
17072026-06-23T19:26:14.481Z Compiling tabwriter v1.4.1
17082026-06-23T19:26:14.722Z Compiling cobs v0.3.0
17092026-06-23T19:26:14.839Z Compiling serde_repr v0.1.20
17102026-06-23T19:26:14.962Z Compiling pkg-config v0.3.33
17112026-06-23T19:26:15.327Z Compiling bitflags v1.3.2
17122026-06-23T19:26:15.407Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17132026-06-23T19:26:15.418Z Compiling managed v0.8.0
17142026-06-23T19:26:15.458Z Compiling vcpkg v0.2.15
17152026-06-23T19:26:15.658Z Compiling proc-macro-crate v1.3.1
17162026-06-23T19:26:16.005Z Compiling tokio-rustls v0.26.4
17172026-06-23T19:26:16.026Z Compiling rustls-platform-verifier v0.7.0
17182026-06-23T19:26:16.270Z Compiling hyper-rustls v0.27.9
17192026-06-23T19:26:16.576Z Compiling reqwest v0.13.4
17202026-06-23T19:26:17.568Z Compiling openssl-sys v0.9.116
17212026-06-23T19:26:17.680Z Compiling toml v0.8.23
17222026-06-23T19:26:18.118Z Compiling progenitor-client v0.14.0
17232026-06-23T19:26:18.118Z Compiling postcard v1.1.3
17242026-06-23T19:26:18.382Z Compiling progenitor-extras v0.2.0
17252026-06-23T19:26:18.897Z Compiling ingot v0.1.1
17262026-06-23T19:26:19.063Z Compiling hubpack_derive v0.1.1
17272026-06-23T19:26:19.174Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-06-23T19:26:19.616Z Compiling foreign-types-macros v0.2.3
17292026-06-23T19:26:20.340Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17302026-06-23T19:26:20.857Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17312026-06-23T19:26:20.870Z Compiling colored v3.1.1
17322026-06-23T19:26:21.033Z Compiling unicode-segmentation v1.13.3
17332026-06-23T19:26:21.126Z Compiling rayon-core v1.13.0
17342026-06-23T19:26:21.264Z Compiling semver v0.1.20
17352026-06-23T19:26:21.355Z Compiling swrite v0.1.0
17362026-06-23T19:26:21.446Z Compiling resolv-conf v0.7.6
17372026-06-23T19:26:21.455Z Compiling heck v0.4.1
17382026-06-23T19:26:21.465Z Compiling foreign-types-shared v0.3.1
17392026-06-23T19:26:21.528Z Compiling linked-hash-map v0.5.6
17402026-06-23T19:26:21.555Z Compiling foreign-types v0.5.0
17412026-06-23T19:26:21.636Z Compiling rustc_version v0.1.7
17422026-06-23T19:26:21.670Z Compiling newline-converter v0.3.0
17432026-06-23T19:26:21.716Z Compiling lru-cache v0.1.2
17442026-06-23T19:26:21.830Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-06-23T19:26:21.840Z Compiling hubpack v0.1.2
17462026-06-23T19:26:21.984Z Compiling num_enum_derive v0.5.11
17472026-06-23T19:26:22.195Z Compiling atomicwrites v0.4.4
17482026-06-23T19:26:22.553Z Compiling hickory-proto v0.24.4
17492026-06-23T19:26:23.026Z Compiling progenitor-impl v0.13.0
17502026-06-23T19:26:23.188Z Compiling crossbeam-deque v0.8.6
17512026-06-23T19:26:23.389Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-06-23T19:26:23.597Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-23T19:26:24.403Z Compiling console v0.15.11
17542026-06-23T19:26:24.446Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17552026-06-23T19:26:25.209Z Compiling camino-tempfile v1.4.1
17562026-06-23T19:26:25.364Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-06-23T19:26:25.419Z Compiling chacha20 v0.10.0
17582026-06-23T19:26:25.627Z Compiling serde-big-array v0.5.1
17592026-06-23T19:26:25.689Z Compiling num-derive v0.4.2
17602026-06-23T19:26:25.776Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17612026-06-23T19:26:25.921Z Compiling derive-where v1.6.1
17622026-06-23T19:26:26.317Z Compiling pin-project-internal v1.1.13
17632026-06-23T19:26:26.556Z Compiling cstr-argument v0.1.2
17642026-06-23T19:26:26.636Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17652026-06-23T19:26:26.665Z Compiling minimal-lexical v0.2.1
17662026-06-23T19:26:26.707Z Compiling similar v2.7.0
17672026-06-23T19:26:26.868Z Compiling siphasher v1.0.3
17682026-06-23T19:26:26.938Z Compiling nom v7.1.3
17692026-06-23T19:26:27.062Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-06-23T19:26:27.096Z Compiling expectorate v1.2.0
17712026-06-23T19:26:27.217Z Compiling phf_shared v0.12.1
17722026-06-23T19:26:27.247Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17732026-06-23T19:26:27.376Z Compiling progenitor-macro v0.13.0
17742026-06-23T19:26:27.426Z Compiling pin-project v1.1.13
17752026-06-23T19:26:27.525Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17762026-06-23T19:26:27.662Z Compiling rand v0.10.1
17772026-06-23T19:26:28.036Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17782026-06-23T19:26:28.094Z Compiling hickory-resolver v0.24.4
17792026-06-23T19:26:28.304Z Compiling num_enum v0.5.11
17802026-06-23T19:26:28.361Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17812026-06-23T19:26:28.421Z Compiling newtype_derive v0.1.6
17822026-06-23T19:26:28.559Z Compiling progenitor-client v0.13.0
17832026-06-23T19:26:28.858Z Compiling progenitor-impl v0.14.0
17842026-06-23T19:26:28.921Z Compiling unicode-normalization v0.1.25
17852026-06-23T19:26:29.392Z Compiling tokio-stream v0.1.18
17862026-06-23T19:26:29.880Z Compiling async-recursion v1.1.1
17872026-06-23T19:26:30.106Z Compiling snafu-derive v0.8.9
17882026-06-23T19:26:30.504Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17892026-06-23T19:26:30.640Z Compiling slog-dtrace v0.3.0
17902026-06-23T19:26:30.727Z Compiling csv-core v0.1.13
17912026-06-23T19:26:30.821Z Compiling bstr v1.12.1
17922026-06-23T19:26:30.851Z Compiling foreign-types-shared v0.1.1
17932026-06-23T19:26:30.941Z Compiling konst_macro_rules v0.2.19
17942026-06-23T19:26:31.000Z Compiling chrono-tz v0.10.4
17952026-06-23T19:26:31.121Z Compiling owo-colors v4.3.0
17962026-06-23T19:26:31.240Z Compiling same-file v1.0.6
17972026-06-23T19:26:31.324Z Compiling openssl v0.10.80
17982026-06-23T19:26:31.422Z Compiling unicode-xid v0.2.6
17992026-06-23T19:26:31.468Z Compiling cancel-safe-futures v0.1.5
18002026-06-23T19:26:31.549Z Compiling highway v1.3.0
18012026-06-23T19:26:31.617Z Compiling foldhash v0.1.5
18022026-06-23T19:26:31.736Z Compiling unicode-width v0.1.14
18032026-06-23T19:26:31.801Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-06-23T19:26:31.878Z Compiling snafu v0.8.9
18052026-06-23T19:26:31.944Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-23T19:26:32.035Z Compiling hashbrown v0.15.5
18072026-06-23T19:26:32.283Z Compiling const_format_proc_macros v0.2.34
18082026-06-23T19:26:32.430Z Compiling progenitor-macro v0.14.0
18092026-06-23T19:26:32.450Z Compiling walkdir v2.5.0
18102026-06-23T19:26:32.569Z Compiling progenitor v0.13.0
18112026-06-23T19:26:32.582Z Compiling globset v0.4.18
18122026-06-23T19:26:32.707Z Compiling konst v0.2.20
18132026-06-23T19:26:32.807Z Compiling foreign-types v0.3.2
18142026-06-23T19:26:32.882Z Compiling csv v1.4.0
18152026-06-23T19:26:33.057Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-23T19:26:33.105Z Compiling qorb v0.4.1
18172026-06-23T19:26:33.412Z Compiling olpc-cjson v0.1.4
18182026-06-23T19:26:33.580Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-23T19:26:33.732Z Compiling rayon v1.12.0
18202026-06-23T19:26:35.221Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18212026-06-23T19:26:35.446Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-23T19:26:35.459Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-23T19:26:35.608Z Compiling phf v0.12.1
18242026-06-23T19:26:35.654Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-23T19:26:35.771Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-23T19:26:36.104Z Compiling zone_cfg_derive v0.3.1
18272026-06-23T19:26:36.467Z Compiling tokio-dtrace v0.1.1
18282026-06-23T19:26:36.743Z Compiling itertools v0.12.1
18292026-06-23T19:26:36.861Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18302026-06-23T19:26:36.906Z Compiling libsw-core v0.3.2
18312026-06-23T19:26:37.028Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-06-23T19:26:37.076Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-06-23T19:26:37.327Z Compiling serde_plain v1.0.2
18342026-06-23T19:26:37.457Z Compiling openssl-macros v0.1.1
18352026-06-23T19:26:37.537Z Compiling pem v3.0.6
18362026-06-23T19:26:37.630Z Compiling cookie v0.18.1
18372026-06-23T19:26:37.648Z Compiling sigpipe v0.1.3
18382026-06-23T19:26:37.734Z Compiling bytecount v0.6.9
18392026-06-23T19:26:37.880Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-23T19:26:37.880Z Compiling jiff v0.2.28
18412026-06-23T19:26:37.919Z Compiling typed-path v0.9.3
18422026-06-23T19:26:37.957Z Compiling fixedbitset v0.5.7
18432026-06-23T19:26:37.960Z Compiling fixedbitset v0.4.2
18442026-06-23T19:26:38.120Z Compiling glob v0.3.3
18452026-06-23T19:26:38.199Z Compiling petgraph v0.8.3
18462026-06-23T19:26:38.310Z Compiling petgraph v0.6.5
18472026-06-23T19:26:38.636Z Compiling progenitor v0.14.0
18482026-06-23T19:26:38.772Z Compiling zone v0.3.1
18492026-06-23T19:26:39.251Z Compiling tough v0.22.0
18502026-06-23T19:26:39.579Z Compiling papergrid v0.11.0
18512026-06-23T19:26:39.868Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-23T19:26:40.029Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18532026-06-23T19:26:40.067Z Compiling libsw v3.5.0
18542026-06-23T19:26:40.245Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18552026-06-23T19:26:40.342Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18562026-06-23T19:26:40.524Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-23T19:26:41.116Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-23T19:26:41.316Z Compiling oxide-tokio-rt v0.1.6
18592026-06-23T19:26:41.349Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-23T19:26:41.627Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-23T19:26:41.799Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-23T19:26:41.828Z Compiling const_format v0.2.36
18632026-06-23T19:26:42.536Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18642026-06-23T19:26:42.564Z Compiling tabled_derive v0.7.0
18652026-06-23T19:26:42.697Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-23T19:26:42.771Z Compiling gethostname v0.5.0
18672026-06-23T19:26:42.887Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-23T19:26:42.898Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18692026-06-23T19:26:42.929Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-23T19:26:43.007Z Compiling smf v0.2.3
18712026-06-23T19:26:43.048Z Compiling bcs v0.1.6
18722026-06-23T19:26:43.284Z Compiling nom v8.0.0
18732026-06-23T19:26:43.370Z Compiling tagptr v0.2.0
18742026-06-23T19:26:43.525Z Compiling lazy_static v1.5.0
18752026-06-23T19:26:43.539Z Compiling linear-map v1.2.0
18762026-06-23T19:26:43.608Z Compiling termtree v0.5.1
18772026-06-23T19:26:43.625Z Compiling crunchy v0.2.4
18782026-06-23T19:26:43.720Z Compiling unicode-linebreak v0.1.5
18792026-06-23T19:26:43.755Z Compiling whoami v1.6.1
18802026-06-23T19:26:43.819Z Compiling smawk v0.3.2
18812026-06-23T19:26:43.937Z Compiling textwrap v0.16.2
18822026-06-23T19:26:43.967Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-23T19:26:44.067Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-23T19:26:44.324Z Compiling steno v0.4.1
18852026-06-23T19:26:44.467Z Compiling tabled v0.15.0
18862026-06-23T19:26:45.445Z Compiling moka v0.12.15
18872026-06-23T19:26:45.628Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-23T19:26:45.667Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-23T19:26:46.252Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-23T19:26:47.076Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-23T19:26:47.254Z Compiling hickory-proto v0.25.2
18922026-06-23T19:26:47.668Z Compiling tiny-keccak v2.0.2
18932026-06-23T19:26:47.926Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18942026-06-23T19:26:48.107Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18952026-06-23T19:26:48.539Z Compiling parking_lot_core v0.8.6
18962026-06-23T19:26:48.805Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18972026-06-23T19:26:48.845Z Compiling libscf-sys v1.2.0
18982026-06-23T19:26:48.921Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-23T19:26:48.985Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19002026-06-23T19:26:49.129Z Compiling hickory-resolver v0.25.2
19012026-06-23T19:26:49.241Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19022026-06-23T19:26:49.321Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19032026-06-23T19:26:49.669Z Compiling const-random-macro v0.1.16
19042026-06-23T19:26:49.706Z Compiling ahash v0.8.12
19052026-06-23T19:26:49.780Z Compiling smartstring v1.0.1
19062026-06-23T19:26:50.006Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-23T19:26:50.113Z Compiling const-random v0.1.18
19082026-06-23T19:26:50.230Z Compiling parking_lot v0.11.2
19092026-06-23T19:26:50.663Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19102026-06-23T19:26:50.684Z Compiling fxhash v0.2.1
19112026-06-23T19:26:50.823Z Compiling internet-checksum v0.2.1
19122026-06-23T19:26:50.835Z Compiling sled v0.34.7
19132026-06-23T19:26:51.179Z Compiling thin-vec v0.2.18
19142026-06-23T19:26:51.204Z Compiling rhai_codegen v3.2.0
19152026-06-23T19:26:51.458Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19162026-06-23T19:26:51.479Z Compiling serial_test_derive v3.5.0
19172026-06-23T19:26:51.538Z Compiling diff v0.1.13
19182026-06-23T19:26:51.837Z Compiling yansi v1.0.1
19192026-06-23T19:26:52.163Z Compiling pretty_assertions v1.4.1
19202026-06-23T19:26:52.220Z Compiling serial_test v3.5.0
19212026-06-23T19:26:52.449Z Compiling rhai v1.25.1
19222026-06-23T19:26:53.597Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19232026-06-23T19:26:54.382Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-23T19:27:02.805Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-06-23T19:27:04.442Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-06-23T19:27:05.490Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19272026-06-23T19:27:06.444Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19282026-06-23T19:27:07.273Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19292026-06-23T19:27:08.421Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19302026-06-23T19:27:41.113Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19312026-06-23T19:27:41.118Z────────────
19322026-06-23T19:27:41.118Z Nextest run ID e00cbf1e-71b0-473b-ac7d-c926b5f2f282 with nextest profile: default
19332026-06-23T19:27:41.118Z Starting 154 tests across 3 binaries
19342026-06-23T19:27:41.118Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19352026-06-23T19:27:41.119Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
19362026-06-23T19:27:41.119Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19372026-06-23T19:27:41.119Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19382026-06-23T19:27:41.119Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19392026-06-23T19:27:41.119Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19402026-06-23T19:27:41.119Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19412026-06-23T19:27:41.119Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19422026-06-23T19:27:41.119Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19432026-06-23T19:27:41.119Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19442026-06-23T19:27:41.119Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19452026-06-23T19:27:41.119Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19462026-06-23T19:27:41.119Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19472026-06-23T19:27:41.119Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19482026-06-23T19:27:41.119Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19492026-06-23T19:27:41.119Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19502026-06-23T19:27:41.120Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19512026-06-23T19:27:41.120Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
19522026-06-23T19:27:41.120Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19532026-06-23T19:27:41.120Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19542026-06-23T19:27:41.120Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19552026-06-23T19:27:41.120Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19562026-06-23T19:27:41.120Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19572026-06-23T19:27:41.120Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19582026-06-23T19:27:41.120Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19592026-06-23T19:27:41.120Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19602026-06-23T19:27:41.126Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19612026-06-23T19:27:41.126Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19622026-06-23T19:27:41.126Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19632026-06-23T19:27:41.127Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19642026-06-23T19:27:41.127Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19652026-06-23T19:27:41.127Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19662026-06-23T19:27:41.134Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19672026-06-23T19:27:41.134Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19682026-06-23T19:27:41.134Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19692026-06-23T19:27:41.134Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19702026-06-23T19:27:41.134Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19712026-06-23T19:27:41.134Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19722026-06-23T19:27:41.134Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19732026-06-23T19:27:41.134Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19742026-06-23T19:27:41.139Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19752026-06-23T19:27:41.139Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19762026-06-23T19:27:41.139Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19772026-06-23T19:27:41.139Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19782026-06-23T19:27:41.139Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19792026-06-23T19:27:41.139Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19802026-06-23T19:27:41.139Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19812026-06-23T19:27:41.139Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19822026-06-23T19:27:41.143Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19832026-06-23T19:27:41.143Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19842026-06-23T19:27:41.143Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19852026-06-23T19:27:41.146Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19862026-06-23T19:27:41.146Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19872026-06-23T19:27:41.146Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19882026-06-23T19:27:41.149Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19892026-06-23T19:27:41.149Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19902026-06-23T19:27:41.152Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19912026-06-23T19:27:41.152Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
19922026-06-23T19:27:41.153Z PASS [ 0.008s] bgp messages::tests::notification_round_trip
19932026-06-23T19:27:41.153Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19942026-06-23T19:27:41.155Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19952026-06-23T19:27:41.155Z PASS [ 0.008s] bgp messages::tests::prefix_conversion
19962026-06-23T19:27:41.155Z PASS [ 0.009s] bgp messages::tests::prefix_within
19972026-06-23T19:27:41.155Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19982026-06-23T19:27:41.159Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19992026-06-23T19:27:41.162Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20002026-06-23T19:27:41.162Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20012026-06-23T19:27:41.162Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20022026-06-23T19:27:41.162Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20032026-06-23T19:27:41.162Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20042026-06-23T19:27:41.165Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20052026-06-23T19:27:41.165Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20062026-06-23T19:27:41.168Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20072026-06-23T19:27:41.168Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20082026-06-23T19:27:41.172Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20092026-06-23T19:27:41.172Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20102026-06-23T19:27:41.172Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20112026-06-23T19:27:41.172Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20122026-06-23T19:27:41.172Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20132026-06-23T19:27:41.175Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20142026-06-23T19:27:41.176Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20152026-06-23T19:27:41.181Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
20162026-06-23T19:27:41.181Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20172026-06-23T19:27:41.185Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20182026-06-23T19:27:41.193Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20192026-06-23T19:27:41.196Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20202026-06-23T19:27:41.196Z PASS [ 0.021s] bgp policy::test::update_shape_community
20212026-06-23T19:27:41.200Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20222026-06-23T19:27:41.200Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20232026-06-23T19:27:41.200Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20242026-06-23T19:27:41.200Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20252026-06-23T19:27:41.205Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20262026-06-23T19:27:41.208Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20272026-06-23T19:27:41.211Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20282026-06-23T19:27:41.215Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20292026-06-23T19:27:41.215Z PASS [ 0.016s] bgp proptest::prop_ipv6_wire_format_roundtrip
20302026-06-23T19:27:41.215Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20312026-06-23T19:27:41.215Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20322026-06-23T19:27:41.215Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20332026-06-23T19:27:41.222Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20342026-06-23T19:27:41.225Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20352026-06-23T19:27:41.225Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20362026-06-23T19:27:41.227Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20372026-06-23T19:27:41.230Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20382026-06-23T19:27:41.234Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20392026-06-23T19:27:41.234Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20402026-06-23T19:27:41.234Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20412026-06-23T19:27:41.237Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20422026-06-23T19:27:41.237Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20432026-06-23T19:27:41.240Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20442026-06-23T19:27:41.240Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20452026-06-23T19:27:41.240Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20462026-06-23T19:27:41.240Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20472026-06-23T19:27:41.244Z PASS [ 0.030s] bgp proptest::prop_update_traditional_roundtrip
20482026-06-23T19:27:41.244Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20492026-06-23T19:27:41.248Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20502026-06-23T19:27:41.248Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20512026-06-23T19:27:41.248Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20522026-06-23T19:27:41.251Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20532026-06-23T19:27:41.251Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20542026-06-23T19:27:41.252Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20552026-06-23T19:27:44.312Z PASS [ 3.068s] bgp test::test_basic_peering_passive
20562026-06-23T19:27:44.316Z PASS [ 3.070s] bgp test::test_basic_peering_active
20572026-06-23T19:27:44.319Z PASS [ 3.070s] bgp test::test_basic_update
20582026-06-23T19:27:44.319Z PASS [ 3.068s] bgp test::test_basic_update_ipv6
20592026-06-23T19:27:44.330Z PASS [ 3.086s] bgp test::test_basic_peering_active_tcp
20602026-06-23T19:27:44.333Z PASS [ 3.081s] bgp test::test_basic_update_ipv6_tcp
20612026-06-23T19:27:44.333Z PASS [ 3.087s] bgp test::test_basic_peering_passive_tcp
20622026-06-23T19:27:44.336Z PASS [ 3.084s] bgp test::test_basic_update_tcp
20632026-06-23T19:27:47.402Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
20642026-06-23T19:27:47.411Z PASS [ 3.080s] bgp test::test_ipv6_basic_peering_active
20652026-06-23T19:27:47.415Z PASS [ 3.078s] bgp test::test_ipv6_basic_peering_passive_tcp
20662026-06-23T19:27:47.418Z PASS [ 3.086s] bgp test::test_ipv6_basic_peering_active_tcp
20672026-06-23T19:27:48.403Z PASS [ 4.085s] bgp test::test_ipv4_routes_ipv6_peer_success
20682026-06-23T19:27:48.403Z PASS [ 4.084s] bgp test::test_import_export_policy_filtering
20692026-06-23T19:27:48.403Z PASS [ 4.089s] bgp test::test_dual_stack_routes_ipv4_peer_success
20702026-06-23T19:27:48.406Z PASS [ 4.088s] bgp test::test_dual_stack_routes_ipv6_peer_success
20712026-06-23T19:27:48.473Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20722026-06-23T19:27:49.480Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20732026-06-23T19:27:49.503Z PASS [ 1.101s] bgp test::test_three_router_chain_tcp_ipv6
20742026-06-23T19:27:49.507Z PASS [ 1.104s] bgp test::test_three_router_chain_tcp
20752026-06-23T19:27:50.239Z PASS [ 2.822s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20762026-06-23T19:27:50.544Z PASS [ 1.064s] bgp test::test_unnumbered_ndp_change
20772026-06-23T19:27:50.550Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20782026-06-23T19:27:50.555Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20792026-06-23T19:27:50.560Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20802026-06-23T19:27:50.565Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20812026-06-23T19:27:51.475Z PASS [ 3.071s] bgp test::test_three_router_chain_unnumbered
20822026-06-23T19:27:51.487Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20832026-06-23T19:27:53.469Z PASS [ 5.065s] bgp test::test_unnumbered_dualstack_route_exchange
20842026-06-23T19:27:54.568Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20852026-06-23T19:27:58.572Z PASS [ 9.067s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20862026-06-23T19:27:59.300Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20872026-06-23T19:28:06.559Z PASS [ 18.066s] bgp test::test_unnumbered_interface_lifecycle
20882026-06-23T19:28:06.560Z────────────
20892026-06-23T19:28:06.560Z Summary [ 25.459s] 154 tests run: 154 passed, 0 skipped
20902026-06-23T19:28:06.567Z+ 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/
20912026-06-23T19:28:06.567Z+ popd
20922026-06-23T19:28:06.567Z+ pushd mgd
20932026-06-23T19:28:06.567Z/work/oxidecomputer/maghemite
20942026-06-23T19:28:06.567Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20952026-06-23T19:28:06.567Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20962026-06-23T19:28:07.774Z Compiling slog v2.8.2
20972026-06-23T19:28:07.885Z Compiling usdt v0.6.0
20982026-06-23T19:28:08.016Z Compiling proc-macro-error-attr2 v2.0.0
20992026-06-23T19:28:08.028Z Compiling papergrid v0.18.0
21002026-06-23T19:28:08.028Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21012026-06-23T19:28:08.028Z Compiling testing_table v0.3.0
21022026-06-23T19:28:08.161Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21032026-06-23T19:28:08.174Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21042026-06-23T19:28:08.183Z Compiling slog-json v2.6.1
21052026-06-23T19:28:08.276Z Compiling slog-term v2.9.2
21062026-06-23T19:28:08.405Z Compiling slog-async v2.8.0
21072026-06-23T19:28:08.521Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21082026-06-23T19:28:08.550Z Compiling slog-bunyan v2.5.0
21092026-06-23T19:28:08.586Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-23T19:28:08.651Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-23T19:28:08.826Z Compiling dropshot v0.17.1
21122026-06-23T19:28:08.937Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-23T19:28:08.947Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-23T19:28:09.025Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21152026-06-23T19:28:09.051Z Compiling slog-dtrace v0.3.0
21162026-06-23T19:28:09.371Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-23T19:28:09.476Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21182026-06-23T19:28:10.108Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-23T19:28:10.228Z Compiling steno v0.4.1
21202026-06-23T19:28:10.239Z Compiling proc-macro-error2 v2.0.1
21212026-06-23T19:28:10.519Z Compiling tabled_derive v0.11.0
21222026-06-23T19:28:11.082Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21232026-06-23T19:28:11.665Z Compiling tabled v0.21.0
21242026-06-23T19:28:12.685Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-23T19:28:13.494Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-23T19:28:14.415Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-23T19:28:15.046Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21282026-06-23T19:28:15.807Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-23T19:28:15.879Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21302026-06-23T19:28:15.952Z Compiling crc8 v0.1.1
21312026-06-23T19:28:15.987Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-23T19:28:16.000Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21332026-06-23T19:28:16.070Z Compiling dropshot-api-manager-types v0.7.2
21342026-06-23T19:28:16.240Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21352026-06-23T19:28:16.446Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21362026-06-23T19:28:16.846Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-23T19:28:18.825Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-23T19:28:18.898Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-23T19:28:18.933Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-23T19:28:19.095Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-23T19:28:19.456Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-23T19:28:19.973Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-23T19:28:20.581Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-23T19:28:20.876Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-23T19:28:20.936Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-23T19:28:21.091Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-23T19:28:21.325Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-23T19:28:26.751Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-23T19:28:26.751Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-06-23T19:28:27.674Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-23T19:28:27.781Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-23T19:28:27.951Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-23T19:28:27.966Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-23T19:28:28.185Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-06-23T19:28:36.014Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-23T19:28:44.342Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-06-23T19:28:45.376Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-23T19:28:46.428Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21592026-06-23T19:28:47.400Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21602026-06-23T19:28:49.237Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21612026-06-23T19:28:49.436Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21622026-06-23T19:28:49.436Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21632026-06-23T19:28:49.449Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21642026-06-23T19:28:55.270Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21652026-06-23T19:29:23.763Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
21662026-06-23T19:29:23.944Z────────────
21672026-06-23T19:29:23.944Z Nextest run ID d594e43f-6749-4f89-9eb8-f19d414ebb5f with nextest profile: default
21682026-06-23T19:29:23.944Z Starting 37 tests across 3 binaries
21692026-06-23T19:29:23.949Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21702026-06-23T19:29:23.949Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21712026-06-23T19:29:23.953Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21722026-06-23T19:29:23.953Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21732026-06-23T19:29:23.957Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::source_ports_sweep_ephemeral_window
21742026-06-23T19:29:23.957Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21752026-06-23T19:29:23.957Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21762026-06-23T19:29:23.970Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21772026-06-23T19:29:23.987Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21782026-06-23T19:29:24.005Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21792026-06-23T19:29:24.011Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21802026-06-23T19:29:24.015Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21812026-06-23T19:29:24.015Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21822026-06-23T19:29:24.015Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21832026-06-23T19:29:24.015Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21842026-06-23T19:29:24.015Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21852026-06-23T19:29:24.015Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21862026-06-23T19:29:24.020Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21872026-06-23T19:29:24.024Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21882026-06-23T19:29:24.025Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21892026-06-23T19:29:24.025Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21902026-06-23T19:29:24.025Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21912026-06-23T19:29:24.025Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21922026-06-23T19:29:24.025Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21932026-06-23T19:29:24.025Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21942026-06-23T19:29:24.030Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21952026-06-23T19:29:24.033Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21962026-06-23T19:29:24.033Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21972026-06-23T19:29:24.033Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21982026-06-23T19:29:24.033Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21992026-06-23T19:29:24.033Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22002026-06-23T19:29:24.034Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22012026-06-23T19:29:24.034Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22022026-06-23T19:29:24.039Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22032026-06-23T19:29:24.042Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22042026-06-23T19:29:24.042Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22052026-06-23T19:29:24.043Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22062026-06-23T19:29:24.044Z────────────
22072026-06-23T19:29:24.044Z Summary [ 0.096s] 37 tests run: 37 passed, 0 skipped
22082026-06-23T19:29:24.052Z+ cp ./apply_remove_entire_group.log /work/
22092026-06-23T19:29:24.055Z+ popd
22102026-06-23T19:29:24.055Z/work/oxidecomputer/maghemite
22112026-06-23T19:29:24.055Zprocess exited: duration 446498 ms, exit code 0
 
22122026-06-23T19:29:24.063Zfound 66 output files
22132026-06-23T19:29:24.063Zuploading: /work/apply_remove_entire_group.log (12818 bytes)
22142026-06-23T19:29:25.081Zuploaded: /work/apply_remove_entire_group.log
22152026-06-23T19:29:25.081Zuploading: /work/dualstack_routes.log (118586 bytes)
22162026-06-23T19:29:26.094Zuploaded: /work/dualstack_routes.log
22172026-06-23T19:29:26.095Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2258 bytes)
22182026-06-23T19:29:27.104Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22192026-06-23T19:29:27.104Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1365 bytes)
22202026-06-23T19:29:28.113Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22212026-06-23T19:29:28.113Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2272 bytes)
22222026-06-23T19:29:29.125Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22232026-06-23T19:29:29.125Zuploading: /work/loopback-manager.test_basic_update_tcp.log (1396 bytes)
22242026-06-23T19:29:30.140Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22252026-06-23T19:29:30.140Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2276 bytes)
22262026-06-23T19:29:31.151Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22272026-06-23T19:29:31.151Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2270 bytes)
22282026-06-23T19:29:32.161Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22292026-06-23T19:29:32.161Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3132 bytes)
22302026-06-23T19:29:33.172Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22312026-06-23T19:29:33.172Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2246 bytes)
22322026-06-23T19:29:34.185Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22332026-06-23T19:29:34.185Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2242 bytes)
22342026-06-23T19:29:35.195Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22352026-06-23T19:29:35.195Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2171 bytes)
22362026-06-23T19:29:36.206Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22372026-06-23T19:29:36.206Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2398 bytes)
22382026-06-23T19:29:37.216Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22392026-06-23T19:29:37.216Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2429 bytes)
22402026-06-23T19:29:38.232Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22412026-06-23T19:29:38.232Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4635 bytes)
22422026-06-23T19:29:39.244Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22432026-06-23T19:29:39.244Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3439 bytes)
22442026-06-23T19:29:40.260Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22452026-06-23T19:29:40.260Zuploading: /work/multiple_unnumbered.log (133324 bytes)
22462026-06-23T19:29:41.277Zuploaded: /work/multiple_unnumbered.log
22472026-06-23T19:29:41.277Zuploading: /work/ndp_change_reset.log (70281 bytes)
22482026-06-23T19:29:42.293Zuploaded: /work/ndp_change_reset.log
22492026-06-23T19:29:42.293Zuploading: /work/ndp_changes.log (88442 bytes)
22502026-06-23T19:29:43.307Zuploaded: /work/ndp_changes.log
22512026-06-23T19:29:43.307Zuploading: /work/r1.test_basic_peering_active.log (38081 bytes)
22522026-06-23T19:29:44.321Zuploaded: /work/r1.test_basic_peering_active.log
22532026-06-23T19:29:44.321Zuploading: /work/r1.test_basic_peering_active_tcp.log (45520 bytes)
22542026-06-23T19:29:45.332Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22552026-06-23T19:29:45.332Zuploading: /work/r1.test_basic_peering_passive.log (33695 bytes)
22562026-06-23T19:29:46.344Zuploaded: /work/r1.test_basic_peering_passive.log
22572026-06-23T19:29:46.344Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39688 bytes)
22582026-06-23T19:29:47.355Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22592026-06-23T19:29:47.355Zuploading: /work/r1.test_basic_update.log (28592 bytes)
22602026-06-23T19:29:48.368Zuploaded: /work/r1.test_basic_update.log
22612026-06-23T19:29:48.368Zuploading: /work/r1.test_basic_update_ipv6.log (28089 bytes)
22622026-06-23T19:29:49.378Zuploaded: /work/r1.test_basic_update_ipv6.log
22632026-06-23T19:29:49.378Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31126 bytes)
22642026-06-23T19:29:50.389Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22652026-06-23T19:29:50.389Zuploading: /work/r1.test_basic_update_tcp.log (31145 bytes)
22662026-06-23T19:29:51.400Zuploaded: /work/r1.test_basic_update_tcp.log
22672026-06-23T19:29:51.400Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (63717 bytes)
22682026-06-23T19:29:52.415Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22692026-06-23T19:29:52.415Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43969 bytes)
22702026-06-23T19:29:53.425Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22712026-06-23T19:29:53.425Zuploading: /work/r1.test_import_export_policy_filtering.log (40191 bytes)
22722026-06-23T19:29:54.438Zuploaded: /work/r1.test_import_export_policy_filtering.log
22732026-06-23T19:29:54.438Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35902 bytes)
22742026-06-23T19:29:55.452Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22752026-06-23T19:29:55.452Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40268 bytes)
22762026-06-23T19:29:56.463Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22772026-06-23T19:29:56.464Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49031 bytes)
22782026-06-23T19:29:57.476Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22792026-06-23T19:29:57.476Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33788 bytes)
22802026-06-23T19:29:58.486Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22812026-06-23T19:29:58.486Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39616 bytes)
22822026-06-23T19:29:59.498Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22832026-06-23T19:29:59.498Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (34581 bytes)
22842026-06-23T19:30:00.510Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22852026-06-23T19:30:00.510Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29938 bytes)
22862026-06-23T19:30:01.522Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22872026-06-23T19:30:01.522Zuploading: /work/r1.test_three_router_chain_tcp.log (25858 bytes)
22882026-06-23T19:30:02.533Zuploaded: /work/r1.test_three_router_chain_tcp.log
22892026-06-23T19:30:02.533Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22237 bytes)
22902026-06-23T19:30:03.544Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22912026-06-23T19:30:03.544Zuploading: /work/r2.test_basic_peering_active.log (38817 bytes)
22922026-06-23T19:30:04.557Zuploaded: /work/r2.test_basic_peering_active.log
22932026-06-23T19:30:04.557Zuploading: /work/r2.test_basic_peering_active_tcp.log (44392 bytes)
22942026-06-23T19:30:05.570Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22952026-06-23T19:30:05.570Zuploading: /work/r2.test_basic_peering_passive.log (41337 bytes)
22962026-06-23T19:30:06.582Zuploaded: /work/r2.test_basic_peering_passive.log
22972026-06-23T19:30:06.582Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45946 bytes)
22982026-06-23T19:30:07.593Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22992026-06-23T19:30:07.593Zuploading: /work/r2.test_basic_update.log (29027 bytes)
23002026-06-23T19:30:08.605Zuploaded: /work/r2.test_basic_update.log
23012026-06-23T19:30:08.605Zuploading: /work/r2.test_basic_update_ipv6.log (26286 bytes)
23022026-06-23T19:30:09.616Zuploaded: /work/r2.test_basic_update_ipv6.log
23032026-06-23T19:30:09.616Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32793 bytes)
23042026-06-23T19:30:10.627Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23052026-06-23T19:30:10.627Zuploading: /work/r2.test_basic_update_tcp.log (29707 bytes)
23062026-06-23T19:30:11.639Zuploaded: /work/r2.test_basic_update_tcp.log
23072026-06-23T19:30:11.639Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (57828 bytes)
23082026-06-23T19:30:12.653Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23092026-06-23T19:30:12.656Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (40747 bytes)
23102026-06-23T19:30:13.663Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23112026-06-23T19:30:13.663Zuploading: /work/r2.test_import_export_policy_filtering.log (36557 bytes)
23122026-06-23T19:30:14.676Zuploaded: /work/r2.test_import_export_policy_filtering.log
23132026-06-23T19:30:14.676Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38299 bytes)
23142026-06-23T19:30:15.687Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23152026-06-23T19:30:15.687Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38891 bytes)
23162026-06-23T19:30:16.699Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23172026-06-23T19:30:16.699Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47465 bytes)
23182026-06-23T19:30:17.710Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23192026-06-23T19:30:17.711Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41334 bytes)
23202026-06-23T19:30:18.723Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23212026-06-23T19:30:18.723Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46591 bytes)
23222026-06-23T19:30:19.735Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23232026-06-23T19:30:19.738Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38170 bytes)
23242026-06-23T19:30:20.749Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23252026-06-23T19:30:20.749Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28069 bytes)
23262026-06-23T19:30:21.760Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23272026-06-23T19:30:21.760Zuploading: /work/r2.test_three_router_chain_tcp.log (49124 bytes)
23282026-06-23T19:30:22.771Zuploaded: /work/r2.test_three_router_chain_tcp.log
23292026-06-23T19:30:22.771Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45456 bytes)
23302026-06-23T19:30:23.783Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23312026-06-23T19:30:23.783Zuploading: /work/r3.test_three_router_chain_tcp.log (24992 bytes)
23322026-06-23T19:30:24.794Zuploaded: /work/r3.test_three_router_chain_tcp.log
23332026-06-23T19:30:24.795Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (25071 bytes)
23342026-06-23T19:30:25.805Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23352026-06-23T19:30:25.808Zuploading: /work/same_linklocal.log (164025 bytes)
23362026-06-23T19:30:26.820Zuploaded: /work/same_linklocal.log
23372026-06-23T19:30:26.820Zuploading: /work/three_chain.log (168175 bytes)
23382026-06-23T19:30:27.834Zuploaded: /work/three_chain.log
23392026-06-23T19:30:27.834Zuploading: /work/unnumbered_expiry.log (88873 bytes)
23402026-06-23T19:30:28.847Zuploaded: /work/unnumbered_expiry.log
23412026-06-23T19:30:28.847Zuploading: /work/unnumbered_interface_lifecycle.log (160914 bytes)
23422026-06-23T19:30:29.862Zuploaded: /work/unnumbered_interface_lifecycle.log
23432026-06-23T19:30:29.863Zuploading: /work/unnumbered_peer_change.log (78962 bytes)
23442026-06-23T19:30:30.876Zuploaded: /work/unnumbered_peer_change.log