01KVBRVFANGQNPV16YDNEVWC0Z: 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: 01KVBRW061E88WNM2AT55KBR3Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T21:48:48.373Zjob assigned to worker 01KVBRWGTTFEBYY9TP4TQB4QWD [factory aws, i-03bf71d4b3e48f54a] (queued for 1 m 0 s)
 
22026-06-17T21:48:54.668Zstarting task 0: "setup"
32026-06-17T21:48:54.676Z++ uname -s
42026-06-17T21:48:54.676Z+ kern=SunOS
52026-06-17T21:48:54.676Z+ build_user=build
62026-06-17T21:48:54.677Z+ build_uid=12345
72026-06-17T21:48:54.677Z+ work_dir=/work
82026-06-17T21:48:54.677Z+ input_dir=/input
92026-06-17T21:48:54.677Z+ [[ 0 == 12345 ]]
102026-06-17T21:48:54.677Z+ case "$kern" in
112026-06-17T21:48:54.677Z+ groupadd -g 12345 build
122026-06-17T21:48:54.682Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T21:48:56.683Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T21:48:56.770Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T21:48:56.773Z+ home_fs=zfs
162026-06-17T21:48:56.773Z+ [[ zfs == autofs ]]
172026-06-17T21:48:56.773Z+ mkdir -p /home/build
182026-06-17T21:48:56.773Z+ chown build:build /home/build /work
192026-06-17T21:48:59.720Z+ chmod 0700 /home/build /work
202026-06-17T21:48:59.738Zprocess exited: duration 4107 ms, exit code 0
 
212026-06-17T21:48:59.762Zstarting task 1: "rust-toolchain"
222026-06-17T21:48:59.772Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T21:48:59.772Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-17T21:48:59.772Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-17T21:48:59.772Z * rust toolchain channel = "stable"
262026-06-17T21:48:59.772Z * rust toolchain profile = "default"
272026-06-17T21:48:59.772Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T21:48:59.772Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T21:48:59.772Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T21:48:59.882Zinfo: downloading installer
312026-06-17T21:49:01.514Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T21:49:01.514Zwarn: /opt/ooce/bin
332026-06-17T21:49:01.514Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T21:49:01.514Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T21:49:01.515Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T21:49:01.515Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T21:49:01.515Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T21:49:01.515Zerror: cannot install while Rust is installed
392026-06-17T21:49:01.515Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T21:49:01.515Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T21:49:01.515Zwarn: /home/build/.rustup/settings.toml
422026-06-17T21:49:01.515Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T21:49:01.515Zwarn: instead of the one inferred from the default host triple.
442026-06-17T21:49:01.532Zinfo: profile set to default
452026-06-17T21:49:01.532Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T21:49:01.546Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T21:49:01.668Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T21:49:01.678Zinfo: downloading 6 components
492026-06-17T21:49:17.176Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-17T21:49:17.176Z
512026-06-17T21:49:17.201Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T21:49:17.201Z
532026-06-17T21:49:17.201Z
542026-06-17T21:49:17.201ZRust is installed now. Great!
552026-06-17T21:49:17.201Z
562026-06-17T21:49:17.201ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T21:49:17.201Zenvironment variable. This has not been done automatically.
582026-06-17T21:49:17.201Z
592026-06-17T21:49:17.201ZTo configure your current shell, you need to source
602026-06-17T21:49:17.201Zthe corresponding env file under $HOME/.cargo.
612026-06-17T21:49:17.201Z
622026-06-17T21:49:17.201ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T21:49:17.201Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T21:49:17.201Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T21:49:17.201Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T21:49:17.201Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T21:49:17.201Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T21:49:17.201Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T21:49:17.201Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T21:49:17.201Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T21:49:17.201Z+ rustup --version
722026-06-17T21:49:17.201Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T21:49:17.201Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T21:49:17.212Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T21:49:17.212Z+ cargo --version
762026-06-17T21:49:17.216Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T21:49:17.216Z+ rustc --version
782026-06-17T21:49:17.234Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T21:49:17.244Zprocess exited: duration 17478 ms, exit code 0
 
802026-06-17T21:49:17.251Zstarting task 2: "authentication"
812026-06-17T21:49:17.269Zprocess exited: duration 16 ms, exit code 0
 
822026-06-17T21:49:17.275Zstarting task 3: "clone repository"
832026-06-17T21:49:17.279Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-17T21:49:17.285Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-17T21:49:17.315ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-17T21:49:18.731Z+ cd /work/oxidecomputer/maghemite
872026-06-17T21:49:18.731Z+ git fetch origin cee38fc37d46b71172e310fa2503d98b7ed5eea2
882026-06-17T21:49:19.021ZFrom https://github.com/oxidecomputer/maghemite
892026-06-17T21:49:19.021Z * branch cee38fc37d46b71172e310fa2503d98b7ed5eea2 -> FETCH_HEAD
902026-06-17T21:49:19.025Z+ [[ -n john/bfd-async-wiring ]]
912026-06-17T21:49:19.029Z++ git branch --show-current
922026-06-17T21:49:19.029Z+ current=main
932026-06-17T21:49:19.029Z+ [[ main != john/bfd-async-wiring ]]
942026-06-17T21:49:19.029Z+ git branch -f john/bfd-async-wiring cee38fc37d46b71172e310fa2503d98b7ed5eea2
952026-06-17T21:49:19.032Z+ git checkout -f john/bfd-async-wiring
962026-06-17T21:49:19.070ZSwitched to branch 'john/bfd-async-wiring'
972026-06-17T21:49:19.074Z+ git reset --hard cee38fc37d46b71172e310fa2503d98b7ed5eea2
982026-06-17T21:49:19.074ZHEAD is now at cee38fc swap sync bfd impl out for bfd-async
992026-06-17T21:49:19.074Zprocess exited: duration 1791 ms, exit code 0
 
