01KV4MYBJQKC0F21Q6Y1F6W4FD: 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: 01KV4MYSNM7MCBP59TXW4WS2CN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T03:25:39.809Zjob assigned to worker 01KV4MZ6TPZ994RY2HPHYXBZTE [factory aws, i-01c2c3f3df3f23781] (queued for 55 s)
 
22026-06-15T03:25:46.685Zstarting task 0: "setup"
32026-06-15T03:25:46.689Z++ uname -s
42026-06-15T03:25:46.693Z+ kern=SunOS
52026-06-15T03:25:46.693Z+ build_user=build
62026-06-15T03:25:46.693Z+ build_uid=12345
72026-06-15T03:25:46.693Z+ work_dir=/work
82026-06-15T03:25:46.693Z+ input_dir=/input
92026-06-15T03:25:46.693Z+ [[ 0 == 12345 ]]
102026-06-15T03:25:46.694Z+ case "$kern" in
112026-06-15T03:25:46.694Z+ groupadd -g 12345 build
122026-06-15T03:25:46.694Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T03:25:48.700Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T03:25:48.805Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T03:25:48.813Z+ home_fs=zfs
162026-06-15T03:25:48.813Z+ [[ zfs == autofs ]]
172026-06-15T03:25:48.813Z+ mkdir -p /home/build
182026-06-15T03:25:48.813Z+ chown build:build /home/build /work
192026-06-15T03:25:50.808Z+ chmod 0700 /home/build /work
202026-06-15T03:25:50.812Zprocess exited: duration 4127 ms, exit code 0
 
212026-06-15T03:25:50.820Zstarting task 1: "rust-toolchain"
222026-06-15T03:25:50.824Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T03:25:50.824Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-15T03:25:50.824Z * rust toolchain channel = "stable"
252026-06-15T03:25:50.824Z * rust toolchain profile = "default"
262026-06-15T03:25:50.824Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T03:25:50.824Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T03:25:50.827Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T03:25:50.827Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T03:25:50.936Zinfo: downloading installer
312026-06-15T03:25:52.379Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T03:25:52.379Zwarn: /opt/ooce/bin
332026-06-15T03:25:52.379Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T03:25:52.379Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T03:25:52.379Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T03:25:52.379Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T03:25:52.379Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T03:25:52.379Zerror: cannot install while Rust is installed
392026-06-15T03:25:52.379Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T03:25:52.379Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T03:25:52.379Zwarn: /home/build/.rustup/settings.toml
422026-06-15T03:25:52.380Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T03:25:52.380Zwarn: instead of the one inferred from the default host triple.
442026-06-15T03:25:52.392Zinfo: profile set to default
452026-06-15T03:25:52.392Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T03:25:52.395Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T03:25:52.554Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T03:25:52.557Zinfo: downloading 6 components
492026-06-15T03:26:07.739Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-15T03:26:07.739Z
512026-06-15T03:26:07.774Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T03:26:07.774Z
532026-06-15T03:26:07.774Z
542026-06-15T03:26:07.774ZRust is installed now. Great!
552026-06-15T03:26:07.774Z
562026-06-15T03:26:07.774ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T03:26:07.774Zenvironment variable. This has not been done automatically.
582026-06-15T03:26:07.774Z
592026-06-15T03:26:07.774ZTo configure your current shell, you need to source
602026-06-15T03:26:07.774Zthe corresponding env file under $HOME/.cargo.
612026-06-15T03:26:07.774Z
622026-06-15T03:26:07.774ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T03:26:07.774Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T03:26:07.774Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T03:26:07.774Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T03:26:07.774Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T03:26:07.774Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T03:26:07.774Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T03:26:07.779Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T03:26:07.779Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T03:26:07.865Z+ rustup --version
722026-06-15T03:26:07.874Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T03:26:07.877Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T03:26:07.920Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T03:26:07.928Z+ cargo --version
762026-06-15T03:26:07.928Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T03:26:07.928Z+ rustc --version
782026-06-15T03:26:07.934Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T03:26:07.937Zprocess exited: duration 17113 ms, exit code 0
 
802026-06-15T03:26:07.945Zstarting task 2: "authentication"
812026-06-15T03:26:07.961Zprocess exited: duration 17 ms, exit code 0
 
822026-06-15T03:26:07.971Zstarting task 3: "clone repository"
832026-06-15T03:26:07.975Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T03:26:07.975Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T03:26:08.004ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T03:26:09.081Z+ cd /work/oxidecomputer/maghemite
872026-06-15T03:26:09.081Z+ git fetch origin 4cc569836dc1c5d13a5f2396de310220eafee2fe
882026-06-15T03:26:09.322ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T03:26:09.322Z * branch 4cc569836dc1c5d13a5f2396de310220eafee2fe -> FETCH_HEAD
902026-06-15T03:26:09.326Z+ [[ -n zl/ddm-mcast ]]
912026-06-15T03:26:09.331Z++ git branch --show-current
922026-06-15T03:26:09.331Z+ current=main
932026-06-15T03:26:09.331Z+ [[ main != zl/ddm-mcast ]]
942026-06-15T03:26:09.331Z+ git branch -f zl/ddm-mcast 4cc569836dc1c5d13a5f2396de310220eafee2fe
952026-06-15T03:26:09.334Z+ git checkout -f zl/ddm-mcast
962026-06-15T03:26:09.353ZSwitched to branch 'zl/ddm-mcast'
972026-06-15T03:26:09.356Z+ git reset --hard 4cc569836dc1c5d13a5f2396de310220eafee2fe
982026-06-15T03:26:09.372ZHEAD is now at 4cc5698 [merge] Merge upstream: includes MRIB/v12 update
992026-06-15T03:26:09.376Zprocess exited: duration 1404 ms, exit code 0
 
