01KW2M42K2ZXZYQYVEM9PH0DZT: 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: 01KW2M4H19MFT6NAFKS88KQB4X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T18:48:30.987Zjob assigned to worker 01KW2M4X8G9Z258MR8961Q4TTW [factory aws, i-025161213655676ca] (queued for 54 s)
 
22026-06-26T18:48:38.091Zstarting task 0: "setup"
32026-06-26T18:48:38.097Z++ uname -s
42026-06-26T18:48:38.102Z+ kern=SunOS
52026-06-26T18:48:38.102Z+ build_user=build
62026-06-26T18:48:38.102Z+ build_uid=12345
72026-06-26T18:48:38.102Z+ work_dir=/work
82026-06-26T18:48:38.102Z+ input_dir=/input
92026-06-26T18:48:38.102Z+ [[ 0 == 12345 ]]
102026-06-26T18:48:38.102Z+ case "$kern" in
112026-06-26T18:48:38.102Z+ groupadd -g 12345 build
122026-06-26T18:48:38.102Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T18:48:40.106Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T18:48:40.198Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T18:48:40.201Z+ home_fs=zfs
162026-06-26T18:48:40.201Z+ [[ zfs == autofs ]]
172026-06-26T18:48:40.201Z+ mkdir -p /home/build
182026-06-26T18:48:40.202Z+ chown build:build /home/build /work
192026-06-26T18:48:42.202Z+ chmod 0700 /home/build /work
202026-06-26T18:48:42.205Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-26T18:48:42.212Zstarting task 1: "rust-toolchain"
222026-06-26T18:48:42.216Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-26T18:48:42.216Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T18:48:42.216Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-26T18:48:42.216Z * rust toolchain channel = "stable"
262026-06-26T18:48:42.216Z * rust toolchain profile = "default"
272026-06-26T18:48:42.216Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T18:48:42.219Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T18:48:42.219Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-26T18:48:42.314Zinfo: downloading installer
312026-06-26T18:48:43.736Zwarn: It looks like you have an existing installation of Rust at:
322026-06-26T18:48:43.736Zwarn: /opt/ooce/bin
332026-06-26T18:48:43.736Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-26T18:48:43.736Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-26T18:48:43.736Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-26T18:48:43.736Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-26T18:48:43.736Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-26T18:48:43.736Zerror: cannot install while Rust is installed
392026-06-26T18:48:43.736Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-26T18:48:43.740Zwarn: It looks like you have an existing rustup settings file at:
412026-06-26T18:48:43.740Zwarn: /home/build/.rustup/settings.toml
422026-06-26T18:48:43.740Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-26T18:48:43.740Zwarn: instead of the one inferred from the default host triple.
442026-06-26T18:48:43.750Zinfo: profile set to default
452026-06-26T18:48:43.750Zinfo: default host triple is x86_64-unknown-illumos
462026-06-26T18:48:43.753Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-26T18:48:43.892Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-26T18:48:43.895Zinfo: downloading 6 components
492026-06-26T18:48:58.897Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-26T18:48:58.897Z
512026-06-26T18:48:58.926Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-26T18:48:58.926Z
532026-06-26T18:48:58.926Z
542026-06-26T18:48:58.926ZRust is installed now. Great!
552026-06-26T18:48:58.926Z
562026-06-26T18:48:58.926ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-26T18:48:58.926Zenvironment variable. This has not been done automatically.
582026-06-26T18:48:58.926Z
592026-06-26T18:48:58.926ZTo configure your current shell, you need to source
602026-06-26T18:48:58.926Zthe corresponding env file under $HOME/.cargo.
612026-06-26T18:48:58.926Z
622026-06-26T18:48:58.926ZThis is usually done by running one of the following (note the leading DOT):
632026-06-26T18:48:58.926Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-26T18:48:58.927Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-26T18:48:58.927Zsource "~/.cargo/env.nu" # For nushell
662026-06-26T18:48:58.927Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-26T18:48:58.927Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-26T18:48:58.927Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-26T18:48:58.930Zwarn: no default linker (`cc`) was found in your PATH
702026-06-26T18:48:58.930Zwarn: many Rust crates require a system C toolchain to build
712026-06-26T18:48:59.017Z+ rustup --version
722026-06-26T18:48:59.026Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-26T18:48:59.029Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-26T18:48:59.048Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-26T18:48:59.051Z+ cargo --version
762026-06-26T18:48:59.064Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-26T18:48:59.067Z+ rustc --version
782026-06-26T18:48:59.086Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-26T18:48:59.089Zprocess exited: duration 16875 ms, exit code 0
 
802026-06-26T18:48:59.095Zstarting task 2: "authentication"
812026-06-26T18:48:59.115Zprocess exited: duration 16 ms, exit code 0
 
822026-06-26T18:48:59.121Zstarting task 3: "clone repository"
832026-06-26T18:48:59.124Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-26T18:48:59.127Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-26T18:48:59.163ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-26T18:49:00.365Z+ cd /work/oxidecomputer/maghemite
872026-06-26T18:49:00.365Z+ git fetch origin ec78e31353553c5b99747c7416890b16981df11a
882026-06-26T18:49:00.657ZFrom https://github.com/oxidecomputer/maghemite
892026-06-26T18:49:00.657Z * branch ec78e31353553c5b99747c7416890b16981df11a -> FETCH_HEAD
902026-06-26T18:49:00.662Z+ [[ -n trey/unnumbered-cleanup ]]
912026-06-26T18:49:00.664Z++ git branch --show-current
922026-06-26T18:49:00.664Z+ current=main
932026-06-26T18:49:00.664Z+ [[ main != trey/unnumbered-cleanup ]]
942026-06-26T18:49:00.664Z+ git branch -f trey/unnumbered-cleanup ec78e31353553c5b99747c7416890b16981df11a
952026-06-26T18:49:00.667Z+ git checkout -f trey/unnumbered-cleanup
962026-06-26T18:49:00.686ZSwitched to branch 'trey/unnumbered-cleanup'
972026-06-26T18:49:00.689Z+ git reset --hard ec78e31353553c5b99747c7416890b16981df11a
982026-06-26T18:49:00.704ZHEAD is now at ec78e31 Merge branch 'main' into trey/unnumbered-cleanup
992026-06-26T18:49:00.707Zprocess exited: duration 1584 ms, exit code 0
 