1002026-06-17T21:49:19.081Zstarting task 4: "build"
1012026-06-17T21:49:19.084Z+ set -e
1022026-06-17T21:49:19.084Z+ source .github/buildomat/test-common.sh
1032026-06-17T21:49:19.084Z++ NEXTEST_VERSION=0.9.97
1042026-06-17T21:49:19.084Z++ PLATFORM=illumos
1052026-06-17T21:49:19.084Z++ banner install
1062026-06-17T21:49:19.092Z
1072026-06-17T21:49:19.092Z # # # #### ##### ## # #
1082026-06-17T21:49:19.092Z # ## # # # # # # #
1092026-06-17T21:49:19.092Z # # # # #### # # # # #
1102026-06-17T21:49:19.092Z # # # # # # ###### # #
1112026-06-17T21:49:19.092Z # # ## # # # # # # #
1122026-06-17T21:49:19.092Z # # # #### # # # ###### ######
1132026-06-17T21:49:19.092Z
1142026-06-17T21:49:19.092Z++ set +o errexit
1152026-06-17T21:49:19.092Z++ pkg info clang-15
1162026-06-17T21:49:19.092Z++ grep -qi installed
1172026-06-17T21:49:20.416Zpkg: info: no packages matching the following patterns you specified are
1182026-06-17T21:49:20.416Zinstalled on the system. Try querying remotely instead:
1192026-06-17T21:49:20.416Z
1202026-06-17T21:49:20.416Z clang-15
1212026-06-17T21:49:20.433Z++ [[ 1 != 0 ]]
1222026-06-17T21:49:20.433Z++ set -o errexit
1232026-06-17T21:49:20.436Z++ pfexec pkg install clang-15
1242026-06-17T21:49:27.557Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-17T21:49:35.276Z Startup: Caching catalogs ... Done
1262026-06-17T21:49:42.573ZPlanning: Solver setup ... Done
1272026-06-17T21:49:42.613ZPlanning: Running solver ... Done
1282026-06-17T21:49:42.751ZPlanning: Finding local manifests ... Done
1292026-06-17T21:49:42.770ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-17T21:49:43.271ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-17T21:49:43.299ZPlanning: Package planning ... Done
1322026-06-17T21:49:43.325ZPlanning: Merging actions ... Done
1332026-06-17T21:49:43.433ZPlanning: Checking for conflicting actions ... Done
1342026-06-17T21:49:43.439ZPlanning: Consolidating action changes ... Done
1352026-06-17T21:49:44.205ZPlanning: Evaluating mediators ... Done
1362026-06-17T21:49:44.211ZPlanning: Planning completed in 8.76 seconds
1372026-06-17T21:49:44.222Z Packages to install: 2
1382026-06-17T21:49:44.222Z Mediators to change: 2
1392026-06-17T21:49:44.225Z Services to change: 1
1402026-06-17T21:49:44.225Z Create boot environment: No
1412026-06-17T21:49:44.225ZCreate backup boot environment: No
1422026-06-17T21:49:44.264Z
1432026-06-17T21:49:44.265ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-17T21:49:50.324ZDownload: 983/3076 items 82.2/211.3MB 38% complete (21.4M/s)
1452026-06-17T21:49:55.328ZDownload: 1569/3076 items 116.4/211.3MB 55% complete (10.1M/s)
1462026-06-17T21:50:00.828ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (4.1M/s)
1472026-06-17T21:50:05.868ZDownload: 2321/3076 items 118.8/211.3MB 56% complete (229k/s)
1482026-06-17T21:50:10.893ZDownload: 3072/3076 items 210.7/211.3MB 99% complete (9.4M/s)
1492026-06-17T21:50:10.917ZDownload: Completed 211.31 MB in 26.65 seconds (7.9M/s)
1502026-06-17T21:50:11.040Z Actions: 1/3418 actions (Installing new actions)
1512026-06-17T21:50:14.177Z Actions: Completed 3418 actions in 3.14 seconds.
1522026-06-17T21:50:14.821Z Done
1532026-06-17T21:50:14.821Z Done
1542026-06-17T21:50:15.576Z Done
1552026-06-17T21:50:18.940Z Done
1562026-06-17T21:50:19.011Z Done
1572026-06-17T21:50:19.014Z Done
1582026-06-17T21:50:19.300Z Done
1592026-06-17T21:50:19.972Z++ set -o errexit
1602026-06-17T21:50:19.972Z++ cargo --version
1612026-06-17T21:50:19.978Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1622026-06-17T21:50:20.134Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1632026-06-17T21:50:20.137Zinfo: downloading 6 components
1642026-06-17T21:50:36.298Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1652026-06-17T21:50:36.304Z++ rustc --version
1662026-06-17T21:50:36.327Zrustc 1.95.0 (59807616e 2026-04-14)
1672026-06-17T21:50:36.333Z++ cargo install cargo-nextest --version 0.9.97
1682026-06-17T21:50:36.371Z Updating crates.io index
1692026-06-17T21:50:36.485Z Downloading crates ...
1702026-06-17T21:50:36.542Z Downloaded cargo-nextest v0.9.97
1712026-06-17T21:50:36.607Z Installing cargo-nextest v0.9.97
1722026-06-17T21:50:36.646Z Updating crates.io index
1732026-06-17T21:50:39.193Z Locking 390 packages to latest compatible versions
1742026-06-17T21:50:39.197Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-06-17T21:50:39.197Z Adding duct v0.13.7 (available: v1.1.1)
1762026-06-17T21:50:39.197Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-06-17T21:50:39.198Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-06-17T21:50:39.202Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-06-17T21:50:39.202Z Adding itertools v0.14.0 (available: v0.15.0)
1802026-06-17T21:50:39.205Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1812026-06-17T21:50:39.205Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-06-17T21:50:39.205Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1832026-06-17T21:50:39.208Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-06-17T21:50:39.233Z Downloading crates ...
1852026-06-17T21:50:39.317Z Downloaded clap_derive v4.6.1
1862026-06-17T21:50:39.320Z Downloaded cargo_metadata v0.20.0
1872026-06-17T21:50:39.323Z Downloaded anstyle-parse v1.0.0
1882026-06-17T21:50:39.327Z Downloaded form_urlencoded v1.2.2
1892026-06-17T21:50:39.327Z Downloaded futures-task v0.3.32
1902026-06-17T21:50:39.327Z Downloaded crypto-common v0.1.7
1912026-06-17T21:50:39.331Z Downloaded hyper-tls v0.6.0
1922026-06-17T21:50:39.335Z Downloaded home v0.5.12
1932026-06-17T21:50:39.339Z Downloaded atomic-waker v1.1.2
1942026-06-17T21:50:39.344Z Downloaded cfg_aliases v0.2.1
1952026-06-17T21:50:39.347Z Downloaded newtype-uuid v1.3.2
1962026-06-17T21:50:39.347Z Downloaded hyper-rustls v0.27.9
1972026-06-17T21:50:39.350Z Downloaded block-buffer v0.10.4
1982026-06-17T21:50:39.351Z Downloaded log v0.4.32
1992026-06-17T21:50:39.354Z Downloaded indenter v0.3.4
2002026-06-17T21:50:39.354Z Downloaded ahash v0.8.12
2012026-06-17T21:50:39.362Z Downloaded hyper-util v0.1.20
2022026-06-17T21:50:39.364Z Downloaded rustc-hash v2.1.2
2032026-06-17T21:50:39.365Z Downloaded cpufeatures v0.2.17
2042026-06-17T21:50:39.365Z Downloaded clap_lex v1.1.0
2052026-06-17T21:50:39.365Z Downloaded adler2 v2.0.1
2062026-06-17T21:50:39.365Z Downloaded percent-encoding v2.3.2
2072026-06-17T21:50:39.365Z Downloaded humantime-serde v1.1.1
2082026-06-17T21:50:39.369Z Downloaded parking_lot v0.12.5
2092026-06-17T21:50:39.369Z Downloaded iana-time-zone v0.1.65
2102026-06-17T21:50:39.371Z Downloaded backtrace-ext v0.2.1
2112026-06-17T21:50:39.375Z Downloaded atomicwrites v0.4.4
2122026-06-17T21:50:39.376Z Downloaded digest v0.10.7
2132026-06-17T21:50:39.376Z Downloaded nextest-workspace-hack v0.1.0
2142026-06-17T21:50:39.380Z Downloaded fnv v1.0.7
2152026-06-17T21:50:39.380Z Downloaded indent_write v2.2.0
2162026-06-17T21:50:39.380Z Downloaded futures-sink v0.3.32
2172026-06-17T21:50:39.384Z Downloaded rand_chacha v0.9.0
2182026-06-17T21:50:39.387Z Downloaded camino-tempfile v1.4.1
2192026-06-17T21:50:39.391Z Downloaded futures-macro v0.3.32
2202026-06-17T21:50:39.391Z Downloaded color-spantrace v0.3.0
2212026-06-17T21:50:39.391Z Downloaded config v0.15.24
2222026-06-17T21:50:39.394Z Downloaded idna_adapter v1.0.0
2232026-06-17T21:50:39.396Z Downloaded cfg-if v1.0.4
2242026-06-17T21:50:39.402Z Downloaded itoa v1.0.18
2252026-06-17T21:50:39.402Z Downloaded flate2 v1.1.9
2262026-06-17T21:50:39.405Z Downloaded is_terminal_polyfill v1.70.2
2272026-06-17T21:50:39.405Z Downloaded cargo-platform v0.3.3
2282026-06-17T21:50:39.405Z Downloaded number_prefix v0.4.0
2292026-06-17T21:50:39.405Z Downloaded pathdiff v0.2.3
2302026-06-17T21:50:39.405Z Downloaded heck v0.5.0
2312026-06-17T21:50:39.409Z Downloaded futures-core v0.3.32
2322026-06-17T21:50:39.409Z Downloaded cargo-platform v0.2.0
2332026-06-17T21:50:39.409Z Downloaded mukti-metadata v0.3.0
2342026-06-17T21:50:39.412Z Downloaded lazy_static v1.5.0
2352026-06-17T21:50:39.412Z Downloaded is_ci v1.2.0
2362026-06-17T21:50:39.412Z Downloaded convert_case v0.10.0
2372026-06-17T21:50:39.413Z Downloaded base64ct v1.8.3
2382026-06-17T21:50:39.417Z Downloaded async-scoped v0.9.0
2392026-06-17T21:50:39.417Z Downloaded curve25519-dalek-derive v0.1.1
2402026-06-17T21:50:39.417Z Downloaded autocfg v1.5.1
2412026-06-17T21:50:39.429Z Downloaded equivalent v1.0.2
2422026-06-17T21:50:39.434Z Downloaded anstyle-query v1.1.5
2432026-06-17T21:50:39.434Z Downloaded document-features v0.2.12
2442026-06-17T21:50:39.437Z Downloaded foreign-types v0.3.2
2452026-06-17T21:50:39.438Z Downloaded ordered-float v2.10.1
2462026-06-17T21:50:39.438Z Downloaded errno v0.3.14
2472026-06-17T21:50:39.444Z Downloaded scopeguard v1.2.0
2482026-06-17T21:50:39.444Z Downloaded rustc_version v0.4.1
2492026-06-17T21:50:39.444Z Downloaded http-body v1.0.1
2502026-06-17T21:50:39.444Z Downloaded openssl-probe v0.2.1
2512026-06-17T21:50:39.449Z Downloaded duct v0.13.7
2522026-06-17T21:50:39.457Z Downloaded guppy-workspace-hack v0.1.0
2532026-06-17T21:50:39.457Z Downloaded openssl-macros v0.1.1
2542026-06-17T21:50:39.457Z Downloaded lru-slab v0.1.2
2552026-06-17T21:50:39.457Z Downloaded foreign-types-shared v0.1.1
2562026-06-17T21:50:39.463Z Downloaded rustc-demangle v0.1.27
2572026-06-17T21:50:39.463Z Downloaded pkg-config v0.3.33
2582026-06-17T21:50:39.463Z Downloaded hex v0.4.3
2592026-06-17T21:50:39.464Z Downloaded miniz_oxide v0.8.9
2602026-06-17T21:50:39.466Z Downloaded sigchld v0.2.4
2612026-06-17T21:50:39.466Z Downloaded shared_child v1.1.1
2622026-06-17T21:50:39.466Z Downloaded os_pipe v1.2.3
2632026-06-17T21:50:39.466Z Downloaded serde-value v0.7.0
2642026-06-17T21:50:39.471Z Downloaded nested v0.1.1
2652026-06-17T21:50:39.474Z Downloaded const-oid v0.9.6
2662026-06-17T21:50:39.478Z Downloaded console v0.15.11
2672026-06-17T21:50:39.478Z Downloaded debug-ignore v1.0.5
2682026-06-17T21:50:39.521Z Downloaded generic-array v0.14.7
2692026-06-17T21:50:39.522Z Downloaded litrs v1.0.0
2702026-06-17T21:50:39.522Z Downloaded serde_ignored v0.1.14
2712026-06-17T21:50:39.522Z Downloaded shell-words v1.1.1
2722026-06-17T21:50:39.522Z Downloaded signal-hook-mio v0.2.5
2732026-06-17T21:50:39.522Z Downloaded serde_urlencoded v0.7.1
2742026-06-17T21:50:39.522Z Downloaded serde_spanned v1.1.1
2752026-06-17T21:50:39.522Z Downloaded serde_spanned v0.6.9
2762026-06-17T21:50:39.522Z Downloaded strip-ansi-escapes v0.2.1
2772026-06-17T21:50:39.522Z Downloaded colorchoice v1.0.5
2782026-06-17T21:50:39.522Z Downloaded cargo-util-schemas v0.2.0
2792026-06-17T21:50:39.522Z Downloaded humantime v2.3.0
2802026-06-17T21:50:39.522Z Downloaded serde-untagged v0.1.9
2812026-06-17T21:50:39.522Z Downloaded futures-io v0.3.32
2822026-06-17T21:50:39.522Z Downloaded foldhash v0.1.5
2832026-06-17T21:50:39.522Z Downloaded ppv-lite86 v0.2.21
2842026-06-17T21:50:39.522Z Downloaded self-replace v1.5.0
2852026-06-17T21:50:39.522Z Downloaded pin-project-lite v0.2.17
2862026-06-17T21:50:39.522Z Downloaded rand_core v0.6.4
2872026-06-17T21:50:39.522Z Downloaded find-msvc-tools v0.1.9
2882026-06-17T21:50:39.522Z Downloaded fastrand v2.4.1
2892026-06-17T21:50:39.523Z Downloaded http-body-util v0.1.3
2902026-06-17T21:50:39.523Z Downloaded supports-color v3.0.2
2912026-06-17T21:50:39.523Z Downloaded strsim v0.11.1
2922026-06-17T21:50:39.523Z Downloaded pin-project-internal v1.1.13
2932026-06-17T21:50:39.523Z Downloaded supports-unicode v3.0.0
2942026-06-17T21:50:39.527Z Downloaded owo-colors v4.3.0
2952026-06-17T21:50:39.527Z Downloaded signature v2.2.0
2962026-06-17T21:50:39.527Z Downloaded supports-hyperlinks v3.2.0
2972026-06-17T21:50:39.527Z Downloaded subtle v2.6.1
2982026-06-17T21:50:39.527Z Downloaded futures-executor v0.3.32
2992026-06-17T21:50:39.527Z Downloaded terminal_size v0.4.4
3002026-06-17T21:50:39.527Z Downloaded tinyvec_macros v0.1.1
3012026-06-17T21:50:39.527Z Downloaded sync_wrapper v1.0.2
3022026-06-17T21:50:39.527Z Downloaded swrite v0.1.0
3032026-06-17T21:50:39.528Z Downloaded anstyle v1.0.14
3042026-06-17T21:50:39.533Z Downloaded once_cell v1.21.4
3052026-06-17T21:50:39.533Z Downloaded pkcs8 v0.10.2
3062026-06-17T21:50:39.533Z Downloaded cfg-expr v0.20.8
3072026-06-17T21:50:39.536Z Downloaded fixedbitset v0.5.7
3082026-06-17T21:50:39.536Z Downloaded dialoguer v0.11.0
3092026-06-17T21:50:39.540Z Downloaded shlex v2.0.1
3102026-06-17T21:50:39.540Z Downloaded cargo_metadata v0.23.1
3112026-06-17T21:50:39.540Z Downloaded rand_core v0.9.5
3122026-06-17T21:50:39.540Z Downloaded serde_path_to_error v0.1.20
3132026-06-17T21:50:39.544Z Downloaded lock_api v0.4.14
3142026-06-17T21:50:39.544Z Downloaded miette-derive v7.6.0
3152026-06-17T21:50:39.544Z Downloaded bitflags v2.13.0
3162026-06-17T21:50:39.547Z Downloaded globset v0.4.18
3172026-06-17T21:50:39.547Z Downloaded filetime v0.2.29
3182026-06-17T21:50:39.547Z Downloaded either v1.16.0
3192026-06-17T21:50:39.553Z Downloaded nextest-metadata v0.12.2
3202026-06-17T21:50:39.553Z Downloaded future-queue v0.4.0
3212026-06-17T21:50:39.553Z Downloaded enable-ansi-support v0.2.1
3222026-06-17T21:50:39.557Z Downloaded ed25519 v2.2.3
3232026-06-17T21:50:39.557Z Downloaded tokio-macros v2.7.0
3242026-06-17T21:50:39.557Z Downloaded httparse v1.10.1
3252026-06-17T21:50:39.557Z Downloaded native-tls v0.2.18
3262026-06-17T21:50:39.565Z Downloaded toml_write v0.1.2
3272026-06-17T21:50:39.571Z Downloaded slab v0.4.12
3282026-06-17T21:50:39.578Z Downloaded erased-serde v0.4.10
3292026-06-17T21:50:39.581Z Downloaded self_update v0.42.0
3302026-06-17T21:50:39.581Z Downloaded toml_datetime v0.6.11
3312026-06-17T21:50:39.581Z Downloaded tower-service v0.3.3
3322026-06-17T21:50:39.581Z Downloaded tower-layer v0.3.3
3332026-06-17T21:50:39.587Z Downloaded jobserver v0.1.34
3342026-06-17T21:50:39.587Z Downloaded semver v1.0.28
3352026-06-17T21:50:39.590Z Downloaded simd-adler32 v0.3.9
3362026-06-17T21:50:39.590Z Downloaded quote v1.0.45
3372026-06-17T21:50:39.590Z Downloaded parking_lot_core v0.9.12
3382026-06-17T21:50:39.590Z Downloaded futures-channel v0.3.32
3392026-06-17T21:50:39.593Z Downloaded crc32fast v1.5.0
3402026-06-17T21:50:39.593Z Downloaded target-lexicon v0.13.5
3412026-06-17T21:50:39.593Z Downloaded smol_str v0.3.6
3422026-06-17T21:50:39.596Z Downloaded thread_local v1.1.9
3432026-06-17T21:50:39.596Z Downloaded typeid v1.0.3
3442026-06-17T21:50:39.596Z Downloaded static_assertions v1.1.0
3452026-06-17T21:50:39.596Z Downloaded spki v0.7.3
3462026-06-17T21:50:39.600Z Downloaded try-lock v0.2.5
3472026-06-17T21:50:39.600Z Downloaded signal-hook-registry v1.4.8
3482026-06-17T21:50:39.600Z Downloaded num-traits v0.2.19
3492026-06-17T21:50:39.604Z Downloaded tracing-error v0.2.1
3502026-06-17T21:50:39.604Z Downloaded thiserror v2.0.18
3512026-06-17T21:50:39.607Z Downloaded thiserror-impl v2.0.18
3522026-06-17T21:50:39.607Z Downloaded nextest-filtering v0.15.0
3532026-06-17T21:50:39.607Z Downloaded tokio-native-tls v0.3.1
3542026-06-17T21:50:39.611Z Downloaded thiserror-impl v1.0.69
3552026-06-17T21:50:39.611Z Downloaded target-spec-miette v0.4.8
3562026-06-17T21:50:39.616Z Downloaded camino v1.2.2
3572026-06-17T21:50:39.616Z Downloaded ipnet v2.12.0
3582026-06-17T21:50:39.616Z Downloaded anstream v1.0.0
3592026-06-17T21:50:39.618Z Downloaded quinn-udp v0.5.14
3602026-06-17T21:50:39.618Z Downloaded getrandom v0.2.17
3612026-06-17T21:50:39.623Z Downloaded unicode-linebreak v0.1.5
3622026-06-17T21:50:39.626Z Downloaded untrusted v0.9.0
3632026-06-17T21:50:39.630Z Downloaded toml_writer v1.1.1+spec-1.1.0
3642026-06-17T21:50:39.630Z Downloaded urlencoding v2.1.3
3652026-06-17T21:50:39.635Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3662026-06-17T21:50:39.635Z Downloaded utf8parse v0.2.2
3672026-06-17T21:50:39.635Z Downloaded utf8_iter v1.0.4
3682026-06-17T21:50:39.638Z Downloaded version_check v0.9.5
3692026-06-17T21:50:39.638Z Downloaded xattr v1.6.1
3702026-06-17T21:50:39.638Z Downloaded want v0.3.1
3712026-06-17T21:50:39.643Z Downloaded smallvec v1.15.2
3722026-06-17T21:50:39.646Z Downloaded ron v0.12.1
3732026-06-17T21:50:39.654Z Downloaded http v1.4.2
3742026-06-17T21:50:39.656Z Downloaded rustls-pki-types v1.14.1
3752026-06-17T21:50:39.661Z Downloaded thiserror v1.0.69
3762026-06-17T21:50:39.661Z Downloaded tracing-log v0.2.0
3772026-06-17T21:50:39.661Z Downloaded sha2 v0.10.9
3782026-06-17T21:50:39.665Z Downloaded quick-junit v0.5.2
3792026-06-17T21:50:39.665Z Downloaded sharded-slab v0.1.7
3802026-06-17T21:50:39.669Z Downloaded pin-project v1.1.13
3812026-06-17T21:50:39.673Z Downloaded getrandom v0.3.4
3822026-06-17T21:50:39.678Z Downloaded clap v4.6.1
3832026-06-17T21:50:39.681Z Downloaded addr2line v0.25.1
3842026-06-17T21:50:39.682Z Downloaded unicase v2.9.0
3852026-06-17T21:50:39.693Z Downloaded tempfile v3.27.0
3862026-06-17T21:50:39.693Z Downloaded eyre v0.6.12
3872026-06-17T21:50:39.699Z Downloaded tracing-attributes v0.1.31
3882026-06-17T21:50:39.699Z Downloaded toml_parser v1.1.2+spec-1.1.0
3892026-06-17T21:50:39.699Z Downloaded xxhash-rust v0.8.15
3902026-06-17T21:50:39.699Z Downloaded borsh v1.6.1
3912026-06-17T21:50:39.699Z Downloaded zstd-safe v7.2.4
3922026-06-17T21:50:39.699Z Downloaded zmij v1.0.21
3932026-06-17T21:50:39.699Z Downloaded unicode-xid v0.2.6
3942026-06-17T21:50:39.699Z Downloaded zeroize v1.9.0
3952026-06-17T21:50:39.703Z Downloaded socket2 v0.6.4
3962026-06-17T21:50:39.703Z Downloaded futures v0.3.32
3972026-06-17T21:50:39.703Z Downloaded target-spec v3.6.0
3982026-06-17T21:50:39.704Z Downloaded tinyvec v1.11.0
3992026-06-17T21:50:39.708Z Downloaded openssl-sys v0.9.117
4002026-06-17T21:50:39.708Z Downloaded proc-macro2 v1.0.106
4012026-06-17T21:50:39.712Z Downloaded derive-where v1.6.1
4022026-06-17T21:50:39.712Z Downloaded tokio-rustls v0.26.4
4032026-06-17T21:50:39.719Z Downloaded signal-hook v0.3.18
4042026-06-17T21:50:39.719Z Downloaded tokio-stream v0.1.18
4052026-06-17T21:50:39.719Z Downloaded ryu v1.0.23
4062026-06-17T21:50:39.722Z Downloaded getrandom v0.4.3
4072026-06-17T21:50:39.722Z Downloaded serde_derive v1.0.228
4082026-06-17T21:50:39.727Z Downloaded quinn v0.11.9
4092026-06-17T21:50:39.727Z Downloaded toml v0.8.23
4102026-06-17T21:50:39.727Z Downloaded indicatif v0.17.11
4112026-06-17T21:50:39.732Z Downloaded zstd v0.13.3
4122026-06-17T21:50:39.732Z Downloaded zipsign-api v0.1.5
4132026-06-17T21:50:39.746Z Downloaded bytes v1.11.1
4142026-06-17T21:50:39.749Z Downloaded unicode-ident v1.0.24
4152026-06-17T21:50:39.758Z Downloaded textwrap v0.16.2
4162026-06-17T21:50:39.763Z Downloaded backtrace v0.3.76
4172026-06-17T21:50:39.768Z Downloaded tracing-core v0.1.36
4182026-06-17T21:50:39.779Z Downloaded vte v0.14.1
4192026-06-17T21:50:39.782Z Downloaded serde_core v1.0.228
4202026-06-17T21:50:39.782Z Downloaded toml v1.1.2+spec-1.1.0
4212026-06-17T21:50:39.785Z Downloaded der v0.7.10
4222026-06-17T21:50:39.786Z Downloaded rustls-webpki v0.103.13
4232026-06-17T21:50:39.789Z Downloaded miette v7.6.0
4242026-06-17T21:50:39.794Z Downloaded memchr v2.8.2
4252026-06-17T21:50:39.797Z Downloaded base64 v0.22.1
4262026-06-17T21:50:39.800Z Downloaded rand v0.9.4
4272026-06-17T21:50:39.806Z Downloaded uuid v1.23.3
4282026-06-17T21:50:39.814Z Downloaded derive_more v2.1.1
4292026-06-17T21:50:39.820Z Downloaded serde v1.0.228
4302026-06-17T21:50:39.825Z Downloaded cc v1.2.64
4312026-06-17T21:50:39.825Z Downloaded aho-corasick v1.1.4
4322026-06-17T21:50:39.831Z Downloaded tar v0.4.46
4332026-06-17T21:50:39.837Z Downloaded mio v1.2.1
4342026-06-17T21:50:39.845Z Downloaded indexmap v2.14.0
4352026-06-17T21:50:39.855Z Downloaded derive_more-impl v2.1.1
4362026-06-17T21:50:39.862Z Downloaded toml_edit v0.22.27
4372026-06-17T21:50:39.866Z Downloaded idna v1.1.0
4382026-06-17T21:50:39.873Z Downloaded url v2.5.8
4392026-06-17T21:50:39.876Z Downloaded ed25519-dalek v2.2.0
4402026-06-17T21:50:39.879Z Downloaded portable-atomic v1.13.1
4412026-06-17T21:50:39.884Z Downloaded typenum v1.20.1
4422026-06-17T21:50:39.894Z Downloaded regex v1.12.4
4432026-06-17T21:50:39.900Z Downloaded hyper v1.10.1
4442026-06-17T21:50:39.904Z Downloaded tower v0.5.3
4452026-06-17T21:50:39.910Z Downloaded pulldown-cmark v0.13.4
4462026-06-17T21:50:39.915Z Downloaded hashbrown v0.15.5
4472026-06-17T21:50:39.919Z Downloaded reqwest v0.12.28
4482026-06-17T21:50:39.923Z Downloaded unicode-segmentation v1.13.3
4492026-06-17T21:50:39.923Z Downloaded itertools v0.14.0
4502026-06-17T21:50:39.927Z Downloaded clap_builder v4.6.0
4512026-06-17T21:50:39.933Z Downloaded crossterm v0.29.0
4522026-06-17T21:50:39.937Z Downloaded serde_json v1.0.150
4532026-06-17T21:50:39.943Z Downloaded hashbrown v0.17.1
4542026-06-17T21:50:39.948Z Downloaded guppy v0.17.26
4552026-06-17T21:50:39.951Z Downloaded tokio-util v0.7.18
4562026-06-17T21:50:39.956Z Downloaded futures-util v0.3.32
4572026-06-17T21:50:39.964Z Downloaded tower-http v0.6.11
4582026-06-17T21:50:39.969Z Downloaded quick-xml v0.37.5
4592026-06-17T21:50:39.974Z Downloaded h2 v0.4.15
4602026-06-17T21:50:39.979Z Downloaded unicode-normalization v0.1.25
4612026-06-17T21:50:39.984Z Downloaded quick-xml v0.38.4
4622026-06-17T21:50:39.991Z Downloaded chrono v0.4.45
4632026-06-17T21:50:40.005Z Downloaded gimli v0.32.3
4642026-06-17T21:50:40.024Z Downloaded winnow v0.7.15
4652026-06-17T21:50:40.030Z Downloaded winnow v1.0.3
4662026-06-17T21:50:40.036Z Downloaded webpki-roots v1.0.8
4672026-06-17T21:50:40.040Z Downloaded quinn-proto v0.11.14
4682026-06-17T21:50:40.047Z Downloaded tracing-subscriber v0.3.23
4692026-06-17T21:50:40.055Z Downloaded vcpkg v0.2.15
4702026-06-17T21:50:40.078Z Downloaded unicode-width v0.1.14
4712026-06-17T21:50:40.082Z Downloaded syn v2.0.118
4722026-06-17T21:50:40.087Z Downloaded bstr v1.12.1
4732026-06-17T21:50:40.092Z Downloaded curve25519-dalek v4.1.3
4742026-06-17T21:50:40.096Z Downloaded openssl v0.10.81
4752026-06-17T21:50:40.110Z Downloaded unicode-width v0.2.2
4762026-06-17T21:50:40.116Z Downloaded nextest-runner v0.80.0
4772026-06-17T21:50:40.123Z Downloaded regex-syntax v0.8.11
4782026-06-17T21:50:40.130Z Downloaded zerocopy v0.8.52
4792026-06-17T21:50:40.141Z Downloaded object v0.37.3
4802026-06-17T21:50:40.148Z Downloaded nix v0.30.1
4812026-06-17T21:50:40.154Z Downloaded color-eyre v0.6.5
4822026-06-17T21:50:40.160Z Downloaded rustls v0.23.40
4832026-06-17T21:50:40.165Z Downloaded rustix v0.38.44
4842026-06-17T21:50:40.188Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4852026-06-17T21:50:40.197Z Downloaded rustix v1.1.4
4862026-06-17T21:50:40.210Z Downloaded tracing v0.1.44
4872026-06-17T21:50:40.221Z Downloaded tokio v1.52.3
4882026-06-17T21:50:40.257Z Downloaded regex-automata v0.4.14
4892026-06-17T21:50:40.287Z Downloaded libc v0.2.186
4902026-06-17T21:50:40.306Z Downloaded petgraph v0.8.3
4912026-06-17T21:50:40.381Z Downloaded recursion v0.5.4
4922026-06-17T21:50:40.388Z Downloaded ring v0.17.14
4932026-06-17T21:50:40.448Z Compiling proc-macro2 v1.0.106
4942026-06-17T21:50:40.448Z Compiling libc v0.2.186
4952026-06-17T21:50:40.452Z Compiling unicode-ident v1.0.24
4962026-06-17T21:50:40.452Z Compiling quote v1.0.45
4972026-06-17T21:50:40.452Z Compiling serde_core v1.0.228
4982026-06-17T21:50:40.452Z Compiling cfg-if v1.0.4
4992026-06-17T21:50:40.452Z Compiling memchr v2.8.2
5002026-06-17T21:50:40.593Z Compiling once_cell v1.21.4
5012026-06-17T21:50:40.658Z Compiling log v0.4.32
5022026-06-17T21:50:40.698Z Compiling pin-project-lite v0.2.17
5032026-06-17T21:50:40.785Z Compiling itoa v1.0.18
5042026-06-17T21:50:40.849Z Compiling serde v1.0.228
5052026-06-17T21:50:40.983Z Compiling smallvec v1.15.2
5062026-06-17T21:50:41.019Z Compiling futures-core v0.3.32
5072026-06-17T21:50:41.191Z Compiling bitflags v2.13.0
5082026-06-17T21:50:41.217Z Compiling equivalent v1.0.2
5092026-06-17T21:50:41.231Z Compiling shlex v2.0.1
5102026-06-17T21:50:41.308Z Compiling find-msvc-tools v0.1.9
5112026-06-17T21:50:41.409Z Compiling hashbrown v0.17.1
5122026-06-17T21:50:41.528Z Compiling errno v0.3.14
5132026-06-17T21:50:41.547Z Compiling bytes v1.11.1
5142026-06-17T21:50:41.567Z Compiling mio v1.2.1
5152026-06-17T21:50:41.691Z Compiling signal-hook-registry v1.4.8
5162026-06-17T21:50:41.691Z Compiling jobserver v0.1.34
5172026-06-17T21:50:41.834Z Compiling syn v2.0.118
5182026-06-17T21:50:41.894Z Compiling cc v1.2.64
5192026-06-17T21:50:42.003Z Compiling futures-sink v0.3.32
5202026-06-17T21:50:42.071Z Compiling rustix v1.1.4
5212026-06-17T21:50:42.115Z Compiling socket2 v0.6.4
5222026-06-17T21:50:42.274Z Compiling zmij v1.0.21
5232026-06-17T21:50:42.287Z Compiling slab v0.4.12
5242026-06-17T21:50:42.433Z Compiling futures-channel v0.3.32
5252026-06-17T21:50:42.499Z Compiling tracing-core v0.1.36
5262026-06-17T21:50:42.639Z Compiling version_check v0.9.5
5272026-06-17T21:50:42.704Z Compiling serde_json v1.0.150
5282026-06-17T21:50:42.912Z Compiling indexmap v2.14.0
5292026-06-17T21:50:43.000Z Compiling futures-io v0.3.32
5302026-06-17T21:50:43.058Z Compiling getrandom v0.4.3
5312026-06-17T21:50:43.196Z Compiling futures-task v0.3.32
5322026-06-17T21:50:43.311Z Compiling unicode-width v0.2.2
5332026-06-17T21:50:43.361Z Compiling camino v1.2.2
5342026-06-17T21:50:43.372Z Compiling percent-encoding v2.3.2
5352026-06-17T21:50:43.638Z Compiling ring v0.17.14
5362026-06-17T21:50:43.659Z Compiling http v1.4.2
5372026-06-17T21:50:43.747Z Compiling zeroize v1.9.0
5382026-06-17T21:50:43.780Z Compiling autocfg v1.5.1
5392026-06-17T21:50:43.792Z Compiling simd-adler32 v0.3.9
5402026-06-17T21:50:43.943Z Compiling adler2 v2.0.1
5412026-06-17T21:50:44.117Z Compiling miniz_oxide v0.8.9
5422026-06-17T21:50:44.152Z Compiling num-traits v0.2.19
5432026-06-17T21:50:44.645Z Compiling zerocopy v0.8.52
5442026-06-17T21:50:44.658Z Compiling object v0.37.3
5452026-06-17T21:50:44.959Z Compiling getrandom v0.3.4
5462026-06-17T21:50:45.015Z Compiling target-lexicon v0.13.5
5472026-06-17T21:50:45.291Z Compiling http-body v1.0.1
5482026-06-17T21:50:45.320Z Compiling rustls-pki-types v1.14.1
5492026-06-17T21:50:45.460Z Compiling form_urlencoded v1.2.2
5502026-06-17T21:50:45.484Z Compiling serde_derive v1.0.228
5512026-06-17T21:50:45.497Z Compiling tokio-macros v2.7.0
5522026-06-17T21:50:45.561Z Compiling futures-macro v0.3.32
5532026-06-17T21:50:45.561Z Compiling tracing-attributes v0.1.31
5542026-06-17T21:50:45.771Z Compiling semver v1.0.28
5552026-06-17T21:50:45.887Z Compiling getrandom v0.2.17
5562026-06-17T21:50:46.079Z Compiling utf8_iter v1.0.4
5572026-06-17T21:50:46.262Z Compiling untrusted v0.9.0
5582026-06-17T21:50:46.268Z Compiling signal-hook v0.3.18
5592026-06-17T21:50:46.268Z Compiling tokio v1.52.3
5602026-06-17T21:50:46.366Z Compiling thiserror v2.0.18
5612026-06-17T21:50:46.396Z Compiling futures-util v0.3.32
5622026-06-17T21:50:46.434Z Compiling idna_adapter v1.0.0
5632026-06-17T21:50:46.486Z Compiling gimli v0.32.3
5642026-06-17T21:50:46.533Z Compiling httparse v1.10.1
5652026-06-17T21:50:46.687Z Compiling owo-colors v4.3.0
5662026-06-17T21:50:46.779Z Compiling tracing v0.1.44
5672026-06-17T21:50:46.886Z Compiling guppy-workspace-hack v0.1.0
5682026-06-17T21:50:47.031Z Compiling fnv v1.0.7
5692026-06-17T21:50:47.174Z Compiling idna v1.1.0
5702026-06-17T21:50:47.353Z Compiling thiserror-impl v2.0.18
5712026-06-17T21:50:48.624Z Compiling addr2line v0.25.1
5722026-06-17T21:50:48.825Z Compiling generic-array v0.14.7
5732026-06-17T21:50:48.987Z Compiling typeid v1.0.3
5742026-06-17T21:50:49.062Z Compiling target-spec v3.6.0
5752026-06-17T21:50:49.092Z Compiling fastrand v2.4.1
5762026-06-17T21:50:49.097Z Compiling thiserror v1.0.69
5772026-06-17T21:50:49.260Z Compiling rustc-demangle v0.1.27
5782026-06-17T21:50:49.324Z Compiling try-lock v0.2.5
5792026-06-17T21:50:49.377Z Compiling tower-service v0.3.3
5802026-06-17T21:50:49.405Z Compiling pkg-config v0.3.33
5812026-06-17T21:50:49.433Z Compiling rustls v0.23.40
5822026-06-17T21:50:49.468Z Compiling atomic-waker v1.1.2
5832026-06-17T21:50:49.657Z Compiling want v0.3.1
5842026-06-17T21:50:49.848Z Compiling tempfile v3.27.0
5852026-06-17T21:50:49.856Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-06-17T21:50:50.000Z Compiling url v2.5.8
5872026-06-17T21:50:50.246Z Compiling tokio-util v0.7.18
5882026-06-17T21:50:50.269Z Compiling cfg-expr v0.20.8
5892026-06-17T21:50:50.780Z Compiling h2 v0.4.15
5902026-06-17T21:50:51.696Z Compiling backtrace v0.3.76
5912026-06-17T21:50:51.883Z Compiling thiserror-impl v1.0.69
5922026-06-17T21:50:51.980Z Compiling terminal_size v0.4.4
5932026-06-17T21:50:52.136Z Compiling aho-corasick v1.1.4
5942026-06-17T21:50:52.449Z Compiling regex-syntax v0.8.11
5952026-06-17T21:50:52.620Z Compiling erased-serde v0.4.10
5962026-06-17T21:50:52.939Z Compiling rustls-webpki v0.103.13
5972026-06-17T21:50:53.091Z Compiling subtle v2.6.1
5982026-06-17T21:50:53.454Z Compiling typenum v1.20.1
5992026-06-17T21:50:53.863Z Compiling winnow v0.7.15
6002026-06-17T21:50:55.536Z Compiling regex-automata v0.4.14
6012026-06-17T21:50:56.207Z Compiling hyper v1.10.1
6022026-06-17T21:50:57.639Z Compiling serde_spanned v0.6.9
6032026-06-17T21:50:57.798Z Compiling toml_datetime v0.6.11
6042026-06-17T21:50:58.155Z Compiling ahash v0.8.12
6052026-06-17T21:50:58.439Z Compiling sync_wrapper v1.0.2
6062026-06-17T21:50:58.539Z Compiling parking_lot_core v0.9.12
6072026-06-17T21:50:58.825Z Compiling toml_write v0.1.2
6082026-06-17T21:50:59.265Z Compiling portable-atomic v1.13.1
6092026-06-17T21:50:59.396Z Compiling crc32fast v1.5.0
6102026-06-17T21:50:59.609Z Compiling foldhash v0.1.5
6112026-06-17T21:50:59.638Z Compiling ipnet v2.12.0
6122026-06-17T21:50:59.638Z Compiling nextest-workspace-hack v0.1.0
6132026-06-17T21:50:59.834Z Compiling unicode-segmentation v1.13.3
6142026-06-17T21:50:59.915Z Compiling tower-layer v0.3.3
6152026-06-17T21:51:00.022Z Compiling base64 v0.22.1
6162026-06-17T21:51:00.140Z Compiling lazy_static v1.5.0
6172026-06-17T21:51:00.260Z Compiling either v1.16.0
6182026-06-17T21:51:00.260Z Compiling unicode-linebreak v0.1.5
6192026-06-17T21:51:00.377Z Compiling is_ci v1.2.0
6202026-06-17T21:51:00.453Z Compiling textwrap v0.16.2
6212026-06-17T21:51:00.453Z Compiling supports-color v3.0.2
6222026-06-17T21:51:00.453Z Compiling hyper-util v0.1.20
6232026-06-17T21:51:00.453Z Compiling convert_case v0.10.0
6242026-06-17T21:51:00.589Z Compiling sharded-slab v0.1.7
6252026-06-17T21:51:05.218Z Compiling tower v0.5.3
6262026-06-17T21:51:05.313Z Compiling hashbrown v0.15.5
6272026-06-17T21:51:05.313Z Compiling toml_edit v0.22.27
6282026-06-17T21:51:05.315Z Compiling tokio-rustls v0.26.4
6292026-06-17T21:51:05.315Z Compiling backtrace-ext v0.2.1
6302026-06-17T21:51:05.315Z Compiling ordered-float v2.10.1
6312026-06-17T21:51:05.315Z Compiling webpki-roots v1.0.8
6322026-06-17T21:51:05.315Z Compiling miette-derive v7.6.0
6332026-06-17T21:51:05.315Z Compiling pathdiff v0.2.3
6342026-06-17T21:51:05.315Z Compiling console v0.15.11
6352026-06-17T21:51:05.315Z Compiling tracing-log v0.2.0
6362026-06-17T21:51:05.315Z Compiling cargo-platform v0.3.3
6372026-06-17T21:51:05.315Z Compiling os_pipe v1.2.3
6382026-06-17T21:51:05.315Z Compiling thread_local v1.1.9
6392026-06-17T21:51:05.315Z Compiling unicode-width v0.1.14
6402026-06-17T21:51:05.315Z Compiling pulldown-cmark v0.13.4
6412026-06-17T21:51:05.315Z Compiling scopeguard v1.2.0
6422026-06-17T21:51:05.315Z Compiling supports-hyperlinks v3.2.0
6432026-06-17T21:51:05.315Z Compiling fixedbitset v0.5.7
6442026-06-17T21:51:05.315Z Compiling zstd-safe v7.2.4
6452026-06-17T21:51:05.315Z Compiling debug-ignore v1.0.5
6462026-06-17T21:51:05.315Z Compiling supports-unicode v3.0.0
6472026-06-17T21:51:05.315Z Compiling winnow v1.0.3
6482026-06-17T21:51:05.315Z Compiling rustix v0.38.44
6492026-06-17T21:51:05.315Z Compiling cfg_aliases v0.2.1
6502026-06-17T21:51:05.315Z Compiling ryu v1.0.23
6512026-06-17T21:51:05.315Z Compiling utf8parse v0.2.2
6522026-06-17T21:51:05.316Z Compiling serde_urlencoded v0.7.1
6532026-06-17T21:51:05.316Z Compiling anstyle-parse v1.0.0
6542026-06-17T21:51:05.317Z Compiling nix v0.30.1
6552026-06-17T21:51:05.317Z Compiling miette v7.6.0
6562026-06-17T21:51:05.331Z Compiling petgraph v0.8.3
6572026-06-17T21:51:05.331Z Compiling lock_api v0.4.14
6582026-06-17T21:51:05.331Z Compiling toml_parser v1.1.2+spec-1.1.0
6592026-06-17T21:51:05.331Z Compiling tracing-subscriber v0.3.23
6602026-06-17T21:51:06.186Z Compiling sigchld v0.2.4
6612026-06-17T21:51:06.399Z Compiling toml v0.8.23
6622026-06-17T21:51:06.429Z Compiling cargo_metadata v0.23.1
6632026-06-17T21:51:06.686Z Compiling serde-value v0.7.0
6642026-06-17T21:51:07.443Z Compiling hyper-rustls v0.27.9
6652026-06-17T21:51:08.118Z Compiling serde-untagged v0.1.9
6662026-06-17T21:51:08.598Z Compiling tower-http v0.6.11
6672026-06-17T21:51:08.975Z Compiling derive_more-impl v2.1.1
6682026-06-17T21:51:09.264Z Compiling itertools v0.14.0
6692026-06-17T21:51:09.270Z Compiling regex v1.12.4
6702026-06-17T21:51:09.531Z Compiling block-buffer v0.10.4
6712026-06-17T21:51:09.686Z Compiling crypto-common v0.1.7
6722026-06-17T21:51:09.791Z Compiling ppv-lite86 v0.2.21
6732026-06-17T21:51:09.819Z Compiling futures-executor v0.3.32
6742026-06-17T21:51:10.118Z Compiling rand_core v0.9.5
6752026-06-17T21:51:10.354Z Compiling pin-project-internal v1.1.13
6762026-06-17T21:51:10.370Z Compiling http-body-util v0.1.3
6772026-06-17T21:51:10.560Z Compiling uuid v1.23.3
6782026-06-17T21:51:10.639Z Compiling serde_spanned v1.1.1
6792026-06-17T21:51:10.699Z Compiling smol_str v0.3.6
6802026-06-17T21:51:10.733Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-06-17T21:51:10.782Z Compiling filetime v0.2.29
6822026-06-17T21:51:10.990Z Compiling vte v0.14.1
6832026-06-17T21:51:11.031Z Compiling bstr v1.12.1
6842026-06-17T21:51:11.102Z Compiling unicase v2.9.0
6852026-06-17T21:51:11.136Z Compiling self_update v0.42.0
6862026-06-17T21:51:11.388Z Compiling tinyvec_macros v0.1.1
6872026-06-17T21:51:11.412Z Compiling eyre v0.6.12
6882026-06-17T21:51:11.459Z Compiling colorchoice v1.0.5
6892026-06-17T21:51:11.470Z Compiling color-spantrace v0.3.0
6902026-06-17T21:51:11.578Z Compiling number_prefix v0.4.0
6912026-06-17T21:51:11.628Z Compiling iana-time-zone v0.1.65
6922026-06-17T21:51:11.712Z Compiling anstyle-query v1.1.5
6932026-06-17T21:51:11.726Z Compiling unicode-xid v0.2.6
6942026-06-17T21:51:11.729Z Compiling is_terminal_polyfill v1.70.2
6952026-06-17T21:51:11.752Z Compiling static_assertions v1.1.0
6962026-06-17T21:51:11.786Z Compiling nested v0.1.1
6972026-06-17T21:51:11.810Z Compiling litrs v1.0.0
6982026-06-17T21:51:11.824Z Compiling anstyle v1.0.14
6992026-06-17T21:51:11.828Z Compiling xattr v1.6.1
7002026-06-17T21:51:11.856Z Compiling cargo-util-schemas v0.2.0
7012026-06-17T21:51:11.972Z Compiling tar v0.4.46
7022026-06-17T21:51:11.984Z Compiling guppy v0.17.26
7032026-06-17T21:51:12.013Z Compiling anstream v1.0.0
7042026-06-17T21:51:12.129Z Compiling chrono v0.4.45
7052026-06-17T21:51:12.246Z Compiling document-features v0.2.12
7062026-06-17T21:51:12.781Z Compiling indicatif v0.17.11
7072026-06-17T21:51:13.989Z Compiling globset v0.4.18
7082026-06-17T21:51:14.262Z Compiling tinyvec v1.11.0
7092026-06-17T21:51:14.482Z Compiling pin-project v1.1.13
7102026-06-17T21:51:14.601Z Compiling strip-ansi-escapes v0.2.1
7112026-06-17T21:51:14.687Z Compiling toml v1.1.2+spec-1.1.0
7122026-06-17T21:51:15.013Z Compiling nextest-metadata v0.12.2
7132026-06-17T21:51:15.088Z Compiling newtype-uuid v1.3.2
7142026-06-17T21:51:15.279Z Compiling reqwest v0.12.28
7152026-06-17T21:51:15.469Z Compiling rand_chacha v0.9.0
7162026-06-17T21:51:15.901Z Compiling futures v0.3.32
7172026-06-17T21:51:15.986Z Compiling derive_more v2.1.1
7182026-06-17T21:51:16.023Z Compiling digest v0.10.7
7192026-06-17T21:51:16.063Z Compiling flate2 v1.1.9
7202026-06-17T21:51:16.248Z Compiling parking_lot v0.12.5
7212026-06-17T21:51:16.634Z Compiling shared_child v1.1.1
7222026-06-17T21:51:16.971Z Compiling tracing-error v0.2.1
7232026-06-17T21:51:17.221Z Compiling signal-hook-mio v0.2.5
7242026-06-17T21:51:17.352Z Compiling self-replace v1.5.0
7252026-06-17T21:51:17.501Z Compiling cargo-platform v0.2.0
7262026-06-17T21:51:17.637Z Compiling quick-xml v0.37.5
7272026-06-17T21:51:17.890Z Compiling quick-xml v0.38.4
7282026-06-17T21:51:18.268Z Compiling shell-words v1.1.1
7292026-06-17T21:51:18.547Z Compiling cpufeatures v0.2.17
7302026-06-17T21:51:18.550Z Compiling clap_lex v1.1.0
7312026-06-17T21:51:18.594Z Compiling urlencoding v2.1.3
7322026-06-17T21:51:18.840Z Compiling indenter v0.3.4
7332026-06-17T21:51:18.899Z Compiling strsim v0.11.1
7342026-06-17T21:51:18.966Z Compiling heck v0.5.0
7352026-06-17T21:51:19.139Z Compiling humantime v2.3.0
7362026-06-17T21:51:19.418Z Compiling recursion v0.5.4
7372026-06-17T21:51:19.529Z Compiling nextest-filtering v0.15.0
7382026-06-17T21:51:19.549Z Compiling clap_builder v4.6.0
7392026-06-17T21:51:19.561Z Compiling humantime-serde v1.1.1
7402026-06-17T21:51:19.715Z Compiling clap_derive v4.6.1
7412026-06-17T21:51:20.239Z Compiling sha2 v0.10.9
7422026-06-17T21:51:21.445Z Compiling quick-junit v0.5.2
7432026-06-17T21:51:21.518Z Compiling atomicwrites v0.4.4
7442026-06-17T21:51:21.765Z Compiling cargo_metadata v0.20.0
7452026-06-17T21:51:23.461Z Compiling cargo-nextest v0.9.97
7462026-06-17T21:51:23.782Z Compiling crossterm v0.29.0
7472026-06-17T21:51:25.619Z Compiling duct v0.13.7
7482026-06-17T21:51:25.799Z Compiling zstd v0.13.3
7492026-06-17T21:51:25.870Z Compiling async-scoped v0.9.0
7502026-06-17T21:51:26.063Z Compiling rand v0.9.4
7512026-06-17T21:51:26.223Z Compiling config v0.15.24
7522026-06-17T21:51:26.678Z Compiling unicode-normalization v0.1.25
7532026-06-17T21:51:26.815Z Compiling target-spec-miette v0.4.8
7542026-06-17T21:51:26.910Z Compiling future-queue v0.4.0
7552026-06-17T21:51:26.999Z Compiling mukti-metadata v0.3.0
7562026-06-17T21:51:27.196Z Compiling tokio-stream v0.1.18
7572026-06-17T21:51:27.252Z Compiling camino-tempfile v1.4.1
7582026-06-17T21:51:27.263Z Compiling derive-where v1.6.1
7592026-06-17T21:51:27.360Z Compiling serde_ignored v0.1.14
7602026-06-17T21:51:27.494Z Compiling serde_path_to_error v0.1.20
7612026-06-17T21:51:27.578Z Compiling hex v0.4.3
7622026-06-17T21:51:27.675Z Compiling swrite v0.1.0
7632026-06-17T21:51:27.718Z Compiling home v0.5.12
7642026-06-17T21:51:27.782Z Compiling indent_write v2.2.0
7652026-06-17T21:51:27.865Z Compiling xxhash-rust v0.8.15
7662026-06-17T21:51:27.928Z Compiling color-eyre v0.6.5
7672026-06-17T21:51:27.959Z Compiling clap v4.6.1
7682026-06-17T21:51:27.993Z Compiling dialoguer v0.11.0
7692026-06-17T21:51:28.036Z Compiling enable-ansi-support v0.2.1
7702026-06-17T21:51:28.515Z Compiling nextest-runner v0.80.0
7712026-06-17T21:51:46.509Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-06-17T21:51:46.693Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-06-17T21:51:46.696Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-06-17T21:51:46.814Z+ pushd bgp
7752026-06-17T21:51:46.817Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-06-17T21:51:46.818Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7772026-06-17T21:51:46.970Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-06-17T21:51:47.792ZFrom https://github.com/oxidecomputer/falcon
7792026-06-17T21:51:47.792Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7802026-06-17T21:51:47.867Z Updating crates.io index
7812026-06-17T21:51:47.912Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-06-17T21:51:48.384ZFrom https://github.com/oxidecomputer/dendrite
7832026-06-17T21:51:48.384Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7842026-06-17T21:51:48.417Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-06-17T21:51:48.719ZFrom https://github.com/oxidecomputer/ispf
7862026-06-17T21:51:48.719Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-06-17T21:51:48.744Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-06-17T21:51:49.092ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-06-17T21:51:49.092Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7902026-06-17T21:51:49.098Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-06-17T21:51:59.381ZFrom https://github.com/oxidecomputer/omicron
7922026-06-17T21:51:59.381Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7932026-06-17T21:51:59.803Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-06-17T21:52:00.859ZFrom https://github.com/oxidecomputer/opte
7952026-06-17T21:52:00.859Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7962026-06-17T21:52:00.898Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-06-17T21:52:01.165ZFrom https://github.com/illumos/smf-rs
7982026-06-17T21:52:01.165Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-06-17T21:52:01.281Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-06-17T21:52:01.546ZFrom https://github.com/oxidecomputer/network-interface
8012026-06-17T21:52:01.546Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-06-17T21:52:01.552Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8032026-06-17T21:52:01.817ZFrom https://github.com/oxidecomputer/slog-error-chain
8042026-06-17T21:52:01.817Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8052026-06-17T21:52:01.854Z Updating git repository `https://github.com/oxidecomputer/zone`
8062026-06-17T21:52:02.108ZFrom https://github.com/oxidecomputer/zone
8072026-06-17T21:52:02.108Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8082026-06-17T21:52:02.113Z Updating git repository `https://github.com/oxidecomputer/propolis`
8092026-06-17T21:52:02.785ZFrom https://github.com/oxidecomputer/propolis
8102026-06-17T21:52:02.785Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8112026-06-17T21:52:02.863Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8122026-06-17T21:52:03.378ZFrom https://github.com/oxidecomputer/transceiver-control
8132026-06-17T21:52:03.378Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8142026-06-17T21:52:03.414Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8152026-06-17T21:52:03.692ZFrom https://github.com/oxidecomputer/dlpi-sys
8162026-06-17T21:52:03.692Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8172026-06-17T21:52:03.707Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8182026-06-17T21:52:04.034ZFrom https://github.com/jmesmon/rust-libzfs
8192026-06-17T21:52:04.034Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8202026-06-17T21:52:04.051Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8212026-06-17T21:52:04.312ZFrom https://github.com/oxidecomputer/rusty-doors
8222026-06-17T21:52:04.312Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8232026-06-17T21:52:04.319Z Updating git repository `https://github.com/oxidecomputer/lldp`
8242026-06-17T21:52:04.651ZFrom https://github.com/oxidecomputer/lldp
8252026-06-17T21:52:04.651Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8262026-06-17T21:52:04.674Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-06-17T21:52:05.011ZFrom https://github.com/oxidecomputer/tufaceous
8282026-06-17T21:52:05.011Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-06-17T21:52:05.075Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-06-17T21:52:05.739ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-06-17T21:52:05.739Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8322026-06-17T21:52:05.754Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-06-17T21:52:07.627ZFrom https://github.com/oxidecomputer/crucible
8342026-06-17T21:52:07.627Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-06-17T21:52:07.683Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-06-17T21:52:07.939ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-06-17T21:52:07.939Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-06-17T21:52:08.098Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-06-17T21:52:08.618ZFrom https://github.com/oxidecomputer/propolis
8402026-06-17T21:52:08.618Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8412026-06-17T21:52:08.694Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-17T21:52:09.203ZFrom https://github.com/oxidecomputer/crucible
8432026-06-17T21:52:09.203Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8442026-06-17T21:52:09.269Z Updating git repository `https://github.com/oxidecomputer/tofino`
8452026-06-17T21:52:09.665ZFrom https://github.com/oxidecomputer/tofino
8462026-06-17T21:52:09.666Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8472026-06-17T21:52:09.688Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8482026-06-17T21:52:10.547ZFrom https://github.com/oxidecomputer/maghemite
8492026-06-17T21:52:10.547Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8502026-06-17T21:52:10.601Z Updating git repository `https://github.com/oxidecomputer/clickward`
8512026-06-17T21:52:10.930ZFrom https://github.com/oxidecomputer/clickward
8522026-06-17T21:52:10.930Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8532026-06-17T21:52:11.110Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-06-17T21:52:11.382ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-06-17T21:52:11.382Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-06-17T21:52:12.273Z Downloading crates ...
8572026-06-17T21:52:12.368Z Downloaded aead v0.5.2
8582026-06-17T21:52:12.382Z Downloaded allocator-api2 v0.2.21
8592026-06-17T21:52:12.385Z Downloaded bitflags v2.12.1
8602026-06-17T21:52:12.389Z Downloaded console v0.16.3
8612026-06-17T21:52:12.389Z Downloaded cstr-argument v0.1.2
8622026-06-17T21:52:12.394Z Downloaded crypto-common v0.2.2
8632026-06-17T21:52:12.394Z Downloaded crc8 v0.1.1
8642026-06-17T21:52:12.394Z Downloaded cpufeatures v0.3.0
8652026-06-17T21:52:12.398Z Downloaded const-random v0.1.18
8662026-06-17T21:52:12.398Z Downloaded async-trait v0.1.89
8672026-06-17T21:52:12.401Z Downloaded convert_case v0.4.0
8682026-06-17T21:52:12.401Z Downloaded compression-core v0.4.32
8692026-06-17T21:52:12.401Z Downloaded compression-codecs v0.4.38
8702026-06-17T21:52:12.405Z Downloaded foreign-types-macros v0.2.3
8712026-06-17T21:52:12.409Z Downloaded const-oid v0.10.2
8722026-06-17T21:52:12.409Z Downloaded foreign-types-shared v0.3.1
8732026-06-17T21:52:12.413Z Downloaded digest v0.11.3
8742026-06-17T21:52:12.413Z Downloaded defmt-macros v1.1.0
8752026-06-17T21:52:12.416Z Downloaded data-encoding v2.11.0
8762026-06-17T21:52:12.416Z Downloaded elliptic-curve v0.13.8
8772026-06-17T21:52:12.420Z Downloaded memoffset v0.9.1
8782026-06-17T21:52:12.423Z Downloaded hostname v0.3.1
8792026-06-17T21:52:12.423Z Downloaded darling_macro v0.21.3
8802026-06-17T21:52:12.427Z Downloaded crunchy v0.2.4
8812026-06-17T21:52:12.427Z Downloaded colored v3.1.1
8822026-06-17T21:52:12.430Z Downloaded cobs v0.3.0
8832026-06-17T21:52:12.430Z Downloaded ingot-macros v0.1.1
8842026-06-17T21:52:12.434Z Downloaded heck v0.4.1
8852026-06-17T21:52:12.434Z Downloaded backoff v0.4.0
8862026-06-17T21:52:12.437Z Downloaded ipnetwork v0.21.1
8872026-06-17T21:52:12.437Z Downloaded httpdate v1.0.3
8882026-06-17T21:52:12.441Z Downloaded group v0.13.0
8892026-06-17T21:52:12.442Z Downloaded dof v0.4.0
8902026-06-17T21:52:12.446Z Downloaded async-stream-impl v0.3.6
8912026-06-17T21:52:12.446Z Downloaded embedded-io v0.6.1
8922026-06-17T21:52:12.446Z Downloaded darling_macro v0.23.0
8932026-06-17T21:52:12.446Z Downloaded foldhash v0.2.0
8942026-06-17T21:52:12.450Z Downloaded dof v0.3.0
8952026-06-17T21:52:12.450Z Downloaded ciborium-ll v0.2.2
8962026-06-17T21:52:12.455Z Downloaded darling v0.21.3
8972026-06-17T21:52:12.458Z Downloaded hubpack v0.1.2
8982026-06-17T21:52:12.458Z Downloaded konst_macro_rules v0.2.19
8992026-06-17T21:52:12.463Z Downloaded cookie v0.18.1
9002026-06-17T21:52:12.463Z Downloaded num-derive v0.4.2
9012026-06-17T21:52:12.466Z Downloaded fixedbitset v0.4.2
9022026-06-17T21:52:12.467Z Downloaded dtrace-parser v0.2.0
9032026-06-17T21:52:12.467Z Downloaded num v0.4.3
9042026-06-17T21:52:12.467Z Downloaded newline-converter v0.3.0
9052026-06-17T21:52:12.472Z Downloaded dtrace-parser v0.3.0
9062026-06-17T21:52:12.472Z Downloaded is-terminal v0.4.17
9072026-06-17T21:52:12.472Z Downloaded dunce v1.0.5
9082026-06-17T21:52:12.478Z Downloaded constant_time_eq v0.4.2
9092026-06-17T21:52:12.478Z Downloaded ingot v0.1.1
9102026-06-17T21:52:12.478Z Downloaded cargo_toml v0.22.3
9112026-06-17T21:52:12.478Z Downloaded cancel-safe-futures v0.1.5
9122026-06-17T21:52:12.482Z Downloaded critical-section v1.2.0
9132026-06-17T21:52:12.482Z Downloaded mime v0.3.17
9142026-06-17T21:52:12.482Z Downloaded linked-hash-map v0.5.6
9152026-06-17T21:52:12.485Z Downloaded no-std-compat v0.4.1
9162026-06-17T21:52:12.485Z Downloaded ciborium-io v0.2.2
9172026-06-17T21:52:12.485Z Downloaded match_cfg v0.1.0
9182026-06-17T21:52:12.490Z Downloaded dropshot-api-manager-types v0.7.2
9192026-06-17T21:52:12.490Z Downloaded block-buffer v0.12.0
9202026-06-17T21:52:12.491Z Downloaded float-ord v0.3.2
9212026-06-17T21:52:12.494Z Downloaded git-stub-vcs v0.1.0
9222026-06-17T21:52:12.494Z Downloaded litemap v0.8.2
9232026-06-17T21:52:12.494Z Downloaded bit-set v0.8.0
9242026-06-17T21:52:12.498Z Downloaded defmt-parser v1.0.0
9252026-06-17T21:52:12.498Z Downloaded libscf-sys v1.2.0
9262026-06-17T21:52:12.499Z Downloaded hmac v0.12.1
9272026-06-17T21:52:12.503Z Downloaded inout v0.1.4
9282026-06-17T21:52:12.503Z Downloaded daft v0.1.7
9292026-06-17T21:52:12.503Z Downloaded hubpack_derive v0.1.1
9302026-06-17T21:52:12.507Z Downloaded base16ct v1.0.0
9312026-06-17T21:52:12.507Z Downloaded const_format v0.2.36
9322026-06-17T21:52:12.510Z Downloaded internet-checksum v0.2.1
9332026-06-17T21:52:12.510Z Downloaded idna_adapter v1.2.2
9342026-06-17T21:52:12.515Z Downloaded olpc-cjson v0.1.4
9352026-06-17T21:52:12.515Z Downloaded opaque-debug v0.3.1
9362026-06-17T21:52:12.515Z Downloaded omicron-workspace-hack v0.1.0
9372026-06-17T21:52:12.515Z Downloaded num_enum_derive v0.5.11
9382026-06-17T21:52:12.519Z Downloaded num-iter v0.1.45
9392026-06-17T21:52:12.519Z Downloaded num-conv v0.2.2
9402026-06-17T21:52:12.519Z Downloaded ident_case v1.0.1
9412026-06-17T21:52:12.523Z Downloaded parse-display v0.10.0
9422026-06-17T21:52:12.524Z Downloaded num_threads v0.1.7
9432026-06-17T21:52:12.524Z Downloaded newtype_derive v0.1.6
9442026-06-17T21:52:12.524Z Downloaded managed v0.8.0
9452026-06-17T21:52:12.604Z Downloaded foreign-types v0.5.0
9462026-06-17T21:52:12.604Z Downloaded git-stub v1.0.0
9472026-06-17T21:52:12.604Z Downloaded newtype-uuid-macros v0.1.0
9482026-06-17T21:52:12.604Z Downloaded enum-as-inner v0.6.1
9492026-06-17T21:52:12.604Z Downloaded hostname v0.4.2
9502026-06-17T21:52:12.604Z Downloaded gethostname v0.5.0
9512026-06-17T21:52:12.604Z Downloaded crossbeam-utils v0.8.21
9522026-06-17T21:52:12.604Z Downloaded displaydoc v0.2.6
9532026-06-17T21:52:12.604Z Downloaded bytecount v0.6.9
9542026-06-17T21:52:12.604Z Downloaded argon2 v0.5.3
9552026-06-17T21:52:12.604Z Downloaded crossbeam-deque v0.8.6
9562026-06-17T21:52:12.604Z Downloaded daft-derive v0.1.7
9572026-06-17T21:52:12.604Z Downloaded bcs v0.1.6
9582026-06-17T21:52:12.604Z Downloaded num-complex v0.4.6
9592026-06-17T21:52:12.604Z Downloaded natord v1.0.9
9602026-06-17T21:52:12.604Z Downloaded keccak v0.1.6
9612026-06-17T21:52:12.604Z Downloaded byte-wrapper v0.1.0
9622026-06-17T21:52:12.604Z Downloaded bitflags v1.3.2
9632026-06-17T21:52:12.605Z Downloaded pretty-hex v0.4.2
9642026-06-17T21:52:12.605Z Downloaded memmap v0.7.0
9652026-06-17T21:52:12.605Z Downloaded proc-macro-error-attr2 v2.0.0
9662026-06-17T21:52:12.605Z Downloaded proc-macro-crate v3.5.0
9672026-06-17T21:52:12.605Z Downloaded hash32 v0.3.1
9682026-06-17T21:52:12.605Z Downloaded byteorder v1.5.0
9692026-06-17T21:52:12.605Z Downloaded chacha20 v0.9.1
9702026-06-17T21:52:12.605Z Downloaded bs58 v0.5.1
9712026-06-17T21:52:12.607Z Downloaded num-integer v0.1.46
9722026-06-17T21:52:12.607Z Downloaded instant v0.1.13
9732026-06-17T21:52:12.607Z Downloaded libsw-core v0.3.2
9742026-06-17T21:52:12.607Z Downloaded blake2 v0.10.6
9752026-06-17T21:52:12.607Z Downloaded bit-vec v0.8.0
9762026-06-17T21:52:12.607Z Downloaded progenitor-client v0.10.0
9772026-06-17T21:52:12.607Z Downloaded fxhash v0.2.1
9782026-06-17T21:52:12.607Z Downloaded async-stream v0.3.6
9792026-06-17T21:52:12.607Z Downloaded embedded-io v0.4.0
9802026-06-17T21:52:12.607Z Downloaded csv-core v0.1.13
9812026-06-17T21:52:12.607Z Downloaded potential_utf v0.1.5
9822026-06-17T21:52:12.607Z Downloaded num_enum_derive v0.7.6
9832026-06-17T21:52:12.607Z Downloaded proc-macro-crate v1.3.1
9842026-06-17T21:52:12.607Z Downloaded powerfmt v0.2.0
9852026-06-17T21:52:12.607Z Downloaded phf_shared v0.12.1
9862026-06-17T21:52:12.607Z Downloaded oxnet v0.1.6
9872026-06-17T21:52:12.607Z Downloaded num_enum v0.5.11
9882026-06-17T21:52:12.607Z Downloaded progenitor-client v0.14.0
9892026-06-17T21:52:12.607Z Downloaded proc-macro-error-attr v1.0.4
9902026-06-17T21:52:12.619Z Downloaded ref-cast-impl v1.0.25
9912026-06-17T21:52:12.619Z Downloaded lru-cache v0.1.2
9922026-06-17T21:52:12.619Z Downloaded highway v1.3.0
9932026-06-17T21:52:12.619Z Downloaded password-hash v0.5.0
9942026-06-17T21:52:12.619Z Downloaded fs_extra v1.3.0
9952026-06-17T21:52:12.619Z Downloaded plain v0.2.3
9962026-06-17T21:52:12.619Z Downloaded dyn-clone v1.0.20
9972026-06-17T21:52:12.619Z Downloaded macaddr v1.0.1
9982026-06-17T21:52:12.619Z Downloaded serde_plain v1.0.2
9992026-06-17T21:52:12.619Z Downloaded glob v0.3.3
10002026-06-17T21:52:12.619Z Downloaded same-file v1.0.6
10012026-06-17T21:52:12.619Z Downloaded serde_repr v0.1.20
10022026-06-17T21:52:12.622Z Downloaded phf v0.12.1
10032026-06-17T21:52:12.622Z Downloaded progenitor-macro v0.14.0
10042026-06-17T21:52:12.622Z Downloaded ingot-types v0.1.2
10052026-06-17T21:52:12.623Z Downloaded chacha20 v0.10.0
10062026-06-17T21:52:12.623Z Downloaded quick-error v1.2.3
10072026-06-17T21:52:12.624Z Downloaded rand_xorshift v0.4.0
10082026-06-17T21:52:12.624Z Downloaded rand_chacha v0.3.1
10092026-06-17T21:52:12.624Z Downloaded num-rational v0.4.2
10102026-06-17T21:52:12.624Z Downloaded progenitor-macro v0.13.0
10112026-06-17T21:52:12.628Z Downloaded derive-ex v0.1.8
10122026-06-17T21:52:12.628Z Downloaded defmt v1.1.0
10132026-06-17T21:52:12.628Z Downloaded rustc_version v0.1.7
10142026-06-17T21:52:12.631Z Downloaded parse-display-derive v0.10.0
10152026-06-17T21:52:12.631Z Downloaded num_enum v0.7.6
10162026-06-17T21:52:12.635Z Downloaded fs-err v3.3.0
10172026-06-17T21:52:12.635Z Downloaded serde-big-array v0.5.1
10182026-06-17T21:52:12.639Z Downloaded semver v0.1.20
10192026-06-17T21:52:12.639Z Downloaded multer v3.1.0
10202026-06-17T21:52:12.642Z Downloaded progenitor v0.14.0
10212026-06-17T21:52:12.642Z Downloaded ciborium v0.2.2
10222026-06-17T21:52:12.642Z Downloaded backon v1.6.0
10232026-06-17T21:52:12.646Z Downloaded progenitor-client v0.13.0
10242026-06-17T21:52:12.646Z Downloaded paste v1.0.15
10252026-06-17T21:52:12.650Z Downloaded progenitor v0.13.0
10262026-06-17T21:52:12.650Z Downloaded serial_test_derive v3.5.0
10272026-06-17T21:52:12.650Z Downloaded progenitor v0.10.0
10282026-06-17T21:52:12.653Z Downloaded sha1 v0.11.0
10292026-06-17T21:52:12.653Z Downloaded sha1 v0.10.6
10302026-06-17T21:52:12.658Z Downloaded siphasher v1.0.3
10312026-06-17T21:52:12.658Z Downloaded sigpipe v0.1.3
10322026-06-17T21:52:12.658Z Downloaded proc-macro-error v1.0.4
10332026-06-17T21:52:12.661Z Downloaded slog-envlogger v2.2.0
10342026-06-17T21:52:12.662Z Downloaded secrecy v0.10.3
10352026-06-17T21:52:12.662Z Downloaded scroll_derive v0.13.1
10362026-06-17T21:52:12.662Z Downloaded deranged v0.5.8
10372026-06-17T21:52:12.666Z Downloaded scroll_derive v0.12.1
10382026-06-17T21:52:12.667Z Downloaded omicron-zone-package v0.12.2
10392026-06-17T21:52:12.667Z Downloaded arrayvec v0.7.6
10402026-06-17T21:52:12.670Z Downloaded base16ct v0.2.0
10412026-06-17T21:52:12.670Z Downloaded parking_lot v0.11.2
10422026-06-17T21:52:12.674Z Downloaded postcard v1.1.3
10432026-06-17T21:52:12.674Z Downloaded pest_generator v2.8.6
10442026-06-17T21:52:12.674Z Downloaded linear-map v1.2.0
10452026-06-17T21:52:12.677Z Downloaded libsw v3.5.0
10462026-06-17T21:52:12.677Z Downloaded ref-cast v1.0.25
10472026-06-17T21:52:12.681Z Downloaded serial_test v3.5.0
10482026-06-17T21:52:12.681Z Downloaded slog-bunyan v2.5.0
10492026-06-17T21:52:12.681Z Downloaded rustversion v1.0.22
10502026-06-17T21:52:12.684Z Downloaded parking_lot_core v0.8.6
10512026-06-17T21:52:12.684Z Downloaded rusty-fork v0.3.1
10522026-06-17T21:52:12.689Z Downloaded dropshot_endpoint v0.17.1
10532026-06-17T21:52:12.693Z Downloaded scroll v0.12.0
10542026-06-17T21:52:12.693Z Downloaded drift v0.2.0
10552026-06-17T21:52:12.697Z Downloaded progenitor-extras v0.2.0
10562026-06-17T21:52:12.701Z Downloaded erased-serde v0.3.31
10572026-06-17T21:52:12.701Z Downloaded memmap2 v0.9.10
10582026-06-17T21:52:12.702Z Downloaded scroll v0.13.0
10592026-06-17T21:52:12.705Z Downloaded progenitor-macro v0.10.0
10602026-06-17T21:52:12.705Z Downloaded smawk v0.3.2
10612026-06-17T21:52:12.705Z Downloaded strum v0.26.3
10622026-06-17T21:52:12.705Z Downloaded structmeta v0.3.0
10632026-06-17T21:52:12.709Z Downloaded stable_deref_trait v1.2.1
10642026-06-17T21:52:12.712Z Downloaded spin v0.5.2
10652026-06-17T21:52:12.712Z Downloaded proc-macro-error2 v2.0.1
10662026-06-17T21:52:12.712Z Downloaded anyhow v1.0.102
10672026-06-17T21:52:12.716Z Downloaded strum v0.27.2
10682026-06-17T21:52:12.716Z Downloaded heapless v0.8.0
10692026-06-17T21:52:12.716Z Downloaded rand_core v0.10.1
10702026-06-17T21:52:12.719Z Downloaded testing_table v0.3.0
10712026-06-17T21:52:12.719Z Downloaded tabwriter v1.4.1
10722026-06-17T21:52:12.719Z Downloaded take_mut v0.2.2
10732026-06-17T21:52:12.719Z Downloaded tabled_derive v0.11.0
10742026-06-17T21:52:12.723Z Downloaded indexmap v1.9.3
10752026-06-17T21:52:12.723Z Downloaded base64 v0.21.7
10762026-06-17T21:52:12.726Z Downloaded slog-stdlog v4.1.1
10772026-06-17T21:52:12.726Z Downloaded slog-term v2.9.2
10782026-06-17T21:52:12.730Z Downloaded slog-dtrace v0.3.0
10792026-06-17T21:52:12.730Z Downloaded slog-async v2.8.0
10802026-06-17T21:52:12.730Z Downloaded arc-swap v1.9.1
10812026-06-17T21:52:12.733Z Downloaded pem v3.0.6
10822026-06-17T21:52:12.733Z Downloaded papergrid v0.18.0
10832026-06-17T21:52:12.737Z Downloaded rustls-native-certs v0.8.4
10842026-06-17T21:52:12.737Z Downloaded pest_derive v2.8.6
10852026-06-17T21:52:12.741Z Downloaded papergrid v0.11.0
10862026-06-17T21:52:12.746Z Downloaded tabled_derive v0.7.0
10872026-06-17T21:52:12.746Z Downloaded tagptr v0.2.0
10882026-06-17T21:52:12.746Z Downloaded smf v0.2.3
10892026-06-17T21:52:12.747Z Downloaded smartstring v1.0.1
10902026-06-17T21:52:12.751Z Downloaded crossbeam-epoch v0.9.18
10912026-06-17T21:52:12.751Z Downloaded topological-sort v0.2.2
10922026-06-17T21:52:12.751Z Downloaded serde_derive_internals v0.29.1
10932026-06-17T21:52:12.751Z Downloaded time-core v0.1.8
10942026-06-17T21:52:12.755Z Downloaded thread-id v5.1.0
10952026-06-17T21:52:12.755Z Downloaded snafu-derive v0.8.9
10962026-06-17T21:52:12.755Z Downloaded darling_core v0.23.0
10972026-06-17T21:52:12.758Z Downloaded darling_core v0.21.3
10982026-06-17T21:52:12.762Z Downloaded serde_tokenstream v0.2.3
10992026-06-17T21:52:12.762Z Downloaded schemars_derive v0.8.22
11002026-06-17T21:52:12.762Z Downloaded chacha20poly1305 v0.10.1
11012026-06-17T21:52:12.765Z Downloaded thiserror-impl-no-std v2.0.2
11022026-06-17T21:52:12.765Z Downloaded poly1305 v0.8.0
11032026-06-17T21:52:12.765Z Downloaded derive_more v0.99.20
11042026-06-17T21:52:12.774Z Downloaded typify-macro v0.6.2
11052026-06-17T21:52:12.777Z Downloaded typify-macro v0.4.3
11062026-06-17T21:52:12.778Z Downloaded thread-id v4.2.2
11072026-06-17T21:52:12.778Z Downloaded usdt v0.6.0
11082026-06-17T21:52:12.779Z Downloaded strum_macros v0.26.4
11092026-06-17T21:52:12.782Z Downloaded untrusted v0.7.1
11102026-06-17T21:52:12.782Z Downloaded slog-json v2.6.1
11112026-06-17T21:52:12.782Z Downloaded hybrid-array v0.4.12
11122026-06-17T21:52:12.782Z Downloaded usdt v0.5.0
11132026-06-17T21:52:12.782Z Downloaded progenitor-impl v0.10.0
11142026-06-17T21:52:12.786Z Downloaded icu_provider v2.2.0
11152026-06-17T21:52:12.786Z Downloaded structmeta-derive v0.3.0
11162026-06-17T21:52:12.791Z Downloaded slog-scope v4.4.1
11172026-06-17T21:52:12.791Z Downloaded darling v0.23.0
11182026-06-17T21:52:12.795Z Downloaded usdt-macro v0.6.0
11192026-06-17T21:52:12.795Z Downloaded usdt-macro v0.5.0
11202026-06-17T21:52:12.795Z Downloaded thiserror-no-std v2.0.2
11212026-06-17T21:52:12.795Z Downloaded zerofrom v0.1.8
11222026-06-17T21:52:12.796Z Downloaded waitgroup v0.1.2
11232026-06-17T21:52:12.800Z Downloaded wait-timeout v0.2.1
11242026-06-17T21:52:12.800Z Downloaded usdt-attr-macro v0.5.0
11252026-06-17T21:52:12.800Z Downloaded universal-hash v0.5.1
11262026-06-17T21:52:12.800Z Downloaded yoke-derive v0.8.2
11272026-06-17T21:52:12.800Z Downloaded utf-8 v0.7.6
11282026-06-17T21:52:12.801Z Downloaded unit-prefix v0.5.2
11292026-06-17T21:52:12.801Z Downloaded termtree v0.5.1
11302026-06-17T21:52:12.804Z Downloaded synstructure v0.13.2
11312026-06-17T21:52:12.804Z Downloaded rustls-pemfile v2.2.0
11322026-06-17T21:52:12.804Z Downloaded resolv-conf v0.7.6
11332026-06-17T21:52:12.808Z Downloaded smallvec v1.15.1
11342026-06-17T21:52:12.810Z Downloaded oxide-tokio-rt v0.1.6
11352026-06-17T21:52:12.810Z Downloaded ff v0.13.1
11362026-06-17T21:52:12.814Z Downloaded const_format_proc_macros v0.2.34
11372026-06-17T21:52:12.814Z Downloaded pest_meta v2.8.6
11382026-06-17T21:52:12.814Z Downloaded defmt v0.3.100
11392026-06-17T21:52:12.814Z Downloaded tokio-tungstenite v0.21.0
11402026-06-17T21:52:12.814Z Downloaded rustls-platform-verifier v0.7.0
11412026-06-17T21:52:12.817Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-06-17T21:52:12.817Z Downloaded getrandom v0.4.2
11432026-06-17T21:52:12.821Z Downloaded zone_cfg_derive v0.3.1
11442026-06-17T21:52:12.821Z Downloaded zerofrom-derive v0.1.7
11452026-06-17T21:52:12.824Z Downloaded arrayref v0.3.9
11462026-06-17T21:52:12.824Z Downloaded const-random-macro v0.1.16
11472026-06-17T21:52:12.825Z Downloaded cmake v0.1.58
11482026-06-17T21:52:12.825Z Downloaded crucible-workspace-hack v0.1.0
11492026-06-17T21:52:12.825Z Downloaded async-recursion v1.1.1
11502026-06-17T21:52:12.830Z Downloaded strum_macros v0.27.2
11512026-06-17T21:52:12.830Z Downloaded pretty_assertions v1.4.1
11522026-06-17T21:52:12.830Z Downloaded diff v0.1.13
11532026-06-17T21:52:12.834Z Downloaded crypto-bigint v0.5.5
11542026-06-17T21:52:12.837Z Downloaded unarray v0.1.4
11552026-06-17T21:52:12.837Z Downloaded cc v1.2.63
11562026-06-17T21:52:12.840Z Downloaded time-macros v0.2.27
11572026-06-17T21:52:12.840Z Downloaded iddqd v0.4.2
11582026-06-17T21:52:12.845Z Downloaded term v1.2.1
11592026-06-17T21:52:12.848Z Downloaded serde_with_macros v3.20.0
11602026-06-17T21:52:12.848Z Downloaded walkdir v2.5.0
11612026-06-17T21:52:12.852Z Downloaded tiny-keccak v2.0.2
11622026-06-17T21:52:12.854Z Downloaded half v2.7.1
11632026-06-17T21:52:12.857Z Downloaded writeable v0.6.3
11642026-06-17T21:52:12.858Z Downloaded zone v0.3.1
11652026-06-17T21:52:12.858Z Downloaded tokio-dtrace v0.1.1
11662026-06-17T21:52:12.858Z Downloaded tinystr v0.8.3
11672026-06-17T21:52:12.858Z Downloaded openssl-sys v0.9.116
11682026-06-17T21:52:12.861Z Downloaded icu_locale_core v2.2.0
11692026-06-17T21:52:12.865Z Downloaded rayon-core v1.13.0
11702026-06-17T21:52:12.868Z Downloaded zeroize_derive v1.4.3
11712026-06-17T21:52:12.868Z Downloaded xz2 v0.1.7
11722026-06-17T21:52:12.871Z Downloaded usdt-impl v0.5.0
11732026-06-17T21:52:12.871Z Downloaded similar v2.7.0
11742026-06-17T21:52:12.875Z Downloaded spin v0.9.8
11752026-06-17T21:52:12.875Z Downloaded progenitor-impl v0.14.0
11762026-06-17T21:52:12.878Z Downloaded vsss-rs v3.3.4
11772026-06-17T21:52:12.878Z Downloaded prettyplease v0.2.37
11782026-06-17T21:52:12.881Z Downloaded whoami v1.6.1
11792026-06-17T21:52:12.881Z Downloaded crossbeam-channel v0.5.15
11802026-06-17T21:52:12.885Z Downloaded async-compression v0.4.42
11812026-06-17T21:52:12.889Z Downloaded test-strategy v0.4.5
11822026-06-17T21:52:12.892Z Downloaded qorb v0.4.1
11832026-06-17T21:52:12.892Z Downloaded usdt-impl v0.6.0
11842026-06-17T21:52:12.896Z Downloaded indicatif v0.18.4
11852026-06-17T21:52:12.896Z Downloaded icu_normalizer_data v2.2.0
11862026-06-17T21:52:12.900Z Downloaded rhai_codegen v3.2.0
11872026-06-17T21:52:12.904Z Downloaded usdt-attr-macro v0.6.0
11882026-06-17T21:52:12.904Z Downloaded konst v0.2.20
11892026-06-17T21:52:12.907Z Downloaded toml v0.9.12+spec-1.1.0
11902026-06-17T21:52:12.907Z Downloaded zeroize v1.8.2
11912026-06-17T21:52:12.910Z Downloaded memchr v2.8.1
11922026-06-17T21:52:12.916Z Downloaded tungstenite v0.21.0
11932026-06-17T21:52:12.916Z Downloaded ucd-trie v0.1.7
11942026-06-17T21:52:12.919Z Downloaded typify v0.4.3
11952026-06-17T21:52:12.919Z Downloaded schemars v0.8.22
11962026-06-17T21:52:12.923Z Downloaded zerovec-derive v0.11.3
11972026-06-17T21:52:12.927Z Downloaded uuid v1.23.2
11982026-06-17T21:52:12.927Z Downloaded hashbrown v0.12.3
11992026-06-17T21:52:12.930Z Downloaded toml v0.7.8
12002026-06-17T21:52:12.933Z Downloaded rand v0.8.6
12012026-06-17T21:52:12.933Z Downloaded cipher v0.4.4
12022026-06-17T21:52:12.937Z Downloaded slog v2.8.2
12032026-06-17T21:52:12.942Z Downloaded toml_edit v0.25.12+spec-1.1.0
12042026-06-17T21:52:12.945Z Downloaded zerocopy-derive v0.7.35
12052026-06-17T21:52:12.949Z Downloaded steno v0.4.1
12062026-06-17T21:52:12.954Z Downloaded icu_normalizer v2.2.0
12072026-06-17T21:52:12.958Z Downloaded yansi v1.0.1
12082026-06-17T21:52:12.961Z Downloaded snafu v0.8.9
12092026-06-17T21:52:12.964Z Downloaded pest v2.8.6
12102026-06-17T21:52:12.969Z Downloaded yoke v0.8.3
12112026-06-17T21:52:12.973Z Downloaded hickory-resolver v0.24.4
12122026-06-17T21:52:12.976Z Downloaded schemars v0.9.0
12132026-06-17T21:52:12.980Z Downloaded serde_yaml v0.9.34+deprecated
12142026-06-17T21:52:12.984Z Downloaded progenitor-impl v0.13.0
12152026-06-17T21:52:12.987Z Downloaded icu_properties v2.2.0
12162026-06-17T21:52:12.988Z Downloaded hickory-resolver v0.25.2
12172026-06-17T21:52:12.991Z Downloaded jiff-static v0.2.28
12182026-06-17T21:52:12.991Z Downloaded zerotrie v0.2.4
12192026-06-17T21:52:12.994Z Downloaded icu_collections v2.2.0
12202026-06-17T21:52:12.998Z Downloaded unsafe-libyaml v0.2.11
12212026-06-17T21:52:12.998Z Downloaded dropshot-api-manager v0.7.2
12222026-06-17T21:52:13.002Z Downloaded expectorate v1.2.0
12232026-06-17T21:52:13.006Z Downloaded thin-vec v0.2.18
12242026-06-17T21:52:13.013Z Downloaded typed-path v0.9.3
12252026-06-17T21:52:13.025Z Downloaded typify v0.6.2
12262026-06-17T21:52:13.029Z Downloaded minimal-lexical v0.2.1
12272026-06-17T21:52:13.038Z Downloaded rand v0.10.1
12282026-06-17T21:52:13.042Z Downloaded regex v1.12.3
12292026-06-17T21:52:13.048Z Downloaded http v1.4.1
12302026-06-17T21:52:13.066Z Downloaded blake3 v1.8.5
12312026-06-17T21:52:13.069Z Downloaded h2 v0.4.14
12322026-06-17T21:52:13.075Z Downloaded zerovec v0.11.6
12332026-06-17T21:52:13.081Z Downloaded schemars v1.2.1
12342026-06-17T21:52:13.089Z Downloaded zerocopy v0.7.35
12352026-06-17T21:52:13.099Z Downloaded tough v0.22.0
12362026-06-17T21:52:13.104Z Downloaded winnow v0.5.40
12372026-06-17T21:52:13.109Z Downloaded serde_with v3.20.0
12382026-06-17T21:52:13.116Z Downloaded zerocopy-derive v0.8.50
12392026-06-17T21:52:13.121Z Downloaded proptest v1.11.0
12402026-06-17T21:52:13.128Z Downloaded libm v0.2.16
12412026-06-17T21:52:13.133Z Downloaded goblin v0.8.2
12422026-06-17T21:52:13.138Z Downloaded hashbrown v0.16.1
12432026-06-17T21:52:13.141Z Downloaded nom v8.0.0
12442026-06-17T21:52:13.145Z Downloaded toml_edit v0.19.15
12452026-06-17T21:52:13.153Z Downloaded webpki-roots v1.0.7
12462026-06-17T21:52:13.156Z Downloaded aws-lc-rs v1.17.0
12472026-06-17T21:52:13.161Z Downloaded icu_properties_data v2.2.0
12482026-06-17T21:52:13.166Z Downloaded hkdf v0.12.4
12492026-06-17T21:52:13.170Z Downloaded reqwest v0.13.4
12502026-06-17T21:52:13.173Z Downloaded nom v7.1.3
12512026-06-17T21:52:13.177Z Downloaded itertools v0.12.1
12522026-06-17T21:52:13.180Z Downloaded time v0.3.47
12532026-06-17T21:52:13.186Z Downloaded openssl v0.10.80
12542026-06-17T21:52:13.192Z Downloaded rayon v1.12.0
12552026-06-17T21:52:13.202Z Downloaded zerocopy v0.8.50
12562026-06-17T21:52:13.213Z Downloaded dropshot v0.17.1
12572026-06-17T21:52:13.227Z Downloaded rhai v1.25.1
12582026-06-17T21:52:13.236Z Downloaded openapiv3 v2.2.0
12592026-06-17T21:52:13.273Z Downloaded tabled v0.15.0
12602026-06-17T21:52:13.282Z Downloaded typify-impl v0.6.2
12612026-06-17T21:52:13.289Z Downloaded typify-impl v0.4.3
12622026-06-17T21:52:13.296Z Downloaded tabled v0.21.0
12632026-06-17T21:52:13.306Z Downloaded moka v0.12.15
12642026-06-17T21:52:13.311Z Downloaded goblin v0.10.7
12652026-06-17T21:52:13.321Z Downloaded syn v1.0.109
12662026-06-17T21:52:13.333Z Downloaded hickory-proto v0.25.2
12672026-06-17T21:52:13.353Z Downloaded syn v2.0.117
12682026-06-17T21:52:13.359Z Downloaded petgraph v0.6.5
12692026-06-17T21:52:13.369Z Downloaded chrono-tz v0.10.4
12702026-06-17T21:52:13.378Z Downloaded smoltcp v0.11.0
12712026-06-17T21:52:13.384Z Downloaded regress v0.10.5
12722026-06-17T21:52:13.389Z Downloaded regress v0.11.1
12732026-06-17T21:52:13.393Z Downloaded regex-syntax v0.8.10
12742026-06-17T21:52:13.397Z Downloaded hickory-proto v0.24.4
12752026-06-17T21:52:13.405Z Downloaded nix v0.31.3
12762026-06-17T21:52:13.412Z Downloaded sha3 v0.10.9
12772026-06-17T21:52:13.416Z Downloaded csv v1.4.0
12782026-06-17T21:52:13.427Z Downloaded sled v0.34.7
12792026-06-17T21:52:13.490Z Downloaded jiff v0.2.28
12802026-06-17T21:52:13.499Z Downloaded lzma-sys v0.1.20
12812026-06-17T21:52:13.541Z Downloaded encoding_rs v0.8.35
12822026-06-17T21:52:13.973Z Downloaded aws-lc-sys v0.41.0
12832026-06-17T21:52:14.892Z Compiling proc-macro2 v1.0.106
12842026-06-17T21:52:14.892Z Compiling quote v1.0.45
12852026-06-17T21:52:14.893Z Compiling unicode-ident v1.0.24
12862026-06-17T21:52:14.893Z Compiling serde_core v1.0.228
12872026-06-17T21:52:14.893Z Compiling cfg-if v1.0.4
12882026-06-17T21:52:14.896Z Compiling serde v1.0.228
12892026-06-17T21:52:14.897Z Compiling libc v0.2.186
12902026-06-17T21:52:14.897Z Compiling memchr v2.8.1
12912026-06-17T21:52:15.067Z Compiling itoa v1.0.18
12922026-06-17T21:52:15.236Z Compiling zmij v1.0.21
12932026-06-17T21:52:15.334Z Compiling autocfg v1.5.1
12942026-06-17T21:52:15.362Z Compiling libm v0.2.16
12952026-06-17T21:52:15.650Z Compiling stable_deref_trait v1.2.1
12962026-06-17T21:52:15.673Z Compiling writeable v0.6.3
12972026-06-17T21:52:15.715Z Compiling litemap v0.8.2
12982026-06-17T21:52:15.819Z Compiling utf8_iter v1.0.4
12992026-06-17T21:52:15.834Z Compiling icu_normalizer_data v2.2.0
13002026-06-17T21:52:15.866Z Compiling percent-encoding v2.3.2
13012026-06-17T21:52:15.896Z Compiling icu_properties_data v2.2.0
13022026-06-17T21:52:15.906Z Compiling version_check v0.9.5
13032026-06-17T21:52:16.056Z Compiling iana-time-zone v0.1.65
13042026-06-17T21:52:16.125Z Compiling syn v2.0.117
13052026-06-17T21:52:16.174Z Compiling equivalent v1.0.2
13062026-06-17T21:52:16.241Z Compiling form_urlencoded v1.2.2
13072026-06-17T21:52:16.254Z Compiling serde_json v1.0.150
13082026-06-17T21:52:16.272Z Compiling pin-project-lite v0.2.17
13092026-06-17T21:52:16.298Z Compiling dyn-clone v1.0.20
13102026-06-17T21:52:16.307Z Compiling scopeguard v1.2.0
13112026-06-17T21:52:16.359Z Compiling parking_lot_core v0.9.12
13122026-06-17T21:52:16.417Z Compiling lock_api v0.4.14
13132026-06-17T21:52:16.429Z Compiling num-traits v0.2.19
13142026-06-17T21:52:16.457Z Compiling hashbrown v0.17.1
13152026-06-17T21:52:16.495Z Compiling getrandom v0.4.2
13162026-06-17T21:52:16.643Z Compiling rand_core v0.10.1
13172026-06-17T21:52:16.653Z Compiling thiserror v2.0.18
13182026-06-17T21:52:16.794Z Compiling errno v0.3.14
13192026-06-17T21:52:16.847Z Compiling log v0.4.32
13202026-06-17T21:52:16.931Z Compiling heck v0.5.0
13212026-06-17T21:52:16.956Z Compiling futures-core v0.3.32
13222026-06-17T21:52:17.030Z Compiling semver v1.0.28
13232026-06-17T21:52:17.182Z Compiling indexmap v2.14.0
13242026-06-17T21:52:17.192Z Compiling zerocopy v0.8.50
13252026-06-17T21:52:17.240Z Compiling uuid v1.23.2
13262026-06-17T21:52:17.464Z Compiling futures-sink v0.3.32
13272026-06-17T21:52:17.515Z Compiling schemars v0.8.22
13282026-06-17T21:52:17.566Z Compiling slab v0.4.12
13292026-06-17T21:52:17.660Z Compiling jobserver v0.1.34
13302026-06-17T21:52:17.696Z Compiling fnv v1.0.7
13312026-06-17T21:52:17.737Z Compiling find-msvc-tools v0.1.9
13322026-06-17T21:52:17.775Z Compiling rustversion v1.0.22
13332026-06-17T21:52:17.785Z Compiling shlex v2.0.1
13342026-06-17T21:52:17.851Z Compiling futures-channel v0.3.32
13352026-06-17T21:52:17.961Z Compiling cc v1.2.63
13362026-06-17T21:52:17.972Z Compiling bitflags v2.12.1
13372026-06-17T21:52:17.982Z Compiling futures-io v0.3.32
13382026-06-17T21:52:18.074Z Compiling futures-task v0.3.32
13392026-06-17T21:52:18.133Z Compiling portable-atomic v1.13.1
13402026-06-17T21:52:18.212Z Compiling socket2 v0.6.4
13412026-06-17T21:52:18.241Z Compiling signal-hook-registry v1.4.8
13422026-06-17T21:52:18.257Z Compiling mio v1.2.1
13432026-06-17T21:52:18.357Z Compiling critical-section v1.2.0
13442026-06-17T21:52:18.463Z Compiling dunce v1.0.5
13452026-06-17T21:52:18.547Z Compiling typenum v1.20.1
13462026-06-17T21:52:18.559Z Compiling fs_extra v1.3.0
13472026-06-17T21:52:18.679Z Compiling base64 v0.22.1
13482026-06-17T21:52:18.762Z Compiling cmake v0.1.58
13492026-06-17T21:52:18.788Z Compiling slog v2.8.2
13502026-06-17T21:52:18.821Z Compiling byteorder v1.5.0
13512026-06-17T21:52:19.020Z Compiling synstructure v0.13.2
13522026-06-17T21:52:19.031Z Compiling serde_derive_internals v0.29.1
13532026-06-17T21:52:19.047Z Compiling rustix v1.1.4
13542026-06-17T21:52:19.096Z Compiling once_cell v1.21.4
13552026-06-17T21:52:19.168Z Compiling subtle v2.6.1
13562026-06-17T21:52:19.262Z Compiling aws-lc-sys v0.41.0
13572026-06-17T21:52:19.314Z Compiling strsim v0.11.1
13582026-06-17T21:52:19.351Z Compiling regex-syntax v0.8.10
13592026-06-17T21:52:19.361Z Compiling atomic-waker v1.1.2
13602026-06-17T21:52:19.481Z Compiling ipnet v2.12.0
13612026-06-17T21:52:19.528Z Compiling httparse v1.10.1
13622026-06-17T21:52:19.611Z Compiling tower-service v0.3.3
13632026-06-17T21:52:19.709Z Compiling tower-layer v0.3.3
13642026-06-17T21:52:19.722Z Compiling getrandom v0.2.17
13652026-06-17T21:52:19.777Z Compiling untrusted v0.9.0
13662026-06-17T21:52:19.861Z Compiling ryu v1.0.23
13672026-06-17T21:52:19.897Z Compiling try-lock v0.2.5
13682026-06-17T21:52:19.907Z Compiling thiserror v1.0.69
13692026-06-17T21:52:19.998Z Compiling ucd-trie v0.1.7
13702026-06-17T21:52:20.029Z Compiling getrandom v0.3.4
13712026-06-17T21:52:20.040Z Compiling want v0.3.1
13722026-06-17T21:52:20.216Z Compiling pest v2.8.6
13732026-06-17T21:52:20.246Z Compiling rand_core v0.6.4
13742026-06-17T21:52:20.256Z Compiling serde_derive v1.0.228
13752026-06-17T21:52:20.302Z Compiling zerofrom-derive v0.1.7
13762026-06-17T21:52:20.384Z Compiling yoke-derive v0.8.2
13772026-06-17T21:52:20.403Z Compiling zerovec-derive v0.11.3
13782026-06-17T21:52:20.457Z Compiling displaydoc v0.2.6
13792026-06-17T21:52:21.244Z Compiling schemars_derive v0.8.22
13802026-06-17T21:52:21.683Z Compiling thiserror-impl v2.0.18
13812026-06-17T21:52:21.696Z Compiling tokio-macros v2.7.0
13822026-06-17T21:52:21.696Z Compiling zerofrom v0.1.8
13832026-06-17T21:52:21.696Z Compiling zerocopy-derive v0.8.50
13842026-06-17T21:52:21.696Z Compiling yoke v0.8.3
13852026-06-17T21:52:21.786Z Compiling zerovec v0.11.6
13862026-06-17T21:52:22.017Z Compiling zerotrie v0.2.4
13872026-06-17T21:52:22.208Z Compiling zeroize_derive v1.4.3
13882026-06-17T21:52:22.345Z Compiling tinystr v0.8.3
13892026-06-17T21:52:22.358Z Compiling potential_utf v0.1.5
13902026-06-17T21:52:22.461Z Compiling icu_collections v2.2.0
13912026-06-17T21:52:22.518Z Compiling icu_locale_core v2.2.0
13922026-06-17T21:52:22.541Z Compiling futures-macro v0.3.32
13932026-06-17T21:52:22.794Z Compiling thiserror-impl v1.0.69
13942026-06-17T21:52:22.907Z Compiling zeroize v1.8.2
13952026-06-17T21:52:22.983Z Compiling httpdate v1.0.3
13962026-06-17T21:52:23.102Z Compiling pest_meta v2.8.6
13972026-06-17T21:52:23.222Z Compiling icu_provider v2.2.0
13982026-06-17T21:52:23.376Z Compiling bytes v1.11.1
13992026-06-17T21:52:23.462Z Compiling smallvec v1.15.1
14002026-06-17T21:52:23.539Z Compiling icu_properties v2.2.0
14012026-06-17T21:52:23.605Z Compiling chrono v0.4.45
14022026-06-17T21:52:23.688Z Compiling icu_normalizer v2.2.0
14032026-06-17T21:52:24.027Z Compiling futures-util v0.3.32
14042026-06-17T21:52:24.249Z Compiling parking_lot v0.12.5
14052026-06-17T21:52:24.270Z Compiling http v1.4.1
14062026-06-17T21:52:24.371Z Compiling serde_tokenstream v0.2.3
14072026-06-17T21:52:24.649Z Compiling idna_adapter v1.2.2
14082026-06-17T21:52:24.649Z Compiling tokio v1.52.3
14092026-06-17T21:52:24.710Z Compiling erased-serde v0.3.31
14102026-06-17T21:52:24.795Z Compiling idna v1.1.0
14112026-06-17T21:52:25.078Z Compiling url v2.5.8
14122026-06-17T21:52:25.234Z Compiling http-body v1.0.1
14132026-06-17T21:52:25.478Z Compiling pest_generator v2.8.6
14142026-06-17T21:52:25.588Z Compiling pretty-hex v0.4.2
14152026-06-17T21:52:25.719Z Compiling ppv-lite86 v0.2.21
14162026-06-17T21:52:25.835Z Compiling winnow v1.0.3
14172026-06-17T21:52:25.928Z Compiling plain v0.2.3
14182026-06-17T21:52:26.026Z Compiling paste v1.0.15
14192026-06-17T21:52:26.036Z Compiling foldhash v0.2.0
14202026-06-17T21:52:26.082Z Compiling pest_derive v2.8.6
14212026-06-17T21:52:26.257Z Compiling allocator-api2 v0.2.21
14222026-06-17T21:52:26.312Z Compiling ipnetwork v0.21.1
14232026-06-17T21:52:26.363Z Compiling tracing-attributes v0.1.31
14242026-06-17T21:52:26.579Z Compiling oxnet v0.1.6
14252026-06-17T21:52:26.635Z Compiling hashbrown v0.16.1
14262026-06-17T21:52:26.746Z Compiling tracing-core v0.1.36
14272026-06-17T21:52:26.902Z Compiling ident_case v1.0.1
14282026-06-17T21:52:27.019Z Compiling omicron-workspace-hack v0.1.0
14292026-06-17T21:52:27.045Z Compiling http-body-util v0.1.3
14302026-06-17T21:52:27.207Z Compiling serde_urlencoded v0.7.1
14312026-06-17T21:52:27.297Z Compiling aho-corasick v1.1.4
14322026-06-17T21:52:27.377Z Compiling sync_wrapper v1.0.2
14332026-06-17T21:52:27.410Z Compiling daft-derive v0.1.7
14342026-06-17T21:52:27.577Z Compiling fastrand v2.4.1
14352026-06-17T21:52:27.590Z Compiling tracing v0.1.44
14362026-06-17T21:52:27.825Z Compiling scroll_derive v0.13.1
14372026-06-17T21:52:27.836Z Compiling async-trait v0.1.89
14382026-06-17T21:52:28.183Z Compiling regex-automata v0.4.14
14392026-06-17T21:52:28.481Z Compiling tokio-util v0.7.18
14402026-06-17T21:52:28.694Z Compiling time-core v0.1.8
14412026-06-17T21:52:28.744Z Compiling aws-lc-rs v1.17.0
14422026-06-17T21:52:28.819Z Compiling powerfmt v0.2.0
14432026-06-17T21:52:28.829Z Compiling anyhow v1.0.102
14442026-06-17T21:52:29.020Z Compiling num-conv v0.2.2
14452026-06-17T21:52:29.055Z Compiling deranged v0.5.8
14462026-06-17T21:52:29.164Z Compiling time-macros v0.2.27
14472026-06-17T21:52:29.224Z Compiling scroll v0.13.0
14482026-06-17T21:52:29.349Z Compiling rustls-pki-types v1.14.1
14492026-06-17T21:52:29.477Z Compiling num_threads v0.1.7
14502026-06-17T21:52:29.572Z Compiling openssl-probe v0.2.1
14512026-06-17T21:52:29.757Z Compiling hex v0.4.3
14522026-06-17T21:52:29.827Z Compiling regex v1.12.3
14532026-06-17T21:52:30.007Z Compiling goblin v0.10.7
14542026-06-17T21:52:30.126Z Compiling untrusted v0.7.1
14552026-06-17T21:52:30.245Z Compiling camino v1.2.2
14562026-06-17T21:52:30.577Z Compiling rustls v0.23.40
14572026-06-17T21:52:30.589Z Compiling crc32fast v1.5.0
14582026-06-17T21:52:30.623Z Compiling usdt-impl v0.6.0
14592026-06-17T21:52:30.887Z Compiling h2 v0.4.14
14602026-06-17T21:52:30.929Z Compiling dtrace-parser v0.3.0
14612026-06-17T21:52:30.950Z Compiling futures-executor v0.3.32
14622026-06-17T21:52:31.083Z Compiling crossbeam-utils v0.8.21
14632026-06-17T21:52:31.370Z Compiling structmeta-derive v0.3.0
14642026-06-17T21:52:31.403Z Compiling thread-id v5.1.0
14652026-06-17T21:52:31.413Z Compiling simd-adler32 v0.3.9
14662026-06-17T21:52:31.480Z Compiling cpufeatures v0.3.0
14672026-06-17T21:52:31.551Z Compiling adler2 v2.0.1
14682026-06-17T21:52:31.681Z Compiling miniz_oxide v0.8.9
14692026-06-17T21:52:31.788Z Compiling futures v0.3.32
14702026-06-17T21:52:31.863Z Compiling rand_core v0.9.5
14712026-06-17T21:52:32.076Z Compiling darling_core v0.23.0
14722026-06-17T21:52:32.138Z Compiling newtype-uuid-macros v0.1.0
14732026-06-17T21:52:32.381Z Compiling hybrid-array v0.4.12
14742026-06-17T21:52:32.437Z Compiling structmeta v0.3.0
14752026-06-17T21:52:32.789Z Compiling dof v0.4.0
14762026-06-17T21:52:32.840Z Compiling thread_local v1.1.9
14772026-06-17T21:52:32.987Z Compiling hyper v1.10.1
14782026-06-17T21:52:33.123Z Compiling match_cfg v0.1.0
14792026-06-17T21:52:33.147Z Compiling flate2 v1.1.9
14802026-06-17T21:52:33.998Z Compiling newtype-uuid v1.3.2
14812026-06-17T21:52:34.171Z Compiling hyper-util v0.1.20
14822026-06-17T21:52:34.203Z Compiling darling_macro v0.23.0
14832026-06-17T21:52:34.279Z Compiling quick-error v1.2.3
14842026-06-17T21:52:34.338Z Compiling slog-async v2.8.0
14852026-06-17T21:52:34.378Z Compiling compression-core v0.4.32
14862026-06-17T21:52:34.528Z Compiling ref-cast v1.0.25
14872026-06-17T21:52:34.727Z Compiling compression-codecs v0.4.38
14882026-06-17T21:52:34.748Z Compiling daft v0.1.7
14892026-06-17T21:52:34.797Z Compiling darling v0.23.0
14902026-06-17T21:52:34.873Z Compiling block-buffer v0.12.0
14912026-06-17T21:52:34.895Z Compiling crypto-common v0.2.2
14922026-06-17T21:52:34.906Z Compiling rand_chacha v0.9.0
14932026-06-17T21:52:35.006Z Compiling strum_macros v0.26.4
14942026-06-17T21:52:35.019Z Compiling usdt-attr-macro v0.6.0
14952026-06-17T21:52:35.030Z Compiling usdt-macro v0.6.0
14962026-06-17T21:52:35.325Z Compiling ref-cast-impl v1.0.25
14972026-06-17T21:52:35.737Z Compiling serde_spanned v1.1.1
14982026-06-17T21:52:35.767Z Compiling generic-array v0.14.7
14992026-06-17T21:52:35.784Z Compiling multer v3.1.0
15002026-06-17T21:52:35.817Z Compiling toml_writer v1.1.1+spec-1.1.0
15012026-06-17T21:52:35.828Z Compiling term v1.2.1
15022026-06-17T21:52:35.947Z Compiling debug-ignore v1.0.5
15032026-06-17T21:52:36.015Z Compiling take_mut v0.2.2
15042026-06-17T21:52:36.019Z Compiling const-oid v0.10.2
15052026-06-17T21:52:36.043Z Compiling bit-vec v0.8.0
15062026-06-17T21:52:36.159Z Compiling digest v0.11.3
15072026-06-17T21:52:36.222Z Compiling bit-set v0.8.0
15082026-06-17T21:52:36.242Z Compiling rand v0.9.4
15092026-06-17T21:52:36.263Z Compiling serde_with_macros v3.20.0
15102026-06-17T21:52:36.315Z Compiling async-stream-impl v0.3.6
15112026-06-17T21:52:36.374Z Compiling dropshot v0.17.1
15122026-06-17T21:52:36.529Z Compiling encoding_rs v0.8.35
15132026-06-17T21:52:36.613Z Compiling syn v1.0.109
15142026-06-17T21:52:36.632Z Compiling strum v0.26.3
15152026-06-17T21:52:36.755Z Compiling unarray v0.1.4
15162026-06-17T21:52:36.859Z Compiling mime v0.3.17
15172026-06-17T21:52:36.935Z Compiling spin v0.9.8
15182026-06-17T21:52:36.961Z Compiling async-stream v0.3.6
15192026-06-17T21:52:37.071Z Compiling sha1 v0.11.0
15202026-06-17T21:52:37.125Z Compiling derive-ex v0.1.8
15212026-06-17T21:52:37.135Z Compiling tower v0.5.3
15222026-06-17T21:52:37.374Z Compiling dropshot_endpoint v0.17.1
15232026-06-17T21:52:37.396Z Compiling macaddr v1.0.1
15242026-06-17T21:52:37.455Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15252026-06-17T21:52:37.630Z Compiling waitgroup v0.1.2
15262026-06-17T21:52:37.641Z Compiling serde_path_to_error v0.1.20
15272026-06-17T21:52:37.944Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15282026-06-17T21:52:37.985Z Compiling tower-http v0.6.11
15292026-06-17T21:52:38.110Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15302026-06-17T21:52:38.201Z Compiling tempfile v3.27.0
15312026-06-17T21:52:38.281Z Compiling openapiv3 v2.2.0
15322026-06-17T21:52:38.401Z Compiling strum_macros v0.27.2
15332026-06-17T21:52:38.751Z Compiling test-strategy v0.4.5
15342026-06-17T21:52:39.041Z Compiling instant v0.1.13
15352026-06-17T21:52:39.147Z Compiling time v0.3.47
15362026-06-17T21:52:39.798Z Compiling rustls-native-certs v0.8.4
15372026-06-17T21:52:39.907Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15382026-06-17T21:52:40.098Z Compiling crossbeam-channel v0.5.15
15392026-06-17T21:52:40.139Z Compiling crypto-common v0.1.7
15402026-06-17T21:52:40.235Z Compiling strum v0.27.2
15412026-06-17T21:52:40.570Z Compiling parse-display-derive v0.10.0
15422026-06-17T21:52:40.658Z Compiling backon v1.6.0
15432026-06-17T21:52:40.733Z Compiling rand_chacha v0.3.1
15442026-06-17T21:52:40.900Z Compiling slog-json v2.6.1
15452026-06-17T21:52:41.100Z Compiling rand v0.8.6
15462026-06-17T21:52:41.166Z Compiling hostname v0.3.1
15472026-06-17T21:52:41.359Z Compiling toml_parser v1.1.2+spec-1.1.0
15482026-06-17T21:52:41.585Z Compiling toml_datetime v1.1.1+spec-1.1.0
15492026-06-17T21:52:41.730Z Compiling memmap2 v0.9.10
15502026-06-17T21:52:41.846Z Compiling is-terminal v0.4.17
15512026-06-17T21:52:41.887Z Compiling wait-timeout v0.2.1
15522026-06-17T21:52:41.956Z Compiling either v1.16.0
15532026-06-17T21:52:42.020Z Compiling rusty-fork v0.3.1
15542026-06-17T21:52:42.043Z Compiling slog-term v2.9.2
15552026-06-17T21:52:42.153Z Compiling usdt v0.6.0
15562026-06-17T21:52:42.171Z Compiling toml v1.1.2+spec-1.1.0
15572026-06-17T21:52:42.182Z Compiling slog-bunyan v2.5.0
15582026-06-17T21:52:42.433Z Compiling serde_with v3.20.0
15592026-06-17T21:52:42.464Z Compiling async-compression v0.4.42
15602026-06-17T21:52:42.487Z Compiling rand_xorshift v0.4.0
15612026-06-17T21:52:42.631Z Compiling rustls-pemfile v2.2.0
15622026-06-17T21:52:42.685Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15632026-06-17T21:52:42.774Z Compiling regress v0.10.5
15642026-06-17T21:52:42.823Z Compiling hostname v0.4.2
15652026-06-17T21:52:42.958Z Compiling humantime v2.3.0
15662026-06-17T21:52:42.962Z Compiling proptest v1.11.0
15672026-06-17T21:52:43.496Z Compiling iddqd v0.4.2
15682026-06-17T21:52:43.764Z Compiling reqwest v0.12.28
15692026-06-17T21:52:43.924Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15702026-06-17T21:52:44.165Z Compiling block-buffer v0.10.4
15712026-06-17T21:52:44.310Z Compiling utf8parse v0.2.2
15722026-06-17T21:52:44.337Z Compiling digest v0.10.7
15732026-06-17T21:52:44.416Z Compiling anstyle-parse v1.0.0
15742026-06-17T21:52:44.546Z Compiling parse-display v0.10.0
15752026-06-17T21:52:44.594Z Compiling itertools v0.14.0
15762026-06-17T21:52:44.789Z Compiling progenitor-client v0.10.0
15772026-06-17T21:52:44.878Z Compiling backoff v0.4.0
15782026-06-17T21:52:45.062Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15792026-06-17T21:52:45.084Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15802026-06-17T21:52:45.637Z Compiling colorchoice v1.0.5
15812026-06-17T21:52:45.753Z Compiling anstyle v1.0.14
15822026-06-17T21:52:46.009Z Compiling is_terminal_polyfill v1.70.2
15832026-06-17T21:52:46.061Z Compiling anstyle-query v1.1.5
15842026-06-17T21:52:46.154Z Compiling anstream v1.0.0
15852026-06-17T21:52:46.476Z Compiling clap_lex v1.1.0
15862026-06-17T21:52:46.766Z Compiling regress v0.11.1
15872026-06-17T21:52:46.791Z Compiling clap_derive v4.6.1
15882026-06-17T21:52:47.726Z Compiling terminal_size v0.4.4
15892026-06-17T21:52:48.359Z Compiling typify-impl v0.6.2
15902026-06-17T21:52:48.632Z Compiling toml_datetime v0.6.11
15912026-06-17T21:52:48.736Z Compiling zerocopy-derive v0.7.35
15922026-06-17T21:52:48.825Z Compiling convert_case v0.4.0
15932026-06-17T21:52:48.902Z Compiling cpufeatures v0.2.17
15942026-06-17T21:52:49.119Z Compiling derive_more v0.99.20
15952026-06-17T21:52:49.618Z Compiling zerocopy v0.7.35
15962026-06-17T21:52:49.755Z Compiling clap_builder v4.6.0
15972026-06-17T21:52:50.197Z Compiling toml_edit v0.25.12+spec-1.1.0
15982026-06-17T21:52:50.819Z Compiling unicode-width v0.2.2
15992026-06-17T21:52:51.093Z Compiling proc-macro-crate v3.5.0
16002026-06-17T21:52:51.344Z Compiling clap v4.6.1
16012026-06-17T21:52:51.421Z Compiling secrecy v0.10.3
16022026-06-17T21:52:51.581Z Compiling crucible-workspace-hack v0.1.0
16032026-06-17T21:52:51.694Z Compiling tinyvec_macros v0.1.1
16042026-06-17T21:52:51.760Z Compiling float-ord v0.3.2
16052026-06-17T21:52:51.780Z Compiling tinyvec v1.11.0
16062026-06-17T21:52:51.847Z Compiling num_enum_derive v0.7.6
16072026-06-17T21:52:52.278Z Compiling dtrace-parser v0.2.0
16082026-06-17T21:52:52.465Z Compiling scroll_derive v0.12.1
16092026-06-17T21:52:52.501Z Compiling num-integer v0.1.46
16102026-06-17T21:52:52.823Z Compiling rustc_version v0.4.1
16112026-06-17T21:52:52.944Z Compiling usdt-impl v0.5.0
16122026-06-17T21:52:53.095Z Compiling curve25519-dalek v4.1.3
16132026-06-17T21:52:53.160Z Compiling num_enum v0.7.6
16142026-06-17T21:52:53.193Z Compiling scroll v0.12.0
16152026-06-17T21:52:53.389Z Compiling dof v0.3.0
16162026-06-17T21:52:53.469Z Compiling hmac v0.12.1
16172026-06-17T21:52:53.594Z Compiling inout v0.1.4
16182026-06-17T21:52:53.675Z Compiling darling_core v0.21.3
16192026-06-17T21:52:53.714Z Compiling ff v0.13.1
16202026-06-17T21:52:53.722Z Compiling thread-id v4.2.2
16212026-06-17T21:52:53.800Z Compiling cipher v0.4.4
16222026-06-17T21:52:53.810Z Compiling group v0.13.0
16232026-06-17T21:52:54.030Z Compiling hkdf v0.12.4
16242026-06-17T21:52:54.285Z Compiling goblin v0.8.2
16252026-06-17T21:52:54.364Z Compiling num-rational v0.4.2
16262026-06-17T21:52:54.449Z Compiling num-iter v0.1.45
16272026-06-17T21:52:54.564Z Compiling thiserror-impl-no-std v2.0.2
16282026-06-17T21:52:54.647Z Compiling universal-hash v0.5.1
16292026-06-17T21:52:54.664Z Compiling typify-macro v0.6.2
16302026-06-17T21:52:54.763Z Compiling crypto-bigint v0.5.5
16312026-06-17T21:52:54.774Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16322026-06-17T21:52:55.105Z Compiling crossbeam-epoch v0.9.18
16332026-06-17T21:52:55.422Z Compiling half v2.7.1
16342026-06-17T21:52:55.443Z Compiling curve25519-dalek-derive v0.1.1
16352026-06-17T21:52:55.659Z Compiling num-complex v0.4.6
16362026-06-17T21:52:55.722Z Compiling darling_macro v0.21.3
16372026-06-17T21:52:56.045Z Compiling base16ct v0.2.0
16382026-06-17T21:52:56.056Z Compiling base64ct v1.8.3
16392026-06-17T21:52:56.095Z Compiling opaque-debug v0.3.1
16402026-06-17T21:52:56.115Z Compiling ciborium-io v0.2.2
16412026-06-17T21:52:56.158Z Compiling poly1305 v0.8.0
16422026-06-17T21:52:56.195Z Compiling ciborium-ll v0.2.2
16432026-06-17T21:52:56.204Z Compiling elliptic-curve v0.13.8
16442026-06-17T21:52:56.332Z Compiling darling v0.21.3
16452026-06-17T21:52:56.347Z Compiling password-hash v0.5.0
16462026-06-17T21:52:56.773Z Compiling typify v0.6.2
16472026-06-17T21:52:56.792Z Compiling num v0.4.3
16482026-06-17T21:52:56.858Z Compiling thiserror-no-std v2.0.2
16492026-06-17T21:52:57.022Z Compiling chacha20 v0.9.1
16502026-06-17T21:52:57.276Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16512026-06-17T21:52:57.603Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16522026-06-17T21:52:57.976Z Compiling blake2 v0.10.6
16532026-06-17T21:52:58.162Z Compiling aead v0.5.2
16542026-06-17T21:52:58.263Z Compiling byte-wrapper v0.1.0
16552026-06-17T21:52:58.321Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16562026-06-17T21:52:58.425Z Compiling proc-macro-error-attr v1.0.4
16572026-06-17T21:52:58.662Z Compiling unsafe-libyaml v0.2.11
16582026-06-17T21:52:58.695Z Compiling keccak v0.1.6
16592026-06-17T21:52:58.774Z Compiling prettyplease v0.2.37
16602026-06-17T21:52:58.928Z Compiling rustix v0.38.44
16612026-06-17T21:52:59.021Z Compiling heapless v0.8.0
16622026-06-17T21:52:59.349Z Compiling serde_yaml v0.9.34+deprecated
16632026-06-17T21:52:59.902Z Compiling sha3 v0.10.9
16642026-06-17T21:52:59.910Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16652026-06-17T21:52:59.963Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-06-17T21:53:00.471Z Compiling chacha20poly1305 v0.10.1
16672026-06-17T21:53:00.582Z Compiling argon2 v0.5.3
16682026-06-17T21:53:00.693Z Compiling vsss-rs v3.3.4
16692026-06-17T21:53:00.800Z Compiling ingot-macros v0.1.1
16702026-06-17T21:53:00.805Z Compiling ciborium v0.2.2
16712026-06-17T21:53:01.255Z Compiling usdt-macro v0.5.0
16722026-06-17T21:53:01.382Z Compiling usdt-attr-macro v0.5.0
16732026-06-17T21:53:02.582Z Compiling serde_spanned v0.6.9
16742026-06-17T21:53:02.725Z Compiling enum-as-inner v0.6.1
16752026-06-17T21:53:02.915Z Compiling hash32 v0.3.1
16762026-06-17T21:53:03.064Z Compiling proc-macro-error v1.0.4
16772026-06-17T21:53:03.089Z Compiling memmap v0.7.0
16782026-06-17T21:53:03.290Z Compiling memoffset v0.9.1
16792026-06-17T21:53:03.314Z Compiling data-encoding v2.11.0
16802026-06-17T21:53:03.340Z Compiling indent_write v2.2.0
16812026-06-17T21:53:03.391Z Compiling cfg_aliases v0.2.1
16822026-06-17T21:53:03.536Z Compiling winnow v0.7.15
16832026-06-17T21:53:03.540Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16842026-06-17T21:53:03.558Z Compiling winnow v0.5.40
16852026-06-17T21:53:03.565Z Compiling toml_write v0.1.2
16862026-06-17T21:53:03.756Z Compiling static_assertions v1.1.0
16872026-06-17T21:53:03.789Z Compiling smoltcp v0.11.0
16882026-06-17T21:53:03.843Z Compiling ingot-types v0.1.2
16892026-06-17T21:53:04.008Z Compiling nix v0.31.3
16902026-06-17T21:53:04.154Z Compiling usdt v0.5.0
16912026-06-17T21:53:04.314Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16922026-06-17T21:53:04.396Z Compiling rustls-webpki v0.103.13
16932026-06-17T21:53:04.659Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16942026-06-17T21:53:04.680Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16952026-06-17T21:53:04.959Z Compiling toml_edit v0.22.27
16962026-06-17T21:53:05.029Z Compiling toml_edit v0.19.15
16972026-06-17T21:53:05.418Z Compiling tabwriter v1.4.1
16982026-06-17T21:53:05.596Z Compiling cobs v0.3.0
16992026-06-17T21:53:05.658Z Compiling serde_repr v0.1.20
17002026-06-17T21:53:05.792Z Compiling bitflags v1.3.2
17012026-06-17T21:53:05.865Z Compiling managed v0.8.0
17022026-06-17T21:53:06.073Z Compiling vcpkg v0.2.15
17032026-06-17T21:53:06.112Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17042026-06-17T21:53:06.256Z Compiling pkg-config v0.3.33
17052026-06-17T21:53:06.358Z Compiling toml v0.8.23
17062026-06-17T21:53:06.616Z Compiling proc-macro-crate v1.3.1
17072026-06-17T21:53:06.705Z Compiling openssl-sys v0.9.116
17082026-06-17T21:53:07.033Z Compiling postcard v1.1.3
17092026-06-17T21:53:07.437Z Compiling ingot v0.1.1
17102026-06-17T21:53:07.671Z Compiling hubpack_derive v0.1.1
17112026-06-17T21:53:08.221Z Compiling tokio-rustls v0.26.4
17122026-06-17T21:53:08.233Z Compiling rustls-platform-verifier v0.7.0
17132026-06-17T21:53:08.464Z Compiling hyper-rustls v0.27.9
17142026-06-17T21:53:08.760Z Compiling reqwest v0.13.4
17152026-06-17T21:53:09.352Z Compiling foreign-types-macros v0.2.3
17162026-06-17T21:53:09.409Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17172026-06-17T21:53:09.660Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17182026-06-17T21:53:09.727Z Compiling semver v0.1.20
17192026-06-17T21:53:09.907Z Compiling linked-hash-map v0.5.6
17202026-06-17T21:53:09.983Z Compiling progenitor-client v0.14.0
17212026-06-17T21:53:10.014Z Compiling colored v3.1.1
17222026-06-17T21:53:10.090Z Compiling swrite v0.1.0
17232026-06-17T21:53:10.187Z Compiling foreign-types-shared v0.3.1
17242026-06-17T21:53:10.273Z Compiling progenitor-extras v0.2.0
17252026-06-17T21:53:10.406Z Compiling rayon-core v1.13.0
17262026-06-17T21:53:10.572Z Compiling resolv-conf v0.7.6
17272026-06-17T21:53:10.642Z Compiling heck v0.4.1
17282026-06-17T21:53:10.743Z Compiling unicode-segmentation v1.13.3
17292026-06-17T21:53:10.865Z Compiling foreign-types v0.5.0
17302026-06-17T21:53:10.938Z Compiling lru-cache v0.1.2
17312026-06-17T21:53:10.992Z Compiling rustc_version v0.1.7
17322026-06-17T21:53:11.062Z Compiling newline-converter v0.3.0
17332026-06-17T21:53:11.150Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17342026-06-17T21:53:11.177Z Compiling hubpack v0.1.2
17352026-06-17T21:53:11.306Z Compiling num_enum_derive v0.5.11
17362026-06-17T21:53:11.397Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-06-17T21:53:12.500Z Compiling atomicwrites v0.4.4
17382026-06-17T21:53:12.817Z Compiling hickory-proto v0.24.4
17392026-06-17T21:53:13.044Z Compiling progenitor-impl v0.13.0
17402026-06-17T21:53:13.303Z Compiling crossbeam-deque v0.8.6
17412026-06-17T21:53:13.500Z Compiling console v0.15.11
17422026-06-17T21:53:14.178Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17432026-06-17T21:53:14.413Z Compiling camino-tempfile v1.4.1
17442026-06-17T21:53:14.663Z Compiling chacha20 v0.10.0
17452026-06-17T21:53:14.701Z Compiling serde-big-array v0.5.1
17462026-06-17T21:53:14.850Z Compiling pin-project-internal v1.1.13
17472026-06-17T21:53:14.922Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17482026-06-17T21:53:15.353Z Compiling derive-where v1.6.1
17492026-06-17T21:53:15.483Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-06-17T21:53:15.805Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17512026-06-17T21:53:15.963Z Compiling num-derive v0.4.2
17522026-06-17T21:53:16.123Z Compiling cstr-argument v0.1.2
17532026-06-17T21:53:16.278Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17542026-06-17T21:53:16.597Z Compiling siphasher v1.0.3
17552026-06-17T21:53:16.623Z Compiling minimal-lexical v0.2.1
17562026-06-17T21:53:16.794Z Compiling similar v2.7.0
17572026-06-17T21:53:16.885Z Compiling nom v7.1.3
17582026-06-17T21:53:16.936Z Compiling phf_shared v0.12.1
17592026-06-17T21:53:17.113Z Compiling progenitor-macro v0.13.0
17602026-06-17T21:53:17.670Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17612026-06-17T21:53:17.798Z Compiling expectorate v1.2.0
17622026-06-17T21:53:17.956Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17632026-06-17T21:53:17.963Z Compiling pin-project v1.1.13
17642026-06-17T21:53:18.218Z Compiling rand v0.10.1
17652026-06-17T21:53:18.568Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17662026-06-17T21:53:18.576Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-06-17T21:53:18.584Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17682026-06-17T21:53:18.584Z Compiling hickory-resolver v0.24.4
17692026-06-17T21:53:18.905Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17702026-06-17T21:53:19.107Z Compiling num_enum v0.5.11
17712026-06-17T21:53:19.224Z Compiling newtype_derive v0.1.6
17722026-06-17T21:53:19.458Z Compiling progenitor-client v0.13.0
17732026-06-17T21:53:19.751Z Compiling progenitor-impl v0.14.0
17742026-06-17T21:53:20.206Z Compiling unicode-normalization v0.1.25
17752026-06-17T21:53:20.675Z Compiling tokio-stream v0.1.18
17762026-06-17T21:53:20.835Z Compiling async-recursion v1.1.1
17772026-06-17T21:53:21.143Z Compiling snafu-derive v0.8.9
17782026-06-17T21:53:21.192Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17792026-06-17T21:53:21.430Z Compiling slog-dtrace v0.3.0
17802026-06-17T21:53:21.502Z Compiling bstr v1.12.1
17812026-06-17T21:53:21.527Z Compiling csv-core v0.1.13
17822026-06-17T21:53:21.683Z Compiling unicode-width v0.1.14
17832026-06-17T21:53:21.814Z Compiling unicode-xid v0.2.6
17842026-06-17T21:53:21.914Z Compiling konst_macro_rules v0.2.19
17852026-06-17T21:53:21.970Z Compiling chrono-tz v0.10.4
17862026-06-17T21:53:22.046Z Compiling same-file v1.0.6
17872026-06-17T21:53:22.089Z Compiling foldhash v0.1.5
17882026-06-17T21:53:22.172Z Compiling openssl v0.10.80
17892026-06-17T21:53:22.204Z Compiling owo-colors v4.3.0
17902026-06-17T21:53:22.254Z Compiling foreign-types-shared v0.1.1
17912026-06-17T21:53:22.324Z Compiling highway v1.3.0
17922026-06-17T21:53:22.372Z Compiling cancel-safe-futures v0.1.5
17932026-06-17T21:53:22.557Z Compiling foreign-types v0.3.2
17942026-06-17T21:53:22.647Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-06-17T21:53:22.754Z Compiling progenitor v0.13.0
17962026-06-17T21:53:22.754Z Compiling hashbrown v0.15.5
17972026-06-17T21:53:22.775Z Compiling walkdir v2.5.0
17982026-06-17T21:53:22.803Z Compiling konst v0.2.20
17992026-06-17T21:53:22.995Z Compiling snafu v0.8.9
18002026-06-17T21:53:23.131Z Compiling const_format_proc_macros v0.2.34
18012026-06-17T21:53:23.256Z Compiling globset v0.4.18
18022026-06-17T21:53:23.330Z Compiling csv v1.4.0
18032026-06-17T21:53:23.473Z Compiling qorb v0.4.1
18042026-06-17T21:53:23.473Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-17T21:53:23.473Z Compiling progenitor-macro v0.14.0
18062026-06-17T21:53:23.819Z Compiling olpc-cjson v0.1.4
18072026-06-17T21:53:23.944Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-06-17T21:53:24.040Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18092026-06-17T21:53:24.390Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-17T21:53:24.526Z Compiling rayon v1.12.0
18112026-06-17T21:53:25.578Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18122026-06-17T21:53:25.583Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-17T21:53:26.154Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-17T21:53:26.296Z Compiling phf v0.12.1
18152026-06-17T21:53:26.466Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-17T21:53:26.953Z Compiling zone_cfg_derive v0.3.1
18172026-06-17T21:53:26.961Z Compiling tokio-dtrace v0.1.1
18182026-06-17T21:53:27.249Z Compiling itertools v0.12.1
18192026-06-17T21:53:27.425Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18202026-06-17T21:53:27.633Z Compiling libsw-core v0.3.2
18212026-06-17T21:53:27.679Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-17T21:53:27.800Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18232026-06-17T21:53:28.192Z Compiling serde_plain v1.0.2
18242026-06-17T21:53:28.309Z Compiling openssl-macros v0.1.1
18252026-06-17T21:53:28.404Z Compiling pem v3.0.6
18262026-06-17T21:53:28.487Z Compiling cookie v0.18.1
18272026-06-17T21:53:28.503Z Compiling sigpipe v0.1.3
18282026-06-17T21:53:28.580Z Compiling bytecount v0.6.9
18292026-06-17T21:53:28.726Z Compiling fixedbitset v0.5.7
18302026-06-17T21:53:28.740Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-17T21:53:28.807Z Compiling glob v0.3.3
18322026-06-17T21:53:28.820Z Compiling fixedbitset v0.4.2
18332026-06-17T21:53:28.945Z Compiling jiff v0.2.28
18342026-06-17T21:53:28.971Z Compiling typed-path v0.9.3
18352026-06-17T21:53:29.058Z Compiling petgraph v0.6.5
18362026-06-17T21:53:29.073Z Compiling petgraph v0.8.3
18372026-06-17T21:53:29.379Z Compiling papergrid v0.11.0
18382026-06-17T21:53:30.288Z Compiling tough v0.22.0
18392026-06-17T21:53:30.567Z Compiling progenitor v0.14.0
18402026-06-17T21:53:30.714Z Compiling zone v0.3.1
18412026-06-17T21:53:30.856Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18422026-06-17T21:53:30.884Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-17T21:53:31.070Z Compiling libsw v3.5.0
18442026-06-17T21:53:31.102Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-17T21:53:31.126Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18462026-06-17T21:53:31.242Z Compiling oxide-tokio-rt v0.1.6
18472026-06-17T21:53:31.318Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-17T21:53:31.370Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18492026-06-17T21:53:31.503Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-17T21:53:32.358Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-17T21:53:32.620Z Compiling const_format v0.2.36
18522026-06-17T21:53:32.643Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-17T21:53:32.986Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18542026-06-17T21:53:33.179Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-17T21:53:33.400Z Compiling tabled_derive v0.7.0
18562026-06-17T21:53:33.545Z Compiling gethostname v0.5.0
18572026-06-17T21:53:33.673Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-17T21:53:33.691Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-17T21:53:33.734Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18602026-06-17T21:53:33.760Z Compiling bcs v0.1.6
18612026-06-17T21:53:33.787Z Compiling smf v0.2.3
18622026-06-17T21:53:33.821Z Compiling nom v8.0.0
18632026-06-17T21:53:34.085Z Compiling crunchy v0.2.4
18642026-06-17T21:53:34.386Z Compiling unicode-linebreak v0.1.5
18652026-06-17T21:53:34.398Z Compiling tagptr v0.2.0
18662026-06-17T21:53:34.404Z Compiling lazy_static v1.5.0
18672026-06-17T21:53:34.497Z Compiling smawk v0.3.2
18682026-06-17T21:53:34.560Z Compiling whoami v1.6.1
18692026-06-17T21:53:34.633Z Compiling linear-map v1.2.0
18702026-06-17T21:53:34.633Z Compiling termtree v0.5.1
18712026-06-17T21:53:34.797Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-17T21:53:34.848Z Compiling textwrap v0.16.2
18732026-06-17T21:53:34.880Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-17T21:53:35.163Z Compiling moka v0.12.15
18752026-06-17T21:53:35.370Z Compiling steno v0.4.1
18762026-06-17T21:53:36.104Z Compiling tabled v0.15.0
18772026-06-17T21:53:36.202Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-17T21:53:36.281Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-17T21:53:36.429Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-17T21:53:37.233Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-17T21:53:38.181Z Compiling hickory-proto v0.25.2
18822026-06-17T21:53:38.652Z Compiling tiny-keccak v2.0.2
18832026-06-17T21:53:38.904Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18842026-06-17T21:53:38.917Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18852026-06-17T21:53:39.160Z Compiling parking_lot_core v0.8.6
18862026-06-17T21:53:39.456Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18872026-06-17T21:53:39.478Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-17T21:53:39.697Z Compiling libscf-sys v1.2.0
18892026-06-17T21:53:39.842Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18902026-06-17T21:53:39.933Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18912026-06-17T21:53:39.984Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18922026-06-17T21:53:40.071Z Compiling hickory-resolver v0.25.2
18932026-06-17T21:53:40.348Z Compiling const-random-macro v0.1.16
18942026-06-17T21:53:40.360Z Compiling smartstring v1.0.1
18952026-06-17T21:53:40.371Z Compiling ahash v0.8.12
18962026-06-17T21:53:40.753Z Compiling const-random v0.1.18
18972026-06-17T21:53:40.835Z Compiling parking_lot v0.11.2
18982026-06-17T21:53:40.898Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-17T21:53:41.001Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19002026-06-17T21:53:41.228Z Compiling fxhash v0.2.1
19012026-06-17T21:53:41.250Z Compiling internet-checksum v0.2.1
19022026-06-17T21:53:41.367Z Compiling sled v0.34.7
19032026-06-17T21:53:41.679Z Compiling thin-vec v0.2.18
19042026-06-17T21:53:41.907Z Compiling rhai_codegen v3.2.0
19052026-06-17T21:53:41.971Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19062026-06-17T21:53:42.050Z Compiling serial_test_derive v3.5.0
19072026-06-17T21:53:42.351Z Compiling diff v0.1.13
19082026-06-17T21:53:42.488Z Compiling yansi v1.0.1
19092026-06-17T21:53:42.813Z Compiling pretty_assertions v1.4.1
19102026-06-17T21:53:42.853Z Compiling serial_test v3.5.0
19112026-06-17T21:53:43.210Z Compiling rhai v1.25.1
19122026-06-17T21:53:44.517Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19132026-06-17T21:53:45.140Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-17T21:53:53.454Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-06-17T21:53:55.066Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-17T21:53:56.076Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19172026-06-17T21:53:57.003Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19182026-06-17T21:53:57.849Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19192026-06-17T21:53:58.989Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19202026-06-17T21:54:31.303Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
19212026-06-17T21:54:31.483Z────────────
19222026-06-17T21:54:31.483Z Nextest run ID 68902c16-46df-478b-9c22-f3537ae306f1 with nextest profile: default
19232026-06-17T21:54:31.483Z Starting 154 tests across 3 binaries
19242026-06-17T21:54:31.497Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19252026-06-17T21:54:31.497Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19262026-06-17T21:54:31.500Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19272026-06-17T21:54:31.500Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19282026-06-17T21:54:31.500Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19292026-06-17T21:54:31.500Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19302026-06-17T21:54:31.501Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19312026-06-17T21:54:31.501Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
19322026-06-17T21:54:31.504Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19332026-06-17T21:54:31.505Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19342026-06-17T21:54:31.505Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19352026-06-17T21:54:31.505Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19362026-06-17T21:54:31.505Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19372026-06-17T21:54:31.506Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19382026-06-17T21:54:31.514Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19392026-06-17T21:54:31.514Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19402026-06-17T21:54:31.514Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19412026-06-17T21:54:31.514Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19422026-06-17T21:54:31.514Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19432026-06-17T21:54:31.514Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19442026-06-17T21:54:31.514Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19452026-06-17T21:54:31.521Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19462026-06-17T21:54:31.521Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19472026-06-17T21:54:31.521Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19482026-06-17T21:54:31.526Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19492026-06-17T21:54:31.527Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19502026-06-17T21:54:31.527Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19512026-06-17T21:54:31.527Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19522026-06-17T21:54:31.527Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19532026-06-17T21:54:31.527Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19542026-06-17T21:54:31.527Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19552026-06-17T21:54:31.527Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19562026-06-17T21:54:31.531Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19572026-06-17T21:54:31.537Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19582026-06-17T21:54:31.537Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19592026-06-17T21:54:31.537Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19602026-06-17T21:54:31.537Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19612026-06-17T21:54:31.537Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19622026-06-17T21:54:31.537Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19632026-06-17T21:54:31.537Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19642026-06-17T21:54:31.541Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19652026-06-17T21:54:31.546Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19662026-06-17T21:54:31.546Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19672026-06-17T21:54:31.546Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19682026-06-17T21:54:31.546Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19692026-06-17T21:54:31.546Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19702026-06-17T21:54:31.546Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19712026-06-17T21:54:31.546Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19722026-06-17T21:54:31.551Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19732026-06-17T21:54:31.555Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19742026-06-17T21:54:31.555Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19752026-06-17T21:54:31.555Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19762026-06-17T21:54:31.556Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19772026-06-17T21:54:31.556Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19782026-06-17T21:54:31.556Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19792026-06-17T21:54:31.556Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19802026-06-17T21:54:31.561Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19812026-06-17T21:54:31.561Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19822026-06-17T21:54:31.565Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19832026-06-17T21:54:31.565Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19842026-06-17T21:54:31.565Z PASS [ 0.010s] bgp messages::tests::notification_round_trip
19852026-06-17T21:54:31.565Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19862026-06-17T21:54:31.565Z PASS [ 0.009s] bgp messages::tests::prefix_within
19872026-06-17T21:54:31.565Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19882026-06-17T21:54:31.570Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19892026-06-17T21:54:31.579Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19902026-06-17T21:54:31.579Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19912026-06-17T21:54:31.579Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19922026-06-17T21:54:31.579Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19932026-06-17T21:54:31.579Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19942026-06-17T21:54:31.579Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19952026-06-17T21:54:31.579Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19962026-06-17T21:54:31.583Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19972026-06-17T21:54:31.583Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19982026-06-17T21:54:31.584Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19992026-06-17T21:54:31.584Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20002026-06-17T21:54:31.584Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20012026-06-17T21:54:31.584Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20022026-06-17T21:54:31.584Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20032026-06-17T21:54:31.588Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20042026-06-17T21:54:31.591Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20052026-06-17T21:54:31.591Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20062026-06-17T21:54:31.594Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
20072026-06-17T21:54:31.594Z PASS [ 0.011s] bgp messages::tests::update_round_trip
20082026-06-17T21:54:31.604Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20092026-06-17T21:54:31.607Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20102026-06-17T21:54:31.610Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20112026-06-17T21:54:31.610Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
20122026-06-17T21:54:31.610Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20132026-06-17T21:54:31.610Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
20142026-06-17T21:54:31.610Z PASS [ 0.020s] bgp policy::test::update_shape_community
20152026-06-17T21:54:31.618Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20162026-06-17T21:54:31.623Z PASS [ 0.013s] bgp proptest::prop_ipv4_wire_format_roundtrip
20172026-06-17T21:54:31.624Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20182026-06-17T21:54:31.624Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20192026-06-17T21:54:31.624Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20202026-06-17T21:54:31.628Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20212026-06-17T21:54:31.628Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20222026-06-17T21:54:31.628Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20232026-06-17T21:54:31.633Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20242026-06-17T21:54:31.636Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20252026-06-17T21:54:31.639Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20262026-06-17T21:54:31.639Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20272026-06-17T21:54:31.642Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20282026-06-17T21:54:31.642Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20292026-06-17T21:54:31.645Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20302026-06-17T21:54:31.645Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20312026-06-17T21:54:31.649Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20322026-06-17T21:54:31.656Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20332026-06-17T21:54:31.656Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20342026-06-17T21:54:31.656Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20352026-06-17T21:54:31.657Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20362026-06-17T21:54:31.657Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20372026-06-17T21:54:31.657Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20382026-06-17T21:54:31.660Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20392026-06-17T21:54:31.660Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20402026-06-17T21:54:31.660Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20412026-06-17T21:54:31.660Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20422026-06-17T21:54:31.660Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20432026-06-17T21:54:31.660Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20442026-06-17T21:54:31.666Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20452026-06-17T21:54:34.726Z PASS [ 3.068s] bgp test::test_basic_peering_passive
20462026-06-17T21:54:34.726Z PASS [ 3.069s] bgp test::test_basic_peering_active
20472026-06-17T21:54:34.726Z PASS [ 3.065s] bgp test::test_basic_update
20482026-06-17T21:54:34.729Z PASS [ 3.071s] bgp test::test_basic_peering_passive_tcp
20492026-06-17T21:54:34.739Z PASS [ 3.080s] bgp test::test_basic_update_ipv6
20502026-06-17T21:54:34.743Z PASS [ 3.079s] bgp test::test_basic_update_tcp
20512026-06-17T21:54:34.743Z PASS [ 3.086s] bgp test::test_basic_peering_active_tcp
20522026-06-17T21:54:34.743Z PASS [ 3.082s] bgp test::test_basic_update_ipv6_tcp
20532026-06-17T21:54:37.808Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
20542026-06-17T21:54:37.811Z PASS [ 3.071s] bgp test::test_ipv6_basic_peering_active
20552026-06-17T21:54:37.823Z PASS [ 3.083s] bgp test::test_ipv6_basic_peering_active_tcp
20562026-06-17T21:54:37.823Z PASS [ 3.081s] bgp test::test_ipv6_basic_peering_passive_tcp
20572026-06-17T21:54:38.812Z PASS [ 4.089s] bgp test::test_dual_stack_routes_ipv6_peer_success
20582026-06-17T21:54:38.815Z PASS [ 4.090s] bgp test::test_import_export_policy_filtering
20592026-06-17T21:54:38.819Z PASS [ 4.087s] bgp test::test_ipv4_routes_ipv6_peer_success
20602026-06-17T21:54:38.819Z PASS [ 4.093s] bgp test::test_dual_stack_routes_ipv4_peer_success
20612026-06-17T21:54:38.871Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20622026-06-17T21:54:39.886Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20632026-06-17T21:54:39.905Z PASS [ 1.091s] bgp test::test_three_router_chain_tcp_ipv6
20642026-06-17T21:54:39.910Z PASS [ 1.099s] bgp test::test_three_router_chain_tcp
20652026-06-17T21:54:40.623Z PASS [ 2.799s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20662026-06-17T21:54:40.945Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
20672026-06-17T21:54:40.951Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20682026-06-17T21:54:40.956Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20692026-06-17T21:54:40.964Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20702026-06-17T21:54:40.966Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20712026-06-17T21:54:41.884Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
20722026-06-17T21:54:41.884Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20732026-06-17T21:54:43.876Z PASS [ 5.060s] bgp test::test_unnumbered_dualstack_route_exchange
20742026-06-17T21:54:44.973Z PASS [ 5.059s] bgp test::test_unnumbered_session_survives_peer_change
20752026-06-17T21:54:48.966Z PASS [ 9.060s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20762026-06-17T21:54:49.683Z PASS [ 9.059s] bgp test::test_unnumbered_unaffected_by_ndp
20772026-06-17T21:54:56.952Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20782026-06-17T21:54:56.962Z────────────
20792026-06-17T21:54:56.962Z Summary [ 25.452s] 154 tests run: 154 passed, 0 skipped
20802026-06-17T21:54:56.962Z+ cp ./dualstack_routes.log ./loopback-manager.test_basic_peering_active_tcp.log ./loopback-manager.test_basic_peering_passive_tcp.log ./loopback-manager.test_basic_update_ipv6_tcp.log ./loopback-manager.test_basic_update_tcp.log ./loopback-manager.test_dual_stack_routes_ipv4_peer_success.log ./loopback-manager.test_dual_stack_routes_ipv6_peer_success.log ./loopback-manager.test_import_export_policy_filtering.log ./loopback-manager.test_ipv4_routes_ipv6_peer_success.log ./loopback-manager.test_ipv6_basic_peering_active_tcp.log ./loopback-manager.test_ipv6_basic_peering_passive_tcp.log ./loopback-manager.test_ipv6_routes_ipv4_peer_success.log ./loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log ./loopback-manager.test_three_router_chain_tcp_ipv6.log ./loopback-manager.test_three_router_chain_tcp.log ./multiple_unnumbered.log ./ndp_change_reset.log ./ndp_changes.log ./r1.test_basic_peering_active_tcp.log ./r1.test_basic_peering_active.log ./r1.test_basic_peering_passive_tcp.log ./r1.test_basic_peering_passive.log ./r1.test_basic_update_ipv6_tcp.log ./r1.test_basic_update_ipv6.log ./r1.test_basic_update_tcp.log ./r1.test_basic_update.log ./r1.test_dual_stack_routes_ipv4_peer_success.log ./r1.test_dual_stack_routes_ipv6_peer_success.log ./r1.test_import_export_policy_filtering.log ./r1.test_ipv4_routes_ipv6_peer_success.log ./r1.test_ipv6_basic_peering_active_tcp.log ./r1.test_ipv6_basic_peering_active.log ./r1.test_ipv6_basic_peering_passive_tcp.log ./r1.test_ipv6_basic_peering_passive.log ./r1.test_ipv6_routes_ipv4_peer_success.log ./r1.test_neighbor_thread_lifecycle_no_leaks.log ./r1.test_three_router_chain_tcp_ipv6.log ./r1.test_three_router_chain_tcp.log ./r2.test_basic_peering_active_tcp.log ./r2.test_basic_peering_active.log ./r2.test_basic_peering_passive_tcp.log ./r2.test_basic_peering_passive.log ./r2.test_basic_update_ipv6_tcp.log ./r2.test_basic_update_ipv6.log ./r2.test_basic_update_tcp.log ./r2.test_basic_update.log ./r2.test_dual_stack_routes_ipv4_peer_success.log ./r2.test_dual_stack_routes_ipv6_peer_success.log ./r2.test_import_export_policy_filtering.log ./r2.test_ipv4_routes_ipv6_peer_success.log ./r2.test_ipv6_basic_peering_active_tcp.log ./r2.test_ipv6_basic_peering_active.log ./r2.test_ipv6_basic_peering_passive_tcp.log ./r2.test_ipv6_basic_peering_passive.log ./r2.test_ipv6_routes_ipv4_peer_success.log ./r2.test_neighbor_thread_lifecycle_no_leaks.log ./r2.test_three_router_chain_tcp_ipv6.log ./r2.test_three_router_chain_tcp.log ./r3.test_three_router_chain_tcp_ipv6.log ./r3.test_three_router_chain_tcp.log ./same_linklocal.log ./three_chain.log ./unnumbered_expiry.log ./unnumbered_interface_lifecycle.log ./unnumbered_peer_change.log /work/
20812026-06-17T21:54:56.964Z+ popd
20822026-06-17T21:54:56.964Z+ pushd mgd
20832026-06-17T21:54:56.964Z/work/oxidecomputer/maghemite
20842026-06-17T21:54:56.964Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20852026-06-17T21:54:56.964Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20862026-06-17T21:54:58.136Z Compiling slog v2.8.2
20872026-06-17T21:54:58.246Z Compiling usdt v0.6.0
20882026-06-17T21:54:58.336Z Compiling proc-macro-error-attr2 v2.0.0
20892026-06-17T21:54:58.352Z Compiling papergrid v0.18.0
20902026-06-17T21:54:58.357Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20912026-06-17T21:54:58.357Z Compiling testing_table v0.3.0
20922026-06-17T21:54:58.513Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20932026-06-17T21:54:58.526Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20942026-06-17T21:54:58.534Z Compiling crc8 v0.1.1
20952026-06-17T21:54:58.637Z Compiling slog-json v2.6.1
20962026-06-17T21:54:58.648Z Compiling slog-async v2.8.0
20972026-06-17T21:54:58.784Z Compiling slog-term v2.9.2
20982026-06-17T21:54:58.861Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20992026-06-17T21:54:58.887Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-06-17T21:54:58.989Z Compiling slog-bunyan v2.5.0
21012026-06-17T21:54:59.042Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21022026-06-17T21:54:59.128Z Compiling dropshot v0.17.1
21032026-06-17T21:54:59.302Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-06-17T21:54:59.329Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-06-17T21:54:59.347Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21062026-06-17T21:54:59.416Z Compiling slog-dtrace v0.3.0
21072026-06-17T21:54:59.807Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-06-17T21:54:59.840Z Compiling steno v0.4.1
21092026-06-17T21:55:00.356Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-17T21:55:00.482Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21112026-06-17T21:55:00.509Z Compiling proc-macro-error2 v2.0.1
21122026-06-17T21:55:00.787Z Compiling tabled_derive v0.11.0
21132026-06-17T21:55:01.335Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21142026-06-17T21:55:01.902Z Compiling tabled v0.21.0
21152026-06-17T21:55:02.924Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21162026-06-17T21:55:03.309Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-17T21:55:04.621Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-17T21:55:05.217Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-17T21:55:05.401Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-06-17T21:55:05.559Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21212026-06-17T21:55:05.958Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21222026-06-17T21:55:06.103Z Compiling dropshot-api-manager-types v0.7.2
21232026-06-17T21:55:06.511Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21242026-06-17T21:55:06.537Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21252026-06-17T21:55:06.826Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21262026-06-17T21:55:07.982Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-17T21:55:08.898Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-17T21:55:09.133Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-17T21:55:09.206Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-17T21:55:10.056Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-17T21:55:10.359Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-17T21:55:11.039Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-06-17T21:55:11.419Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-17T21:55:11.631Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-17T21:55:11.849Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-17T21:55:12.248Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-17T21:55:12.449Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-17T21:55:16.694Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-17T21:55:16.694Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-17T21:55:17.604Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-17T21:55:17.778Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-17T21:55:17.784Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-17T21:55:18.674Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-17T21:55:18.844Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-17T21:55:25.799Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-17T21:55:33.387Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-17T21:55:34.976Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-17T21:55:36.020Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21492026-06-17T21:55:36.937Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21502026-06-17T21:55:37.801Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21512026-06-17T21:55:38.964Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21522026-06-17T21:55:38.964Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21532026-06-17T21:55:38.964Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21542026-06-17T21:55:39.145Z Compiling bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
21552026-06-17T21:55:44.804Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21562026-06-17T21:56:11.916Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
21572026-06-17T21:56:12.331Z────────────
21582026-06-17T21:56:12.331Z Nextest run ID 8b6e4d39-eeb9-4974-ad92-0b14f793208c with nextest profile: default
21592026-06-17T21:56:12.331Z Starting 34 tests across 3 binaries
21602026-06-17T21:56:12.353Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21612026-06-17T21:56:12.353Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21622026-06-17T21:56:12.354Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21632026-06-17T21:56:12.354Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21642026-06-17T21:56:12.354Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21652026-06-17T21:56:12.354Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21662026-06-17T21:56:12.354Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21672026-06-17T21:56:12.354Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21682026-06-17T21:56:12.354Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21692026-06-17T21:56:12.354Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21702026-06-17T21:56:12.354Z PASS [ 0.060s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21712026-06-17T21:56:12.354Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21722026-06-17T21:56:12.354Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21732026-06-17T21:56:12.354Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21742026-06-17T21:56:12.354Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21752026-06-17T21:56:12.355Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21762026-06-17T21:56:12.355Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21772026-06-17T21:56:12.355Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21782026-06-17T21:56:12.355Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21792026-06-17T21:56:12.355Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21802026-06-17T21:56:12.355Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21812026-06-17T21:56:12.356Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21822026-06-17T21:56:12.356Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21832026-06-17T21:56:12.356Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21842026-06-17T21:56:12.356Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21852026-06-17T21:56:12.356Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21862026-06-17T21:56:12.356Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21872026-06-17T21:56:12.356Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21882026-06-17T21:56:12.356Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21892026-06-17T21:56:12.356Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21902026-06-17T21:56:12.356Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21912026-06-17T21:56:12.356Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21922026-06-17T21:56:12.356Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21932026-06-17T21:56:12.356Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21942026-06-17T21:56:12.376Z────────────
21952026-06-17T21:56:12.376Z Summary [ 0.086s] 34 tests run: 34 passed, 0 skipped
21962026-06-17T21:56:12.376Z+ cp ./apply_remove_entire_group.log /work/
21972026-06-17T21:56:12.376Z+ popd
21982026-06-17T21:56:12.376Z/work/oxidecomputer/maghemite
21992026-06-17T21:56:12.377Zprocess exited: duration 413039 ms, exit code 0
 
22002026-06-17T21:56:12.413Zfound 66 output files
22012026-06-17T21:56:12.413Zuploading: /work/apply_remove_entire_group.log (9591 bytes)
22022026-06-17T21:56:14.324Zuploaded: /work/apply_remove_entire_group.log
22032026-06-17T21:56:14.324Zuploading: /work/dualstack_routes.log (118741 bytes)
22042026-06-17T21:56:15.416Zuploaded: /work/dualstack_routes.log
22052026-06-17T21:56:15.416Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2286 bytes)
22062026-06-17T21:56:16.610Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22072026-06-17T21:56:16.610Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1437 bytes)
22082026-06-17T21:56:17.705Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22092026-06-17T21:56:17.705Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2302 bytes)
22102026-06-17T21:56:18.774Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22112026-06-17T21:56:18.878Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2030 bytes)
22122026-06-17T21:56:20.634Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22132026-06-17T21:56:20.634Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2276 bytes)
22142026-06-17T21:56:21.710Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22152026-06-17T21:56:21.711Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2177 bytes)
22162026-06-17T21:56:22.722Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22172026-06-17T21:56:22.722Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2954 bytes)
22182026-06-17T21:56:23.736Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22192026-06-17T21:56:23.736Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2275 bytes)
22202026-06-17T21:56:24.747Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22212026-06-17T21:56:24.748Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2265 bytes)
22222026-06-17T21:56:26.735Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22232026-06-17T21:56:26.736Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2301 bytes)
22242026-06-17T21:56:27.778Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22252026-06-17T21:56:27.778Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2254 bytes)
22262026-06-17T21:56:28.791Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22272026-06-17T21:56:28.792Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2432 bytes)
22282026-06-17T21:56:29.804Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22292026-06-17T21:56:29.805Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4650 bytes)
22302026-06-17T21:56:30.818Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22312026-06-17T21:56:30.818Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3558 bytes)
22322026-06-17T21:56:32.643Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22332026-06-17T21:56:32.643Zuploading: /work/multiple_unnumbered.log (137739 bytes)
22342026-06-17T21:56:33.693Zuploaded: /work/multiple_unnumbered.log
22352026-06-17T21:56:33.693Zuploading: /work/ndp_change_reset.log (70285 bytes)
22362026-06-17T21:56:34.705Zuploaded: /work/ndp_change_reset.log
22372026-06-17T21:56:34.705Zuploading: /work/ndp_changes.log (88812 bytes)
22382026-06-17T21:56:35.718Zuploaded: /work/ndp_changes.log
22392026-06-17T21:56:35.718Zuploading: /work/r1.test_basic_peering_active.log (40356 bytes)
22402026-06-17T21:56:36.730Zuploaded: /work/r1.test_basic_peering_active.log
22412026-06-17T21:56:36.730Zuploading: /work/r1.test_basic_peering_active_tcp.log (45517 bytes)
22422026-06-17T21:56:37.742Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22432026-06-17T21:56:37.742Zuploading: /work/r1.test_basic_peering_passive.log (33950 bytes)
22442026-06-17T21:56:38.829Zuploaded: /work/r1.test_basic_peering_passive.log
22452026-06-17T21:56:38.829Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39686 bytes)
22462026-06-17T21:56:39.840Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22472026-06-17T21:56:39.840Zuploading: /work/r1.test_basic_update.log (28442 bytes)
22482026-06-17T21:56:40.852Zuploaded: /work/r1.test_basic_update.log
22492026-06-17T21:56:40.852Zuploading: /work/r1.test_basic_update_ipv6.log (28229 bytes)
22502026-06-17T21:56:41.863Zuploaded: /work/r1.test_basic_update_ipv6.log
22512026-06-17T21:56:41.863Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30965 bytes)
22522026-06-17T21:56:42.875Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22532026-06-17T21:56:42.875Zuploading: /work/r1.test_basic_update_tcp.log (31142 bytes)
22542026-06-17T21:56:43.886Zuploaded: /work/r1.test_basic_update_tcp.log
22552026-06-17T21:56:43.886Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43619 bytes)
22562026-06-17T21:56:44.897Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22572026-06-17T21:56:44.900Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43943 bytes)
22582026-06-17T21:56:45.910Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22592026-06-17T21:56:45.910Zuploading: /work/r1.test_import_export_policy_filtering.log (40187 bytes)
22602026-06-17T21:56:46.999Zuploaded: /work/r1.test_import_export_policy_filtering.log
22612026-06-17T21:56:46.999Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35889 bytes)
22622026-06-17T21:56:48.015Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22632026-06-17T21:56:48.015Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40222 bytes)
22642026-06-17T21:56:49.029Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22652026-06-17T21:56:49.029Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49026 bytes)
22662026-06-17T21:56:50.041Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22672026-06-17T21:56:50.042Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33916 bytes)
22682026-06-17T21:56:51.053Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22692026-06-17T21:56:51.053Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39617 bytes)
22702026-06-17T21:56:52.065Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22712026-06-17T21:56:52.065Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35607 bytes)
22722026-06-17T21:56:53.078Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22732026-06-17T21:56:53.078Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29941 bytes)
22742026-06-17T21:56:54.089Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22752026-06-17T21:56:54.090Zuploading: /work/r1.test_three_router_chain_tcp.log (25860 bytes)
22762026-06-17T21:56:55.102Zuploaded: /work/r1.test_three_router_chain_tcp.log
22772026-06-17T21:56:55.105Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (23361 bytes)
22782026-06-17T21:56:56.116Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22792026-06-17T21:56:56.116Zuploading: /work/r2.test_basic_peering_active.log (38977 bytes)
22802026-06-17T21:56:57.134Zuploaded: /work/r2.test_basic_peering_active.log
22812026-06-17T21:56:57.134Zuploading: /work/r2.test_basic_peering_active_tcp.log (44384 bytes)
22822026-06-17T21:56:58.146Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22832026-06-17T21:56:58.147Zuploading: /work/r2.test_basic_peering_passive.log (41613 bytes)
22842026-06-17T21:56:59.162Zuploaded: /work/r2.test_basic_peering_passive.log
22852026-06-17T21:56:59.162Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46785 bytes)
22862026-06-17T21:57:00.175Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22872026-06-17T21:57:00.175Zuploading: /work/r2.test_basic_update.log (26404 bytes)
22882026-06-17T21:57:01.186Zuploaded: /work/r2.test_basic_update.log
22892026-06-17T21:57:01.186Zuploading: /work/r2.test_basic_update_ipv6.log (26570 bytes)
22902026-06-17T21:57:02.200Zuploaded: /work/r2.test_basic_update_ipv6.log
22912026-06-17T21:57:02.200Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32789 bytes)
22922026-06-17T21:57:03.215Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22932026-06-17T21:57:03.215Zuploading: /work/r2.test_basic_update_tcp.log (32799 bytes)
22942026-06-17T21:57:04.228Zuploaded: /work/r2.test_basic_update_tcp.log
22952026-06-17T21:57:04.228Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43583 bytes)
22962026-06-17T21:57:05.243Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22972026-06-17T21:57:05.244Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43817 bytes)
22982026-06-17T21:57:06.258Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22992026-06-17T21:57:06.258Zuploading: /work/r2.test_import_export_policy_filtering.log (36547 bytes)
23002026-06-17T21:57:07.270Zuploaded: /work/r2.test_import_export_policy_filtering.log
23012026-06-17T21:57:07.270Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38292 bytes)
23022026-06-17T21:57:08.287Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23032026-06-17T21:57:08.287Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38898 bytes)
23042026-06-17T21:57:09.301Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23052026-06-17T21:57:09.303Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47774 bytes)
23062026-06-17T21:57:10.316Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23072026-06-17T21:57:10.316Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41435 bytes)
23082026-06-17T21:57:11.351Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23092026-06-17T21:57:11.351Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46702 bytes)
23102026-06-17T21:57:12.374Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23112026-06-17T21:57:12.374Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38167 bytes)
23122026-06-17T21:57:13.405Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23132026-06-17T21:57:13.406Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28070 bytes)
23142026-06-17T21:57:14.424Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23152026-06-17T21:57:14.424Zuploading: /work/r2.test_three_router_chain_tcp.log (44824 bytes)
23162026-06-17T21:57:15.448Zuploaded: /work/r2.test_three_router_chain_tcp.log
23172026-06-17T21:57:15.458Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44987 bytes)
23182026-06-17T21:57:16.473Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23192026-06-17T21:57:16.473Zuploading: /work/r3.test_three_router_chain_tcp.log (21371 bytes)
23202026-06-17T21:57:17.483Zuploaded: /work/r3.test_three_router_chain_tcp.log
23212026-06-17T21:57:17.484Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22573 bytes)
23222026-06-17T21:57:18.495Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23232026-06-17T21:57:18.495Zuploading: /work/same_linklocal.log (166310 bytes)
23242026-06-17T21:57:19.513Zuploaded: /work/same_linklocal.log
23252026-06-17T21:57:19.513Zuploading: /work/three_chain.log (104457 bytes)
23262026-06-17T21:57:20.527Zuploaded: /work/three_chain.log
23272026-06-17T21:57:20.527Zuploading: /work/unnumbered_expiry.log (88519 bytes)
23282026-06-17T21:57:21.542Zuploaded: /work/unnumbered_expiry.log
23292026-06-17T21:57:21.542Zuploading: /work/unnumbered_interface_lifecycle.log (128078 bytes)
23302026-06-17T21:57:22.556Zuploaded: /work/unnumbered_interface_lifecycle.log
23312026-06-17T21:57:22.556Zuploading: /work/unnumbered_peer_change.log (79774 bytes)
23322026-06-17T21:57:23.569Zuploaded: /work/unnumbered_peer_change.log