1002026-06-15T03:26:09.383Zstarting task 4: "build"
1012026-06-15T03:26:09.387Z+ set -e
1022026-06-15T03:26:09.387Z+ source .github/buildomat/test-common.sh
1032026-06-15T03:26:09.387Z++ NEXTEST_VERSION=0.9.97
1042026-06-15T03:26:09.387Z++ PLATFORM=illumos
1052026-06-15T03:26:09.387Z++ banner install
1062026-06-15T03:26:09.390Z
1072026-06-15T03:26:09.390Z # # # #### ##### ## # #
1082026-06-15T03:26:09.390Z # ## # # # # # # #
1092026-06-15T03:26:09.390Z # # # # #### # # # # #
1102026-06-15T03:26:09.390Z # # # # # # ###### # #
1112026-06-15T03:26:09.390Z # # ## # # # # # # #
1122026-06-15T03:26:09.390Z # # # #### # # # ###### ######
1132026-06-15T03:26:09.391Z
1142026-06-15T03:26:09.391Z++ set +o errexit
1152026-06-15T03:26:09.391Z++ pkg info clang-15
1162026-06-15T03:26:09.391Z++ grep -qi installed
1172026-06-15T03:26:10.617Zpkg: info: no packages matching the following patterns you specified are
1182026-06-15T03:26:10.617Zinstalled on the system. Try querying remotely instead:
1192026-06-15T03:26:10.617Z
1202026-06-15T03:26:10.617Z clang-15
1212026-06-15T03:26:10.659Z++ [[ 1 != 0 ]]
1222026-06-15T03:26:10.659Z++ set -o errexit
1232026-06-15T03:26:10.671Z++ pfexec pkg install clang-15
1242026-06-15T03:26:18.878Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-15T03:26:26.708Z Startup: Caching catalogs ... Done
1262026-06-15T03:26:34.155ZPlanning: Solver setup ... Done
1272026-06-15T03:26:34.196ZPlanning: Running solver ... Done
1282026-06-15T03:26:34.339ZPlanning: Finding local manifests ... Done
1292026-06-15T03:26:34.357ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-15T03:26:34.452ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-15T03:26:34.483ZPlanning: Package planning ... Done
1322026-06-15T03:26:34.509ZPlanning: Merging actions ... Done
1332026-06-15T03:26:34.616ZPlanning: Checking for conflicting actions ... Done
1342026-06-15T03:26:34.622ZPlanning: Consolidating action changes ... Done
1352026-06-15T03:26:35.395ZPlanning: Evaluating mediators ... Done
1362026-06-15T03:26:35.403ZPlanning: Planning completed in 8.51 seconds
1372026-06-15T03:26:35.411Z Packages to install: 2
1382026-06-15T03:26:35.411Z Mediators to change: 2
1392026-06-15T03:26:35.412Z Services to change: 1
1402026-06-15T03:26:35.415Z Create boot environment: No
1412026-06-15T03:26:35.415ZCreate backup boot environment: No
1422026-06-15T03:26:35.454Z
1432026-06-15T03:26:35.454ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-15T03:26:40.456ZDownload: 960/3076 items 79.5/211.3MB 37% complete (16.3M/s)
1452026-06-15T03:26:46.244ZDownload: 982/3076 items 81.2/211.3MB 38% complete (13.9M/s)
1462026-06-15T03:26:51.252ZDownload: 2011/3076 items 117.9/211.3MB 55% complete (3.7M/s)
1472026-06-15T03:26:56.369ZDownload: 3062/3076 items 208.3/211.3MB 98% complete (13.0M/s)
1482026-06-15T03:26:57.208ZDownload: Completed 211.31 MB in 21.75 seconds (9.7M/s)
1492026-06-15T03:26:57.348Z Actions: 1/3418 actions (Installing new actions)
1502026-06-15T03:27:00.524Z Actions: Completed 3418 actions in 3.17 seconds.
1512026-06-15T03:27:01.181Z Done
1522026-06-15T03:27:01.181Z Done
1532026-06-15T03:27:01.942Z Done
1542026-06-15T03:27:05.398Z Done
1552026-06-15T03:27:05.468Z Done
1562026-06-15T03:27:05.471Z Done
1572026-06-15T03:27:05.752Z Done
1582026-06-15T03:27:06.452Z++ set -o errexit
1592026-06-15T03:27:06.452Z++ cargo --version
1602026-06-15T03:27:06.459Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1612026-06-15T03:27:06.627Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1622026-06-15T03:27:06.630Zinfo: downloading 6 components
1632026-06-15T03:27:23.062Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1642026-06-15T03:27:23.065Z++ rustc --version
1652026-06-15T03:27:23.093Zrustc 1.95.0 (59807616e 2026-04-14)
1662026-06-15T03:27:23.096Z++ cargo install cargo-nextest --version 0.9.97
1672026-06-15T03:27:23.137Z Updating crates.io index
1682026-06-15T03:27:23.251Z Downloading crates ...
1692026-06-15T03:27:23.365Z Downloaded cargo-nextest v0.9.97
1702026-06-15T03:27:23.431Z Installing cargo-nextest v0.9.97
1712026-06-15T03:27:23.472Z Updating crates.io index
1722026-06-15T03:27:26.752Z Locking 404 packages to latest compatible versions
1732026-06-15T03:27:26.756Z Adding dialoguer v0.11.0 (available: v0.12.0)
1742026-06-15T03:27:26.760Z Adding duct v0.13.7 (available: v1.1.1)
1752026-06-15T03:27:26.760Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1762026-06-15T03:27:26.760Z Adding generic-array v0.14.7 (available: v0.14.9)
1772026-06-15T03:27:26.763Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1782026-06-15T03:27:26.763Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1792026-06-15T03:27:26.763Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1802026-06-15T03:27:26.767Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1812026-06-15T03:27:26.770Z Adding quick-junit v0.5.2 (available: v0.6.0)
1822026-06-15T03:27:26.797Z Downloading crates ...
1832026-06-15T03:27:26.890Z Downloaded anstream v1.0.0
1842026-06-15T03:27:26.900Z Downloaded heck v0.5.0
1852026-06-15T03:27:26.903Z Downloaded futures v0.3.32
1862026-06-15T03:27:26.910Z Downloaded flate2 v1.1.9
1872026-06-15T03:27:26.914Z Downloaded ppv-lite86 v0.2.21
1882026-06-15T03:27:26.922Z Downloaded log v0.4.32
1892026-06-15T03:27:26.925Z Downloaded rustc_version v0.4.1
1902026-06-15T03:27:26.925Z Downloaded http-body-util v0.1.3
1912026-06-15T03:27:26.929Z Downloaded serde-untagged v0.1.9
1922026-06-15T03:27:26.932Z Downloaded ipnet v2.12.0
1932026-06-15T03:27:26.935Z Downloaded native-tls v0.2.18
1942026-06-15T03:27:26.944Z Downloaded document-features v0.2.12
1952026-06-15T03:27:26.948Z Downloaded serde_derive v1.0.228
1962026-06-15T03:27:26.951Z Downloaded miette-derive v7.6.0
1972026-06-15T03:27:26.954Z Downloaded hyper v1.10.1
1982026-06-15T03:27:26.958Z Downloaded generic-array v0.14.7
1992026-06-15T03:27:26.962Z Downloaded once_cell v1.21.4
2002026-06-15T03:27:26.965Z Downloaded nextest-filtering v0.15.0
2012026-06-15T03:27:26.973Z Downloaded jobserver v0.1.34
2022026-06-15T03:27:26.976Z Downloaded lock_api v0.4.14
2032026-06-15T03:27:26.983Z Downloaded cargo_metadata v0.20.0
2042026-06-15T03:27:26.991Z Downloaded der v0.7.10
2052026-06-15T03:27:26.994Z Downloaded mio v1.2.1
2062026-06-15T03:27:26.998Z Downloaded itoa v1.0.18
2072026-06-15T03:27:27.004Z Downloaded guppy-workspace-hack v0.1.0
2082026-06-15T03:27:27.004Z Downloaded anstyle-parse v1.0.0
2092026-06-15T03:27:27.004Z Downloaded http-body v1.0.1
2102026-06-15T03:27:27.007Z Downloaded home v0.5.12
2112026-06-15T03:27:27.011Z Downloaded is_ci v1.2.0
2122026-06-15T03:27:27.011Z Downloaded lazy_static v1.5.0
2132026-06-15T03:27:27.012Z Downloaded idna_adapter v1.0.0
2142026-06-15T03:27:27.015Z Downloaded self-replace v1.5.0
2152026-06-15T03:27:27.015Z Downloaded hyper-tls v0.6.0
2162026-06-15T03:27:27.015Z Downloaded humantime-serde v1.1.1
2172026-06-15T03:27:27.025Z Downloaded quote v1.0.45
2182026-06-15T03:27:27.028Z Downloaded pathdiff v0.2.3
2192026-06-15T03:27:27.032Z Downloaded nested v0.1.1
2202026-06-15T03:27:27.035Z Downloaded mukti-metadata v0.3.0
2212026-06-15T03:27:27.035Z Downloaded is_terminal_polyfill v1.70.2
2222026-06-15T03:27:27.039Z Downloaded eyre v0.6.12
2232026-06-15T03:27:27.042Z Downloaded httparse v1.10.1
2242026-06-15T03:27:27.046Z Downloaded owo-colors v4.3.0
2252026-06-15T03:27:27.058Z Downloaded fnv v1.0.7
2262026-06-15T03:27:27.061Z Downloaded cfg_aliases v0.2.1
2272026-06-15T03:27:27.061Z Downloaded lru-slab v0.1.2
2282026-06-15T03:27:27.064Z Downloaded scopeguard v1.2.0
2292026-06-15T03:27:27.068Z Downloaded rand_core v0.9.5
2302026-06-15T03:27:27.068Z Downloaded erased-serde v0.4.10
2312026-06-15T03:27:27.071Z Downloaded ed25519 v2.2.3
2322026-06-15T03:27:27.071Z Downloaded itertools v0.14.0
2332026-06-15T03:27:27.074Z Downloaded openssl-probe v0.2.1
2342026-06-15T03:27:27.077Z Downloaded nextest-workspace-hack v0.1.0
2352026-06-15T03:27:27.077Z Downloaded getrandom v0.2.17
2362026-06-15T03:27:27.078Z Downloaded curve25519-dalek v4.1.3
2372026-06-15T03:27:27.082Z Downloaded pkcs8 v0.10.2
2382026-06-15T03:27:27.086Z Downloaded serde v1.0.228
2392026-06-15T03:27:27.089Z Downloaded futures-sink v0.3.32
2402026-06-15T03:27:27.089Z Downloaded color-eyre v0.6.5
2412026-06-15T03:27:27.093Z Downloaded serde_spanned v1.1.1
2422026-06-15T03:27:27.096Z Downloaded rustc-hash v2.1.2
2432026-06-15T03:27:27.096Z Downloaded derive_more v2.1.1
2442026-06-15T03:27:27.102Z Downloaded serde_spanned v0.6.9
2452026-06-15T03:27:27.106Z Downloaded ordered-float v2.10.1
2462026-06-15T03:27:27.106Z Downloaded openssl-macros v0.1.1
2472026-06-15T03:27:27.106Z Downloaded console v0.15.11
2482026-06-15T03:27:27.110Z Downloaded ryu v1.0.23
2492026-06-15T03:27:27.113Z Downloaded h2 v0.4.14
2502026-06-15T03:27:27.116Z Downloaded futures-channel v0.3.32
2512026-06-15T03:27:27.116Z Downloaded rustc-demangle v0.1.27
2522026-06-15T03:27:27.120Z Downloaded addr2line v0.25.1
2532026-06-15T03:27:27.120Z Downloaded futures-task v0.3.32
2542026-06-15T03:27:27.120Z Downloaded ahash v0.8.12
2552026-06-15T03:27:27.123Z Downloaded cargo_metadata v0.23.1
2562026-06-15T03:27:27.123Z Downloaded futures-util v0.3.32
2572026-06-15T03:27:27.130Z Downloaded spki v0.7.3
2582026-06-15T03:27:27.134Z Downloaded shell-words v1.1.1
2592026-06-15T03:27:27.134Z Downloaded serde_urlencoded v0.7.1
2602026-06-15T03:27:27.134Z Downloaded dialoguer v0.11.0
2612026-06-15T03:27:27.134Z Downloaded swrite v0.1.0
2622026-06-15T03:27:27.139Z Downloaded sigchld v0.2.4
2632026-06-15T03:27:27.139Z Downloaded number_prefix v0.4.0
2642026-06-15T03:27:27.139Z Downloaded base64ct v1.8.3
2652026-06-15T03:27:27.139Z Downloaded hyper-rustls v0.27.9
2662026-06-15T03:27:27.140Z Downloaded clap_builder v4.6.0
2672026-06-15T03:27:27.144Z Downloaded sync_wrapper v1.0.2
2682026-06-15T03:27:27.144Z Downloaded shared_child v1.1.1
2692026-06-15T03:27:27.147Z Downloaded signal-hook-mio v0.2.5
2702026-06-15T03:27:27.147Z Downloaded parking_lot_core v0.9.12
2712026-06-15T03:27:27.147Z Downloaded parking_lot v0.12.5
2722026-06-15T03:27:27.150Z Downloaded bytes v1.11.1
2732026-06-15T03:27:27.150Z Downloaded pin-project-lite v0.2.17
2742026-06-15T03:27:27.153Z Downloaded percent-encoding v2.3.2
2752026-06-15T03:27:27.157Z Downloaded nextest-metadata v0.12.2
2762026-06-15T03:27:27.157Z Downloaded litrs v1.0.0
2772026-06-15T03:27:27.157Z Downloaded serde_ignored v0.1.14
2782026-06-15T03:27:27.160Z Downloaded pkg-config v0.3.33
2792026-06-15T03:27:27.160Z Downloaded tower-layer v0.3.3
2802026-06-15T03:27:27.160Z Downloaded static_assertions v1.1.0
2812026-06-15T03:27:27.164Z Downloaded supports-hyperlinks v3.2.0
2822026-06-15T03:27:27.164Z Downloaded supports-color v3.0.2
2832026-06-15T03:27:27.164Z Downloaded simd-adler32 v0.3.9
2842026-06-15T03:27:27.164Z Downloaded tokio-native-tls v0.3.1
2852026-06-15T03:27:27.167Z Downloaded thiserror-impl v1.0.69
2862026-06-15T03:27:27.167Z Downloaded indenter v0.3.4
2872026-06-15T03:27:27.167Z Downloaded tinyvec v1.11.0
2882026-06-15T03:27:27.170Z Downloaded textwrap v0.16.2
2892026-06-15T03:27:27.170Z Downloaded toml v0.8.23
2902026-06-15T03:27:27.175Z Downloaded pin-project-internal v1.1.13
2912026-06-15T03:27:27.175Z Downloaded indent_write v2.2.0
2922026-06-15T03:27:27.175Z Downloaded foreign-types-shared v0.1.1
2932026-06-15T03:27:27.175Z Downloaded tower-http v0.6.11
2942026-06-15T03:27:27.179Z Downloaded tower v0.5.3
2952026-06-15T03:27:27.183Z Downloaded rand_core v0.6.4
2962026-06-15T03:27:27.190Z Downloaded newtype-uuid v1.3.2
2972026-06-15T03:27:27.190Z Downloaded iana-time-zone v0.1.65
2982026-06-15T03:27:27.194Z Downloaded serde_path_to_error v0.1.20
2992026-06-15T03:27:27.194Z Downloaded rand_chacha v0.9.0
3002026-06-15T03:27:27.194Z Downloaded convert_case v0.10.0
3012026-06-15T03:27:27.194Z Downloaded clap v4.6.1
3022026-06-15T03:27:27.197Z Downloaded atomic-waker v1.1.2
3032026-06-15T03:27:27.198Z Downloaded slab v0.4.12
3042026-06-15T03:27:27.204Z Downloaded toml_datetime v0.6.11
3052026-06-15T03:27:27.208Z Downloaded target-spec-miette v0.4.8
3062026-06-15T03:27:27.212Z Downloaded humantime v2.3.0
3072026-06-15T03:27:27.215Z Downloaded tracing v0.1.44
3082026-06-15T03:27:27.222Z Downloaded typeid v1.0.3
3092026-06-15T03:27:27.226Z Downloaded toml_write v0.1.2
3102026-06-15T03:27:27.226Z Downloaded smol_str v0.3.6
3112026-06-15T03:27:27.226Z Downloaded target-lexicon v0.13.5
3122026-06-15T03:27:27.230Z Downloaded futures-executor v0.3.32
3132026-06-15T03:27:27.230Z Downloaded errno v0.3.14
3142026-06-15T03:27:27.230Z Downloaded cargo-platform v0.2.0
3152026-06-15T03:27:27.230Z Downloaded self_update v0.42.0
3162026-06-15T03:27:27.234Z Downloaded semver v1.0.28
3172026-06-15T03:27:27.234Z Downloaded foreign-types v0.3.2
3182026-06-15T03:27:27.235Z Downloaded quick-junit v0.5.2
3192026-06-15T03:27:27.239Z Downloaded async-scoped v0.9.0
3202026-06-15T03:27:27.239Z Downloaded anstyle v1.0.14
3212026-06-15T03:27:27.239Z Downloaded bitflags v2.13.0
3222026-06-15T03:27:27.242Z Downloaded rustls-pki-types v1.14.1
3232026-06-15T03:27:27.246Z Downloaded try-lock v0.2.5
3242026-06-15T03:27:27.246Z Downloaded strip-ansi-escapes v0.2.1
3252026-06-15T03:27:27.249Z Downloaded subtle v2.6.1
3262026-06-15T03:27:27.249Z Downloaded strsim v0.11.1
3272026-06-15T03:27:27.249Z Downloaded pin-project v1.1.13
3282026-06-15T03:27:27.255Z Downloaded thiserror v1.0.69
3292026-06-15T03:27:27.258Z Downloaded smallvec v1.15.2
3302026-06-15T03:27:27.261Z Downloaded thread_local v1.1.9
3312026-06-15T03:27:27.261Z Downloaded fixedbitset v0.5.7
3322026-06-15T03:27:27.262Z Downloaded bstr v1.12.1
3332026-06-15T03:27:27.265Z Downloaded supports-unicode v3.0.0
3342026-06-15T03:27:27.269Z Downloaded socket2 v0.6.4
3352026-06-15T03:27:27.269Z Downloaded debug-ignore v1.0.5
3362026-06-15T03:27:27.269Z Downloaded crc32fast v1.5.0
3372026-06-15T03:27:27.272Z Downloaded futures-io v0.3.32
3382026-06-15T03:27:27.272Z Downloaded cargo-util-schemas v0.2.0
3392026-06-15T03:27:27.273Z Downloaded block-buffer v0.10.4
3402026-06-15T03:27:27.273Z Downloaded quinn-udp v0.5.14
3412026-06-15T03:27:27.277Z Downloaded proc-macro2 v1.0.106
3422026-06-15T03:27:27.277Z Downloaded getrandom v0.3.4
3432026-06-15T03:27:27.281Z Downloaded toml_writer v1.1.1+spec-1.1.0
3442026-06-15T03:27:27.281Z Downloaded backtrace v0.3.76
3452026-06-15T03:27:27.284Z Downloaded futures-macro v0.3.32
3462026-06-15T03:27:27.284Z Downloaded indexmap v2.14.0
3472026-06-15T03:27:27.288Z Downloaded borsh v1.6.1
3482026-06-15T03:27:27.291Z Downloaded miniz_oxide v0.8.9
3492026-06-15T03:27:27.297Z Downloaded sharded-slab v0.1.7
3502026-06-15T03:27:27.300Z Downloaded urlencoding v2.1.3
3512026-06-15T03:27:27.303Z Downloaded want v0.3.1
3522026-06-15T03:27:27.303Z Downloaded num-traits v0.2.19
3532026-06-15T03:27:27.303Z Downloaded shlex v2.0.1
3542026-06-15T03:27:27.307Z Downloaded ron v0.12.1
3552026-06-15T03:27:27.311Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3562026-06-15T03:27:27.314Z Downloaded signal-hook-registry v1.4.8
3572026-06-15T03:27:27.314Z Downloaded signal-hook v0.3.18
3582026-06-15T03:27:27.314Z Downloaded gimli v0.32.3
3592026-06-15T03:27:27.318Z Downloaded utf8parse v0.2.2
3602026-06-15T03:27:27.324Z Downloaded guppy v0.17.26
3612026-06-15T03:27:27.327Z Downloaded version_check v0.9.5
3622026-06-15T03:27:27.327Z Downloaded hashbrown v0.15.5
3632026-06-15T03:27:27.327Z Downloaded clap_derive v4.6.1
3642026-06-15T03:27:27.327Z Downloaded either v1.16.0
3652026-06-15T03:27:27.331Z Downloaded utf8_iter v1.0.4
3662026-06-15T03:27:27.331Z Downloaded colorchoice v1.0.5
3672026-06-15T03:27:27.331Z Downloaded future-queue v0.4.0
3682026-06-15T03:27:27.331Z Downloaded hex v0.4.3
3692026-06-15T03:27:27.334Z Downloaded unicode-linebreak v0.1.5
3702026-06-15T03:27:27.334Z Downloaded serde-value v0.7.0
3712026-06-15T03:27:27.334Z Downloaded unicode-xid v0.2.6
3722026-06-15T03:27:27.338Z Downloaded enable-ansi-support v0.2.1
3732026-06-15T03:27:27.338Z Downloaded derive_more-impl v2.1.1
3742026-06-15T03:27:27.341Z Downloaded sha2 v0.10.9
3752026-06-15T03:27:27.341Z Downloaded indicatif v0.17.11
3762026-06-15T03:27:27.352Z Downloaded xattr v1.6.1
3772026-06-15T03:27:27.356Z Downloaded unicode-width v0.1.14
3782026-06-15T03:27:27.359Z Downloaded serde_core v1.0.228
3792026-06-15T03:27:27.363Z Downloaded thiserror v2.0.18
3802026-06-15T03:27:27.366Z Downloaded tempfile v3.27.0
3812026-06-15T03:27:27.366Z Downloaded crypto-common v0.1.7
3822026-06-15T03:27:27.369Z Downloaded atomicwrites v0.4.4
3832026-06-15T03:27:27.369Z Downloaded os_pipe v1.2.3
3842026-06-15T03:27:27.373Z Downloaded unicode-segmentation v1.13.3
3852026-06-15T03:27:27.376Z Downloaded quinn v0.11.9
3862026-06-15T03:27:27.376Z Downloaded filetime v0.2.29
3872026-06-15T03:27:27.379Z Downloaded derive-where v1.6.1
3882026-06-15T03:27:27.379Z Downloaded tracing-attributes v0.1.31
3892026-06-15T03:27:27.383Z Downloaded toml v1.1.2+spec-1.1.0
3902026-06-15T03:27:27.383Z Downloaded tokio-stream v0.1.18
3912026-06-15T03:27:27.386Z Downloaded rustls-webpki v0.103.13
3922026-06-15T03:27:27.389Z Downloaded openssl-sys v0.9.117
3932026-06-15T03:27:27.389Z Downloaded adler2 v2.0.1
3942026-06-15T03:27:27.393Z Downloaded zeroize v1.9.0
3952026-06-15T03:27:27.393Z Downloaded tar v0.4.46
3962026-06-15T03:27:27.417Z Downloaded xxhash-rust v0.8.15
3972026-06-15T03:27:27.423Z Downloaded toml_parser v1.1.2+spec-1.1.0
3982026-06-15T03:27:27.440Z Downloaded memchr v2.8.2
3992026-06-15T03:27:27.443Z Downloaded rand v0.9.4
4002026-06-15T03:27:27.447Z Downloaded http v1.4.2
4012026-06-15T03:27:27.458Z Downloaded hyper-util v0.1.20
4022026-06-15T03:27:27.462Z Downloaded terminal_size v0.4.4
4032026-06-15T03:27:27.465Z Downloaded chrono v0.4.45
4042026-06-15T03:27:27.469Z Downloaded miette v7.6.0
4052026-06-15T03:27:27.473Z Downloaded uuid v1.23.3
4062026-06-15T03:27:27.476Z Downloaded idna v1.1.0
4072026-06-15T03:27:27.483Z Downloaded toml_edit v0.22.27
4082026-06-15T03:27:27.489Z Downloaded tracing-core v0.1.36
4092026-06-15T03:27:27.508Z Downloaded tracing-error v0.2.1
4102026-06-15T03:27:27.512Z Downloaded regex v1.12.4
4112026-06-15T03:27:27.517Z Downloaded unicode-ident v1.0.24
4122026-06-15T03:27:27.520Z Downloaded typenum v1.20.1
4132026-06-15T03:27:27.529Z Downloaded target-spec v3.6.0
4142026-06-15T03:27:27.548Z Downloaded unicase v2.9.0
4152026-06-15T03:27:27.556Z Downloaded pulldown-cmark v0.13.4
4162026-06-15T03:27:27.559Z Downloaded serde_json v1.0.150
4172026-06-15T03:27:27.564Z Downloaded url v2.5.8
4182026-06-15T03:27:27.574Z Downloaded reqwest v0.12.28
4192026-06-15T03:27:27.582Z Downloaded tokio-util v0.7.18
4202026-06-15T03:27:27.586Z Downloaded tracing-subscriber v0.3.23
4212026-06-15T03:27:27.590Z Downloaded zmij v1.0.21
4222026-06-15T03:27:27.593Z Downloaded untrusted v0.9.0
4232026-06-15T03:27:27.593Z Downloaded tinyvec_macros v0.1.1
4242026-06-15T03:27:27.593Z Downloaded tower-service v0.3.3
4252026-06-15T03:27:27.605Z Downloaded portable-atomic v1.13.1
4262026-06-15T03:27:27.609Z Downloaded unicode-normalization v0.1.25
4272026-06-15T03:27:27.616Z Downloaded quick-xml v0.37.5
4282026-06-15T03:27:27.628Z Downloaded tokio-macros v2.7.0
4292026-06-15T03:27:27.631Z Downloaded zstd-safe v7.2.4
4302026-06-15T03:27:27.641Z Downloaded quick-xml v0.38.4
4312026-06-15T03:27:27.647Z Downloaded unicode-width v0.2.2
4322026-06-15T03:27:27.696Z Downloaded winnow v0.7.15
4332026-06-15T03:27:27.710Z Downloaded winnow v1.0.3
4342026-06-15T03:27:27.715Z Downloaded quinn-proto v0.11.14
4352026-06-15T03:27:27.736Z Downloaded webpki-roots v1.0.7
4362026-06-15T03:27:27.747Z Downloaded nextest-runner v0.80.0
4372026-06-15T03:27:27.753Z Downloaded vcpkg v0.2.15
4382026-06-15T03:27:27.775Z Downloaded object v0.37.3
4392026-06-15T03:27:27.781Z Downloaded libc v0.2.186
4402026-06-15T03:27:27.799Z Downloaded syn v2.0.117
4412026-06-15T03:27:27.812Z Downloaded zerocopy v0.8.52
4422026-06-15T03:27:27.822Z Downloaded openssl v0.10.81
4432026-06-15T03:27:27.840Z Downloaded regex-syntax v0.8.11
4442026-06-15T03:27:27.847Z Downloaded rustix v0.38.44
4452026-06-15T03:27:27.859Z Downloaded nix v0.30.1
4462026-06-15T03:27:27.864Z Downloaded rustix v1.1.4
4472026-06-15T03:27:27.877Z Downloaded rustls v0.23.40
4482026-06-15T03:27:27.963Z Downloaded regex-automata v0.4.14
4492026-06-15T03:27:27.992Z Downloaded petgraph v0.8.3
4502026-06-15T03:27:28.013Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4512026-06-15T03:27:28.040Z Downloaded tokio v1.52.3
4522026-06-15T03:27:28.081Z Downloaded const-oid v0.9.6
4532026-06-15T03:27:28.104Z Downloaded recursion v0.5.4
4542026-06-15T03:27:28.111Z Downloaded ring v0.17.14
4552026-06-15T03:27:28.133Z Downloaded form_urlencoded v1.2.2
4562026-06-15T03:27:28.264Z Downloaded cfg-if v1.0.4
4572026-06-15T03:27:28.372Z Downloaded futures-core v0.3.32
4582026-06-15T03:27:28.376Z Downloaded fastrand v2.4.1
4592026-06-15T03:27:28.385Z Downloaded getrandom v0.4.2
4602026-06-15T03:27:28.391Z Downloaded thiserror-impl v2.0.18
4612026-06-15T03:27:28.399Z Downloaded aho-corasick v1.1.4
4622026-06-15T03:27:28.402Z Downloaded tokio-rustls v0.26.4
4632026-06-15T03:27:28.412Z Downloaded find-msvc-tools v0.1.9
4642026-06-15T03:27:28.415Z Downloaded equivalent v1.0.2
4652026-06-15T03:27:28.416Z Downloaded tracing-log v0.2.0
4662026-06-15T03:27:28.419Z Downloaded ed25519-dalek v2.2.0
4672026-06-15T03:27:28.422Z Downloaded autocfg v1.5.1
4682026-06-15T03:27:28.433Z Downloaded curve25519-dalek-derive v0.1.1
4692026-06-15T03:27:28.437Z Downloaded anstyle-query v1.1.5
4702026-06-15T03:27:28.440Z Downloaded cfg-expr v0.20.8
4712026-06-15T03:27:28.443Z Downloaded backtrace-ext v0.2.1
4722026-06-15T03:27:28.450Z Downloaded cpufeatures v0.2.17
4732026-06-15T03:27:28.453Z Downloaded globset v0.4.18
4742026-06-15T03:27:28.456Z Downloaded zipsign-api v0.1.5
4752026-06-15T03:27:28.461Z Downloaded clap_lex v1.1.0
4762026-06-15T03:27:28.480Z Downloaded zstd v0.13.3
4772026-06-15T03:27:28.483Z Downloaded cc v1.2.64
4782026-06-15T03:27:28.488Z Downloaded hashbrown v0.17.1
4792026-06-15T03:27:28.491Z Downloaded config v0.15.23
4802026-06-15T03:27:28.494Z Downloaded digest v0.10.7
4812026-06-15T03:27:28.502Z Downloaded crossterm v0.29.0
4822026-06-15T03:27:28.507Z Downloaded signature v2.2.0
4832026-06-15T03:27:28.510Z Downloaded camino v1.2.2
4842026-06-15T03:27:28.510Z Downloaded cargo-platform v0.3.3
4852026-06-15T03:27:28.510Z Downloaded camino-tempfile v1.4.1
4862026-06-15T03:27:28.533Z Downloaded foldhash v0.1.5
4872026-06-15T03:27:28.537Z Downloaded duct v0.13.7
4882026-06-15T03:27:28.565Z Downloaded vte v0.14.1
4892026-06-15T03:27:28.590Z Downloaded color-spantrace v0.3.0
4902026-06-15T03:27:28.601Z Downloaded base64 v0.22.1
4912026-06-15T03:27:28.642Z Compiling libc v0.2.186
4922026-06-15T03:27:28.642Z Compiling proc-macro2 v1.0.106
4932026-06-15T03:27:28.642Z Compiling unicode-ident v1.0.24
4942026-06-15T03:27:28.642Z Compiling quote v1.0.45
4952026-06-15T03:27:28.647Z Compiling serde_core v1.0.228
4962026-06-15T03:27:28.647Z Compiling cfg-if v1.0.4
4972026-06-15T03:27:28.647Z Compiling memchr v2.8.2
4982026-06-15T03:27:28.647Z Compiling once_cell v1.21.4
4992026-06-15T03:27:28.888Z Compiling log v0.4.32
5002026-06-15T03:27:28.919Z Compiling pin-project-lite v0.2.17
5012026-06-15T03:27:29.013Z Compiling itoa v1.0.18
5022026-06-15T03:27:29.108Z Compiling serde v1.0.228
5032026-06-15T03:27:29.205Z Compiling futures-core v0.3.32
5042026-06-15T03:27:29.259Z Compiling smallvec v1.15.2
5052026-06-15T03:27:29.387Z Compiling bitflags v2.13.0
5062026-06-15T03:27:29.522Z Compiling equivalent v1.0.2
5072026-06-15T03:27:29.537Z Compiling shlex v2.0.1
5082026-06-15T03:27:29.607Z Compiling hashbrown v0.17.1
5092026-06-15T03:27:29.723Z Compiling errno v0.3.14
5102026-06-15T03:27:29.792Z Compiling find-msvc-tools v0.1.9
5112026-06-15T03:27:29.830Z Compiling bytes v1.11.1
5122026-06-15T03:27:29.936Z Compiling signal-hook-registry v1.4.8
5132026-06-15T03:27:30.035Z Compiling jobserver v0.1.34
5142026-06-15T03:27:30.046Z Compiling mio v1.2.1
5152026-06-15T03:27:30.069Z Compiling rustix v1.1.4
5162026-06-15T03:27:30.147Z Compiling syn v2.0.117
5172026-06-15T03:27:30.312Z Compiling cc v1.2.64
5182026-06-15T03:27:30.359Z Compiling futures-sink v0.3.32
5192026-06-15T03:27:30.470Z Compiling socket2 v0.6.4
5202026-06-15T03:27:30.502Z Compiling slab v0.4.12
5212026-06-15T03:27:30.705Z Compiling zmij v1.0.21
5222026-06-15T03:27:30.726Z Compiling futures-channel v0.3.32
5232026-06-15T03:27:30.747Z Compiling tracing-core v0.1.36
5242026-06-15T03:27:30.983Z Compiling serde_json v1.0.150
5252026-06-15T03:27:31.049Z Compiling version_check v0.9.5
5262026-06-15T03:27:31.237Z Compiling indexmap v2.14.0
5272026-06-15T03:27:31.300Z Compiling futures-task v0.3.32
5282026-06-15T03:27:31.321Z Compiling getrandom v0.4.2
5292026-06-15T03:27:31.473Z Compiling futures-io v0.3.32
5302026-06-15T03:27:31.618Z Compiling camino v1.2.2
5312026-06-15T03:27:31.632Z Compiling percent-encoding v2.3.2
5322026-06-15T03:27:31.672Z Compiling unicode-width v0.2.2
5332026-06-15T03:27:31.906Z Compiling ring v0.17.14
5342026-06-15T03:27:31.992Z Compiling http v1.4.2
5352026-06-15T03:27:32.013Z Compiling autocfg v1.5.1
5362026-06-15T03:27:32.017Z Compiling zeroize v1.9.0
5372026-06-15T03:27:32.057Z Compiling adler2 v2.0.1
5382026-06-15T03:27:32.218Z Compiling simd-adler32 v0.3.9
5392026-06-15T03:27:32.362Z Compiling num-traits v0.2.19
5402026-06-15T03:27:32.561Z Compiling miniz_oxide v0.8.9
5412026-06-15T03:27:32.602Z Compiling zerocopy v0.8.52
5422026-06-15T03:27:32.805Z Compiling object v0.37.3
5432026-06-15T03:27:32.997Z Compiling getrandom v0.3.4
5442026-06-15T03:27:33.069Z Compiling target-lexicon v0.13.5
5452026-06-15T03:27:33.200Z Compiling http-body v1.0.1
5462026-06-15T03:27:33.385Z Compiling rustls-pki-types v1.14.1
5472026-06-15T03:27:33.533Z Compiling form_urlencoded v1.2.2
5482026-06-15T03:27:33.590Z Compiling semver v1.0.28
5492026-06-15T03:27:33.700Z Compiling serde_derive v1.0.228
5502026-06-15T03:27:33.807Z Compiling tokio-macros v2.7.0
5512026-06-15T03:27:33.940Z Compiling futures-macro v0.3.32
5522026-06-15T03:27:34.020Z Compiling tracing-attributes v0.1.31
5532026-06-15T03:27:34.211Z Compiling getrandom v0.2.17
5542026-06-15T03:27:34.240Z Compiling signal-hook v0.3.18
5552026-06-15T03:27:34.257Z Compiling gimli v0.32.3
5562026-06-15T03:27:34.402Z Compiling guppy-workspace-hack v0.1.0
5572026-06-15T03:27:34.470Z Compiling httparse v1.10.1
5582026-06-15T03:27:34.563Z Compiling tokio v1.52.3
5592026-06-15T03:27:34.627Z Compiling idna_adapter v1.0.0
5602026-06-15T03:27:34.734Z Compiling owo-colors v4.3.0
5612026-06-15T03:27:34.774Z Compiling futures-util v0.3.32
5622026-06-15T03:27:34.825Z Compiling utf8_iter v1.0.4
5632026-06-15T03:27:34.993Z Compiling untrusted v0.9.0
5642026-06-15T03:27:35.061Z Compiling fnv v1.0.7
5652026-06-15T03:27:35.123Z Compiling thiserror v2.0.18
5662026-06-15T03:27:35.208Z Compiling idna v1.1.0
5672026-06-15T03:27:35.224Z Compiling tracing v0.1.44
5682026-06-15T03:27:35.653Z Compiling thiserror-impl v2.0.18
5692026-06-15T03:27:36.241Z Compiling addr2line v0.25.1
5702026-06-15T03:27:36.966Z Compiling generic-array v0.14.7
5712026-06-15T03:27:37.035Z Compiling try-lock v0.2.5
5722026-06-15T03:27:37.158Z Compiling atomic-waker v1.1.2
5732026-06-15T03:27:37.219Z Compiling tower-service v0.3.3
5742026-06-15T03:27:37.292Z Compiling pkg-config v0.3.33
5752026-06-15T03:27:37.322Z Compiling typeid v1.0.3
5762026-06-15T03:27:37.433Z Compiling target-spec v3.6.0
5772026-06-15T03:27:37.448Z Compiling rustc-demangle v0.1.27
5782026-06-15T03:27:37.619Z Compiling fastrand v2.4.1
5792026-06-15T03:27:37.723Z Compiling thiserror v1.0.69
5802026-06-15T03:27:37.735Z Compiling rustls v0.23.40
5812026-06-15T03:27:37.950Z Compiling tempfile v3.27.0
5822026-06-15T03:27:37.963Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5832026-06-15T03:27:38.337Z Compiling want v0.3.1
5842026-06-15T03:27:38.428Z Compiling cfg-expr v0.20.8
5852026-06-15T03:27:38.503Z Compiling tokio-util v0.7.18
5862026-06-15T03:27:38.987Z Compiling h2 v0.4.14
5872026-06-15T03:27:39.394Z Compiling url v2.5.8
5882026-06-15T03:27:39.584Z Compiling thiserror-impl v1.0.69
5892026-06-15T03:27:39.859Z Compiling backtrace v0.3.76
5902026-06-15T03:27:40.260Z Compiling terminal_size v0.4.4
5912026-06-15T03:27:40.306Z Compiling aho-corasick v1.1.4
5922026-06-15T03:27:40.419Z Compiling winnow v0.7.15
5932026-06-15T03:27:40.751Z Compiling subtle v2.6.1
5942026-06-15T03:27:40.915Z Compiling typenum v1.20.1
5952026-06-15T03:27:41.599Z Compiling rustls-webpki v0.103.13
5962026-06-15T03:27:41.871Z Compiling erased-serde v0.4.10
5972026-06-15T03:27:42.203Z Compiling regex-syntax v0.8.11
5982026-06-15T03:27:43.979Z Compiling regex-automata v0.4.14
5992026-06-15T03:27:44.668Z Compiling hyper v1.10.1
6002026-06-15T03:27:45.855Z Compiling serde_spanned v0.6.9
6012026-06-15T03:27:46.024Z Compiling toml_datetime v0.6.11
6022026-06-15T03:27:46.404Z Compiling ahash v0.8.12
6032026-06-15T03:27:46.675Z Compiling sync_wrapper v1.0.2
6042026-06-15T03:27:46.791Z Compiling foldhash v0.1.5
6052026-06-15T03:27:47.012Z Compiling ipnet v2.12.0
6062026-06-15T03:27:47.552Z Compiling tower-layer v0.3.3
6072026-06-15T03:27:47.760Z Compiling is_ci v1.2.0
6082026-06-15T03:27:47.934Z Compiling portable-atomic v1.13.1
6092026-06-15T03:27:48.205Z Compiling base64 v0.22.1
6102026-06-15T03:27:48.346Z Compiling unicode-segmentation v1.13.3
6112026-06-15T03:27:48.394Z Compiling unicode-linebreak v0.1.5
6122026-06-15T03:27:48.406Z Compiling crc32fast v1.5.0
6132026-06-15T03:27:48.663Z Compiling lazy_static v1.5.0
6142026-06-15T03:27:48.697Z Compiling toml_write v0.1.2
6152026-06-15T03:27:48.709Z Compiling either v1.16.0
6162026-06-15T03:27:48.731Z Compiling nextest-workspace-hack v0.1.0
6172026-06-15T03:27:48.766Z Compiling parking_lot_core v0.9.12
6182026-06-15T03:27:48.937Z Compiling toml_edit v0.22.27
6192026-06-15T03:27:48.949Z Compiling sharded-slab v0.1.7
6202026-06-15T03:27:49.027Z Compiling convert_case v0.10.0
6212026-06-15T03:27:49.118Z Compiling textwrap v0.16.2
6222026-06-15T03:27:49.284Z Compiling hyper-util v0.1.20
6232026-06-15T03:27:49.581Z Compiling supports-color v3.0.2
6242026-06-15T03:27:49.598Z Compiling tower v0.5.3
6252026-06-15T03:27:49.816Z Compiling hashbrown v0.15.5
6262026-06-15T03:27:50.453Z Compiling tokio-rustls v0.26.4
6272026-06-15T03:27:50.479Z Compiling backtrace-ext v0.2.1
6282026-06-15T03:27:50.740Z Compiling ordered-float v2.10.1
6292026-06-15T03:27:50.767Z Compiling webpki-roots v1.0.7
6302026-06-15T03:27:50.844Z Compiling miette-derive v7.6.0
6312026-06-15T03:27:50.904Z Compiling pathdiff v0.2.3
6322026-06-15T03:27:51.029Z Compiling console v0.15.11
6332026-06-15T03:27:51.043Z Compiling cargo-platform v0.3.3
6342026-06-15T03:27:51.611Z Compiling tracing-log v0.2.0
6352026-06-15T03:27:51.913Z Compiling os_pipe v1.2.3
6362026-06-15T03:27:51.953Z Compiling thread_local v1.1.9
6372026-06-15T03:27:51.970Z Compiling winnow v1.0.3
6382026-06-15T03:27:52.088Z Compiling supports-unicode v3.0.0
6392026-06-15T03:27:52.262Z Compiling zstd-safe v7.2.4
6402026-06-15T03:27:52.316Z Compiling unicode-width v0.1.14
6412026-06-15T03:27:52.347Z Compiling pulldown-cmark v0.13.4
6422026-06-15T03:27:52.517Z Compiling supports-hyperlinks v3.2.0
6432026-06-15T03:27:52.584Z Compiling scopeguard v1.2.0
6442026-06-15T03:27:52.618Z Compiling debug-ignore v1.0.5
6452026-06-15T03:27:52.729Z Compiling fixedbitset v0.5.7
6462026-06-15T03:27:52.742Z Compiling ryu v1.0.23
6472026-06-15T03:27:53.051Z Compiling cfg_aliases v0.2.1
6482026-06-15T03:27:53.065Z Compiling utf8parse v0.2.2
6492026-06-15T03:27:53.105Z Compiling rustix v0.38.44
6502026-06-15T03:27:53.152Z Compiling anstyle-parse v1.0.0
6512026-06-15T03:27:53.238Z Compiling nix v0.30.1
6522026-06-15T03:27:53.406Z Compiling toml_parser v1.1.2+spec-1.1.0
6532026-06-15T03:27:53.420Z Compiling petgraph v0.8.3
6542026-06-15T03:27:53.554Z Compiling serde_urlencoded v0.7.1
6552026-06-15T03:27:53.655Z Compiling lock_api v0.4.14
6562026-06-15T03:27:53.837Z Compiling miette v7.6.0
6572026-06-15T03:27:53.923Z Compiling tracing-subscriber v0.3.23
6582026-06-15T03:27:54.761Z Compiling sigchld v0.2.4
6592026-06-15T03:27:54.961Z Compiling cargo_metadata v0.23.1
6602026-06-15T03:27:55.232Z Compiling serde-value v0.7.0
6612026-06-15T03:27:55.332Z Compiling hyper-rustls v0.27.9
6622026-06-15T03:27:56.005Z Compiling serde-untagged v0.1.9
6632026-06-15T03:27:56.008Z Compiling toml v0.8.23
6642026-06-15T03:27:56.634Z Compiling tower-http v0.6.11
6652026-06-15T03:27:57.309Z Compiling derive_more-impl v2.1.1
6662026-06-15T03:27:58.197Z Compiling itertools v0.14.0
6672026-06-15T03:27:58.211Z Compiling regex v1.12.4
6682026-06-15T03:27:58.312Z Compiling block-buffer v0.10.4
6692026-06-15T03:27:58.315Z Compiling crypto-common v0.1.7
6702026-06-15T03:27:58.449Z Compiling ppv-lite86 v0.2.21
6712026-06-15T03:27:58.496Z Compiling futures-executor v0.3.32
6722026-06-15T03:27:58.810Z Compiling rand_core v0.9.5
6732026-06-15T03:27:58.869Z Compiling pin-project-internal v1.1.13
6742026-06-15T03:27:59.040Z Compiling http-body-util v0.1.3
6752026-06-15T03:27:59.079Z Compiling uuid v1.23.3
6762026-06-15T03:27:59.317Z Compiling serde_spanned v1.1.1
6772026-06-15T03:27:59.469Z Compiling smol_str v0.3.6
6782026-06-15T03:27:59.622Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-06-15T03:27:59.647Z Compiling filetime v0.2.29
6802026-06-15T03:27:59.696Z Compiling bstr v1.12.1
6812026-06-15T03:27:59.808Z Compiling vte v0.14.1
6822026-06-15T03:27:59.855Z Compiling is_terminal_polyfill v1.70.2
6832026-06-15T03:27:59.934Z Compiling eyre v0.6.12
6842026-06-15T03:27:59.962Z Compiling anstyle-query v1.1.5
6852026-06-15T03:28:00.029Z Compiling iana-time-zone v0.1.65
6862026-06-15T03:28:00.029Z Compiling self_update v0.42.0
6872026-06-15T03:28:00.071Z Compiling xattr v1.6.1
6882026-06-15T03:28:00.219Z Compiling number_prefix v0.4.0
6892026-06-15T03:28:00.261Z Compiling nested v0.1.1
6902026-06-15T03:28:00.265Z Compiling tinyvec_macros v0.1.1
6912026-06-15T03:28:00.286Z Compiling colorchoice v1.0.5
6922026-06-15T03:28:00.342Z Compiling litrs v1.0.0
6932026-06-15T03:28:00.365Z Compiling unicode-xid v0.2.6
6942026-06-15T03:28:00.381Z Compiling static_assertions v1.1.0
6952026-06-15T03:28:00.385Z Compiling anstyle v1.0.14
6962026-06-15T03:28:00.407Z Compiling unicase v2.9.0
6972026-06-15T03:28:00.446Z Compiling color-spantrace v0.3.0
6982026-06-15T03:28:00.579Z Compiling anstream v1.0.0
6992026-06-15T03:28:00.654Z Compiling cargo-util-schemas v0.2.0
7002026-06-15T03:28:00.688Z Compiling guppy v0.17.26
7012026-06-15T03:28:00.776Z Compiling document-features v0.2.12
7022026-06-15T03:28:00.796Z Compiling tinyvec v1.11.0
7032026-06-15T03:28:01.091Z Compiling indicatif v0.17.11
7042026-06-15T03:28:01.352Z Compiling tar v0.4.46
7052026-06-15T03:28:01.529Z Compiling chrono v0.4.45
7062026-06-15T03:28:01.722Z Compiling globset v0.4.18
7072026-06-15T03:28:02.140Z Compiling strip-ansi-escapes v0.2.1
7082026-06-15T03:28:02.622Z Compiling pin-project v1.1.13
7092026-06-15T03:28:02.727Z Compiling toml v1.1.2+spec-1.1.0
7102026-06-15T03:28:03.057Z Compiling nextest-metadata v0.12.2
7112026-06-15T03:28:03.857Z Compiling newtype-uuid v1.3.2
7122026-06-15T03:28:04.051Z Compiling reqwest v0.12.28
7132026-06-15T03:28:04.243Z Compiling rand_chacha v0.9.0
7142026-06-15T03:28:04.802Z Compiling futures v0.3.32
7152026-06-15T03:28:04.888Z Compiling digest v0.10.7
7162026-06-15T03:28:04.936Z Compiling derive_more v2.1.1
7172026-06-15T03:28:04.961Z Compiling parking_lot v0.12.5
7182026-06-15T03:28:05.016Z Compiling flate2 v1.1.9
7192026-06-15T03:28:05.114Z Compiling shared_child v1.1.1
7202026-06-15T03:28:05.456Z Compiling tracing-error v0.2.1
7212026-06-15T03:28:05.872Z Compiling signal-hook-mio v0.2.5
7222026-06-15T03:28:05.950Z Compiling self-replace v1.5.0
7232026-06-15T03:28:06.013Z Compiling cargo-platform v0.2.0
7242026-06-15T03:28:06.026Z Compiling quick-xml v0.38.4
7252026-06-15T03:28:06.246Z Compiling quick-xml v0.37.5
7262026-06-15T03:28:06.818Z Compiling humantime v2.3.0
7272026-06-15T03:28:06.907Z Compiling cpufeatures v0.2.17
7282026-06-15T03:28:07.237Z Compiling recursion v0.5.4
7292026-06-15T03:28:07.253Z Compiling strsim v0.11.1
7302026-06-15T03:28:07.378Z Compiling heck v0.5.0
7312026-06-15T03:28:07.587Z Compiling shell-words v1.1.1
7322026-06-15T03:28:07.677Z Compiling urlencoding v2.1.3
7332026-06-15T03:28:07.756Z Compiling indenter v0.3.4
7342026-06-15T03:28:07.842Z Compiling clap_lex v1.1.0
7352026-06-15T03:28:08.084Z Compiling clap_builder v4.6.0
7362026-06-15T03:28:08.207Z Compiling clap_derive v4.6.1
7372026-06-15T03:28:08.234Z Compiling nextest-filtering v0.15.0
7382026-06-15T03:28:08.400Z Compiling humantime-serde v1.1.1
7392026-06-15T03:28:08.560Z Compiling sha2 v0.10.9
7402026-06-15T03:28:09.775Z Compiling quick-junit v0.5.2
7412026-06-15T03:28:09.984Z Compiling atomicwrites v0.4.4
7422026-06-15T03:28:10.300Z Compiling cargo_metadata v0.20.0
7432026-06-15T03:28:12.163Z Compiling cargo-nextest v0.9.97
7442026-06-15T03:28:12.495Z Compiling crossterm v0.29.0
7452026-06-15T03:28:13.979Z Compiling zstd v0.13.3
7462026-06-15T03:28:14.207Z Compiling duct v0.13.7
7472026-06-15T03:28:14.401Z Compiling async-scoped v0.9.0
7482026-06-15T03:28:14.452Z Compiling rand v0.9.4
7492026-06-15T03:28:14.466Z Compiling config v0.15.23
7502026-06-15T03:28:14.595Z Compiling unicode-normalization v0.1.25
7512026-06-15T03:28:15.207Z Compiling target-spec-miette v0.4.8
7522026-06-15T03:28:15.220Z Compiling future-queue v0.4.0
7532026-06-15T03:28:15.480Z Compiling mukti-metadata v0.3.0
7542026-06-15T03:28:15.501Z Compiling tokio-stream v0.1.18
7552026-06-15T03:28:15.651Z Compiling camino-tempfile v1.4.1
7562026-06-15T03:28:15.742Z Compiling derive-where v1.6.1
7572026-06-15T03:28:15.937Z Compiling serde_ignored v0.1.14
7582026-06-15T03:28:15.966Z Compiling serde_path_to_error v0.1.20
7592026-06-15T03:28:16.090Z Compiling xxhash-rust v0.8.15
7602026-06-15T03:28:16.156Z Compiling indent_write v2.2.0
7612026-06-15T03:28:16.172Z Compiling hex v0.4.3
7622026-06-15T03:28:16.275Z Compiling swrite v0.1.0
7632026-06-15T03:28:16.310Z Compiling home v0.5.12
7642026-06-15T03:28:16.385Z Compiling color-eyre v0.6.5
7652026-06-15T03:28:16.440Z Compiling clap v4.6.1
7662026-06-15T03:28:16.465Z Compiling dialoguer v0.11.0
7672026-06-15T03:28:16.479Z Compiling enable-ansi-support v0.2.1
7682026-06-15T03:28:17.009Z Compiling nextest-runner v0.80.0
7692026-06-15T03:28:35.154Z Finished `release` profile [optimized] target(s) in 1m 12s
7702026-06-15T03:28:35.346Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-06-15T03:28:35.349Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-06-15T03:28:35.467Z+ pushd bgp
7732026-06-15T03:28:35.471Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7742026-06-15T03:28:35.471Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7752026-06-15T03:28:35.627Z Updating crates.io index
7762026-06-15T03:28:35.698Z Updating git repository `https://github.com/oxidecomputer/omicron`
7772026-06-15T03:28:41.615ZFrom https://github.com/oxidecomputer/omicron
7782026-06-15T03:28:41.615Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7792026-06-15T03:28:42.054Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-06-15T03:28:42.650ZFrom https://github.com/oxidecomputer/falcon
7812026-06-15T03:28:42.650Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7822026-06-15T03:28:42.735Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-06-15T03:28:43.621ZFrom https://github.com/oxidecomputer/dendrite
7842026-06-15T03:28:43.621Z * [new ref] f27f612dde317f2f05716c761a14500e46581ff7 -> refs/commit/f27f612dde317f2f05716c761a14500e46581ff7
7852026-06-15T03:28:43.683Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-06-15T03:28:43.935ZFrom https://github.com/oxidecomputer/ispf
7872026-06-15T03:28:43.935Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-06-15T03:28:43.941Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-06-15T03:28:44.308ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-06-15T03:28:44.308Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7912026-06-15T03:28:44.315Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-06-15T03:28:44.946ZFrom https://github.com/oxidecomputer/opte
7932026-06-15T03:28:44.946Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7942026-06-15T03:28:45.015Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-06-15T03:28:45.277ZFrom https://github.com/illumos/smf-rs
7962026-06-15T03:28:45.277Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-06-15T03:28:45.335Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7982026-06-15T03:28:45.620ZFrom https://github.com/oxidecomputer/poptrie
7992026-06-15T03:28:45.620Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8002026-06-15T03:28:45.629Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-06-15T03:28:45.885ZFrom https://github.com/oxidecomputer/network-interface
8022026-06-15T03:28:45.885Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-06-15T03:28:45.920Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-06-15T03:28:46.192ZFrom https://github.com/oxidecomputer/zone
8052026-06-15T03:28:46.192Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-06-15T03:28:46.354Z Updating git repository `https://github.com/oxidecomputer/lldp`
8072026-06-15T03:28:46.679ZFrom https://github.com/oxidecomputer/lldp
8082026-06-15T03:28:46.679Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8092026-06-15T03:28:46.695Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102026-06-15T03:28:46.947ZFrom https://github.com/oxidecomputer/slog-error-chain
8112026-06-15T03:28:46.947Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8122026-06-15T03:28:47.023Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8132026-06-15T03:28:47.322ZFrom https://github.com/oxidecomputer/tufaceous
8142026-06-15T03:28:47.322Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8152026-06-15T03:28:47.355Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162026-06-15T03:28:48.028ZFrom https://github.com/oxidecomputer/propolis
8172026-06-15T03:28:48.028Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8182026-06-15T03:28:48.130Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8192026-06-15T03:28:48.817ZFrom https://github.com/oxidecomputer/transceiver-control
8202026-06-15T03:28:48.817Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8212026-06-15T03:28:48.841Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222026-06-15T03:28:49.107ZFrom https://github.com/oxidecomputer/dlpi-sys
8232026-06-15T03:28:49.107Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8242026-06-15T03:28:49.113Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8252026-06-15T03:28:49.371ZFrom https://github.com/jmesmon/rust-libzfs
8262026-06-15T03:28:49.371Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8272026-06-15T03:28:49.379Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282026-06-15T03:28:49.625ZFrom https://github.com/oxidecomputer/rusty-doors
8292026-06-15T03:28:49.625Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8302026-06-15T03:28:49.694Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-06-15T03:28:50.142ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-06-15T03:28:50.142Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8332026-06-15T03:28:50.198Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-06-15T03:28:50.443ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-06-15T03:28:50.443Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-06-15T03:28:50.474Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-06-15T03:28:51.239ZFrom https://github.com/oxidecomputer/crucible
8382026-06-15T03:28:51.239Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-06-15T03:28:51.292Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-06-15T03:28:51.666ZFrom https://github.com/oxidecomputer/propolis
8412026-06-15T03:28:51.666Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8422026-06-15T03:28:52.125Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-06-15T03:28:52.606ZFrom https://github.com/oxidecomputer/crucible
8442026-06-15T03:28:52.606Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8452026-06-15T03:28:52.672Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-06-15T03:28:52.994ZFrom https://github.com/oxidecomputer/tofino
8472026-06-15T03:28:52.994Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8482026-06-15T03:28:53.021Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-06-15T03:28:53.647ZFrom https://github.com/oxidecomputer/maghemite
8502026-06-15T03:28:53.647Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8512026-06-15T03:28:53.716Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-06-15T03:28:54.146ZFrom https://github.com/oxidecomputer/clickward
8532026-06-15T03:28:54.146Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-06-15T03:28:54.160Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-06-15T03:28:54.429ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-06-15T03:28:54.431Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-06-15T03:28:55.728Z Downloading crates ...
8582026-06-15T03:28:55.831Z Downloaded async-stream v0.3.6
8592026-06-15T03:28:55.834Z Downloaded async-recursion v1.1.1
8602026-06-15T03:28:55.839Z Downloaded aead v0.5.2
8612026-06-15T03:28:55.844Z Downloaded async-stream-impl v0.3.6
8622026-06-15T03:28:55.847Z Downloaded crossbeam-deque v0.8.6
8632026-06-15T03:28:55.851Z Downloaded constant_time_eq v0.4.2
8642026-06-15T03:28:55.854Z Downloaded async-compression v0.4.42
8652026-06-15T03:28:55.858Z Downloaded hash32 v0.3.1
8662026-06-15T03:28:55.861Z Downloaded bit-vec v0.8.0
8672026-06-15T03:28:55.864Z Downloaded darling_core v0.21.3
8682026-06-15T03:28:55.868Z Downloaded gethostname v0.5.0
8692026-06-15T03:28:55.868Z Downloaded group v0.13.0
8702026-06-15T03:28:55.871Z Downloaded git-stub-vcs v0.1.0
8712026-06-15T03:28:55.871Z Downloaded byte-wrapper v0.1.0
8722026-06-15T03:28:55.875Z Downloaded newline-converter v0.3.0
8732026-06-15T03:28:55.875Z Downloaded lru-cache v0.1.2
8742026-06-15T03:28:55.875Z Downloaded ff v0.13.1
8752026-06-15T03:28:55.878Z Downloaded cipher v0.4.4
8762026-06-15T03:28:55.878Z Downloaded macaddr v1.0.1
8772026-06-15T03:28:55.881Z Downloaded hostname v0.4.2
8782026-06-15T03:28:55.881Z Downloaded async-trait v0.1.89
8792026-06-15T03:28:55.884Z Downloaded libsw v3.5.0
8802026-06-15T03:28:55.887Z Downloaded bcs v0.1.6
8812026-06-15T03:28:55.888Z Downloaded hubpack v0.1.2
8822026-06-15T03:28:55.891Z Downloaded ident_case v1.0.1
8832026-06-15T03:28:55.891Z Downloaded fs_extra v1.3.0
8842026-06-15T03:28:55.891Z Downloaded const-oid v0.10.2
8852026-06-15T03:28:55.894Z Downloaded derive-ex v0.1.8
8862026-06-15T03:28:55.897Z Downloaded konst_macro_rules v0.2.19
8872026-06-15T03:28:55.897Z Downloaded enum-as-inner v0.6.1
8882026-06-15T03:28:55.901Z Downloaded linear-map v1.2.0
8892026-06-15T03:28:55.901Z Downloaded block-buffer v0.12.0
8902026-06-15T03:28:55.901Z Downloaded dof v0.3.0
8912026-06-15T03:28:55.906Z Downloaded heck v0.4.1
8922026-06-15T03:28:55.906Z Downloaded critical-section v1.2.0
8932026-06-15T03:28:55.909Z Downloaded const_format_proc_macros v0.2.34
8942026-06-15T03:28:55.909Z Downloaded const-random v0.1.18
8952026-06-15T03:28:55.909Z Downloaded darling_macro v0.23.0
8962026-06-15T03:28:55.909Z Downloaded is-terminal v0.4.17
8972026-06-15T03:28:55.913Z Downloaded cpufeatures v0.3.0
8982026-06-15T03:28:55.913Z Downloaded dunce v1.0.5
8992026-06-15T03:28:55.917Z Downloaded memmap2 v0.9.10
9002026-06-15T03:28:55.917Z Downloaded const-random-macro v0.1.16
9012026-06-15T03:28:55.917Z Downloaded bit-set v0.8.0
9022026-06-15T03:28:55.923Z Downloaded defmt-parser v1.0.0
9032026-06-15T03:28:55.923Z Downloaded crc8 v0.1.1
9042026-06-15T03:28:55.923Z Downloaded ingot-macros v0.1.1
9052026-06-15T03:28:55.928Z Downloaded cobs v0.3.0
9062026-06-15T03:28:55.928Z Downloaded arrayref v0.3.9
9072026-06-15T03:28:55.928Z Downloaded libscf-sys v1.2.0
9082026-06-15T03:28:55.928Z Downloaded cmake v0.1.58
9092026-06-15T03:28:55.928Z Downloaded bitflags v1.3.2
9102026-06-15T03:28:55.931Z Downloaded defmt v0.3.100
9112026-06-15T03:28:55.931Z Downloaded indexmap v1.9.3
9122026-06-15T03:28:55.936Z Downloaded crunchy v0.2.4
9132026-06-15T03:28:55.936Z Downloaded compression-core v0.4.32
9142026-06-15T03:28:55.941Z Downloaded fs-err v3.3.0
9152026-06-15T03:28:55.941Z Downloaded darling_macro v0.21.3
9162026-06-15T03:28:55.941Z Downloaded match_cfg v0.1.0
9172026-06-15T03:28:55.941Z Downloaded internet-checksum v0.2.1
9182026-06-15T03:28:55.944Z Downloaded cstr-argument v0.1.2
9192026-06-15T03:28:55.944Z Downloaded crucible-workspace-hack v0.1.0
9202026-06-15T03:28:55.944Z Downloaded foreign-types-macros v0.2.3
9212026-06-15T03:28:55.944Z Downloaded displaydoc v0.2.6
9222026-06-15T03:28:55.948Z Downloaded csv-core v0.1.13
9232026-06-15T03:28:55.948Z Downloaded keccak v0.1.6
9242026-06-15T03:28:55.948Z Downloaded ciborium-io v0.2.2
9252026-06-15T03:28:55.950Z Downloaded natord v1.0.9
9262026-06-15T03:28:55.951Z Downloaded base64 v0.21.7
9272026-06-15T03:28:55.954Z Downloaded dyn-clone v1.0.20
9282026-06-15T03:28:55.954Z Downloaded dtrace-parser v0.3.0
9292026-06-15T03:28:55.957Z Downloaded ciborium-ll v0.2.2
9302026-06-15T03:28:55.957Z Downloaded float-ord v0.3.2
9312026-06-15T03:28:55.960Z Downloaded foreign-types v0.5.0
9322026-06-15T03:28:55.960Z Downloaded embedded-io v0.6.1
9332026-06-15T03:28:55.960Z Downloaded newtype_derive v0.1.6
9342026-06-15T03:28:55.964Z Downloaded inout v0.1.4
9352026-06-15T03:28:55.965Z Downloaded convert_case v0.4.0
9362026-06-15T03:28:55.965Z Downloaded instant v0.1.13
9372026-06-15T03:28:55.968Z Downloaded num-conv v0.2.2
9382026-06-15T03:28:55.968Z Downloaded no-std-compat v0.4.1
9392026-06-15T03:28:55.968Z Downloaded hostname v0.3.1
9402026-06-15T03:28:55.971Z Downloaded git-stub v1.0.0
9412026-06-15T03:28:55.971Z Downloaded linked-hash-map v0.5.6
9422026-06-15T03:28:55.971Z Downloaded fixedbitset v0.4.2
9432026-06-15T03:28:55.975Z Downloaded httpdate v1.0.3
9442026-06-15T03:28:55.975Z Downloaded dtrace-parser v0.2.0
9452026-06-15T03:28:55.975Z Downloaded ciborium v0.2.2
9462026-06-15T03:28:55.978Z Downloaded base16ct v1.0.0
9472026-06-15T03:28:55.978Z Downloaded base16ct v0.2.0
9482026-06-15T03:28:55.981Z Downloaded parse-display v0.10.0
9492026-06-15T03:28:55.981Z Downloaded num-derive v0.4.2
9502026-06-15T03:28:55.984Z Downloaded crypto-common v0.2.2
9512026-06-15T03:28:55.984Z Downloaded managed v0.8.0
9522026-06-15T03:28:55.984Z Downloaded embedded-io v0.4.0
9532026-06-15T03:28:55.987Z Downloaded memoffset v0.9.1
9542026-06-15T03:28:55.987Z Downloaded newtype-uuid-macros v0.1.0
9552026-06-15T03:28:55.990Z Downloaded olpc-cjson v0.1.4
9562026-06-15T03:28:55.990Z Downloaded bytecount v0.6.9
9572026-06-15T03:28:55.991Z Downloaded fxhash v0.2.1
9582026-06-15T03:28:55.994Z Downloaded dropshot-api-manager-types v0.7.2
9592026-06-15T03:28:55.995Z Downloaded bs58 v0.5.1
9602026-06-15T03:28:55.998Z Downloaded daft-derive v0.1.7
9612026-06-15T03:28:55.998Z Downloaded phf_shared v0.12.1
9622026-06-15T03:28:56.002Z Downloaded opaque-debug v0.3.1
9632026-06-15T03:28:56.002Z Downloaded omicron-workspace-hack v0.1.0
9642026-06-15T03:28:56.002Z Downloaded num-iter v0.1.45
9652026-06-15T03:28:56.002Z Downloaded memmap v0.7.0
9662026-06-15T03:28:56.005Z Downloaded ipnetwork v0.21.1
9672026-06-15T03:28:56.005Z Downloaded icu_normalizer_data v2.2.0
9682026-06-15T03:28:56.008Z Downloaded heapless v0.8.0
9692026-06-15T03:28:56.011Z Downloaded crossbeam-channel v0.5.15
9702026-06-15T03:28:56.011Z Downloaded glob v0.3.3
9712026-06-15T03:28:56.014Z Downloaded byteorder v1.5.0
9722026-06-15T03:28:56.014Z Downloaded digest v0.11.3
9732026-06-15T03:28:56.018Z Downloaded deranged v0.5.8
9742026-06-15T03:28:56.018Z Downloaded hubpack_derive v0.1.1
9752026-06-15T03:28:56.021Z Downloaded chacha20 v0.9.1
9762026-06-15T03:28:56.021Z Downloaded potential_utf v0.1.5
9772026-06-15T03:28:56.021Z Downloaded proc-macro-crate v3.5.0
9782026-06-15T03:28:56.024Z Downloaded plain v0.2.3
9792026-06-15T03:28:56.024Z Downloaded num_threads v0.1.7
9802026-06-15T03:28:56.028Z Downloaded proc-macro-error-attr v1.0.4
9812026-06-15T03:28:56.028Z Downloaded pretty-hex v0.4.2
9822026-06-15T03:28:56.028Z Downloaded num_enum_derive v0.5.11
9832026-06-15T03:28:56.028Z Downloaded mime v0.3.17
9842026-06-15T03:28:56.031Z Downloaded idna_adapter v1.2.2
9852026-06-15T03:28:56.031Z Downloaded proc-macro-crate v1.3.1
9862026-06-15T03:28:56.031Z Downloaded progenitor-macro v0.14.0
9872026-06-15T03:28:56.034Z Downloaded progenitor-client v0.14.0
9882026-06-15T03:28:56.034Z Downloaded proc-macro-error-attr2 v2.0.0
9892026-06-15T03:28:56.034Z Downloaded powerfmt v0.2.0
9902026-06-15T03:28:56.037Z Downloaded rand_chacha v0.3.1
9912026-06-15T03:28:56.037Z Downloaded num v0.4.3
9922026-06-15T03:28:56.037Z Downloaded foreign-types-shared v0.3.1
9932026-06-15T03:28:56.041Z Downloaded progenitor-client v0.10.0
9942026-06-15T03:28:56.041Z Downloaded backon v1.6.0
9952026-06-15T03:28:56.045Z Downloaded backoff v0.4.0
9962026-06-15T03:28:56.045Z Downloaded dof v0.4.0
9972026-06-15T03:28:56.045Z Downloaded data-encoding v2.11.0
9982026-06-15T03:28:56.045Z Downloaded num-complex v0.4.6
9992026-06-15T03:28:56.050Z Downloaded chacha20poly1305 v0.10.1
10002026-06-15T03:28:56.050Z Downloaded foldhash v0.2.0
10012026-06-15T03:28:56.050Z Downloaded erased-serde v0.3.31
10022026-06-15T03:28:56.053Z Downloaded defmt-macros v1.1.0
10032026-06-15T03:28:56.054Z Downloaded num-rational v0.4.2
10042026-06-15T03:28:56.054Z Downloaded num_enum v0.5.11
10052026-06-15T03:28:56.059Z Downloaded quick-error v1.2.3
10062026-06-15T03:28:56.062Z Downloaded argon2 v0.5.3
10072026-06-15T03:28:56.062Z Downloaded progenitor-macro v0.10.0
10082026-06-15T03:28:56.062Z Downloaded password-hash v0.5.0
10092026-06-15T03:28:56.062Z Downloaded num_enum v0.7.6
10102026-06-15T03:28:56.065Z Downloaded multer v3.1.0
10112026-06-15T03:28:56.068Z Downloaded anyhow v1.0.102
10122026-06-15T03:28:56.071Z Downloaded pem v3.0.6
10132026-06-15T03:28:56.071Z Downloaded ref-cast-impl v1.0.25
10142026-06-15T03:28:56.072Z Downloaded rand_xorshift v0.4.0
10152026-06-15T03:28:56.076Z Downloaded bitflags v2.12.1
10162026-06-15T03:28:56.076Z Downloaded num_enum_derive v0.7.6
10172026-06-15T03:28:56.079Z Downloaded rustc_version v0.1.7
10182026-06-15T03:28:56.079Z Downloaded crossbeam-utils v0.8.21
10192026-06-15T03:28:56.079Z Downloaded litemap v0.8.2
10202026-06-15T03:28:56.083Z Downloaded darling v0.23.0
10212026-06-15T03:28:56.086Z Downloaded console v0.16.3
10222026-06-15T03:28:56.086Z Downloaded ref-cast v1.0.25
10232026-06-15T03:28:56.089Z Downloaded libsw-core v0.3.2
10242026-06-15T03:28:56.089Z Downloaded arrayvec v0.7.6
10252026-06-15T03:28:56.092Z Downloaded allocator-api2 v0.2.21
10262026-06-15T03:28:56.092Z Downloaded progenitor-macro v0.13.0
10272026-06-15T03:28:56.097Z Downloaded phf v0.12.1
10282026-06-15T03:28:56.097Z Downloaded oxnet v0.1.6
10292026-06-15T03:28:56.097Z Downloaded parse-display-derive v0.10.0
10302026-06-15T03:28:56.100Z Downloaded proc-macro-error2 v2.0.1
10312026-06-15T03:28:56.100Z Downloaded oxide-tokio-rt v0.1.6
10322026-06-15T03:28:56.100Z Downloaded secrecy v0.10.3
10332026-06-15T03:28:56.103Z Downloaded paste v1.0.15
10342026-06-15T03:28:56.103Z Downloaded progenitor-extras v0.2.0
10352026-06-15T03:28:56.106Z Downloaded scroll_derive v0.13.1
10362026-06-15T03:28:56.106Z Downloaded progenitor-client v0.13.0
10372026-06-15T03:28:56.106Z Downloaded progenitor v0.10.0
10382026-06-15T03:28:56.106Z Downloaded cookie v0.18.1
10392026-06-15T03:28:56.109Z Downloaded serde-big-array v0.5.1
10402026-06-15T03:28:56.110Z Downloaded scroll_derive v0.12.1
10412026-06-15T03:28:56.113Z Downloaded serde_repr v0.1.20
10422026-06-15T03:28:56.113Z Downloaded sha1 v0.10.6
10432026-06-15T03:28:56.113Z Downloaded same-file v1.0.6
10442026-06-15T03:28:56.113Z Downloaded sha1 v0.11.0
10452026-06-15T03:28:56.117Z Downloaded serial_test_derive v3.5.0
10462026-06-15T03:28:56.117Z Downloaded sigpipe v0.1.3
10472026-06-15T03:28:56.117Z Downloaded serial_test v3.5.0
10482026-06-15T03:28:56.156Z Downloaded progenitor v0.13.0
10492026-06-15T03:28:56.156Z Downloaded defmt v1.1.0
10502026-06-15T03:28:56.156Z Downloaded rand_core v0.10.1
10512026-06-15T03:28:56.156Z Downloaded parking_lot v0.11.2
10522026-06-15T03:28:56.156Z Downloaded darling_core v0.23.0
10532026-06-15T03:28:56.156Z Downloaded omicron-zone-package v0.12.2
10542026-06-15T03:28:56.156Z Downloaded smawk v0.3.2
10552026-06-15T03:28:56.156Z Downloaded slog-envlogger v2.2.0
10562026-06-15T03:28:56.157Z Downloaded slog-bunyan v2.5.0
10572026-06-15T03:28:56.157Z Downloaded ingot-types v0.1.2
10582026-06-15T03:28:56.157Z Downloaded dropshot_endpoint v0.17.1
10592026-06-15T03:28:56.157Z Downloaded hybrid-array v0.4.12
10602026-06-15T03:28:56.157Z Downloaded scroll v0.12.0
10612026-06-15T03:28:56.157Z Downloaded hmac v0.12.1
10622026-06-15T03:28:56.157Z Downloaded chacha20 v0.10.0
10632026-06-15T03:28:56.157Z Downloaded arc-swap v1.9.1
10642026-06-15T03:28:56.158Z Downloaded semver v0.1.20
10652026-06-15T03:28:56.158Z Downloaded proc-macro-error v1.0.4
10662026-06-15T03:28:56.158Z Downloaded poly1305 v0.8.0
10672026-06-15T03:28:56.158Z Downloaded diff v0.1.13
10682026-06-15T03:28:56.158Z Downloaded stable_deref_trait v1.2.1
10692026-06-15T03:28:56.158Z Downloaded siphasher v1.0.3
10702026-06-15T03:28:56.158Z Downloaded strum v0.26.3
10712026-06-15T03:28:56.158Z Downloaded progenitor v0.14.0
10722026-06-15T03:28:56.158Z Downloaded num-integer v0.1.46
10732026-06-15T03:28:56.161Z Downloaded rustls-native-certs v0.8.4
10742026-06-15T03:28:56.161Z Downloaded schemars_derive v0.8.22
10752026-06-15T03:28:56.161Z Downloaded rustls-pemfile v2.2.0
10762026-06-15T03:28:56.161Z Downloaded papergrid v0.11.0
10772026-06-15T03:28:56.161Z Downloaded derive_more v0.99.20
10782026-06-15T03:28:56.165Z Downloaded serde_derive_internals v0.29.1
10792026-06-15T03:28:56.165Z Downloaded strum v0.27.2
10802026-06-15T03:28:56.165Z Downloaded structmeta-derive v0.3.0
10812026-06-15T03:28:56.168Z Downloaded resolv-conf v0.7.6
10822026-06-15T03:28:56.168Z Downloaded half v2.7.1
10832026-06-15T03:28:56.171Z Downloaded structmeta v0.3.0
10842026-06-15T03:28:56.172Z Downloaded serde_tokenstream v0.2.3
10852026-06-15T03:28:56.172Z Downloaded tabled_derive v0.11.0
10862026-06-15T03:28:56.172Z Downloaded thread-id v4.2.2
10872026-06-15T03:28:56.175Z Downloaded termtree v0.5.1
10882026-06-15T03:28:56.175Z Downloaded rusty-fork v0.3.1
10892026-06-15T03:28:56.175Z Downloaded tagptr v0.2.0
10902026-06-15T03:28:56.175Z Downloaded pest_derive v2.8.6
10912026-06-15T03:28:56.178Z Downloaded drift v0.2.0
10922026-06-15T03:28:56.183Z Downloaded tabwriter v1.4.1
10932026-06-15T03:28:56.186Z Downloaded smf v0.2.3
10942026-06-15T03:28:56.186Z Downloaded serde_plain v1.0.2
10952026-06-15T03:28:56.186Z Downloaded rustversion v1.0.22
10962026-06-15T03:28:56.186Z Downloaded universal-hash v0.5.1
10972026-06-15T03:28:56.189Z Downloaded testing_table v0.3.0
10982026-06-15T03:28:56.189Z Downloaded scroll v0.13.0
10992026-06-15T03:28:56.189Z Downloaded typify-macro v0.6.2
11002026-06-15T03:28:56.189Z Downloaded thiserror-impl-no-std v2.0.2
11012026-06-15T03:28:56.189Z Downloaded take_mut v0.2.2
11022026-06-15T03:28:56.192Z Downloaded slog-term v2.9.2
11032026-06-15T03:28:56.192Z Downloaded slog-async v2.8.0
11042026-06-15T03:28:56.193Z Downloaded topological-sort v0.2.2
11052026-06-15T03:28:56.196Z Downloaded icu_collections v2.2.0
11062026-06-15T03:28:56.199Z Downloaded slog-stdlog v4.1.1
11072026-06-15T03:28:56.199Z Downloaded jiff-static v0.2.28
11082026-06-15T03:28:56.202Z Downloaded snafu-derive v0.8.9
11092026-06-15T03:28:56.202Z Downloaded unarray v0.1.4
11102026-06-15T03:28:56.202Z Downloaded rhai_codegen v3.2.0
11112026-06-15T03:28:56.205Z Downloaded postcard v1.1.3
11122026-06-15T03:28:56.208Z Downloaded colored v3.1.1
11132026-06-15T03:28:56.211Z Downloaded icu_provider v2.2.0
11142026-06-15T03:28:56.212Z Downloaded cancel-safe-futures v0.1.5
11152026-06-15T03:28:56.215Z Downloaded papergrid v0.18.0
11162026-06-15T03:28:56.218Z Downloaded thread-id v5.1.0
11172026-06-15T03:28:56.218Z Downloaded highway v1.3.0
11182026-06-15T03:28:56.218Z Downloaded untrusted v0.7.1
11192026-06-15T03:28:56.218Z Downloaded typify-macro v0.4.3
11202026-06-15T03:28:56.221Z Downloaded slog-scope v4.4.1
11212026-06-15T03:28:56.221Z Downloaded unit-prefix v0.5.2
11222026-06-15T03:28:56.221Z Downloaded serde_with_macros v3.20.0
11232026-06-15T03:28:56.224Z Downloaded progenitor-impl v0.10.0
11242026-06-15T03:28:56.224Z Downloaded hashbrown v0.12.3
11252026-06-15T03:28:56.228Z Downloaded slog-json v2.6.1
11262026-06-15T03:28:56.228Z Downloaded ingot v0.1.1
11272026-06-15T03:28:56.228Z Downloaded usdt v0.6.0
11282026-06-15T03:28:56.228Z Downloaded time-core v0.1.8
11292026-06-15T03:28:56.231Z Downloaded wait-timeout v0.2.1
11302026-06-15T03:28:56.231Z Downloaded icu_normalizer v2.2.0
11312026-06-15T03:28:56.234Z Downloaded strum_macros v0.27.2
11322026-06-15T03:28:56.234Z Downloaded parking_lot_core v0.8.6
11332026-06-15T03:28:56.237Z Downloaded blake2 v0.10.6
11342026-06-15T03:28:56.237Z Downloaded usdt-attr-macro v0.5.0
11352026-06-15T03:28:56.238Z Downloaded darling v0.21.3
11362026-06-15T03:28:56.242Z Downloaded usdt-macro v0.6.0
11372026-06-15T03:28:56.242Z Downloaded usdt-macro v0.5.0
11382026-06-15T03:28:56.242Z Downloaded usdt-attr-macro v0.6.0
11392026-06-15T03:28:56.242Z Downloaded crossbeam-epoch v0.9.18
11402026-06-15T03:28:56.242Z Downloaded cargo_toml v0.22.3
11412026-06-15T03:28:56.245Z Downloaded waitgroup v0.1.2
11422026-06-15T03:28:56.245Z Downloaded tokio-tungstenite v0.21.0
11432026-06-15T03:28:56.245Z Downloaded tabled_derive v0.7.0
11442026-06-15T03:28:56.245Z Downloaded smartstring v1.0.1
11452026-06-15T03:28:56.249Z Downloaded zerofrom-derive v0.1.7
11462026-06-15T03:28:56.249Z Downloaded compression-codecs v0.4.38
11472026-06-15T03:28:56.252Z Downloaded zerofrom v0.1.8
11482026-06-15T03:28:56.252Z Downloaded synstructure v0.13.2
11492026-06-15T03:28:56.252Z Downloaded yoke-derive v0.8.2
11502026-06-15T03:28:56.252Z Downloaded rustls-platform-verifier v0.7.0
11512026-06-15T03:28:56.256Z Downloaded tinystr v0.8.3
11522026-06-15T03:28:56.256Z Downloaded progenitor-impl v0.14.0
11532026-06-15T03:28:56.259Z Downloaded daft v0.1.7
11542026-06-15T03:28:56.259Z Downloaded smallvec v1.15.1
11552026-06-15T03:28:56.262Z Downloaded spin v0.9.8
11562026-06-15T03:28:56.262Z Downloaded zone v0.3.1
11572026-06-15T03:28:56.262Z Downloaded tiny-keccak v2.0.2
11582026-06-15T03:28:56.265Z Downloaded time-macros v0.2.27
11592026-06-15T03:28:56.266Z Downloaded thiserror-no-std v2.0.2
11602026-06-15T03:28:56.269Z Downloaded prettyplease v0.2.37
11612026-06-15T03:28:56.269Z Downloaded zone_cfg_derive v0.3.1
11622026-06-15T03:28:56.269Z Downloaded zeroize_derive v1.4.3
11632026-06-15T03:28:56.272Z Downloaded pest_generator v2.8.6
11642026-06-15T03:28:56.273Z Downloaded openssl-sys v0.9.116
11652026-06-15T03:28:56.276Z Downloaded const_format v0.2.36
11662026-06-15T03:28:56.279Z Downloaded elliptic-curve v0.13.8
11672026-06-15T03:28:56.279Z Downloaded spin v0.5.2
11682026-06-15T03:28:56.282Z Downloaded crypto-bigint v0.5.5
11692026-06-15T03:28:56.285Z Downloaded strum_macros v0.26.4
11702026-06-15T03:28:56.285Z Downloaded utf-8 v0.7.6
11712026-06-15T03:28:56.285Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11722026-06-15T03:28:56.288Z Downloaded tokio-dtrace v0.1.1
11732026-06-15T03:28:56.288Z Downloaded icu_locale_core v2.2.0
11742026-06-15T03:28:56.291Z Downloaded vsss-rs v3.3.4
11752026-06-15T03:28:56.291Z Downloaded slog-dtrace v0.3.0
11762026-06-15T03:28:56.296Z Downloaded progenitor-impl v0.13.0
11772026-06-15T03:28:56.296Z Downloaded zeroize v1.8.2
11782026-06-15T03:28:56.296Z Downloaded xz2 v0.1.7
11792026-06-15T03:28:56.299Z Downloaded slog v2.8.2
11802026-06-15T03:28:56.299Z Downloaded indicatif v0.18.4
11812026-06-15T03:28:56.302Z Downloaded usdt v0.5.0
11822026-06-15T03:28:56.303Z Downloaded rayon-core v1.13.0
11832026-06-15T03:28:56.303Z Downloaded serde_yaml v0.9.34+deprecated
11842026-06-15T03:28:56.306Z Downloaded pest_meta v2.8.6
11852026-06-15T03:28:56.306Z Downloaded usdt-impl v0.6.0
11862026-06-15T03:28:56.310Z Downloaded icu_properties v2.2.0
11872026-06-15T03:28:56.310Z Downloaded whoami v1.6.1
11882026-06-15T03:28:56.310Z Downloaded memchr v2.8.1
11892026-06-15T03:28:56.313Z Downloaded zerovec-derive v0.11.3
11902026-06-15T03:28:56.313Z Downloaded rand v0.8.6
11912026-06-15T03:28:56.317Z Downloaded walkdir v2.5.0
11922026-06-15T03:28:56.317Z Downloaded cc v1.2.63
11932026-06-15T03:28:56.320Z Downloaded thin-vec v0.2.18
11942026-06-15T03:28:56.320Z Downloaded term v1.2.1
11952026-06-15T03:28:56.325Z Downloaded zerocopy-derive v0.7.35
11962026-06-15T03:28:56.330Z Downloaded test-strategy v0.4.5
11972026-06-15T03:28:56.333Z Downloaded toml v0.9.12+spec-1.1.0
11982026-06-15T03:28:56.337Z Downloaded nom v8.0.0
11992026-06-15T03:28:56.340Z Downloaded hickory-resolver v0.24.4
12002026-06-15T03:28:56.343Z Downloaded tungstenite v0.21.0
12012026-06-15T03:28:56.343Z Downloaded toml v0.7.8
12022026-06-15T03:28:56.347Z Downloaded rand v0.10.1
12032026-06-15T03:28:56.347Z Downloaded typify v0.4.3
12042026-06-15T03:28:56.351Z Downloaded minimal-lexical v0.2.1
12052026-06-15T03:28:56.360Z Downloaded usdt-impl v0.5.0
12062026-06-15T03:28:56.363Z Downloaded ucd-trie v0.1.7
12072026-06-15T03:28:56.366Z Downloaded writeable v0.6.3
12082026-06-15T03:28:56.366Z Downloaded yoke v0.8.3
12092026-06-15T03:28:56.366Z Downloaded konst v0.2.20
12102026-06-15T03:28:56.369Z Downloaded toml_edit v0.25.12+spec-1.1.0
12112026-06-15T03:28:56.372Z Downloaded schemars v0.8.22
12122026-06-15T03:28:56.377Z Downloaded uuid v1.23.2
12132026-06-15T03:28:56.380Z Downloaded similar v2.7.0
12142026-06-15T03:28:56.383Z Downloaded unsafe-libyaml v0.2.11
12152026-06-15T03:28:56.383Z Downloaded hashbrown v0.16.1
12162026-06-15T03:28:56.386Z Downloaded hickory-resolver v0.25.2
12172026-06-15T03:28:56.390Z Downloaded pretty_assertions v1.4.1
12182026-06-15T03:28:56.390Z Downloaded steno v0.4.1
12192026-06-15T03:28:56.393Z Downloaded qorb v0.4.1
12202026-06-15T03:28:56.396Z Downloaded typify v0.6.2
12212026-06-15T03:28:56.399Z Downloaded dropshot-api-manager v0.7.2
12222026-06-15T03:28:56.402Z Downloaded snafu v0.8.9
12232026-06-15T03:28:56.405Z Downloaded yansi v1.0.1
12242026-06-15T03:28:56.411Z Downloaded schemars v1.2.1
12252026-06-15T03:28:56.420Z Downloaded nom v7.1.3
12262026-06-15T03:28:56.423Z Downloaded typed-path v0.9.3
12272026-06-15T03:28:56.426Z Downloaded icu_properties_data v2.2.0
12282026-06-15T03:28:56.431Z Downloaded expectorate v1.2.0
12292026-06-15T03:28:56.434Z Downloaded aws-lc-rs v1.17.0
12302026-06-15T03:28:56.438Z Downloaded schemars v0.9.0
12312026-06-15T03:28:56.445Z Downloaded http v1.4.1
12322026-06-15T03:28:56.448Z Downloaded regex v1.12.3
12332026-06-15T03:28:56.456Z Downloaded zerocopy-derive v0.8.50
12342026-06-15T03:28:56.461Z Downloaded zerotrie v0.2.4
12352026-06-15T03:28:56.464Z Downloaded pest v2.8.6
12362026-06-15T03:28:56.470Z Downloaded zerovec v0.11.6
12372026-06-15T03:28:56.481Z Downloaded tough v0.22.0
12382026-06-15T03:28:56.483Z Downloaded toml_edit v0.19.15
12392026-06-15T03:28:56.491Z Downloaded rayon v1.12.0
12402026-06-15T03:28:56.496Z Downloaded hkdf v0.12.4
12412026-06-15T03:28:56.499Z Downloaded itertools v0.12.1
12422026-06-15T03:28:56.502Z Downloaded libm v0.2.16
12432026-06-15T03:28:56.507Z Downloaded zerocopy v0.7.35
12442026-06-15T03:28:56.516Z Downloaded winnow v0.5.40
12452026-06-15T03:28:56.521Z Downloaded reqwest v0.13.4
12462026-06-15T03:28:56.524Z Downloaded serde_with v3.20.0
12472026-06-15T03:28:56.531Z Downloaded iddqd v0.4.2
12482026-06-15T03:28:56.536Z Downloaded blake3 v1.8.5
12492026-06-15T03:28:56.543Z Downloaded time v0.3.47
12502026-06-15T03:28:56.551Z Downloaded goblin v0.8.2
12512026-06-15T03:28:56.554Z Downloaded syn v1.0.109
12522026-06-15T03:28:56.567Z Downloaded tabled v0.21.0
12532026-06-15T03:28:56.577Z Downloaded moka v0.12.15
12542026-06-15T03:28:56.590Z Downloaded dropshot v0.17.1
12552026-06-15T03:28:56.601Z Downloaded zerocopy v0.8.50
12562026-06-15T03:28:56.612Z Downloaded smoltcp v0.11.0
12572026-06-15T03:28:56.619Z Downloaded regress v0.11.1
12582026-06-15T03:28:56.623Z Downloaded regress v0.10.5
12592026-06-15T03:28:56.628Z Downloaded proptest v1.11.0
12602026-06-15T03:28:56.633Z Downloaded tabled v0.15.0
12612026-06-15T03:28:56.655Z Downloaded sled v0.34.7
12622026-06-15T03:28:56.661Z Downloaded goblin v0.10.7
12632026-06-15T03:28:56.673Z Downloaded openssl v0.10.80
12642026-06-15T03:28:56.684Z Downloaded nix v0.31.3
12652026-06-15T03:28:56.691Z Downloaded chrono-tz v0.10.4
12662026-06-15T03:28:56.702Z Downloaded hickory-proto v0.24.4
12672026-06-15T03:28:56.712Z Downloaded csv v1.4.0
12682026-06-15T03:28:56.723Z Downloaded regex-syntax v0.8.10
12692026-06-15T03:28:56.727Z Downloaded rhai v1.25.1
12702026-06-15T03:28:56.734Z Downloaded openapiv3 v2.2.0
12712026-06-15T03:28:56.740Z Downloaded hickory-proto v0.25.2
12722026-06-15T03:28:56.782Z Downloaded typify-impl v0.6.2
12732026-06-15T03:28:56.791Z Downloaded typify-impl v0.4.3
12742026-06-15T03:28:56.843Z Downloaded petgraph v0.6.5
12752026-06-15T03:28:56.869Z Downloaded jiff v0.2.28
12762026-06-15T03:28:56.879Z Downloaded lzma-sys v0.1.20
12772026-06-15T03:28:56.895Z Downloaded sha3 v0.10.9
12782026-06-15T03:28:56.920Z Downloaded encoding_rs v0.8.35
12792026-06-15T03:28:57.268Z Downloaded aws-lc-sys v0.41.0
12802026-06-15T03:28:58.203Z Compiling proc-macro2 v1.0.106
12812026-06-15T03:28:58.204Z Compiling quote v1.0.45
12822026-06-15T03:28:58.204Z Compiling unicode-ident v1.0.24
12832026-06-15T03:28:58.204Z Compiling serde_core v1.0.228
12842026-06-15T03:28:58.207Z Compiling cfg-if v1.0.4
12852026-06-15T03:28:58.207Z Compiling serde v1.0.228
12862026-06-15T03:28:58.207Z Compiling libc v0.2.186
12872026-06-15T03:28:58.207Z Compiling memchr v2.8.1
12882026-06-15T03:28:58.354Z Compiling itoa v1.0.18
12892026-06-15T03:28:58.532Z Compiling zmij v1.0.21
12902026-06-15T03:28:58.629Z Compiling autocfg v1.5.1
12912026-06-15T03:28:58.686Z Compiling libm v0.2.16
12922026-06-15T03:28:59.022Z Compiling stable_deref_trait v1.2.1
12932026-06-15T03:28:59.034Z Compiling litemap v0.8.2
12942026-06-15T03:28:59.093Z Compiling writeable v0.6.3
12952026-06-15T03:28:59.210Z Compiling icu_normalizer_data v2.2.0
12962026-06-15T03:28:59.222Z Compiling utf8_iter v1.0.4
12972026-06-15T03:28:59.225Z Compiling icu_properties_data v2.2.0
12982026-06-15T03:28:59.273Z Compiling percent-encoding v2.3.2
12992026-06-15T03:28:59.294Z Compiling version_check v0.9.5
13002026-06-15T03:28:59.523Z Compiling iana-time-zone v0.1.65
13012026-06-15T03:28:59.603Z Compiling syn v2.0.117
13022026-06-15T03:28:59.631Z Compiling form_urlencoded v1.2.2
13032026-06-15T03:28:59.694Z Compiling serde_json v1.0.150
13042026-06-15T03:28:59.723Z Compiling equivalent v1.0.2
13052026-06-15T03:28:59.745Z Compiling pin-project-lite v0.2.17
13062026-06-15T03:28:59.769Z Compiling dyn-clone v1.0.20
13072026-06-15T03:28:59.804Z Compiling num-traits v0.2.19
13082026-06-15T03:28:59.816Z Compiling scopeguard v1.2.0
13092026-06-15T03:28:59.838Z Compiling parking_lot_core v0.9.12
13102026-06-15T03:28:59.909Z Compiling lock_api v0.4.14
13112026-06-15T03:28:59.921Z Compiling thiserror v2.0.18
13122026-06-15T03:28:59.957Z Compiling rand_core v0.10.1
13132026-06-15T03:29:00.118Z Compiling getrandom v0.4.2
13142026-06-15T03:29:00.142Z Compiling errno v0.3.14
13152026-06-15T03:29:00.152Z Compiling log v0.4.32
13162026-06-15T03:29:00.292Z Compiling hashbrown v0.17.1
13172026-06-15T03:29:00.328Z Compiling heck v0.5.0
13182026-06-15T03:29:00.345Z Compiling futures-core v0.3.32
13192026-06-15T03:29:00.494Z Compiling zerocopy v0.8.50
13202026-06-15T03:29:00.586Z Compiling semver v1.0.28
13212026-06-15T03:29:00.713Z Compiling uuid v1.23.2
13222026-06-15T03:29:00.839Z Compiling indexmap v2.14.0
13232026-06-15T03:29:00.861Z Compiling schemars v0.8.22
13242026-06-15T03:29:00.943Z Compiling futures-sink v0.3.32
13252026-06-15T03:29:00.946Z Compiling rustversion v1.0.22
13262026-06-15T03:29:01.058Z Compiling fnv v1.0.7
13272026-06-15T03:29:01.142Z Compiling slab v0.4.12
13282026-06-15T03:29:01.152Z Compiling jobserver v0.1.34
13292026-06-15T03:29:01.163Z Compiling shlex v2.0.1
13302026-06-15T03:29:01.320Z Compiling find-msvc-tools v0.1.9
13312026-06-15T03:29:01.348Z Compiling futures-channel v0.3.32
13322026-06-15T03:29:01.475Z Compiling cc v1.2.63
13332026-06-15T03:29:01.510Z Compiling bitflags v2.12.1
13342026-06-15T03:29:01.546Z Compiling socket2 v0.6.4
13352026-06-15T03:29:01.566Z Compiling futures-task v0.3.32
13362026-06-15T03:29:01.711Z Compiling futures-io v0.3.32
13372026-06-15T03:29:01.738Z Compiling portable-atomic v1.13.1
13382026-06-15T03:29:01.752Z Compiling signal-hook-registry v1.4.8
13392026-06-15T03:29:01.775Z Compiling mio v1.2.1
13402026-06-15T03:29:01.866Z Compiling critical-section v1.2.0
13412026-06-15T03:29:01.933Z Compiling dunce v1.0.5
13422026-06-15T03:29:01.973Z Compiling fs_extra v1.3.0
13432026-06-15T03:29:01.986Z Compiling typenum v1.20.1
13442026-06-15T03:29:02.022Z Compiling base64 v0.22.1
13452026-06-15T03:29:02.038Z Compiling strsim v0.11.1
13462026-06-15T03:29:02.224Z Compiling cmake v0.1.58
13472026-06-15T03:29:02.291Z Compiling rustix v1.1.4
13482026-06-15T03:29:02.350Z Compiling byteorder v1.5.0
13492026-06-15T03:29:02.434Z Compiling subtle v2.6.1
13502026-06-15T03:29:02.557Z Compiling synstructure v0.13.2
13512026-06-15T03:29:02.573Z Compiling serde_derive_internals v0.29.1
13522026-06-15T03:29:02.599Z Compiling regex-syntax v0.8.10
13532026-06-15T03:29:02.650Z Compiling once_cell v1.21.4
13542026-06-15T03:29:02.741Z Compiling aws-lc-sys v0.41.0
13552026-06-15T03:29:02.760Z Compiling thiserror v1.0.69
13562026-06-15T03:29:02.858Z Compiling atomic-waker v1.1.2
13572026-06-15T03:29:02.917Z Compiling httparse v1.10.1
13582026-06-15T03:29:02.980Z Compiling ipnet v2.12.0
13592026-06-15T03:29:03.045Z Compiling tower-service v0.3.3
13602026-06-15T03:29:03.135Z Compiling ucd-trie v0.1.7
13612026-06-15T03:29:03.250Z Compiling tower-layer v0.3.3
13622026-06-15T03:29:03.296Z Compiling getrandom v0.3.4
13632026-06-15T03:29:03.407Z Compiling pest v2.8.6
13642026-06-15T03:29:03.437Z Compiling untrusted v0.9.0
13652026-06-15T03:29:03.507Z Compiling ryu v1.0.23
13662026-06-15T03:29:03.556Z Compiling try-lock v0.2.5
13672026-06-15T03:29:03.621Z Compiling getrandom v0.2.17
13682026-06-15T03:29:03.655Z Compiling want v0.3.1
13692026-06-15T03:29:03.666Z Compiling httpdate v1.0.3
13702026-06-15T03:29:03.677Z Compiling serde_derive v1.0.228
13712026-06-15T03:29:03.688Z Compiling zerofrom-derive v0.1.7
13722026-06-15T03:29:03.798Z Compiling yoke-derive v0.8.2
13732026-06-15T03:29:03.817Z Compiling zerovec-derive v0.11.3
13742026-06-15T03:29:03.941Z Compiling displaydoc v0.2.6
13752026-06-15T03:29:04.732Z Compiling schemars_derive v0.8.22
13762026-06-15T03:29:04.757Z Compiling thiserror-impl v2.0.18
13772026-06-15T03:29:04.914Z Compiling tokio-macros v2.7.0
13782026-06-15T03:29:04.926Z Compiling zerocopy-derive v0.8.50
13792026-06-15T03:29:04.929Z Compiling zerofrom v0.1.8
13802026-06-15T03:29:05.051Z Compiling yoke v0.8.3
13812026-06-15T03:29:05.232Z Compiling zerovec v0.11.6
13822026-06-15T03:29:05.319Z Compiling zerotrie v0.2.4
13832026-06-15T03:29:05.611Z Compiling zeroize_derive v1.4.3
13842026-06-15T03:29:05.664Z Compiling futures-macro v0.3.32
13852026-06-15T03:29:05.743Z Compiling tinystr v0.8.3
13862026-06-15T03:29:05.928Z Compiling icu_locale_core v2.2.0
13872026-06-15T03:29:05.941Z Compiling potential_utf v0.1.5
13882026-06-15T03:29:06.077Z Compiling icu_collections v2.2.0
13892026-06-15T03:29:06.101Z Compiling thiserror-impl v1.0.69
13902026-06-15T03:29:06.292Z Compiling zeroize v1.8.2
13912026-06-15T03:29:06.488Z Compiling pest_meta v2.8.6
13922026-06-15T03:29:06.506Z Compiling futures-util v0.3.32
13932026-06-15T03:29:06.595Z Compiling rand_core v0.6.4
13942026-06-15T03:29:06.818Z Compiling bytes v1.11.1
13952026-06-15T03:29:06.902Z Compiling smallvec v1.15.1
13962026-06-15T03:29:06.993Z Compiling icu_provider v2.2.0
13972026-06-15T03:29:07.132Z Compiling chrono v0.4.45
13982026-06-15T03:29:07.251Z Compiling icu_properties v2.2.0
13992026-06-15T03:29:07.308Z Compiling icu_normalizer v2.2.0
14002026-06-15T03:29:07.744Z Compiling parking_lot v0.12.5
14012026-06-15T03:29:07.760Z Compiling http v1.4.1
14022026-06-15T03:29:07.887Z Compiling serde_tokenstream v0.2.3
14032026-06-15T03:29:08.142Z Compiling idna_adapter v1.2.2
14042026-06-15T03:29:08.169Z Compiling tokio v1.52.3
14052026-06-15T03:29:08.286Z Compiling idna v1.1.0
14062026-06-15T03:29:08.425Z Compiling erased-serde v0.3.31
14072026-06-15T03:29:08.629Z Compiling url v2.5.8
14082026-06-15T03:29:08.719Z Compiling http-body v1.0.1
14092026-06-15T03:29:08.887Z Compiling pest_generator v2.8.6
14102026-06-15T03:29:08.906Z Compiling pretty-hex v0.4.2
14112026-06-15T03:29:08.960Z Compiling plain v0.2.3
14122026-06-15T03:29:09.037Z Compiling slog v2.8.2
14132026-06-15T03:29:09.067Z Compiling allocator-api2 v0.2.21
14142026-06-15T03:29:09.080Z Compiling ppv-lite86 v0.2.21
14152026-06-15T03:29:09.272Z Compiling foldhash v0.2.0
14162026-06-15T03:29:09.387Z Compiling tracing-attributes v0.1.31
14172026-06-15T03:29:09.411Z Compiling hashbrown v0.16.1
14182026-06-15T03:29:09.502Z Compiling tracing-core v0.1.36
14192026-06-15T03:29:09.513Z Compiling pest_derive v2.8.6
14202026-06-15T03:29:09.571Z Compiling paste v1.0.15
14212026-06-15T03:29:09.995Z Compiling http-body-util v0.1.3
14222026-06-15T03:29:10.077Z Compiling ipnetwork v0.21.1
14232026-06-15T03:29:10.110Z Compiling serde_urlencoded v0.7.1
14242026-06-15T03:29:10.233Z Compiling aho-corasick v1.1.4
14252026-06-15T03:29:10.337Z Compiling oxnet v0.1.6
14262026-06-15T03:29:10.358Z Compiling winnow v1.0.3
14272026-06-15T03:29:10.521Z Compiling omicron-workspace-hack v0.1.0
14282026-06-15T03:29:10.626Z Compiling tracing v0.1.44
14292026-06-15T03:29:10.741Z Compiling ident_case v1.0.1
14302026-06-15T03:29:10.853Z Compiling sync_wrapper v1.0.2
14312026-06-15T03:29:10.925Z Compiling anyhow v1.0.102
14322026-06-15T03:29:10.951Z Compiling num-conv v0.2.2
14332026-06-15T03:29:11.099Z Compiling regex-automata v0.4.14
14342026-06-15T03:29:11.253Z Compiling powerfmt v0.2.0
14352026-06-15T03:29:11.266Z Compiling time-core v0.1.8
14362026-06-15T03:29:11.406Z Compiling time-macros v0.2.27
14372026-06-15T03:29:11.444Z Compiling deranged v0.5.8
14382026-06-15T03:29:11.624Z Compiling scroll_derive v0.13.1
14392026-06-15T03:29:11.653Z Compiling daft-derive v0.1.7
14402026-06-15T03:29:12.392Z Compiling fastrand v2.4.1
14412026-06-15T03:29:12.404Z Compiling num_threads v0.1.7
14422026-06-15T03:29:12.414Z Compiling tokio-util v0.7.18
14432026-06-15T03:29:12.464Z Compiling scroll v0.13.0
14442026-06-15T03:29:12.658Z Compiling async-trait v0.1.89
14452026-06-15T03:29:12.874Z Compiling regex v1.12.3
14462026-06-15T03:29:12.963Z Compiling aws-lc-rs v1.17.0
14472026-06-15T03:29:13.275Z Compiling goblin v0.10.7
14482026-06-15T03:29:13.313Z Compiling rustls-pki-types v1.14.1
14492026-06-15T03:29:13.333Z Compiling openssl-probe v0.2.1
14502026-06-15T03:29:13.629Z Compiling untrusted v0.7.1
14512026-06-15T03:29:13.750Z Compiling hex v0.4.3
14522026-06-15T03:29:13.800Z Compiling crossbeam-utils v0.8.21
14532026-06-15T03:29:13.806Z Compiling usdt-impl v0.6.0
14542026-06-15T03:29:14.038Z Compiling dtrace-parser v0.3.0
14552026-06-15T03:29:14.091Z Compiling camino v1.2.2
14562026-06-15T03:29:14.142Z Compiling rustls v0.23.40
14572026-06-15T03:29:14.365Z Compiling h2 v0.4.14
14582026-06-15T03:29:14.492Z Compiling futures-executor v0.3.32
14592026-06-15T03:29:14.688Z Compiling thread-id v5.1.0
14602026-06-15T03:29:14.754Z Compiling thread_local v1.1.9
14612026-06-15T03:29:14.794Z Compiling crc32fast v1.5.0
14622026-06-15T03:29:15.021Z Compiling rand_core v0.9.5
14632026-06-15T03:29:15.057Z Compiling match_cfg v0.1.0
14642026-06-15T03:29:15.125Z Compiling slog-async v2.8.0
14652026-06-15T03:29:15.323Z Compiling futures v0.3.32
14662026-06-15T03:29:15.342Z Compiling structmeta-derive v0.3.0
14672026-06-15T03:29:15.379Z Compiling cpufeatures v0.3.0
14682026-06-15T03:29:15.396Z Compiling take_mut v0.2.2
14692026-06-15T03:29:15.447Z Compiling term v1.2.1
14702026-06-15T03:29:15.466Z Compiling adler2 v2.0.1
14712026-06-15T03:29:15.496Z Compiling simd-adler32 v0.3.9
14722026-06-15T03:29:15.593Z Compiling rand_chacha v0.9.0
14732026-06-15T03:29:15.695Z Compiling miniz_oxide v0.8.9
14742026-06-15T03:29:16.025Z Compiling darling_core v0.23.0
14752026-06-15T03:29:16.135Z Compiling dof v0.4.0
14762026-06-15T03:29:16.356Z Compiling newtype-uuid-macros v0.1.0
14772026-06-15T03:29:16.395Z Compiling structmeta v0.3.0
14782026-06-15T03:29:16.595Z Compiling hyper v1.10.1
14792026-06-15T03:29:16.649Z Compiling hybrid-array v0.4.12
14802026-06-15T03:29:17.384Z Compiling flate2 v1.1.9
14812026-06-15T03:29:17.441Z Compiling rand v0.9.4
14822026-06-15T03:29:17.481Z Compiling newtype-uuid v1.3.2
14832026-06-15T03:29:17.800Z Compiling hyper-util v0.1.20
14842026-06-15T03:29:17.819Z Compiling ref-cast v1.0.25
14852026-06-15T03:29:17.821Z Compiling compression-core v0.4.32
14862026-06-15T03:29:17.983Z Compiling quick-error v1.2.3
14872026-06-15T03:29:18.034Z Compiling syn v1.0.109
14882026-06-15T03:29:18.088Z Compiling compression-codecs v0.4.38
14892026-06-15T03:29:18.108Z Compiling darling_macro v0.23.0
14902026-06-15T03:29:18.184Z Compiling daft v0.1.7
14912026-06-15T03:29:18.319Z Compiling usdt-attr-macro v0.6.0
14922026-06-15T03:29:18.338Z Compiling usdt-macro v0.6.0
14932026-06-15T03:29:18.341Z Compiling block-buffer v0.12.0
14942026-06-15T03:29:18.400Z Compiling crypto-common v0.2.2
14952026-06-15T03:29:18.497Z Compiling ref-cast-impl v1.0.25
14962026-06-15T03:29:18.700Z Compiling darling v0.23.0
14972026-06-15T03:29:18.778Z Compiling strum_macros v0.26.4
14982026-06-15T03:29:19.165Z Compiling serde_spanned v1.1.1
14992026-06-15T03:29:19.319Z Compiling multer v3.1.0
15002026-06-15T03:29:19.525Z Compiling toml_writer v1.1.1+spec-1.1.0
15012026-06-15T03:29:19.529Z Compiling bit-vec v0.8.0
15022026-06-15T03:29:19.546Z Compiling const-oid v0.10.2
15032026-06-15T03:29:19.556Z Compiling debug-ignore v1.0.5
15042026-06-15T03:29:19.696Z Compiling digest v0.11.3
15052026-06-15T03:29:19.732Z Compiling bit-set v0.8.0
15062026-06-15T03:29:19.761Z Compiling serde_with_macros v3.20.0
15072026-06-15T03:29:19.861Z Compiling time v0.3.47
15082026-06-15T03:29:19.888Z Compiling tower v0.5.3
15092026-06-15T03:29:20.020Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15102026-06-15T03:29:20.266Z Compiling async-stream-impl v0.3.6
15112026-06-15T03:29:20.367Z Compiling dropshot v0.17.1
15122026-06-15T03:29:20.479Z Compiling strum v0.26.3
15132026-06-15T03:29:20.600Z Compiling encoding_rs v0.8.35
15142026-06-15T03:29:20.603Z Compiling mime v0.3.17
15152026-06-15T03:29:20.876Z Compiling spin v0.9.8
15162026-06-15T03:29:20.901Z Compiling unarray v0.1.4
15172026-06-15T03:29:20.912Z Compiling async-stream v0.3.6
15182026-06-15T03:29:21.006Z Compiling tower-http v0.6.11
15192026-06-15T03:29:21.080Z Compiling sha1 v0.11.0
15202026-06-15T03:29:21.416Z Compiling derive-ex v0.1.8
15212026-06-15T03:29:21.521Z Compiling crossbeam-channel v0.5.15
15222026-06-15T03:29:22.123Z Compiling dropshot_endpoint v0.17.1
15232026-06-15T03:29:22.260Z Compiling macaddr v1.0.1
15242026-06-15T03:29:22.488Z Compiling openapiv3 v2.2.0
15252026-06-15T03:29:22.504Z Compiling waitgroup v0.1.2
15262026-06-15T03:29:22.515Z Compiling serde_path_to_error v0.1.20
15272026-06-15T03:29:22.640Z Compiling generic-array v0.14.7
15282026-06-15T03:29:22.864Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15292026-06-15T03:29:22.927Z Compiling rustls-native-certs v0.8.4
15302026-06-15T03:29:23.012Z Compiling test-strategy v0.4.5
15312026-06-15T03:29:23.041Z Compiling tempfile v3.27.0
15322026-06-15T03:29:23.148Z Compiling strum_macros v0.27.2
15332026-06-15T03:29:23.270Z Compiling instant v0.1.13
15342026-06-15T03:29:23.874Z Compiling is-terminal v0.4.17
15352026-06-15T03:29:24.005Z Compiling slog-term v2.9.2
15362026-06-15T03:29:24.481Z Compiling slog-json v2.6.1
15372026-06-15T03:29:24.611Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15382026-06-15T03:29:24.685Z Compiling hostname v0.3.1
15392026-06-15T03:29:24.685Z Compiling memmap2 v0.9.10
15402026-06-15T03:29:24.823Z Compiling either v1.16.0
15412026-06-15T03:29:24.837Z Compiling usdt v0.6.0
15422026-06-15T03:29:24.913Z Compiling slog-bunyan v2.5.0
15432026-06-15T03:29:25.022Z Compiling parse-display-derive v0.10.0
15442026-06-15T03:29:25.034Z Compiling backon v1.6.0
15452026-06-15T03:29:25.044Z Compiling rand_chacha v0.3.1
15462026-06-15T03:29:25.048Z Compiling strum v0.27.2
15472026-06-15T03:29:25.118Z Compiling toml_parser v1.1.2+spec-1.1.0
15482026-06-15T03:29:25.180Z Compiling regress v0.10.5
15492026-06-15T03:29:25.180Z Compiling toml_datetime v1.1.1+spec-1.1.0
15502026-06-15T03:29:25.227Z Compiling wait-timeout v0.2.1
15512026-06-15T03:29:25.242Z Compiling rand v0.8.6
15522026-06-15T03:29:25.475Z Compiling rusty-fork v0.3.1
15532026-06-15T03:29:25.510Z Compiling toml v1.1.2+spec-1.1.0
15542026-06-15T03:29:25.530Z Compiling crypto-common v0.1.7
15552026-06-15T03:29:25.825Z Compiling serde_with v3.20.0
15562026-06-15T03:29:25.828Z Compiling async-compression v0.4.42
15572026-06-15T03:29:25.892Z Compiling rand_xorshift v0.4.0
15582026-06-15T03:29:25.962Z Compiling rustls-pemfile v2.2.0
15592026-06-15T03:29:26.035Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15602026-06-15T03:29:26.136Z Compiling hostname v0.4.2
15612026-06-15T03:29:26.157Z Compiling humantime v2.3.0
15622026-06-15T03:29:26.272Z Compiling proptest v1.11.0
15632026-06-15T03:29:26.522Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15642026-06-15T03:29:26.941Z Compiling utf8parse v0.2.2
15652026-06-15T03:29:27.046Z Compiling anstyle-parse v1.0.0
15662026-06-15T03:29:27.058Z Compiling itertools v0.14.0
15672026-06-15T03:29:27.107Z Compiling iddqd v0.4.2
15682026-06-15T03:29:27.845Z Compiling is_terminal_polyfill v1.70.2
15692026-06-15T03:29:27.897Z Compiling anstyle-query v1.1.5
15702026-06-15T03:29:27.934Z Compiling anstyle v1.0.14
15712026-06-15T03:29:28.002Z Compiling colorchoice v1.0.5
15722026-06-15T03:29:28.122Z Compiling anstream v1.0.0
15732026-06-15T03:29:28.167Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15742026-06-15T03:29:28.318Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15752026-06-15T03:29:28.407Z Compiling reqwest v0.12.28
15762026-06-15T03:29:28.419Z Compiling clap_lex v1.1.0
15772026-06-15T03:29:28.442Z Compiling parse-display v0.10.0
15782026-06-15T03:29:28.661Z Compiling backoff v0.4.0
15792026-06-15T03:29:28.777Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15802026-06-15T03:29:28.931Z Compiling block-buffer v0.10.4
15812026-06-15T03:29:29.066Z Compiling clap_derive v4.6.1
15822026-06-15T03:29:29.087Z Compiling digest v0.10.7
15832026-06-15T03:29:29.242Z Compiling terminal_size v0.4.4
15842026-06-15T03:29:29.616Z Compiling progenitor-client v0.10.0
15852026-06-15T03:29:29.895Z Compiling unicode-width v0.2.2
15862026-06-15T03:29:30.179Z Compiling clap_builder v4.6.0
15872026-06-15T03:29:30.390Z Compiling regress v0.11.1
15882026-06-15T03:29:31.851Z Compiling clap v4.6.1
15892026-06-15T03:29:31.928Z Compiling typify-impl v0.6.2
15902026-06-15T03:29:32.940Z Compiling toml_datetime v0.6.11
15912026-06-15T03:29:33.215Z Compiling zerocopy-derive v0.7.35
15922026-06-15T03:29:33.825Z Compiling convert_case v0.4.0
15932026-06-15T03:29:34.038Z Compiling cpufeatures v0.2.17
15942026-06-15T03:29:34.130Z Compiling zerocopy v0.7.35
15952026-06-15T03:29:34.141Z Compiling derive_more v0.99.20
15962026-06-15T03:29:34.522Z Compiling toml_edit v0.25.12+spec-1.1.0
15972026-06-15T03:29:35.073Z Compiling proc-macro-crate v3.5.0
15982026-06-15T03:29:35.426Z Compiling secrecy v0.10.3
15992026-06-15T03:29:35.494Z Compiling float-ord v0.3.2
16002026-06-15T03:29:35.577Z Compiling crucible-workspace-hack v0.1.0
16012026-06-15T03:29:35.589Z Compiling tinyvec_macros v0.1.1
16022026-06-15T03:29:35.629Z Compiling num_enum_derive v0.7.6
16032026-06-15T03:29:35.648Z Compiling tinyvec v1.11.0
16042026-06-15T03:29:36.261Z Compiling dtrace-parser v0.2.0
16052026-06-15T03:29:36.303Z Compiling scroll_derive v0.12.1
16062026-06-15T03:29:36.410Z Compiling rustc_version v0.4.1
16072026-06-15T03:29:36.569Z Compiling num-integer v0.1.46
16082026-06-15T03:29:36.669Z Compiling usdt-impl v0.5.0
16092026-06-15T03:29:36.680Z Compiling curve25519-dalek v4.1.3
16102026-06-15T03:29:36.889Z Compiling num_enum v0.7.6
16112026-06-15T03:29:37.030Z Compiling scroll v0.12.0
16122026-06-15T03:29:37.137Z Compiling dof v0.3.0
16132026-06-15T03:29:37.291Z Compiling hmac v0.12.1
16142026-06-15T03:29:37.423Z Compiling inout v0.1.4
16152026-06-15T03:29:37.440Z Compiling darling_core v0.21.3
16162026-06-15T03:29:37.482Z Compiling ff v0.13.1
16172026-06-15T03:29:37.485Z Compiling thread-id v4.2.2
16182026-06-15T03:29:37.559Z Compiling static_assertions v1.1.0
16192026-06-15T03:29:37.607Z Compiling group v0.13.0
16202026-06-15T03:29:37.627Z Compiling cipher v0.4.4
16212026-06-15T03:29:37.816Z Compiling hkdf v0.12.4
16222026-06-15T03:29:38.022Z Compiling goblin v0.8.2
16232026-06-15T03:29:38.230Z Compiling num-iter v0.1.45
16242026-06-15T03:29:38.261Z Compiling typify-macro v0.6.2
16252026-06-15T03:29:38.280Z Compiling num-rational v0.4.2
16262026-06-15T03:29:38.445Z Compiling universal-hash v0.5.1
16272026-06-15T03:29:38.551Z Compiling crypto-bigint v0.5.5
16282026-06-15T03:29:38.573Z Compiling hubpack_derive v0.1.1
16292026-06-15T03:29:38.929Z Compiling thiserror-impl-no-std v2.0.2
16302026-06-15T03:29:39.161Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16312026-06-15T03:29:39.557Z Compiling darling_macro v0.21.3
16322026-06-15T03:29:39.675Z Compiling crossbeam-epoch v0.9.18
16332026-06-15T03:29:39.994Z Compiling half v2.7.1
16342026-06-15T03:29:40.041Z Compiling curve25519-dalek-derive v0.1.1
16352026-06-15T03:29:40.091Z Compiling num-complex v0.4.6
16362026-06-15T03:29:40.366Z Compiling typify v0.6.2
16372026-06-15T03:29:40.410Z Compiling memoffset v0.9.1
16382026-06-15T03:29:40.451Z Compiling base64ct v1.8.3
16392026-06-15T03:29:40.469Z Compiling cfg_aliases v0.2.1
16402026-06-15T03:29:40.538Z Compiling opaque-debug v0.3.1
16412026-06-15T03:29:40.597Z Compiling heck v0.4.1
16422026-06-15T03:29:40.608Z Compiling unsafe-libyaml v0.2.11
16432026-06-15T03:29:40.650Z Compiling ciborium-io v0.2.2
16442026-06-15T03:29:40.725Z Compiling base16ct v0.2.0
16452026-06-15T03:29:40.746Z Compiling ciborium-ll v0.2.2
16462026-06-15T03:29:40.789Z Compiling password-hash v0.5.0
16472026-06-15T03:29:40.877Z Compiling elliptic-curve v0.13.8
16482026-06-15T03:29:41.048Z Compiling poly1305 v0.8.0
16492026-06-15T03:29:41.149Z Compiling serde_yaml v0.9.34+deprecated
16502026-06-15T03:29:41.224Z Compiling nix v0.31.3
16512026-06-15T03:29:41.456Z Compiling num v0.4.3
16522026-06-15T03:29:41.624Z Compiling darling v0.21.3
16532026-06-15T03:29:41.704Z Compiling thiserror-no-std v2.0.2
16542026-06-15T03:29:41.845Z Compiling hubpack v0.1.2
16552026-06-15T03:29:42.193Z Compiling chacha20 v0.9.1
16562026-06-15T03:29:42.388Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16572026-06-15T03:29:42.428Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16582026-06-15T03:29:42.828Z Compiling blake2 v0.10.6
16592026-06-15T03:29:42.990Z Compiling aead v0.5.2
16602026-06-15T03:29:43.068Z Compiling byte-wrapper v0.1.0
16612026-06-15T03:29:43.147Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16622026-06-15T03:29:43.280Z Compiling proc-macro-error-attr v1.0.4
16632026-06-15T03:29:43.510Z Compiling keccak v0.1.6
16642026-06-15T03:29:43.522Z Compiling heapless v0.8.0
16652026-06-15T03:29:43.600Z Compiling rustix v0.38.44
16662026-06-15T03:29:43.739Z Compiling prettyplease v0.2.37
16672026-06-15T03:29:44.039Z Compiling sha3 v0.10.9
16682026-06-15T03:29:44.337Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16692026-06-15T03:29:44.591Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16702026-06-15T03:29:44.675Z Compiling chacha20poly1305 v0.10.1
16712026-06-15T03:29:44.753Z Compiling argon2 v0.5.3
16722026-06-15T03:29:45.041Z Compiling vsss-rs v3.3.4
16732026-06-15T03:29:45.052Z Compiling ingot-macros v0.1.1
16742026-06-15T03:29:45.369Z Compiling ciborium v0.2.2
16752026-06-15T03:29:45.820Z Compiling usdt-macro v0.5.0
16762026-06-15T03:29:45.894Z Compiling usdt-attr-macro v0.5.0
16772026-06-15T03:29:46.995Z Compiling serde_spanned v0.6.9
16782026-06-15T03:29:47.140Z Compiling num-derive v0.4.2
16792026-06-15T03:29:47.161Z Compiling enum-as-inner v0.6.1
16802026-06-15T03:29:47.532Z Compiling hash32 v0.3.1
16812026-06-15T03:29:47.691Z Compiling rustls-webpki v0.103.13
16822026-06-15T03:29:47.761Z Compiling proc-macro-error v1.0.4
16832026-06-15T03:29:47.802Z Compiling memmap v0.7.0
16842026-06-15T03:29:47.805Z Compiling toml_write v0.1.2
16852026-06-15T03:29:47.973Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16862026-06-15T03:29:47.997Z Compiling indent_write v2.2.0
16872026-06-15T03:29:48.000Z Compiling data-encoding v2.11.0
16882026-06-15T03:29:48.020Z Compiling smoltcp v0.11.0
16892026-06-15T03:29:48.101Z Compiling winnow v0.5.40
16902026-06-15T03:29:48.139Z Compiling winnow v0.7.15
16912026-06-15T03:29:48.502Z Compiling usdt v0.5.0
16922026-06-15T03:29:48.719Z Compiling ingot-types v0.1.2
16932026-06-15T03:29:48.856Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-06-15T03:29:48.924Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16952026-06-15T03:29:49.183Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16962026-06-15T03:29:49.439Z Compiling toml_edit v0.19.15
16972026-06-15T03:29:49.540Z Compiling toml_edit v0.22.27
16982026-06-15T03:29:49.825Z Compiling tabwriter v1.4.1
16992026-06-15T03:29:50.068Z Compiling cobs v0.3.0
17002026-06-15T03:29:50.276Z Compiling serde_repr v0.1.20
17012026-06-15T03:29:50.591Z Compiling bitflags v1.3.2
17022026-06-15T03:29:50.669Z Compiling managed v0.8.0
17032026-06-15T03:29:50.769Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17042026-06-15T03:29:50.880Z Compiling pkg-config v0.3.33
17052026-06-15T03:29:50.883Z Compiling vcpkg v0.2.15
17062026-06-15T03:29:50.999Z Compiling bytecount v0.6.9
17072026-06-15T03:29:51.143Z Compiling tokio-rustls v0.26.4
17082026-06-15T03:29:51.331Z Compiling rustls-platform-verifier v0.7.0
17092026-06-15T03:29:51.411Z Compiling hyper-rustls v0.27.9
17102026-06-15T03:29:51.703Z Compiling reqwest v0.13.4
17112026-06-15T03:29:52.703Z Compiling openssl-sys v0.9.116
17122026-06-15T03:29:52.812Z Compiling toml v0.8.23
17132026-06-15T03:29:52.942Z Compiling progenitor-client v0.14.0
17142026-06-15T03:29:53.245Z Compiling progenitor-extras v0.2.0
17152026-06-15T03:29:53.549Z Compiling proc-macro-crate v1.3.1
17162026-06-15T03:29:53.715Z Compiling postcard v1.1.3
17172026-06-15T03:29:54.348Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17182026-06-15T03:29:54.456Z Compiling ingot v0.1.1
17192026-06-15T03:29:56.014Z Compiling progenitor-impl v0.13.0
17202026-06-15T03:29:56.312Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17212026-06-15T03:29:56.379Z Compiling foreign-types-macros v0.2.3
17222026-06-15T03:29:56.517Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17232026-06-15T03:29:56.613Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17242026-06-15T03:29:56.836Z Compiling colored v3.1.1
17252026-06-15T03:29:56.863Z Compiling linked-hash-map v0.5.6
17262026-06-15T03:29:57.054Z Compiling swrite v0.1.0
17272026-06-15T03:29:57.066Z Compiling rayon-core v1.13.0
17282026-06-15T03:29:57.151Z Compiling resolv-conf v0.7.6
17292026-06-15T03:29:57.240Z Compiling foreign-types-shared v0.3.1
17302026-06-15T03:29:57.308Z Compiling semver v0.1.20
17312026-06-15T03:29:57.337Z Compiling unicode-segmentation v1.13.3
17322026-06-15T03:29:57.535Z Compiling rustc_version v0.1.7
17332026-06-15T03:29:57.578Z Compiling foreign-types v0.5.0
17342026-06-15T03:29:57.661Z Compiling newline-converter v0.3.0
17352026-06-15T03:29:57.758Z Compiling lru-cache v0.1.2
17362026-06-15T03:29:57.781Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17372026-06-15T03:29:57.888Z Compiling num_enum_derive v0.5.11
17382026-06-15T03:29:57.960Z Compiling progenitor-client v0.13.0
17392026-06-15T03:29:58.316Z Compiling atomicwrites v0.4.4
17402026-06-15T03:29:58.381Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-06-15T03:29:58.514Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-06-15T03:29:58.789Z Compiling hickory-proto v0.24.4
17432026-06-15T03:30:00.379Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17442026-06-15T03:30:00.610Z Compiling progenitor-macro v0.13.0
17452026-06-15T03:30:00.641Z Compiling crossbeam-deque v0.8.6
17462026-06-15T03:30:00.839Z Compiling console v0.15.11
17472026-06-15T03:30:01.518Z Compiling camino-tempfile v1.4.1
17482026-06-15T03:30:01.733Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17492026-06-15T03:30:01.740Z Compiling chacha20 v0.10.0
17502026-06-15T03:30:01.758Z Compiling serde-big-array v0.5.1
17512026-06-15T03:30:01.902Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17522026-06-15T03:30:01.999Z Compiling derive-where v1.6.1
17532026-06-15T03:30:02.208Z Compiling pin-project-internal v1.1.13
17542026-06-15T03:30:02.249Z Compiling cstr-argument v0.1.2
17552026-06-15T03:30:02.407Z Compiling siphasher v1.0.3
17562026-06-15T03:30:02.453Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17572026-06-15T03:30:02.601Z Compiling similar v2.7.0
17582026-06-15T03:30:02.604Z Compiling minimal-lexical v0.2.1
17592026-06-15T03:30:02.690Z Compiling phf_shared v0.12.1
17602026-06-15T03:30:02.860Z Compiling nom v7.1.3
17612026-06-15T03:30:02.872Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17622026-06-15T03:30:03.133Z Compiling expectorate v1.2.0
17632026-06-15T03:30:03.189Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17642026-06-15T03:30:03.275Z Compiling rand v0.10.1
17652026-06-15T03:30:03.287Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-06-15T03:30:03.307Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-06-15T03:30:03.319Z Compiling pin-project v1.1.13
17682026-06-15T03:30:03.553Z Compiling hickory-resolver v0.24.4
17692026-06-15T03:30:03.985Z Compiling num_enum v0.5.11
17702026-06-15T03:30:04.106Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17712026-06-15T03:30:04.216Z Compiling newtype_derive v0.1.6
17722026-06-15T03:30:04.311Z Compiling snafu-derive v0.8.9
17732026-06-15T03:30:04.465Z Compiling progenitor-impl v0.14.0
17742026-06-15T03:30:05.041Z Compiling unicode-normalization v0.1.25
17752026-06-15T03:30:05.518Z Compiling tokio-stream v0.1.18
17762026-06-15T03:30:05.685Z Compiling async-recursion v1.1.1
17772026-06-15T03:30:05.738Z Compiling progenitor v0.13.0
17782026-06-15T03:30:05.876Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17792026-06-15T03:30:05.978Z Compiling slog-dtrace v0.3.0
17802026-06-15T03:30:06.064Z Compiling csv-core v0.1.13
17812026-06-15T03:30:06.190Z Compiling bstr v1.12.1
17822026-06-15T03:30:06.224Z Compiling konst_macro_rules v0.2.19
17832026-06-15T03:30:06.249Z Compiling owo-colors v4.3.0
17842026-06-15T03:30:06.261Z Compiling unicode-width v0.1.14
17852026-06-15T03:30:06.330Z Compiling foreign-types-shared v0.1.1
17862026-06-15T03:30:06.384Z Compiling chrono-tz v0.10.4
17872026-06-15T03:30:06.400Z Compiling unicode-xid v0.2.6
17882026-06-15T03:30:06.417Z Compiling same-file v1.0.6
17892026-06-15T03:30:06.520Z Compiling cancel-safe-futures v0.1.5
17902026-06-15T03:30:06.534Z Compiling foldhash v0.1.5
17912026-06-15T03:30:06.589Z Compiling highway v1.3.0
17922026-06-15T03:30:06.600Z Compiling openssl v0.10.80
17932026-06-15T03:30:06.674Z Compiling hashbrown v0.15.5
17942026-06-15T03:30:06.690Z Compiling globset v0.4.18
17952026-06-15T03:30:06.705Z Compiling const_format_proc_macros v0.2.34
17962026-06-15T03:30:06.792Z Compiling walkdir v2.5.0
17972026-06-15T03:30:06.879Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-15T03:30:06.993Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-15T03:30:07.146Z Compiling foreign-types v0.3.2
18002026-06-15T03:30:07.202Z Compiling konst v0.2.20
18012026-06-15T03:30:07.221Z Compiling csv v1.4.0
18022026-06-15T03:30:07.516Z Compiling snafu v0.8.9
18032026-06-15T03:30:07.527Z Compiling qorb v0.4.1
18042026-06-15T03:30:07.548Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-15T03:30:07.792Z Compiling olpc-cjson v0.1.4
18062026-06-15T03:30:07.896Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-15T03:30:08.057Z Compiling progenitor-macro v0.14.0
18082026-06-15T03:30:09.429Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-15T03:30:09.712Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18102026-06-15T03:30:09.779Z Compiling rayon v1.12.0
18112026-06-15T03:30:09.896Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-06-15T03:30:09.995Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18132026-06-15T03:30:10.062Z Compiling phf v0.12.1
18142026-06-15T03:30:10.218Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-15T03:30:10.872Z Compiling zone_cfg_derive v0.3.1
18162026-06-15T03:30:11.168Z Compiling tokio-dtrace v0.1.1
18172026-06-15T03:30:11.428Z Compiling itertools v0.12.1
18182026-06-15T03:30:11.561Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18192026-06-15T03:30:11.573Z Compiling libsw-core v0.3.2
18202026-06-15T03:30:11.741Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-06-15T03:30:11.759Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18222026-06-15T03:30:12.101Z Compiling serde_plain v1.0.2
18232026-06-15T03:30:12.141Z Compiling openssl-macros v0.1.1
18242026-06-15T03:30:12.308Z Compiling pem v3.0.6
18252026-06-15T03:30:12.339Z Compiling proc-macro-error-attr2 v2.0.0
18262026-06-15T03:30:12.626Z Compiling cookie v0.18.1
18272026-06-15T03:30:12.693Z Compiling sigpipe v0.1.3
18282026-06-15T03:30:12.698Z Compiling typed-path v0.9.3
18292026-06-15T03:30:12.705Z Compiling jiff v0.2.28
18302026-06-15T03:30:12.733Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-15T03:30:12.812Z Compiling glob v0.3.3
18322026-06-15T03:30:12.879Z Compiling fixedbitset v0.4.2
18332026-06-15T03:30:12.975Z Compiling fixedbitset v0.5.7
18342026-06-15T03:30:13.116Z Compiling petgraph v0.6.5
18352026-06-15T03:30:13.231Z Compiling progenitor v0.14.0
18362026-06-15T03:30:13.262Z Compiling petgraph v0.8.3
18372026-06-15T03:30:13.364Z Compiling proc-macro-error2 v2.0.1
18382026-06-15T03:30:13.638Z Compiling tough v0.22.0
18392026-06-15T03:30:14.030Z Compiling zone v0.3.1
18402026-06-15T03:30:14.708Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18412026-06-15T03:30:14.842Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18422026-06-15T03:30:15.098Z Compiling libsw v3.5.0
18432026-06-15T03:30:15.109Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-15T03:30:15.124Z Compiling oxide-tokio-rt v0.1.6
18452026-06-15T03:30:15.276Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18462026-06-15T03:30:15.304Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-15T03:30:15.307Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-15T03:30:15.431Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-15T03:30:16.485Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-15T03:30:16.522Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-15T03:30:16.598Z Compiling const_format v0.2.36
18522026-06-15T03:30:16.969Z Compiling papergrid v0.11.0
18532026-06-15T03:30:17.044Z Compiling tabled_derive v0.7.0
18542026-06-15T03:30:17.427Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-15T03:30:17.626Z Compiling gethostname v0.5.0
18562026-06-15T03:30:17.652Z Compiling libscf-sys v1.2.0
18572026-06-15T03:30:17.749Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18582026-06-15T03:30:17.792Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-15T03:30:17.918Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18602026-06-15T03:30:18.006Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-15T03:30:18.008Z Compiling smf v0.2.3
18622026-06-15T03:30:18.126Z Compiling bcs v0.1.6
18632026-06-15T03:30:18.163Z Compiling nom v8.0.0
18642026-06-15T03:30:18.168Z Compiling crunchy v0.2.4
18652026-06-15T03:30:18.444Z Compiling linear-map v1.2.0
18662026-06-15T03:30:18.461Z Compiling tagptr v0.2.0
18672026-06-15T03:30:18.614Z Compiling termtree v0.5.1
18682026-06-15T03:30:18.626Z Compiling unicode-linebreak v0.1.5
18692026-06-15T03:30:18.626Z Compiling smawk v0.3.2
18702026-06-15T03:30:18.729Z Compiling whoami v1.6.1
18712026-06-15T03:30:18.763Z Compiling lazy_static v1.5.0
18722026-06-15T03:30:18.777Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-15T03:30:18.902Z Compiling steno v0.4.1
18742026-06-15T03:30:19.083Z Compiling textwrap v0.16.2
18752026-06-15T03:30:19.452Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-15T03:30:19.630Z Compiling moka v0.12.15
18772026-06-15T03:30:20.227Z Compiling tabled v0.15.0
18782026-06-15T03:30:20.435Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-15T03:30:20.493Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-15T03:30:20.510Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-15T03:30:20.700Z Compiling tabled_derive v0.11.0
18822026-06-15T03:30:22.183Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-15T03:30:22.458Z Compiling papergrid v0.18.0
18842026-06-15T03:30:22.944Z Compiling hickory-proto v0.25.2
18852026-06-15T03:30:23.135Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18862026-06-15T03:30:23.338Z Compiling testing_table v0.3.0
18872026-06-15T03:30:23.401Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18882026-06-15T03:30:23.509Z Compiling tiny-keccak v2.0.2
18892026-06-15T03:30:23.703Z Compiling tabled v0.21.0
18902026-06-15T03:30:23.766Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18912026-06-15T03:30:23.959Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18922026-06-15T03:30:24.177Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18932026-06-15T03:30:24.358Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18942026-06-15T03:30:24.555Z Compiling parking_lot_core v0.8.6
18952026-06-15T03:30:24.878Z Compiling hickory-resolver v0.25.2
18962026-06-15T03:30:25.769Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-15T03:30:26.528Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18982026-06-15T03:30:26.594Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
18992026-06-15T03:30:26.938Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-15T03:30:27.033Z Compiling crc8 v0.1.1
19012026-06-15T03:30:27.152Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19022026-06-15T03:30:27.164Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19032026-06-15T03:30:27.273Z Compiling const-random-macro v0.1.16
19042026-06-15T03:30:27.408Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19052026-06-15T03:30:27.649Z Compiling ahash v0.8.12
19062026-06-15T03:30:27.689Z Compiling smartstring v1.0.1
19072026-06-15T03:30:27.801Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
19082026-06-15T03:30:27.817Z Compiling const-random v0.1.18
19092026-06-15T03:30:27.892Z Compiling parking_lot v0.11.2
19102026-06-15T03:30:27.978Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19112026-06-15T03:30:28.198Z Compiling fxhash v0.2.1
19122026-06-15T03:30:28.232Z Compiling internet-checksum v0.2.1
19132026-06-15T03:30:28.305Z Compiling sled v0.34.7
19142026-06-15T03:30:28.366Z Compiling thin-vec v0.2.18
19152026-06-15T03:30:28.556Z Compiling rhai_codegen v3.2.0
19162026-06-15T03:30:28.568Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19172026-06-15T03:30:28.658Z Compiling serial_test_derive v3.5.0
19182026-06-15T03:30:28.763Z Compiling yansi v1.0.1
19192026-06-15T03:30:28.994Z Compiling diff v0.1.13
19202026-06-15T03:30:29.144Z Compiling pretty_assertions v1.4.1
19212026-06-15T03:30:29.430Z Compiling serial_test v3.5.0
19222026-06-15T03:30:29.762Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-06-15T03:30:29.875Z Compiling rhai v1.25.1
19242026-06-15T03:30:30.860Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19252026-06-15T03:30:38.452Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-06-15T03:30:40.879Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-06-15T03:30:41.916Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19282026-06-15T03:30:42.825Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19292026-06-15T03:30:43.596Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19302026-06-15T03:30:45.029Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19312026-06-15T03:31:18.850Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
19322026-06-15T03:31:19.036Z────────────
19332026-06-15T03:31:19.036Z Nextest run ID 3da385be-4975-4997-95e0-987081ef904c with nextest profile: default
19342026-06-15T03:31:19.036Z Starting 155 tests across 3 binaries
19352026-06-15T03:31:19.047Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19362026-06-15T03:31:19.051Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19372026-06-15T03:31:19.051Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19382026-06-15T03:31:19.051Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19392026-06-15T03:31:19.051Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19402026-06-15T03:31:19.051Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19412026-06-15T03:31:19.051Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19422026-06-15T03:31:19.051Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip
19432026-06-15T03:31:19.055Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19442026-06-15T03:31:19.057Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19452026-06-15T03:31:19.057Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19462026-06-15T03:31:19.057Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19472026-06-15T03:31:19.057Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19482026-06-15T03:31:19.057Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19492026-06-15T03:31:19.060Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19502026-06-15T03:31:19.061Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19512026-06-15T03:31:19.064Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19522026-06-15T03:31:19.066Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19532026-06-15T03:31:19.066Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19542026-06-15T03:31:19.070Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19552026-06-15T03:31:19.070Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19562026-06-15T03:31:19.070Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
19572026-06-15T03:31:19.070Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19582026-06-15T03:31:19.070Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19592026-06-15T03:31:19.072Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19602026-06-15T03:31:19.075Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19612026-06-15T03:31:19.075Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19622026-06-15T03:31:19.075Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19632026-06-15T03:31:19.079Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19642026-06-15T03:31:19.080Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19652026-06-15T03:31:19.080Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19662026-06-15T03:31:19.080Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19672026-06-15T03:31:19.082Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19682026-06-15T03:31:19.082Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19692026-06-15T03:31:19.082Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19702026-06-15T03:31:19.086Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19712026-06-15T03:31:19.086Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19722026-06-15T03:31:19.086Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19732026-06-15T03:31:19.086Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19742026-06-15T03:31:19.090Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19752026-06-15T03:31:19.090Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19762026-06-15T03:31:19.093Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19772026-06-15T03:31:19.093Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19782026-06-15T03:31:19.093Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19792026-06-15T03:31:19.093Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19802026-06-15T03:31:19.097Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19812026-06-15T03:31:19.097Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19822026-06-15T03:31:19.097Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19832026-06-15T03:31:19.100Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19842026-06-15T03:31:19.100Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19852026-06-15T03:31:19.100Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19862026-06-15T03:31:19.104Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19872026-06-15T03:31:19.104Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19882026-06-15T03:31:19.104Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19892026-06-15T03:31:19.105Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
19902026-06-15T03:31:19.105Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19912026-06-15T03:31:19.108Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19922026-06-15T03:31:19.108Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
19932026-06-15T03:31:19.108Z PASS [ 0.008s] bgp messages::tests::notification_round_trip
19942026-06-15T03:31:19.111Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19952026-06-15T03:31:19.111Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19962026-06-15T03:31:19.111Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19972026-06-15T03:31:19.111Z PASS [ 0.008s] bgp messages::tests::prefix_within
19982026-06-15T03:31:19.111Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19992026-06-15T03:31:19.116Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20002026-06-15T03:31:19.116Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20012026-06-15T03:31:19.118Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20022026-06-15T03:31:19.118Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20032026-06-15T03:31:19.124Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20042026-06-15T03:31:19.124Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20052026-06-15T03:31:19.124Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20062026-06-15T03:31:19.124Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20072026-06-15T03:31:19.124Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20082026-06-15T03:31:19.127Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20092026-06-15T03:31:19.127Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20102026-06-15T03:31:19.127Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20112026-06-15T03:31:19.127Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20122026-06-15T03:31:19.128Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20132026-06-15T03:31:19.128Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20142026-06-15T03:31:19.131Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20152026-06-15T03:31:19.131Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20162026-06-15T03:31:19.134Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
20172026-06-15T03:31:19.137Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20182026-06-15T03:31:19.141Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20192026-06-15T03:31:19.148Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20202026-06-15T03:31:19.151Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20212026-06-15T03:31:19.151Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20222026-06-15T03:31:19.152Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
20232026-06-15T03:31:19.153Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
20242026-06-15T03:31:19.155Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
20252026-06-15T03:31:19.155Z PASS [ 0.021s] bgp policy::test::update_shape_community
20262026-06-15T03:31:19.162Z PASS [ 0.030s] bgp proptest::prop_encode_decode_semantic_equivalence
20272026-06-15T03:31:19.165Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20282026-06-15T03:31:19.168Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20292026-06-15T03:31:19.173Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20302026-06-15T03:31:19.177Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20312026-06-15T03:31:19.177Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20322026-06-15T03:31:19.177Z PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20332026-06-15T03:31:19.177Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20342026-06-15T03:31:19.180Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20352026-06-15T03:31:19.180Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20362026-06-15T03:31:19.185Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20372026-06-15T03:31:19.188Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20382026-06-15T03:31:19.188Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20392026-06-15T03:31:19.188Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20402026-06-15T03:31:19.188Z PASS [ 0.019s] bgp proptest::prop_update_mp_unreach_roundtrip
20412026-06-15T03:31:19.192Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20422026-06-15T03:31:19.192Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20432026-06-15T03:31:19.195Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20442026-06-15T03:31:19.199Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20452026-06-15T03:31:19.199Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20462026-06-15T03:31:19.199Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20472026-06-15T03:31:19.199Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20482026-06-15T03:31:19.199Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20492026-06-15T03:31:19.199Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20502026-06-15T03:31:19.199Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20512026-06-15T03:31:19.202Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20522026-06-15T03:31:19.206Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20532026-06-15T03:31:19.206Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20542026-06-15T03:31:19.206Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20552026-06-15T03:31:19.206Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20562026-06-15T03:31:22.264Z PASS [ 3.067s] bgp test::test_basic_peering_active
20572026-06-15T03:31:22.267Z PASS [ 3.066s] bgp test::test_basic_peering_passive
20582026-06-15T03:31:22.271Z PASS [ 3.065s] bgp test::test_basic_update
20592026-06-15T03:31:22.278Z PASS [ 3.074s] bgp test::test_basic_update_ipv6
20602026-06-15T03:31:22.282Z PASS [ 3.078s] bgp test::test_basic_update_tcp
20612026-06-15T03:31:22.285Z PASS [ 3.083s] bgp test::test_basic_peering_passive_tcp
20622026-06-15T03:31:22.289Z PASS [ 3.092s] bgp test::test_basic_peering_active_tcp
20632026-06-15T03:31:22.294Z PASS [ 3.090s] bgp test::test_basic_update_ipv6_tcp
20642026-06-15T03:31:25.350Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20652026-06-15T03:31:25.353Z PASS [ 3.064s] bgp test::test_ipv6_basic_peering_passive
20662026-06-15T03:31:25.369Z PASS [ 3.084s] bgp test::test_ipv6_basic_peering_active_tcp
20672026-06-15T03:31:25.372Z PASS [ 3.076s] bgp test::test_ipv6_basic_peering_passive_tcp
20682026-06-15T03:31:26.350Z PASS [ 4.085s] bgp test::test_dual_stack_routes_ipv4_peer_success
20692026-06-15T03:31:26.351Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv6_peer_success
20702026-06-15T03:31:26.353Z PASS [ 4.083s] bgp test::test_import_export_policy_filtering
20712026-06-15T03:31:26.360Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20722026-06-15T03:31:26.416Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20732026-06-15T03:31:26.456Z PASS [ 0.103s] bgp test::test_three_router_chain_tcp_ipv6
20742026-06-15T03:31:27.433Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20752026-06-15T03:31:27.441Z PASS [ 1.090s] bgp test::test_three_router_chain_tcp
20762026-06-15T03:31:27.517Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20772026-06-15T03:31:28.205Z PASS [ 2.835s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20782026-06-15T03:31:28.211Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20792026-06-15T03:31:28.218Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20802026-06-15T03:31:28.221Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20812026-06-15T03:31:28.227Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20822026-06-15T03:31:28.231Z PASS [ 0.005s] mg-api-types-versions v12::mrib::tests::unicast_rejects_non_routable_sources
20832026-06-15T03:31:29.429Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20842026-06-15T03:31:30.421Z PASS [ 4.069s] bgp test::test_three_router_chain_unnumbered
20852026-06-15T03:31:31.422Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
20862026-06-15T03:31:32.504Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20872026-06-15T03:31:36.502Z PASS [ 9.067s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20882026-06-15T03:31:36.581Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20892026-06-15T03:31:44.484Z PASS [ 18.066s] bgp test::test_unnumbered_interface_lifecycle
20902026-06-15T03:31:44.484Z────────────
20912026-06-15T03:31:44.484Z Summary [ 25.444s] 155 tests run: 155 passed, 0 skipped
20922026-06-15T03:31:44.498Z+ 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/
20932026-06-15T03:31:44.504Z+ popd
20942026-06-15T03:31:44.504Z/work/oxidecomputer/maghemite
20952026-06-15T03:31:44.504Z+ pushd mgd
20962026-06-15T03:31:44.504Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20972026-06-15T03:31:44.507Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20982026-06-15T03:31:45.702Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20992026-06-15T03:31:45.702Z Compiling dropshot-api-manager-types v0.7.2
21002026-06-15T03:31:45.702Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21012026-06-15T03:31:45.923Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21022026-06-15T03:31:47.317Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21032026-06-15T03:31:47.317Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21042026-06-15T03:31:47.317Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21052026-06-15T03:31:53.071Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21062026-06-15T03:32:21.198Z Finished `test` profile [unoptimized + debuginfo] target(s) in 36.00s
21072026-06-15T03:32:21.372Z────────────
21082026-06-15T03:32:21.372Z Nextest run ID 0691d1b0-341d-4f93-b6e4-a9c7b46551e4 with nextest profile: default
21092026-06-15T03:32:21.372Z Starting 37 tests across 3 binaries
21102026-06-15T03:32:21.377Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21112026-06-15T03:32:21.380Z PASS [ 0.005s] mg-api-types-versions v12::mrib::tests::unicast_rejects_non_routable_sources
21122026-06-15T03:32:21.380Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21132026-06-15T03:32:21.380Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21142026-06-15T03:32:21.380Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21152026-06-15T03:32:21.382Z PASS [ 0.008s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21162026-06-15T03:32:21.382Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21172026-06-15T03:32:21.396Z PASS [ 0.014s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21182026-06-15T03:32:21.433Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21192026-06-15T03:32:21.433Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21202026-06-15T03:32:21.437Z PASS [ 0.064s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21212026-06-15T03:32:21.440Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21222026-06-15T03:32:21.440Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21232026-06-15T03:32:21.440Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21242026-06-15T03:32:21.440Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21252026-06-15T03:32:21.440Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21262026-06-15T03:32:21.440Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21272026-06-15T03:32:21.445Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21282026-06-15T03:32:21.448Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21292026-06-15T03:32:21.448Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21302026-06-15T03:32:21.449Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21312026-06-15T03:32:21.449Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21322026-06-15T03:32:21.449Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21332026-06-15T03:32:21.449Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21342026-06-15T03:32:21.452Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21352026-06-15T03:32:21.454Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21362026-06-15T03:32:21.454Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21372026-06-15T03:32:21.457Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21382026-06-15T03:32:21.457Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21392026-06-15T03:32:21.457Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21402026-06-15T03:32:21.457Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21412026-06-15T03:32:21.457Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21422026-06-15T03:32:21.457Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21432026-06-15T03:32:21.462Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21442026-06-15T03:32:21.465Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21452026-06-15T03:32:21.465Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21462026-06-15T03:32:21.465Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21472026-06-15T03:32:21.465Z────────────
21482026-06-15T03:32:21.465Z Summary [ 0.092s] 37 tests run: 37 passed, 0 skipped
21492026-06-15T03:32:21.475Z+ cp ./apply_remove_entire_group.log /work/
21502026-06-15T03:32:21.478Z+ popd
21512026-06-15T03:32:21.478Z/work/oxidecomputer/maghemite
21522026-06-15T03:32:21.478Zprocess exited: duration 372033 ms, exit code 0
 
21532026-06-15T03:32:21.487Zfound 66 output files
21542026-06-15T03:32:21.488Zuploading: /work/apply_remove_entire_group.log (8101 bytes)
21552026-06-15T03:32:22.498Zuploaded: /work/apply_remove_entire_group.log
21562026-06-15T03:32:22.498Zuploading: /work/dualstack_routes.log (94333 bytes)
21572026-06-15T03:32:23.514Zuploaded: /work/dualstack_routes.log
21582026-06-15T03:32:23.514Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2270 bytes)
21592026-06-15T03:32:24.524Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21602026-06-15T03:32:24.527Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1449 bytes)
21612026-06-15T03:32:25.534Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21622026-06-15T03:32:25.534Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2009 bytes)
21632026-06-15T03:32:26.542Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21642026-06-15T03:32:26.542Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2331 bytes)
21652026-06-15T03:32:27.551Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21662026-06-15T03:32:27.551Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2241 bytes)
21672026-06-15T03:32:28.559Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21682026-06-15T03:32:28.560Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2309 bytes)
21692026-06-15T03:32:29.569Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21702026-06-15T03:32:29.569Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3076 bytes)
21712026-06-15T03:32:30.577Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21722026-06-15T03:32:30.578Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2266 bytes)
21732026-06-15T03:32:31.585Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21742026-06-15T03:32:31.585Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2259 bytes)
21752026-06-15T03:32:32.594Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21762026-06-15T03:32:32.595Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2229 bytes)
21772026-06-15T03:32:33.606Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21782026-06-15T03:32:33.606Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2276 bytes)
21792026-06-15T03:32:34.616Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21802026-06-15T03:32:34.616Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2502 bytes)
21812026-06-15T03:32:35.626Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21822026-06-15T03:32:35.626Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4823 bytes)
21832026-06-15T03:32:36.634Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
21842026-06-15T03:32:36.634Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3525 bytes)
21852026-06-15T03:32:37.644Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
21862026-06-15T03:32:37.644Zuploading: /work/multiple_unnumbered.log (140852 bytes)
21872026-06-15T03:32:38.657Zuploaded: /work/multiple_unnumbered.log
21882026-06-15T03:32:38.657Zuploading: /work/ndp_change_reset.log (70231 bytes)
21892026-06-15T03:32:39.668Zuploaded: /work/ndp_change_reset.log
21902026-06-15T03:32:39.668Zuploading: /work/ndp_changes.log (88451 bytes)
21912026-06-15T03:32:40.681Zuploaded: /work/ndp_changes.log
21922026-06-15T03:32:40.681Zuploading: /work/r1.test_basic_peering_active.log (38072 bytes)
21932026-06-15T03:32:41.693Zuploaded: /work/r1.test_basic_peering_active.log
21942026-06-15T03:32:41.693Zuploading: /work/r1.test_basic_peering_active_tcp.log (45522 bytes)
21952026-06-15T03:32:42.704Zuploaded: /work/r1.test_basic_peering_active_tcp.log
21962026-06-15T03:32:42.704Zuploading: /work/r1.test_basic_peering_passive.log (33703 bytes)
21972026-06-15T03:32:43.715Zuploaded: /work/r1.test_basic_peering_passive.log
21982026-06-15T03:32:43.715Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39687 bytes)
21992026-06-15T03:32:44.725Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22002026-06-15T03:32:44.727Zuploading: /work/r1.test_basic_update.log (41611 bytes)
22012026-06-15T03:32:45.736Zuploaded: /work/r1.test_basic_update.log
22022026-06-15T03:32:45.736Zuploading: /work/r1.test_basic_update_ipv6.log (28558 bytes)
22032026-06-15T03:32:46.747Zuploaded: /work/r1.test_basic_update_ipv6.log
22042026-06-15T03:32:46.747Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30962 bytes)
22052026-06-15T03:32:47.757Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22062026-06-15T03:32:47.757Zuploading: /work/r1.test_basic_update_tcp.log (31342 bytes)
22072026-06-15T03:32:48.768Zuploaded: /work/r1.test_basic_update_tcp.log
22082026-06-15T03:32:48.768Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43587 bytes)
22092026-06-15T03:32:49.780Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22102026-06-15T03:32:49.780Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43870 bytes)
22112026-06-15T03:32:50.806Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22122026-06-15T03:32:50.806Zuploading: /work/r1.test_import_export_policy_filtering.log (96882 bytes)
22132026-06-15T03:32:51.830Zuploaded: /work/r1.test_import_export_policy_filtering.log
22142026-06-15T03:32:51.830Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35868 bytes)
22152026-06-15T03:32:52.862Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22162026-06-15T03:32:52.862Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40376 bytes)
22172026-06-15T03:32:53.879Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22182026-06-15T03:32:53.900Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49782 bytes)
22192026-06-15T03:32:55.223Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22202026-06-15T03:32:55.223Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33790 bytes)
22212026-06-15T03:32:56.236Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22222026-06-15T03:32:56.236Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (41141 bytes)
22232026-06-15T03:32:57.252Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22242026-06-15T03:32:57.252Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35640 bytes)
22252026-06-15T03:32:58.293Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22262026-06-15T03:32:58.293Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29938 bytes)
22272026-06-15T03:33:00.088Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22282026-06-15T03:33:00.088Zuploading: /work/r1.test_three_router_chain_tcp.log (26633 bytes)
22292026-06-15T03:33:01.105Zuploaded: /work/r1.test_three_router_chain_tcp.log
22302026-06-15T03:33:01.106Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22236 bytes)
22312026-06-15T03:33:02.182Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22322026-06-15T03:33:02.182Zuploading: /work/r2.test_basic_peering_active.log (38942 bytes)
22332026-06-15T03:33:03.197Zuploaded: /work/r2.test_basic_peering_active.log
22342026-06-15T03:33:03.197Zuploading: /work/r2.test_basic_peering_active_tcp.log (44386 bytes)
22352026-06-15T03:33:04.344Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22362026-06-15T03:33:04.344Zuploading: /work/r2.test_basic_peering_passive.log (41337 bytes)
22372026-06-15T03:33:05.357Zuploaded: /work/r2.test_basic_peering_passive.log
22382026-06-15T03:33:05.358Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45934 bytes)
22392026-06-15T03:33:07.040Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22402026-06-15T03:33:07.044Zuploading: /work/r2.test_basic_update.log (46218 bytes)
22412026-06-15T03:33:08.058Zuploaded: /work/r2.test_basic_update.log
22422026-06-15T03:33:08.058Zuploading: /work/r2.test_basic_update_ipv6.log (29294 bytes)
22432026-06-15T03:33:09.077Zuploaded: /work/r2.test_basic_update_ipv6.log
22442026-06-15T03:33:09.077Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32789 bytes)
22452026-06-15T03:33:10.090Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22462026-06-15T03:33:10.090Zuploading: /work/r2.test_basic_update_tcp.log (32791 bytes)
22472026-06-15T03:33:11.108Zuploaded: /work/r2.test_basic_update_tcp.log
22482026-06-15T03:33:11.108Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43574 bytes)
22492026-06-15T03:33:12.432Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22502026-06-15T03:33:12.433Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (40750 bytes)
22512026-06-15T03:33:13.449Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22522026-06-15T03:33:13.449Zuploading: /work/r2.test_import_export_policy_filtering.log (94809 bytes)
22532026-06-15T03:33:14.460Zuploaded: /work/r2.test_import_export_policy_filtering.log
22542026-06-15T03:33:14.461Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38295 bytes)
22552026-06-15T03:33:15.472Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22562026-06-15T03:33:15.473Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39013 bytes)
22572026-06-15T03:33:16.485Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22582026-06-15T03:33:16.485Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47792 bytes)
22592026-06-15T03:33:17.496Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22602026-06-15T03:33:17.496Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41399 bytes)
22612026-06-15T03:33:18.506Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22622026-06-15T03:33:18.506Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (47402 bytes)
22632026-06-15T03:33:19.516Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22642026-06-15T03:33:19.516Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38172 bytes)
22652026-06-15T03:33:20.526Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22662026-06-15T03:33:20.526Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28068 bytes)
22672026-06-15T03:33:21.537Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22682026-06-15T03:33:21.537Zuploading: /work/r2.test_three_router_chain_tcp.log (41209 bytes)
22692026-06-15T03:33:22.547Zuploaded: /work/r2.test_three_router_chain_tcp.log
22702026-06-15T03:33:22.547Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (27663 bytes)
22712026-06-15T03:33:23.560Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22722026-06-15T03:33:23.560Zuploading: /work/r3.test_three_router_chain_tcp.log (20599 bytes)
22732026-06-15T03:33:24.572Zuploaded: /work/r3.test_three_router_chain_tcp.log
22742026-06-15T03:33:24.572Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (7209 bytes)
22752026-06-15T03:33:25.583Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22762026-06-15T03:33:25.583Zuploading: /work/same_linklocal.log (155106 bytes)
22772026-06-15T03:33:26.596Zuploaded: /work/same_linklocal.log
22782026-06-15T03:33:26.597Zuploading: /work/three_chain.log (145443 bytes)
22792026-06-15T03:33:27.610Zuploaded: /work/three_chain.log
22802026-06-15T03:33:27.611Zuploading: /work/unnumbered_expiry.log (88119 bytes)
22812026-06-15T03:33:28.625Zuploaded: /work/unnumbered_expiry.log
22822026-06-15T03:33:28.625Zuploading: /work/unnumbered_interface_lifecycle.log (196360 bytes)
22832026-06-15T03:33:29.638Zuploaded: /work/unnumbered_interface_lifecycle.log
22842026-06-15T03:33:29.638Zuploading: /work/unnumbered_peer_change.log (79021 bytes)
22852026-06-15T03:33:30.650Zuploaded: /work/unnumbered_peer_change.log