01KTAYRFC029HBKMM7FTW24F9Q: 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: 01KTAYSWMYRFRJD7RC4GPWCJB1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:57:31.078Zjob assigned to worker 01KTAYTASZA8DF79HDRB49KFM1 [factory aws, i-07e8a5255a24ee845] (queued for 56 s)
 
22026-06-05T03:57:37.424Zstarting task 0: "setup"
32026-06-05T03:57:37.427Z++ uname -s
42026-06-05T03:57:37.431Z+ kern=SunOS
52026-06-05T03:57:37.431Z+ build_user=build
62026-06-05T03:57:37.431Z+ build_uid=12345
72026-06-05T03:57:37.431Z+ work_dir=/work
82026-06-05T03:57:37.431Z+ input_dir=/input
92026-06-05T03:57:37.431Z+ [[ 0 == 12345 ]]
102026-06-05T03:57:37.431Z+ case "$kern" in
112026-06-05T03:57:37.431Z+ groupadd -g 12345 build
122026-06-05T03:57:37.431Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:57:39.437Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:57:39.551Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:57:39.554Z+ home_fs=zfs
162026-06-05T03:57:39.554Z+ [[ zfs == autofs ]]
172026-06-05T03:57:39.554Z+ mkdir -p /home/build
182026-06-05T03:57:39.554Z+ chown build:build /home/build /work
192026-06-05T03:57:41.561Z+ chmod 0700 /home/build /work
202026-06-05T03:57:41.565Zprocess exited: duration 4137 ms, exit code 0
 
212026-06-05T03:57:41.579Zstarting task 1: "rust-toolchain"
222026-06-05T03:57:41.585Z * rust toolchain channel = "stable"
232026-06-05T03:57:41.585Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-06-05T03:57:41.585Z * rust toolchain profile = "default"
252026-06-05T03:57:41.585Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:57:41.585Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:57:41.585Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:57:41.588Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:57:41.588Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:57:41.693Zinfo: downloading installer
312026-06-05T03:57:43.080Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:57:43.080Zwarn: /opt/ooce/bin
332026-06-05T03:57:43.080Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:57:43.080Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:57:43.080Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:57:43.080Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:57:43.080Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:57:43.080Zerror: cannot install while Rust is installed
392026-06-05T03:57:43.080Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:57:43.080Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:57:43.080Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:57:43.080Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:57:43.080Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:57:43.094Zinfo: profile set to default
452026-06-05T03:57:43.094Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:57:43.096Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:57:43.224Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:57:43.227Zinfo: downloading 6 components
492026-06-05T03:57:57.804Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:57:57.804Z
512026-06-05T03:57:57.837Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:57:57.837Z
532026-06-05T03:57:57.837Z
542026-06-05T03:57:57.837ZRust is installed now. Great!
552026-06-05T03:57:57.837Z
562026-06-05T03:57:57.837ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:57:57.837Zenvironment variable. This has not been done automatically.
582026-06-05T03:57:57.837Z
592026-06-05T03:57:57.837ZTo configure your current shell, you need to source
602026-06-05T03:57:57.837Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:57:57.837Z
622026-06-05T03:57:57.837ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:57:57.837Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:57:57.837Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:57:57.837Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:57:57.837Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:57:57.837Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:57:57.837Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:57:57.840Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:57:57.840Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:57:57.920Z+ rustup --version
722026-06-05T03:57:57.928Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:57:57.931Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:57:57.950Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:57:57.956Z+ cargo --version
762026-06-05T03:57:57.966Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:57:57.969Z+ rustc --version
782026-06-05T03:57:57.987Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:57:57.990Zprocess exited: duration 16408 ms, exit code 0
 
802026-06-05T03:57:57.997Zstarting task 2: "authentication"
812026-06-05T03:57:58.009ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:58:28.068Zprocess exited: duration 30068 ms, exit code 0
 
832026-06-05T03:58:28.074Zstarting task 3: "clone repository"
842026-06-05T03:58:28.078Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:58:28.081Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:58:28.116ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:58:29.195Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:58:29.195Z+ git fetch origin c6b42e3669f55d526156dbc99cdc4d72981075ee
892026-06-05T03:58:30.441ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T03:58:30.441Z * branch c6b42e3669f55d526156dbc99cdc4d72981075ee -> FETCH_HEAD
912026-06-05T03:58:30.444Z+ [[ -n renovate/dropshot ]]
922026-06-05T03:58:30.444Z++ git branch --show-current
932026-06-05T03:58:30.444Z+ current=main
942026-06-05T03:58:30.444Z+ [[ main != renovate/dropshot ]]
952026-06-05T03:58:30.444Z+ git branch -f renovate/dropshot c6b42e3669f55d526156dbc99cdc4d72981075ee
962026-06-05T03:58:30.444Z+ git checkout -f renovate/dropshot
972026-06-05T03:58:30.444ZSwitched to branch 'renovate/dropshot'
982026-06-05T03:58:30.444Z+ git reset --hard c6b42e3669f55d526156dbc99cdc4d72981075ee
992026-06-05T03:58:30.444ZHEAD is now at c6b42e3 Update dropshot to 0.17.1
1002026-06-05T03:58:30.444Zprocess exited: duration 1409 ms, exit code 0
 