1002026-06-26T18:49:00.712Zstarting task 4: "build"
1012026-06-26T18:49:00.716Z+ set -e
1022026-06-26T18:49:00.716Z+ source .github/buildomat/test-common.sh
1032026-06-26T18:49:00.719Z++ NEXTEST_VERSION=0.9.97
1042026-06-26T18:49:00.719Z++ PLATFORM=illumos
1052026-06-26T18:49:00.719Z++ banner install
1062026-06-26T18:49:00.719Z
1072026-06-26T18:49:00.719Z # # # #### ##### ## # #
1082026-06-26T18:49:00.719Z # ## # # # # # # #
1092026-06-26T18:49:00.719Z # # # # #### # # # # #
1102026-06-26T18:49:00.719Z # # # # # # ###### # #
1112026-06-26T18:49:00.719Z # # ## # # # # # # #
1122026-06-26T18:49:00.719Z # # # #### # # # ###### ######
1132026-06-26T18:49:00.719Z
1142026-06-26T18:49:00.719Z++ set +o errexit
1152026-06-26T18:49:00.722Z++ pkg info clang-15
1162026-06-26T18:49:00.722Z++ grep -qi installed
1172026-06-26T18:49:01.974Zpkg: info: no packages matching the following patterns you specified are
1182026-06-26T18:49:01.974Zinstalled on the system. Try querying remotely instead:
1192026-06-26T18:49:01.974Z
1202026-06-26T18:49:01.974Z clang-15
1212026-06-26T18:49:02.013Z++ [[ 1 != 0 ]]
1222026-06-26T18:49:02.013Z++ set -o errexit
1232026-06-26T18:49:02.016Z++ pfexec pkg install clang-15
1242026-06-26T18:49:09.648Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-26T18:49:17.492Z Startup: Caching catalogs ... Done
1262026-06-26T18:49:24.882ZPlanning: Solver setup ... Done
1272026-06-26T18:49:24.924ZPlanning: Running solver ... Done
1282026-06-26T18:49:25.069ZPlanning: Finding local manifests ... Done
1292026-06-26T18:49:25.088ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-26T18:49:25.178ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-26T18:49:25.208ZPlanning: Package planning ... Done
1322026-06-26T18:49:25.233ZPlanning: Merging actions ... Done
1332026-06-26T18:49:25.340ZPlanning: Checking for conflicting actions ... Done
1342026-06-26T18:49:25.347ZPlanning: Consolidating action changes ... Done
1352026-06-26T18:49:26.114ZPlanning: Evaluating mediators ... Done
1362026-06-26T18:49:26.119ZPlanning: Planning completed in 8.46 seconds
1372026-06-26T18:49:26.130Z Packages to install: 2
1382026-06-26T18:49:26.131Z Mediators to change: 2
1392026-06-26T18:49:26.133Z Services to change: 1
1402026-06-26T18:49:26.133Z Create boot environment: No
1412026-06-26T18:49:26.133ZCreate backup boot environment: No
1422026-06-26T18:49:26.173Z
1432026-06-26T18:49:26.173ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-26T18:49:31.901ZDownload: 984/3076 items 82.0/211.3MB 38% complete (22.8M/s)
1452026-06-26T18:49:36.902ZDownload: 1790/3076 items 115.8/211.3MB 54% complete (10.0M/s)
1462026-06-26T18:49:48.875ZDownload: 2003/3076 items 116.3/211.3MB 55% complete
1472026-06-26T18:50:02.093ZDownload: 2009/3076 items 117.7/211.3MB 55% complete
1482026-06-26T18:50:07.249ZDownload: 3029/3076 items 201.8/211.3MB 95% complete (30.5M/s)
1492026-06-26T18:50:13.563ZDownload: 3065/3076 items 208.6/211.3MB 98% complete (10.0M/s)
1502026-06-26T18:50:18.075ZDownload: Completed 211.31 MB in 51.90 seconds (4.1M/s)
1512026-06-26T18:50:18.185Z Actions: 1/3418 actions (Installing new actions)
1522026-06-26T18:50:21.355Z Actions: Completed 3418 actions in 3.17 seconds.
1532026-06-26T18:50:22.001Z Done
1542026-06-26T18:50:22.001Z Done
1552026-06-26T18:50:22.739Z Done
1562026-06-26T18:50:26.123Z Done
1572026-06-26T18:50:26.192Z Done
1582026-06-26T18:50:26.195Z Done
1592026-06-26T18:50:26.517Z Done
1602026-06-26T18:50:27.207Z++ set -o errexit
1612026-06-26T18:50:27.207Z++ cargo --version
1622026-06-26T18:50:27.214Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-26T18:50:27.362Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-26T18:50:27.365Zinfo: downloading 6 components
1652026-06-26T18:50:42.577Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-26T18:50:42.580Z++ rustc --version
1672026-06-26T18:50:42.608Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-26T18:50:42.612Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-26T18:50:42.653Z Updating crates.io index
1702026-06-26T18:50:42.751Z Downloading crates ...
1712026-06-26T18:50:42.803Z Downloaded cargo-nextest v0.9.97
1722026-06-26T18:50:42.863Z Installing cargo-nextest v0.9.97
1732026-06-26T18:50:42.904Z Updating crates.io index
1742026-06-26T18:50:45.338Z Locking 390 packages to latest compatible versions
1752026-06-26T18:50:45.342Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-26T18:50:45.345Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-26T18:50:45.345Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-26T18:50:45.345Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-26T18:50:45.348Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-26T18:50:45.348Z Adding itertools v0.14.0 (available: v0.15.0)
1812026-06-26T18:50:45.348Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1822026-06-26T18:50:45.351Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-06-26T18:50:45.351Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1842026-06-26T18:50:45.354Z Adding quick-junit v0.5.2 (available: v0.6.0)
1852026-06-26T18:50:45.382Z Downloading crates ...
1862026-06-26T18:50:45.446Z Downloaded cfg_aliases v0.2.1
1872026-06-26T18:50:45.462Z Downloaded atomicwrites v0.4.4
1882026-06-26T18:50:45.465Z Downloaded hex v0.4.3
1892026-06-26T18:50:45.468Z Downloaded addr2line v0.25.1
1902026-06-26T18:50:45.475Z Downloaded hyper-tls v0.6.0
1912026-06-26T18:50:45.478Z Downloaded home v0.5.12
1922026-06-26T18:50:45.481Z Downloaded indenter v0.3.4
1932026-06-26T18:50:45.483Z Downloaded lazy_static v1.5.0
1942026-06-26T18:50:45.486Z Downloaded find-msvc-tools v0.1.9
1952026-06-26T18:50:45.489Z Downloaded colorchoice v1.0.5
1962026-06-26T18:50:45.492Z Downloaded humantime-serde v1.1.1
1972026-06-26T18:50:45.494Z Downloaded jobserver v0.1.34
1982026-06-26T18:50:45.494Z Downloaded camino v1.2.3
1992026-06-26T18:50:45.497Z Downloaded adler2 v2.0.1
2002026-06-26T18:50:45.501Z Downloaded openssl-probe v0.2.1
2012026-06-26T18:50:45.503Z Downloaded config v0.15.25
2022026-06-26T18:50:45.506Z Downloaded percent-encoding v2.3.2
2032026-06-26T18:50:45.506Z Downloaded futures v0.3.32
2042026-06-26T18:50:45.509Z Downloaded cpufeatures v0.2.17
2052026-06-26T18:50:45.512Z Downloaded os_pipe v1.2.3
2062026-06-26T18:50:45.515Z Downloaded cargo_metadata v0.20.0
2072026-06-26T18:50:45.515Z Downloaded ordered-float v2.10.1
2082026-06-26T18:50:45.515Z Downloaded nested v0.1.1
2092026-06-26T18:50:45.518Z Downloaded curve25519-dalek-derive v0.1.1
2102026-06-26T18:50:45.518Z Downloaded borsh v1.7.0
2112026-06-26T18:50:45.522Z Downloaded openssl-macros v0.1.1
2122026-06-26T18:50:45.527Z Downloaded is_terminal_polyfill v1.70.2
2132026-06-26T18:50:45.527Z Downloaded indent_write v2.2.0
2142026-06-26T18:50:45.529Z Downloaded crc32fast v1.5.0
2152026-06-26T18:50:45.530Z Downloaded debug-ignore v1.0.5
2162026-06-26T18:50:45.530Z Downloaded ppv-lite86 v0.2.21
2172026-06-26T18:50:45.532Z Downloaded futures-macro v0.3.32
2182026-06-26T18:50:45.532Z Downloaded miette-derive v7.6.0
2192026-06-26T18:50:45.535Z Downloaded futures-io v0.3.32
2202026-06-26T18:50:45.535Z Downloaded clap_lex v1.1.0
2212026-06-26T18:50:45.535Z Downloaded cfg-if v1.0.4
2222026-06-26T18:50:45.538Z Downloaded anstyle-parse v1.0.0
2232026-06-26T18:50:45.544Z Downloaded heck v0.5.0
2242026-06-26T18:50:45.547Z Downloaded number_prefix v0.4.0
2252026-06-26T18:50:45.547Z Downloaded nextest-workspace-hack v0.1.0
2262026-06-26T18:50:45.551Z Downloaded async-scoped v0.9.0
2272026-06-26T18:50:45.551Z Downloaded equivalent v1.0.2
2282026-06-26T18:50:45.554Z Downloaded enable-ansi-support v0.2.1
2292026-06-26T18:50:45.557Z Downloaded scopeguard v1.2.0
2302026-06-26T18:50:45.557Z Downloaded pathdiff v0.2.3
2312026-06-26T18:50:45.557Z Downloaded lru-slab v0.1.2
2322026-06-26T18:50:45.557Z Downloaded atomic-waker v1.1.2
2332026-06-26T18:50:45.560Z Downloaded rustc_version v0.4.1
2342026-06-26T18:50:45.560Z Downloaded errno v0.3.14
2352026-06-26T18:50:45.563Z Downloaded itoa v1.0.18
2362026-06-26T18:50:45.563Z Downloaded form_urlencoded v1.2.2
2372026-06-26T18:50:45.566Z Downloaded rustc-hash v2.1.2
2382026-06-26T18:50:45.568Z Downloaded cargo_metadata v0.23.1
2392026-06-26T18:50:45.573Z Downloaded serde_urlencoded v0.7.1
2402026-06-26T18:50:45.575Z Downloaded idna_adapter v1.0.0
2412026-06-26T18:50:45.575Z Downloaded cfg-expr v0.20.8
2422026-06-26T18:50:45.578Z Downloaded ahash v0.8.12
2432026-06-26T18:50:46.583Z Downloaded http-body v1.0.1
2442026-06-26T18:50:46.588Z Downloaded mukti-metadata v0.3.0
2452026-06-26T18:50:46.588Z Downloaded color-spantrace v0.3.0
2462026-06-26T18:50:46.588Z Downloaded futures-core v0.3.32
2472026-06-26T18:50:46.588Z Downloaded newtype-uuid v1.3.2
2482026-06-26T18:50:46.588Z Downloaded pkg-config v0.3.33
2492026-06-26T18:50:46.588Z Downloaded pin-project-internal v1.1.13
2502026-06-26T18:50:46.588Z Downloaded generic-array v0.14.7
2512026-06-26T18:50:46.588Z Downloaded foreign-types v0.3.2
2522026-06-26T18:50:46.588Z Downloaded owo-colors v4.3.0
2532026-06-26T18:50:46.588Z Downloaded rustc-demangle v0.1.27
2542026-06-26T18:50:46.588Z Downloaded cargo-platform v0.3.3
2552026-06-26T18:50:46.588Z Downloaded parking_lot v0.12.5
2562026-06-26T18:50:46.588Z Downloaded fnv v1.0.7
2572026-06-26T18:50:46.588Z Downloaded block-buffer v0.10.4
2582026-06-26T18:50:46.588Z Downloaded serde_ignored v0.1.14
2592026-06-26T18:50:46.588Z Downloaded document-features v0.2.12
2602026-06-26T18:50:46.588Z Downloaded futures-sink v0.3.32
2612026-06-26T18:50:46.588Z Downloaded foreign-types-shared v0.1.1
2622026-06-26T18:50:46.588Z Downloaded backtrace-ext v0.2.1
2632026-06-26T18:50:46.588Z Downloaded serde-value v0.7.0
2642026-06-26T18:50:46.588Z Downloaded guppy-workspace-hack v0.1.0
2652026-06-26T18:50:46.588Z Downloaded serde_spanned v1.1.1
2662026-06-26T18:50:46.588Z Downloaded shared_child v1.1.1
2672026-06-26T18:50:46.588Z Downloaded nextest-metadata v0.12.2
2682026-06-26T18:50:46.588Z Downloaded ipnet v2.12.0
2692026-06-26T18:50:46.588Z Downloaded cargo-util-schemas v0.2.0
2702026-06-26T18:50:46.588Z Downloaded serde-untagged v0.1.9
2712026-06-26T18:50:46.588Z Downloaded http-body-util v0.1.3
2722026-06-26T18:50:46.588Z Downloaded serde_spanned v0.6.9
2732026-06-26T18:50:46.588Z Downloaded rand_core v0.6.4
2742026-06-26T18:50:46.588Z Downloaded serde_path_to_error v0.1.20
2752026-06-26T18:50:46.588Z Downloaded pkcs8 v0.10.2
2762026-06-26T18:50:46.588Z Downloaded rand_core v0.9.5
2772026-06-26T18:50:46.588Z Downloaded signal-hook-mio v0.2.5
2782026-06-26T18:50:46.589Z Downloaded humantime v2.3.0
2792026-06-26T18:50:46.589Z Downloaded futures-task v0.3.32
2802026-06-26T18:50:46.589Z Downloaded dialoguer v0.11.0
2812026-06-26T18:50:46.589Z Downloaded signature v2.2.0
2822026-06-26T18:50:46.589Z Downloaded anstyle v1.0.14
2832026-06-26T18:50:46.589Z Downloaded digest v0.10.7
2842026-06-26T18:50:46.589Z Downloaded anstyle-query v1.1.5
2852026-06-26T18:50:46.589Z Downloaded lock_api v0.4.14
2862026-06-26T18:50:46.589Z Downloaded foldhash v0.1.5
2872026-06-26T18:50:46.589Z Downloaded self-replace v1.5.0
2882026-06-26T18:50:46.589Z Downloaded shell-words v1.1.1
2892026-06-26T18:50:46.589Z Downloaded either v1.16.0
2902026-06-26T18:50:46.589Z Downloaded clap_derive v4.6.1
2912026-06-26T18:50:46.589Z Downloaded is_ci v1.2.0
2922026-06-26T18:50:46.589Z Downloaded sync_wrapper v1.0.2
2932026-06-26T18:50:46.589Z Downloaded supports-unicode v3.0.0
2942026-06-26T18:50:46.589Z Downloaded supports-color v3.0.2
2952026-06-26T18:50:46.589Z Downloaded strsim v0.11.1
2962026-06-26T18:50:46.589Z Downloaded sigchld v0.2.4
2972026-06-26T18:50:46.589Z Downloaded subtle v2.6.1
2982026-06-26T18:50:46.589Z Downloaded parking_lot_core v0.9.12
2992026-06-26T18:50:46.589Z Downloaded terminal_size v0.4.4
3002026-06-26T18:50:46.589Z Downloaded hyper-rustls v0.27.9
3012026-06-26T18:50:46.589Z Downloaded tokio-macros v2.7.0
3022026-06-26T18:50:46.589Z Downloaded tinyvec_macros v0.1.1
3032026-06-26T18:50:46.589Z Downloaded convert_case v0.10.0
3042026-06-26T18:50:46.589Z Downloaded self_update v0.42.0
3052026-06-26T18:50:46.589Z Downloaded nextest-filtering v0.15.0
3062026-06-26T18:50:46.589Z Downloaded once_cell v1.21.4
3072026-06-26T18:50:46.589Z Downloaded native-tls v0.2.18
3082026-06-26T18:50:46.589Z Downloaded swrite v0.1.0
3092026-06-26T18:50:46.589Z Downloaded quick-junit v0.5.2
3102026-06-26T18:50:46.589Z Downloaded globset v0.4.18
3112026-06-26T18:50:46.589Z Downloaded duct v0.13.7
3122026-06-26T18:50:46.589Z Downloaded future-queue v0.4.0
3132026-06-26T18:50:46.589Z Downloaded base64ct v1.8.3
3142026-06-26T18:50:46.589Z Downloaded futures-executor v0.3.32
3152026-06-26T18:50:46.589Z Downloaded cargo-platform v0.2.0
3162026-06-26T18:50:46.589Z Downloaded fastrand v2.4.1
3172026-06-26T18:50:46.590Z Downloaded camino-tempfile v1.4.1
3182026-06-26T18:50:46.590Z Downloaded rand_chacha v0.9.0
3192026-06-26T18:50:46.590Z Downloaded ed25519 v2.2.3
3202026-06-26T18:50:46.590Z Downloaded fixedbitset v0.5.7
3212026-06-26T18:50:46.590Z Downloaded filetime v0.2.29
3222026-06-26T18:50:46.590Z Downloaded autocfg v1.5.1
3232026-06-26T18:50:46.590Z Downloaded sha2 v0.10.9
3242026-06-26T18:50:46.590Z Downloaded quote v1.0.46
3252026-06-26T18:50:46.590Z Downloaded shlex v2.0.1
3262026-06-26T18:50:46.590Z Downloaded tower-layer v0.3.3
3272026-06-26T18:50:46.590Z Downloaded anstream v1.0.0
3282026-06-26T18:50:46.590Z Downloaded toml_datetime v0.6.11
3292026-06-26T18:50:46.590Z Downloaded const-oid v0.9.6
3302026-06-26T18:50:46.590Z Downloaded tracing-error v0.2.1
3312026-06-26T18:50:46.590Z Downloaded tower-service v0.3.3
3322026-06-26T18:50:46.590Z Downloaded semver v1.0.28
3332026-06-26T18:50:46.590Z Downloaded signal-hook-registry v1.4.8
3342026-06-26T18:50:46.590Z Downloaded litrs v1.0.0
3352026-06-26T18:50:46.590Z Downloaded iana-time-zone v0.1.65
3362026-06-26T18:50:46.590Z Downloaded toml_write v0.1.2
3372026-06-26T18:50:46.590Z Downloaded smol_str v0.3.6
3382026-06-26T18:50:46.590Z Downloaded target-lexicon v0.13.5
3392026-06-26T18:50:46.590Z Downloaded supports-hyperlinks v3.2.0
3402026-06-26T18:50:46.590Z Downloaded thread_local v1.1.9
3412026-06-26T18:50:46.590Z Downloaded rustls-pki-types v1.14.1
3422026-06-26T18:50:46.590Z Downloaded thiserror-impl v1.0.69
3432026-06-26T18:50:46.590Z Downloaded typeid v1.0.3
3442026-06-26T18:50:46.594Z Downloaded try-lock v0.2.5
3452026-06-26T18:50:46.594Z Downloaded spki v0.7.3
3462026-06-26T18:50:46.594Z Downloaded unicode-linebreak v0.1.5
3472026-06-26T18:50:46.594Z Downloaded untrusted v0.9.0
3482026-06-26T18:50:46.594Z Downloaded strip-ansi-escapes v0.2.1
3492026-06-26T18:50:46.594Z Downloaded static_assertions v1.1.0
3502026-06-26T18:50:46.594Z Downloaded want v0.3.1
3512026-06-26T18:50:46.594Z Downloaded utf8parse v0.2.2
3522026-06-26T18:50:46.594Z Downloaded utf8_iter v1.0.4
3532026-06-26T18:50:46.594Z Downloaded simd-adler32 v0.3.9
3542026-06-26T18:50:46.594Z Downloaded xattr v1.6.1
3552026-06-26T18:50:46.594Z Downloaded num-traits v0.2.19
3562026-06-26T18:50:46.594Z Downloaded derive_more v2.1.1
3572026-06-26T18:50:46.594Z Downloaded ryu v1.0.23
3582026-06-26T18:50:46.594Z Downloaded getrandom v0.2.17
3592026-06-26T18:50:46.594Z Downloaded urlencoding v2.1.3
3602026-06-26T18:50:46.594Z Downloaded eyre v0.6.12
3612026-06-26T18:50:46.594Z Downloaded console v0.15.11
3622026-06-26T18:50:46.594Z Downloaded crypto-common v0.1.7
3632026-06-26T18:50:46.594Z Downloaded target-spec-miette v0.4.8
3642026-06-26T18:50:46.594Z Downloaded thiserror v2.0.18
3652026-06-26T18:50:46.594Z Downloaded futures-channel v0.3.32
3662026-06-26T18:50:46.594Z Downloaded version_check v0.9.5
3672026-06-26T18:50:46.594Z Downloaded thiserror v1.0.69
3682026-06-26T18:50:46.594Z Downloaded clap v4.6.1
3692026-06-26T18:50:46.594Z Downloaded derive-where v1.6.1
3702026-06-26T18:50:46.594Z Downloaded slab v0.4.12
3712026-06-26T18:50:46.594Z Downloaded smallvec v1.15.2
3722026-06-26T18:50:46.594Z Downloaded tokio-native-tls v0.3.1
3732026-06-26T18:50:46.594Z Downloaded toml_writer v1.1.1+spec-1.1.0
3742026-06-26T18:50:46.594Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3752026-06-26T18:50:46.594Z Downloaded quinn-udp v0.5.14
3762026-06-26T18:50:46.594Z Downloaded unicase v2.9.0
3772026-06-26T18:50:46.594Z Downloaded tracing-log v0.2.0
3782026-06-26T18:50:46.594Z Downloaded erased-serde v0.4.10
3792026-06-26T18:50:46.594Z Downloaded tempfile v3.27.0
3802026-06-26T18:50:46.594Z Downloaded crossterm v0.29.0
3812026-06-26T18:50:46.594Z Downloaded pin-project-lite v0.2.17
3822026-06-26T18:50:46.595Z Downloaded httparse v1.10.1
3832026-06-26T18:50:46.595Z Downloaded getrandom v0.4.3
3842026-06-26T18:50:46.595Z Downloaded proc-macro2 v1.0.106
3852026-06-26T18:50:46.595Z Downloaded bitflags v2.13.0
3862026-06-26T18:50:46.595Z Downloaded tokio-stream v0.1.18
3872026-06-26T18:50:46.595Z Downloaded tokio-rustls v0.26.4
3882026-06-26T18:50:46.595Z Downloaded serde_core v1.0.228
3892026-06-26T18:50:46.595Z Downloaded miniz_oxide v0.8.9
3902026-06-26T18:50:46.595Z Downloaded indicatif v0.17.11
3912026-06-26T18:50:46.595Z Downloaded unicode-xid v0.2.6
3922026-06-26T18:50:46.595Z Downloaded openssl-sys v0.9.117
3932026-06-26T18:50:46.595Z Downloaded zmij v1.0.21
3942026-06-26T18:50:46.595Z Downloaded base64 v0.22.1
3952026-06-26T18:50:46.595Z Downloaded target-spec v3.6.0
3962026-06-26T18:50:46.595Z Downloaded der v0.7.10
3972026-06-26T18:50:46.595Z Downloaded thiserror-impl v2.0.18
3982026-06-26T18:50:46.595Z Downloaded zeroize v1.9.0
3992026-06-26T18:50:46.595Z Downloaded zstd-safe v7.2.4
4002026-06-26T18:50:46.595Z Downloaded tracing-attributes v0.1.31
4012026-06-26T18:50:46.595Z Downloaded zstd v0.13.3
4022026-06-26T18:50:46.595Z Downloaded signal-hook v0.3.18
4032026-06-26T18:50:46.595Z Downloaded log v0.4.33
4042026-06-26T18:50:46.595Z Downloaded zipsign-api v0.1.5
4052026-06-26T18:50:46.595Z Downloaded toml v0.8.23
4062026-06-26T18:50:46.595Z Downloaded toml_parser v1.1.2+spec-1.1.0
4072026-06-26T18:50:46.595Z Downloaded getrandom v0.3.4
4082026-06-26T18:50:46.595Z Downloaded bytes v1.12.0
4092026-06-26T18:50:46.595Z Downloaded pin-project v1.1.13
4102026-06-26T18:50:46.595Z Downloaded xxhash-rust v0.8.15
4112026-06-26T18:50:46.595Z Downloaded clap_builder v4.6.0
4122026-06-26T18:50:46.595Z Downloaded sharded-slab v0.1.7
4132026-06-26T18:50:46.595Z Downloaded tracing-core v0.1.36
4142026-06-26T18:50:46.595Z Downloaded socket2 v0.6.4
4152026-06-26T18:50:46.595Z Downloaded unicode-ident v1.0.24
4162026-06-26T18:50:46.595Z Downloaded vte v0.14.1
4172026-06-26T18:50:46.595Z Downloaded h2 v0.4.15
4182026-06-26T18:50:46.595Z Downloaded futures-util v0.3.32
4192026-06-26T18:50:46.595Z Downloaded flate2 v1.1.9
4202026-06-26T18:50:46.595Z Downloaded textwrap v0.16.2
4212026-06-26T18:50:46.596Z Downloaded tinyvec v1.11.0
4222026-06-26T18:50:46.596Z Downloaded derive_more-impl v2.1.1
4232026-06-26T18:50:46.596Z Downloaded cc v1.2.65
4242026-06-26T18:50:46.596Z Downloaded tar v0.4.46
4252026-06-26T18:50:46.596Z Downloaded serde_derive v1.0.228
4262026-06-26T18:50:46.596Z Downloaded serde v1.0.228
4272026-06-26T18:50:46.596Z Downloaded backtrace v0.3.76
4282026-06-26T18:50:46.596Z Downloaded url v2.5.8
4292026-06-26T18:50:46.596Z Downloaded http v1.4.2
4302026-06-26T18:50:46.596Z Downloaded ed25519-dalek v2.2.0
4312026-06-26T18:50:46.596Z Downloaded rand v0.9.4
4322026-06-26T18:50:46.596Z Downloaded mio v1.2.1
4332026-06-26T18:50:46.596Z Downloaded hashbrown v0.15.5
4342026-06-26T18:50:46.596Z Downloaded tower v0.5.3
4352026-06-26T18:50:46.596Z Downloaded rustls-webpki v0.103.13
4362026-06-26T18:50:46.596Z Downloaded toml v1.1.2+spec-1.1.0
4372026-06-26T18:50:46.596Z Downloaded guppy v0.17.26
4382026-06-26T18:50:46.596Z Downloaded typenum v1.20.1
4392026-06-26T18:50:46.596Z Downloaded hyper-util v0.1.20
4402026-06-26T18:50:46.596Z Downloaded indexmap v2.14.0
4412026-06-26T18:50:46.596Z Downloaded memchr v2.8.2
4422026-06-26T18:50:46.596Z Downloaded hashbrown v0.17.1
4432026-06-26T18:50:46.596Z Downloaded aho-corasick v1.1.4
4442026-06-26T18:50:46.600Z Downloaded uuid v1.23.4
4452026-06-26T18:50:46.600Z Downloaded toml_edit v0.22.27
4462026-06-26T18:50:46.600Z Downloaded quinn v0.11.11
4472026-06-26T18:50:46.600Z Downloaded winnow v1.0.3
4482026-06-26T18:50:46.600Z Downloaded tracing-subscriber v0.3.23
4492026-06-26T18:50:46.600Z Downloaded miette v7.6.0
4502026-06-26T18:50:46.600Z Downloaded chrono v0.4.45
4512026-06-26T18:50:46.600Z Downloaded gimli v0.32.3
4522026-06-26T18:50:46.600Z Downloaded curve25519-dalek v4.1.3
4532026-06-26T18:50:46.600Z Downloaded zerocopy v0.8.52
4542026-06-26T18:50:46.600Z Downloaded unicode-width v0.1.14
4552026-06-26T18:50:46.600Z Downloaded unicode-segmentation v1.13.3
4562026-06-26T18:50:46.600Z Downloaded bstr v1.12.3
4572026-06-26T18:50:46.600Z Downloaded ron v0.12.2
4582026-06-26T18:50:46.600Z Downloaded idna v1.1.0
4592026-06-26T18:50:46.600Z Downloaded itertools v0.14.0
4602026-06-26T18:50:46.600Z Downloaded regex v1.12.4
4612026-06-26T18:50:46.600Z Downloaded color-eyre v0.6.5
4622026-06-26T18:50:46.600Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4632026-06-26T18:50:46.600Z Downloaded tokio-util v0.7.18
4642026-06-26T18:50:46.600Z Downloaded serde_json v1.0.150
4652026-06-26T18:50:46.600Z Downloaded reqwest v0.12.28
4662026-06-26T18:50:46.600Z Downloaded pulldown-cmark v0.13.4
4672026-06-26T18:50:46.600Z Downloaded unicode-normalization v0.1.25
4682026-06-26T18:50:46.600Z Downloaded portable-atomic v1.13.1
4692026-06-26T18:50:46.601Z Downloaded hyper v1.10.1
4702026-06-26T18:50:46.601Z Downloaded tower-http v0.6.11
4712026-06-26T18:50:46.601Z Downloaded quick-xml v0.38.4
4722026-06-26T18:50:46.601Z Downloaded quick-xml v0.37.5
4732026-06-26T18:50:46.601Z Downloaded winnow v0.7.15
4742026-06-26T18:50:46.601Z Downloaded webpki-roots v1.0.8
4752026-06-26T18:50:46.601Z Downloaded quinn-proto v0.11.15
4762026-06-26T18:50:46.601Z Downloaded vcpkg v0.2.15
4772026-06-26T18:50:46.601Z Downloaded nextest-runner v0.80.0
4782026-06-26T18:50:46.601Z Downloaded openssl v0.10.81
4792026-06-26T18:50:46.601Z Downloaded syn v2.0.118
4802026-06-26T18:50:46.601Z Downloaded unicode-width v0.2.2
4812026-06-26T18:50:46.601Z Downloaded nix v0.30.1
4822026-06-26T18:50:46.601Z Downloaded object v0.37.3
4832026-06-26T18:50:46.601Z Downloaded rustix v0.38.44
4842026-06-26T18:50:46.601Z Downloaded regex-syntax v0.8.11
4852026-06-26T18:50:46.601Z Downloaded rustls v0.23.41
4862026-06-26T18:50:46.601Z Downloaded rustix v1.1.4
4872026-06-26T18:50:46.601Z Downloaded tracing v0.1.44
4882026-06-26T18:50:46.624Z Downloaded regex-automata v0.4.14
4892026-06-26T18:50:46.705Z Downloaded petgraph v0.8.3
4902026-06-26T18:50:46.717Z Downloaded libc v0.2.186
4912026-06-26T18:50:46.755Z Downloaded tokio v1.52.3
4922026-06-26T18:50:46.811Z Downloaded recursion v0.5.4
4932026-06-26T18:50:46.828Z Downloaded ring v0.17.14
4942026-06-26T18:50:46.888Z Compiling proc-macro2 v1.0.106
4952026-06-26T18:50:46.888Z Compiling libc v0.2.186
4962026-06-26T18:50:46.888Z Compiling quote v1.0.46
4972026-06-26T18:50:46.888Z Compiling unicode-ident v1.0.24
4982026-06-26T18:50:46.891Z Compiling serde_core v1.0.228
4992026-06-26T18:50:46.891Z Compiling cfg-if v1.0.4
5002026-06-26T18:50:46.891Z Compiling memchr v2.8.2
5012026-06-26T18:50:46.891Z Compiling once_cell v1.21.4
5022026-06-26T18:50:47.115Z Compiling log v0.4.33
5032026-06-26T18:50:47.136Z Compiling pin-project-lite v0.2.17
5042026-06-26T18:50:47.238Z Compiling serde v1.0.228
5052026-06-26T18:50:47.308Z Compiling itoa v1.0.18
5062026-06-26T18:50:47.426Z Compiling smallvec v1.15.2
5072026-06-26T18:50:47.547Z Compiling futures-core v0.3.32
5082026-06-26T18:50:47.601Z Compiling bitflags v2.13.0
5092026-06-26T18:50:47.690Z Compiling hashbrown v0.17.1
5102026-06-26T18:50:47.719Z Compiling shlex v2.0.1
5112026-06-26T18:50:47.900Z Compiling errno v0.3.14
5122026-06-26T18:50:47.998Z Compiling find-msvc-tools v0.1.9
5132026-06-26T18:50:48.011Z Compiling signal-hook-registry v1.4.8
5142026-06-26T18:50:48.062Z Compiling equivalent v1.0.2
5152026-06-26T18:50:48.153Z Compiling jobserver v0.1.34
5162026-06-26T18:50:48.198Z Compiling bytes v1.12.0
5172026-06-26T18:50:48.228Z Compiling mio v1.2.1
5182026-06-26T18:50:48.269Z Compiling rustix v1.1.4
5192026-06-26T18:50:48.367Z Compiling syn v2.0.118
5202026-06-26T18:50:48.383Z Compiling cc v1.2.65
5212026-06-26T18:50:48.472Z Compiling futures-sink v0.3.32
5222026-06-26T18:50:48.548Z Compiling socket2 v0.6.4
5232026-06-26T18:50:48.583Z Compiling slab v0.4.12
5242026-06-26T18:50:48.787Z Compiling zmij v1.0.21
5252026-06-26T18:50:48.933Z Compiling futures-channel v0.3.32
5262026-06-26T18:50:49.102Z Compiling tracing-core v0.1.36
5272026-06-26T18:50:49.195Z Compiling serde_json v1.0.150
5282026-06-26T18:50:49.221Z Compiling version_check v0.9.5
5292026-06-26T18:50:49.369Z Compiling indexmap v2.14.0
5302026-06-26T18:50:49.486Z Compiling getrandom v0.4.3
5312026-06-26T18:50:49.509Z Compiling futures-io v0.3.32
5322026-06-26T18:50:49.690Z Compiling futures-task v0.3.32
5332026-06-26T18:50:49.793Z Compiling unicode-width v0.2.2
5342026-06-26T18:50:49.817Z Compiling percent-encoding v2.3.2
5352026-06-26T18:50:49.868Z Compiling camino v1.2.3
5362026-06-26T18:50:50.115Z Compiling ring v0.17.14
5372026-06-26T18:50:50.235Z Compiling http v1.4.2
5382026-06-26T18:50:50.254Z Compiling simd-adler32 v0.3.9
5392026-06-26T18:50:50.270Z Compiling adler2 v2.0.1
5402026-06-26T18:50:50.281Z Compiling autocfg v1.5.1
5412026-06-26T18:50:50.441Z Compiling zeroize v1.9.0
5422026-06-26T18:50:50.636Z Compiling num-traits v0.2.19
5432026-06-26T18:50:50.649Z Compiling miniz_oxide v0.8.9
5442026-06-26T18:50:50.913Z Compiling getrandom v0.3.4
5452026-06-26T18:50:51.121Z Compiling target-lexicon v0.13.5
5462026-06-26T18:50:51.255Z Compiling object v0.37.3
5472026-06-26T18:50:51.446Z Compiling zerocopy v0.8.52
5482026-06-26T18:50:51.655Z Compiling http-body v1.0.1
5492026-06-26T18:50:51.820Z Compiling rustls-pki-types v1.14.1
5502026-06-26T18:50:51.851Z Compiling form_urlencoded v1.2.2
5512026-06-26T18:50:51.884Z Compiling semver v1.0.28
5522026-06-26T18:50:52.026Z Compiling serde_derive v1.0.228
5532026-06-26T18:50:52.088Z Compiling tokio-macros v2.7.0
5542026-06-26T18:50:52.123Z Compiling futures-macro v0.3.32
5552026-06-26T18:50:52.165Z Compiling tracing-attributes v0.1.31
5562026-06-26T18:50:52.417Z Compiling getrandom v0.2.17
5572026-06-26T18:50:52.549Z Compiling guppy-workspace-hack v0.1.0
5582026-06-26T18:50:52.613Z Compiling thiserror v2.0.18
5592026-06-26T18:50:52.686Z Compiling signal-hook v0.3.18
5602026-06-26T18:50:52.776Z Compiling httparse v1.10.1
5612026-06-26T18:50:52.841Z Compiling tokio v1.52.3
5622026-06-26T18:50:52.916Z Compiling utf8_iter v1.0.4
5632026-06-26T18:50:52.955Z Compiling futures-util v0.3.32
5642026-06-26T18:50:52.966Z Compiling gimli v0.32.3
5652026-06-26T18:50:53.080Z Compiling idna_adapter v1.0.0
5662026-06-26T18:50:53.132Z Compiling owo-colors v4.3.0
5672026-06-26T18:50:53.183Z Compiling fnv v1.0.7
5682026-06-26T18:50:53.291Z Compiling untrusted v0.9.0
5692026-06-26T18:50:53.368Z Compiling tracing v0.1.44
5702026-06-26T18:50:53.419Z Compiling idna v1.1.0
5712026-06-26T18:50:53.753Z Compiling thiserror-impl v2.0.18
5722026-06-26T18:50:54.956Z Compiling addr2line v0.25.1
5732026-06-26T18:50:55.617Z Compiling generic-array v0.14.7
5742026-06-26T18:50:55.647Z Compiling target-spec v3.6.0
5752026-06-26T18:50:55.849Z Compiling rustls v0.23.41
5762026-06-26T18:50:55.862Z Compiling thiserror v1.0.69
5772026-06-26T18:50:55.872Z Compiling atomic-waker v1.1.2
5782026-06-26T18:50:55.941Z Compiling fastrand v2.4.1
5792026-06-26T18:50:55.996Z Compiling typeid v1.0.3
5802026-06-26T18:50:56.073Z Compiling tower-service v0.3.3
5812026-06-26T18:50:56.167Z Compiling try-lock v0.2.5
5822026-06-26T18:50:56.179Z Compiling rustc-demangle v0.1.27
5832026-06-26T18:50:56.269Z Compiling pkg-config v0.3.33
5842026-06-26T18:50:56.282Z Compiling want v0.3.1
5852026-06-26T18:50:56.465Z Compiling tempfile v3.27.0
5862026-06-26T18:50:56.580Z Compiling cfg-expr v0.20.8
5872026-06-26T18:50:56.711Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5882026-06-26T18:50:56.759Z Compiling tokio-util v0.7.18
5892026-06-26T18:50:57.243Z Compiling h2 v0.4.15
5902026-06-26T18:50:57.375Z Compiling url v2.5.8
5912026-06-26T18:50:57.851Z Compiling thiserror-impl v1.0.69
5922026-06-26T18:50:58.071Z Compiling terminal_size v0.4.4
5932026-06-26T18:50:58.230Z Compiling aho-corasick v1.1.4
5942026-06-26T18:50:58.606Z Compiling backtrace v0.3.76
5952026-06-26T18:50:58.944Z Compiling regex-syntax v0.8.11
5962026-06-26T18:50:59.039Z Compiling typenum v1.20.1
5972026-06-26T18:50:59.714Z Compiling rustls-webpki v0.103.13
5982026-06-26T18:50:59.879Z Compiling erased-serde v0.4.10
5992026-06-26T18:51:00.188Z Compiling subtle v2.6.1
6002026-06-26T18:51:00.379Z Compiling winnow v0.7.15
6012026-06-26T18:51:02.158Z Compiling regex-automata v0.4.14
6022026-06-26T18:51:02.889Z Compiling hyper v1.10.1
6032026-06-26T18:51:03.756Z Compiling serde_spanned v0.6.9
6042026-06-26T18:51:03.916Z Compiling toml_datetime v0.6.11
6052026-06-26T18:51:04.290Z Compiling ahash v0.8.12
6062026-06-26T18:51:04.557Z Compiling sync_wrapper v1.0.2
6072026-06-26T18:51:04.674Z Compiling unicode-segmentation v1.13.3
6082026-06-26T18:51:05.065Z Compiling crc32fast v1.5.0
6092026-06-26T18:51:05.368Z Compiling either v1.16.0
6102026-06-26T18:51:05.613Z Compiling base64 v0.22.1
6112026-06-26T18:51:05.746Z Compiling nextest-workspace-hack v0.1.0
6122026-06-26T18:51:05.978Z Compiling portable-atomic v1.13.1
6132026-06-26T18:51:06.087Z Compiling toml_write v0.1.2
6142026-06-26T18:51:06.342Z Compiling lazy_static v1.5.0
6152026-06-26T18:51:06.356Z Compiling parking_lot_core v0.9.12
6162026-06-26T18:51:06.434Z Compiling ipnet v2.12.0
6172026-06-26T18:51:06.447Z Compiling foldhash v0.1.5
6182026-06-26T18:51:06.602Z Compiling is_ci v1.2.0
6192026-06-26T18:51:06.640Z Compiling tower-layer v0.3.3
6202026-06-26T18:51:06.663Z Compiling unicode-linebreak v0.1.5
6212026-06-26T18:51:06.781Z Compiling supports-color v3.0.2
6222026-06-26T18:51:06.841Z Compiling tower v0.5.3
6232026-06-26T18:51:06.921Z Compiling textwrap v0.16.2
6242026-06-26T18:51:06.934Z Compiling hyper-util v0.1.20
6252026-06-26T18:51:07.031Z Compiling hashbrown v0.15.5
6262026-06-26T18:51:07.482Z Compiling sharded-slab v0.1.7
6272026-06-26T18:51:07.639Z Compiling toml_edit v0.22.27
6282026-06-26T18:51:07.731Z Compiling tokio-rustls v0.26.4
6292026-06-26T18:51:08.016Z Compiling convert_case v0.10.0
6302026-06-26T18:51:08.276Z Compiling backtrace-ext v0.2.1
6312026-06-26T18:51:08.328Z Compiling ordered-float v2.10.1
6322026-06-26T18:51:08.536Z Compiling webpki-roots v1.0.8
6332026-06-26T18:51:08.599Z Compiling miette-derive v7.6.0
6342026-06-26T18:51:08.651Z Compiling pathdiff v0.2.3
6352026-06-26T18:51:08.708Z Compiling console v0.15.11
6362026-06-26T18:51:08.776Z Compiling tracing-log v0.2.0
6372026-06-26T18:51:09.133Z Compiling cargo-platform v0.3.3
6382026-06-26T18:51:09.565Z Compiling os_pipe v1.2.3
6392026-06-26T18:51:09.702Z Compiling thread_local v1.1.9
6402026-06-26T18:51:09.712Z Compiling utf8parse v0.2.2
6412026-06-26T18:51:09.735Z Compiling supports-hyperlinks v3.2.0
6422026-06-26T18:51:09.822Z Compiling scopeguard v1.2.0
6432026-06-26T18:51:09.932Z Compiling fixedbitset v0.5.7
6442026-06-26T18:51:09.958Z Compiling unicode-width v0.1.14
6452026-06-26T18:51:10.054Z Compiling winnow v1.0.3
6462026-06-26T18:51:10.068Z Compiling cfg_aliases v0.2.1
6472026-06-26T18:51:10.139Z Compiling debug-ignore v1.0.5
6482026-06-26T18:51:10.248Z Compiling ryu v1.0.23
6492026-06-26T18:51:10.256Z Compiling rustix v0.38.44
6502026-06-26T18:51:10.441Z Compiling zstd-safe v7.2.4
6512026-06-26T18:51:10.621Z Compiling supports-unicode v3.0.0
6522026-06-26T18:51:10.708Z Compiling pulldown-cmark v0.13.4
6532026-06-26T18:51:10.794Z Compiling miette v7.6.0
6542026-06-26T18:51:10.968Z Compiling serde_urlencoded v0.7.1
6552026-06-26T18:51:11.026Z Compiling petgraph v0.8.3
6562026-06-26T18:51:11.250Z Compiling toml_parser v1.1.2+spec-1.1.0
6572026-06-26T18:51:11.524Z Compiling nix v0.30.1
6582026-06-26T18:51:11.918Z Compiling lock_api v0.4.14
6592026-06-26T18:51:12.164Z Compiling tracing-subscriber v0.3.23
6602026-06-26T18:51:12.592Z Compiling anstyle-parse v1.0.0
6612026-06-26T18:51:12.833Z Compiling sigchld v0.2.4
6622026-06-26T18:51:12.971Z Compiling cargo_metadata v0.23.1
6632026-06-26T18:51:13.065Z Compiling toml v0.8.23
6642026-06-26T18:51:13.382Z Compiling hyper-rustls v0.27.9
6652026-06-26T18:51:14.063Z Compiling serde-value v0.7.0
6662026-06-26T18:51:14.824Z Compiling serde-untagged v0.1.9
6672026-06-26T18:51:14.910Z Compiling derive_more-impl v2.1.1
6682026-06-26T18:51:15.724Z Compiling tower-http v0.6.11
6692026-06-26T18:51:15.935Z Compiling itertools v0.14.0
6702026-06-26T18:51:16.141Z Compiling regex v1.12.4
6712026-06-26T18:51:16.253Z Compiling crypto-common v0.1.7
6722026-06-26T18:51:16.383Z Compiling block-buffer v0.10.4
6732026-06-26T18:51:16.397Z Compiling ppv-lite86 v0.2.21
6742026-06-26T18:51:16.537Z Compiling rand_core v0.9.5
6752026-06-26T18:51:16.719Z Compiling futures-executor v0.3.32
6762026-06-26T18:51:16.786Z Compiling pin-project-internal v1.1.13
6772026-06-26T18:51:16.995Z Compiling http-body-util v0.1.3
6782026-06-26T18:51:17.247Z Compiling uuid v1.23.4
6792026-06-26T18:51:17.267Z Compiling serde_spanned v1.1.1
6802026-06-26T18:51:17.419Z Compiling smol_str v0.3.6
6812026-06-26T18:51:17.437Z Compiling toml_datetime v1.1.1+spec-1.1.0
6822026-06-26T18:51:17.580Z Compiling filetime v0.2.29
6832026-06-26T18:51:17.763Z Compiling bstr v1.12.3
6842026-06-26T18:51:17.788Z Compiling vte v0.14.1
6852026-06-26T18:51:17.792Z Compiling unicase v2.9.0
6862026-06-26T18:51:17.841Z Compiling colorchoice v1.0.5
6872026-06-26T18:51:17.853Z Compiling eyre v0.6.12
6882026-06-26T18:51:17.961Z Compiling litrs v1.0.0
6892026-06-26T18:51:17.976Z Compiling number_prefix v0.4.0
6902026-06-26T18:51:18.129Z Compiling xattr v1.6.1
6912026-06-26T18:51:18.176Z Compiling tinyvec_macros v0.1.1
6922026-06-26T18:51:18.190Z Compiling anstyle-query v1.1.5
6932026-06-26T18:51:18.247Z Compiling anstyle v1.0.14
6942026-06-26T18:51:18.298Z Compiling iana-time-zone v0.1.65
6952026-06-26T18:51:18.314Z Compiling unicode-xid v0.2.6
6962026-06-26T18:51:18.418Z Compiling self_update v0.42.0
6972026-06-26T18:51:18.450Z Compiling static_assertions v1.1.0
6982026-06-26T18:51:18.512Z Compiling color-spantrace v0.3.0
6992026-06-26T18:51:18.525Z Compiling is_terminal_polyfill v1.70.2
7002026-06-26T18:51:18.552Z Compiling nested v0.1.1
7012026-06-26T18:51:18.614Z Compiling anstream v1.0.0
7022026-06-26T18:51:18.646Z Compiling document-features v0.2.12
7032026-06-26T18:51:18.683Z Compiling guppy v0.17.26
7042026-06-26T18:51:18.745Z Compiling chrono v0.4.45
7052026-06-26T18:51:18.869Z Compiling cargo-util-schemas v0.2.0
7062026-06-26T18:51:19.113Z Compiling tar v0.4.46
7072026-06-26T18:51:19.211Z Compiling tinyvec v1.11.0
7082026-06-26T18:51:19.774Z Compiling globset v0.4.18
7092026-06-26T18:51:19.933Z Compiling indicatif v0.17.11
7102026-06-26T18:51:21.283Z Compiling strip-ansi-escapes v0.2.1
7112026-06-26T18:51:21.615Z Compiling pin-project v1.1.13
7122026-06-26T18:51:21.683Z Compiling toml v1.1.2+spec-1.1.0
7132026-06-26T18:51:21.719Z Compiling nextest-metadata v0.12.2
7142026-06-26T18:51:21.781Z Compiling newtype-uuid v1.3.2
7152026-06-26T18:51:21.970Z Compiling reqwest v0.12.28
7162026-06-26T18:51:22.135Z Compiling futures v0.3.32
7172026-06-26T18:51:22.219Z Compiling rand_chacha v0.9.0
7182026-06-26T18:51:22.772Z Compiling digest v0.10.7
7192026-06-26T18:51:22.998Z Compiling parking_lot v0.12.5
7202026-06-26T18:51:22.998Z Compiling derive_more v2.1.1
7212026-06-26T18:51:23.059Z Compiling flate2 v1.1.9
7222026-06-26T18:51:23.089Z Compiling tracing-error v0.2.1
7232026-06-26T18:51:23.325Z Compiling shared_child v1.1.1
7242026-06-26T18:51:23.905Z Compiling signal-hook-mio v0.2.5
7252026-06-26T18:51:23.994Z Compiling self-replace v1.5.0
7262026-06-26T18:51:24.042Z Compiling cargo-platform v0.2.0
7272026-06-26T18:51:24.295Z Compiling quick-xml v0.38.4
7282026-06-26T18:51:24.602Z Compiling quick-xml v0.37.5
7292026-06-26T18:51:24.951Z Compiling recursion v0.5.4
7302026-06-26T18:51:25.103Z Compiling indenter v0.3.4
7312026-06-26T18:51:25.123Z Compiling urlencoding v2.1.3
7322026-06-26T18:51:25.231Z Compiling clap_lex v1.1.0
7332026-06-26T18:51:25.364Z Compiling cpufeatures v0.2.17
7342026-06-26T18:51:25.440Z Compiling heck v0.5.0
7352026-06-26T18:51:25.590Z Compiling humantime v2.3.0
7362026-06-26T18:51:25.643Z Compiling shell-words v1.1.1
7372026-06-26T18:51:25.896Z Compiling strsim v0.11.1
7382026-06-26T18:51:26.020Z Compiling humantime-serde v1.1.1
7392026-06-26T18:51:26.121Z Compiling clap_builder v4.6.0
7402026-06-26T18:51:26.173Z Compiling clap_derive v4.6.1
7412026-06-26T18:51:26.213Z Compiling sha2 v0.10.9
7422026-06-26T18:51:27.375Z Compiling nextest-filtering v0.15.0
7432026-06-26T18:51:27.441Z Compiling quick-junit v0.5.2
7442026-06-26T18:51:27.937Z Compiling atomicwrites v0.4.4
7452026-06-26T18:51:28.227Z Compiling cargo_metadata v0.20.0
7462026-06-26T18:51:30.548Z Compiling crossterm v0.29.0
7472026-06-26T18:51:31.313Z Compiling cargo-nextest v0.9.97
7482026-06-26T18:51:32.414Z Compiling duct v0.13.7
7492026-06-26T18:51:32.785Z Compiling zstd v0.13.3
7502026-06-26T18:51:32.920Z Compiling rand v0.9.4
7512026-06-26T18:51:33.225Z Compiling config v0.15.25
7522026-06-26T18:51:33.238Z Compiling async-scoped v0.9.0
7532026-06-26T18:51:33.365Z Compiling unicode-normalization v0.1.25
7542026-06-26T18:51:33.428Z Compiling target-spec-miette v0.4.8
7552026-06-26T18:51:33.691Z Compiling future-queue v0.4.0
7562026-06-26T18:51:33.780Z Compiling mukti-metadata v0.3.0
7572026-06-26T18:51:33.864Z Compiling tokio-stream v0.1.18
7582026-06-26T18:51:33.945Z Compiling camino-tempfile v1.4.1
7592026-06-26T18:51:33.966Z Compiling derive-where v1.6.1
7602026-06-26T18:51:34.135Z Compiling serde_ignored v0.1.14
7612026-06-26T18:51:34.278Z Compiling serde_path_to_error v0.1.20
7622026-06-26T18:51:34.364Z Compiling swrite v0.1.0
7632026-06-26T18:51:34.376Z Compiling xxhash-rust v0.8.15
7642026-06-26T18:51:34.396Z Compiling indent_write v2.2.0
7652026-06-26T18:51:34.469Z Compiling hex v0.4.3
7662026-06-26T18:51:34.556Z Compiling home v0.5.12
7672026-06-26T18:51:34.667Z Compiling color-eyre v0.6.5
7682026-06-26T18:51:34.732Z Compiling clap v4.6.1
7692026-06-26T18:51:34.747Z Compiling dialoguer v0.11.0
7702026-06-26T18:51:34.760Z Compiling enable-ansi-support v0.2.1
7712026-06-26T18:51:35.227Z Compiling nextest-runner v0.80.0
7722026-06-26T18:51:53.381Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-06-26T18:51:53.565Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-06-26T18:51:53.568Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-06-26T18:51:53.689Z+ pushd bgp
7762026-06-26T18:51:53.692Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7772026-06-26T18:51:53.692Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7782026-06-26T18:51:53.848Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-06-26T18:51:54.467ZFrom https://github.com/oxidecomputer/falcon
7802026-06-26T18:51:54.467Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7812026-06-26T18:51:54.544Z Updating crates.io index
7822026-06-26T18:51:54.546Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-06-26T18:51:54.944ZFrom https://github.com/oxidecomputer/dendrite
7842026-06-26T18:51:54.944Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7852026-06-26T18:51:55.060Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-06-26T18:51:55.345ZFrom https://github.com/oxidecomputer/ispf
7872026-06-26T18:51:55.345Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7882026-06-26T18:51:55.351Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-06-26T18:51:55.735ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-06-26T18:51:55.735Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7912026-06-26T18:51:55.743Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-06-26T18:52:02.793ZFrom https://github.com/oxidecomputer/omicron
7932026-06-26T18:52:02.793Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7942026-06-26T18:52:03.221Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-06-26T18:52:03.880ZFrom https://github.com/oxidecomputer/opte
7962026-06-26T18:52:03.880Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7972026-06-26T18:52:03.970Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-06-26T18:52:04.252ZFrom https://github.com/illumos/smf-rs
7992026-06-26T18:52:04.252Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-06-26T18:52:04.300Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-06-26T18:52:04.607ZFrom https://github.com/oxidecomputer/network-interface
8022026-06-26T18:52:04.607Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-06-26T18:52:04.628Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-06-26T18:52:04.917ZFrom https://github.com/oxidecomputer/zone
8052026-06-26T18:52:04.917Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-06-26T18:52:04.971Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-06-26T18:52:05.598ZFrom https://github.com/oxidecomputer/propolis
8082026-06-26T18:52:05.598Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-06-26T18:52:05.700Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-06-26T18:52:06.215ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-06-26T18:52:06.215Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8122026-06-26T18:52:06.226Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-06-26T18:52:06.528ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-06-26T18:52:06.528Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8152026-06-26T18:52:06.547Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-06-26T18:52:06.871ZFrom https://github.com/jmesmon/rust-libzfs
8172026-06-26T18:52:06.871Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-06-26T18:52:06.881Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-06-26T18:52:07.218ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-06-26T18:52:07.218Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-06-26T18:52:07.253Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-06-26T18:52:07.613ZFrom https://github.com/oxidecomputer/lldp
8232026-06-26T18:52:07.613Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8242026-06-26T18:52:07.712Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-06-26T18:52:07.982ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-06-26T18:52:07.982Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-06-26T18:52:08.003Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-06-26T18:52:08.339ZFrom https://github.com/oxidecomputer/tufaceous
8292026-06-26T18:52:08.339Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8302026-06-26T18:52:08.415Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-06-26T18:52:08.937ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-06-26T18:52:08.937Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8332026-06-26T18:52:08.963Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-06-26T18:52:09.802ZFrom https://github.com/oxidecomputer/crucible
8352026-06-26T18:52:09.802Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-06-26T18:52:09.959Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-06-26T18:52:10.265ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-06-26T18:52:10.265Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-06-26T18:52:10.628Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-06-26T18:52:11.079ZFrom https://github.com/oxidecomputer/propolis
8412026-06-26T18:52:11.079Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8422026-06-26T18:52:11.183Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-06-26T18:52:11.700ZFrom https://github.com/oxidecomputer/crucible
8442026-06-26T18:52:11.700Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8452026-06-26T18:52:11.768Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-06-26T18:52:12.146ZFrom https://github.com/oxidecomputer/tofino
8472026-06-26T18:52:12.146Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8482026-06-26T18:52:12.178Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-06-26T18:52:12.854ZFrom https://github.com/oxidecomputer/maghemite
8502026-06-26T18:52:12.854Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8512026-06-26T18:52:12.997Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-06-26T18:52:13.470ZFrom https://github.com/oxidecomputer/clickward
8532026-06-26T18:52:13.470Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-06-26T18:52:13.813Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-06-26T18:52:14.045ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-06-26T18:52:14.045Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-06-26T18:52:15.165Z Downloading crates ...
8582026-06-26T18:52:15.269Z Downloaded block-buffer v0.12.0
8592026-06-26T18:52:15.277Z Downloaded backon v1.6.0
8602026-06-26T18:52:15.280Z Downloaded base16ct v1.0.0
8612026-06-26T18:52:15.287Z Downloaded bit-set v0.8.0
8622026-06-26T18:52:15.290Z Downloaded aead v0.5.2
8632026-06-26T18:52:15.295Z Downloaded dtrace-parser v0.3.0
8642026-06-26T18:52:15.298Z Downloaded crunchy v0.2.4
8652026-06-26T18:52:15.318Z Downloaded bcs v0.1.6
8662026-06-26T18:52:15.323Z Downloaded bitflags v1.3.2
8672026-06-26T18:52:15.323Z Downloaded linked-hash-map v0.5.6
8682026-06-26T18:52:15.324Z Downloaded fs_extra v1.3.0
8692026-06-26T18:52:15.324Z Downloaded backoff v0.4.0
8702026-06-26T18:52:15.324Z Downloaded icu_normalizer_data v2.2.0
8712026-06-26T18:52:15.324Z Downloaded allocator-api2 v0.2.21
8722026-06-26T18:52:15.324Z Downloaded bit-vec v0.8.0
8732026-06-26T18:52:15.324Z Downloaded match_cfg v0.1.0
8742026-06-26T18:52:15.327Z Downloaded crc8 v0.1.1
8752026-06-26T18:52:15.327Z Downloaded cpufeatures v0.3.0
8762026-06-26T18:52:15.327Z Downloaded cobs v0.3.0
8772026-06-26T18:52:15.327Z Downloaded linear-map v1.2.0
8782026-06-26T18:52:15.330Z Downloaded httpdate v1.0.3
8792026-06-26T18:52:15.330Z Downloaded bitflags v2.12.1
8802026-06-26T18:52:15.334Z Downloaded async-stream v0.3.6
8812026-06-26T18:52:15.337Z Downloaded lru-cache v0.1.2
8822026-06-26T18:52:15.337Z Downloaded highway v1.3.0
8832026-06-26T18:52:15.340Z Downloaded foreign-types-macros v0.2.3
8842026-06-26T18:52:15.340Z Downloaded libsw-core v0.3.2
8852026-06-26T18:52:15.345Z Downloaded is-terminal v0.4.17
8862026-06-26T18:52:15.345Z Downloaded dunce v1.0.5
8872026-06-26T18:52:15.349Z Downloaded hostname v0.3.1
8882026-06-26T18:52:15.349Z Downloaded argon2 v0.5.3
8892026-06-26T18:52:15.349Z Downloaded ciborium-io v0.2.2
8902026-06-26T18:52:15.352Z Downloaded foreign-types-shared v0.3.1
8912026-06-26T18:52:15.352Z Downloaded blake2 v0.10.6
8922026-06-26T18:52:15.352Z Downloaded critical-section v1.2.0
8932026-06-26T18:52:15.355Z Downloaded inout v0.1.4
8942026-06-26T18:52:15.355Z Downloaded crossbeam-utils v0.8.21
8952026-06-26T18:52:15.360Z Downloaded enum-as-inner v0.6.1
8962026-06-26T18:52:15.363Z Downloaded crucible-workspace-hack v0.1.0
8972026-06-26T18:52:15.365Z Downloaded convert_case v0.4.0
8982026-06-26T18:52:15.368Z Downloaded defmt-parser v1.0.0
8992026-06-26T18:52:15.368Z Downloaded base16ct v0.2.0
9002026-06-26T18:52:15.371Z Downloaded darling_macro v0.21.3
9012026-06-26T18:52:15.371Z Downloaded const-random-macro v0.1.16
9022026-06-26T18:52:15.375Z Downloaded instant v0.1.13
9032026-06-26T18:52:15.378Z Downloaded dof v0.4.0
9042026-06-26T18:52:15.381Z Downloaded defmt v0.3.100
9052026-06-26T18:52:15.381Z Downloaded darling_macro v0.23.0
9062026-06-26T18:52:15.384Z Downloaded const-random v0.1.18
9072026-06-26T18:52:15.384Z Downloaded ff v0.13.1
9082026-06-26T18:52:15.387Z Downloaded idna_adapter v1.2.2
9092026-06-26T18:52:15.390Z Downloaded newtype-uuid-macros v0.1.0
9102026-06-26T18:52:15.390Z Downloaded arc-swap v1.9.1
9112026-06-26T18:52:15.394Z Downloaded mime v0.3.17
9122026-06-26T18:52:15.397Z Downloaded embedded-io v0.6.1
9132026-06-26T18:52:15.397Z Downloaded fixedbitset v0.4.2
9142026-06-26T18:52:15.397Z Downloaded async-recursion v1.1.1
9152026-06-26T18:52:15.400Z Downloaded crypto-common v0.2.2
9162026-06-26T18:52:15.400Z Downloaded indicatif v0.18.4
9172026-06-26T18:52:15.403Z Downloaded ciborium-ll v0.2.2
9182026-06-26T18:52:15.405Z Downloaded crossbeam-deque v0.8.6
9192026-06-26T18:52:15.408Z Downloaded cstr-argument v0.1.2
9202026-06-26T18:52:15.408Z Downloaded num_enum_derive v0.5.11
9212026-06-26T18:52:15.412Z Downloaded float-ord v0.3.2
9222026-06-26T18:52:15.412Z Downloaded dyn-clone v1.0.20
9232026-06-26T18:52:15.415Z Downloaded async-stream-impl v0.3.6
9242026-06-26T18:52:15.415Z Downloaded arrayref v0.3.9
9252026-06-26T18:52:15.415Z Downloaded dof v0.3.0
9262026-06-26T18:52:15.418Z Downloaded heck v0.4.1
9272026-06-26T18:52:15.418Z Downloaded num-iter v0.1.45
9282026-06-26T18:52:15.421Z Downloaded omicron-workspace-hack v0.1.0
9292026-06-26T18:52:15.421Z Downloaded git-stub v1.0.0
9302026-06-26T18:52:15.421Z Downloaded olpc-cjson v0.1.4
9312026-06-26T18:52:15.424Z Downloaded compression-core v0.4.32
9322026-06-26T18:52:15.424Z Downloaded managed v0.8.0
9332026-06-26T18:52:15.424Z Downloaded no-std-compat v0.4.1
9342026-06-26T18:52:15.428Z Downloaded newtype_derive v0.1.6
9352026-06-26T18:52:15.429Z Downloaded async-trait v0.1.89
9362026-06-26T18:52:15.431Z Downloaded konst_macro_rules v0.2.19
9372026-06-26T18:52:15.431Z Downloaded arrayvec v0.7.6
9382026-06-26T18:52:15.434Z Downloaded memmap v0.7.0
9392026-06-26T18:52:15.434Z Downloaded csv-core v0.1.13
9402026-06-26T18:52:15.437Z Downloaded natord v1.0.9
9412026-06-26T18:52:15.437Z Downloaded compression-codecs v0.4.38
9422026-06-26T18:52:15.440Z Downloaded libscf-sys v1.2.0
9432026-06-26T18:52:15.440Z Downloaded ident_case v1.0.1
9442026-06-26T18:52:15.443Z Downloaded dropshot-api-manager-types v0.7.2
9452026-06-26T18:52:15.443Z Downloaded num-conv v0.2.2
9462026-06-26T18:52:15.446Z Downloaded hash32 v0.3.1
9472026-06-26T18:52:15.446Z Downloaded foreign-types v0.5.0
9482026-06-26T18:52:15.449Z Downloaded num-derive v0.4.2
9492026-06-26T18:52:15.449Z Downloaded hubpack_derive v0.1.1
9502026-06-26T18:52:15.452Z Downloaded opaque-debug v0.3.1
9512026-06-26T18:52:15.452Z Downloaded num_threads v0.1.7
9522026-06-26T18:52:15.455Z Downloaded constant_time_eq v0.4.2
9532026-06-26T18:52:15.455Z Downloaded multer v3.1.0
9542026-06-26T18:52:15.458Z Downloaded memoffset v0.9.1
9552026-06-26T18:52:15.458Z Downloaded embedded-io v0.4.0
9562026-06-26T18:52:15.462Z Downloaded hostname v0.4.2
9572026-06-26T18:52:15.462Z Downloaded chacha20 v0.9.1
9582026-06-26T18:52:15.466Z Downloaded daft v0.1.7
9592026-06-26T18:52:15.466Z Downloaded data-encoding v2.11.0
9602026-06-26T18:52:15.469Z Downloaded cmake v0.1.58
9612026-06-26T18:52:15.469Z Downloaded memmap2 v0.9.10
9622026-06-26T18:52:15.469Z Downloaded log v0.4.32
9632026-06-26T18:52:15.472Z Downloaded indexmap v1.9.3
9642026-06-26T18:52:15.477Z Downloaded parse-display v0.10.0
9652026-06-26T18:52:15.477Z Downloaded foldhash v0.2.0
9662026-06-26T18:52:15.477Z Downloaded macaddr v1.0.1
9672026-06-26T18:52:15.481Z Downloaded base64 v0.21.7
9682026-06-26T18:52:15.481Z Downloaded newline-converter v0.3.0
9692026-06-26T18:52:15.484Z Downloaded internet-checksum v0.2.1
9702026-06-26T18:52:15.484Z Downloaded bytecount v0.6.9
9712026-06-26T18:52:15.484Z Downloaded plain v0.2.3
9722026-06-26T18:52:15.484Z Downloaded phf_shared v0.12.1
9732026-06-26T18:52:15.487Z Downloaded bs58 v0.5.1
9742026-06-26T18:52:15.487Z Downloaded gethostname v0.5.0
9752026-06-26T18:52:15.490Z Downloaded fxhash v0.2.1
9762026-06-26T18:52:15.494Z Downloaded dtrace-parser v0.2.0
9772026-06-26T18:52:15.495Z Downloaded const_format_proc_macros v0.2.34
9782026-06-26T18:52:15.497Z Downloaded powerfmt v0.2.0
9792026-06-26T18:52:15.497Z Downloaded proc-macro-error-attr2 v2.0.0
9802026-06-26T18:52:15.497Z Downloaded proc-macro-error-attr v1.0.4
9812026-06-26T18:52:15.497Z Downloaded deranged v0.5.8
9822026-06-26T18:52:15.500Z Downloaded hubpack v0.1.2
9832026-06-26T18:52:15.500Z Downloaded displaydoc v0.2.6
9842026-06-26T18:52:15.505Z Downloaded defmt-macros v1.1.0
9852026-06-26T18:52:15.507Z Downloaded byteorder v1.5.0
9862026-06-26T18:52:15.507Z Downloaded pretty-hex v0.4.2
9872026-06-26T18:52:15.508Z Downloaded ipnetwork v0.21.1
9882026-06-26T18:52:16.513Z Downloaded group v0.13.0
9892026-06-26T18:52:16.513Z Downloaded ingot-types v0.1.2
9902026-06-26T18:52:16.516Z Downloaded proc-macro-crate v1.3.1
9912026-06-26T18:52:16.516Z Downloaded crossbeam-epoch v0.9.18
9922026-06-26T18:52:16.516Z Downloaded proc-macro-crate v3.5.0
9932026-06-26T18:52:16.517Z Downloaded oxide-tokio-rt v0.1.6
9942026-06-26T18:52:16.517Z Downloaded libsw v3.5.0
9952026-06-26T18:52:16.517Z Downloaded icu_provider v2.2.0
9962026-06-26T18:52:16.517Z Downloaded erased-serde v0.3.31
9972026-06-26T18:52:16.517Z Downloaded num v0.4.3
9982026-06-26T18:52:16.517Z Downloaded ingot v0.1.1
9992026-06-26T18:52:16.517Z Downloaded glob v0.3.3
10002026-06-26T18:52:16.517Z Downloaded fs-err v3.3.0
10012026-06-26T18:52:16.517Z Downloaded progenitor-client v0.10.0
10022026-06-26T18:52:16.517Z Downloaded daft-derive v0.1.7
10032026-06-26T18:52:16.517Z Downloaded num_enum v0.7.6
10042026-06-26T18:52:16.517Z Downloaded parse-display-derive v0.10.0
10052026-06-26T18:52:16.517Z Downloaded digest v0.11.3
10062026-06-26T18:52:16.517Z Downloaded progenitor-client v0.14.0
10072026-06-26T18:52:16.517Z Downloaded defmt v1.1.0
10082026-06-26T18:52:16.517Z Downloaded progenitor-macro v0.13.0
10092026-06-26T18:52:16.517Z Downloaded progenitor-macro v0.14.0
10102026-06-26T18:52:16.517Z Downloaded potential_utf v0.1.5
10112026-06-26T18:52:16.517Z Downloaded cipher v0.4.4
10122026-06-26T18:52:16.517Z Downloaded quick-error v1.2.3
10132026-06-26T18:52:16.517Z Downloaded progenitor-macro v0.10.0
10142026-06-26T18:52:16.517Z Downloaded konst v0.2.20
10152026-06-26T18:52:16.517Z Downloaded console v0.16.3
10162026-06-26T18:52:16.517Z Downloaded ciborium v0.2.2
10172026-06-26T18:52:16.517Z Downloaded cargo_toml v0.22.3
10182026-06-26T18:52:16.517Z Downloaded phf v0.12.1
10192026-06-26T18:52:16.517Z Downloaded camino v1.2.2
10202026-06-26T18:52:16.517Z Downloaded rand_xorshift v0.4.0
10212026-06-26T18:52:16.517Z Downloaded pem v3.0.6
10222026-06-26T18:52:16.517Z Downloaded keccak v0.1.6
10232026-06-26T18:52:16.517Z Downloaded paste v1.0.15
10242026-06-26T18:52:16.517Z Downloaded rand_chacha v0.3.1
10252026-06-26T18:52:16.517Z Downloaded num-complex v0.4.6
10262026-06-26T18:52:16.517Z Downloaded git-stub-vcs v0.1.0
10272026-06-26T18:52:16.517Z Downloaded num_enum v0.5.11
10282026-06-26T18:52:16.517Z Downloaded oxnet v0.1.6
10292026-06-26T18:52:16.517Z Downloaded ref-cast-impl v1.0.25
10302026-06-26T18:52:16.517Z Downloaded derive-ex v0.1.8
10312026-06-26T18:52:16.517Z Downloaded diff v0.1.13
10322026-06-26T18:52:16.518Z Downloaded byte-wrapper v0.1.0
10332026-06-26T18:52:16.518Z Downloaded cancel-safe-futures v0.1.5
10342026-06-26T18:52:16.518Z Downloaded cookie v0.18.1
10352026-06-26T18:52:16.518Z Downloaded num-integer v0.1.46
10362026-06-26T18:52:16.518Z Downloaded chacha20 v0.10.0
10372026-06-26T18:52:16.518Z Downloaded same-file v1.0.6
10382026-06-26T18:52:16.518Z Downloaded colored v3.1.1
10392026-06-26T18:52:16.518Z Downloaded rustc_version v0.1.7
10402026-06-26T18:52:16.518Z Downloaded num-rational v0.4.2
10412026-06-26T18:52:16.518Z Downloaded minimal-lexical v0.2.1
10422026-06-26T18:52:16.518Z Downloaded hybrid-array v0.4.12
10432026-06-26T18:52:16.518Z Downloaded darling v0.23.0
10442026-06-26T18:52:16.518Z Downloaded parking_lot_core v0.8.6
10452026-06-26T18:52:16.518Z Downloaded proc-macro-error2 v2.0.1
10462026-06-26T18:52:16.518Z Downloaded scroll_derive v0.13.1
10472026-06-26T18:52:16.518Z Downloaded heapless v0.8.0
10482026-06-26T18:52:16.518Z Downloaded progenitor v0.14.0
10492026-06-26T18:52:16.518Z Downloaded progenitor v0.13.0
10502026-06-26T18:52:16.518Z Downloaded progenitor v0.10.0
10512026-06-26T18:52:16.518Z Downloaded num_enum_derive v0.7.6
10522026-06-26T18:52:16.518Z Downloaded semver v0.1.20
10532026-06-26T18:52:16.518Z Downloaded scroll_derive v0.12.1
10542026-06-26T18:52:16.518Z Downloaded serde_plain v1.0.2
10552026-06-26T18:52:16.518Z Downloaded serde-big-array v0.5.1
10562026-06-26T18:52:16.518Z Downloaded progenitor-extras v0.2.0
10572026-06-26T18:52:16.518Z Downloaded progenitor-client v0.13.0
10582026-06-26T18:52:16.518Z Downloaded anyhow v1.0.102
10592026-06-26T18:52:16.518Z Downloaded proc-macro-error v1.0.4
10602026-06-26T18:52:16.518Z Downloaded icu_collections v2.2.0
10612026-06-26T18:52:16.518Z Downloaded siphasher v1.0.3
10622026-06-26T18:52:16.518Z Downloaded serial_test_derive v3.5.0
10632026-06-26T18:52:16.518Z Downloaded serial_test v3.5.0
10642026-06-26T18:52:16.518Z Downloaded sha1 v0.11.0
10652026-06-26T18:52:16.518Z Downloaded quote v1.0.45
10662026-06-26T18:52:16.518Z Downloaded secrecy v0.10.3
10672026-06-26T18:52:16.518Z Downloaded expectorate v1.2.0
10682026-06-26T18:52:16.518Z Downloaded sigpipe v0.1.3
10692026-06-26T18:52:16.518Z Downloaded darling_core v0.21.3
10702026-06-26T18:52:16.518Z Downloaded slog-bunyan v2.5.0
10712026-06-26T18:52:16.518Z Downloaded serde_repr v0.1.20
10722026-06-26T18:52:16.519Z Downloaded slog-envlogger v2.2.0
10732026-06-26T18:52:16.519Z Downloaded pest_generator v2.8.6
10742026-06-26T18:52:16.519Z Downloaded parking_lot v0.11.2
10752026-06-26T18:52:16.519Z Downloaded ref-cast v1.0.25
10762026-06-26T18:52:16.519Z Downloaded rand_core v0.10.1
10772026-06-26T18:52:16.519Z Downloaded sha1 v0.10.6
10782026-06-26T18:52:16.519Z Downloaded pest_derive v2.8.6
10792026-06-26T18:52:16.519Z Downloaded litemap v0.8.2
10802026-06-26T18:52:16.519Z Downloaded resolv-conf v0.7.6
10812026-06-26T18:52:16.519Z Downloaded dropshot_endpoint v0.17.1
10822026-06-26T18:52:16.519Z Downloaded ingot-macros v0.1.1
10832026-06-26T18:52:16.519Z Downloaded hmac v0.12.1
10842026-06-26T18:52:16.519Z Downloaded derive_more v0.99.20
10852026-06-26T18:52:16.519Z Downloaded password-hash v0.5.0
10862026-06-26T18:52:16.519Z Downloaded darling v0.21.3
10872026-06-26T18:52:16.519Z Downloaded stable_deref_trait v1.2.1
10882026-06-26T18:52:16.519Z Downloaded smawk v0.3.2
10892026-06-26T18:52:16.519Z Downloaded strum v0.26.3
10902026-06-26T18:52:16.522Z Downloaded structmeta v0.3.0
10912026-06-26T18:52:16.522Z Downloaded structmeta-derive v0.3.0
10922026-06-26T18:52:16.522Z Downloaded tagptr v0.2.0
10932026-06-26T18:52:16.522Z Downloaded tabled_derive v0.11.0
10942026-06-26T18:52:16.522Z Downloaded tabled_derive v0.7.0
10952026-06-26T18:52:16.522Z Downloaded rustversion v1.0.22
10962026-06-26T18:52:16.522Z Downloaded rusty-fork v0.3.1
10972026-06-26T18:52:16.522Z Downloaded rustls-native-certs v0.8.4
10982026-06-26T18:52:16.522Z Downloaded poly1305 v0.8.0
10992026-06-26T18:52:16.522Z Downloaded drift v0.2.0
11002026-06-26T18:52:16.522Z Downloaded scroll v0.13.0
11012026-06-26T18:52:16.523Z Downloaded scroll v0.12.0
11022026-06-26T18:52:16.523Z Downloaded take_mut v0.2.2
11032026-06-26T18:52:16.523Z Downloaded schemars_derive v0.8.22
11042026-06-26T18:52:16.523Z Downloaded thread-id v4.2.2
11052026-06-26T18:52:16.523Z Downloaded termtree v0.5.1
11062026-06-26T18:52:16.523Z Downloaded elliptic-curve v0.13.8
11072026-06-26T18:52:16.523Z Downloaded rustls-pemfile v2.2.0
11082026-06-26T18:52:16.523Z Downloaded const_format v0.2.36
11092026-06-26T18:52:16.523Z Downloaded serde_tokenstream v0.2.3
11102026-06-26T18:52:16.523Z Downloaded thread-id v5.1.0
11112026-06-26T18:52:16.523Z Downloaded thiserror-impl-no-std v2.0.2
11122026-06-26T18:52:16.523Z Downloaded testing_table v0.3.0
11132026-06-26T18:52:16.523Z Downloaded time-core v0.1.8
11142026-06-26T18:52:16.523Z Downloaded topological-sort v0.2.2
11152026-06-26T18:52:16.523Z Downloaded slog-scope v4.4.1
11162026-06-26T18:52:16.523Z Downloaded slog-json v2.6.1
11172026-06-26T18:52:16.523Z Downloaded hickory-resolver v0.25.2
11182026-06-26T18:52:16.523Z Downloaded omicron-zone-package v0.12.2
11192026-06-26T18:52:16.523Z Downloaded papergrid v0.18.0
11202026-06-26T18:52:16.523Z Downloaded slog-dtrace v0.3.0
11212026-06-26T18:52:16.523Z Downloaded slog-async v2.8.0
11222026-06-26T18:52:16.523Z Downloaded typify-macro v0.6.2
11232026-06-26T18:52:16.523Z Downloaded darling_core v0.23.0
11242026-06-26T18:52:16.523Z Downloaded const-oid v0.10.2
11252026-06-26T18:52:16.523Z Downloaded chacha20poly1305 v0.10.1
11262026-06-26T18:52:16.523Z Downloaded bytes v1.11.1
11272026-06-26T18:52:16.523Z Downloaded strum v0.27.2
11282026-06-26T18:52:16.523Z Downloaded smf v0.2.3
11292026-06-26T18:52:16.523Z Downloaded papergrid v0.11.0
11302026-06-26T18:52:16.523Z Downloaded usdt v0.6.0
11312026-06-26T18:52:16.523Z Downloaded synstructure v0.13.2
11322026-06-26T18:52:16.523Z Downloaded strum_macros v0.27.2
11332026-06-26T18:52:16.523Z Downloaded slog-term v2.9.2
11342026-06-26T18:52:16.523Z Downloaded usdt-macro v0.5.0
11352026-06-26T18:52:16.523Z Downloaded usdt-attr-macro v0.5.0
11362026-06-26T18:52:16.523Z Downloaded waitgroup v0.1.2
11372026-06-26T18:52:16.523Z Downloaded rhai_codegen v3.2.0
11382026-06-26T18:52:16.523Z Downloaded smartstring v1.0.1
11392026-06-26T18:52:16.523Z Downloaded crossbeam-channel v0.5.15
11402026-06-26T18:52:16.524Z Downloaded spin v0.5.2
11412026-06-26T18:52:16.524Z Downloaded universal-hash v0.5.1
11422026-06-26T18:52:16.524Z Downloaded typify-macro v0.4.3
11432026-06-26T18:52:16.524Z Downloaded snafu-derive v0.8.9
11442026-06-26T18:52:16.524Z Downloaded utf-8 v0.7.6
11452026-06-26T18:52:16.524Z Downloaded untrusted v0.7.1
11462026-06-26T18:52:16.524Z Downloaded jiff-static v0.2.28
11472026-06-26T18:52:16.524Z Downloaded zerofrom-derive v0.1.7
11482026-06-26T18:52:16.524Z Downloaded zerofrom v0.1.8
11492026-06-26T18:52:16.524Z Downloaded tinystr v0.8.3
11502026-06-26T18:52:16.524Z Downloaded icu_normalizer v2.2.0
11512026-06-26T18:52:16.524Z Downloaded crypto-bigint v0.5.5
11522026-06-26T18:52:16.524Z Downloaded tokio-tungstenite v0.21.0
11532026-06-26T18:52:16.524Z Downloaded time-macros v0.2.27
11542026-06-26T18:52:16.524Z Downloaded usdt-macro v0.6.0
11552026-06-26T18:52:16.524Z Downloaded zeroize_derive v1.4.3
11562026-06-26T18:52:16.524Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11572026-06-26T18:52:16.524Z Downloaded tokio-dtrace v0.1.1
11582026-06-26T18:52:16.524Z Downloaded zone v0.3.1
11592026-06-26T18:52:16.524Z Downloaded tabwriter v1.4.1
11602026-06-26T18:52:16.524Z Downloaded getrandom v0.4.2
11612026-06-26T18:52:16.524Z Downloaded openssl-sys v0.9.116
11622026-06-26T18:52:16.524Z Downloaded yoke-derive v0.8.2
11632026-06-26T18:52:16.524Z Downloaded thiserror-no-std v2.0.2
11642026-06-26T18:52:16.524Z Downloaded postcard v1.1.3
11652026-06-26T18:52:16.524Z Downloaded wait-timeout v0.2.1
11662026-06-26T18:52:16.524Z Downloaded zone_cfg_derive v0.3.1
11672026-06-26T18:52:16.524Z Downloaded usdt v0.5.0
11682026-06-26T18:52:16.524Z Downloaded usdt-attr-macro v0.6.0
11692026-06-26T18:52:16.524Z Downloaded unit-prefix v0.5.2
11702026-06-26T18:52:16.524Z Downloaded tiny-keccak v2.0.2
11712026-06-26T18:52:16.524Z Downloaded serde_derive_internals v0.29.1
11722026-06-26T18:52:16.524Z Downloaded progenitor-impl v0.13.0
11732026-06-26T18:52:16.524Z Downloaded spin v0.9.8
11742026-06-26T18:52:16.524Z Downloaded strum_macros v0.26.4
11752026-06-26T18:52:16.524Z Downloaded rustls-platform-verifier v0.7.0
11762026-06-26T18:52:16.524Z Downloaded usdt-impl v0.6.0
11772026-06-26T18:52:16.524Z Downloaded usdt-impl v0.5.0
11782026-06-26T18:52:16.525Z Downloaded progenitor-impl v0.14.0
11792026-06-26T18:52:16.525Z Downloaded serde_with_macros v3.20.0
11802026-06-26T18:52:16.525Z Downloaded writeable v0.6.3
11812026-06-26T18:52:16.525Z Downloaded unarray v0.1.4
11822026-06-26T18:52:16.525Z Downloaded half v2.7.1
11832026-06-26T18:52:16.525Z Downloaded slog-stdlog v4.1.1
11842026-06-26T18:52:16.525Z Downloaded progenitor-impl v0.10.0
11852026-06-26T18:52:16.525Z Downloaded smallvec v1.15.1
11862026-06-26T18:52:16.525Z Downloaded icu_locale_core v2.2.0
11872026-06-26T18:52:16.525Z Downloaded xz2 v0.1.7
11882026-06-26T18:52:16.525Z Downloaded pest_meta v2.8.6
11892026-06-26T18:52:16.525Z Downloaded cc v1.2.63
11902026-06-26T18:52:16.528Z Downloaded slog v2.8.2
11912026-06-26T18:52:16.528Z Downloaded icu_properties v2.2.0
11922026-06-26T18:52:16.528Z Downloaded term v1.2.1
11932026-06-26T18:52:16.528Z Downloaded schemars v0.8.22
11942026-06-26T18:52:16.528Z Downloaded rayon-core v1.13.0
11952026-06-26T18:52:16.528Z Downloaded thin-vec v0.2.18
11962026-06-26T18:52:16.528Z Downloaded zeroize v1.8.2
11972026-06-26T18:52:16.528Z Downloaded whoami v1.6.1
11982026-06-26T18:52:16.529Z Downloaded pretty_assertions v1.4.1
11992026-06-26T18:52:16.529Z Downloaded http v1.4.1
12002026-06-26T18:52:16.529Z Downloaded hkdf v0.12.4
12012026-06-26T18:52:16.529Z Downloaded prettyplease v0.2.37
12022026-06-26T18:52:16.529Z Downloaded async-compression v0.4.42
12032026-06-26T18:52:16.529Z Downloaded zerocopy-derive v0.7.35
12042026-06-26T18:52:16.529Z Downloaded toml v0.9.12+spec-1.1.0
12052026-06-26T18:52:16.529Z Downloaded similar v2.7.0
12062026-06-26T18:52:16.529Z Downloaded typify v0.4.3
12072026-06-26T18:52:16.529Z Downloaded walkdir v2.5.0
12082026-06-26T18:52:16.529Z Downloaded ucd-trie v0.1.7
12092026-06-26T18:52:16.529Z Downloaded schemars v1.2.1
12102026-06-26T18:52:16.529Z Downloaded vsss-rs v3.3.4
12112026-06-26T18:52:16.529Z Downloaded test-strategy v0.4.5
12122026-06-26T18:52:16.529Z Downloaded memchr v2.8.1
12132026-06-26T18:52:16.529Z Downloaded yoke v0.8.3
12142026-06-26T18:52:16.529Z Downloaded schemars v0.9.0
12152026-06-26T18:52:16.529Z Downloaded zerovec-derive v0.11.3
12162026-06-26T18:52:16.529Z Downloaded toml v0.7.8
12172026-06-26T18:52:16.529Z Downloaded rand v0.10.1
12182026-06-26T18:52:16.529Z Downloaded qorb v0.4.1
12192026-06-26T18:52:16.529Z Downloaded tungstenite v0.21.0
12202026-06-26T18:52:16.529Z Downloaded rand v0.8.6
12212026-06-26T18:52:16.529Z Downloaded steno v0.4.1
12222026-06-26T18:52:16.529Z Downloaded unsafe-libyaml v0.2.11
12232026-06-26T18:52:16.529Z Downloaded yansi v1.0.1
12242026-06-26T18:52:16.529Z Downloaded snafu v0.8.9
12252026-06-26T18:52:16.529Z Downloaded hickory-resolver v0.24.4
12262026-06-26T18:52:16.529Z Downloaded hashbrown v0.12.3
12272026-06-26T18:52:16.529Z Downloaded nom v7.1.3
12282026-06-26T18:52:16.529Z Downloaded serde_yaml v0.9.34+deprecated
12292026-06-26T18:52:16.529Z Downloaded quinn v0.11.9
12302026-06-26T18:52:16.529Z Downloaded toml_edit v0.25.12+spec-1.1.0
12312026-06-26T18:52:16.529Z Downloaded icu_properties_data v2.2.0
12322026-06-26T18:52:16.529Z Downloaded nom v8.0.0
12332026-06-26T18:52:16.529Z Downloaded dropshot-api-manager v0.7.2
12342026-06-26T18:52:16.529Z Downloaded pest v2.8.6
12352026-06-26T18:52:16.529Z Downloaded ron v0.12.1
12362026-06-26T18:52:16.529Z Downloaded uuid v1.23.2
12372026-06-26T18:52:16.530Z Downloaded toml_edit v0.19.15
12382026-06-26T18:52:16.530Z Downloaded typify v0.6.2
12392026-06-26T18:52:16.530Z Downloaded typed-path v0.9.3
12402026-06-26T18:52:16.530Z Downloaded aws-lc-rs v1.17.0
12412026-06-26T18:52:16.530Z Downloaded zerotrie v0.2.4
12422026-06-26T18:52:16.530Z Downloaded blake3 v1.8.5
12432026-06-26T18:52:16.530Z Downloaded iddqd v0.4.2
12442026-06-26T18:52:16.530Z Downloaded zerocopy-derive v0.8.50
12452026-06-26T18:52:16.530Z Downloaded reqwest v0.13.4
12462026-06-26T18:52:16.530Z Downloaded itertools v0.12.1
12472026-06-26T18:52:16.530Z Downloaded hashbrown v0.16.1
12482026-06-26T18:52:16.530Z Downloaded zerovec v0.11.6
12492026-06-26T18:52:16.530Z Downloaded libm v0.2.16
12502026-06-26T18:52:16.530Z Downloaded winnow v0.5.40
12512026-06-26T18:52:16.530Z Downloaded h2 v0.4.14
12522026-06-26T18:52:16.530Z Downloaded regex v1.12.3
12532026-06-26T18:52:16.530Z Downloaded serde_with v3.20.0
12542026-06-26T18:52:16.530Z Downloaded rayon v1.12.0
12552026-06-26T18:52:16.530Z Downloaded tough v0.22.0
12562026-06-26T18:52:16.530Z Downloaded proptest v1.11.0
12572026-06-26T18:52:16.530Z Downloaded tabled v0.15.0
12582026-06-26T18:52:16.530Z Downloaded moka v0.12.15
12592026-06-26T18:52:16.530Z Downloaded zerocopy v0.7.35
12602026-06-26T18:52:16.530Z Downloaded tabled v0.21.0
12612026-06-26T18:52:16.530Z Downloaded time v0.3.47
12622026-06-26T18:52:16.530Z Downloaded goblin v0.8.2
12632026-06-26T18:52:16.530Z Downloaded syn v1.0.109
12642026-06-26T18:52:16.530Z Downloaded zerocopy v0.8.50
12652026-06-26T18:52:16.530Z Downloaded webpki-roots v1.0.7
12662026-06-26T18:52:16.530Z Downloaded nix v0.31.3
12672026-06-26T18:52:16.530Z Downloaded smoltcp v0.11.0
12682026-06-26T18:52:16.530Z Downloaded goblin v0.10.7
12692026-06-26T18:52:16.530Z Downloaded openapiv3 v2.2.0
12702026-06-26T18:52:16.530Z Downloaded rustls v0.23.40
12712026-06-26T18:52:16.530Z Downloaded dropshot v0.17.1
12722026-06-26T18:52:16.530Z Downloaded syn v2.0.117
12732026-06-26T18:52:16.530Z Downloaded bstr v1.12.1
12742026-06-26T18:52:16.530Z Downloaded quinn-proto v0.11.14
12752026-06-26T18:52:16.530Z Downloaded openssl v0.10.80
12762026-06-26T18:52:16.531Z Downloaded typify-impl v0.6.2
12772026-06-26T18:52:16.531Z Downloaded sled v0.34.7
12782026-06-26T18:52:16.531Z Downloaded regress v0.10.5
12792026-06-26T18:52:16.531Z Downloaded rhai v1.25.1
12802026-06-26T18:52:16.531Z Downloaded regress v0.11.1
12812026-06-26T18:52:16.531Z Downloaded hickory-proto v0.24.4
12822026-06-26T18:52:16.531Z Downloaded hickory-proto v0.25.2
12832026-06-26T18:52:16.531Z Downloaded regex-syntax v0.8.10
12842026-06-26T18:52:16.531Z Downloaded petgraph v0.6.5
12852026-06-26T18:52:16.531Z Downloaded typify-impl v0.4.3
12862026-06-26T18:52:16.531Z Downloaded chrono-tz v0.10.4
12872026-06-26T18:52:16.531Z Downloaded csv v1.4.0
12882026-06-26T18:52:16.531Z Downloaded lzma-sys v0.1.20
12892026-06-26T18:52:16.556Z Downloaded jiff v0.2.28
12902026-06-26T18:52:16.568Z Downloaded sha3 v0.10.9
12912026-06-26T18:52:16.602Z Downloaded encoding_rs v0.8.35
12922026-06-26T18:52:17.158Z Downloaded aws-lc-sys v0.41.0
12932026-06-26T18:52:18.087Z Compiling proc-macro2 v1.0.106
12942026-06-26T18:52:18.087Z Compiling unicode-ident v1.0.24
12952026-06-26T18:52:18.087Z Compiling quote v1.0.45
12962026-06-26T18:52:18.087Z Compiling serde_core v1.0.228
12972026-06-26T18:52:18.090Z Compiling cfg-if v1.0.4
12982026-06-26T18:52:18.090Z Compiling serde v1.0.228
12992026-06-26T18:52:18.091Z Compiling libc v0.2.186
13002026-06-26T18:52:18.091Z Compiling memchr v2.8.1
13012026-06-26T18:52:18.243Z Compiling itoa v1.0.18
13022026-06-26T18:52:18.419Z Compiling zmij v1.0.21
13032026-06-26T18:52:18.512Z Compiling autocfg v1.5.1
13042026-06-26T18:52:18.567Z Compiling libm v0.2.16
13052026-06-26T18:52:18.853Z Compiling stable_deref_trait v1.2.1
13062026-06-26T18:52:18.871Z Compiling writeable v0.6.3
13072026-06-26T18:52:18.919Z Compiling litemap v0.8.2
13082026-06-26T18:52:19.081Z Compiling utf8_iter v1.0.4
13092026-06-26T18:52:19.129Z Compiling icu_normalizer_data v2.2.0
13102026-06-26T18:52:19.155Z Compiling icu_properties_data v2.2.0
13112026-06-26T18:52:19.158Z Compiling percent-encoding v2.3.2
13122026-06-26T18:52:19.175Z Compiling iana-time-zone v0.1.65
13132026-06-26T18:52:19.360Z Compiling version_check v0.9.5
13142026-06-26T18:52:19.404Z Compiling equivalent v1.0.2
13152026-06-26T18:52:19.417Z Compiling syn v2.0.117
13162026-06-26T18:52:19.487Z Compiling form_urlencoded v1.2.2
13172026-06-26T18:52:19.530Z Compiling serde_json v1.0.150
13182026-06-26T18:52:19.590Z Compiling pin-project-lite v0.2.17
13192026-06-26T18:52:19.610Z Compiling dyn-clone v1.0.20
13202026-06-26T18:52:19.641Z Compiling parking_lot_core v0.9.12
13212026-06-26T18:52:19.669Z Compiling scopeguard v1.2.0
13222026-06-26T18:52:19.683Z Compiling num-traits v0.2.19
13232026-06-26T18:52:19.749Z Compiling lock_api v0.4.14
13242026-06-26T18:52:19.774Z Compiling hashbrown v0.17.1
13252026-06-26T18:52:19.799Z Compiling getrandom v0.4.2
13262026-06-26T18:52:19.952Z Compiling thiserror v2.0.18
13272026-06-26T18:52:19.986Z Compiling rand_core v0.10.1
13282026-06-26T18:52:20.144Z Compiling errno v0.3.14
13292026-06-26T18:52:20.210Z Compiling log v0.4.32
13302026-06-26T18:52:20.295Z Compiling heck v0.5.0
13312026-06-26T18:52:20.298Z Compiling futures-core v0.3.32
13322026-06-26T18:52:20.405Z Compiling semver v1.0.28
13332026-06-26T18:52:20.509Z Compiling indexmap v2.14.0
13342026-06-26T18:52:20.559Z Compiling zerocopy v0.8.50
13352026-06-26T18:52:20.571Z Compiling uuid v1.23.2
13362026-06-26T18:52:20.745Z Compiling futures-sink v0.3.32
13372026-06-26T18:52:20.757Z Compiling schemars v0.8.22
13382026-06-26T18:52:20.848Z Compiling slab v0.4.12
13392026-06-26T18:52:21.008Z Compiling jobserver v0.1.34
13402026-06-26T18:52:21.029Z Compiling rustversion v1.0.22
13412026-06-26T18:52:21.031Z Compiling fnv v1.0.7
13422026-06-26T18:52:21.047Z Compiling shlex v2.0.1
13432026-06-26T18:52:21.118Z Compiling find-msvc-tools v0.1.9
13442026-06-26T18:52:21.170Z Compiling futures-channel v0.3.32
13452026-06-26T18:52:21.225Z Compiling bitflags v2.12.1
13462026-06-26T18:52:21.331Z Compiling cc v1.2.63
13472026-06-26T18:52:21.360Z Compiling futures-task v0.3.32
13482026-06-26T18:52:21.398Z Compiling futures-io v0.3.32
13492026-06-26T18:52:21.474Z Compiling portable-atomic v1.13.1
13502026-06-26T18:52:21.531Z Compiling socket2 v0.6.4
13512026-06-26T18:52:21.566Z Compiling signal-hook-registry v1.4.8
13522026-06-26T18:52:21.588Z Compiling mio v1.2.1
13532026-06-26T18:52:21.636Z Compiling critical-section v1.2.0
13542026-06-26T18:52:21.743Z Compiling dunce v1.0.5
13552026-06-26T18:52:21.836Z Compiling typenum v1.20.1
13562026-06-26T18:52:21.862Z Compiling fs_extra v1.3.0
13572026-06-26T18:52:21.988Z Compiling base64 v0.22.1
13582026-06-26T18:52:22.023Z Compiling slog v2.8.2
13592026-06-26T18:52:22.104Z Compiling cmake v0.1.58
13602026-06-26T18:52:22.120Z Compiling byteorder v1.5.0
13612026-06-26T18:52:22.263Z Compiling synstructure v0.13.2
13622026-06-26T18:52:22.316Z Compiling serde_derive_internals v0.29.1
13632026-06-26T18:52:22.344Z Compiling rustix v1.1.4
13642026-06-26T18:52:22.438Z Compiling once_cell v1.21.4
13652026-06-26T18:52:22.488Z Compiling subtle v2.6.1
13662026-06-26T18:52:22.596Z Compiling aws-lc-sys v0.41.0
13672026-06-26T18:52:22.633Z Compiling strsim v0.11.1
13682026-06-26T18:52:22.648Z Compiling regex-syntax v0.8.10
13692026-06-26T18:52:22.672Z Compiling atomic-waker v1.1.2
13702026-06-26T18:52:22.763Z Compiling ipnet v2.12.0
13712026-06-26T18:52:22.791Z Compiling httparse v1.10.1
13722026-06-26T18:52:22.889Z Compiling tower-layer v0.3.3
13732026-06-26T18:52:23.021Z Compiling tower-service v0.3.3
13742026-06-26T18:52:23.043Z Compiling getrandom v0.2.17
13752026-06-26T18:52:23.047Z Compiling ucd-trie v0.1.7
13762026-06-26T18:52:23.109Z Compiling try-lock v0.2.5
13772026-06-26T18:52:23.211Z Compiling thiserror v1.0.69
13782026-06-26T18:52:23.222Z Compiling getrandom v0.3.4
13792026-06-26T18:52:23.281Z Compiling untrusted v0.9.0
13802026-06-26T18:52:23.345Z Compiling ryu v1.0.23
13812026-06-26T18:52:23.398Z Compiling want v0.3.1
13822026-06-26T18:52:23.491Z Compiling serde_derive v1.0.228
13832026-06-26T18:52:23.501Z Compiling zerofrom-derive v0.1.7
13842026-06-26T18:52:23.524Z Compiling yoke-derive v0.8.2
13852026-06-26T18:52:23.524Z Compiling zerovec-derive v0.11.3
13862026-06-26T18:52:23.556Z Compiling displaydoc v0.2.6
13872026-06-26T18:52:23.567Z Compiling schemars_derive v0.8.22
13882026-06-26T18:52:24.363Z Compiling thiserror-impl v2.0.18
13892026-06-26T18:52:24.664Z Compiling tokio-macros v2.7.0
13902026-06-26T18:52:24.667Z Compiling zerocopy-derive v0.8.50
13912026-06-26T18:52:24.736Z Compiling zerofrom v0.1.8
13922026-06-26T18:52:24.821Z Compiling zeroize_derive v1.4.3
13932026-06-26T18:52:24.869Z Compiling yoke v0.8.3
13942026-06-26T18:52:25.038Z Compiling zerovec v0.11.6
13952026-06-26T18:52:25.352Z Compiling zerotrie v0.2.4
13962026-06-26T18:52:25.433Z Compiling futures-macro v0.3.32
13972026-06-26T18:52:25.510Z Compiling tinystr v0.8.3
13982026-06-26T18:52:25.563Z Compiling potential_utf v0.1.5
13992026-06-26T18:52:25.643Z Compiling zeroize v1.8.2
14002026-06-26T18:52:25.706Z Compiling icu_locale_core v2.2.0
14012026-06-26T18:52:25.715Z Compiling icu_collections v2.2.0
14022026-06-26T18:52:25.839Z Compiling thiserror-impl v1.0.69
14032026-06-26T18:52:25.909Z Compiling pest v2.8.6
14042026-06-26T18:52:26.228Z Compiling rand_core v0.6.4
14052026-06-26T18:52:26.267Z Compiling futures-util v0.3.32
14062026-06-26T18:52:26.443Z Compiling icu_provider v2.2.0
14072026-06-26T18:52:26.718Z Compiling bytes v1.11.1
14082026-06-26T18:52:26.763Z Compiling smallvec v1.15.1
14092026-06-26T18:52:26.773Z Compiling icu_properties v2.2.0
14102026-06-26T18:52:26.994Z Compiling icu_normalizer v2.2.0
14112026-06-26T18:52:27.012Z Compiling chrono v0.4.45
14122026-06-26T18:52:27.340Z Compiling parking_lot v0.12.5
14132026-06-26T18:52:27.456Z Compiling http v1.4.1
14142026-06-26T18:52:27.571Z Compiling tokio v1.52.3
14152026-06-26T18:52:27.739Z Compiling idna_adapter v1.2.2
14162026-06-26T18:52:27.884Z Compiling idna v1.1.0
14172026-06-26T18:52:27.943Z Compiling serde_tokenstream v0.2.3
14182026-06-26T18:52:28.227Z Compiling url v2.5.8
14192026-06-26T18:52:28.425Z Compiling erased-serde v0.3.31
14202026-06-26T18:52:28.492Z Compiling http-body v1.0.1
14212026-06-26T18:52:28.527Z Compiling httpdate v1.0.3
14222026-06-26T18:52:28.652Z Compiling pest_meta v2.8.6
14232026-06-26T18:52:28.761Z Compiling pretty-hex v0.4.2
14242026-06-26T18:52:28.910Z Compiling ppv-lite86 v0.2.21
14252026-06-26T18:52:28.965Z Compiling winnow v1.0.3
14262026-06-26T18:52:29.161Z Compiling plain v0.2.3
14272026-06-26T18:52:29.260Z Compiling pest_generator v2.8.6
14282026-06-26T18:52:29.272Z Compiling allocator-api2 v0.2.21
14292026-06-26T18:52:29.365Z Compiling paste v1.0.15
14302026-06-26T18:52:29.593Z Compiling ipnetwork v0.21.1
14312026-06-26T18:52:29.676Z Compiling foldhash v0.2.0
14322026-06-26T18:52:29.869Z Compiling oxnet v0.1.6
14332026-06-26T18:52:29.910Z Compiling hashbrown v0.16.1
14342026-06-26T18:52:29.955Z Compiling pest_derive v2.8.6
14352026-06-26T18:52:30.080Z Compiling tracing-attributes v0.1.31
14362026-06-26T18:52:30.104Z Compiling tracing-core v0.1.36
14372026-06-26T18:52:30.264Z Compiling omicron-workspace-hack v0.1.0
14382026-06-26T18:52:30.340Z Compiling ident_case v1.0.1
14392026-06-26T18:52:30.499Z Compiling http-body-util v0.1.3
14402026-06-26T18:52:30.511Z Compiling serde_urlencoded v0.7.1
14412026-06-26T18:52:30.524Z Compiling aho-corasick v1.1.4
14422026-06-26T18:52:30.733Z Compiling sync_wrapper v1.0.2
14432026-06-26T18:52:30.746Z Compiling daft-derive v0.1.7
14442026-06-26T18:52:30.964Z Compiling fastrand v2.4.1
14452026-06-26T18:52:31.221Z Compiling async-trait v0.1.89
14462026-06-26T18:52:31.305Z Compiling tracing v0.1.44
14472026-06-26T18:52:31.519Z Compiling regex-automata v0.4.14
14482026-06-26T18:52:31.545Z Compiling tokio-util v0.7.18
14492026-06-26T18:52:31.832Z Compiling scroll_derive v0.13.1
14502026-06-26T18:52:32.047Z Compiling num-conv v0.2.2
14512026-06-26T18:52:32.193Z Compiling aws-lc-rs v1.17.0
14522026-06-26T18:52:32.205Z Compiling time-core v0.1.8
14532026-06-26T18:52:32.307Z Compiling anyhow v1.0.102
14542026-06-26T18:52:32.341Z Compiling powerfmt v0.2.0
14552026-06-26T18:52:32.509Z Compiling deranged v0.5.8
14562026-06-26T18:52:32.545Z Compiling time-macros v0.2.27
14572026-06-26T18:52:32.667Z Compiling scroll v0.13.0
14582026-06-26T18:52:32.834Z Compiling rustls-pki-types v1.14.1
14592026-06-26T18:52:32.928Z Compiling openssl-probe v0.2.1
14602026-06-26T18:52:33.114Z Compiling hex v0.4.3
14612026-06-26T18:52:33.310Z Compiling regex v1.12.3
14622026-06-26T18:52:33.371Z Compiling num_threads v0.1.7
14632026-06-26T18:52:33.465Z Compiling goblin v0.10.7
14642026-06-26T18:52:33.772Z Compiling camino v1.2.2
14652026-06-26T18:52:33.805Z Compiling untrusted v0.7.1
14662026-06-26T18:52:33.926Z Compiling rustls v0.23.40
14672026-06-26T18:52:34.053Z Compiling crc32fast v1.5.0
14682026-06-26T18:52:34.067Z Compiling usdt-impl v0.6.0
14692026-06-26T18:52:34.209Z Compiling h2 v0.4.14
14702026-06-26T18:52:34.252Z Compiling dtrace-parser v0.3.0
14712026-06-26T18:52:34.338Z Compiling futures-executor v0.3.32
14722026-06-26T18:52:34.391Z Compiling crossbeam-utils v0.8.21
14732026-06-26T18:52:34.720Z Compiling structmeta-derive v0.3.0
14742026-06-26T18:52:34.800Z Compiling thread-id v5.1.0
14752026-06-26T18:52:34.811Z Compiling cpufeatures v0.3.0
14762026-06-26T18:52:34.878Z Compiling adler2 v2.0.1
14772026-06-26T18:52:34.878Z Compiling simd-adler32 v0.3.9
14782026-06-26T18:52:35.020Z Compiling miniz_oxide v0.8.9
14792026-06-26T18:52:35.135Z Compiling futures v0.3.32
14802026-06-26T18:52:35.212Z Compiling rand_core v0.9.5
14812026-06-26T18:52:35.430Z Compiling darling_core v0.23.0
14822026-06-26T18:52:35.605Z Compiling newtype-uuid-macros v0.1.0
14832026-06-26T18:52:35.684Z Compiling hybrid-array v0.4.12
14842026-06-26T18:52:35.794Z Compiling structmeta v0.3.0
14852026-06-26T18:52:36.137Z Compiling thread_local v1.1.9
14862026-06-26T18:52:36.140Z Compiling match_cfg v0.1.0
14872026-06-26T18:52:36.216Z Compiling flate2 v1.1.9
14882026-06-26T18:52:36.415Z Compiling dof v0.4.0
14892026-06-26T18:52:36.425Z Compiling hyper v1.10.1
14902026-06-26T18:52:36.628Z Compiling newtype-uuid v1.3.2
14912026-06-26T18:52:36.967Z Compiling compression-core v0.4.32
14922026-06-26T18:52:37.255Z Compiling quick-error v1.2.3
14932026-06-26T18:52:37.496Z Compiling hyper-util v0.1.20
14942026-06-26T18:52:37.606Z Compiling darling_macro v0.23.0
14952026-06-26T18:52:37.756Z Compiling ref-cast v1.0.25
14962026-06-26T18:52:37.822Z Compiling slog-async v2.8.0
14972026-06-26T18:52:37.971Z Compiling compression-codecs v0.4.38
14982026-06-26T18:52:38.119Z Compiling daft v0.1.7
14992026-06-26T18:52:38.142Z Compiling crypto-common v0.2.2
15002026-06-26T18:52:38.169Z Compiling block-buffer v0.12.0
15012026-06-26T18:52:38.199Z Compiling darling v0.23.0
15022026-06-26T18:52:38.226Z Compiling rand_chacha v0.9.0
15032026-06-26T18:52:38.318Z Compiling strum_macros v0.26.4
15042026-06-26T18:52:38.384Z Compiling ref-cast-impl v1.0.25
15052026-06-26T18:52:38.464Z Compiling usdt-macro v0.6.0
15062026-06-26T18:52:38.647Z Compiling usdt-attr-macro v0.6.0
15072026-06-26T18:52:38.694Z Compiling serde_spanned v1.1.1
15082026-06-26T18:52:38.841Z Compiling multer v3.1.0
15092026-06-26T18:52:39.004Z Compiling generic-array v0.14.7
15102026-06-26T18:52:39.133Z Compiling toml_writer v1.1.1+spec-1.1.0
15112026-06-26T18:52:39.136Z Compiling const-oid v0.10.2
15122026-06-26T18:52:39.238Z Compiling take_mut v0.2.2
15132026-06-26T18:52:39.290Z Compiling term v1.2.1
15142026-06-26T18:52:39.339Z Compiling bit-vec v0.8.0
15152026-06-26T18:52:39.352Z Compiling debug-ignore v1.0.5
15162026-06-26T18:52:39.404Z Compiling digest v0.11.3
15172026-06-26T18:52:39.568Z Compiling bit-set v0.8.0
15182026-06-26T18:52:39.590Z Compiling rand v0.9.4
15192026-06-26T18:52:39.611Z Compiling serde_with_macros v3.20.0
15202026-06-26T18:52:39.727Z Compiling async-stream-impl v0.3.6
15212026-06-26T18:52:39.846Z Compiling dropshot v0.17.1
15222026-06-26T18:52:40.006Z Compiling encoding_rs v0.8.35
15232026-06-26T18:52:40.016Z Compiling strum v0.26.3
15242026-06-26T18:52:40.084Z Compiling mime v0.3.17
15252026-06-26T18:52:40.189Z Compiling spin v0.9.8
15262026-06-26T18:52:40.305Z Compiling unarray v0.1.4
15272026-06-26T18:52:40.345Z Compiling syn v1.0.109
15282026-06-26T18:52:40.377Z Compiling async-stream v0.3.6
15292026-06-26T18:52:40.396Z Compiling sha1 v0.11.0
15302026-06-26T18:52:40.550Z Compiling derive-ex v0.1.8
15312026-06-26T18:52:40.640Z Compiling tower v0.5.3
15322026-06-26T18:52:40.691Z Compiling dropshot_endpoint v0.17.1
15332026-06-26T18:52:40.726Z Compiling macaddr v1.0.1
15342026-06-26T18:52:40.745Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352026-06-26T18:52:40.894Z Compiling waitgroup v0.1.2
15362026-06-26T18:52:40.927Z Compiling serde_path_to_error v0.1.20
15372026-06-26T18:52:41.231Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15382026-06-26T18:52:41.277Z Compiling tower-http v0.6.11
15392026-06-26T18:52:41.530Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15402026-06-26T18:52:41.648Z Compiling tempfile v3.27.0
15412026-06-26T18:52:41.697Z Compiling openapiv3 v2.2.0
15422026-06-26T18:52:41.708Z Compiling strum_macros v0.27.2
15432026-06-26T18:52:42.111Z Compiling test-strategy v0.4.5
15442026-06-26T18:52:42.352Z Compiling instant v0.1.13
15452026-06-26T18:52:42.458Z Compiling time v0.3.47
15462026-06-26T18:52:43.148Z Compiling rustls-native-certs v0.8.4
15472026-06-26T18:52:43.288Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-06-26T18:52:43.501Z Compiling crossbeam-channel v0.5.15
15492026-06-26T18:52:43.513Z Compiling crypto-common v0.1.7
15502026-06-26T18:52:43.532Z Compiling strum v0.27.2
15512026-06-26T18:52:43.941Z Compiling parse-display-derive v0.10.0
15522026-06-26T18:52:43.978Z Compiling backon v1.6.0
15532026-06-26T18:52:44.171Z Compiling rand_chacha v0.3.1
15542026-06-26T18:52:44.628Z Compiling rand v0.8.6
15552026-06-26T18:52:44.717Z Compiling slog-json v2.6.1
15562026-06-26T18:52:44.733Z Compiling hostname v0.3.1
15572026-06-26T18:52:44.921Z Compiling toml_parser v1.1.2+spec-1.1.0
15582026-06-26T18:52:45.079Z Compiling toml_datetime v1.1.1+spec-1.1.0
15592026-06-26T18:52:45.278Z Compiling is-terminal v0.4.17
15602026-06-26T18:52:45.372Z Compiling memmap2 v0.9.10
15612026-06-26T18:52:45.392Z Compiling wait-timeout v0.2.1
15622026-06-26T18:52:45.584Z Compiling either v1.16.0
15632026-06-26T18:52:45.587Z Compiling rusty-fork v0.3.1
15642026-06-26T18:52:45.604Z Compiling usdt v0.6.0
15652026-06-26T18:52:45.626Z Compiling slog-term v2.9.2
15662026-06-26T18:52:45.686Z Compiling toml v1.1.2+spec-1.1.0
15672026-06-26T18:52:45.706Z Compiling slog-bunyan v2.5.0
15682026-06-26T18:52:45.837Z Compiling serde_with v3.20.0
15692026-06-26T18:52:45.865Z Compiling async-compression v0.4.42
15702026-06-26T18:52:45.941Z Compiling rand_xorshift v0.4.0
15712026-06-26T18:52:46.082Z Compiling rustls-pemfile v2.2.0
15722026-06-26T18:52:46.172Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15732026-06-26T18:52:46.214Z Compiling regress v0.10.5
15742026-06-26T18:52:46.274Z Compiling hostname v0.4.2
15752026-06-26T18:52:46.321Z Compiling humantime v2.3.0
15762026-06-26T18:52:46.407Z Compiling proptest v1.11.0
15772026-06-26T18:52:46.922Z Compiling iddqd v0.4.2
15782026-06-26T18:52:47.229Z Compiling reqwest v0.12.28
15792026-06-26T18:52:47.337Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15802026-06-26T18:52:47.562Z Compiling block-buffer v0.10.4
15812026-06-26T18:52:47.585Z Compiling utf8parse v0.2.2
15822026-06-26T18:52:47.720Z Compiling digest v0.10.7
15832026-06-26T18:52:47.844Z Compiling anstyle-parse v1.0.0
15842026-06-26T18:52:47.916Z Compiling itertools v0.14.0
15852026-06-26T18:52:48.025Z Compiling parse-display v0.10.0
15862026-06-26T18:52:48.207Z Compiling progenitor-client v0.10.0
15872026-06-26T18:52:48.353Z Compiling backoff v0.4.0
15882026-06-26T18:52:48.471Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15892026-06-26T18:52:48.564Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15902026-06-26T18:52:49.054Z Compiling anstyle-query v1.1.5
15912026-06-26T18:52:49.166Z Compiling anstyle v1.0.14
15922026-06-26T18:52:49.395Z Compiling is_terminal_polyfill v1.70.2
15932026-06-26T18:52:49.488Z Compiling colorchoice v1.0.5
15942026-06-26T18:52:49.594Z Compiling anstream v1.0.0
15952026-06-26T18:52:49.911Z Compiling clap_lex v1.1.0
15962026-06-26T18:52:50.224Z Compiling regress v0.11.1
15972026-06-26T18:52:50.255Z Compiling clap_derive v4.6.1
15982026-06-26T18:52:51.176Z Compiling terminal_size v0.4.4
15992026-06-26T18:52:51.768Z Compiling typify-impl v0.6.2
16002026-06-26T18:52:52.061Z Compiling toml_datetime v0.6.11
16012026-06-26T18:52:52.128Z Compiling zerocopy-derive v0.7.35
16022026-06-26T18:52:52.183Z Compiling convert_case v0.4.0
16032026-06-26T18:52:52.330Z Compiling cpufeatures v0.2.17
16042026-06-26T18:52:52.488Z Compiling derive_more v0.99.20
16052026-06-26T18:52:53.048Z Compiling zerocopy v0.7.35
16062026-06-26T18:52:53.144Z Compiling clap_builder v4.6.0
16072026-06-26T18:52:53.651Z Compiling toml_edit v0.25.12+spec-1.1.0
16082026-06-26T18:52:54.398Z Compiling unicode-width v0.2.2
16092026-06-26T18:52:54.683Z Compiling proc-macro-crate v3.5.0
16102026-06-26T18:52:54.779Z Compiling clap v4.6.1
16112026-06-26T18:52:54.857Z Compiling secrecy v0.10.3
16122026-06-26T18:52:55.014Z Compiling tinyvec_macros v0.1.1
16132026-06-26T18:52:55.084Z Compiling float-ord v0.3.2
16142026-06-26T18:52:55.175Z Compiling crucible-workspace-hack v0.1.0
16152026-06-26T18:52:55.198Z Compiling num_enum_derive v0.7.6
16162026-06-26T18:52:55.215Z Compiling tinyvec v1.11.0
16172026-06-26T18:52:55.852Z Compiling dtrace-parser v0.2.0
16182026-06-26T18:52:55.862Z Compiling scroll_derive v0.12.1
16192026-06-26T18:52:55.871Z Compiling num-integer v0.1.46
16202026-06-26T18:52:56.187Z Compiling rustc_version v0.4.1
16212026-06-26T18:52:56.228Z Compiling usdt-impl v0.5.0
16222026-06-26T18:52:56.455Z Compiling curve25519-dalek v4.1.3
16232026-06-26T18:52:56.578Z Compiling scroll v0.12.0
16242026-06-26T18:52:56.593Z Compiling num_enum v0.7.6
16252026-06-26T18:52:56.813Z Compiling dof v0.3.0
16262026-06-26T18:52:56.959Z Compiling hmac v0.12.1
16272026-06-26T18:52:57.061Z Compiling inout v0.1.4
16282026-06-26T18:52:57.094Z Compiling darling_core v0.21.3
16292026-06-26T18:52:57.142Z Compiling ff v0.13.1
16302026-06-26T18:52:57.178Z Compiling thread-id v4.2.2
16312026-06-26T18:52:57.198Z Compiling cipher v0.4.4
16322026-06-26T18:52:57.241Z Compiling group v0.13.0
16332026-06-26T18:52:57.266Z Compiling hkdf v0.12.4
16342026-06-26T18:52:57.728Z Compiling goblin v0.8.2
16352026-06-26T18:52:57.852Z Compiling num-rational v0.4.2
16362026-06-26T18:52:57.866Z Compiling num-iter v0.1.45
16372026-06-26T18:52:58.060Z Compiling thiserror-impl-no-std v2.0.2
16382026-06-26T18:52:58.060Z Compiling universal-hash v0.5.1
16392026-06-26T18:52:58.068Z Compiling typify-macro v0.6.2
16402026-06-26T18:52:58.121Z Compiling crypto-bigint v0.5.5
16412026-06-26T18:52:58.170Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16422026-06-26T18:52:58.508Z Compiling crossbeam-epoch v0.9.18
16432026-06-26T18:52:58.843Z Compiling half v2.7.1
16442026-06-26T18:52:58.915Z Compiling curve25519-dalek-derive v0.1.1
16452026-06-26T18:52:59.176Z Compiling num-complex v0.4.6
16462026-06-26T18:52:59.197Z Compiling darling_macro v0.21.3
16472026-06-26T18:52:59.439Z Compiling opaque-debug v0.3.1
16482026-06-26T18:52:59.508Z Compiling base16ct v0.2.0
16492026-06-26T18:52:59.574Z Compiling ciborium-io v0.2.2
16502026-06-26T18:52:59.596Z Compiling base64ct v1.8.3
16512026-06-26T18:52:59.663Z Compiling ciborium-ll v0.2.2
16522026-06-26T18:52:59.666Z Compiling elliptic-curve v0.13.8
16532026-06-26T18:52:59.799Z Compiling darling v0.21.3
16542026-06-26T18:52:59.874Z Compiling password-hash v0.5.0
16552026-06-26T18:52:59.896Z Compiling num v0.4.3
16562026-06-26T18:52:59.946Z Compiling poly1305 v0.8.0
16572026-06-26T18:53:00.145Z Compiling typify v0.6.2
16582026-06-26T18:53:00.261Z Compiling thiserror-no-std v2.0.2
16592026-06-26T18:53:00.809Z Compiling chacha20 v0.9.1
16602026-06-26T18:53:00.820Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16612026-06-26T18:53:00.896Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16622026-06-26T18:53:01.295Z Compiling blake2 v0.10.6
16632026-06-26T18:53:01.589Z Compiling aead v0.5.2
16642026-06-26T18:53:01.741Z Compiling byte-wrapper v0.1.0
16652026-06-26T18:53:01.743Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16662026-06-26T18:53:01.743Z Compiling proc-macro-error-attr v1.0.4
16672026-06-26T18:53:02.103Z Compiling unsafe-libyaml v0.2.11
16682026-06-26T18:53:02.133Z Compiling rustix v0.38.44
16692026-06-26T18:53:02.136Z Compiling keccak v0.1.6
16702026-06-26T18:53:02.366Z Compiling heapless v0.8.0
16712026-06-26T18:53:02.501Z Compiling prettyplease v0.2.37
16722026-06-26T18:53:02.758Z Compiling serde_yaml v0.9.34+deprecated
16732026-06-26T18:53:02.920Z Compiling sha3 v0.10.9
16742026-06-26T18:53:03.259Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-06-26T18:53:03.424Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16762026-06-26T18:53:03.991Z Compiling chacha20poly1305 v0.10.1
16772026-06-26T18:53:04.003Z Compiling argon2 v0.5.3
16782026-06-26T18:53:04.200Z Compiling vsss-rs v3.3.4
16792026-06-26T18:53:04.202Z Compiling ingot-macros v0.1.1
16802026-06-26T18:53:04.331Z Compiling ciborium v0.2.2
16812026-06-26T18:53:04.796Z Compiling usdt-attr-macro v0.5.0
16822026-06-26T18:53:04.916Z Compiling usdt-macro v0.5.0
16832026-06-26T18:53:06.062Z Compiling serde_spanned v0.6.9
16842026-06-26T18:53:06.207Z Compiling enum-as-inner v0.6.1
16852026-06-26T18:53:06.470Z Compiling hash32 v0.3.1
16862026-06-26T18:53:06.480Z Compiling proc-macro-error v1.0.4
16872026-06-26T18:53:06.622Z Compiling memmap v0.7.0
16882026-06-26T18:53:06.825Z Compiling memoffset v0.9.1
16892026-06-26T18:53:06.846Z Compiling indent_write v2.2.0
16902026-06-26T18:53:06.914Z Compiling cfg_aliases v0.2.1
16912026-06-26T18:53:06.934Z Compiling smoltcp v0.11.0
16922026-06-26T18:53:06.976Z Compiling winnow v0.7.15
16932026-06-26T18:53:06.987Z Compiling static_assertions v1.1.0
16942026-06-26T18:53:07.056Z Compiling winnow v0.5.40
16952026-06-26T18:53:07.071Z Compiling data-encoding v2.11.0
16962026-06-26T18:53:07.084Z Compiling toml_write v0.1.2
16972026-06-26T18:53:07.276Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16982026-06-26T18:53:07.311Z Compiling nix v0.31.3
16992026-06-26T18:53:07.375Z Compiling ingot-types v0.1.2
17002026-06-26T18:53:07.542Z Compiling usdt v0.5.0
17012026-06-26T18:53:07.692Z Compiling rustls-webpki v0.103.13
17022026-06-26T18:53:07.984Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-06-26T18:53:08.020Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17042026-06-26T18:53:08.115Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-06-26T18:53:08.366Z Compiling toml_edit v0.19.15
17062026-06-26T18:53:08.453Z Compiling toml_edit v0.22.27
17072026-06-26T18:53:08.799Z Compiling tabwriter v1.4.1
17082026-06-26T18:53:09.116Z Compiling cobs v0.3.0
17092026-06-26T18:53:09.119Z Compiling serde_repr v0.1.20
17102026-06-26T18:53:09.312Z Compiling bitflags v1.3.2
17112026-06-26T18:53:09.389Z Compiling vcpkg v0.2.15
17122026-06-26T18:53:09.698Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17132026-06-26T18:53:09.745Z Compiling pkg-config v0.3.33
17142026-06-26T18:53:09.935Z Compiling managed v0.8.0
17152026-06-26T18:53:09.971Z Compiling toml v0.8.23
17162026-06-26T18:53:10.195Z Compiling openssl-sys v0.9.116
17172026-06-26T18:53:10.460Z Compiling proc-macro-crate v1.3.1
17182026-06-26T18:53:10.673Z Compiling postcard v1.1.3
17192026-06-26T18:53:11.004Z Compiling ingot v0.1.1
17202026-06-26T18:53:11.165Z Compiling tokio-rustls v0.26.4
17212026-06-26T18:53:11.436Z Compiling hyper-rustls v0.27.9
17222026-06-26T18:53:11.727Z Compiling rustls-platform-verifier v0.7.0
17232026-06-26T18:53:11.962Z Compiling reqwest v0.13.4
17242026-06-26T18:53:12.818Z Compiling hubpack_derive v0.1.1
17252026-06-26T18:53:12.882Z Compiling foreign-types-macros v0.2.3
17262026-06-26T18:53:13.283Z Compiling progenitor-client v0.14.0
17272026-06-26T18:53:13.359Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17282026-06-26T18:53:13.549Z Compiling progenitor-extras v0.2.0
17292026-06-26T18:53:13.583Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17302026-06-26T18:53:13.673Z Compiling colored v3.1.1
17312026-06-26T18:53:13.826Z Compiling foreign-types-shared v0.3.1
17322026-06-26T18:53:13.920Z Compiling swrite v0.1.0
17332026-06-26T18:53:14.090Z Compiling unicode-segmentation v1.13.3
17342026-06-26T18:53:14.104Z Compiling semver v0.1.20
17352026-06-26T18:53:14.304Z Compiling rayon-core v1.13.0
17362026-06-26T18:53:14.367Z Compiling resolv-conf v0.7.6
17372026-06-26T18:53:14.488Z Compiling linked-hash-map v0.5.6
17382026-06-26T18:53:14.532Z Compiling heck v0.4.1
17392026-06-26T18:53:14.557Z Compiling newline-converter v0.3.0
17402026-06-26T18:53:14.672Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-06-26T18:53:14.685Z Compiling lru-cache v0.1.2
17422026-06-26T18:53:14.735Z Compiling rustc_version v0.1.7
17432026-06-26T18:53:14.757Z Compiling foreign-types v0.5.0
17442026-06-26T18:53:14.835Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-06-26T18:53:14.849Z Compiling hubpack v0.1.2
17462026-06-26T18:53:15.076Z Compiling num_enum_derive v0.5.11
17472026-06-26T18:53:16.245Z Compiling atomicwrites v0.4.4
17482026-06-26T18:53:16.407Z Compiling hickory-proto v0.24.4
17492026-06-26T18:53:16.758Z Compiling progenitor-impl v0.13.0
17502026-06-26T18:53:16.843Z Compiling crossbeam-deque v0.8.6
17512026-06-26T18:53:17.038Z Compiling console v0.15.11
17522026-06-26T18:53:17.712Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17532026-06-26T18:53:17.840Z Compiling camino-tempfile v1.4.1
17542026-06-26T18:53:18.082Z Compiling chacha20 v0.10.0
17552026-06-26T18:53:18.237Z Compiling serde-big-array v0.5.1
17562026-06-26T18:53:18.350Z Compiling derive-where v1.6.1
17572026-06-26T18:53:18.383Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17582026-06-26T18:53:18.644Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-06-26T18:53:18.913Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17602026-06-26T18:53:19.210Z Compiling pin-project-internal v1.1.13
17612026-06-26T18:53:19.675Z Compiling num-derive v0.4.2
17622026-06-26T18:53:19.758Z Compiling cstr-argument v0.1.2
17632026-06-26T18:53:19.921Z Compiling minimal-lexical v0.2.1
17642026-06-26T18:53:20.347Z Compiling similar v2.7.0
17652026-06-26T18:53:20.361Z Compiling siphasher v1.0.3
17662026-06-26T18:53:20.560Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-06-26T18:53:20.663Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17682026-06-26T18:53:20.820Z Compiling expectorate v1.2.0
17692026-06-26T18:53:20.882Z Compiling phf_shared v0.12.1
17702026-06-26T18:53:20.917Z Compiling progenitor-macro v0.13.0
17712026-06-26T18:53:20.970Z Compiling pin-project v1.1.13
17722026-06-26T18:53:21.058Z Compiling nom v7.1.3
17732026-06-26T18:53:21.070Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17742026-06-26T18:53:21.332Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17752026-06-26T18:53:21.784Z Compiling rand v0.10.1
17762026-06-26T18:53:21.802Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17772026-06-26T18:53:22.180Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17782026-06-26T18:53:22.209Z Compiling hickory-resolver v0.24.4
17792026-06-26T18:53:22.449Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17802026-06-26T18:53:22.655Z Compiling num_enum v0.5.11
17812026-06-26T18:53:22.774Z Compiling newtype_derive v0.1.6
17822026-06-26T18:53:23.022Z Compiling progenitor-client v0.13.0
17832026-06-26T18:53:23.321Z Compiling progenitor-impl v0.14.0
17842026-06-26T18:53:23.848Z Compiling unicode-normalization v0.1.25
17852026-06-26T18:53:24.255Z Compiling tokio-stream v0.1.18
17862026-06-26T18:53:24.374Z Compiling async-recursion v1.1.1
17872026-06-26T18:53:24.638Z Compiling snafu-derive v0.8.9
17882026-06-26T18:53:24.735Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17892026-06-26T18:53:24.830Z Compiling slog-dtrace v0.3.0
17902026-06-26T18:53:25.054Z Compiling bstr v1.12.1
17912026-06-26T18:53:25.082Z Compiling csv-core v0.1.13
17922026-06-26T18:53:25.093Z Compiling foreign-types-shared v0.1.1
17932026-06-26T18:53:25.182Z Compiling openssl v0.10.80
17942026-06-26T18:53:25.348Z Compiling unicode-width v0.1.14
17952026-06-26T18:53:25.472Z Compiling highway v1.3.0
17962026-06-26T18:53:25.554Z Compiling owo-colors v4.3.0
17972026-06-26T18:53:25.628Z Compiling cancel-safe-futures v0.1.5
17982026-06-26T18:53:25.858Z Compiling foldhash v0.1.5
17992026-06-26T18:53:25.888Z Compiling same-file v1.0.6
18002026-06-26T18:53:25.906Z Compiling chrono-tz v0.10.4
18012026-06-26T18:53:26.033Z Compiling konst_macro_rules v0.2.19
18022026-06-26T18:53:26.055Z Compiling unicode-xid v0.2.6
18032026-06-26T18:53:26.058Z Compiling progenitor v0.13.0
18042026-06-26T18:53:26.150Z Compiling walkdir v2.5.0
18052026-06-26T18:53:26.185Z Compiling const_format_proc_macros v0.2.34
18062026-06-26T18:53:26.197Z Compiling konst v0.2.20
18072026-06-26T18:53:26.207Z Compiling hashbrown v0.15.5
18082026-06-26T18:53:26.394Z Compiling snafu v0.8.9
18092026-06-26T18:53:26.497Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-26T18:53:26.526Z Compiling globset v0.4.18
18112026-06-26T18:53:26.738Z Compiling csv v1.4.0
18122026-06-26T18:53:26.781Z Compiling foreign-types v0.3.2
18132026-06-26T18:53:26.860Z Compiling qorb v0.4.1
18142026-06-26T18:53:26.910Z Compiling olpc-cjson v0.1.4
18152026-06-26T18:53:26.966Z Compiling progenitor-macro v0.14.0
18162026-06-26T18:53:27.002Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-06-26T18:53:27.294Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-26T18:53:27.362Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-26T18:53:28.425Z Compiling rayon v1.12.0
18202026-06-26T18:53:28.734Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18212026-06-26T18:53:29.167Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-26T18:53:29.705Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-26T18:53:29.725Z Compiling phf v0.12.1
18242026-06-26T18:53:29.819Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-26T18:53:29.877Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-26T18:53:30.576Z Compiling zone_cfg_derive v0.3.1
18272026-06-26T18:53:30.713Z Compiling tokio-dtrace v0.1.1
18282026-06-26T18:53:30.977Z Compiling itertools v0.12.1
18292026-06-26T18:53:31.119Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18302026-06-26T18:53:31.296Z Compiling libsw-core v0.3.2
18312026-06-26T18:53:31.315Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-06-26T18:53:31.465Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-06-26T18:53:31.863Z Compiling serde_plain v1.0.2
18342026-06-26T18:53:31.938Z Compiling openssl-macros v0.1.1
18352026-06-26T18:53:32.066Z Compiling pem v3.0.6
18362026-06-26T18:53:32.095Z Compiling cookie v0.18.1
18372026-06-26T18:53:32.215Z Compiling sigpipe v0.1.3
18382026-06-26T18:53:32.307Z Compiling glob v0.3.3
18392026-06-26T18:53:32.341Z Compiling fixedbitset v0.5.7
18402026-06-26T18:53:32.437Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-26T18:53:32.447Z Compiling jiff v0.2.28
18422026-06-26T18:53:32.501Z Compiling typed-path v0.9.3
18432026-06-26T18:53:32.575Z Compiling fixedbitset v0.4.2
18442026-06-26T18:53:32.668Z Compiling bytecount v0.6.9
18452026-06-26T18:53:32.695Z Compiling petgraph v0.8.3
18462026-06-26T18:53:32.757Z Compiling papergrid v0.11.0
18472026-06-26T18:53:32.807Z Compiling petgraph v0.6.5
18482026-06-26T18:53:33.832Z Compiling tough v0.22.0
18492026-06-26T18:53:34.438Z Compiling zone v0.3.1
18502026-06-26T18:53:34.463Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-26T18:53:34.517Z Compiling progenitor v0.14.0
18522026-06-26T18:53:34.542Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18532026-06-26T18:53:34.566Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-26T18:53:34.647Z Compiling libsw v3.5.0
18552026-06-26T18:53:34.683Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18562026-06-26T18:53:34.753Z Compiling oxide-tokio-rt v0.1.6
18572026-06-26T18:53:34.815Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18582026-06-26T18:53:34.929Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-26T18:53:35.064Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-26T18:53:35.844Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-26T18:53:36.118Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-26T18:53:36.167Z Compiling const_format v0.2.36
18632026-06-26T18:53:36.544Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18642026-06-26T18:53:36.667Z Compiling tabled_derive v0.7.0
18652026-06-26T18:53:36.953Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-26T18:53:37.011Z Compiling gethostname v0.5.0
18672026-06-26T18:53:37.137Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-26T18:53:37.220Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-26T18:53:37.252Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18702026-06-26T18:53:37.302Z Compiling smf v0.2.3
18712026-06-26T18:53:37.338Z Compiling bcs v0.1.6
18722026-06-26T18:53:37.531Z Compiling nom v8.0.0
18732026-06-26T18:53:37.624Z Compiling linear-map v1.2.0
18742026-06-26T18:53:37.652Z Compiling tagptr v0.2.0
18752026-06-26T18:53:37.801Z Compiling termtree v0.5.1
18762026-06-26T18:53:37.812Z Compiling lazy_static v1.5.0
18772026-06-26T18:53:37.898Z Compiling whoami v1.6.1
18782026-06-26T18:53:37.911Z Compiling unicode-linebreak v0.1.5
18792026-06-26T18:53:37.950Z Compiling smawk v0.3.2
18802026-06-26T18:53:38.155Z Compiling textwrap v0.16.2
18812026-06-26T18:53:38.210Z Compiling steno v0.4.1
18822026-06-26T18:53:38.369Z Compiling moka v0.12.15
18832026-06-26T18:53:38.682Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-26T18:53:38.694Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-26T18:53:39.181Z Compiling tabled v0.15.0
18862026-06-26T18:53:39.855Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-26T18:53:39.928Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-26T18:53:40.387Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-26T18:53:41.190Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-26T18:53:41.503Z Compiling hickory-proto v0.25.2
18912026-06-26T18:53:41.953Z Compiling crunchy v0.2.4
18922026-06-26T18:53:42.149Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18932026-06-26T18:53:42.273Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18942026-06-26T18:53:42.741Z Compiling tiny-keccak v2.0.2
18952026-06-26T18:53:42.817Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18962026-06-26T18:53:42.995Z Compiling libscf-sys v1.2.0
18972026-06-26T18:53:43.047Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-26T18:53:43.136Z Compiling parking_lot_core v0.8.6
18992026-06-26T18:53:43.306Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19002026-06-26T18:53:43.340Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19012026-06-26T18:53:43.429Z Compiling hickory-resolver v0.25.2
19022026-06-26T18:53:43.460Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19032026-06-26T18:53:43.777Z Compiling const-random-macro v0.1.16
19042026-06-26T18:53:44.224Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19052026-06-26T18:53:44.224Z Compiling smartstring v1.0.1
19062026-06-26T18:53:44.246Z Compiling ahash v0.8.12
19072026-06-26T18:53:44.484Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-06-26T18:53:44.496Z Compiling internet-checksum v0.2.1
19092026-06-26T18:53:44.630Z Compiling const-random v0.1.18
19102026-06-26T18:53:44.704Z Compiling parking_lot v0.11.2
19112026-06-26T18:53:44.851Z Compiling fxhash v0.2.1
19122026-06-26T18:53:44.993Z Compiling sled v0.34.7
19132026-06-26T18:53:45.357Z Compiling thin-vec v0.2.18
19142026-06-26T18:53:45.375Z Compiling rhai_codegen v3.2.0
19152026-06-26T18:53:45.655Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19162026-06-26T18:53:45.735Z Compiling serial_test_derive v3.5.0
19172026-06-26T18:53:45.762Z Compiling yansi v1.0.1
19182026-06-26T18:53:46.085Z Compiling diff v0.1.13
19192026-06-26T18:53:46.381Z Compiling pretty_assertions v1.4.1
19202026-06-26T18:53:46.478Z Compiling serial_test v3.5.0
19212026-06-26T18:53:46.612Z Compiling rhai v1.25.1
19222026-06-26T18:53:47.931Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19232026-06-26T18:53:48.943Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-26T18:53:57.381Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-06-26T18:53:58.990Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-06-26T18:54:00.023Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19272026-06-26T18:54:00.990Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19282026-06-26T18:54:01.802Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19292026-06-26T18:54:01.802Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
19302026-06-26T18:54:03.027Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19312026-06-26T18:54:35.753Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19322026-06-26T18:54:35.938Z────────────
19332026-06-26T18:54:35.939Z Nextest run ID 2c5823b4-be50-4cd5-b5e5-9b6490d5dc65 with nextest profile: default
19342026-06-26T18:54:35.939Z Starting 163 tests across 3 binaries
19352026-06-26T18:54:35.949Z PASS [ 0.010s] bgp dispatcher::tests::discovered_link_local_uses_interface_key
19362026-06-26T18:54:35.952Z PASS [ 0.010s] bgp dispatcher::tests::mismatched_link_local_uses_ip_key
19372026-06-26T18:54:35.952Z PASS [ 0.010s] bgp dispatcher::tests::inactive_link_local_scope_uses_ip_key
19382026-06-26T18:54:35.952Z PASS [ 0.010s] bgp dispatcher::tests::link_local_lookup_error_uses_ip_key
19392026-06-26T18:54:35.952Z PASS [ 0.011s] bgp dispatcher::tests::undiscovered_link_local_uses_ip_key
19402026-06-26T18:54:35.952Z PASS [ 0.011s] bgp dispatcher::tests::non_link_local_address_uses_ip_session_key
19412026-06-26T18:54:35.952Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19422026-06-26T18:54:35.952Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19432026-06-26T18:54:35.959Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19442026-06-26T18:54:35.959Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19452026-06-26T18:54:35.961Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19462026-06-26T18:54:35.961Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19472026-06-26T18:54:35.962Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19482026-06-26T18:54:35.962Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19492026-06-26T18:54:35.962Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19502026-06-26T18:54:35.962Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19512026-06-26T18:54:35.969Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19522026-06-26T18:54:35.972Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19532026-06-26T18:54:35.972Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19542026-06-26T18:54:35.972Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19552026-06-26T18:54:35.972Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19562026-06-26T18:54:35.972Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19572026-06-26T18:54:35.972Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19582026-06-26T18:54:35.972Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19592026-06-26T18:54:35.978Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19602026-06-26T18:54:35.986Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19612026-06-26T18:54:35.986Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
19622026-06-26T18:54:35.986Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_max_length_header
19632026-06-26T18:54:35.986Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19642026-06-26T18:54:35.986Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19652026-06-26T18:54:35.986Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19662026-06-26T18:54:35.986Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19672026-06-26T18:54:35.989Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19682026-06-26T18:54:35.989Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19692026-06-26T18:54:35.993Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19702026-06-26T18:54:35.993Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19712026-06-26T18:54:35.993Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19722026-06-26T18:54:35.993Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19732026-06-26T18:54:35.993Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19742026-06-26T18:54:35.993Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19752026-06-26T18:54:35.996Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19762026-06-26T18:54:35.999Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19772026-06-26T18:54:35.999Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19782026-06-26T18:54:35.999Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19792026-06-26T18:54:36.003Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19802026-06-26T18:54:36.003Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19812026-06-26T18:54:36.003Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19822026-06-26T18:54:36.003Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19832026-06-26T18:54:36.006Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19842026-06-26T18:54:36.006Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19852026-06-26T18:54:36.006Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19862026-06-26T18:54:36.008Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19872026-06-26T18:54:36.008Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19882026-06-26T18:54:36.012Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19892026-06-26T18:54:36.012Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19902026-06-26T18:54:36.012Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19912026-06-26T18:54:36.014Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19922026-06-26T18:54:36.014Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19932026-06-26T18:54:36.014Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19942026-06-26T18:54:36.018Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19952026-06-26T18:54:36.018Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19962026-06-26T18:54:36.018Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19972026-06-26T18:54:36.022Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19982026-06-26T18:54:36.022Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19992026-06-26T18:54:36.025Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
20002026-06-26T18:54:36.025Z PASS [ 0.009s] bgp messages::tests::open_round_trip
20012026-06-26T18:54:36.025Z PASS [ 0.008s] bgp messages::tests::open_round_trip_extended_nexthop
20022026-06-26T18:54:36.025Z PASS [ 0.008s] bgp messages::tests::prefix_conversion
20032026-06-26T18:54:36.025Z PASS [ 0.008s] bgp messages::tests::prefix_within
20042026-06-26T18:54:36.031Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20052026-06-26T18:54:36.031Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20062026-06-26T18:54:36.031Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20072026-06-26T18:54:36.034Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20082026-06-26T18:54:36.034Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20092026-06-26T18:54:36.034Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20102026-06-26T18:54:36.034Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20112026-06-26T18:54:36.034Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20122026-06-26T18:54:36.037Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20132026-06-26T18:54:36.037Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20142026-06-26T18:54:36.037Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20152026-06-26T18:54:36.040Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20162026-06-26T18:54:36.043Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20172026-06-26T18:54:36.043Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20182026-06-26T18:54:36.043Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20192026-06-26T18:54:36.043Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20202026-06-26T18:54:36.043Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20212026-06-26T18:54:36.046Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20222026-06-26T18:54:36.046Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
20232026-06-26T18:54:36.050Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20242026-06-26T18:54:36.053Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20252026-06-26T18:54:36.064Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20262026-06-26T18:54:36.067Z PASS [ 0.020s] bgp policy::test::update_shape_community
20272026-06-26T18:54:36.067Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20282026-06-26T18:54:36.067Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
20292026-06-26T18:54:36.067Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
20302026-06-26T18:54:36.070Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20312026-06-26T18:54:36.070Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_roundtrip
20322026-06-26T18:54:36.073Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
20332026-06-26T18:54:36.079Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20342026-06-26T18:54:36.081Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20352026-06-26T18:54:36.081Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20362026-06-26T18:54:36.081Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20372026-06-26T18:54:36.081Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20382026-06-26T18:54:36.084Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20392026-06-26T18:54:36.084Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20402026-06-26T18:54:36.091Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20412026-06-26T18:54:36.094Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20422026-06-26T18:54:36.096Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20432026-06-26T18:54:36.096Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20442026-06-26T18:54:36.099Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20452026-06-26T18:54:36.102Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20462026-06-26T18:54:36.102Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20472026-06-26T18:54:36.104Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20482026-06-26T18:54:36.104Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20492026-06-26T18:54:36.105Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20502026-06-26T18:54:36.107Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20512026-06-26T18:54:36.110Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20522026-06-26T18:54:36.110Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20532026-06-26T18:54:36.110Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20542026-06-26T18:54:36.113Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20552026-06-26T18:54:36.113Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20562026-06-26T18:54:36.113Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20572026-06-26T18:54:36.113Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20582026-06-26T18:54:36.116Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20592026-06-26T18:54:36.119Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20602026-06-26T18:54:36.119Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20612026-06-26T18:54:36.119Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20622026-06-26T18:54:39.180Z PASS [ 3.068s] bgp test::test_basic_peering_active
20632026-06-26T18:54:39.180Z PASS [ 3.067s] bgp test::test_basic_peering_passive
20642026-06-26T18:54:39.184Z PASS [ 3.065s] bgp test::test_basic_update_ipv6
20652026-06-26T18:54:39.184Z PASS [ 3.066s] bgp test::test_basic_update
20662026-06-26T18:54:39.187Z PASS [ 3.075s] bgp test::test_basic_peering_passive_tcp
20672026-06-26T18:54:39.196Z PASS [ 3.077s] bgp test::test_basic_update_tcp
20682026-06-26T18:54:39.210Z PASS [ 3.092s] bgp test::test_basic_update_ipv6_tcp
20692026-06-26T18:54:40.194Z PASS [ 4.078s] bgp test::test_basic_peering_active_tcp
20702026-06-26T18:54:42.254Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20712026-06-26T18:54:42.275Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20722026-06-26T18:54:43.262Z PASS [ 4.080s] bgp test::test_ipv4_routes_ipv6_peer_success
20732026-06-26T18:54:43.265Z PASS [ 4.081s] bgp test::test_import_export_policy_filtering
20742026-06-26T18:54:43.267Z PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv4_peer_success
20752026-06-26T18:54:43.267Z PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv6_peer_success
20762026-06-26T18:54:43.267Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20772026-06-26T18:54:43.271Z PASS [ 4.076s] bgp test::test_ipv6_basic_peering_active_tcp
20782026-06-26T18:54:43.337Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20792026-06-26T18:54:44.367Z PASS [ 1.102s] bgp test::test_three_router_chain_tcp_ipv6
20802026-06-26T18:54:44.367Z PASS [ 1.102s] bgp test::test_three_router_chain_tcp
20812026-06-26T18:54:45.326Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20822026-06-26T18:54:45.429Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20832026-06-26T18:54:46.081Z PASS [ 2.819s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20842026-06-26T18:54:46.086Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20852026-06-26T18:54:46.091Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20862026-06-26T18:54:46.096Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20872026-06-26T18:54:46.101Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20882026-06-26T18:54:46.105Z PASS [ 0.005s] mg-api-types-versions v12::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
20892026-06-26T18:54:46.110Z PASS [ 0.005s] mg-api-types-versions v12::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
20902026-06-26T18:54:46.115Z PASS [ 0.005s] mg-api-types-versions v12::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
20912026-06-26T18:54:46.333Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20922026-06-26T18:54:46.336Z PASS [ 3.069s] bgp test::test_three_router_chain_unnumbered
20932026-06-26T18:54:48.335Z PASS [ 5.063s] bgp test::test_unnumbered_dualstack_route_exchange
20942026-06-26T18:54:50.387Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20952026-06-26T18:54:53.431Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20962026-06-26T18:54:54.490Z PASS [ 9.059s] bgp test::test_unnumbered_unaffected_by_ndp
20972026-06-26T18:55:01.399Z PASS [ 18.062s] bgp test::test_unnumbered_interface_lifecycle
20982026-06-26T18:55:01.399Z────────────
20992026-06-26T18:55:01.399Z Summary [ 25.460s] 163 tests run: 163 passed, 0 skipped
21002026-06-26T18:55:01.412Z+ 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/
21012026-06-26T18:55:01.417Z+ popd
21022026-06-26T18:55:01.417Z+ pushd mgd
21032026-06-26T18:55:01.417Z/work/oxidecomputer/maghemite
21042026-06-26T18:55:01.417Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21052026-06-26T18:55:01.420Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21062026-06-26T18:55:02.605Z Compiling slog v2.8.2
21072026-06-26T18:55:02.719Z Compiling usdt v0.6.0
21082026-06-26T18:55:02.807Z Compiling proc-macro-error-attr2 v2.0.0
21092026-06-26T18:55:02.824Z Compiling papergrid v0.18.0
21102026-06-26T18:55:02.827Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21112026-06-26T18:55:02.827Z Compiling testing_table v0.3.0
21122026-06-26T18:55:02.985Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21132026-06-26T18:55:02.996Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21142026-06-26T18:55:03.007Z Compiling crc8 v0.1.1
21152026-06-26T18:55:03.112Z Compiling slog-json v2.6.1
21162026-06-26T18:55:03.124Z Compiling slog-async v2.8.0
21172026-06-26T18:55:03.314Z Compiling slog-term v2.9.2
21182026-06-26T18:55:03.341Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21192026-06-26T18:55:03.376Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-06-26T18:55:03.470Z Compiling slog-bunyan v2.5.0
21212026-06-26T18:55:03.492Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-06-26T18:55:03.605Z Compiling dropshot v0.17.1
21232026-06-26T18:55:03.772Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-26T18:55:03.817Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-26T18:55:03.841Z Compiling slog-dtrace v0.3.0
21262026-06-26T18:55:03.918Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21272026-06-26T18:55:04.167Z Compiling steno v0.4.1
21282026-06-26T18:55:04.368Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21292026-06-26T18:55:04.856Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-26T18:55:04.982Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-26T18:55:04.996Z Compiling proc-macro-error2 v2.0.1
21322026-06-26T18:55:05.263Z Compiling tabled_derive v0.11.0
21332026-06-26T18:55:06.372Z Compiling tabled v0.21.0
21342026-06-26T18:55:06.599Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-26T18:55:07.807Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-26T18:55:09.199Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-26T18:55:09.226Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21382026-06-26T18:55:09.806Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-26T18:55:10.001Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-26T18:55:10.155Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21412026-06-26T18:55:10.405Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21422026-06-26T18:55:10.811Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-26T18:55:10.850Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-26T18:55:12.488Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-26T18:55:12.801Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-26T18:55:12.896Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-26T18:55:13.070Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-26T18:55:13.435Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-26T18:55:13.556Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-06-26T18:55:14.435Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-26T18:55:14.866Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-26T18:55:14.959Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-26T18:55:15.002Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21542026-06-26T18:55:15.078Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21552026-06-26T18:55:15.185Z Compiling dropshot-api-manager-types v0.7.2
21562026-06-26T18:55:15.566Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21572026-06-26T18:55:15.895Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-26T18:55:18.846Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-06-26T18:55:18.846Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-06-26T18:55:19.743Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-06-26T18:55:20.067Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-06-26T18:55:20.756Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-06-26T18:55:22.837Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-06-26T18:55:23.015Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-06-26T18:55:28.285Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-06-26T18:55:35.934Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-06-26T18:55:37.566Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-06-26T18:55:38.590Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21692026-06-26T18:55:39.567Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21702026-06-26T18:55:40.401Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21712026-06-26T18:55:40.401Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
21722026-06-26T18:55:41.648Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21732026-06-26T18:55:41.648Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21742026-06-26T18:55:41.651Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21752026-06-26T18:55:47.262Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21762026-06-26T18:56:14.270Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
21772026-06-26T18:56:14.441Z────────────
21782026-06-26T18:56:14.441Z Nextest run ID bbf60731-7ac1-4a80-b932-7147c01550f5 with nextest profile: default
21792026-06-26T18:56:14.441Z Starting 47 tests across 3 binaries
21802026-06-26T18:56:14.447Z PASS [ 0.005s] mg-api-types-versions v12::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
21812026-06-26T18:56:14.447Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21822026-06-26T18:56:14.447Z PASS [ 0.005s] mg-api-types-versions v12::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
21832026-06-26T18:56:14.447Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21842026-06-26T18:56:14.451Z PASS [ 0.006s] mg-api-types-versions v12::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
21852026-06-26T18:56:14.451Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21862026-06-26T18:56:14.451Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21872026-06-26T18:56:14.454Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21882026-06-26T18:56:14.458Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::source_ports_sweep_ephemeral_window
21892026-06-26T18:56:14.458Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21902026-06-26T18:56:15.513Z PASS [ 0.062s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21912026-06-26T18:56:15.513Z PASS [ 0.062s] mgd::bin/mgd bgp_admin::tests::delete_bgp_peers_removes_routes
21922026-06-26T18:56:15.517Z PASS [ 0.061s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_learned_routes
21932026-06-26T18:56:15.517Z PASS [ 0.062s] mgd::bin/mgd bgp_admin::tests::duplicate_bgp_peer_is_rejected
21942026-06-26T18:56:15.517Z PASS [ 0.074s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
21952026-06-26T18:56:15.517Z PASS [ 0.074s] mgd::bin/mgd bgp_admin::tests::apply_updates_bgp_peers
21962026-06-26T18:56:15.517Z PASS [ 0.068s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
21972026-06-26T18:56:15.517Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21982026-06-26T18:56:15.517Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21992026-06-26T18:56:15.517Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22002026-06-26T18:56:15.517Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
22012026-06-26T18:56:15.517Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22022026-06-26T18:56:15.517Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22032026-06-26T18:56:15.517Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22042026-06-26T18:56:15.517Z PASS [ 0.054s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22052026-06-26T18:56:15.517Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22062026-06-26T18:56:15.517Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22072026-06-26T18:56:15.517Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22082026-06-26T18:56:15.517Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22092026-06-26T18:56:15.517Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22102026-06-26T18:56:15.517Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22112026-06-26T18:56:15.518Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22122026-06-26T18:56:15.518Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22132026-06-26T18:56:15.518Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22142026-06-26T18:56:15.518Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22152026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22162026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22172026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22182026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22192026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22202026-06-26T18:56:15.518Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22212026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22222026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22232026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22242026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22252026-06-26T18:56:15.518Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22262026-06-26T18:56:19.511Z PASS [ 5.064s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_bgp_peers
22272026-06-26T18:56:19.511Z────────────
22282026-06-26T18:56:19.511Z Summary [ 5.070s] 47 tests run: 47 passed, 0 skipped
22292026-06-26T18:56:19.523Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_bgp_peers.log ./apply_remove_entire_group.log ./apply_updates_bgp_peers.log ./delete_bgp_peers_removes_routes.log ./delete_router_removes_learned_routes.log ./delete_router_removes_router_state.log ./duplicate_bgp_peer_is_rejected.log /work/
22302026-06-26T18:56:19.526Z+ popd
22312026-06-26T18:56:19.526Z/work/oxidecomputer/maghemite
22322026-06-26T18:56:19.526Zprocess exited: duration 438808 ms, exit code 0
 
22332026-06-26T18:56:19.537Zfound 73 output files
22342026-06-26T18:56:19.537Zuploading: /work/apply_change_peer_asn.log (21962 bytes)
22352026-06-26T18:56:20.549Zuploaded: /work/apply_change_peer_asn.log
22362026-06-26T18:56:20.549Zuploading: /work/apply_empty_removes_bgp_peers.log (27227 bytes)
22372026-06-26T18:56:21.560Zuploaded: /work/apply_empty_removes_bgp_peers.log
22382026-06-26T18:56:21.560Zuploading: /work/apply_remove_entire_group.log (12149 bytes)
22392026-06-26T18:56:22.570Zuploaded: /work/apply_remove_entire_group.log
22402026-06-26T18:56:22.570Zuploading: /work/apply_updates_bgp_peers.log (10208 bytes)
22412026-06-26T18:56:23.579Zuploaded: /work/apply_updates_bgp_peers.log
22422026-06-26T18:56:23.579Zuploading: /work/delete_bgp_peers_removes_routes.log (7994 bytes)
22432026-06-26T18:56:24.588Zuploaded: /work/delete_bgp_peers_removes_routes.log
22442026-06-26T18:56:24.588Zuploading: /work/delete_router_removes_learned_routes.log (9324 bytes)
22452026-06-26T18:56:25.597Zuploaded: /work/delete_router_removes_learned_routes.log
22462026-06-26T18:56:25.597Zuploading: /work/delete_router_removes_router_state.log (22595 bytes)
22472026-06-26T18:56:26.609Zuploaded: /work/delete_router_removes_router_state.log
22482026-06-26T18:56:26.609Zuploading: /work/dualstack_routes.log (84337 bytes)
22492026-06-26T18:56:27.623Zuploaded: /work/dualstack_routes.log
22502026-06-26T18:56:27.623Zuploading: /work/duplicate_bgp_peer_is_rejected.log (6463 bytes)
22512026-06-26T18:56:28.631Zuploaded: /work/duplicate_bgp_peer_is_rejected.log
22522026-06-26T18:56:28.631Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2457 bytes)
22532026-06-26T18:56:29.639Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22542026-06-26T18:56:29.639Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1474 bytes)
22552026-06-26T18:56:30.647Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22562026-06-26T18:56:30.650Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2223 bytes)
22572026-06-26T18:56:31.689Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22582026-06-26T18:56:31.689Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2481 bytes)
22592026-06-26T18:56:32.700Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22602026-06-26T18:56:32.700Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2176 bytes)
22612026-06-26T18:56:33.710Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22622026-06-26T18:56:33.710Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2253 bytes)
22632026-06-26T18:56:34.719Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22642026-06-26T18:56:34.719Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2997 bytes)
22652026-06-26T18:56:35.729Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22662026-06-26T18:56:35.729Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2171 bytes)
22672026-06-26T18:56:36.739Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22682026-06-26T18:56:36.739Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2255 bytes)
22692026-06-26T18:56:37.750Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22702026-06-26T18:56:37.750Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2230 bytes)
22712026-06-26T18:56:38.759Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22722026-06-26T18:56:38.760Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2316 bytes)
22732026-06-26T18:56:39.770Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22742026-06-26T18:56:39.770Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2401 bytes)
22752026-06-26T18:56:40.819Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22762026-06-26T18:56:40.819Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4724 bytes)
22772026-06-26T18:56:41.832Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22782026-06-26T18:56:41.832Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3593 bytes)
22792026-06-26T18:56:42.882Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22802026-06-26T18:56:42.882Zuploading: /work/multiple_unnumbered.log (145215 bytes)
22812026-06-26T18:56:43.909Zuploaded: /work/multiple_unnumbered.log
22822026-06-26T18:56:43.909Zuploading: /work/ndp_change_reset.log (70125 bytes)
22832026-06-26T18:56:44.942Zuploaded: /work/ndp_change_reset.log
22842026-06-26T18:56:44.942Zuploading: /work/ndp_changes.log (88815 bytes)
22852026-06-26T18:56:45.964Zuploaded: /work/ndp_changes.log
22862026-06-26T18:56:45.965Zuploading: /work/r1.test_basic_peering_active.log (38181 bytes)
22872026-06-26T18:56:46.980Zuploaded: /work/r1.test_basic_peering_active.log
22882026-06-26T18:56:46.980Zuploading: /work/r1.test_basic_peering_active_tcp.log (45496 bytes)
22892026-06-26T18:56:48.016Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22902026-06-26T18:56:48.017Zuploading: /work/r1.test_basic_peering_passive.log (33852 bytes)
22912026-06-26T18:56:49.053Zuploaded: /work/r1.test_basic_peering_passive.log
22922026-06-26T18:56:49.053Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39691 bytes)
22932026-06-26T18:56:50.068Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22942026-06-26T18:56:50.068Zuploading: /work/r1.test_basic_update.log (28703 bytes)
22952026-06-26T18:56:51.085Zuploaded: /work/r1.test_basic_update.log
22962026-06-26T18:56:51.085Zuploading: /work/r1.test_basic_update_ipv6.log (45227 bytes)
22972026-06-26T18:56:52.097Zuploaded: /work/r1.test_basic_update_ipv6.log
22982026-06-26T18:56:52.097Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31110 bytes)
22992026-06-26T18:56:53.112Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
23002026-06-26T18:56:53.112Zuploading: /work/r1.test_basic_update_tcp.log (31322 bytes)
23012026-06-26T18:56:54.125Zuploaded: /work/r1.test_basic_update_tcp.log
23022026-06-26T18:56:54.125Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43568 bytes)
23032026-06-26T18:56:55.138Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23042026-06-26T18:56:55.138Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43926 bytes)
23052026-06-26T18:56:56.149Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23062026-06-26T18:56:56.149Zuploading: /work/r1.test_import_export_policy_filtering.log (43893 bytes)
23072026-06-26T18:56:57.160Zuploaded: /work/r1.test_import_export_policy_filtering.log
23082026-06-26T18:56:57.160Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35319 bytes)
23092026-06-26T18:56:58.170Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23102026-06-26T18:56:58.170Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40368 bytes)
23112026-06-26T18:56:59.183Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23122026-06-26T18:56:59.183Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49203 bytes)
23132026-06-26T18:57:00.194Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23142026-06-26T18:57:00.194Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33759 bytes)
23152026-06-26T18:57:01.207Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23162026-06-26T18:57:01.207Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39624 bytes)
23172026-06-26T18:57:02.220Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23182026-06-26T18:57:02.220Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35628 bytes)
23192026-06-26T18:57:03.232Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23202026-06-26T18:57:03.232Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29928 bytes)
23212026-06-26T18:57:04.243Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23222026-06-26T18:57:04.243Zuploading: /work/r1.test_three_router_chain_tcp.log (26250 bytes)
23232026-06-26T18:57:05.253Zuploaded: /work/r1.test_three_router_chain_tcp.log
23242026-06-26T18:57:05.253Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22238 bytes)
23252026-06-26T18:57:06.265Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23262026-06-26T18:57:06.265Zuploading: /work/r2.test_basic_peering_active.log (38982 bytes)
23272026-06-26T18:57:07.275Zuploaded: /work/r2.test_basic_peering_active.log
23282026-06-26T18:57:07.275Zuploading: /work/r2.test_basic_peering_active_tcp.log (44360 bytes)
23292026-06-26T18:57:08.288Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23302026-06-26T18:57:08.288Zuploading: /work/r2.test_basic_peering_passive.log (41535 bytes)
23312026-06-26T18:57:09.300Zuploaded: /work/r2.test_basic_peering_passive.log
23322026-06-26T18:57:09.300Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46727 bytes)
23332026-06-26T18:57:10.312Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23342026-06-26T18:57:10.313Zuploading: /work/r2.test_basic_update.log (29149 bytes)
23352026-06-26T18:57:11.325Zuploaded: /work/r2.test_basic_update.log
23362026-06-26T18:57:11.325Zuploading: /work/r2.test_basic_update_ipv6.log (42218 bytes)
23372026-06-26T18:57:12.338Zuploaded: /work/r2.test_basic_update_ipv6.log
23382026-06-26T18:57:12.341Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32787 bytes)
23392026-06-26T18:57:13.352Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23402026-06-26T18:57:13.352Zuploading: /work/r2.test_basic_update_tcp.log (29708 bytes)
23412026-06-26T18:57:14.363Zuploaded: /work/r2.test_basic_update_tcp.log
23422026-06-26T18:57:14.363Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (40473 bytes)
23432026-06-26T18:57:15.374Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23442026-06-26T18:57:15.374Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (44576 bytes)
23452026-06-26T18:57:16.385Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23462026-06-26T18:57:16.385Zuploading: /work/r2.test_import_export_policy_filtering.log (40162 bytes)
23472026-06-26T18:57:17.396Zuploaded: /work/r2.test_import_export_policy_filtering.log
23482026-06-26T18:57:17.396Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38265 bytes)
23492026-06-26T18:57:18.407Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23502026-06-26T18:57:18.407Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39014 bytes)
23512026-06-26T18:57:19.420Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23522026-06-26T18:57:19.420Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47588 bytes)
23532026-06-26T18:57:20.431Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23542026-06-26T18:57:20.431Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41340 bytes)
23552026-06-26T18:57:21.445Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23562026-06-26T18:57:21.445Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46651 bytes)
23572026-06-26T18:57:22.457Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23582026-06-26T18:57:22.457Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38174 bytes)
23592026-06-26T18:57:23.468Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23602026-06-26T18:57:23.468Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28062 bytes)
23612026-06-26T18:57:24.479Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23622026-06-26T18:57:24.479Zuploading: /work/r2.test_three_router_chain_tcp.log (44825 bytes)
23632026-06-26T18:57:25.490Zuploaded: /work/r2.test_three_router_chain_tcp.log
23642026-06-26T18:57:25.490Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (42508 bytes)
23652026-06-26T18:57:26.501Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23662026-06-26T18:57:26.501Zuploading: /work/r3.test_three_router_chain_tcp.log (22153 bytes)
23672026-06-26T18:57:27.510Zuploaded: /work/r3.test_three_router_chain_tcp.log
23682026-06-26T18:57:27.510Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (20682 bytes)
23692026-06-26T18:57:28.520Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23702026-06-26T18:57:28.520Zuploading: /work/same_linklocal.log (120898 bytes)
23712026-06-26T18:57:29.533Zuploaded: /work/same_linklocal.log
23722026-06-26T18:57:29.533Zuploading: /work/three_chain.log (101432 bytes)
23732026-06-26T18:57:30.547Zuploaded: /work/three_chain.log
23742026-06-26T18:57:30.547Zuploading: /work/unnumbered_expiry.log (87960 bytes)
23752026-06-26T18:57:31.558Zuploaded: /work/unnumbered_expiry.log
23762026-06-26T18:57:31.558Zuploading: /work/unnumbered_interface_lifecycle.log (193012 bytes)
23772026-06-26T18:57:32.573Zuploaded: /work/unnumbered_interface_lifecycle.log
23782026-06-26T18:57:32.573Zuploading: /work/unnumbered_peer_change.log (80277 bytes)
23792026-06-26T18:57:33.585Zuploaded: /work/unnumbered_peer_change.log