1012026-06-05T03:58:30.451Zstarting task 4: "build"
1022026-06-05T03:58:30.456Z+ set -e
1032026-06-05T03:58:30.456Z+ source .github/buildomat/test-common.sh
1042026-06-05T03:58:30.460Z++ NEXTEST_VERSION=0.9.97
1052026-06-05T03:58:30.460Z++ PLATFORM=illumos
1062026-06-05T03:58:30.460Z++ banner install
1072026-06-05T03:58:30.460Z
1082026-06-05T03:58:30.460Z # # # #### ##### ## # #
1092026-06-05T03:58:30.460Z # ## # # # # # # #
1102026-06-05T03:58:30.461Z # # # # #### # # # # #
1112026-06-05T03:58:30.461Z # # # # # # ###### # #
1122026-06-05T03:58:30.461Z # # ## # # # # # # #
1132026-06-05T03:58:30.461Z # # # #### # # # ###### ######
1142026-06-05T03:58:30.461Z
1152026-06-05T03:58:30.461Z++ set +o errexit
1162026-06-05T03:58:30.464Z++ pkg info clang-15
1172026-06-05T03:58:30.464Z++ grep -qi installed
1182026-06-05T03:58:31.658Zpkg: info: no packages matching the following patterns you specified are
1192026-06-05T03:58:31.659Zinstalled on the system. Try querying remotely instead:
1202026-06-05T03:58:31.659Z
1212026-06-05T03:58:31.659Z clang-15
1222026-06-05T03:58:31.694Z++ [[ 1 != 0 ]]
1232026-06-05T03:58:31.694Z++ set -o errexit
1242026-06-05T03:58:31.695Z++ pfexec pkg install clang-15
1252026-06-05T03:58:40.180Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-05T03:58:47.826Z Startup: Caching catalogs ... Done
1272026-06-05T03:58:55.046ZPlanning: Solver setup ... Done
1282026-06-05T03:58:55.086ZPlanning: Running solver ... Done
1292026-06-05T03:58:55.225ZPlanning: Finding local manifests ... Done
1302026-06-05T03:58:55.237ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-05T03:58:55.319ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-05T03:58:55.348ZPlanning: Package planning ... Done
1332026-06-05T03:58:55.374ZPlanning: Merging actions ... Done
1342026-06-05T03:58:55.482ZPlanning: Checking for conflicting actions ... Done
1352026-06-05T03:58:55.488ZPlanning: Consolidating action changes ... Done
1362026-06-05T03:58:56.267ZPlanning: Evaluating mediators ... Done
1372026-06-05T03:58:56.272ZPlanning: Planning completed in 8.28 seconds
1382026-06-05T03:58:56.284Z Packages to install: 2
1392026-06-05T03:58:56.284Z Mediators to change: 2
1402026-06-05T03:58:56.284Z Services to change: 1
1412026-06-05T03:58:56.284Z Create boot environment: No
1422026-06-05T03:58:56.287ZCreate backup boot environment: No
1432026-06-05T03:58:56.326Z
1442026-06-05T03:58:56.326ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-05T03:59:01.330ZDownload: 556/3076 items 17.2/211.3MB 8% complete (3.5M/s)
1462026-06-05T03:59:06.461ZDownload: 977/3076 items 82.1/211.3MB 38% complete (10.4M/s)
1472026-06-05T03:59:21.546ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1482026-06-05T03:59:28.294ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1492026-06-05T03:59:33.328ZDownload: 1369/3076 items 115.4/211.3MB 54% complete (7.1M/s)
1502026-06-05T03:59:38.333ZDownload: 1544/3076 items 116.6/211.3MB 55% complete (3.7M/s)
1512026-06-05T03:59:43.554ZDownload: 1555/3076 items 117.0/211.3MB 55% complete (1.9M/s)
1522026-06-05T03:59:48.554ZDownload: 1757/3076 items 117.4/211.3MB 55% complete (87.3k/s)
1532026-06-05T03:59:53.714ZDownload: 1978/3076 items 117.8/211.3MB 55% complete (83.2k/s)
1542026-06-05T03:59:58.723ZDownload: 2003/3076 items 117.9/211.3MB 55% complete (80.5k/s)
1552026-06-05T04:00:05.014ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (73.4k/s)
1562026-06-05T04:00:14.233ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
1572026-06-05T04:00:19.516ZDownload: 2176/3076 items 118.7/211.3MB 56% complete (147k/s)
1582026-06-05T04:00:24.325ZDownload: 2418/3076 items 119.3/211.3MB 56% complete (143k/s)
1592026-06-05T04:00:29.336ZDownload: 2554/3076 items 119.6/211.3MB 56% complete (99.5k/s)
1602026-06-05T04:00:34.338ZDownload: 2715/3076 items 119.9/211.3MB 56% complete (69.2k/s)
1612026-06-05T04:00:39.361ZDownload: 2790/3076 items 120.0/211.3MB 56% complete (44.7k/s)
1622026-06-05T04:00:44.846ZDownload: 2972/3076 items 185.2/211.3MB 87% complete (6.5M/s)
1632026-06-05T04:00:51.121ZDownload: 3025/3076 items 201.2/211.3MB 95% complete (8.1M/s)
1642026-06-05T04:00:57.637ZDownload: 3029/3076 items 201.5/211.3MB 95% complete (7.0M/s)
1652026-06-05T04:01:06.322ZDownload: 3031/3076 items 201.5/211.3MB 95% complete
1662026-06-05T04:01:09.629ZDownload: Completed 211.31 MB in 133.29 seconds (1.6M/s)
1672026-06-05T04:01:09.758Z Actions: 1/3418 actions (Installing new actions)
1682026-06-05T04:01:12.940Z Actions: Completed 3418 actions in 3.17 seconds.
1692026-06-05T04:01:13.569Z Done
1702026-06-05T04:01:13.569Z Done
1712026-06-05T04:01:14.325Z Done
1722026-06-05T04:01:17.672Z Done
1732026-06-05T04:01:17.746Z Done
1742026-06-05T04:01:17.749Z Done
1752026-06-05T04:01:18.008Z Done
1762026-06-05T04:01:18.683Z++ set -o errexit
1772026-06-05T04:01:18.683Z++ cargo --version
1782026-06-05T04:01:18.689Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1792026-06-05T04:01:18.883Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1802026-06-05T04:01:18.895Zinfo: downloading 6 components
1812026-06-05T04:01:33.635Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1822026-06-05T04:01:33.638Z++ rustc --version
1832026-06-05T04:01:33.665Zrustc 1.95.0 (59807616e 2026-04-14)
1842026-06-05T04:01:33.669Z++ cargo install cargo-nextest --version 0.9.97
1852026-06-05T04:01:33.713Z Updating crates.io index
1862026-06-05T04:01:33.823Z Downloading crates ...
1872026-06-05T04:01:33.892Z Downloaded cargo-nextest v0.9.97
1882026-06-05T04:01:33.955Z Installing cargo-nextest v0.9.97
1892026-06-05T04:01:33.995Z Updating crates.io index
1902026-06-05T04:01:36.885Z Locking 404 packages to latest compatible versions
1912026-06-05T04:01:36.890Z Adding dialoguer v0.11.0 (available: v0.12.0)
1922026-06-05T04:01:36.893Z Adding duct v0.13.7 (available: v1.1.1)
1932026-06-05T04:01:36.893Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1942026-06-05T04:01:36.893Z Adding generic-array v0.14.7 (available: v0.14.9)
1952026-06-05T04:01:36.896Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1962026-06-05T04:01:36.896Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1972026-06-05T04:01:36.896Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1982026-06-05T04:01:36.898Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1992026-06-05T04:01:36.901Z Adding quick-junit v0.5.2 (available: v0.6.0)
2002026-06-05T04:01:36.929Z Downloading crates ...
2012026-06-05T04:01:37.020Z Downloaded autocfg v1.5.1
2022026-06-05T04:01:37.023Z Downloaded bitflags v2.12.1
2032026-06-05T04:01:37.026Z Downloaded addr2line v0.25.1
2042026-06-05T04:01:37.030Z Downloaded clap_lex v1.1.0
2052026-06-05T04:01:37.030Z Downloaded is_ci v1.2.0
2062026-06-05T04:01:37.036Z Downloaded idna_adapter v1.0.0
2072026-06-05T04:01:37.040Z Downloaded anstyle-query v1.1.5
2082026-06-05T04:01:37.043Z Downloaded camino-tempfile v1.4.1
2092026-06-05T04:01:37.043Z Downloaded color-spantrace v0.3.0
2102026-06-05T04:01:37.045Z Downloaded find-msvc-tools v0.1.9
2112026-06-05T04:01:37.049Z Downloaded flate2 v1.1.9
2122026-06-05T04:01:37.053Z Downloaded cc v1.2.63
2132026-06-05T04:01:37.056Z Downloaded nextest-filtering v0.15.0
2142026-06-05T04:01:37.058Z Downloaded form_urlencoded v1.2.2
2152026-06-05T04:01:37.058Z Downloaded crossterm v0.29.0
2162026-06-05T04:01:37.062Z Downloaded rand_core v0.9.5
2172026-06-05T04:01:37.065Z Downloaded proc-macro2 v1.0.106
2182026-06-05T04:01:37.065Z Downloaded getrandom v0.3.4
2192026-06-05T04:01:37.070Z Downloaded parking_lot v0.12.5
2202026-06-05T04:01:37.073Z Downloaded http v1.4.1
2212026-06-05T04:01:37.073Z Downloaded atomicwrites v0.4.4
2222026-06-05T04:01:37.073Z Downloaded derive-where v1.6.1
2232026-06-05T04:01:37.075Z Downloaded indexmap v2.14.0
2242026-06-05T04:01:37.078Z Downloaded backtrace-ext v0.2.1
2252026-06-05T04:01:37.081Z Downloaded quick-xml v0.38.4
2262026-06-05T04:01:37.084Z Downloaded rustc_version v0.4.1
2272026-06-05T04:01:37.092Z Downloaded clap_derive v4.6.1
2282026-06-05T04:01:37.094Z Downloaded atomic-waker v1.1.2
2292026-06-05T04:01:37.099Z Downloaded rand_chacha v0.9.0
2302026-06-05T04:01:37.101Z Downloaded indenter v0.3.4
2312026-06-05T04:01:37.104Z Downloaded rustls v0.23.40
2322026-06-05T04:01:37.109Z Downloaded quote v1.0.45
2332026-06-05T04:01:37.112Z Downloaded lru-slab v0.1.2
2342026-06-05T04:01:37.112Z Downloaded futures-core v0.3.32
2352026-06-05T04:01:37.115Z Downloaded futures-io v0.3.32
2362026-06-05T04:01:37.115Z Downloaded foreign-types-shared v0.1.1
2372026-06-05T04:01:37.115Z Downloaded document-features v0.2.12
2382026-06-05T04:01:37.119Z Downloaded is_terminal_polyfill v1.70.2
2392026-06-05T04:01:37.120Z Downloaded futures-macro v0.3.32
2402026-06-05T04:01:37.123Z Downloaded http-body v1.0.1
2412026-06-05T04:01:37.123Z Downloaded errno v0.3.14
2422026-06-05T04:01:37.123Z Downloaded hyper-rustls v0.27.9
2432026-06-05T04:01:37.126Z Downloaded cpufeatures v0.2.17
2442026-06-05T04:01:37.128Z Downloaded percent-encoding v2.3.2
2452026-06-05T04:01:37.132Z Downloaded guppy-workspace-hack v0.1.0
2462026-06-05T04:01:37.132Z Downloaded cargo-platform v0.3.3
2472026-06-05T04:01:37.132Z Downloaded rustc-hash v2.1.2
2482026-06-05T04:01:37.135Z Downloaded openssl-probe v0.2.1
2492026-06-05T04:01:37.135Z Downloaded anstyle v1.0.14
2502026-06-05T04:01:37.135Z Downloaded foldhash v0.1.5
2512026-06-05T04:01:37.139Z Downloaded getrandom v0.2.17
2522026-06-05T04:01:37.142Z Downloaded newtype-uuid v1.3.2
2532026-06-05T04:01:37.142Z Downloaded itoa v1.0.18
2542026-06-05T04:01:37.145Z Downloaded colorchoice v1.0.5
2552026-06-05T04:01:37.145Z Downloaded cfg-if v1.0.4
2562026-06-05T04:01:37.148Z Downloaded foreign-types v0.3.2
2572026-06-05T04:01:37.151Z Downloaded serde_ignored v0.1.14
2582026-06-05T04:01:37.151Z Downloaded hex v0.4.3
2592026-06-05T04:01:37.154Z Downloaded curve25519-dalek-derive v0.1.1
2602026-06-05T04:01:37.154Z Downloaded humantime-serde v1.1.1
2612026-06-05T04:01:37.157Z Downloaded scopeguard v1.2.0
2622026-06-05T04:01:37.157Z Downloaded indent_write v2.2.0
2632026-06-05T04:01:37.161Z Downloaded cargo-platform v0.2.0
2642026-06-05T04:01:37.164Z Downloaded ordered-float v2.10.1
2652026-06-05T04:01:37.164Z Downloaded shared_child v1.1.1
2662026-06-05T04:01:37.167Z Downloaded os_pipe v1.2.3
2672026-06-05T04:01:37.167Z Downloaded debug-ignore v1.0.5
2682026-06-05T04:01:37.167Z Downloaded adler2 v2.0.1
2692026-06-05T04:01:37.169Z Downloaded convert_case v0.10.0
2702026-06-05T04:01:37.169Z Downloaded hyper-tls v0.6.0
2712026-06-05T04:01:37.173Z Downloaded digest v0.10.7
2722026-06-05T04:01:37.173Z Downloaded self-replace v1.5.0
2732026-06-05T04:01:37.175Z Downloaded fastrand v2.4.1
2742026-06-05T04:01:37.175Z Downloaded humantime v2.3.0
2752026-06-05T04:01:37.179Z Downloaded anstyle-parse v1.0.0
2762026-06-05T04:01:37.179Z Downloaded ppv-lite86 v0.2.21
2772026-06-05T04:01:37.184Z Downloaded serde_spanned v1.1.1
2782026-06-05T04:01:37.184Z Downloaded rustc-demangle v0.1.27
2792026-06-05T04:01:37.184Z Downloaded semver v1.0.28
2802026-06-05T04:01:37.187Z Downloaded fnv v1.0.7
2812026-06-05T04:01:37.187Z Downloaded litrs v1.0.0
2822026-06-05T04:01:37.187Z Downloaded equivalent v1.0.2
2832026-06-05T04:01:37.193Z Downloaded quinn v0.11.9
2842026-06-05T04:01:37.197Z Downloaded subtle v2.6.1
2852026-06-05T04:01:37.197Z Downloaded either v1.16.0
2862026-06-05T04:01:37.201Z Downloaded miette-derive v7.6.0
2872026-06-05T04:01:37.204Z Downloaded heck v0.5.0
2882026-06-05T04:01:37.207Z Downloaded rand_core v0.6.4
2892026-06-05T04:01:37.207Z Downloaded block-buffer v0.10.4
2902026-06-05T04:01:37.210Z Downloaded shell-words v1.1.1
2912026-06-05T04:01:37.213Z Downloaded futures-sink v0.3.32
2922026-06-05T04:01:37.216Z Downloaded serde_urlencoded v0.7.1
2932026-06-05T04:01:37.216Z Downloaded pin-project-internal v1.1.13
2942026-06-05T04:01:37.216Z Downloaded pkg-config v0.3.33
2952026-06-05T04:01:37.219Z Downloaded futures-task v0.3.32
2962026-06-05T04:01:37.219Z Downloaded once_cell v1.21.4
2972026-06-05T04:01:37.221Z Downloaded crypto-common v0.1.7
2982026-06-05T04:01:37.221Z Downloaded owo-colors v4.3.0
2992026-06-05T04:01:37.224Z Downloaded serde_spanned v0.6.9
3002026-06-05T04:01:37.224Z Downloaded sigchld v0.2.4
3012026-06-05T04:01:37.224Z Downloaded generic-array v0.14.7
3022026-06-05T04:01:37.227Z Downloaded nextest-metadata v0.12.2
3032026-06-05T04:01:37.227Z Downloaded cfg_aliases v0.2.1
3042026-06-05T04:01:37.230Z Downloaded erased-serde v0.4.10
3052026-06-05T04:01:37.234Z Downloaded ed25519 v2.2.3
3062026-06-05T04:01:37.234Z Downloaded cargo_metadata v0.23.1
3072026-06-05T04:01:37.236Z Downloaded strip-ansi-escapes v0.2.1
3082026-06-05T04:01:37.239Z Downloaded supports-color v3.0.2
3092026-06-05T04:01:37.239Z Downloaded duct v0.13.7
3102026-06-05T04:01:37.242Z Downloaded enable-ansi-support v0.2.1
3112026-06-05T04:01:37.242Z Downloaded base64ct v1.8.3
3122026-06-05T04:01:37.245Z Downloaded smol_str v0.3.6
3132026-06-05T04:01:37.248Z Downloaded ipnet v2.12.0
3142026-06-05T04:01:37.248Z Downloaded cargo-util-schemas v0.2.0
3152026-06-05T04:01:37.251Z Downloaded rustls-pki-types v1.14.1
3162026-06-05T04:01:37.255Z Downloaded sha2 v0.10.9
3172026-06-05T04:01:37.255Z Downloaded parking_lot_core v0.9.12
3182026-06-05T04:01:37.259Z Downloaded async-scoped v0.9.0
3192026-06-05T04:01:37.259Z Downloaded supports-unicode v3.0.0
3202026-06-05T04:01:37.259Z Downloaded futures-executor v0.3.32
3212026-06-05T04:01:37.259Z Downloaded filetime v0.2.29
3222026-06-05T04:01:37.259Z Downloaded shlex v2.0.1
3232026-06-05T04:01:37.262Z Downloaded config v0.15.23
3242026-06-05T04:01:37.265Z Downloaded supports-hyperlinks v3.2.0
3252026-06-05T04:01:37.265Z Downloaded pathdiff v0.2.3
3262026-06-05T04:01:37.265Z Downloaded signal-hook-registry v1.4.8
3272026-06-05T04:01:37.265Z Downloaded serde-untagged v0.1.9
3282026-06-05T04:01:37.269Z Downloaded nextest-workspace-hack v0.1.0
3292026-06-05T04:01:37.269Z Downloaded log v0.4.32
3302026-06-05T04:01:37.269Z Downloaded terminal_size v0.4.4
3312026-06-05T04:01:37.272Z Downloaded swrite v0.1.0
3322026-06-05T04:01:37.272Z Downloaded crc32fast v1.5.0
3332026-06-05T04:01:37.272Z Downloaded nested v0.1.1
3342026-06-05T04:01:37.272Z Downloaded lazy_static v1.5.0
3352026-06-05T04:01:37.275Z Downloaded base64 v0.22.1
3362026-06-05T04:01:37.277Z Downloaded slab v0.4.12
3372026-06-05T04:01:37.277Z Downloaded smallvec v1.15.1
3382026-06-05T04:01:37.280Z Downloaded globset v0.4.18
3392026-06-05T04:01:37.280Z Downloaded dialoguer v0.11.0
3402026-06-05T04:01:37.283Z Downloaded number_prefix v0.4.0
3412026-06-05T04:01:37.283Z Downloaded simd-adler32 v0.3.9
3422026-06-05T04:01:37.283Z Downloaded native-tls v0.2.18
3432026-06-05T04:01:37.286Z Downloaded cargo_metadata v0.20.0
3442026-06-05T04:01:37.286Z Downloaded num-traits v0.2.19
3452026-06-05T04:01:37.289Z Downloaded tinyvec_macros v0.1.1
3462026-06-05T04:01:37.289Z Downloaded serde-value v0.7.0
3472026-06-05T04:01:37.289Z Downloaded cfg-expr v0.20.8
3482026-06-05T04:01:37.293Z Downloaded clap v4.6.1
3492026-06-05T04:01:37.297Z Downloaded serde_path_to_error v0.1.20
3502026-06-05T04:01:37.297Z Downloaded tempfile v3.27.0
3512026-06-05T04:01:37.301Z Downloaded quinn-udp v0.5.14
3522026-06-05T04:01:37.301Z Downloaded unicode-linebreak v0.1.5
3532026-06-05T04:01:37.301Z Downloaded tower-layer v0.3.3
3542026-06-05T04:01:37.301Z Downloaded backtrace v0.3.76
3552026-06-05T04:01:37.306Z Downloaded const-oid v0.9.6
3562026-06-05T04:01:37.306Z Downloaded fixedbitset v0.5.7
3572026-06-05T04:01:37.306Z Downloaded home v0.5.12
3582026-06-05T04:01:37.306Z Downloaded console v0.15.11
3592026-06-05T04:01:37.309Z Downloaded future-queue v0.4.0
3602026-06-05T04:01:37.314Z Downloaded tower-service v0.3.3
3612026-06-05T04:01:37.318Z Downloaded mukti-metadata v0.3.0
3622026-06-05T04:01:37.319Z Downloaded spki v0.7.3
3632026-06-05T04:01:37.319Z Downloaded openssl-macros v0.1.1
3642026-06-05T04:01:37.321Z Downloaded strsim v0.11.1
3652026-06-05T04:01:37.321Z Downloaded futures v0.3.32
3662026-06-05T04:01:37.324Z Downloaded tokio-macros v2.7.0
3672026-06-05T04:01:37.324Z Downloaded derive_more-impl v2.1.1
3682026-06-05T04:01:37.327Z Downloaded bytes v1.11.1
3692026-06-05T04:01:37.330Z Downloaded typeid v1.0.3
3702026-06-05T04:01:37.332Z Downloaded sync_wrapper v1.0.2
3712026-06-05T04:01:37.332Z Downloaded target-spec-miette v0.4.8
3722026-06-05T04:01:37.335Z Downloaded thiserror-impl v2.0.18
3732026-06-05T04:01:37.335Z Downloaded thiserror-impl v1.0.69
3742026-06-05T04:01:37.335Z Downloaded signal-hook v0.3.18
3752026-06-05T04:01:37.338Z Downloaded untrusted v0.9.0
3762026-06-05T04:01:37.338Z Downloaded camino v1.2.2
3772026-06-05T04:01:37.340Z Downloaded ahash v0.8.12
3782026-06-05T04:01:37.340Z Downloaded pin-project-lite v0.2.17
3792026-06-05T04:01:37.343Z Downloaded tracing-log v0.2.0
3802026-06-05T04:01:37.346Z Downloaded thiserror v2.0.18
3812026-06-05T04:01:37.348Z Downloaded borsh v1.6.1
3822026-06-05T04:01:37.351Z Downloaded indicatif v0.17.11
3832026-06-05T04:01:37.354Z Downloaded urlencoding v2.1.3
3842026-06-05T04:01:37.354Z Downloaded anstream v1.0.0
3852026-06-05T04:01:37.358Z Downloaded toml_datetime v0.6.11
3862026-06-05T04:01:37.358Z Downloaded toml_write v0.1.2
3872026-06-05T04:01:37.358Z Downloaded futures-channel v0.3.32
3882026-06-05T04:01:37.361Z Downloaded eyre v0.6.12
3892026-06-05T04:01:37.361Z Downloaded signal-hook-mio v0.2.5
3902026-06-05T04:01:37.361Z Downloaded openssl-sys v0.9.116
3912026-06-05T04:01:37.363Z Downloaded getrandom v0.4.2
3922026-06-05T04:01:37.367Z Downloaded lock_api v0.4.14
3932026-06-05T04:01:37.370Z Downloaded jobserver v0.1.34
3942026-06-05T04:01:37.370Z Downloaded pin-project v1.1.13
3952026-06-05T04:01:37.374Z Downloaded xattr v1.6.1
3962026-06-05T04:01:37.377Z Downloaded signature v2.2.0
3972026-06-05T04:01:37.377Z Downloaded pkcs8 v0.10.2
3982026-06-05T04:01:37.381Z Downloaded try-lock v0.2.5
3992026-06-05T04:01:37.381Z Downloaded thread_local v1.1.9
4002026-06-05T04:01:37.381Z Downloaded unicode-xid v0.2.6
4012026-06-05T04:01:37.384Z Downloaded static_assertions v1.1.0
4022026-06-05T04:01:37.384Z Downloaded toml_writer v1.1.1+spec-1.1.0
4032026-06-05T04:01:37.384Z Downloaded miniz_oxide v0.8.9
4042026-06-05T04:01:37.387Z Downloaded utf8_iter v1.0.4
4052026-06-05T04:01:37.387Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4062026-06-05T04:01:37.387Z Downloaded http-body-util v0.1.3
4072026-06-05T04:01:37.389Z Downloaded iana-time-zone v0.1.65
4082026-06-05T04:01:37.389Z Downloaded version_check v0.9.5
4092026-06-05T04:01:37.392Z Downloaded der v0.7.10
4102026-06-05T04:01:37.395Z Downloaded unicase v2.9.0
4112026-06-05T04:01:37.395Z Downloaded target-lexicon v0.13.5
4122026-06-05T04:01:37.395Z Downloaded socket2 v0.6.4
4132026-06-05T04:01:37.398Z Downloaded rustls-webpki v0.103.13
4142026-06-05T04:01:37.400Z Downloaded tokio-native-tls v0.3.1
4152026-06-05T04:01:37.400Z Downloaded tokio-rustls v0.26.4
4162026-06-05T04:01:37.403Z Downloaded thiserror v1.0.69
4172026-06-05T04:01:37.406Z Downloaded want v0.3.1
4182026-06-05T04:01:37.406Z Downloaded target-spec v3.6.0
4192026-06-05T04:01:37.409Z Downloaded sharded-slab v0.1.7
4202026-06-05T04:01:37.411Z Downloaded httparse v1.10.1
4212026-06-05T04:01:37.411Z Downloaded quick-junit v0.5.2
4222026-06-05T04:01:37.417Z Downloaded tracing-error v0.2.1
4232026-06-05T04:01:37.420Z Downloaded tokio-stream v0.1.18
4242026-06-05T04:01:37.422Z Downloaded serde_derive v1.0.228
4252026-06-05T04:01:37.425Z Downloaded tracing-attributes v0.1.31
4262026-06-05T04:01:37.429Z Downloaded zipsign-api v0.1.5
4272026-06-05T04:01:37.429Z Downloaded memchr v2.8.1
4282026-06-05T04:01:37.432Z Downloaded utf8parse v0.2.2
4292026-06-05T04:01:37.477Z Downloaded ryu v1.0.23
4302026-06-05T04:01:37.477Z Downloaded serde_core v1.0.228
4312026-06-05T04:01:37.477Z Downloaded tinyvec v1.11.0
4322026-06-05T04:01:37.477Z Downloaded toml_parser v1.1.2+spec-1.1.0
4332026-06-05T04:01:37.477Z Downloaded toml v0.8.23
4342026-06-05T04:01:37.477Z Downloaded hyper-util v0.1.20
4352026-06-05T04:01:37.477Z Downloaded self_update v0.42.0
4362026-06-05T04:01:37.477Z Downloaded zstd-safe v7.2.4
4372026-06-05T04:01:37.477Z Downloaded mio v1.2.1
4382026-06-05T04:01:37.485Z Downloaded ron v0.12.1
4392026-06-05T04:01:37.485Z Downloaded zmij v1.0.21
4402026-06-05T04:01:37.485Z Downloaded hashbrown v0.15.5
4412026-06-05T04:01:37.485Z Downloaded xxhash-rust v0.8.15
4422026-06-05T04:01:37.485Z Downloaded textwrap v0.16.2
4432026-06-05T04:01:37.485Z Downloaded tracing-core v0.1.36
4442026-06-05T04:01:37.485Z Downloaded zeroize v1.8.2
4452026-06-05T04:01:37.485Z Downloaded toml v1.1.2+spec-1.1.0
4462026-06-05T04:01:37.485Z Downloaded serde v1.0.228
4472026-06-05T04:01:37.485Z Downloaded unicode-ident v1.0.24
4482026-06-05T04:01:37.488Z Downloaded derive_more v2.1.1
4492026-06-05T04:01:37.492Z Downloaded vte v0.14.1
4502026-06-05T04:01:37.494Z Downloaded zstd v0.13.3
4512026-06-05T04:01:37.517Z Downloaded aho-corasick v1.1.4
4522026-06-05T04:01:37.523Z Downloaded pulldown-cmark v0.13.4
4532026-06-05T04:01:37.528Z Downloaded ed25519-dalek v2.2.0
4542026-06-05T04:01:37.534Z Downloaded tar v0.4.46
4552026-06-05T04:01:37.546Z Downloaded uuid v1.23.2
4562026-06-05T04:01:37.550Z Downloaded toml_edit v0.22.27
4572026-06-05T04:01:37.553Z Downloaded unicode-segmentation v1.13.3
4582026-06-05T04:01:37.556Z Downloaded rand v0.9.4
4592026-06-05T04:01:37.564Z Downloaded miette v7.6.0
4602026-06-05T04:01:37.569Z Downloaded h2 v0.4.14
4612026-06-05T04:01:37.572Z Downloaded reqwest v0.12.28
4622026-06-05T04:01:37.578Z Downloaded regex v1.12.3
4632026-06-05T04:01:37.581Z Downloaded url v2.5.8
4642026-06-05T04:01:37.584Z Downloaded typenum v1.20.1
4652026-06-05T04:01:37.584Z Downloaded tower v0.5.3
4662026-06-05T04:01:37.595Z Downloaded serde_json v1.0.150
4672026-06-05T04:01:37.599Z Downloaded hashbrown v0.17.1
4682026-06-05T04:01:37.604Z Downloaded guppy v0.17.26
4692026-06-05T04:01:37.606Z Downloaded clap_builder v4.6.0
4702026-06-05T04:01:37.610Z Downloaded quinn-proto v0.11.14
4712026-06-05T04:01:37.617Z Downloaded portable-atomic v1.13.1
4722026-06-05T04:01:37.621Z Downloaded futures-util v0.3.32
4732026-06-05T04:01:37.624Z Downloaded tower-http v0.6.11
4742026-06-05T04:01:37.632Z Downloaded unicode-normalization v0.1.25
4752026-06-05T04:01:37.635Z Downloaded tokio-util v0.7.18
4762026-06-05T04:01:37.635Z Downloaded idna v1.1.0
4772026-06-05T04:01:37.638Z Downloaded quick-xml v0.37.5
4782026-06-05T04:01:37.641Z Downloaded hyper v1.10.1
4792026-06-05T04:01:37.644Z Downloaded itertools v0.14.0
4802026-06-05T04:01:37.652Z Downloaded winnow v0.7.15
4812026-06-05T04:01:37.662Z Downloaded tracing-subscriber v0.3.23
4822026-06-05T04:01:37.665Z Downloaded winnow v1.0.3
4832026-06-05T04:01:37.671Z Downloaded chrono v0.4.45
4842026-06-05T04:01:37.708Z Downloaded curve25519-dalek v4.1.3
4852026-06-05T04:01:37.713Z Downloaded openssl v0.10.80
4862026-06-05T04:01:37.719Z Downloaded unicode-width v0.2.2
4872026-06-05T04:01:37.722Z Downloaded zerocopy v0.8.50
4882026-06-05T04:01:37.733Z Downloaded syn v2.0.117
4892026-06-05T04:01:37.739Z Downloaded gimli v0.32.3
4902026-06-05T04:01:37.743Z Downloaded webpki-roots v1.0.7
4912026-06-05T04:01:37.746Z Downloaded bstr v1.12.1
4922026-06-05T04:01:37.750Z Downloaded nextest-runner v0.80.0
4932026-06-05T04:01:37.763Z Downloaded vcpkg v0.2.15
4942026-06-05T04:01:37.786Z Downloaded nix v0.30.1
4952026-06-05T04:01:37.793Z Downloaded color-eyre v0.6.5
4962026-06-05T04:01:37.797Z Downloaded unicode-width v0.1.14
4972026-06-05T04:01:37.800Z Downloaded object v0.37.3
4982026-06-05T04:01:37.821Z Downloaded rustix v0.38.44
4992026-06-05T04:01:37.838Z Downloaded regex-syntax v0.8.10
5002026-06-05T04:01:37.841Z Downloaded rustix v1.1.4
5012026-06-05T04:01:37.851Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5022026-06-05T04:01:37.868Z Downloaded tracing v0.1.44
5032026-06-05T04:01:37.889Z Downloaded regex-automata v0.4.14
5042026-06-05T04:01:37.957Z Downloaded petgraph v0.8.3
5052026-06-05T04:01:37.968Z Downloaded libc v0.2.186
5062026-06-05T04:01:38.002Z Downloaded tokio v1.52.3
5072026-06-05T04:01:38.052Z Downloaded recursion v0.5.4
5082026-06-05T04:01:38.058Z Downloaded ring v0.17.14
5092026-06-05T04:01:38.117Z Compiling proc-macro2 v1.0.106
5102026-06-05T04:01:38.117Z Compiling libc v0.2.186
5112026-06-05T04:01:38.121Z Compiling unicode-ident v1.0.24
5122026-06-05T04:01:38.121Z Compiling quote v1.0.45
5132026-06-05T04:01:38.121Z Compiling serde_core v1.0.228
5142026-06-05T04:01:38.121Z Compiling cfg-if v1.0.4
5152026-06-05T04:01:38.121Z Compiling memchr v2.8.1
5162026-06-05T04:01:38.121Z Compiling once_cell v1.21.4
5172026-06-05T04:01:38.364Z Compiling log v0.4.32
5182026-06-05T04:01:38.378Z Compiling pin-project-lite v0.2.17
5192026-06-05T04:01:38.479Z Compiling serde v1.0.228
5202026-06-05T04:01:38.502Z Compiling itoa v1.0.18
5212026-06-05T04:01:38.667Z Compiling smallvec v1.15.1
5222026-06-05T04:01:38.734Z Compiling futures-core v0.3.32
5232026-06-05T04:01:38.827Z Compiling bitflags v2.12.1
5242026-06-05T04:01:38.887Z Compiling equivalent v1.0.2
5252026-06-05T04:01:38.907Z Compiling find-msvc-tools v0.1.9
5262026-06-05T04:01:38.970Z Compiling hashbrown v0.17.1
5272026-06-05T04:01:39.129Z Compiling errno v0.3.14
5282026-06-05T04:01:39.209Z Compiling shlex v2.0.1
5292026-06-05T04:01:39.222Z Compiling bytes v1.11.1
5302026-06-05T04:01:39.290Z Compiling signal-hook-registry v1.4.8
5312026-06-05T04:01:39.389Z Compiling jobserver v0.1.34
5322026-06-05T04:01:39.401Z Compiling mio v1.2.1
5332026-06-05T04:01:39.497Z Compiling rustix v1.1.4
5342026-06-05T04:01:39.599Z Compiling syn v2.0.117
5352026-06-05T04:01:39.663Z Compiling cc v1.2.63
5362026-06-05T04:01:39.706Z Compiling futures-sink v0.3.32
5372026-06-05T04:01:39.816Z Compiling socket2 v0.6.4
5382026-06-05T04:01:39.836Z Compiling zmij v1.0.21
5392026-06-05T04:01:40.083Z Compiling slab v0.4.12
5402026-06-05T04:01:40.147Z Compiling futures-channel v0.3.32
5412026-06-05T04:01:40.232Z Compiling tracing-core v0.1.36
5422026-06-05T04:01:40.305Z Compiling version_check v0.9.5
5432026-06-05T04:01:40.413Z Compiling serde_json v1.0.150
5442026-06-05T04:01:40.587Z Compiling indexmap v2.14.0
5452026-06-05T04:01:40.696Z Compiling futures-io v0.3.32
5462026-06-05T04:01:40.755Z Compiling futures-task v0.3.32
5472026-06-05T04:01:40.899Z Compiling getrandom v0.4.2
5482026-06-05T04:01:40.992Z Compiling percent-encoding v2.3.2
5492026-06-05T04:01:41.012Z Compiling unicode-width v0.2.2
5502026-06-05T04:01:41.211Z Compiling camino v1.2.2
5512026-06-05T04:01:41.334Z Compiling ring v0.17.14
5522026-06-05T04:01:41.363Z Compiling http v1.4.1
5532026-06-05T04:01:41.453Z Compiling simd-adler32 v0.3.9
5542026-06-05T04:01:41.465Z Compiling autocfg v1.5.1
5552026-06-05T04:01:41.607Z Compiling zeroize v1.8.2
5562026-06-05T04:01:41.811Z Compiling adler2 v2.0.1
5572026-06-05T04:01:41.824Z Compiling num-traits v0.2.19
5582026-06-05T04:01:41.974Z Compiling miniz_oxide v0.8.9
5592026-06-05T04:01:42.078Z Compiling object v0.37.3
5602026-06-05T04:01:42.310Z Compiling target-lexicon v0.13.5
5612026-06-05T04:01:42.378Z Compiling getrandom v0.3.4
5622026-06-05T04:01:42.641Z Compiling zerocopy v0.8.50
5632026-06-05T04:01:42.780Z Compiling http-body v1.0.1
5642026-06-05T04:01:42.940Z Compiling rustls-pki-types v1.14.1
5652026-06-05T04:01:43.004Z Compiling form_urlencoded v1.2.2
5662026-06-05T04:01:43.077Z Compiling semver v1.0.28
5672026-06-05T04:01:43.226Z Compiling serde_derive v1.0.228
5682026-06-05T04:01:43.274Z Compiling tokio-macros v2.7.0
5692026-06-05T04:01:43.274Z Compiling futures-macro v0.3.32
5702026-06-05T04:01:43.385Z Compiling tracing-attributes v0.1.31
5712026-06-05T04:01:43.620Z Compiling getrandom v0.2.17
5722026-06-05T04:01:43.732Z Compiling thiserror v2.0.18
5732026-06-05T04:01:43.809Z Compiling utf8_iter v1.0.4
5742026-06-05T04:01:43.822Z Compiling guppy-workspace-hack v0.1.0
5752026-06-05T04:01:43.976Z Compiling untrusted v0.9.0
5762026-06-05T04:01:44.016Z Compiling tokio v1.52.3
5772026-06-05T04:01:44.042Z Compiling idna_adapter v1.0.0
5782026-06-05T04:01:44.080Z Compiling fnv v1.0.7
5792026-06-05T04:01:44.094Z Compiling futures-util v0.3.32
5802026-06-05T04:01:44.107Z Compiling gimli v0.32.3
5812026-06-05T04:01:44.138Z Compiling httparse v1.10.1
5822026-06-05T04:01:44.179Z Compiling signal-hook v0.3.18
5832026-06-05T04:01:44.407Z Compiling owo-colors v4.3.0
5842026-06-05T04:01:44.549Z Compiling idna v1.1.0
5852026-06-05T04:01:44.593Z Compiling tracing v0.1.44
5862026-06-05T04:01:44.943Z Compiling thiserror-impl v2.0.18
5872026-06-05T04:01:46.152Z Compiling addr2line v0.25.1
5882026-06-05T04:01:46.738Z Compiling generic-array v0.14.7
5892026-06-05T04:01:46.899Z Compiling typeid v1.0.3
5902026-06-05T04:01:46.912Z Compiling pkg-config v0.3.33
5912026-06-05T04:01:46.978Z Compiling rustls v0.23.40
5922026-06-05T04:01:47.036Z Compiling thiserror v1.0.69
5932026-06-05T04:01:47.186Z Compiling rustc-demangle v0.1.27
5942026-06-05T04:01:47.200Z Compiling tower-service v0.3.3
5952026-06-05T04:01:47.297Z Compiling fastrand v2.4.1
5962026-06-05T04:01:47.342Z Compiling target-spec v3.6.0
5972026-06-05T04:01:47.355Z Compiling atomic-waker v1.1.2
5982026-06-05T04:01:47.482Z Compiling try-lock v0.2.5
5992026-06-05T04:01:47.600Z Compiling want v0.3.1
6002026-06-05T04:01:47.627Z Compiling tempfile v3.27.0
6012026-06-05T04:01:47.780Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6022026-06-05T04:01:47.830Z Compiling tokio-util v0.7.18
6032026-06-05T04:01:48.027Z Compiling cfg-expr v0.20.8
6042026-06-05T04:01:48.267Z Compiling url v2.5.8
6052026-06-05T04:01:48.525Z Compiling h2 v0.4.14
6062026-06-05T04:01:49.167Z Compiling thiserror-impl v1.0.69
6072026-06-05T04:01:49.402Z Compiling backtrace v0.3.76
6082026-06-05T04:01:49.465Z Compiling terminal_size v0.4.4
6092026-06-05T04:01:49.629Z Compiling aho-corasick v1.1.4
6102026-06-05T04:01:49.864Z Compiling typenum v1.20.1
6112026-06-05T04:01:50.320Z Compiling regex-syntax v0.8.10
6122026-06-05T04:01:50.524Z Compiling rustls-webpki v0.103.13
6132026-06-05T04:01:50.742Z Compiling subtle v2.6.1
6142026-06-05T04:01:50.902Z Compiling erased-serde v0.4.10
6152026-06-05T04:01:51.200Z Compiling winnow v0.7.15
6162026-06-05T04:01:53.100Z Compiling regex-automata v0.4.14
6172026-06-05T04:01:53.319Z Compiling hyper v1.10.1
6182026-06-05T04:01:55.109Z Compiling serde_spanned v0.6.9
6192026-06-05T04:01:55.272Z Compiling toml_datetime v0.6.11
6202026-06-05T04:01:55.646Z Compiling ahash v0.8.12
6212026-06-05T04:01:55.906Z Compiling sync_wrapper v1.0.2
6222026-06-05T04:01:56.023Z Compiling is_ci v1.2.0
6232026-06-05T04:01:56.196Z Compiling either v1.16.0
6242026-06-05T04:01:56.425Z Compiling portable-atomic v1.13.1
6252026-06-05T04:01:56.806Z Compiling tower-layer v0.3.3
6262026-06-05T04:01:56.885Z Compiling ipnet v2.12.0
6272026-06-05T04:01:57.015Z Compiling unicode-segmentation v1.13.3
6282026-06-05T04:01:57.031Z Compiling base64 v0.22.1
6292026-06-05T04:01:57.408Z Compiling foldhash v0.1.5
6302026-06-05T04:01:57.519Z Compiling parking_lot_core v0.9.12
6312026-06-05T04:01:57.533Z Compiling lazy_static v1.5.0
6322026-06-05T04:01:57.624Z Compiling crc32fast v1.5.0
6332026-06-05T04:01:57.635Z Compiling nextest-workspace-hack v0.1.0
6342026-06-05T04:01:57.815Z Compiling toml_write v0.1.2
6352026-06-05T04:01:57.862Z Compiling unicode-linebreak v0.1.5
6362026-06-05T04:01:57.969Z Compiling toml_edit v0.22.27
6372026-06-05T04:01:58.065Z Compiling textwrap v0.16.2
6382026-06-05T04:01:58.097Z Compiling sharded-slab v0.1.7
6392026-06-05T04:01:58.128Z Compiling hashbrown v0.15.5
6402026-06-05T04:01:58.186Z Compiling convert_case v0.10.0
6412026-06-05T04:01:58.443Z Compiling hyper-util v0.1.20
6422026-06-05T04:01:58.690Z Compiling tower v0.5.3
6432026-06-05T04:01:58.798Z Compiling tokio-rustls v0.26.4
6442026-06-05T04:01:59.083Z Compiling supports-color v3.0.2
6452026-06-05T04:01:59.332Z Compiling backtrace-ext v0.2.1
6462026-06-05T04:01:59.488Z Compiling ordered-float v2.10.1
6472026-06-05T04:01:59.593Z Compiling webpki-roots v1.0.7
6482026-06-05T04:01:59.713Z Compiling miette-derive v7.6.0
6492026-06-05T04:01:59.755Z Compiling pathdiff v0.2.3
6502026-06-05T04:01:59.885Z Compiling console v0.15.11
6512026-06-05T04:01:59.899Z Compiling tracing-log v0.2.0
6522026-06-05T04:02:00.266Z Compiling cargo-platform v0.3.3
6532026-06-05T04:02:00.827Z Compiling os_pipe v1.2.3
6542026-06-05T04:02:00.846Z Compiling thread_local v1.1.9
6552026-06-05T04:02:01.041Z Compiling scopeguard v1.2.0
6562026-06-05T04:02:01.147Z Compiling pulldown-cmark v0.13.4
6572026-06-05T04:02:01.219Z Compiling debug-ignore v1.0.5
6582026-06-05T04:02:01.222Z Compiling utf8parse v0.2.2
6592026-06-05T04:02:01.304Z Compiling zstd-safe v7.2.4
6602026-06-05T04:02:01.315Z Compiling rustix v0.38.44
6612026-06-05T04:02:01.334Z Compiling fixedbitset v0.5.7
6622026-06-05T04:02:01.368Z Compiling cfg_aliases v0.2.1
6632026-06-05T04:02:01.443Z Compiling supports-hyperlinks v3.2.0
6642026-06-05T04:02:01.578Z Compiling winnow v1.0.3
6652026-06-05T04:02:01.673Z Compiling supports-unicode v3.0.0
6662026-06-05T04:02:01.693Z Compiling unicode-width v0.1.14
6672026-06-05T04:02:01.841Z Compiling ryu v1.0.23
6682026-06-05T04:02:01.942Z Compiling miette v7.6.0
6692026-06-05T04:02:01.997Z Compiling serde_urlencoded v0.7.1
6702026-06-05T04:02:02.148Z Compiling petgraph v0.8.3
6712026-06-05T04:02:02.286Z Compiling nix v0.30.1
6722026-06-05T04:02:02.678Z Compiling toml_parser v1.1.2+spec-1.1.0
6732026-06-05T04:02:03.075Z Compiling anstyle-parse v1.0.0
6742026-06-05T04:02:03.301Z Compiling lock_api v0.4.14
6752026-06-05T04:02:03.554Z Compiling tracing-subscriber v0.3.23
6762026-06-05T04:02:03.983Z Compiling sigchld v0.2.4
6772026-06-05T04:02:04.044Z Compiling cargo_metadata v0.23.1
6782026-06-05T04:02:04.224Z Compiling serde-untagged v0.1.9
6792026-06-05T04:02:04.237Z Compiling serde-value v0.7.0
6802026-06-05T04:02:04.581Z Compiling hyper-rustls v0.27.9
6812026-06-05T04:02:04.994Z Compiling toml v0.8.23
6822026-06-05T04:02:05.535Z Compiling tower-http v0.6.11
6832026-06-05T04:02:06.201Z Compiling derive_more-impl v2.1.1
6842026-06-05T04:02:07.036Z Compiling itertools v0.14.0
6852026-06-05T04:02:07.147Z Compiling regex v1.12.3
6862026-06-05T04:02:07.147Z Compiling block-buffer v0.10.4
6872026-06-05T04:02:07.310Z Compiling crypto-common v0.1.7
6882026-06-05T04:02:07.338Z Compiling ppv-lite86 v0.2.21
6892026-06-05T04:02:07.444Z Compiling rand_core v0.9.5
6902026-06-05T04:02:07.661Z Compiling futures-executor v0.3.32
6912026-06-05T04:02:07.694Z Compiling pin-project-internal v1.1.13
6922026-06-05T04:02:07.826Z Compiling http-body-util v0.1.3
6932026-06-05T04:02:08.077Z Compiling uuid v1.23.2
6942026-06-05T04:02:08.185Z Compiling serde_spanned v1.1.1
6952026-06-05T04:02:08.331Z Compiling toml_datetime v1.1.1+spec-1.1.0
6962026-06-05T04:02:08.489Z Compiling smol_str v0.3.6
6972026-06-05T04:02:08.563Z Compiling filetime v0.2.29
6982026-06-05T04:02:08.610Z Compiling bstr v1.12.1
6992026-06-05T04:02:08.726Z Compiling vte v0.14.1
7002026-06-05T04:02:08.744Z Compiling litrs v1.0.0
7012026-06-05T04:02:08.768Z Compiling self_update v0.42.0
7022026-06-05T04:02:08.827Z Compiling colorchoice v1.0.5
7032026-06-05T04:02:08.945Z Compiling anstyle-query v1.1.5
7042026-06-05T04:02:08.958Z Compiling nested v0.1.1
7052026-06-05T04:02:09.053Z Compiling unicase v2.9.0
7062026-06-05T04:02:09.150Z Compiling number_prefix v0.4.0
7072026-06-05T04:02:09.181Z Compiling iana-time-zone v0.1.65
7082026-06-05T04:02:09.217Z Compiling unicode-xid v0.2.6
7092026-06-05T04:02:09.236Z Compiling is_terminal_polyfill v1.70.2
7102026-06-05T04:02:09.249Z Compiling anstyle v1.0.14
7112026-06-05T04:02:09.280Z Compiling color-spantrace v0.3.0
7122026-06-05T04:02:09.326Z Compiling xattr v1.6.1
7132026-06-05T04:02:09.348Z Compiling static_assertions v1.1.0
7142026-06-05T04:02:09.422Z Compiling eyre v0.6.12
7152026-06-05T04:02:09.509Z Compiling tinyvec_macros v0.1.1
7162026-06-05T04:02:09.509Z Compiling tar v0.4.46
7172026-06-05T04:02:09.535Z Compiling anstream v1.0.0
7182026-06-05T04:02:09.579Z Compiling tinyvec v1.11.0
7192026-06-05T04:02:09.635Z Compiling guppy v0.17.26
7202026-06-05T04:02:10.026Z Compiling cargo-util-schemas v0.2.0
7212026-06-05T04:02:10.040Z Compiling chrono v0.4.45
7222026-06-05T04:02:10.051Z Compiling indicatif v0.17.11
7232026-06-05T04:02:10.996Z Compiling document-features v0.2.12
7242026-06-05T04:02:11.593Z Compiling globset v0.4.18
7252026-06-05T04:02:12.042Z Compiling strip-ansi-escapes v0.2.1
7262026-06-05T04:02:12.412Z Compiling pin-project v1.1.13
7272026-06-05T04:02:12.426Z Compiling nextest-metadata v0.12.2
7282026-06-05T04:02:12.513Z Compiling toml v1.1.2+spec-1.1.0
7292026-06-05T04:02:12.516Z Compiling newtype-uuid v1.3.2
7302026-06-05T04:02:12.702Z Compiling reqwest v0.12.28
7312026-06-05T04:02:13.176Z Compiling futures v0.3.32
7322026-06-05T04:02:13.259Z Compiling rand_chacha v0.9.0
7332026-06-05T04:02:13.378Z Compiling digest v0.10.7
7342026-06-05T04:02:13.603Z Compiling derive_more v2.1.1
7352026-06-05T04:02:13.689Z Compiling flate2 v1.1.9
7362026-06-05T04:02:13.809Z Compiling parking_lot v0.12.5
7372026-06-05T04:02:14.232Z Compiling tracing-error v0.2.1
7382026-06-05T04:02:14.471Z Compiling shared_child v1.1.1
7392026-06-05T04:02:14.838Z Compiling signal-hook-mio v0.2.5
7402026-06-05T04:02:14.968Z Compiling self-replace v1.5.0
7412026-06-05T04:02:15.033Z Compiling cargo-platform v0.2.0
7422026-06-05T04:02:15.263Z Compiling quick-xml v0.37.5
7432026-06-05T04:02:15.598Z Compiling quick-xml v0.38.4
7442026-06-05T04:02:15.726Z Compiling heck v0.5.0
7452026-06-05T04:02:15.946Z Compiling cpufeatures v0.2.17
7462026-06-05T04:02:16.022Z Compiling recursion v0.5.4
7472026-06-05T04:02:16.137Z Compiling shell-words v1.1.1
7482026-06-05T04:02:16.375Z Compiling urlencoding v2.1.3
7492026-06-05T04:02:16.617Z Compiling clap_lex v1.1.0
7502026-06-05T04:02:16.644Z Compiling humantime v2.3.0
7512026-06-05T04:02:16.808Z Compiling strsim v0.11.1
7522026-06-05T04:02:16.980Z Compiling indenter v0.3.4
7532026-06-05T04:02:17.108Z Compiling clap_builder v4.6.0
7542026-06-05T04:02:17.240Z Compiling humantime-serde v1.1.1
7552026-06-05T04:02:17.544Z Compiling clap_derive v4.6.1
7562026-06-05T04:02:17.573Z Compiling quick-junit v0.5.2
7572026-06-05T04:02:17.635Z Compiling nextest-filtering v0.15.0
7582026-06-05T04:02:19.323Z Compiling sha2 v0.10.9
7592026-06-05T04:02:20.552Z Compiling atomicwrites v0.4.4
7602026-06-05T04:02:20.688Z Compiling cargo_metadata v0.20.0
7612026-06-05T04:02:20.837Z Compiling cargo-nextest v0.9.97
7622026-06-05T04:02:21.166Z Compiling crossterm v0.29.0
7632026-06-05T04:02:22.421Z Compiling duct v0.13.7
7642026-06-05T04:02:23.866Z Compiling rand v0.9.4
7652026-06-05T04:02:23.895Z Compiling async-scoped v0.9.0
7662026-06-05T04:02:24.116Z Compiling config v0.15.23
7672026-06-05T04:02:24.138Z Compiling unicode-normalization v0.1.25
7682026-06-05T04:02:24.359Z Compiling zstd v0.13.3
7692026-06-05T04:02:24.409Z Compiling target-spec-miette v0.4.8
7702026-06-05T04:02:24.605Z Compiling future-queue v0.4.0
7712026-06-05T04:02:24.713Z Compiling mukti-metadata v0.3.0
7722026-06-05T04:02:24.784Z Compiling camino-tempfile v1.4.1
7732026-06-05T04:02:24.853Z Compiling tokio-stream v0.1.18
7742026-06-05T04:02:24.876Z Compiling derive-where v1.6.1
7752026-06-05T04:02:25.197Z Compiling serde_path_to_error v0.1.20
7762026-06-05T04:02:25.213Z Compiling serde_ignored v0.1.14
7772026-06-05T04:02:25.370Z Compiling indent_write v2.2.0
7782026-06-05T04:02:25.431Z Compiling hex v0.4.3
7792026-06-05T04:02:25.643Z Compiling home v0.5.12
7802026-06-05T04:02:25.643Z Compiling swrite v0.1.0
7812026-06-05T04:02:25.719Z Compiling xxhash-rust v0.8.15
7822026-06-05T04:02:25.761Z Compiling color-eyre v0.6.5
7832026-06-05T04:02:25.830Z Compiling clap v4.6.1
7842026-06-05T04:02:25.900Z Compiling dialoguer v0.11.0
7852026-06-05T04:02:25.913Z Compiling enable-ansi-support v0.2.1
7862026-06-05T04:02:26.115Z Compiling nextest-runner v0.80.0
7872026-06-05T04:02:44.097Z Finished `release` profile [optimized] target(s) in 1m 10s
7882026-06-05T04:02:44.287Z Installing /home/build/.cargo/bin/cargo-nextest
7892026-06-05T04:02:44.291Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7902026-06-05T04:02:44.410Z+ pushd bgp
7912026-06-05T04:02:44.414Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7922026-06-05T04:02:44.414Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7932026-06-05T04:02:44.568Z Updating git repository `https://github.com/oxidecomputer/falcon`
7942026-06-05T04:02:45.163ZFrom https://github.com/oxidecomputer/falcon
7952026-06-05T04:02:45.163Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7962026-06-05T04:02:45.242Z Updating crates.io index
7972026-06-05T04:02:45.256Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7982026-06-05T04:02:46.117ZFrom https://github.com/oxidecomputer/dendrite
7992026-06-05T04:02:46.117Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
8002026-06-05T04:02:46.186Z Updating git repository `https://github.com/oxidecomputer/ispf`
8012026-06-05T04:02:46.454ZFrom https://github.com/oxidecomputer/ispf
8022026-06-05T04:02:46.454Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8032026-06-05T04:02:46.485Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8042026-06-05T04:02:46.847ZFrom https://github.com/oxidecomputer/netadm-sys
8052026-06-05T04:02:46.847Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8062026-06-05T04:02:46.854Z Updating git repository `https://github.com/oxidecomputer/omicron`
8072026-06-05T04:02:55.252ZFrom https://github.com/oxidecomputer/omicron
8082026-06-05T04:02:55.252Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8092026-06-05T04:02:55.679Z Updating git repository `https://github.com/oxidecomputer/opte`
8102026-06-05T04:02:56.311ZFrom https://github.com/oxidecomputer/opte
8112026-06-05T04:02:56.311Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8122026-06-05T04:02:56.343Z Updating git repository `https://github.com/illumos/smf-rs`
8132026-06-05T04:02:56.583ZFrom https://github.com/illumos/smf-rs
8142026-06-05T04:02:56.583Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8152026-06-05T04:02:56.625Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8162026-06-05T04:02:56.890ZFrom https://github.com/oxidecomputer/network-interface
8172026-06-05T04:02:56.890Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8182026-06-05T04:02:56.959Z Updating git repository `https://github.com/oxidecomputer/zone`
8192026-06-05T04:02:57.191ZFrom https://github.com/oxidecomputer/zone
8202026-06-05T04:02:57.191Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8212026-06-05T04:02:57.229Z Updating git repository `https://github.com/oxidecomputer/propolis`
8222026-06-05T04:02:57.900ZFrom https://github.com/oxidecomputer/propolis
8232026-06-05T04:02:57.900Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8242026-06-05T04:02:57.953Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8252026-06-05T04:02:58.438ZFrom https://github.com/oxidecomputer/transceiver-control
8262026-06-05T04:02:58.438Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8272026-06-05T04:02:58.482Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8282026-06-05T04:02:59.288ZFrom https://github.com/oxidecomputer/dlpi-sys
8292026-06-05T04:02:59.288Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8302026-06-05T04:02:59.296Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8312026-06-05T04:02:59.551ZFrom https://github.com/jmesmon/rust-libzfs
8322026-06-05T04:02:59.551Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8332026-06-05T04:02:59.559Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8342026-06-05T04:02:59.817ZFrom https://github.com/oxidecomputer/rusty-doors
8352026-06-05T04:02:59.817Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8362026-06-05T04:02:59.824Z Updating git repository `https://github.com/oxidecomputer/lldp`
8372026-06-05T04:03:00.111ZFrom https://github.com/oxidecomputer/lldp
8382026-06-05T04:03:00.111Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8392026-06-05T04:03:00.166Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8402026-06-05T04:03:00.414ZFrom https://github.com/oxidecomputer/slog-error-chain
8412026-06-05T04:03:00.414Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8422026-06-05T04:03:00.423Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8432026-06-05T04:03:00.715ZFrom https://github.com/oxidecomputer/tufaceous
8442026-06-05T04:03:00.716Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8452026-06-05T04:03:00.743Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-06-05T04:03:01.218ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-06-05T04:03:01.218Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8482026-06-05T04:03:01.281Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-06-05T04:03:02.074ZFrom https://github.com/oxidecomputer/crucible
8502026-06-05T04:03:02.074Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-06-05T04:03:02.123Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8522026-06-05T04:03:02.403ZFrom https://github.com/oxidecomputer/serde_human_bytes
8532026-06-05T04:03:02.404Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8542026-06-05T04:03:02.487Z Updating git repository `https://github.com/oxidecomputer/propolis`
8552026-06-05T04:03:02.876ZFrom https://github.com/oxidecomputer/propolis
8562026-06-05T04:03:02.877Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8572026-06-05T04:03:03.025Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-06-05T04:03:03.514ZFrom https://github.com/oxidecomputer/crucible
8592026-06-05T04:03:03.514Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8602026-06-05T04:03:03.601Z Updating git repository `https://github.com/oxidecomputer/tofino`
8612026-06-05T04:03:03.935ZFrom https://github.com/oxidecomputer/tofino
8622026-06-05T04:03:03.935Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8632026-06-05T04:03:03.960Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8642026-06-05T04:03:04.726ZFrom https://github.com/oxidecomputer/maghemite
8652026-06-05T04:03:04.726Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8662026-06-05T04:03:04.777Z Updating git repository `https://github.com/oxidecomputer/clickward`
8672026-06-05T04:03:05.202ZFrom https://github.com/oxidecomputer/clickward
8682026-06-05T04:03:05.202Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8692026-06-05T04:03:05.214Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8702026-06-05T04:03:05.454ZFrom https://github.com/oxidecomputer/illumos-devinfo
8712026-06-05T04:03:05.454Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8722026-06-05T04:03:06.260Z Downloading crates ...
8732026-06-05T04:03:06.361Z Downloaded aead v0.5.2
8742026-06-05T04:03:06.364Z Downloaded arrayvec v0.7.6
8752026-06-05T04:03:06.367Z Downloaded const-random-macro v0.1.16
8762026-06-05T04:03:06.372Z Downloaded cookie v0.18.1
8772026-06-05T04:03:06.375Z Downloaded daft v0.1.7
8782026-06-05T04:03:06.377Z Downloaded elliptic-curve v0.13.8
8792026-06-05T04:03:06.381Z Downloaded dtrace-parser v0.3.0
8802026-06-05T04:03:06.381Z Downloaded block-buffer v0.12.0
8812026-06-05T04:03:06.384Z Downloaded crunchy v0.2.4
8822026-06-05T04:03:06.387Z Downloaded foreign-types-shared v0.3.1
8832026-06-05T04:03:06.387Z Downloaded enum-as-inner v0.6.1
8842026-06-05T04:03:06.390Z Downloaded cipher v0.4.4
8852026-06-05T04:03:06.390Z Downloaded bitflags v1.3.2
8862026-06-05T04:03:06.394Z Downloaded embedded-io v0.6.1
8872026-06-05T04:03:06.398Z Downloaded erased-serde v0.3.31
8882026-06-05T04:03:06.398Z Downloaded macaddr v1.0.1
8892026-06-05T04:03:06.402Z Downloaded konst_macro_rules v0.2.19
8902026-06-05T04:03:06.402Z Downloaded derive-ex v0.1.8
8912026-06-05T04:03:06.402Z Downloaded defmt-macros v1.1.0
8922026-06-05T04:03:06.405Z Downloaded match_cfg v0.1.0
8932026-06-05T04:03:06.405Z Downloaded constant_time_eq v0.4.2
8942026-06-05T04:03:06.408Z Downloaded crossbeam-epoch v0.9.18
8952026-06-05T04:03:06.408Z Downloaded darling_core v0.23.0
8962026-06-05T04:03:06.411Z Downloaded hostname v0.4.2
8972026-06-05T04:03:06.414Z Downloaded arrayref v0.3.9
8982026-06-05T04:03:06.417Z Downloaded defmt v0.3.100
8992026-06-05T04:03:06.417Z Downloaded icu_provider v2.2.0
9002026-06-05T04:03:06.420Z Downloaded async-stream v0.3.6
9012026-06-05T04:03:06.420Z Downloaded chacha20 v0.10.0
9022026-06-05T04:03:06.424Z Downloaded itertools v0.12.1
9032026-06-05T04:03:06.427Z Downloaded newtype-uuid-macros v0.1.0
9042026-06-05T04:03:06.429Z Downloaded num-conv v0.2.2
9052026-06-05T04:03:06.429Z Downloaded hubpack_derive v0.1.1
9062026-06-05T04:03:06.433Z Downloaded hubpack v0.1.2
9072026-06-05T04:03:06.433Z Downloaded darling_macro v0.21.3
9082026-06-05T04:03:06.436Z Downloaded critical-section v1.2.0
9092026-06-05T04:03:06.436Z Downloaded const-random v0.1.18
9102026-06-05T04:03:06.436Z Downloaded hash32 v0.3.1
9112026-06-05T04:03:06.439Z Downloaded fs_extra v1.3.0
9122026-06-05T04:03:06.441Z Downloaded dtrace-parser v0.2.0
9132026-06-05T04:03:06.441Z Downloaded darling_macro v0.23.0
9142026-06-05T04:03:06.441Z Downloaded crypto-common v0.2.2
9152026-06-05T04:03:06.444Z Downloaded is-terminal v0.4.17
9162026-06-05T04:03:06.444Z Downloaded icu_normalizer_data v2.2.0
9172026-06-05T04:03:06.447Z Downloaded base16ct v1.0.0
9182026-06-05T04:03:06.447Z Downloaded heck v0.4.1
9192026-06-05T04:03:06.451Z Downloaded embedded-io v0.4.0
9202026-06-05T04:03:06.451Z Downloaded managed v0.8.0
9212026-06-05T04:03:06.454Z Downloaded fs-err v3.3.0
9222026-06-05T04:03:06.454Z Downloaded ciborium-ll v0.2.2
9232026-06-05T04:03:06.454Z Downloaded dof v0.4.0
9242026-06-05T04:03:06.457Z Downloaded num-iter v0.1.45
9252026-06-05T04:03:06.457Z Downloaded httpdate v1.0.3
9262026-06-05T04:03:06.460Z Downloaded displaydoc v0.2.6
9272026-06-05T04:03:06.460Z Downloaded compression-codecs v0.4.38
9282026-06-05T04:03:06.463Z Downloaded diff v0.1.13
9292026-06-05T04:03:06.467Z Downloaded newtype_derive v0.1.6
9302026-06-05T04:03:06.467Z Downloaded git-stub v1.0.0
9312026-06-05T04:03:06.473Z Downloaded crc8 v0.1.1
9322026-06-05T04:03:06.473Z Downloaded console v0.16.3
9332026-06-05T04:03:06.473Z Downloaded git-stub-vcs v0.1.0
9342026-06-05T04:03:06.476Z Downloaded bit-set v0.8.0
9352026-06-05T04:03:06.476Z Downloaded crucible-workspace-hack v0.1.0
9362026-06-05T04:03:06.476Z Downloaded no-std-compat v0.4.1
9372026-06-05T04:03:06.476Z Downloaded convert_case v0.4.0
9382026-06-05T04:03:06.476Z Downloaded cpufeatures v0.3.0
9392026-06-05T04:03:06.479Z Downloaded instant v0.1.13
9402026-06-05T04:03:06.479Z Downloaded dof v0.3.0
9412026-06-05T04:03:06.482Z Downloaded newline-converter v0.3.0
9422026-06-05T04:03:06.482Z Downloaded dunce v1.0.5
9432026-06-05T04:03:06.483Z Downloaded inout v0.1.4
9442026-06-05T04:03:06.485Z Downloaded fxhash v0.2.1
9452026-06-05T04:03:06.485Z Downloaded defmt-parser v1.0.0
9462026-06-05T04:03:06.485Z Downloaded async-recursion v1.1.1
9472026-06-05T04:03:06.488Z Downloaded natord v1.0.9
9482026-06-05T04:03:06.491Z Downloaded parse-display-derive v0.10.0
9492026-06-05T04:03:06.491Z Downloaded memoffset v0.9.1
9502026-06-05T04:03:06.491Z Downloaded libsw-core v0.3.2
9512026-06-05T04:03:06.496Z Downloaded group v0.13.0
9522026-06-05T04:03:06.496Z Downloaded base16ct v0.2.0
9532026-06-05T04:03:06.506Z Downloaded float-ord v0.3.2
9542026-06-05T04:03:06.506Z Downloaded num-derive v0.4.2
9552026-06-05T04:03:06.506Z Downloaded omicron-workspace-hack v0.1.0
9562026-06-05T04:03:06.506Z Downloaded libscf-sys v1.2.0
9572026-06-05T04:03:06.510Z Downloaded bit-vec v0.8.0
9582026-06-05T04:03:06.510Z Downloaded mime v0.3.17
9592026-06-05T04:03:06.510Z Downloaded keccak v0.1.6
9602026-06-05T04:03:06.510Z Downloaded olpc-cjson v0.1.4
9612026-06-05T04:03:06.510Z Downloaded foreign-types v0.5.0
9622026-06-05T04:03:06.510Z Downloaded num_threads v0.1.7
9632026-06-05T04:03:06.510Z Downloaded byte-wrapper v0.1.0
9642026-06-05T04:03:06.510Z Downloaded deranged v0.5.8
9652026-06-05T04:03:06.513Z Downloaded memmap v0.7.0
9662026-06-05T04:03:06.513Z Downloaded parse-display v0.10.0
9672026-06-05T04:03:06.513Z Downloaded defmt v1.1.0
9682026-06-05T04:03:06.516Z Downloaded ident_case v1.0.1
9692026-06-05T04:03:06.519Z Downloaded num v0.4.3
9702026-06-05T04:03:06.519Z Downloaded cstr-argument v0.1.2
9712026-06-05T04:03:06.519Z Downloaded colored v3.1.1
9722026-06-05T04:03:06.521Z Downloaded powerfmt v0.2.0
9732026-06-05T04:03:06.521Z Downloaded cargo_toml v0.22.3
9742026-06-05T04:03:06.524Z Downloaded lru-cache v0.1.2
9752026-06-05T04:03:06.524Z Downloaded dyn-clone v1.0.20
9762026-06-05T04:03:06.527Z Downloaded foreign-types-macros v0.2.3
9772026-06-05T04:03:06.528Z Downloaded ciborium-io v0.2.2
9782026-06-05T04:03:06.528Z Downloaded gethostname v0.5.0
9792026-06-05T04:03:06.533Z Downloaded cobs v0.3.0
9802026-06-05T04:03:06.533Z Downloaded plain v0.2.3
9812026-06-05T04:03:06.533Z Downloaded num-rational v0.4.2
9822026-06-05T04:03:06.536Z Downloaded async-trait v0.1.89
9832026-06-05T04:03:06.536Z Downloaded fixedbitset v0.4.2
9842026-06-05T04:03:06.536Z Downloaded backoff v0.4.0
9852026-06-05T04:03:06.539Z Downloaded data-encoding v2.11.0
9862026-06-05T04:03:06.539Z Downloaded linked-hash-map v0.5.6
9872026-06-05T04:03:06.539Z Downloaded num_enum v0.5.11
9882026-06-05T04:03:06.542Z Downloaded ipnetwork v0.21.1
9892026-06-05T04:03:06.545Z Downloaded proc-macro-crate v3.5.0
9902026-06-05T04:03:06.545Z Downloaded linear-map v1.2.0
9912026-06-05T04:03:06.550Z Downloaded idna_adapter v1.2.2
9922026-06-05T04:03:06.550Z Downloaded proc-macro-error-attr v1.0.4
9932026-06-05T04:03:06.550Z Downloaded ingot v0.1.1
9942026-06-05T04:03:06.553Z Downloaded opaque-debug v0.3.1
9952026-06-05T04:03:06.553Z Downloaded proc-macro-crate v1.3.1
9962026-06-05T04:03:06.553Z Downloaded num_enum_derive v0.7.6
9972026-06-05T04:03:06.553Z Downloaded byteorder v1.5.0
9982026-06-05T04:03:06.556Z Downloaded bs58 v0.5.1
9992026-06-05T04:03:06.556Z Downloaded phf_shared v0.12.1
10002026-06-05T04:03:06.556Z Downloaded num_enum_derive v0.5.11
10012026-06-05T04:03:06.559Z Downloaded memmap2 v0.9.10
10022026-06-05T04:03:06.559Z Downloaded oxide-tokio-rt v0.1.6
10032026-06-05T04:03:06.563Z Downloaded num_enum v0.7.6
10042026-06-05T04:03:06.565Z Downloaded paste v1.0.15
10052026-06-05T04:03:06.565Z Downloaded progenitor-macro v0.13.0
10062026-06-05T04:03:06.568Z Downloaded darling v0.21.3
10072026-06-05T04:03:06.571Z Downloaded progenitor-client v0.10.0
10082026-06-05T04:03:06.571Z Downloaded ref-cast-impl v1.0.25
10092026-06-05T04:03:06.571Z Downloaded progenitor-client v0.14.0
10102026-06-05T04:03:06.574Z Downloaded rand_xorshift v0.4.0
10112026-06-05T04:03:06.574Z Downloaded progenitor-macro v0.14.0
10122026-06-05T04:03:06.574Z Downloaded password-hash v0.5.0
10132026-06-05T04:03:06.577Z Downloaded parking_lot_core v0.8.6
10142026-06-05T04:03:06.577Z Downloaded progenitor-macro v0.10.0
10152026-06-05T04:03:06.580Z Downloaded ingot-types v0.1.2
10162026-06-05T04:03:06.580Z Downloaded ref-cast v1.0.25
10172026-06-05T04:03:06.584Z Downloaded pem v3.0.6
10182026-06-05T04:03:06.584Z Downloaded oxnet v0.1.6
10192026-06-05T04:03:06.587Z Downloaded half v2.7.1
10202026-06-05T04:03:06.587Z Downloaded same-file v1.0.6
10212026-06-05T04:03:06.587Z Downloaded jiff-static v0.2.28
10222026-06-05T04:03:06.590Z Downloaded daft-derive v0.1.7
10232026-06-05T04:03:06.593Z Downloaded hostname v0.3.1
10242026-06-05T04:03:06.593Z Downloaded libsw v3.5.0
10252026-06-05T04:03:06.593Z Downloaded proc-macro-error v1.0.4
10262026-06-05T04:03:06.596Z Downloaded phf v0.12.1
10272026-06-05T04:03:06.596Z Downloaded cmake v0.1.58
10282026-06-05T04:03:06.599Z Downloaded cancel-safe-futures v0.1.5
10292026-06-05T04:03:06.599Z Downloaded serde_plain v1.0.2
10302026-06-05T04:03:06.602Z Downloaded anyhow v1.0.102
10312026-06-05T04:03:06.604Z Downloaded serde_repr v0.1.20
10322026-06-05T04:03:06.604Z Downloaded semver v0.1.20
10332026-06-05T04:03:06.605Z Downloaded num-complex v0.4.6
10342026-06-05T04:03:06.607Z Downloaded litemap v0.8.2
10352026-06-05T04:03:06.610Z Downloaded secrecy v0.10.3
10362026-06-05T04:03:06.610Z Downloaded poly1305 v0.8.0
10372026-06-05T04:03:06.610Z Downloaded allocator-api2 v0.2.21
10382026-06-05T04:03:06.613Z Downloaded sha1 v0.10.6
10392026-06-05T04:03:06.614Z Downloaded serial_test_derive v3.5.0
10402026-06-05T04:03:06.616Z Downloaded highway v1.3.0
10412026-06-05T04:03:06.616Z Downloaded progenitor-client v0.13.0
10422026-06-05T04:03:06.616Z Downloaded progenitor v0.14.0
10432026-06-05T04:03:06.619Z Downloaded proc-macro-error2 v2.0.1
10442026-06-05T04:03:06.619Z Downloaded proc-macro-error-attr2 v2.0.0
10452026-06-05T04:03:06.622Z Downloaded progenitor-extras v0.2.0
10462026-06-05T04:03:06.622Z Downloaded progenitor v0.10.0
10472026-06-05T04:03:06.625Z Downloaded siphasher v1.0.3
10482026-06-05T04:03:06.625Z Downloaded hybrid-array v0.4.12
10492026-06-05T04:03:06.625Z Downloaded serde-big-array v0.5.1
10502026-06-05T04:03:06.628Z Downloaded drift v0.2.0
10512026-06-05T04:03:06.632Z Downloaded sigpipe v0.1.3
10522026-06-05T04:03:06.634Z Downloaded minimal-lexical v0.2.1
10532026-06-05T04:03:06.637Z Downloaded rand_core v0.10.1
10542026-06-05T04:03:06.637Z Downloaded omicron-zone-package v0.12.2
10552026-06-05T04:03:06.640Z Downloaded rand_chacha v0.3.1
10562026-06-05T04:03:06.640Z Downloaded parking_lot v0.11.2
10572026-06-05T04:03:06.643Z Downloaded sha1 v0.11.0
10582026-06-05T04:03:06.643Z Downloaded schemars_derive v0.8.22
10592026-06-05T04:03:06.643Z Downloaded rustversion v1.0.22
10602026-06-05T04:03:06.646Z Downloaded smawk v0.3.2
10612026-06-05T04:03:06.646Z Downloaded spin v0.5.2
10622026-06-05T04:03:06.649Z Downloaded slog-bunyan v2.5.0
10632026-06-05T04:03:06.649Z Downloaded quick-error v1.2.3
10642026-06-05T04:03:06.649Z Downloaded hmac v0.12.1
10652026-06-05T04:03:06.652Z Downloaded ff v0.13.1
10662026-06-05T04:03:06.652Z Downloaded pest_generator v2.8.6
10672026-06-05T04:03:06.652Z Downloaded resolv-conf v0.7.6
10682026-06-05T04:03:06.655Z Downloaded scroll_derive v0.12.1
10692026-06-05T04:03:06.655Z Downloaded pest_derive v2.8.6
10702026-06-05T04:03:06.655Z Downloaded backon v1.6.0
10712026-06-05T04:03:06.658Z Downloaded scroll v0.13.0
10722026-06-05T04:03:06.658Z Downloaded rustls-native-certs v0.8.4
10732026-06-05T04:03:06.664Z Downloaded scroll v0.12.0
10742026-06-05T04:03:06.664Z Downloaded dropshot_endpoint v0.17.1
10752026-06-05T04:03:06.667Z Downloaded take_mut v0.2.2
10762026-06-05T04:03:06.667Z Downloaded serde_derive_internals v0.29.1
10772026-06-05T04:03:06.667Z Downloaded strum v0.27.2
10782026-06-05T04:03:06.667Z Downloaded num-integer v0.1.46
10792026-06-05T04:03:06.667Z Downloaded tagptr v0.2.0
10802026-06-05T04:03:06.667Z Downloaded tabled_derive v0.11.0
10812026-06-05T04:03:06.667Z Downloaded tabled_derive v0.7.0
10822026-06-05T04:03:06.670Z Downloaded strum v0.26.3
10832026-06-05T04:03:06.670Z Downloaded structmeta-derive v0.3.0
10842026-06-05T04:03:06.670Z Downloaded ingot-macros v0.1.1
10852026-06-05T04:03:06.670Z Downloaded scroll_derive v0.13.1
10862026-06-05T04:03:06.670Z Downloaded crossbeam-utils v0.8.21
10872026-06-05T04:03:06.675Z Downloaded argon2 v0.5.3
10882026-06-05T04:03:06.675Z Downloaded glob v0.3.3
10892026-06-05T04:03:06.680Z Downloaded foldhash v0.2.0
10902026-06-05T04:03:06.680Z Downloaded testing_table v0.3.0
10912026-06-05T04:03:06.680Z Downloaded structmeta v0.3.0
10922026-06-05T04:03:06.680Z Downloaded rustc_version v0.1.7
10932026-06-05T04:03:06.680Z Downloaded derive_more v0.99.20
10942026-06-05T04:03:06.683Z Downloaded thread-id v4.2.2
10952026-06-05T04:03:06.683Z Downloaded serial_test v3.5.0
10962026-06-05T04:03:06.683Z Downloaded thread-id v5.1.0
10972026-06-05T04:03:06.683Z Downloaded konst v0.2.20
10982026-06-05T04:03:06.686Z Downloaded icu_normalizer v2.2.0
10992026-06-05T04:03:06.690Z Downloaded stable_deref_trait v1.2.1
11002026-06-05T04:03:06.690Z Downloaded digest v0.11.3
11012026-06-05T04:03:06.690Z Downloaded slog-envlogger v2.2.0
11022026-06-05T04:03:06.694Z Downloaded slog-async v2.8.0
11032026-06-05T04:03:06.694Z Downloaded internet-checksum v0.2.1
11042026-06-05T04:03:06.694Z Downloaded bcs v0.1.6
11052026-06-05T04:03:06.697Z Downloaded thiserror-impl-no-std v2.0.2
11062026-06-05T04:03:06.700Z Downloaded typify-macro v0.4.3
11072026-06-05T04:03:06.700Z Downloaded topological-sort v0.2.2
11082026-06-05T04:03:06.700Z Downloaded termtree v0.5.1
11092026-06-05T04:03:06.703Z Downloaded time-core v0.1.8
11102026-06-05T04:03:06.703Z Downloaded slog-scope v4.4.1
11112026-06-05T04:03:06.703Z Downloaded tabwriter v1.4.1
11122026-06-05T04:03:06.703Z Downloaded slog-json v2.6.1
11132026-06-05T04:03:06.706Z Downloaded const_format_proc_macros v0.2.34
11142026-06-05T04:03:06.706Z Downloaded slog-stdlog v4.1.1
11152026-06-05T04:03:06.709Z Downloaded slog-dtrace v0.3.0
11162026-06-05T04:03:06.709Z Downloaded ciborium v0.2.2
11172026-06-05T04:03:06.709Z Downloaded blake2 v0.10.6
11182026-06-05T04:03:06.713Z Downloaded smartstring v1.0.1
11192026-06-05T04:03:06.713Z Downloaded smf v0.2.3
11202026-06-05T04:03:06.713Z Downloaded rustls-pemfile v2.2.0
11212026-06-05T04:03:06.717Z Downloaded usdt-macro v0.6.0
11222026-06-05T04:03:06.717Z Downloaded untrusted v0.7.1
11232026-06-05T04:03:06.717Z Downloaded nom v8.0.0
11242026-06-05T04:03:06.720Z Downloaded universal-hash v0.5.1
11252026-06-05T04:03:06.720Z Downloaded unit-prefix v0.5.2
11262026-06-05T04:03:06.721Z Downloaded potential_utf v0.1.5
11272026-06-05T04:03:06.721Z Downloaded multer v3.1.0
11282026-06-05T04:03:06.723Z Downloaded chacha20 v0.9.1
11292026-06-05T04:03:06.723Z Downloaded darling_core v0.21.3
11302026-06-05T04:03:06.726Z Downloaded snafu-derive v0.8.9
11312026-06-05T04:03:06.726Z Downloaded chacha20poly1305 v0.10.1
11322026-06-05T04:03:06.729Z Downloaded icu_properties v2.2.0
11332026-06-05T04:03:06.729Z Downloaded pretty-hex v0.4.2
11342026-06-05T04:03:06.732Z Downloaded strum_macros v0.27.2
11352026-06-05T04:03:06.732Z Downloaded crossbeam-deque v0.8.6
11362026-06-05T04:03:06.732Z Downloaded unarray v0.1.4
11372026-06-05T04:03:06.736Z Downloaded synstructure v0.13.2
11382026-06-05T04:03:06.736Z Downloaded csv-core v0.1.13
11392026-06-05T04:03:06.736Z Downloaded strum_macros v0.26.4
11402026-06-05T04:03:06.742Z Downloaded progenitor v0.13.0
11412026-06-05T04:03:06.742Z Downloaded tokio-tungstenite v0.21.0
11422026-06-05T04:03:06.742Z Downloaded bytecount v0.6.9
11432026-06-05T04:03:06.742Z Downloaded usdt-attr-macro v0.6.0
11442026-06-05T04:03:06.744Z Downloaded async-stream-impl v0.3.6
11452026-06-05T04:03:06.744Z Downloaded postcard v1.1.3
11462026-06-05T04:03:06.744Z Downloaded usdt-attr-macro v0.5.0
11472026-06-05T04:03:06.745Z Downloaded yoke-derive v0.8.2
11482026-06-05T04:03:06.745Z Downloaded progenitor-impl v0.13.0
11492026-06-05T04:03:06.745Z Downloaded zerofrom-derive v0.1.7
11502026-06-05T04:03:06.745Z Downloaded waitgroup v0.1.2
11512026-06-05T04:03:06.748Z Downloaded serde_with_macros v3.20.0
11522026-06-05T04:03:06.748Z Downloaded papergrid v0.11.0
11532026-06-05T04:03:06.751Z Downloaded zone_cfg_derive v0.3.1
11542026-06-05T04:03:06.751Z Downloaded usdt v0.6.0
11552026-06-05T04:03:06.751Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-06-05T04:03:06.753Z Downloaded dropshot-api-manager-types v0.7.2
11572026-06-05T04:03:06.753Z Downloaded zone v0.3.1
11582026-06-05T04:03:06.753Z Downloaded zerofrom v0.1.8
11592026-06-05T04:03:06.753Z Downloaded progenitor-impl v0.14.0
11602026-06-05T04:03:06.756Z Downloaded compression-core v0.4.32
11612026-06-05T04:03:06.756Z Downloaded icu_locale_core v2.2.0
11622026-06-05T04:03:06.761Z Downloaded tinystr v0.8.3
11632026-06-05T04:03:06.766Z Downloaded typify-macro v0.6.2
11642026-06-05T04:03:06.766Z Downloaded zeroize_derive v1.4.3
11652026-06-05T04:03:06.766Z Downloaded time-macros v0.2.27
11662026-06-05T04:03:06.766Z Downloaded utf-8 v0.7.6
11672026-06-05T04:03:06.766Z Downloaded usdt-macro v0.5.0
11682026-06-05T04:03:06.767Z Downloaded tiny-keccak v2.0.2
11692026-06-05T04:03:06.770Z Downloaded slog-term v2.9.2
11702026-06-05T04:03:06.770Z Downloaded arc-swap v1.9.1
11712026-06-05T04:03:06.770Z Downloaded serde_tokenstream v0.2.3
11722026-06-05T04:03:06.770Z Downloaded rhai_codegen v3.2.0
11732026-06-05T04:03:06.775Z Downloaded writeable v0.6.3
11742026-06-05T04:03:06.778Z Downloaded progenitor-impl v0.10.0
11752026-06-05T04:03:06.778Z Downloaded vsss-rs v3.3.4
11762026-06-05T04:03:06.778Z Downloaded pest_meta v2.8.6
11772026-06-05T04:03:06.781Z Downloaded hickory-resolver v0.24.4
11782026-06-05T04:03:06.784Z Downloaded tokio-dtrace v0.1.1
11792026-06-05T04:03:06.784Z Downloaded papergrid v0.18.0
11802026-06-05T04:03:06.787Z Downloaded rustls-platform-verifier v0.7.0
11812026-06-05T04:03:06.791Z Downloaded whoami v1.6.1
11822026-06-05T04:03:06.791Z Downloaded const_format v0.2.36
11832026-06-05T04:03:06.794Z Downloaded usdt v0.5.0
11842026-06-05T04:03:06.795Z Downloaded base64 v0.21.7
11852026-06-05T04:03:06.795Z Downloaded term v1.2.1
11862026-06-05T04:03:06.797Z Downloaded pretty_assertions v1.4.1
11872026-06-05T04:03:06.797Z Downloaded wait-timeout v0.2.1
11882026-06-05T04:03:06.797Z Downloaded thin-vec v0.2.18
11892026-06-05T04:03:06.800Z Downloaded rusty-fork v0.3.1
11902026-06-05T04:03:06.801Z Downloaded crossbeam-channel v0.5.15
11912026-06-05T04:03:06.803Z Downloaded usdt-impl v0.6.0
11922026-06-05T04:03:06.803Z Downloaded xz2 v0.1.7
11932026-06-05T04:03:06.803Z Downloaded heapless v0.8.0
11942026-06-05T04:03:06.806Z Downloaded usdt-impl v0.5.0
11952026-06-05T04:03:06.806Z Downloaded spin v0.9.8
11962026-06-05T04:03:06.809Z Downloaded similar v2.7.0
11972026-06-05T04:03:06.812Z Downloaded indicatif v0.18.4
11982026-06-05T04:03:06.814Z Downloaded schemars v0.8.22
11992026-06-05T04:03:06.818Z Downloaded zerovec-derive v0.11.3
12002026-06-05T04:03:06.823Z Downloaded slog v2.8.2
12012026-06-05T04:03:06.825Z Downloaded yoke v0.8.3
12022026-06-05T04:03:06.826Z Downloaded walkdir v2.5.0
12032026-06-05T04:03:06.826Z Downloaded async-compression v0.4.42
12042026-06-05T04:03:06.829Z Downloaded rand v0.8.6
12052026-06-05T04:03:06.832Z Downloaded test-strategy v0.4.5
12062026-06-05T04:03:06.832Z Downloaded indexmap v1.9.3
12072026-06-05T04:03:06.835Z Downloaded rayon-core v1.13.0
12082026-06-05T04:03:06.835Z Downloaded schemars v0.9.0
12092026-06-05T04:03:06.841Z Downloaded serde_yaml v0.9.34+deprecated
12102026-06-05T04:03:06.876Z Downloaded toml v0.9.12+spec-1.1.0
12112026-06-05T04:03:06.886Z Downloaded icu_collections v2.2.0
12122026-06-05T04:03:06.886Z Downloaded tungstenite v0.21.0
12132026-06-05T04:03:06.886Z Downloaded expectorate v1.2.0
12142026-06-05T04:03:06.887Z Downloaded ucd-trie v0.1.7
12152026-06-05T04:03:06.887Z Downloaded prettyplease v0.2.37
12162026-06-05T04:03:06.887Z Downloaded const-oid v0.10.2
12172026-06-05T04:03:06.887Z Downloaded rand v0.10.1
12182026-06-05T04:03:06.887Z Downloaded typify v0.6.2
12192026-06-05T04:03:06.887Z Downloaded hashbrown v0.12.3
12202026-06-05T04:03:06.887Z Downloaded crypto-bigint v0.5.5
12212026-06-05T04:03:06.887Z Downloaded snafu v0.8.9
12222026-06-05T04:03:06.887Z Downloaded zerocopy-derive v0.7.35
12232026-06-05T04:03:06.887Z Downloaded toml v0.7.8
12242026-06-05T04:03:06.887Z Downloaded nom v7.1.3
12252026-06-05T04:03:06.891Z Downloaded typify v0.4.3
12262026-06-05T04:03:06.891Z Downloaded hickory-resolver v0.25.2
12272026-06-05T04:03:06.891Z Downloaded unsafe-libyaml v0.2.11
12282026-06-05T04:03:06.894Z Downloaded schemars v1.2.1
12292026-06-05T04:03:06.898Z Downloaded zerocopy-derive v0.8.50
12302026-06-05T04:03:06.902Z Downloaded toml_edit v0.19.15
12312026-06-05T04:03:06.911Z Downloaded thiserror-no-std v2.0.2
12322026-06-05T04:03:06.915Z Downloaded darling v0.23.0
12332026-06-05T04:03:06.919Z Downloaded pest v2.8.6
12342026-06-05T04:03:06.921Z Downloaded dropshot-api-manager v0.7.2
12352026-06-05T04:03:06.924Z Downloaded yansi v1.0.1
12362026-06-05T04:03:06.924Z Downloaded typed-path v0.9.3
12372026-06-05T04:03:06.927Z Downloaded zerotrie v0.2.4
12382026-06-05T04:03:06.930Z Downloaded steno v0.4.1
12392026-06-05T04:03:06.933Z Downloaded qorb v0.4.1
12402026-06-05T04:03:06.933Z Downloaded hashbrown v0.16.1
12412026-06-05T04:03:06.942Z Downloaded icu_properties_data v2.2.0
12422026-06-05T04:03:06.951Z Downloaded libm v0.2.16
12432026-06-05T04:03:06.956Z Downloaded toml_edit v0.25.12+spec-1.1.0
12442026-06-05T04:03:06.959Z Downloaded hkdf v0.12.4
12452026-06-05T04:03:06.963Z Downloaded zerovec v0.11.6
12462026-06-05T04:03:06.969Z Downloaded reqwest v0.13.4
12472026-06-05T04:03:06.977Z Downloaded tough v0.22.0
12482026-06-05T04:03:06.985Z Downloaded goblin v0.8.2
12492026-06-05T04:03:06.993Z Downloaded zerocopy v0.7.35
12502026-06-05T04:03:07.001Z Downloaded winnow v0.5.40
12512026-06-05T04:03:07.005Z Downloaded blake3 v1.8.5
12522026-06-05T04:03:07.009Z Downloaded iddqd v0.4.2
12532026-06-05T04:03:07.016Z Downloaded serde_with v3.20.0
12542026-06-05T04:03:07.022Z Downloaded rayon v1.12.0
12552026-06-05T04:03:07.027Z Downloaded nix v0.31.3
12562026-06-05T04:03:07.033Z Downloaded tabled v0.21.0
12572026-06-05T04:03:07.046Z Downloaded tabled v0.15.0
12582026-06-05T04:03:07.051Z Downloaded goblin v0.10.7
12592026-06-05T04:03:07.056Z Downloaded proptest v1.11.0
12602026-06-05T04:03:07.060Z Downloaded aws-lc-rs v1.17.0
12612026-06-05T04:03:07.066Z Downloaded moka v0.12.15
12622026-06-05T04:03:07.071Z Downloaded syn v1.0.109
12632026-06-05T04:03:07.078Z Downloaded hickory-proto v0.25.2
12642026-06-05T04:03:07.086Z Downloaded time v0.3.47
12652026-06-05T04:03:07.114Z Downloaded smoltcp v0.11.0
12662026-06-05T04:03:07.124Z Downloaded regress v0.10.5
12672026-06-05T04:03:07.127Z Downloaded rhai v1.25.1
12682026-06-05T04:03:07.133Z Downloaded regress v0.11.1
12692026-06-05T04:03:07.140Z Downloaded openapiv3 v2.2.0
12702026-06-05T04:03:07.146Z Downloaded dropshot v0.17.1
12712026-06-05T04:03:07.158Z Downloaded sled v0.34.7
12722026-06-05T04:03:07.163Z Downloaded typify-impl v0.6.2
12732026-06-05T04:03:07.170Z Downloaded typify-impl v0.4.3
12742026-06-05T04:03:07.178Z Downloaded hickory-proto v0.24.4
12752026-06-05T04:03:07.205Z Downloaded jiff v0.2.28
12762026-06-05T04:03:07.212Z Downloaded lzma-sys v0.1.20
12772026-06-05T04:03:07.242Z Downloaded petgraph v0.6.5
12782026-06-05T04:03:07.252Z Downloaded encoding_rs v0.8.35
12792026-06-05T04:03:07.269Z Downloaded chrono-tz v0.10.4
12802026-06-05T04:03:07.277Z Downloaded csv v1.4.0
12812026-06-05T04:03:07.290Z Downloaded sha3 v0.10.9
12822026-06-05T04:03:07.801Z Downloaded aws-lc-sys v0.41.0
12832026-06-05T04:03:08.712Z Compiling proc-macro2 v1.0.106
12842026-06-05T04:03:08.712Z Compiling quote v1.0.45
12852026-06-05T04:03:08.712Z Compiling unicode-ident v1.0.24
12862026-06-05T04:03:08.712Z Compiling serde_core v1.0.228
12872026-06-05T04:03:08.712Z Compiling cfg-if v1.0.4
12882026-06-05T04:03:08.712Z Compiling serde v1.0.228
12892026-06-05T04:03:08.715Z Compiling libc v0.2.186
12902026-06-05T04:03:08.715Z Compiling memchr v2.8.1
12912026-06-05T04:03:08.880Z Compiling itoa v1.0.18
12922026-06-05T04:03:09.044Z Compiling zmij v1.0.21
12932026-06-05T04:03:09.130Z Compiling autocfg v1.5.1
12942026-06-05T04:03:09.177Z Compiling libm v0.2.16
12952026-06-05T04:03:09.467Z Compiling stable_deref_trait v1.2.1
12962026-06-05T04:03:09.503Z Compiling writeable v0.6.3
12972026-06-05T04:03:09.537Z Compiling litemap v0.8.2
12982026-06-05T04:03:09.639Z Compiling icu_normalizer_data v2.2.0
12992026-06-05T04:03:09.653Z Compiling utf8_iter v1.0.4
13002026-06-05T04:03:09.675Z Compiling icu_properties_data v2.2.0
13012026-06-05T04:03:09.690Z Compiling percent-encoding v2.3.2
13022026-06-05T04:03:09.712Z Compiling iana-time-zone v0.1.65
13032026-06-05T04:03:09.881Z Compiling version_check v0.9.5
13042026-06-05T04:03:09.927Z Compiling equivalent v1.0.2
13052026-06-05T04:03:09.960Z Compiling syn v2.0.117
13062026-06-05T04:03:10.005Z Compiling form_urlencoded v1.2.2
13072026-06-05T04:03:10.049Z Compiling serde_json v1.0.150
13082026-06-05T04:03:10.064Z Compiling pin-project-lite v0.2.17
13092026-06-05T04:03:10.155Z Compiling dyn-clone v1.0.20
13102026-06-05T04:03:10.204Z Compiling parking_lot_core v0.9.12
13112026-06-05T04:03:10.216Z Compiling scopeguard v1.2.0
13122026-06-05T04:03:10.253Z Compiling num-traits v0.2.19
13132026-06-05T04:03:10.307Z Compiling lock_api v0.4.14
13142026-06-05T04:03:10.317Z Compiling hashbrown v0.17.1
13152026-06-05T04:03:10.365Z Compiling rand_core v0.10.1
13162026-06-05T04:03:10.498Z Compiling getrandom v0.4.2
13172026-06-05T04:03:10.518Z Compiling thiserror v2.0.18
13182026-06-05T04:03:10.533Z Compiling errno v0.3.14
13192026-06-05T04:03:10.722Z Compiling log v0.4.32
13202026-06-05T04:03:10.745Z Compiling heck v0.5.0
13212026-06-05T04:03:10.883Z Compiling futures-core v0.3.32
13222026-06-05T04:03:10.907Z Compiling semver v1.0.28
13232026-06-05T04:03:11.006Z Compiling indexmap v2.14.0
13242026-06-05T04:03:11.060Z Compiling zerocopy v0.8.50
13252026-06-05T04:03:11.071Z Compiling uuid v1.23.2
13262026-06-05T04:03:11.284Z Compiling futures-sink v0.3.32
13272026-06-05T04:03:11.302Z Compiling schemars v0.8.22
13282026-06-05T04:03:11.364Z Compiling slab v0.4.12
13292026-06-05T04:03:11.500Z Compiling jobserver v0.1.34
13302026-06-05T04:03:11.512Z Compiling rustversion v1.0.22
13312026-06-05T04:03:11.543Z Compiling fnv v1.0.7
13322026-06-05T04:03:11.557Z Compiling shlex v2.0.1
13332026-06-05T04:03:11.634Z Compiling find-msvc-tools v0.1.9
13342026-06-05T04:03:11.670Z Compiling futures-channel v0.3.32
13352026-06-05T04:03:11.732Z Compiling bitflags v2.12.1
13362026-06-05T04:03:11.831Z Compiling cc v1.2.63
13372026-06-05T04:03:11.871Z Compiling futures-task v0.3.32
13382026-06-05T04:03:11.929Z Compiling futures-io v0.3.32
13392026-06-05T04:03:11.977Z Compiling portable-atomic v1.13.1
13402026-06-05T04:03:12.043Z Compiling socket2 v0.6.4
13412026-06-05T04:03:12.056Z Compiling signal-hook-registry v1.4.8
13422026-06-05T04:03:12.145Z Compiling mio v1.2.1
13432026-06-05T04:03:12.252Z Compiling critical-section v1.2.0
13442026-06-05T04:03:12.357Z Compiling dunce v1.0.5
13452026-06-05T04:03:12.361Z Compiling typenum v1.20.1
13462026-06-05T04:03:12.450Z Compiling fs_extra v1.3.0
13472026-06-05T04:03:12.497Z Compiling base64 v0.22.1
13482026-06-05T04:03:12.508Z Compiling slog v2.8.2
13492026-06-05T04:03:12.673Z Compiling cmake v0.1.58
13502026-06-05T04:03:12.711Z Compiling rustix v1.1.4
13512026-06-05T04:03:12.749Z Compiling subtle v2.6.1
13522026-06-05T04:03:12.847Z Compiling synstructure v0.13.2
13532026-06-05T04:03:12.920Z Compiling serde_derive_internals v0.29.1
13542026-06-05T04:03:13.005Z Compiling once_cell v1.21.4
13552026-06-05T04:03:13.016Z Compiling strsim v0.11.1
13562026-06-05T04:03:13.069Z Compiling byteorder v1.5.0
13572026-06-05T04:03:13.111Z Compiling aws-lc-sys v0.41.0
13582026-06-05T04:03:13.227Z Compiling regex-syntax v0.8.10
13592026-06-05T04:03:13.290Z Compiling httparse v1.10.1
13602026-06-05T04:03:13.345Z Compiling ipnet v2.12.0
13612026-06-05T04:03:13.361Z Compiling atomic-waker v1.1.2
13622026-06-05T04:03:13.404Z Compiling tower-layer v0.3.3
13632026-06-05T04:03:13.480Z Compiling tower-service v0.3.3
13642026-06-05T04:03:13.572Z Compiling getrandom v0.2.17
13652026-06-05T04:03:13.578Z Compiling try-lock v0.2.5
13662026-06-05T04:03:13.644Z Compiling getrandom v0.3.4
13672026-06-05T04:03:13.669Z Compiling ryu v1.0.23
13682026-06-05T04:03:13.735Z Compiling ucd-trie v0.1.7
13692026-06-05T04:03:13.860Z Compiling thiserror v1.0.69
13702026-06-05T04:03:13.866Z Compiling untrusted v0.9.0
13712026-06-05T04:03:13.974Z Compiling pest v2.8.6
13722026-06-05T04:03:14.005Z Compiling rand_core v0.6.4
13732026-06-05T04:03:14.015Z Compiling want v0.3.1
13742026-06-05T04:03:14.030Z Compiling httpdate v1.0.3
13752026-06-05T04:03:14.068Z Compiling serde_derive v1.0.228
13762026-06-05T04:03:14.168Z Compiling zerofrom-derive v0.1.7
13772026-06-05T04:03:14.173Z Compiling yoke-derive v0.8.2
13782026-06-05T04:03:14.215Z Compiling zerovec-derive v0.11.3
13792026-06-05T04:03:14.267Z Compiling displaydoc v0.2.6
13802026-06-05T04:03:15.060Z Compiling schemars_derive v0.8.22
13812026-06-05T04:03:15.279Z Compiling thiserror-impl v2.0.18
13822026-06-05T04:03:15.293Z Compiling tokio-macros v2.7.0
13832026-06-05T04:03:15.309Z Compiling zerocopy-derive v0.8.50
13842026-06-05T04:03:15.398Z Compiling zerofrom v0.1.8
13852026-06-05T04:03:15.519Z Compiling yoke v0.8.3
13862026-06-05T04:03:15.701Z Compiling zerovec v0.11.6
13872026-06-05T04:03:15.864Z Compiling zerotrie v0.2.4
13882026-06-05T04:03:16.057Z Compiling zeroize_derive v1.4.3
13892026-06-05T04:03:16.156Z Compiling tinystr v0.8.3
13902026-06-05T04:03:16.221Z Compiling potential_utf v0.1.5
13912026-06-05T04:03:16.271Z Compiling futures-macro v0.3.32
13922026-06-05T04:03:16.358Z Compiling icu_locale_core v2.2.0
13932026-06-05T04:03:16.392Z Compiling icu_collections v2.2.0
13942026-06-05T04:03:16.722Z Compiling zeroize v1.8.2
13952026-06-05T04:03:16.779Z Compiling thiserror-impl v1.0.69
13962026-06-05T04:03:16.898Z Compiling pest_meta v2.8.6
13972026-06-05T04:03:16.913Z Compiling pretty-hex v0.4.2
13982026-06-05T04:03:17.037Z Compiling icu_provider v2.2.0
13992026-06-05T04:03:17.096Z Compiling futures-util v0.3.32
14002026-06-05T04:03:17.233Z Compiling bytes v1.11.1
14012026-06-05T04:03:17.348Z Compiling smallvec v1.15.1
14022026-06-05T04:03:17.421Z Compiling icu_properties v2.2.0
14032026-06-05T04:03:17.570Z Compiling icu_normalizer v2.2.0
14042026-06-05T04:03:17.857Z Compiling chrono v0.4.45
14052026-06-05T04:03:18.147Z Compiling parking_lot v0.12.5
14062026-06-05T04:03:18.159Z Compiling http v1.4.1
14072026-06-05T04:03:18.229Z Compiling serde_tokenstream v0.2.3
14082026-06-05T04:03:18.506Z Compiling idna_adapter v1.2.2
14092026-06-05T04:03:18.539Z Compiling tokio v1.52.3
14102026-06-05T04:03:18.570Z Compiling erased-serde v0.3.31
14112026-06-05T04:03:18.640Z Compiling idna v1.1.0
14122026-06-05T04:03:19.043Z Compiling url v2.5.8
14132026-06-05T04:03:19.313Z Compiling http-body v1.0.1
14142026-06-05T04:03:19.389Z Compiling ppv-lite86 v0.2.21
14152026-06-05T04:03:19.420Z Compiling pest_generator v2.8.6
14162026-06-05T04:03:19.456Z Compiling winnow v1.0.3
14172026-06-05T04:03:19.555Z Compiling plain v0.2.3
14182026-06-05T04:03:19.665Z Compiling paste v1.0.15
14192026-06-05T04:03:19.693Z Compiling allocator-api2 v0.2.21
14202026-06-05T04:03:19.897Z Compiling foldhash v0.2.0
14212026-06-05T04:03:20.023Z Compiling tracing-attributes v0.1.31
14222026-06-05T04:03:20.029Z Compiling tracing-core v0.1.36
14232026-06-05T04:03:20.029Z Compiling pest_derive v2.8.6
14242026-06-05T04:03:20.207Z Compiling hashbrown v0.16.1
14252026-06-05T04:03:20.577Z Compiling ipnetwork v0.21.1
14262026-06-05T04:03:20.636Z Compiling ident_case v1.0.1
14272026-06-05T04:03:20.649Z Compiling omicron-workspace-hack v0.1.0
14282026-06-05T04:03:20.794Z Compiling http-body-util v0.1.3
14292026-06-05T04:03:20.873Z Compiling oxnet v0.1.6
14302026-06-05T04:03:21.013Z Compiling serde_urlencoded v0.7.1
14312026-06-05T04:03:21.017Z Compiling aho-corasick v1.1.4
14322026-06-05T04:03:21.101Z Compiling sync_wrapper v1.0.2
14332026-06-05T04:03:21.206Z Compiling daft-derive v0.1.7
14342026-06-05T04:03:21.264Z Compiling tracing v0.1.44
14352026-06-05T04:03:21.337Z Compiling fastrand v2.4.1
14362026-06-05T04:03:21.499Z Compiling async-trait v0.1.89
14372026-06-05T04:03:21.594Z Compiling scroll_derive v0.13.1
14382026-06-05T04:03:21.970Z Compiling regex-automata v0.4.14
14392026-06-05T04:03:22.248Z Compiling tokio-util v0.7.18
14402026-06-05T04:03:22.427Z Compiling powerfmt v0.2.0
14412026-06-05T04:03:22.472Z Compiling num-conv v0.2.2
14422026-06-05T04:03:22.512Z Compiling time-core v0.1.8
14432026-06-05T04:03:22.606Z Compiling aws-lc-rs v1.17.0
14442026-06-05T04:03:22.628Z Compiling anyhow v1.0.102
14452026-06-05T04:03:22.660Z Compiling time-macros v0.2.27
14462026-06-05T04:03:22.920Z Compiling deranged v0.5.8
14472026-06-05T04:03:23.030Z Compiling scroll v0.13.0
14482026-06-05T04:03:23.141Z Compiling rustls-pki-types v1.14.1
14492026-06-05T04:03:23.244Z Compiling openssl-probe v0.2.1
14502026-06-05T04:03:23.427Z Compiling hex v0.4.3
14512026-06-05T04:03:23.613Z Compiling regex v1.12.3
14522026-06-05T04:03:23.624Z Compiling num_threads v0.1.7
14532026-06-05T04:03:23.676Z Compiling goblin v0.10.7
14542026-06-05T04:03:23.874Z Compiling untrusted v0.7.1
14552026-06-05T04:03:24.066Z Compiling camino v1.2.2
14562026-06-05T04:03:24.279Z Compiling usdt-impl v0.6.0
14572026-06-05T04:03:24.293Z Compiling crc32fast v1.5.0
14582026-06-05T04:03:24.438Z Compiling rustls v0.23.40
14592026-06-05T04:03:24.624Z Compiling h2 v0.4.14
14602026-06-05T04:03:24.658Z Compiling dtrace-parser v0.3.0
14612026-06-05T04:03:24.684Z Compiling futures-executor v0.3.32
14622026-06-05T04:03:24.851Z Compiling crossbeam-utils v0.8.21
14632026-06-05T04:03:25.204Z Compiling structmeta-derive v0.3.0
14642026-06-05T04:03:25.226Z Compiling thread-id v5.1.0
14652026-06-05T04:03:25.234Z Compiling adler2 v2.0.1
14662026-06-05T04:03:25.299Z Compiling simd-adler32 v0.3.9
14672026-06-05T04:03:25.359Z Compiling cpufeatures v0.3.0
14682026-06-05T04:03:25.430Z Compiling miniz_oxide v0.8.9
14692026-06-05T04:03:25.576Z Compiling futures v0.3.32
14702026-06-05T04:03:25.650Z Compiling rand_core v0.9.5
14712026-06-05T04:03:25.870Z Compiling darling_core v0.23.0
14722026-06-05T04:03:26.018Z Compiling newtype-uuid-macros v0.1.0
14732026-06-05T04:03:26.099Z Compiling hybrid-array v0.4.12
14742026-06-05T04:03:26.266Z Compiling structmeta v0.3.0
14752026-06-05T04:03:26.464Z Compiling dof v0.4.0
14762026-06-05T04:03:26.711Z Compiling hyper v1.10.1
14772026-06-05T04:03:26.824Z Compiling thread_local v1.1.9
14782026-06-05T04:03:26.892Z Compiling match_cfg v0.1.0
14792026-06-05T04:03:26.965Z Compiling flate2 v1.1.9
14802026-06-05T04:03:27.713Z Compiling newtype-uuid v1.3.2
14812026-06-05T04:03:27.799Z Compiling hyper-util v0.1.20
14822026-06-05T04:03:27.929Z Compiling darling_macro v0.23.0
14832026-06-05T04:03:28.057Z Compiling ref-cast v1.0.25
14842026-06-05T04:03:28.068Z Compiling quick-error v1.2.3
14852026-06-05T04:03:28.371Z Compiling compression-core v0.4.32
14862026-06-05T04:03:28.416Z Compiling slog-async v2.8.0
14872026-06-05T04:03:28.493Z Compiling compression-codecs v0.4.38
14882026-06-05T04:03:28.524Z Compiling darling v0.23.0
14892026-06-05T04:03:28.529Z Compiling daft v0.1.7
14902026-06-05T04:03:28.578Z Compiling crypto-common v0.2.2
14912026-06-05T04:03:28.590Z Compiling block-buffer v0.12.0
14922026-06-05T04:03:28.641Z Compiling usdt-attr-macro v0.6.0
14932026-06-05T04:03:29.137Z Compiling usdt-macro v0.6.0
14942026-06-05T04:03:29.140Z Compiling rand_chacha v0.9.0
14952026-06-05T04:03:29.140Z Compiling strum_macros v0.26.4
14962026-06-05T04:03:29.162Z Compiling ref-cast-impl v1.0.25
14972026-06-05T04:03:29.165Z Compiling serde_spanned v1.1.1
14982026-06-05T04:03:29.315Z Compiling generic-array v0.14.7
14992026-06-05T04:03:29.898Z Compiling multer v3.1.0
15002026-06-05T04:03:29.901Z Compiling debug-ignore v1.0.5
15012026-06-05T04:03:29.901Z Compiling take_mut v0.2.2
15022026-06-05T04:03:29.901Z Compiling toml_writer v1.1.1+spec-1.1.0
15032026-06-05T04:03:29.901Z Compiling term v1.2.1
15042026-06-05T04:03:29.901Z Compiling bit-vec v0.8.0
15052026-06-05T04:03:29.901Z Compiling const-oid v0.10.2
15062026-06-05T04:03:29.901Z Compiling rand v0.9.4
15072026-06-05T04:03:29.905Z Compiling serde_with_macros v3.20.0
15082026-06-05T04:03:29.960Z Compiling bit-set v0.8.0
15092026-06-05T04:03:30.377Z Compiling digest v0.11.3
15102026-06-05T04:03:30.787Z Compiling async-stream-impl v0.3.6
15112026-06-05T04:03:30.787Z Compiling dropshot v0.17.1
15122026-06-05T04:03:30.787Z Compiling encoding_rs v0.8.35
15132026-06-05T04:03:30.790Z Compiling syn v1.0.109
15142026-06-05T04:03:30.791Z Compiling strum v0.26.3
15152026-06-05T04:03:30.791Z Compiling spin v0.9.8
15162026-06-05T04:03:30.791Z Compiling unarray v0.1.4
15172026-06-05T04:03:30.791Z Compiling mime v0.3.17
15182026-06-05T04:03:30.819Z Compiling async-stream v0.3.6
15192026-06-05T04:03:31.253Z Compiling sha1 v0.11.0
15202026-06-05T04:03:31.260Z Compiling derive-ex v0.1.8
15212026-06-05T04:03:31.260Z Compiling tower v0.5.3
15222026-06-05T04:03:31.260Z Compiling dropshot_endpoint v0.17.1
15232026-06-05T04:03:31.260Z Compiling macaddr v1.0.1
15242026-06-05T04:03:31.260Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15252026-06-05T04:03:31.273Z Compiling waitgroup v0.1.2
15262026-06-05T04:03:31.412Z Compiling serde_path_to_error v0.1.20
15272026-06-05T04:03:31.557Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15282026-06-05T04:03:31.680Z Compiling tower-http v0.6.11
15292026-06-05T04:03:31.849Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15302026-06-05T04:03:32.023Z Compiling tempfile v3.27.0
15312026-06-05T04:03:32.035Z Compiling openapiv3 v2.2.0
15322026-06-05T04:03:32.094Z Compiling strum_macros v0.27.2
15332026-06-05T04:03:32.518Z Compiling test-strategy v0.4.5
15342026-06-05T04:03:32.675Z Compiling instant v0.1.13
15352026-06-05T04:03:32.779Z Compiling time v0.3.47
15362026-06-05T04:03:33.475Z Compiling rustls-native-certs v0.8.4
15372026-06-05T04:03:33.608Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15382026-06-05T04:03:33.812Z Compiling crossbeam-channel v0.5.15
15392026-06-05T04:03:33.871Z Compiling crypto-common v0.1.7
15402026-06-05T04:03:33.890Z Compiling strum v0.27.2
15412026-06-05T04:03:34.014Z Compiling parse-display-derive v0.10.0
15422026-06-05T04:03:34.298Z Compiling backon v1.6.0
15432026-06-05T04:03:34.448Z Compiling rand_chacha v0.3.1
15442026-06-05T04:03:34.673Z Compiling rand v0.8.6
15452026-06-05T04:03:34.892Z Compiling slog-json v2.6.1
15462026-06-05T04:03:35.016Z Compiling hostname v0.3.1
15472026-06-05T04:03:35.195Z Compiling toml_parser v1.1.2+spec-1.1.0
15482026-06-05T04:03:35.363Z Compiling toml_datetime v1.1.1+spec-1.1.0
15492026-06-05T04:03:35.670Z Compiling is-terminal v0.4.17
15502026-06-05T04:03:35.689Z Compiling memmap2 v0.9.10
15512026-06-05T04:03:35.731Z Compiling wait-timeout v0.2.1
15522026-06-05T04:03:35.764Z Compiling either v1.16.0
15532026-06-05T04:03:35.848Z Compiling usdt v0.6.0
15542026-06-05T04:03:35.860Z Compiling rusty-fork v0.3.1
15552026-06-05T04:03:35.884Z Compiling slog-term v2.9.2
15562026-06-05T04:03:35.907Z Compiling toml v1.1.2+spec-1.1.0
15572026-06-05T04:03:36.033Z Compiling slog-bunyan v2.5.0
15582026-06-05T04:03:36.164Z Compiling serde_with v3.20.0
15592026-06-05T04:03:36.167Z Compiling async-compression v0.4.42
15602026-06-05T04:03:36.213Z Compiling rand_xorshift v0.4.0
15612026-06-05T04:03:36.353Z Compiling rustls-pemfile v2.2.0
15622026-06-05T04:03:36.482Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15632026-06-05T04:03:36.485Z Compiling regress v0.10.5
15642026-06-05T04:03:36.564Z Compiling hostname v0.4.2
15652026-06-05T04:03:36.668Z Compiling humantime v2.3.0
15662026-06-05T04:03:36.690Z Compiling proptest v1.11.0
15672026-06-05T04:03:37.218Z Compiling iddqd v0.4.2
15682026-06-05T04:03:37.897Z Compiling reqwest v0.12.28
15692026-06-05T04:03:37.901Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15702026-06-05T04:03:37.901Z Compiling block-buffer v0.10.4
15712026-06-05T04:03:37.901Z Compiling utf8parse v0.2.2
15722026-06-05T04:03:38.002Z Compiling digest v0.10.7
15732026-06-05T04:03:38.147Z Compiling anstyle-parse v1.0.0
15742026-06-05T04:03:38.205Z Compiling itertools v0.14.0
15752026-06-05T04:03:38.330Z Compiling parse-display v0.10.0
15762026-06-05T04:03:38.511Z Compiling progenitor-client v0.10.0
15772026-06-05T04:03:38.692Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15782026-06-05T04:03:38.776Z Compiling backoff v0.4.0
15792026-06-05T04:03:38.984Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15802026-06-05T04:03:39.237Z Compiling colorchoice v1.0.5
15812026-06-05T04:03:39.352Z Compiling is_terminal_polyfill v1.70.2
15822026-06-05T04:03:39.438Z Compiling anstyle v1.0.14
15832026-06-05T04:03:39.665Z Compiling anstyle-query v1.1.5
15842026-06-05T04:03:40.161Z Compiling anstream v1.0.0
15852026-06-05T04:03:40.165Z Compiling clap_lex v1.1.0
15862026-06-05T04:03:40.580Z Compiling regress v0.11.1
15872026-06-05T04:03:40.621Z Compiling clap_derive v4.6.1
15882026-06-05T04:03:41.425Z Compiling terminal_size v0.4.4
15892026-06-05T04:03:42.301Z Compiling typify-impl v0.6.2
15902026-06-05T04:03:42.349Z Compiling toml_datetime v0.6.11
15912026-06-05T04:03:42.475Z Compiling zerocopy-derive v0.7.35
15922026-06-05T04:03:42.499Z Compiling convert_case v0.4.0
15932026-06-05T04:03:42.609Z Compiling cpufeatures v0.2.17
15942026-06-05T04:03:42.736Z Compiling derive_more v0.99.20
15952026-06-05T04:03:43.288Z Compiling zerocopy v0.7.35
15962026-06-05T04:03:43.332Z Compiling clap_builder v4.6.0
15972026-06-05T04:03:43.868Z Compiling toml_edit v0.25.12+spec-1.1.0
15982026-06-05T04:03:44.760Z Compiling unicode-width v0.2.2
15992026-06-05T04:03:45.267Z Compiling proc-macro-crate v3.5.0
16002026-06-05T04:03:45.271Z Compiling clap v4.6.1
16012026-06-05T04:03:45.271Z Compiling secrecy v0.10.3
16022026-06-05T04:03:45.271Z Compiling tinyvec_macros v0.1.1
16032026-06-05T04:03:45.290Z Compiling crucible-workspace-hack v0.1.0
16042026-06-05T04:03:45.403Z Compiling float-ord v0.3.2
16052026-06-05T04:03:45.467Z Compiling num_enum_derive v0.7.6
16062026-06-05T04:03:45.512Z Compiling tinyvec v1.11.0
16072026-06-05T04:03:45.988Z Compiling dtrace-parser v0.2.0
16082026-06-05T04:03:46.007Z Compiling scroll_derive v0.12.1
16092026-06-05T04:03:46.192Z Compiling num-integer v0.1.46
16102026-06-05T04:03:46.503Z Compiling rustc_version v0.4.1
16112026-06-05T04:03:46.517Z Compiling usdt-impl v0.5.0
16122026-06-05T04:03:46.731Z Compiling scroll v0.12.0
16132026-06-05T04:03:46.769Z Compiling curve25519-dalek v4.1.3
16142026-06-05T04:03:46.862Z Compiling num_enum v0.7.6
16152026-06-05T04:03:46.997Z Compiling dof v0.3.0
16162026-06-05T04:03:47.120Z Compiling hmac v0.12.1
16172026-06-05T04:03:47.250Z Compiling inout v0.1.4
16182026-06-05T04:03:47.282Z Compiling darling_core v0.21.3
16192026-06-05T04:03:47.338Z Compiling ff v0.13.1
16202026-06-05T04:03:47.383Z Compiling thread-id v4.2.2
16212026-06-05T04:03:47.407Z Compiling cipher v0.4.4
16222026-06-05T04:03:47.438Z Compiling group v0.13.0
16232026-06-05T04:03:47.613Z Compiling hkdf v0.12.4
16242026-06-05T04:03:47.945Z Compiling goblin v0.8.2
16252026-06-05T04:03:48.017Z Compiling num-rational v0.4.2
16262026-06-05T04:03:48.135Z Compiling num-iter v0.1.45
16272026-06-05T04:03:48.247Z Compiling thiserror-impl-no-std v2.0.2
16282026-06-05T04:03:48.304Z Compiling universal-hash v0.5.1
16292026-06-05T04:03:48.345Z Compiling crypto-bigint v0.5.5
16302026-06-05T04:03:48.433Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16312026-06-05T04:03:48.577Z Compiling typify-macro v0.6.2
16322026-06-05T04:03:48.740Z Compiling crossbeam-epoch v0.9.18
16332026-06-05T04:03:49.074Z Compiling half v2.7.1
16342026-06-05T04:03:49.078Z Compiling curve25519-dalek-derive v0.1.1
16352026-06-05T04:03:49.324Z Compiling num-complex v0.4.6
16362026-06-05T04:03:49.336Z Compiling darling_macro v0.21.3
16372026-06-05T04:03:49.610Z Compiling base16ct v0.2.0
16382026-06-05T04:03:49.701Z Compiling ciborium-io v0.2.2
16392026-06-05T04:03:49.768Z Compiling opaque-debug v0.3.1
16402026-06-05T04:03:49.774Z Compiling base64ct v1.8.3
16412026-06-05T04:03:49.781Z Compiling ciborium-ll v0.2.2
16422026-06-05T04:03:49.826Z Compiling poly1305 v0.8.0
16432026-06-05T04:03:49.926Z Compiling darling v0.21.3
16442026-06-05T04:03:49.985Z Compiling elliptic-curve v0.13.8
16452026-06-05T04:03:50.054Z Compiling password-hash v0.5.0
16462026-06-05T04:03:50.316Z Compiling num v0.4.3
16472026-06-05T04:03:50.470Z Compiling thiserror-no-std v2.0.2
16482026-06-05T04:03:50.650Z Compiling typify v0.6.2
16492026-06-05T04:03:50.946Z Compiling chacha20 v0.9.1
16502026-06-05T04:03:50.990Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16512026-06-05T04:03:51.157Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16522026-06-05T04:03:51.675Z Compiling blake2 v0.10.6
16532026-06-05T04:03:51.887Z Compiling aead v0.5.2
16542026-06-05T04:03:51.964Z Compiling byte-wrapper v0.1.0
16552026-06-05T04:03:51.985Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16562026-06-05T04:03:52.408Z Compiling proc-macro-error-attr v1.0.4
16572026-06-05T04:03:52.424Z Compiling keccak v0.1.6
16582026-06-05T04:03:52.424Z Compiling unsafe-libyaml v0.2.11
16592026-06-05T04:03:52.424Z Compiling rustix v0.38.44
16602026-06-05T04:03:52.546Z Compiling heapless v0.8.0
16612026-06-05T04:03:52.728Z Compiling prettyplease v0.2.37
16622026-06-05T04:03:52.988Z Compiling serde_yaml v0.9.34+deprecated
16632026-06-05T04:03:53.104Z Compiling sha3 v0.10.9
16642026-06-05T04:03:53.431Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16652026-06-05T04:03:53.625Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-06-05T04:03:54.154Z Compiling chacha20poly1305 v0.10.1
16672026-06-05T04:03:54.213Z Compiling argon2 v0.5.3
16682026-06-05T04:03:54.319Z Compiling vsss-rs v3.3.4
16692026-06-05T04:03:54.407Z Compiling ingot-macros v0.1.1
16702026-06-05T04:03:54.465Z Compiling ciborium v0.2.2
16712026-06-05T04:03:54.895Z Compiling usdt-attr-macro v0.5.0
16722026-06-05T04:03:55.034Z Compiling usdt-macro v0.5.0
16732026-06-05T04:03:56.205Z Compiling serde_spanned v0.6.9
16742026-06-05T04:03:56.421Z Compiling enum-as-inner v0.6.1
16752026-06-05T04:03:56.556Z Compiling hash32 v0.3.1
16762026-06-05T04:03:56.661Z Compiling proc-macro-error v1.0.4
16772026-06-05T04:03:56.694Z Compiling memmap v0.7.0
16782026-06-05T04:03:56.963Z Compiling memoffset v0.9.1
16792026-06-05T04:03:57.010Z Compiling smoltcp v0.11.0
16802026-06-05T04:03:57.416Z Compiling cfg_aliases v0.2.1
16812026-06-05T04:03:57.419Z Compiling data-encoding v2.11.0
16822026-06-05T04:03:57.419Z Compiling indent_write v2.2.0
16832026-06-05T04:03:57.419Z Compiling toml_write v0.1.2
16842026-06-05T04:03:57.419Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16852026-06-05T04:03:57.419Z Compiling static_assertions v1.1.0
16862026-06-05T04:03:57.419Z Compiling winnow v0.5.40
16872026-06-05T04:03:57.420Z Compiling winnow v0.7.15
16882026-06-05T04:03:57.467Z Compiling ingot-types v0.1.2
16892026-06-05T04:03:57.471Z Compiling nix v0.31.3
16902026-06-05T04:03:57.600Z Compiling usdt v0.5.0
16912026-06-05T04:03:57.860Z Compiling rustls-webpki v0.103.13
16922026-06-05T04:03:57.972Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16932026-06-05T04:03:58.093Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16942026-06-05T04:03:58.596Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16952026-06-05T04:03:59.116Z Compiling toml_edit v0.22.27
16962026-06-05T04:03:59.119Z Compiling toml_edit v0.19.15
16972026-06-05T04:03:59.119Z Compiling tabwriter v1.4.1
16982026-06-05T04:03:59.119Z Compiling cobs v0.3.0
16992026-06-05T04:03:59.119Z Compiling serde_repr v0.1.20
17002026-06-05T04:03:59.215Z Compiling bitflags v1.3.2
17012026-06-05T04:03:59.283Z Compiling managed v0.8.0
17022026-06-05T04:03:59.561Z Compiling vcpkg v0.2.15
17032026-06-05T04:04:00.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17042026-06-05T04:04:00.163Z Compiling pkg-config v0.3.33
17052026-06-05T04:04:00.163Z Compiling proc-macro-crate v1.3.1
17062026-06-05T04:04:00.163Z Compiling toml v0.8.23
17072026-06-05T04:04:00.250Z Compiling openssl-sys v0.9.116
17082026-06-05T04:04:00.796Z Compiling postcard v1.1.3
17092026-06-05T04:04:01.125Z Compiling ingot v0.1.1
17102026-06-05T04:04:01.222Z Compiling tokio-rustls v0.26.4
17112026-06-05T04:04:01.897Z Compiling hyper-rustls v0.27.9
17122026-06-05T04:04:01.901Z Compiling rustls-platform-verifier v0.7.0
17132026-06-05T04:04:01.982Z Compiling reqwest v0.13.4
17142026-06-05T04:04:02.915Z Compiling hubpack_derive v0.1.1
17152026-06-05T04:04:03.006Z Compiling foreign-types-macros v0.2.3
17162026-06-05T04:04:03.385Z Compiling progenitor-client v0.14.0
17172026-06-05T04:04:03.474Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17182026-06-05T04:04:03.677Z Compiling progenitor-extras v0.2.0
17192026-06-05T04:04:04.088Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17202026-06-05T04:04:04.112Z Compiling foreign-types-shared v0.3.1
17212026-06-05T04:04:04.112Z Compiling unicode-segmentation v1.13.3
17222026-06-05T04:04:04.112Z Compiling resolv-conf v0.7.6
17232026-06-05T04:04:04.230Z Compiling linked-hash-map v0.5.6
17242026-06-05T04:04:04.389Z Compiling rayon-core v1.13.0
17252026-06-05T04:04:04.412Z Compiling colored v3.1.1
17262026-06-05T04:04:04.438Z Compiling heck v0.4.1
17272026-06-05T04:04:04.489Z Compiling swrite v0.1.0
17282026-06-05T04:04:04.568Z Compiling semver v0.1.20
17292026-06-05T04:04:04.598Z Compiling lru-cache v0.1.2
17302026-06-05T04:04:05.036Z Compiling newline-converter v0.3.0
17312026-06-05T04:04:05.039Z Compiling foreign-types v0.5.0
17322026-06-05T04:04:05.039Z Compiling rustc_version v0.1.7
17332026-06-05T04:04:05.039Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17342026-06-05T04:04:05.039Z Compiling hubpack v0.1.2
17352026-06-05T04:04:05.039Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-06-05T04:04:05.153Z Compiling num_enum_derive v0.5.11
17372026-06-05T04:04:06.213Z Compiling atomicwrites v0.4.4
17382026-06-05T04:04:06.414Z Compiling hickory-proto v0.24.4
17392026-06-05T04:04:06.798Z Compiling progenitor-impl v0.13.0
17402026-06-05T04:04:06.843Z Compiling crossbeam-deque v0.8.6
17412026-06-05T04:04:07.088Z Compiling console v0.15.11
17422026-06-05T04:04:07.707Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17432026-06-05T04:04:07.840Z Compiling camino-tempfile v1.4.1
17442026-06-05T04:04:08.089Z Compiling chacha20 v0.10.0
17452026-06-05T04:04:08.236Z Compiling serde-big-array v0.5.1
17462026-06-05T04:04:08.357Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17472026-06-05T04:04:08.416Z Compiling num-derive v0.4.2
17482026-06-05T04:04:08.876Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-06-05T04:04:09.306Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-06-05T04:04:09.355Z Compiling pin-project-internal v1.1.13
17512026-06-05T04:04:09.372Z Compiling derive-where v1.6.1
17522026-06-05T04:04:09.694Z Compiling cstr-argument v0.1.2
17532026-06-05T04:04:09.857Z Compiling similar v2.7.0
17542026-06-05T04:04:10.494Z Compiling siphasher v1.0.3
17552026-06-05T04:04:10.697Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17562026-06-05T04:04:10.733Z Compiling minimal-lexical v0.2.1
17572026-06-05T04:04:10.850Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17582026-06-05T04:04:11.367Z Compiling nom v7.1.3
17592026-06-05T04:04:11.370Z Compiling phf_shared v0.12.1
17602026-06-05T04:04:11.370Z Compiling pin-project v1.1.13
17612026-06-05T04:04:11.370Z Compiling progenitor-macro v0.13.0
17622026-06-05T04:04:11.370Z Compiling expectorate v1.2.0
17632026-06-05T04:04:11.370Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17642026-06-05T04:04:11.470Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-06-05T04:04:11.810Z Compiling rand v0.10.1
17662026-06-05T04:04:11.945Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17672026-06-05T04:04:12.070Z Compiling hickory-resolver v0.24.4
17682026-06-05T04:04:12.442Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-06-05T04:04:12.475Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17702026-06-05T04:04:12.681Z Compiling num_enum v0.5.11
17712026-06-05T04:04:12.802Z Compiling newtype_derive v0.1.6
17722026-06-05T04:04:13.054Z Compiling progenitor-client v0.13.0
17732026-06-05T04:04:13.384Z Compiling progenitor-impl v0.14.0
17742026-06-05T04:04:14.105Z Compiling unicode-normalization v0.1.25
17752026-06-05T04:04:14.324Z Compiling tokio-stream v0.1.18
17762026-06-05T04:04:14.581Z Compiling snafu-derive v0.8.9
17772026-06-05T04:04:14.670Z Compiling async-recursion v1.1.1
17782026-06-05T04:04:14.732Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17792026-06-05T04:04:14.801Z Compiling slog-dtrace v0.3.0
17802026-06-05T04:04:15.040Z Compiling bstr v1.12.1
17812026-06-05T04:04:15.051Z Compiling csv-core v0.1.13
17822026-06-05T04:04:15.365Z Compiling foldhash v0.1.5
17832026-06-05T04:04:15.466Z Compiling unicode-width v0.1.14
17842026-06-05T04:04:15.548Z Compiling same-file v1.0.6
17852026-06-05T04:04:15.570Z Compiling cancel-safe-futures v0.1.5
17862026-06-05T04:04:15.709Z Compiling highway v1.3.0
17872026-06-05T04:04:15.727Z Compiling unicode-xid v0.2.6
17882026-06-05T04:04:15.835Z Compiling openssl v0.10.80
17892026-06-05T04:04:15.855Z Compiling konst_macro_rules v0.2.19
17902026-06-05T04:04:16.037Z Compiling chrono-tz v0.10.4
17912026-06-05T04:04:16.104Z Compiling foreign-types-shared v0.1.1
17922026-06-05T04:04:16.123Z Compiling owo-colors v4.3.0
17932026-06-05T04:04:16.195Z Compiling foreign-types v0.3.2
17942026-06-05T04:04:16.216Z Compiling progenitor v0.13.0
17952026-06-05T04:04:16.297Z Compiling konst v0.2.20
17962026-06-05T04:04:16.304Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-05T04:04:16.347Z Compiling snafu v0.8.9
17982026-06-05T04:04:16.358Z Compiling const_format_proc_macros v0.2.34
17992026-06-05T04:04:16.540Z Compiling walkdir v2.5.0
18002026-06-05T04:04:16.544Z Compiling hashbrown v0.15.5
18012026-06-05T04:04:16.679Z Compiling globset v0.4.18
18022026-06-05T04:04:16.733Z Compiling csv v1.4.0
18032026-06-05T04:04:16.983Z Compiling qorb v0.4.1
18042026-06-05T04:04:17.415Z Compiling progenitor-macro v0.14.0
18052026-06-05T04:04:17.418Z Compiling olpc-cjson v0.1.4
18062026-06-05T04:04:17.418Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-05T04:04:17.419Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-06-05T04:04:17.513Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-05T04:04:18.227Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18102026-06-05T04:04:18.597Z Compiling rayon v1.12.0
18112026-06-05T04:04:19.187Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-06-05T04:04:19.630Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18132026-06-05T04:04:19.715Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-05T04:04:19.740Z Compiling phf v0.12.1
18152026-06-05T04:04:19.894Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-05T04:04:20.488Z Compiling zone_cfg_derive v0.3.1
18172026-06-05T04:04:20.810Z Compiling tokio-dtrace v0.1.1
18182026-06-05T04:04:21.082Z Compiling itertools v0.12.1
18192026-06-05T04:04:21.119Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18202026-06-05T04:04:21.188Z Compiling libsw-core v0.3.2
18212026-06-05T04:04:21.322Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18222026-06-05T04:04:21.368Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-05T04:04:21.708Z Compiling serde_plain v1.0.2
18242026-06-05T04:04:21.928Z Compiling openssl-macros v0.1.1
18252026-06-05T04:04:22.396Z Compiling pem v3.0.6
18262026-06-05T04:04:22.399Z Compiling cookie v0.18.1
18272026-06-05T04:04:22.399Z Compiling sigpipe v0.1.3
18282026-06-05T04:04:22.399Z Compiling glob v0.3.3
18292026-06-05T04:04:22.399Z Compiling fixedbitset v0.5.7
18302026-06-05T04:04:22.399Z Compiling bytecount v0.6.9
18312026-06-05T04:04:22.399Z Compiling jiff v0.2.28
18322026-06-05T04:04:22.435Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-06-05T04:04:22.506Z Compiling fixedbitset v0.4.2
18342026-06-05T04:04:22.535Z Compiling typed-path v0.9.3
18352026-06-05T04:04:22.680Z Compiling petgraph v0.6.5
18362026-06-05T04:04:22.692Z Compiling petgraph v0.8.3
18372026-06-05T04:04:22.734Z Compiling papergrid v0.11.0
18382026-06-05T04:04:23.875Z Compiling tough v0.22.0
18392026-06-05T04:04:24.212Z Compiling zone v0.3.1
18402026-06-05T04:04:24.440Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-05T04:04:24.474Z Compiling progenitor v0.14.0
18422026-06-05T04:04:24.483Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18432026-06-05T04:04:24.488Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-05T04:04:24.599Z Compiling libsw v3.5.0
18452026-06-05T04:04:24.654Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18462026-06-05T04:04:24.682Z Compiling oxide-tokio-rt v0.1.6
18472026-06-05T04:04:24.771Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18482026-06-05T04:04:25.310Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-05T04:04:25.315Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-05T04:04:25.795Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-05T04:04:26.076Z Compiling const_format v0.2.36
18522026-06-05T04:04:26.125Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-05T04:04:26.644Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18542026-06-05T04:04:26.691Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-05T04:04:27.082Z Compiling tabled_derive v0.7.0
18562026-06-05T04:04:27.145Z Compiling gethostname v0.5.0
18572026-06-05T04:04:27.201Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-05T04:04:27.201Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-05T04:04:27.236Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18602026-06-05T04:04:27.236Z Compiling smf v0.2.3
18612026-06-05T04:04:27.271Z Compiling bcs v0.1.6
18622026-06-05T04:04:27.286Z Compiling nom v8.0.0
18632026-06-05T04:04:27.649Z Compiling whoami v1.6.1
18642026-06-05T04:04:27.903Z Compiling smawk v0.3.2
18652026-06-05T04:04:27.968Z Compiling crunchy v0.2.4
18662026-06-05T04:04:28.023Z Compiling linear-map v1.2.0
18672026-06-05T04:04:28.061Z Compiling lazy_static v1.5.0
18682026-06-05T04:04:28.123Z Compiling termtree v0.5.1
18692026-06-05T04:04:28.207Z Compiling unicode-linebreak v0.1.5
18702026-06-05T04:04:28.268Z Compiling tagptr v0.2.0
18712026-06-05T04:04:28.331Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-05T04:04:28.356Z Compiling textwrap v0.16.2
18732026-06-05T04:04:28.392Z Compiling moka v0.12.15
18742026-06-05T04:04:28.436Z Compiling steno v0.4.1
18752026-06-05T04:04:28.740Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-05T04:04:28.873Z Compiling tabled v0.15.0
18772026-06-05T04:04:29.578Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-05T04:04:29.927Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-05T04:04:29.954Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-05T04:04:30.879Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-05T04:04:31.629Z Compiling hickory-proto v0.25.2
18822026-06-05T04:04:31.638Z Compiling tiny-keccak v2.0.2
18832026-06-05T04:04:31.784Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18842026-06-05T04:04:31.969Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18852026-06-05T04:04:32.477Z Compiling parking_lot_core v0.8.6
18862026-06-05T04:04:32.815Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18872026-06-05T04:04:32.983Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-05T04:04:33.086Z Compiling libscf-sys v1.2.0
18892026-06-05T04:04:33.233Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18902026-06-05T04:04:33.311Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18912026-06-05T04:04:33.484Z Compiling hickory-resolver v0.25.2
18922026-06-05T04:04:33.727Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18932026-06-05T04:04:34.236Z Compiling const-random-macro v0.1.16
18942026-06-05T04:04:34.240Z Compiling ahash v0.8.12
18952026-06-05T04:04:34.240Z Compiling smartstring v1.0.1
18962026-06-05T04:04:34.690Z Compiling const-random v0.1.18
18972026-06-05T04:04:34.709Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-05T04:04:34.709Z Compiling parking_lot v0.11.2
18992026-06-05T04:04:34.797Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19002026-06-05T04:04:35.031Z Compiling fxhash v0.2.1
19012026-06-05T04:04:35.048Z Compiling internet-checksum v0.2.1
19022026-06-05T04:04:35.212Z Compiling sled v0.34.7
19032026-06-05T04:04:35.437Z Compiling thin-vec v0.2.18
19042026-06-05T04:04:35.473Z Compiling rhai_codegen v3.2.0
19052026-06-05T04:04:35.734Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19062026-06-05T04:04:35.752Z Compiling serial_test_derive v3.5.0
19072026-06-05T04:04:35.840Z Compiling diff v0.1.13
19082026-06-05T04:04:36.030Z Compiling yansi v1.0.1
19092026-06-05T04:04:36.366Z Compiling pretty_assertions v1.4.1
19102026-06-05T04:04:36.510Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19112026-06-05T04:04:36.542Z Compiling serial_test v3.5.0
19122026-06-05T04:04:36.735Z Compiling rhai v1.25.1
19132026-06-05T04:04:38.703Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-05T04:04:46.957Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-06-05T04:04:48.707Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-05T04:04:50.322Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19172026-06-05T04:04:50.549Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19182026-06-05T04:04:51.384Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19192026-06-05T04:04:52.512Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19202026-06-05T04:05:24.362Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
19212026-06-05T04:05:24.531Z────────────
19222026-06-05T04:05:24.531Z Nextest run ID fbc317b2-0a1c-46bd-b714-53c81b67b611 with nextest profile: default
19232026-06-05T04:05:24.531Z Starting 154 tests across 3 binaries
19242026-06-05T04:05:24.607Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19252026-06-05T04:05:24.607Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19262026-06-05T04:05:24.607Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19272026-06-05T04:05:24.607Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19282026-06-05T04:05:24.607Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19292026-06-05T04:05:24.607Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19302026-06-05T04:05:24.607Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19312026-06-05T04:05:24.607Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19322026-06-05T04:05:24.608Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19332026-06-05T04:05:24.608Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19342026-06-05T04:05:24.608Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19352026-06-05T04:05:24.608Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19362026-06-05T04:05:24.608Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19372026-06-05T04:05:24.608Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19382026-06-05T04:05:24.608Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19392026-06-05T04:05:24.608Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19402026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19412026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19422026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19432026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19442026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19452026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19462026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_max_length_header
19472026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19482026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19492026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19502026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19512026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19522026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19532026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19542026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19552026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19562026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19572026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19582026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19592026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19602026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19612026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19622026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19632026-06-05T04:05:24.626Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19642026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19652026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19662026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19672026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19682026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19692026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19702026-06-05T04:05:24.626Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19712026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19722026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19732026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19742026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mp_bgp_attributes_encoded_first
19752026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19762026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19772026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19782026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19792026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_round_trip
19802026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
19812026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::prefix_conversion
19822026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19832026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::prefix_within
19842026-06-05T04:05:24.627Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19852026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_round_trip
19862026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19872026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19882026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19892026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19902026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19912026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19922026-06-05T04:05:24.627Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19932026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19942026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19952026-06-05T04:05:24.627Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19962026-06-05T04:05:24.671Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19972026-06-05T04:05:24.671Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19982026-06-05T04:05:24.671Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19992026-06-05T04:05:24.671Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20002026-06-05T04:05:24.672Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20012026-06-05T04:05:24.672Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20022026-06-05T04:05:24.672Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20032026-06-05T04:05:24.672Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20042026-06-05T04:05:24.672Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20052026-06-05T04:05:24.672Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
20062026-06-05T04:05:24.672Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
20072026-06-05T04:05:24.672Z PASS [ 0.011s] bgp messages::tests::update_round_trip
20082026-06-05T04:05:24.706Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20092026-06-05T04:05:24.706Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20102026-06-05T04:05:24.706Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20112026-06-05T04:05:24.706Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
20122026-06-05T04:05:24.707Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20132026-06-05T04:05:24.707Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20142026-06-05T04:05:24.707Z PASS [ 0.022s] bgp policy::test::update_shape_community
20152026-06-05T04:05:24.707Z PASS [ 0.030s] bgp proptest::prop_encode_decode_semantic_equivalence
20162026-06-05T04:05:24.707Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20172026-06-05T04:05:24.707Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20182026-06-05T04:05:24.707Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20192026-06-05T04:05:24.707Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20202026-06-05T04:05:24.707Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20212026-06-05T04:05:24.707Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20222026-06-05T04:05:24.707Z PASS [ 0.014s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20232026-06-05T04:05:24.707Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20242026-06-05T04:05:24.744Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20252026-06-05T04:05:24.744Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20262026-06-05T04:05:24.744Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20272026-06-05T04:05:24.744Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20282026-06-05T04:05:24.744Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20292026-06-05T04:05:24.744Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20302026-06-05T04:05:24.744Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20312026-06-05T04:05:24.745Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20322026-06-05T04:05:24.745Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20332026-06-05T04:05:24.745Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20342026-06-05T04:05:24.745Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20352026-06-05T04:05:24.745Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20362026-06-05T04:05:24.745Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20372026-06-05T04:05:24.745Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20382026-06-05T04:05:24.745Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20392026-06-05T04:05:24.745Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20402026-06-05T04:05:24.745Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20412026-06-05T04:05:24.745Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20422026-06-05T04:05:24.745Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20432026-06-05T04:05:24.745Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20442026-06-05T04:05:24.745Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20452026-06-05T04:05:28.051Z PASS [ 3.068s] bgp test::test_basic_peering_active
20462026-06-05T04:05:28.202Z PASS [ 3.063s] bgp test::test_basic_update_ipv6
20472026-06-05T04:05:28.202Z PASS [ 3.065s] bgp test::test_basic_update
20482026-06-05T04:05:28.202Z PASS [ 3.081s] bgp test::test_basic_peering_passive_tcp
20492026-06-05T04:05:28.202Z PASS [ 3.079s] bgp test::test_basic_update_ipv6_tcp
20502026-06-05T04:05:28.202Z PASS [ 3.081s] bgp test::test_basic_update_tcp
20512026-06-05T04:05:30.155Z PASS [ 4.074s] bgp test::test_basic_peering_passive
20522026-06-05T04:05:30.265Z PASS [ 4.082s] bgp test::test_basic_peering_active_tcp
20532026-06-05T04:05:30.866Z PASS [ 3.064s] bgp test::test_ipv6_basic_peering_active
20542026-06-05T04:05:31.873Z PASS [ 3.064s] bgp test::test_ipv6_basic_peering_passive
20552026-06-05T04:05:31.914Z PASS [ 4.078s] bgp test::test_import_export_policy_filtering
20562026-06-05T04:05:31.914Z PASS [ 4.079s] bgp test::test_dual_stack_routes_ipv4_peer_success
20572026-06-05T04:05:31.914Z PASS [ 4.078s] bgp test::test_dual_stack_routes_ipv6_peer_success
20582026-06-05T04:05:31.914Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20592026-06-05T04:05:31.914Z PASS [ 4.078s] bgp test::test_ipv4_routes_ipv6_peer_success
20602026-06-05T04:05:31.914Z PASS [ 4.074s] bgp test::test_ipv6_basic_peering_active_tcp
20612026-06-05T04:05:32.948Z PASS [ 1.068s] bgp test::test_multiple_unnumbered_sessions
20622026-06-05T04:05:33.000Z PASS [ 1.094s] bgp test::test_three_router_chain_tcp
20632026-06-05T04:05:33.000Z PASS [ 1.092s] bgp test::test_three_router_chain_tcp_ipv6
20642026-06-05T04:05:33.935Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20652026-06-05T04:05:34.036Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20662026-06-05T04:05:34.880Z PASS [ 2.803s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20672026-06-05T04:05:35.058Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20682026-06-05T04:05:35.058Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20692026-06-05T04:05:35.059Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20702026-06-05T04:05:35.059Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20712026-06-05T04:05:35.374Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20722026-06-05T04:05:35.374Z PASS [ 3.073s] bgp test::test_three_router_chain_unnumbered
20732026-06-05T04:05:36.971Z PASS [ 5.063s] bgp test::test_unnumbered_dualstack_route_exchange
20742026-06-05T04:05:39.154Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20752026-06-05T04:05:42.045Z PASS [ 9.065s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20762026-06-05T04:05:43.140Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20772026-06-05T04:05:51.161Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20782026-06-05T04:05:51.161Z────────────
20792026-06-05T04:05:51.161Z Summary [ 26.453s] 154 tests run: 154 passed, 0 skipped
20802026-06-05T04:05:51.285Z+ 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/
20812026-06-05T04:05:51.285Z+ popd
20822026-06-05T04:05:51.285Z+ pushd mgd
20832026-06-05T04:05:51.285Z/work/oxidecomputer/maghemite
20842026-06-05T04:05:51.285Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20852026-06-05T04:05:51.285Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20862026-06-05T04:05:53.803Z Compiling slog v2.8.2
20872026-06-05T04:05:53.889Z Compiling usdt v0.6.0
20882026-06-05T04:05:53.889Z Compiling proc-macro-error-attr2 v2.0.0
20892026-06-05T04:05:53.889Z Compiling papergrid v0.18.0
20902026-06-05T04:05:53.890Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20912026-06-05T04:05:53.890Z Compiling testing_table v0.3.0
20922026-06-05T04:05:53.890Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20932026-06-05T04:05:53.890Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20942026-06-05T04:05:53.890Z Compiling slog-json v2.6.1
20952026-06-05T04:05:53.890Z Compiling slog-async v2.8.0
20962026-06-05T04:05:53.890Z Compiling slog-term v2.9.2
20972026-06-05T04:05:53.890Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20982026-06-05T04:05:53.890Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20992026-06-05T04:05:53.890Z Compiling slog-bunyan v2.5.0
21002026-06-05T04:05:53.890Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21012026-06-05T04:05:53.890Z Compiling dropshot v0.17.1
21022026-06-05T04:05:53.890Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-06-05T04:05:53.890Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-06-05T04:05:53.890Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21052026-06-05T04:05:53.890Z Compiling slog-dtrace v0.3.0
21062026-06-05T04:05:53.890Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-06-05T04:05:53.981Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21082026-06-05T04:05:54.414Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-06-05T04:05:54.530Z Compiling steno v0.4.1
21102026-06-05T04:05:54.559Z Compiling proc-macro-error2 v2.0.1
21112026-06-05T04:05:54.841Z Compiling tabled_derive v0.11.0
21122026-06-05T04:05:55.401Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21132026-06-05T04:05:56.031Z Compiling tabled v0.21.0
21142026-06-05T04:05:56.968Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21152026-06-05T04:05:57.767Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21162026-06-05T04:05:58.718Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-05T04:05:58.798Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21182026-06-05T04:05:59.301Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21192026-06-05T04:05:59.930Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-06-05T04:06:00.002Z Compiling crc8 v0.1.1
21212026-06-05T04:06:00.163Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-06-05T04:06:00.240Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21232026-06-05T04:06:00.356Z Compiling dropshot-api-manager-types v0.7.2
21242026-06-05T04:06:00.730Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21252026-06-05T04:06:01.025Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-05T04:06:01.981Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-05T04:06:03.071Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-05T04:06:03.120Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-05T04:06:03.330Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-05T04:06:03.830Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-05T04:06:04.998Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-05T04:06:06.064Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-06-05T04:06:06.147Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-05T04:06:06.147Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-05T04:06:06.147Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-05T04:06:06.147Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21372026-06-05T04:06:06.148Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-05T04:06:09.880Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-05T04:06:09.881Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-05T04:06:11.002Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-05T04:06:11.147Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-05T04:06:11.263Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-05T04:06:12.176Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-05T04:06:12.384Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-05T04:06:18.947Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-05T04:06:26.692Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-05T04:06:29.400Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-05T04:06:29.453Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21492026-06-05T04:06:30.234Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21502026-06-05T04:06:31.057Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21512026-06-05T04:06:32.242Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21522026-06-05T04:06:32.242Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21532026-06-05T04:06:32.312Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21542026-06-05T04:06:37.833Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21552026-06-05T04:07:04.987Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
21562026-06-05T04:07:05.103Z────────────
21572026-06-05T04:07:05.103Z Nextest run ID 52539620-e107-4f2c-8478-7bd5336957ab with nextest profile: default
21582026-06-05T04:07:05.103Z Starting 36 tests across 3 binaries
21592026-06-05T04:07:05.103Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21602026-06-05T04:07:05.103Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21612026-06-05T04:07:05.103Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21622026-06-05T04:07:05.103Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21632026-06-05T04:07:05.103Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21642026-06-05T04:07:05.103Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21652026-06-05T04:07:05.103Z PASS [ 0.014s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21662026-06-05T04:07:05.103Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21672026-06-05T04:07:05.103Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21682026-06-05T04:07:05.103Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21692026-06-05T04:07:05.103Z PASS [ 0.059s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21702026-06-05T04:07:05.103Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21712026-06-05T04:07:05.103Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21722026-06-05T04:07:05.103Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21732026-06-05T04:07:05.103Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21742026-06-05T04:07:05.103Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21752026-06-05T04:07:05.103Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21762026-06-05T04:07:05.103Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21772026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21782026-06-05T04:07:05.104Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21792026-06-05T04:07:05.104Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21802026-06-05T04:07:05.104Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21812026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21822026-06-05T04:07:05.104Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21832026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21842026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21852026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21862026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21872026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21882026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21892026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21902026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21912026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21922026-06-05T04:07:05.104Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21932026-06-05T04:07:05.104Z PASS [ 0.007s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21942026-06-05T04:07:05.104Z PASS [ 0.007s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21952026-06-05T04:07:05.104Z────────────
21962026-06-05T04:07:05.104Z Summary [ 0.088s] 36 tests run: 36 passed, 0 skipped
21972026-06-05T04:07:05.104Z+ cp ./apply_remove_entire_group.log /work/
21982026-06-05T04:07:05.104Z+ popd
21992026-06-05T04:07:05.104Z/work/oxidecomputer/maghemite
22002026-06-05T04:07:05.104Zprocess exited: duration 514102 ms, exit code 0
 
22012026-06-05T04:07:05.222Zfound 66 output files
22022026-06-05T04:07:05.222Zuploading: /work/apply_remove_entire_group.log (9426 bytes)
22032026-06-05T04:07:06.424Zuploaded: /work/apply_remove_entire_group.log
22042026-06-05T04:07:06.425Zuploading: /work/dualstack_routes.log (121449 bytes)
22052026-06-05T04:07:07.626Zuploaded: /work/dualstack_routes.log
22062026-06-05T04:07:07.627Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2298 bytes)
22072026-06-05T04:07:08.975Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22082026-06-05T04:07:08.975Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1387 bytes)
22092026-06-05T04:07:11.246Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22102026-06-05T04:07:11.246Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2119 bytes)
22112026-06-05T04:07:14.250Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22122026-06-05T04:07:14.250Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2257 bytes)
22132026-06-05T04:07:15.348Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22142026-06-05T04:07:15.348Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2255 bytes)
22152026-06-05T04:07:16.514Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22162026-06-05T04:07:16.514Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2271 bytes)
22172026-06-05T04:07:18.870Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22182026-06-05T04:07:18.870Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3022 bytes)
22192026-06-05T04:07:20.074Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22202026-06-05T04:07:20.074Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2021 bytes)
22212026-06-05T04:07:21.211Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22222026-06-05T04:07:21.250Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2270 bytes)
22232026-06-05T04:07:22.722Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22242026-06-05T04:07:22.722Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2067 bytes)
22252026-06-05T04:07:23.989Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22262026-06-05T04:07:23.989Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2188 bytes)
22272026-06-05T04:07:25.348Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22282026-06-05T04:07:25.348Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2463 bytes)
22292026-06-05T04:07:26.470Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22302026-06-05T04:07:26.471Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4624 bytes)
22312026-06-05T04:07:27.597Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22322026-06-05T04:07:27.623Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3563 bytes)
22332026-06-05T04:07:28.687Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22342026-06-05T04:07:28.687Zuploading: /work/multiple_unnumbered.log (144380 bytes)
22352026-06-05T04:07:30.392Zuploaded: /work/multiple_unnumbered.log
22362026-06-05T04:07:30.392Zuploading: /work/ndp_change_reset.log (69611 bytes)
22372026-06-05T04:07:31.499Zuploaded: /work/ndp_change_reset.log
22382026-06-05T04:07:31.499Zuploading: /work/ndp_changes.log (90434 bytes)
22392026-06-05T04:07:33.210Zuploaded: /work/ndp_changes.log
22402026-06-05T04:07:33.210Zuploading: /work/r1.test_basic_peering_active.log (38164 bytes)
22412026-06-05T04:07:34.457Zuploaded: /work/r1.test_basic_peering_active.log
22422026-06-05T04:07:34.457Zuploading: /work/r1.test_basic_peering_active_tcp.log (49887 bytes)
22432026-06-05T04:07:36.695Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22442026-06-05T04:07:36.695Zuploading: /work/r1.test_basic_peering_passive.log (33706 bytes)
22452026-06-05T04:07:37.820Zuploaded: /work/r1.test_basic_peering_passive.log
22462026-06-05T04:07:37.820Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39686 bytes)
22472026-06-05T04:07:38.859Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22482026-06-05T04:07:38.859Zuploading: /work/r1.test_basic_update.log (28555 bytes)
22492026-06-05T04:07:39.874Zuploaded: /work/r1.test_basic_update.log
22502026-06-05T04:07:39.875Zuploading: /work/r1.test_basic_update_ipv6.log (28378 bytes)
22512026-06-05T04:07:40.939Zuploaded: /work/r1.test_basic_update_ipv6.log
22522026-06-05T04:07:40.945Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31068 bytes)
22532026-06-05T04:07:42.512Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22542026-06-05T04:07:42.512Zuploading: /work/r1.test_basic_update_tcp.log (31300 bytes)
22552026-06-05T04:07:43.684Zuploaded: /work/r1.test_basic_update_tcp.log
22562026-06-05T04:07:43.684Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43548 bytes)
22572026-06-05T04:07:45.554Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22582026-06-05T04:07:45.554Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43923 bytes)
22592026-06-05T04:07:46.883Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22602026-06-05T04:07:46.883Zuploading: /work/r1.test_import_export_policy_filtering.log (40195 bytes)
22612026-06-05T04:07:47.924Zuploaded: /work/r1.test_import_export_policy_filtering.log
22622026-06-05T04:07:47.924Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35845 bytes)
22632026-06-05T04:07:48.935Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22642026-06-05T04:07:48.935Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40092 bytes)
22652026-06-05T04:07:49.949Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22662026-06-05T04:07:49.949Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49033 bytes)
22672026-06-05T04:07:50.976Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22682026-06-05T04:07:50.976Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (34232 bytes)
22692026-06-05T04:07:51.992Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22702026-06-05T04:07:51.992Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (42887 bytes)
22712026-06-05T04:07:53.002Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22722026-06-05T04:07:53.002Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35105 bytes)
22732026-06-05T04:07:54.046Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22742026-06-05T04:07:54.046Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29937 bytes)
22752026-06-05T04:07:55.060Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22762026-06-05T04:07:55.060Zuploading: /work/r1.test_three_router_chain_tcp.log (21761 bytes)
22772026-06-05T04:07:56.105Zuploaded: /work/r1.test_three_router_chain_tcp.log
22782026-06-05T04:07:56.105Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (102224 bytes)
22792026-06-05T04:07:57.119Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22802026-06-05T04:07:57.119Zuploading: /work/r2.test_basic_peering_active.log (38945 bytes)
22812026-06-05T04:07:58.135Zuploaded: /work/r2.test_basic_peering_active.log
22822026-06-05T04:07:58.135Zuploading: /work/r2.test_basic_peering_active_tcp.log (47839 bytes)
22832026-06-05T04:07:59.148Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22842026-06-05T04:07:59.148Zuploading: /work/r2.test_basic_peering_passive.log (43608 bytes)
22852026-06-05T04:08:00.162Zuploaded: /work/r2.test_basic_peering_passive.log
22862026-06-05T04:08:00.162Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45936 bytes)
22872026-06-05T04:08:01.174Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22882026-06-05T04:08:01.174Zuploading: /work/r2.test_basic_update.log (28952 bytes)
22892026-06-05T04:08:02.185Zuploaded: /work/r2.test_basic_update.log
22902026-06-05T04:08:02.185Zuploading: /work/r2.test_basic_update_ipv6.log (29048 bytes)
22912026-06-05T04:08:03.200Zuploaded: /work/r2.test_basic_update_ipv6.log
22922026-06-05T04:08:03.200Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (31795 bytes)
22932026-06-05T04:08:04.216Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22942026-06-05T04:08:04.216Zuploading: /work/r2.test_basic_update_tcp.log (32796 bytes)
22952026-06-05T04:08:05.226Zuploaded: /work/r2.test_basic_update_tcp.log
22962026-06-05T04:08:05.226Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43588 bytes)
22972026-06-05T04:08:06.240Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22982026-06-05T04:08:06.240Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43818 bytes)
22992026-06-05T04:08:07.254Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23002026-06-05T04:08:07.254Zuploading: /work/r2.test_import_export_policy_filtering.log (36564 bytes)
23012026-06-05T04:08:08.270Zuploaded: /work/r2.test_import_export_policy_filtering.log
23022026-06-05T04:08:08.271Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (36174 bytes)
23032026-06-05T04:08:09.282Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23042026-06-05T04:08:09.282Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38863 bytes)
23052026-06-05T04:08:10.294Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23062026-06-05T04:08:10.294Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47562 bytes)
23072026-06-05T04:08:11.309Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23082026-06-05T04:08:11.309Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41403 bytes)
23092026-06-05T04:08:12.321Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23102026-06-05T04:08:12.321Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (47442 bytes)
23112026-06-05T04:08:13.333Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23122026-06-05T04:08:13.333Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38165 bytes)
23132026-06-05T04:08:14.344Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23142026-06-05T04:08:14.345Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28071 bytes)
23152026-06-05T04:08:15.357Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23162026-06-05T04:08:15.357Zuploading: /work/r2.test_three_router_chain_tcp.log (41599 bytes)
23172026-06-05T04:08:16.373Zuploaded: /work/r2.test_three_router_chain_tcp.log
23182026-06-05T04:08:16.373Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (123013 bytes)
23192026-06-05T04:08:17.387Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23202026-06-05T04:08:17.387Zuploading: /work/r3.test_three_router_chain_tcp.log (21370 bytes)
23212026-06-05T04:08:18.438Zuploaded: /work/r3.test_three_router_chain_tcp.log
23222026-06-05T04:08:18.438Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21454 bytes)
23232026-06-05T04:08:19.452Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23242026-06-05T04:08:19.452Zuploading: /work/same_linklocal.log (98586 bytes)
23252026-06-05T04:08:20.469Zuploaded: /work/same_linklocal.log
23262026-06-05T04:08:20.469Zuploading: /work/three_chain.log (133105 bytes)
23272026-06-05T04:08:21.483Zuploaded: /work/three_chain.log
23282026-06-05T04:08:21.483Zuploading: /work/unnumbered_expiry.log (88518 bytes)
23292026-06-05T04:08:22.497Zuploaded: /work/unnumbered_expiry.log
23302026-06-05T04:08:22.497Zuploading: /work/unnumbered_interface_lifecycle.log (127756 bytes)
23312026-06-05T04:08:23.516Zuploaded: /work/unnumbered_interface_lifecycle.log
23322026-06-05T04:08:23.516Zuploading: /work/unnumbered_peer_change.log (78674 bytes)
23332026-06-05T04:08:24.666Zuploaded: /work/unnumbered_peer_change.log