01KS31F1P989WYJ22TC4XDYBXS: 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: 01KS31FKN30CXS0N52RFT6P7NP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:55:08.469Zjob assigned to worker 01KS31GP89M5KRYSTMA5K10957 [factory aws, i-0fa40bf10ecb7fb59] (queued for 1 m 22 s)
 
22026-05-20T15:55:15.025Zstarting task 0: "setup"
32026-05-20T15:55:15.031Z++ uname -s
42026-05-20T15:55:15.034Z+ kern=SunOS
52026-05-20T15:55:15.034Z+ build_user=build
62026-05-20T15:55:15.034Z+ build_uid=12345
72026-05-20T15:55:15.034Z+ work_dir=/work
82026-05-20T15:55:15.034Z+ input_dir=/input
92026-05-20T15:55:15.034Z+ [[ 0 == 12345 ]]
102026-05-20T15:55:15.034Z+ case "$kern" in
112026-05-20T15:55:15.034Z+ groupadd -g 12345 build
122026-05-20T15:55:15.034Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:55:17.038Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:55:17.086Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:55:17.090Z+ home_fs=zfs
162026-05-20T15:55:17.091Z+ [[ zfs == autofs ]]
172026-05-20T15:55:17.091Z+ mkdir -p /home/build
182026-05-20T15:55:17.091Z+ chown build:build /home/build /work
192026-05-20T15:55:19.091Z+ chmod 0700 /home/build /work
202026-05-20T15:55:19.094Zprocess exited: duration 4065 ms, exit code 0
 
212026-05-20T15:55:19.100Zstarting task 1: "rust-toolchain"
222026-05-20T15:55:19.104Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T15:55:19.104Z * rust toolchain channel = "stable"
242026-05-20T15:55:19.104Z * rust toolchain profile = "default"
252026-05-20T15:55:19.104Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T15:55:19.104Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:55:19.104Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:55:19.107Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:55:19.107Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T15:55:19.309Zinfo: downloading installer
312026-05-20T15:55:20.687Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T15:55:20.687Zwarn: /opt/ooce/bin
332026-05-20T15:55:20.687Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T15:55:20.687Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T15:55:20.687Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T15:55:20.687Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T15:55:20.687Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T15:55:20.687Zerror: cannot install while Rust is installed
392026-05-20T15:55:20.687Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T15:55:20.687Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T15:55:20.687Zwarn: /home/build/.rustup/settings.toml
422026-05-20T15:55:20.687Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T15:55:20.687Zwarn: instead of the one inferred from the default host triple.
442026-05-20T15:55:20.713Zinfo: profile set to default
452026-05-20T15:55:20.713Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T15:55:20.717Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T15:55:20.866Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T15:55:20.869Zinfo: downloading 6 components
492026-05-20T15:55:35.675Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T15:55:35.675Z
512026-05-20T15:55:35.704Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T15:55:35.704Z
532026-05-20T15:55:35.704Z
542026-05-20T15:55:35.704ZRust is installed now. Great!
552026-05-20T15:55:35.704Z
562026-05-20T15:55:35.704ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T15:55:35.704Zenvironment variable. This has not been done automatically.
582026-05-20T15:55:35.704Z
592026-05-20T15:55:35.704ZTo configure your current shell, you need to source
602026-05-20T15:55:35.704Zthe corresponding env file under $HOME/.cargo.
612026-05-20T15:55:35.704Z
622026-05-20T15:55:35.704ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T15:55:35.704Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T15:55:35.704Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T15:55:35.704Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T15:55:35.704Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T15:55:35.704Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T15:55:35.704Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T15:55:35.708Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T15:55:35.708Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T15:55:35.795Z+ rustup --version
722026-05-20T15:55:35.803Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T15:55:35.807Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T15:55:35.825Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T15:55:35.828Z+ cargo --version
762026-05-20T15:55:35.841Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T15:55:35.845Z+ rustc --version
782026-05-20T15:55:35.869Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T15:55:35.876Zprocess exited: duration 16761 ms, exit code 0
 
802026-05-20T15:55:35.885Zstarting task 2: "authentication"
812026-05-20T15:55:35.901Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T15:55:35.909Zstarting task 3: "clone repository"
832026-05-20T15:55:35.912Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T15:55:35.916Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T15:55:35.993ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T15:55:37.100Z+ cd /work/oxidecomputer/maghemite
872026-05-20T15:55:37.100Z+ git fetch origin 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
882026-05-20T15:55:37.351ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T15:55:37.351Z * branch 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c -> FETCH_HEAD
902026-05-20T15:55:37.356Z+ [[ -n zl/mrib ]]
912026-05-20T15:55:37.359Z++ git branch --show-current
922026-05-20T15:55:37.359Z+ current=main
932026-05-20T15:55:37.359Z+ [[ main != zl/mrib ]]
942026-05-20T15:55:37.359Z+ git branch -f zl/mrib 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
952026-05-20T15:55:37.363Z+ git checkout -f zl/mrib
962026-05-20T15:55:37.380ZSwitched to branch 'zl/mrib'
972026-05-20T15:55:37.384Z+ git reset --hard 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
982026-05-20T15:55:37.396ZHEAD is now at 004e5cd [merge] merge main again (cleanup, lock maint, happy maps)
992026-05-20T15:55:37.400Zprocess exited: duration 1487 ms, exit code 0
 
1002026-05-20T15:55:37.406Zstarting task 4: "build"
1012026-05-20T15:55:37.409Z+ set -e
1022026-05-20T15:55:37.409Z+ source .github/buildomat/test-common.sh
1032026-05-20T15:55:37.413Z++ NEXTEST_VERSION=0.9.97
1042026-05-20T15:55:37.413Z++ PLATFORM=illumos
1052026-05-20T15:55:37.413Z++ banner install
1062026-05-20T15:55:37.413Z
1072026-05-20T15:55:37.413Z # # # #### ##### ## # #
1082026-05-20T15:55:37.413Z # ## # # # # # # #
1092026-05-20T15:55:37.413Z # # # # #### # # # # #
1102026-05-20T15:55:37.413Z # # # # # # ###### # #
1112026-05-20T15:55:37.413Z # # ## # # # # # # #
1122026-05-20T15:55:37.413Z # # # #### # # # ###### ######
1132026-05-20T15:55:37.413Z
1142026-05-20T15:55:37.413Z++ set +o errexit
1152026-05-20T15:55:37.413Z++ pkg info clang-15
1162026-05-20T15:55:37.416Z++ grep -qi installed
1172026-05-20T15:55:38.779Zpkg: info: no packages matching the following patterns you specified are
1182026-05-20T15:55:38.779Zinstalled on the system. Try querying remotely instead:
1192026-05-20T15:55:38.779Z
1202026-05-20T15:55:38.779Z clang-15
1212026-05-20T15:55:38.817Z++ [[ 1 != 0 ]]
1222026-05-20T15:55:38.817Z++ set -o errexit
1232026-05-20T15:55:38.820Z++ pfexec pkg install clang-15
1242026-05-20T15:55:46.937Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-20T15:55:54.578Z Startup: Caching catalogs ... Done
1262026-05-20T15:56:01.905ZPlanning: Solver setup ... Done
1272026-05-20T15:56:01.946ZPlanning: Running solver ... Done
1282026-05-20T15:56:02.087ZPlanning: Finding local manifests ... Done
1292026-05-20T15:56:02.107ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-20T15:56:03.415ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-20T15:56:03.444ZPlanning: Package planning ... Done
1322026-05-20T15:56:03.469ZPlanning: Merging actions ... Done
1332026-05-20T15:56:03.581ZPlanning: Checking for conflicting actions ... Done
1342026-05-20T15:56:03.587ZPlanning: Consolidating action changes ... Done
1352026-05-20T15:56:04.491ZPlanning: Evaluating mediators ... Done
1362026-05-20T15:56:04.496ZPlanning: Planning completed in 9.75 seconds
1372026-05-20T15:56:04.506Z Packages to install: 2
1382026-05-20T15:56:04.510Z Mediators to change: 2
1392026-05-20T15:56:04.510Z Services to change: 1
1402026-05-20T15:56:04.510Z Create boot environment: No
1412026-05-20T15:56:04.510ZCreate backup boot environment: No
1422026-05-20T15:56:04.553Z
1432026-05-20T15:56:04.554ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-20T15:56:09.555ZDownload: 2372/3076 items 119.2/211.3MB 56% complete (24.3M/s)
1452026-05-20T15:56:14.623ZDownload: 3067/3076 items 208.4/211.3MB 98% complete (22.9M/s)
1462026-05-20T15:56:16.280ZDownload: Completed 211.31 MB in 11.73 seconds (18.0M/s)
1472026-05-20T15:56:16.406Z Actions: 1/3418 actions (Installing new actions)
1482026-05-20T15:56:19.575Z Actions: Completed 3418 actions in 3.17 seconds.
1492026-05-20T15:56:20.212Z Done
1502026-05-20T15:56:20.212Z Done
1512026-05-20T15:56:20.952Z Done
1522026-05-20T15:56:24.321Z Done
1532026-05-20T15:56:24.391Z Done
1542026-05-20T15:56:24.395Z Done
1552026-05-20T15:56:24.663Z Done
1562026-05-20T15:56:25.333Z++ set -o errexit
1572026-05-20T15:56:25.333Z++ cargo --version
1582026-05-20T15:56:25.339Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1592026-05-20T15:56:25.514Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1602026-05-20T15:56:25.517Zinfo: downloading 6 components
1612026-05-20T15:56:40.107Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1622026-05-20T15:56:40.112Z++ rustc --version
1632026-05-20T15:56:40.136Zrustc 1.95.0 (59807616e 2026-04-14)
1642026-05-20T15:56:40.140Z++ cargo install cargo-nextest --version 0.9.97
1652026-05-20T15:56:40.182Z Updating crates.io index
1662026-05-20T15:56:40.276Z Downloading crates ...
1672026-05-20T15:56:40.323Z Downloaded cargo-nextest v0.9.97
1682026-05-20T15:56:40.383Z Installing cargo-nextest v0.9.97
1692026-05-20T15:56:40.423Z Updating crates.io index
1702026-05-20T15:56:42.852Z Locking 404 packages to latest compatible versions
1712026-05-20T15:56:42.857Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-05-20T15:56:42.860Z Adding duct v0.13.7 (available: v1.1.1)
1732026-05-20T15:56:42.860Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-05-20T15:56:42.860Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-05-20T15:56:42.863Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1762026-05-20T15:56:42.863Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1772026-05-20T15:56:42.863Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-05-20T15:56:42.866Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1792026-05-20T15:56:42.869Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-05-20T15:56:42.887Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-05-20T15:56:42.896Z Downloading crates ...
1822026-05-20T15:56:42.972Z Downloaded camino v1.2.2
1832026-05-20T15:56:42.976Z Downloaded atomic-waker v1.1.2
1842026-05-20T15:56:42.979Z Downloaded home v0.5.12
1852026-05-20T15:56:42.982Z Downloaded bitflags v2.11.1
1862026-05-20T15:56:42.985Z Downloaded http-body-util v0.1.3
1872026-05-20T15:56:42.985Z Downloaded adler2 v2.0.1
1882026-05-20T15:56:42.988Z Downloaded is_terminal_polyfill v1.70.2
1892026-05-20T15:56:42.988Z Downloaded humantime-serde v1.1.1
1902026-05-20T15:56:42.988Z Downloaded jobserver v0.1.34
1912026-05-20T15:56:42.996Z Downloaded http-body v1.0.1
1922026-05-20T15:56:42.996Z Downloaded async-scoped v0.9.0
1932026-05-20T15:56:42.996Z Downloaded itoa v1.0.18
1942026-05-20T15:56:43.005Z Downloaded cfg_aliases v0.2.1
1952026-05-20T15:56:43.008Z Downloaded hex v0.4.3
1962026-05-20T15:56:43.008Z Downloaded itertools v0.14.0
1972026-05-20T15:56:43.015Z Downloaded percent-encoding v2.3.2
1982026-05-20T15:56:43.017Z Downloaded lazy_static v1.5.0
1992026-05-20T15:56:43.017Z Downloaded nested v0.1.1
2002026-05-20T15:56:43.017Z Downloaded base64ct v1.8.3
2012026-05-20T15:56:43.017Z Downloaded duct v0.13.7
2022026-05-20T15:56:43.021Z Downloaded iana-time-zone v0.1.65
2032026-05-20T15:56:43.021Z Downloaded futures-sink v0.3.32
2042026-05-20T15:56:43.024Z Downloaded rand_core v0.9.5
2052026-05-20T15:56:43.024Z Downloaded nextest-workspace-hack v0.1.0
2062026-05-20T15:56:43.024Z Downloaded indent_write v2.2.0
2072026-05-20T15:56:43.027Z Downloaded errno v0.3.14
2082026-05-20T15:56:43.027Z Downloaded fixedbitset v0.5.7
2092026-05-20T15:56:43.030Z Downloaded quinn-udp v0.5.14
2102026-05-20T15:56:43.030Z Downloaded camino-tempfile v1.4.1
2112026-05-20T15:56:43.033Z Downloaded cargo_metadata v0.20.0
2122026-05-20T15:56:43.033Z Downloaded rustc-hash v2.1.2
2132026-05-20T15:56:43.036Z Downloaded ordered-float v2.10.1
2142026-05-20T15:56:43.037Z Downloaded anstyle-query v1.1.5
2152026-05-20T15:56:43.039Z Downloaded cfg-if v1.0.4
2162026-05-20T15:56:43.040Z Downloaded form_urlencoded v1.2.2
2172026-05-20T15:56:43.040Z Downloaded colorchoice v1.0.5
2182026-05-20T15:56:43.045Z Downloaded rand_core v0.6.4
2192026-05-20T15:56:43.045Z Downloaded ppv-lite86 v0.2.21
2202026-05-20T15:56:43.045Z Downloaded futures-task v0.3.32
2212026-05-20T15:56:43.048Z Downloaded cargo-platform v0.3.3
2222026-05-20T15:56:43.048Z Downloaded cargo-platform v0.2.0
2232026-05-20T15:56:43.048Z Downloaded block-buffer v0.10.4
2242026-05-20T15:56:43.048Z Downloaded anstyle-parse v1.0.0
2252026-05-20T15:56:43.051Z Downloaded os_pipe v1.2.3
2262026-05-20T15:56:43.051Z Downloaded crypto-common v0.1.7
2272026-05-20T15:56:43.051Z Downloaded openssl-macros v0.1.1
2282026-05-20T15:56:43.054Z Downloaded pathdiff v0.2.3
2292026-05-20T15:56:43.054Z Downloaded cpufeatures v0.2.17
2302026-05-20T15:56:43.054Z Downloaded atomicwrites v0.4.4
2312026-05-20T15:56:43.058Z Downloaded number_prefix v0.4.0
2322026-05-20T15:56:43.058Z Downloaded pin-project v1.1.13
2332026-05-20T15:56:43.064Z Downloaded indenter v0.3.4
2342026-05-20T15:56:43.067Z Downloaded foreign-types v0.3.2
2352026-05-20T15:56:43.067Z Downloaded heck v0.5.0
2362026-05-20T15:56:43.067Z Downloaded fnv v1.0.7
2372026-05-20T15:56:43.070Z Downloaded scopeguard v1.2.0
2382026-05-20T15:56:43.070Z Downloaded equivalent v1.0.2
2392026-05-20T15:56:43.070Z Downloaded cfg-expr v0.20.7
2402026-05-20T15:56:43.073Z Downloaded idna_adapter v1.0.0
2412026-05-20T15:56:43.073Z Downloaded futures-io v0.3.32
2422026-05-20T15:56:43.077Z Downloaded newtype-uuid v1.3.2
2432026-05-20T15:56:43.077Z Downloaded clap_lex v1.1.0
2442026-05-20T15:56:43.077Z Downloaded mukti-metadata v0.3.0
2452026-05-20T15:56:43.077Z Downloaded hyper-tls v0.6.0
2462026-05-20T15:56:43.080Z Downloaded foreign-types-shared v0.1.1
2472026-05-20T15:56:43.080Z Downloaded is_ci v1.2.0
2482026-05-20T15:56:43.080Z Downloaded debug-ignore v1.0.5
2492026-05-20T15:56:43.083Z Downloaded anstyle v1.0.14
2502026-05-20T15:56:43.083Z Downloaded generic-array v0.14.7
2512026-05-20T15:56:43.083Z Downloaded cargo_metadata v0.23.1
2522026-05-20T15:56:43.086Z Downloaded color-spantrace v0.3.0
2532026-05-20T15:56:43.086Z Downloaded pkg-config v0.3.33
2542026-05-20T15:56:43.090Z Downloaded http v1.4.0
2552026-05-20T15:56:43.093Z Downloaded futures-core v0.3.32
2562026-05-20T15:56:43.096Z Downloaded rustc_version v0.4.1
2572026-05-20T15:56:43.096Z Downloaded curve25519-dalek-derive v0.1.1
2582026-05-20T15:56:43.099Z Downloaded lru-slab v0.1.2
2592026-05-20T15:56:43.099Z Downloaded guppy-workspace-hack v0.1.0
2602026-05-20T15:56:43.099Z Downloaded enable-ansi-support v0.2.1
2612026-05-20T15:56:43.102Z Downloaded document-features v0.2.12
2622026-05-20T15:56:43.102Z Downloaded serde_spanned v1.1.1
2632026-05-20T15:56:43.106Z Downloaded serde_ignored v0.1.14
2642026-05-20T15:56:43.106Z Downloaded shared_child v1.1.1
2652026-05-20T15:56:43.109Z Downloaded openssl-probe v0.2.1
2662026-05-20T15:56:43.109Z Downloaded future-queue v0.4.0
2672026-05-20T15:56:43.112Z Downloaded serde-value v0.7.0
2682026-05-20T15:56:43.112Z Downloaded pin-project-internal v1.1.13
2692026-05-20T15:56:43.115Z Downloaded ipnet v2.12.0
2702026-05-20T15:56:43.115Z Downloaded futures-macro v0.3.32
2712026-05-20T15:56:43.115Z Downloaded filetime v0.2.29
2722026-05-20T15:56:43.118Z Downloaded find-msvc-tools v0.1.9
2732026-05-20T15:56:43.118Z Downloaded backtrace-ext v0.2.1
2742026-05-20T15:56:43.118Z Downloaded fastrand v2.4.1
2752026-05-20T15:56:43.121Z Downloaded anstream v1.0.0
2762026-05-20T15:56:43.121Z Downloaded serde_urlencoded v0.7.1
2772026-05-20T15:56:43.126Z Downloaded signature v2.2.0
2782026-05-20T15:56:43.126Z Downloaded sigchld v0.2.4
2792026-05-20T15:56:43.126Z Downloaded shell-words v1.1.1
2802026-05-20T15:56:43.126Z Downloaded serde_spanned v0.6.9
2812026-05-20T15:56:43.129Z Downloaded digest v0.10.7
2822026-05-20T15:56:43.129Z Downloaded eyre v0.6.12
2832026-05-20T15:56:43.129Z Downloaded swrite v0.1.0
2842026-05-20T15:56:43.132Z Downloaded owo-colors v4.3.0
2852026-05-20T15:56:43.132Z Downloaded quote v1.0.45
2862026-05-20T15:56:43.135Z Downloaded addr2line v0.25.1
2872026-05-20T15:56:43.135Z Downloaded convert_case v0.10.0
2882026-05-20T15:56:43.135Z Downloaded pkcs8 v0.10.2
2892026-05-20T15:56:43.139Z Downloaded supports-hyperlinks v3.2.0
2902026-05-20T15:56:43.139Z Downloaded futures-executor v0.3.32
2912026-05-20T15:56:43.139Z Downloaded either v1.15.0
2922026-05-20T15:56:43.142Z Downloaded lock_api v0.4.14
2932026-05-20T15:56:43.142Z Downloaded foldhash v0.1.5
2942026-05-20T15:56:43.142Z Downloaded rand_chacha v0.9.0
2952026-05-20T15:56:43.146Z Downloaded hyper-rustls v0.27.9
2962026-05-20T15:56:43.146Z Downloaded globset v0.4.18
2972026-05-20T15:56:43.146Z Downloaded supports-color v3.0.2
2982026-05-20T15:56:43.149Z Downloaded pin-project-lite v0.2.17
2992026-05-20T15:56:43.152Z Downloaded sync_wrapper v1.0.2
3002026-05-20T15:56:43.152Z Downloaded strip-ansi-escapes v0.2.1
3012026-05-20T15:56:43.152Z Downloaded nextest-metadata v0.12.2
3022026-05-20T15:56:43.152Z Downloaded subtle v2.6.1
3032026-05-20T15:56:43.155Z Downloaded strsim v0.11.1
3042026-05-20T15:56:43.155Z Downloaded tinyvec_macros v0.1.1
3052026-05-20T15:56:43.155Z Downloaded terminal_size v0.4.4
3062026-05-20T15:56:43.158Z Downloaded native-tls v0.2.18
3072026-05-20T15:56:43.158Z Downloaded erased-serde v0.4.10
3082026-05-20T15:56:43.158Z Downloaded const-oid v0.9.6
3092026-05-20T15:56:43.161Z Downloaded clap_derive v4.6.1
3102026-05-20T15:56:43.161Z Downloaded humantime v2.3.0
3112026-05-20T15:56:43.164Z Downloaded rustc-demangle v0.1.27
3122026-05-20T15:56:43.172Z Downloaded serde_path_to_error v0.1.20
3132026-05-20T15:56:43.175Z Downloaded serde-untagged v0.1.9
3142026-05-20T15:56:43.175Z Downloaded self-replace v1.5.0
3152026-05-20T15:56:43.178Z Downloaded ed25519 v2.2.3
3162026-05-20T15:56:43.178Z Downloaded autocfg v1.5.0
3172026-05-20T15:56:43.181Z Downloaded toml_datetime v0.6.11
3182026-05-20T15:56:43.181Z Downloaded config v0.15.23
3192026-05-20T15:56:43.184Z Downloaded crc32fast v1.5.0
3202026-05-20T15:56:43.187Z Downloaded tower-layer v0.3.3
3212026-05-20T15:56:43.191Z Downloaded nextest-filtering v0.15.0
3222026-05-20T15:56:43.191Z Downloaded shlex v1.3.0
3232026-05-20T15:56:43.194Z Downloaded tower-service v0.3.3
3242026-05-20T15:56:43.194Z Downloaded getrandom v0.4.2
3252026-05-20T15:56:43.197Z Downloaded smol_str v0.3.6
3262026-05-20T15:56:43.200Z Downloaded tracing-error v0.2.1
3272026-05-20T15:56:43.200Z Downloaded signal-hook-mio v0.2.5
3282026-05-20T15:56:43.200Z Downloaded slab v0.4.12
3292026-05-20T15:56:43.203Z Downloaded signal-hook-registry v1.4.8
3302026-05-20T15:56:43.203Z Downloaded sha2 v0.10.9
3312026-05-20T15:56:43.203Z Downloaded miette-derive v7.6.0
3322026-05-20T15:56:43.206Z Downloaded simd-adler32 v0.3.9
3332026-05-20T15:56:43.206Z Downloaded unicode-linebreak v0.1.5
3342026-05-20T15:56:43.206Z Downloaded typeid v1.0.3
3352026-05-20T15:56:43.209Z Downloaded unicode-xid v0.2.6
3362026-05-20T15:56:43.209Z Downloaded spki v0.7.3
3372026-05-20T15:56:43.209Z Downloaded parking_lot_core v0.9.12
3382026-05-20T15:56:43.213Z Downloaded dialoguer v0.11.0
3392026-05-20T15:56:43.213Z Downloaded static_assertions v1.1.0
3402026-05-20T15:56:43.216Z Downloaded supports-unicode v3.0.0
3412026-05-20T15:56:43.216Z Downloaded litrs v1.0.0
3422026-05-20T15:56:43.216Z Downloaded tokio-macros v2.7.0
3432026-05-20T15:56:43.216Z Downloaded httparse v1.10.1
3442026-05-20T15:56:43.219Z Downloaded thiserror v1.0.69
3452026-05-20T15:56:43.223Z Downloaded utf8parse v0.2.2
3462026-05-20T15:56:43.223Z Downloaded once_cell v1.21.4
3472026-05-20T15:56:43.226Z Downloaded utf8_iter v1.0.4
3482026-05-20T15:56:43.226Z Downloaded version_check v0.9.5
3492026-05-20T15:56:43.226Z Downloaded urlencoding v2.1.3
3502026-05-20T15:56:43.226Z Downloaded rustls-pki-types v1.14.1
3512026-05-20T15:56:43.230Z Downloaded target-lexicon v0.13.3
3522026-05-20T15:56:43.230Z Downloaded self_update v0.42.0
3532026-05-20T15:56:43.233Z Downloaded idna v1.1.0
3542026-05-20T15:56:43.233Z Downloaded quick-junit v0.5.2
3552026-05-20T15:56:43.237Z Downloaded thiserror v2.0.18
3562026-05-20T15:56:43.240Z Downloaded xattr v1.6.1
3572026-05-20T15:56:43.240Z Downloaded want v0.3.1
3582026-05-20T15:56:43.240Z Downloaded untrusted v0.9.0
3592026-05-20T15:56:43.243Z Downloaded thread_local v1.1.9
3602026-05-20T15:56:43.243Z Downloaded thiserror-impl v2.0.18
3612026-05-20T15:56:43.243Z Downloaded thiserror-impl v1.0.69
3622026-05-20T15:56:43.246Z Downloaded console v0.15.11
3632026-05-20T15:56:43.246Z Downloaded openssl-sys v0.9.116
3642026-05-20T15:56:43.250Z Downloaded tokio-native-tls v0.3.1
3652026-05-20T15:56:43.250Z Downloaded target-spec-miette v0.4.6
3662026-05-20T15:56:43.253Z Downloaded toml_writer v1.1.1+spec-1.1.0
3672026-05-20T15:56:43.253Z Downloaded parking_lot v0.12.5
3682026-05-20T15:56:43.256Z Downloaded getrandom v0.3.4
3692026-05-20T15:56:43.257Z Downloaded toml_write v0.1.2
3702026-05-20T15:56:43.260Z Downloaded futures v0.3.32
3712026-05-20T15:56:43.260Z Downloaded futures-channel v0.3.32
3722026-05-20T15:56:43.263Z Downloaded cargo-util-schemas v0.2.0
3732026-05-20T15:56:43.263Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3742026-05-20T15:56:43.263Z Downloaded cc v1.2.62
3752026-05-20T15:56:43.267Z Downloaded backtrace v0.3.76
3762026-05-20T15:56:43.271Z Downloaded tracing-log v0.2.0
3772026-05-20T15:56:43.271Z Downloaded clap v4.6.1
3782026-05-20T15:56:43.275Z Downloaded unicase v2.9.0
3792026-05-20T15:56:43.275Z Downloaded target-spec v3.6.0
3802026-05-20T15:56:43.279Z Downloaded smallvec v1.15.1
3812026-05-20T15:56:43.279Z Downloaded getrandom v0.2.17
3822026-05-20T15:56:43.279Z Downloaded base64 v0.22.1
3832026-05-20T15:56:43.283Z Downloaded ryu v1.0.23
3842026-05-20T15:56:43.283Z Downloaded ahash v0.8.12
3852026-05-20T15:56:43.286Z Downloaded derive-where v1.6.1
3862026-05-20T15:56:43.286Z Downloaded log v0.4.29
3872026-05-20T15:56:43.289Z Downloaded semver v1.0.28
3882026-05-20T15:56:43.289Z Downloaded try-lock v0.2.5
3892026-05-20T15:56:43.292Z Downloaded zipsign-api v0.1.5
3902026-05-20T15:56:43.295Z Downloaded sharded-slab v0.1.7
3912026-05-20T15:56:43.295Z Downloaded num-traits v0.2.19
3922026-05-20T15:56:43.298Z Downloaded zstd v0.13.3
3932026-05-20T15:56:43.298Z Downloaded xxhash-rust v0.8.15
3942026-05-20T15:56:43.301Z Downloaded borsh v1.6.1
3952026-05-20T15:56:43.304Z Downloaded toml_parser v1.1.2+spec-1.1.0
3962026-05-20T15:56:43.304Z Downloaded serde_derive v1.0.228
3972026-05-20T15:56:43.308Z Downloaded zeroize v1.8.2
3982026-05-20T15:56:43.308Z Downloaded der v0.7.10
3992026-05-20T15:56:43.311Z Downloaded zmij v1.0.21
4002026-05-20T15:56:43.311Z Downloaded textwrap v0.16.2
4012026-05-20T15:56:43.314Z Downloaded tracing-attributes v0.1.31
4022026-05-20T15:56:43.314Z Downloaded tokio-rustls v0.26.4
4032026-05-20T15:56:43.317Z Downloaded proc-macro2 v1.0.106
4042026-05-20T15:56:43.317Z Downloaded tempfile v3.27.0
4052026-05-20T15:56:43.320Z Downloaded toml v0.8.23
4062026-05-20T15:56:43.323Z Downloaded zstd-safe v7.2.4
4072026-05-20T15:56:43.323Z Downloaded tokio-stream v0.1.18
4082026-05-20T15:56:43.328Z Downloaded serde_core v1.0.228
4092026-05-20T15:56:43.332Z Downloaded socket2 v0.6.3
4102026-05-20T15:56:43.335Z Downloaded signal-hook v0.3.18
4112026-05-20T15:56:43.338Z Downloaded derive_more v2.1.1
4122026-05-20T15:56:43.344Z Downloaded unicode-ident v1.0.24
4132026-05-20T15:56:43.347Z Downloaded miette v7.6.0
4142026-05-20T15:56:43.350Z Downloaded uuid v1.23.1
4152026-05-20T15:56:43.354Z Downloaded vte v0.14.1
4162026-05-20T15:56:43.357Z Downloaded serde v1.0.228
4172026-05-20T15:56:43.360Z Downloaded bytes v1.11.1
4182026-05-20T15:56:43.363Z Downloaded tinyvec v1.11.0
4192026-05-20T15:56:43.363Z Downloaded miniz_oxide v0.8.9
4202026-05-20T15:56:43.367Z Downloaded toml_edit v0.22.27
4212026-05-20T15:56:43.375Z Downloaded flate2 v1.1.9
4222026-05-20T15:56:43.375Z Downloaded derive_more-impl v2.1.1
4232026-05-20T15:56:43.380Z Downloaded toml v1.1.2+spec-1.1.0
4242026-05-20T15:56:43.380Z Downloaded indicatif v0.17.11
4252026-05-20T15:56:43.380Z Downloaded ed25519-dalek v2.2.0
4262026-05-20T15:56:43.383Z Downloaded tracing-core v0.1.36
4272026-05-20T15:56:43.394Z Downloaded quinn v0.11.9
4282026-05-20T15:56:43.397Z Downloaded tar v0.4.46
4292026-05-20T15:56:43.401Z Downloaded rustls-webpki v0.103.13
4302026-05-20T15:56:43.408Z Downloaded memchr v2.8.0
4312026-05-20T15:56:43.417Z Downloaded mio v1.2.0
4322026-05-20T15:56:43.430Z Downloaded guppy v0.17.25
4332026-05-20T15:56:43.434Z Downloaded ron v0.12.1
4342026-05-20T15:56:43.439Z Downloaded hyper-util v0.1.20
4352026-05-20T15:56:43.442Z Downloaded hashbrown v0.17.1
4362026-05-20T15:56:43.447Z Downloaded futures-util v0.3.32
4372026-05-20T15:56:43.451Z Downloaded clap_builder v4.6.0
4382026-05-20T15:56:43.455Z Downloaded hashbrown v0.15.5
4392026-05-20T15:56:43.458Z Downloaded indexmap v2.14.0
4402026-05-20T15:56:43.461Z Downloaded crossterm v0.29.0
4412026-05-20T15:56:43.464Z Downloaded aho-corasick v1.1.4
4422026-05-20T15:56:43.467Z Downloaded rand v0.9.4
4432026-05-20T15:56:43.471Z Downloaded url v2.5.8
4442026-05-20T15:56:43.474Z Downloaded tower-http v0.6.11
4452026-05-20T15:56:43.477Z Downloaded h2 v0.4.14
4462026-05-20T15:56:43.481Z Downloaded tower v0.5.3
4472026-05-20T15:56:43.509Z Downloaded chrono v0.4.44
4482026-05-20T15:56:43.517Z Downloaded pulldown-cmark v0.13.4
4492026-05-20T15:56:43.533Z Downloaded vcpkg v0.2.15
4502026-05-20T15:56:43.553Z Downloaded unicode-segmentation v1.13.2
4512026-05-20T15:56:43.556Z Downloaded curve25519-dalek v4.1.3
4522026-05-20T15:56:43.560Z Downloaded unicode-normalization v0.1.25
4532026-05-20T15:56:43.601Z Downloaded typenum v1.20.0
4542026-05-20T15:56:43.604Z Downloaded unicode-width v0.1.14
4552026-05-20T15:56:43.604Z Downloaded unicode-width v0.2.2
4562026-05-20T15:56:43.604Z Downloaded syn v2.0.117
4572026-05-20T15:56:43.605Z Downloaded serde_json v1.0.149
4582026-05-20T15:56:43.605Z Downloaded bstr v1.12.1
4592026-05-20T15:56:43.605Z Downloaded regex v1.12.3
4602026-05-20T15:56:43.605Z Downloaded gimli v0.32.3
4612026-05-20T15:56:43.605Z Downloaded tokio-util v0.7.18
4622026-05-20T15:56:43.605Z Downloaded quick-xml v0.37.5
4632026-05-20T15:56:43.605Z Downloaded quick-xml v0.38.4
4642026-05-20T15:56:43.608Z Downloaded reqwest v0.12.28
4652026-05-20T15:56:43.612Z Downloaded hyper v1.9.0
4662026-05-20T15:56:43.622Z Downloaded portable-atomic v1.13.1
4672026-05-20T15:56:43.626Z Downloaded color-eyre v0.6.5
4682026-05-20T15:56:43.641Z Downloaded winnow v0.7.15
4692026-05-20T15:56:43.653Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4702026-05-20T15:56:43.663Z Downloaded tokio v1.52.3
4712026-05-20T15:56:43.685Z Downloaded tracing-subscriber v0.3.23
4722026-05-20T15:56:43.690Z Downloaded winnow v1.0.3
4732026-05-20T15:56:43.695Z Downloaded webpki-roots v1.0.7
4742026-05-20T15:56:43.699Z Downloaded quinn-proto v0.11.14
4752026-05-20T15:56:43.703Z Downloaded object v0.37.3
4762026-05-20T15:56:43.720Z Downloaded nextest-runner v0.80.0
4772026-05-20T15:56:43.741Z Downloaded openssl v0.10.80
4782026-05-20T15:56:43.746Z Downloaded zerocopy v0.8.48
4792026-05-20T15:56:43.767Z Downloaded regex-syntax v0.8.10
4802026-05-20T15:56:43.773Z Downloaded nix v0.30.1
4812026-05-20T15:56:43.781Z Downloaded rustix v0.38.44
4822026-05-20T15:56:43.792Z Downloaded rustls v0.23.40
4832026-05-20T15:56:43.806Z Downloaded rustix v1.1.4
4842026-05-20T15:56:43.827Z Downloaded tracing v0.1.44
4852026-05-20T15:56:43.868Z Downloaded regex-automata v0.4.14
4862026-05-20T15:56:43.918Z Downloaded petgraph v0.8.3
4872026-05-20T15:56:43.930Z Downloaded libc v0.2.186
4882026-05-20T15:56:43.996Z Downloaded recursion v0.5.4
4892026-05-20T15:56:44.002Z Downloaded ring v0.17.14
4902026-05-20T15:56:44.063Z Compiling proc-macro2 v1.0.106
4912026-05-20T15:56:44.063Z Compiling libc v0.2.186
4922026-05-20T15:56:44.063Z Compiling unicode-ident v1.0.24
4932026-05-20T15:56:44.066Z Compiling quote v1.0.45
4942026-05-20T15:56:44.066Z Compiling serde_core v1.0.228
4952026-05-20T15:56:44.066Z Compiling cfg-if v1.0.4
4962026-05-20T15:56:44.066Z Compiling memchr v2.8.0
4972026-05-20T15:56:44.192Z Compiling once_cell v1.21.4
4982026-05-20T15:56:44.277Z Compiling log v0.4.29
4992026-05-20T15:56:44.312Z Compiling pin-project-lite v0.2.17
5002026-05-20T15:56:44.408Z Compiling serde v1.0.228
5012026-05-20T15:56:44.472Z Compiling itoa v1.0.18
5022026-05-20T15:56:44.680Z Compiling smallvec v1.15.1
5032026-05-20T15:56:44.704Z Compiling futures-core v0.3.32
5042026-05-20T15:56:44.755Z Compiling bitflags v2.11.1
5052026-05-20T15:56:44.858Z Compiling equivalent v1.0.2
5062026-05-20T15:56:44.910Z Compiling find-msvc-tools v0.1.9
5072026-05-20T15:56:44.945Z Compiling hashbrown v0.17.1
5082026-05-20T15:56:45.141Z Compiling errno v0.3.14
5092026-05-20T15:56:45.157Z Compiling shlex v1.3.0
5102026-05-20T15:56:45.192Z Compiling bytes v1.11.1
5112026-05-20T15:56:45.257Z Compiling signal-hook-registry v1.4.8
5122026-05-20T15:56:45.301Z Compiling jobserver v0.1.34
5132026-05-20T15:56:45.378Z Compiling mio v1.2.0
5142026-05-20T15:56:45.508Z Compiling cc v1.2.62
5152026-05-20T15:56:45.594Z Compiling syn v2.0.117
5162026-05-20T15:56:45.617Z Compiling futures-sink v0.3.32
5172026-05-20T15:56:45.628Z Compiling rustix v1.1.4
5182026-05-20T15:56:45.726Z Compiling socket2 v0.6.3
5192026-05-20T15:56:45.821Z Compiling zmij v1.0.21
5202026-05-20T15:56:46.065Z Compiling slab v0.4.12
5212026-05-20T15:56:46.066Z Compiling futures-channel v0.3.32
5222026-05-20T15:56:46.166Z Compiling tracing-core v0.1.36
5232026-05-20T15:56:46.264Z Compiling serde_json v1.0.149
5242026-05-20T15:56:46.327Z Compiling version_check v0.9.5
5252026-05-20T15:56:46.509Z Compiling indexmap v2.14.0
5262026-05-20T15:56:46.625Z Compiling futures-task v0.3.32
5272026-05-20T15:56:46.731Z Compiling futures-io v0.3.32
5282026-05-20T15:56:46.796Z Compiling getrandom v0.4.2
5292026-05-20T15:56:46.907Z Compiling camino v1.2.2
5302026-05-20T15:56:46.936Z Compiling percent-encoding v2.3.2
5312026-05-20T15:56:47.112Z Compiling unicode-width v0.2.2
5322026-05-20T15:56:47.303Z Compiling ring v0.17.14
5332026-05-20T15:56:47.316Z Compiling http v1.4.0
5342026-05-20T15:56:47.380Z Compiling simd-adler32 v0.3.9
5352026-05-20T15:56:47.397Z Compiling autocfg v1.5.0
5362026-05-20T15:56:47.432Z Compiling adler2 v2.0.1
5372026-05-20T15:56:47.594Z Compiling zeroize v1.8.2
5382026-05-20T15:56:47.759Z Compiling num-traits v0.2.19
5392026-05-20T15:56:47.799Z Compiling miniz_oxide v0.8.9
5402026-05-20T15:56:48.115Z Compiling zerocopy v0.8.48
5412026-05-20T15:56:48.250Z Compiling object v0.37.3
5422026-05-20T15:56:48.515Z Compiling getrandom v0.3.4
5432026-05-20T15:56:48.554Z Compiling target-lexicon v0.13.3
5442026-05-20T15:56:48.702Z Compiling http-body v1.0.1
5452026-05-20T15:56:48.885Z Compiling rustls-pki-types v1.14.1
5462026-05-20T15:56:49.041Z Compiling form_urlencoded v1.2.2
5472026-05-20T15:56:49.074Z Compiling semver v1.0.28
5482026-05-20T15:56:49.204Z Compiling serde_derive v1.0.228
5492026-05-20T15:56:49.235Z Compiling tokio-macros v2.7.0
5502026-05-20T15:56:49.247Z Compiling futures-macro v0.3.32
5512026-05-20T15:56:49.310Z Compiling tracing-attributes v0.1.31
5522026-05-20T15:56:49.517Z Compiling getrandom v0.2.17
5532026-05-20T15:56:49.711Z Compiling httparse v1.10.1
5542026-05-20T15:56:49.728Z Compiling thiserror v2.0.18
5552026-05-20T15:56:49.759Z Compiling untrusted v0.9.0
5562026-05-20T15:56:49.891Z Compiling idna_adapter v1.0.0
5572026-05-20T15:56:49.985Z Compiling tokio v1.52.3
5582026-05-20T15:56:49.996Z Compiling utf8_iter v1.0.4
5592026-05-20T15:56:50.063Z Compiling owo-colors v4.3.0
5602026-05-20T15:56:50.076Z Compiling fnv v1.0.7
5612026-05-20T15:56:50.076Z Compiling futures-util v0.3.32
5622026-05-20T15:56:50.155Z Compiling gimli v0.32.3
5632026-05-20T15:56:50.193Z Compiling signal-hook v0.3.18
5642026-05-20T15:56:50.398Z Compiling guppy-workspace-hack v0.1.0
5652026-05-20T15:56:50.483Z Compiling idna v1.1.0
5662026-05-20T15:56:50.505Z Compiling tracing v0.1.44
5672026-05-20T15:56:50.845Z Compiling thiserror-impl v2.0.18
5682026-05-20T15:56:52.041Z Compiling addr2line v0.25.1
5692026-05-20T15:56:52.449Z Compiling generic-array v0.14.7
5702026-05-20T15:56:52.474Z Compiling tower-service v0.3.3
5712026-05-20T15:56:52.566Z Compiling rustc-demangle v0.1.27
5722026-05-20T15:56:52.680Z Compiling atomic-waker v1.1.2
5732026-05-20T15:56:52.683Z Compiling rustls v0.23.40
5742026-05-20T15:56:52.770Z Compiling try-lock v0.2.5
5752026-05-20T15:56:52.810Z Compiling target-spec v3.6.0
5762026-05-20T15:56:52.881Z Compiling thiserror v1.0.69
5772026-05-20T15:56:52.911Z Compiling fastrand v2.4.1
5782026-05-20T15:56:53.098Z Compiling typeid v1.0.3
5792026-05-20T15:56:53.195Z Compiling pkg-config v0.3.33
5802026-05-20T15:56:53.433Z Compiling tempfile v3.27.0
5812026-05-20T15:56:53.445Z Compiling want v0.3.1
5822026-05-20T15:56:53.623Z Compiling cfg-expr v0.20.7
5832026-05-20T15:56:53.639Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-05-20T15:56:54.049Z Compiling tokio-util v0.7.18
5852026-05-20T15:56:54.175Z Compiling url v2.5.8
5862026-05-20T15:56:54.586Z Compiling h2 v0.4.14
5872026-05-20T15:56:55.117Z Compiling backtrace v0.3.76
5882026-05-20T15:56:55.250Z Compiling thiserror-impl v1.0.69
5892026-05-20T15:56:55.554Z Compiling terminal_size v0.4.4
5902026-05-20T15:56:55.591Z Compiling aho-corasick v1.1.4
5912026-05-20T15:56:55.707Z Compiling winnow v0.7.15
5922026-05-20T15:56:56.396Z Compiling typenum v1.20.0
5932026-05-20T15:56:56.609Z Compiling erased-serde v0.4.10
5942026-05-20T15:56:56.917Z Compiling regex-syntax v0.8.10
5952026-05-20T15:56:57.065Z Compiling subtle v2.6.1
5962026-05-20T15:56:57.227Z Compiling rustls-webpki v0.103.13
5972026-05-20T15:56:59.961Z Compiling regex-automata v0.4.14
5982026-05-20T15:56:59.968Z Compiling hyper v1.9.0
5992026-05-20T15:57:01.086Z Compiling toml_datetime v0.6.11
6002026-05-20T15:57:01.455Z Compiling serde_spanned v0.6.9
6012026-05-20T15:57:01.624Z Compiling ahash v0.8.12
6022026-05-20T15:57:01.888Z Compiling sync_wrapper v1.0.2
6032026-05-20T15:57:02.004Z Compiling unicode-linebreak v0.1.5
6042026-05-20T15:57:02.265Z Compiling parking_lot_core v0.9.12
6052026-05-20T15:57:02.544Z Compiling crc32fast v1.5.0
6062026-05-20T15:57:02.760Z Compiling base64 v0.22.1
6072026-05-20T15:57:02.847Z Compiling either v1.15.0
6082026-05-20T15:57:03.074Z Compiling is_ci v1.2.0
6092026-05-20T15:57:03.238Z Compiling ipnet v2.12.0
6102026-05-20T15:57:03.250Z Compiling portable-atomic v1.13.1
6112026-05-20T15:57:03.537Z Compiling unicode-segmentation v1.13.2
6122026-05-20T15:57:03.640Z Compiling nextest-workspace-hack v0.1.0
6132026-05-20T15:57:03.706Z Compiling tower-layer v0.3.3
6142026-05-20T15:57:03.869Z Compiling lazy_static v1.5.0
6152026-05-20T15:57:03.913Z Compiling toml_write v0.1.2
6162026-05-20T15:57:03.929Z Compiling foldhash v0.1.5
6172026-05-20T15:57:03.973Z Compiling sharded-slab v0.1.7
6182026-05-20T15:57:04.066Z Compiling hashbrown v0.15.5
6192026-05-20T15:57:04.138Z Compiling toml_edit v0.22.27
6202026-05-20T15:57:04.190Z Compiling tower v0.5.3
6212026-05-20T15:57:04.433Z Compiling convert_case v0.10.0
6222026-05-20T15:57:04.630Z Compiling hyper-util v0.1.20
6232026-05-20T15:57:04.686Z Compiling supports-color v3.0.2
6242026-05-20T15:57:04.759Z Compiling textwrap v0.16.2
6252026-05-20T15:57:04.815Z Compiling tokio-rustls v0.26.4
6262026-05-20T15:57:05.091Z Compiling backtrace-ext v0.2.1
6272026-05-20T15:57:05.356Z Compiling ordered-float v2.10.1
6282026-05-20T15:57:05.487Z Compiling webpki-roots v1.0.7
6292026-05-20T15:57:05.607Z Compiling miette-derive v7.6.0
6302026-05-20T15:57:05.629Z Compiling pathdiff v0.2.3
6312026-05-20T15:57:05.755Z Compiling console v0.15.11
6322026-05-20T15:57:06.159Z Compiling tracing-log v0.2.0
6332026-05-20T15:57:06.523Z Compiling cargo-platform v0.3.3
6342026-05-20T15:57:06.710Z Compiling os_pipe v1.2.3
6352026-05-20T15:57:06.883Z Compiling thread_local v1.1.9
6362026-05-20T15:57:07.089Z Compiling unicode-width v0.1.14
6372026-05-20T15:57:07.102Z Compiling fixedbitset v0.5.7
6382026-05-20T15:57:07.232Z Compiling rustix v0.38.44
6392026-05-20T15:57:07.244Z Compiling ryu v1.0.23
6402026-05-20T15:57:07.376Z Compiling supports-hyperlinks v3.2.0
6412026-05-20T15:57:07.530Z Compiling zstd-safe v7.2.4
6422026-05-20T15:57:07.601Z Compiling utf8parse v0.2.2
6432026-05-20T15:57:07.601Z Compiling scopeguard v1.2.0
6442026-05-20T15:57:07.705Z Compiling winnow v1.0.3
6452026-05-20T15:57:07.723Z Compiling supports-unicode v3.0.0
6462026-05-20T15:57:07.780Z Compiling debug-ignore v1.0.5
6472026-05-20T15:57:07.891Z Compiling pulldown-cmark v0.13.4
6482026-05-20T15:57:07.895Z Compiling cfg_aliases v0.2.1
6492026-05-20T15:57:07.975Z Compiling nix v0.30.1
6502026-05-20T15:57:07.989Z Compiling miette v7.6.0
6512026-05-20T15:57:08.148Z Compiling anstyle-parse v1.0.0
6522026-05-20T15:57:08.366Z Compiling lock_api v0.4.14
6532026-05-20T15:57:08.461Z Compiling serde_urlencoded v0.7.1
6542026-05-20T15:57:08.605Z Compiling petgraph v0.8.3
6552026-05-20T15:57:08.737Z Compiling tracing-subscriber v0.3.23
6562026-05-20T15:57:09.143Z Compiling toml_parser v1.1.2+spec-1.1.0
6572026-05-20T15:57:10.446Z Compiling sigchld v0.2.4
6582026-05-20T15:57:10.551Z Compiling cargo_metadata v0.23.1
6592026-05-20T15:57:10.644Z Compiling toml v0.8.23
6602026-05-20T15:57:10.938Z Compiling hyper-rustls v0.27.9
6612026-05-20T15:57:11.604Z Compiling serde-value v0.7.0
6622026-05-20T15:57:12.012Z Compiling serde-untagged v0.1.9
6632026-05-20T15:57:12.370Z Compiling derive_more-impl v2.1.1
6642026-05-20T15:57:12.702Z Compiling tower-http v0.6.11
6652026-05-20T15:57:13.265Z Compiling itertools v0.14.0
6662026-05-20T15:57:13.294Z Compiling regex v1.12.3
6672026-05-20T15:57:13.358Z Compiling block-buffer v0.10.4
6682026-05-20T15:57:13.461Z Compiling crypto-common v0.1.7
6692026-05-20T15:57:13.474Z Compiling ppv-lite86 v0.2.21
6702026-05-20T15:57:13.506Z Compiling futures-executor v0.3.32
6712026-05-20T15:57:13.592Z Compiling rand_core v0.9.5
6722026-05-20T15:57:13.793Z Compiling pin-project-internal v1.1.13
6732026-05-20T15:57:13.837Z Compiling http-body-util v0.1.3
6742026-05-20T15:57:14.029Z Compiling uuid v1.23.1
6752026-05-20T15:57:14.096Z Compiling toml_datetime v1.1.1+spec-1.1.0
6762026-05-20T15:57:14.506Z Compiling smol_str v0.3.6
6772026-05-20T15:57:14.556Z Compiling serde_spanned v1.1.1
6782026-05-20T15:57:14.687Z Compiling filetime v0.2.29
6792026-05-20T15:57:14.704Z Compiling bstr v1.12.1
6802026-05-20T15:57:14.729Z Compiling vte v0.14.1
6812026-05-20T15:57:14.841Z Compiling iana-time-zone v0.1.65
6822026-05-20T15:57:14.853Z Compiling colorchoice v1.0.5
6832026-05-20T15:57:14.888Z Compiling xattr v1.6.1
6842026-05-20T15:57:14.942Z Compiling color-spantrace v0.3.0
6852026-05-20T15:57:15.078Z Compiling eyre v0.6.12
6862026-05-20T15:57:15.160Z Compiling static_assertions v1.1.0
6872026-05-20T15:57:15.191Z Compiling litrs v1.0.0
6882026-05-20T15:57:15.242Z Compiling tinyvec_macros v0.1.1
6892026-05-20T15:57:15.257Z Compiling unicase v2.9.0
6902026-05-20T15:57:15.375Z Compiling anstyle-query v1.1.5
6912026-05-20T15:57:15.395Z Compiling nested v0.1.1
6922026-05-20T15:57:15.434Z Compiling number_prefix v0.4.0
6932026-05-20T15:57:15.478Z Compiling unicode-xid v0.2.6
6942026-05-20T15:57:15.584Z Compiling self_update v0.42.0
6952026-05-20T15:57:15.585Z Compiling is_terminal_polyfill v1.70.2
6962026-05-20T15:57:15.618Z Compiling anstyle v1.0.14
6972026-05-20T15:57:15.631Z Compiling document-features v0.2.12
6982026-05-20T15:57:15.689Z Compiling cargo-util-schemas v0.2.0
6992026-05-20T15:57:15.846Z Compiling anstream v1.0.0
7002026-05-20T15:57:15.858Z Compiling indicatif v0.17.11
7012026-05-20T15:57:15.871Z Compiling guppy v0.17.25
7022026-05-20T15:57:16.340Z Compiling tinyvec v1.11.0
7032026-05-20T15:57:16.504Z Compiling globset v0.4.18
7042026-05-20T15:57:16.760Z Compiling tar v0.4.46
7052026-05-20T15:57:16.813Z Compiling chrono v0.4.44
7062026-05-20T15:57:17.308Z Compiling strip-ansi-escapes v0.2.1
7072026-05-20T15:57:17.790Z Compiling pin-project v1.1.13
7082026-05-20T15:57:17.895Z Compiling nextest-metadata v0.12.2
7092026-05-20T15:57:18.087Z Compiling toml v1.1.2+spec-1.1.0
7102026-05-20T15:57:18.956Z Compiling newtype-uuid v1.3.2
7112026-05-20T15:57:19.150Z Compiling reqwest v0.12.28
7122026-05-20T15:57:19.240Z Compiling rand_chacha v0.9.0
7132026-05-20T15:57:19.716Z Compiling futures v0.3.32
7142026-05-20T15:57:19.794Z Compiling digest v0.10.7
7152026-05-20T15:57:19.808Z Compiling derive_more v2.1.1
7162026-05-20T15:57:19.887Z Compiling parking_lot v0.12.5
7172026-05-20T15:57:20.024Z Compiling flate2 v1.1.9
7182026-05-20T15:57:20.172Z Compiling shared_child v1.1.1
7192026-05-20T15:57:20.500Z Compiling tracing-error v0.2.1
7202026-05-20T15:57:20.789Z Compiling signal-hook-mio v0.2.5
7212026-05-20T15:57:20.921Z Compiling self-replace v1.5.0
7222026-05-20T15:57:21.079Z Compiling cargo-platform v0.2.0
7232026-05-20T15:57:21.214Z Compiling quick-xml v0.38.4
7242026-05-20T15:57:21.266Z Compiling quick-xml v0.37.5
7252026-05-20T15:57:21.634Z Compiling indenter v0.3.4
7262026-05-20T15:57:21.767Z Compiling cpufeatures v0.2.17
7272026-05-20T15:57:21.853Z Compiling humantime v2.3.0
7282026-05-20T15:57:22.285Z Compiling recursion v0.5.4
7292026-05-20T15:57:22.328Z Compiling urlencoding v2.1.3
7302026-05-20T15:57:22.424Z Compiling clap_lex v1.1.0
7312026-05-20T15:57:22.584Z Compiling heck v0.5.0
7322026-05-20T15:57:22.761Z Compiling strsim v0.11.1
7332026-05-20T15:57:22.774Z Compiling shell-words v1.1.1
7342026-05-20T15:57:22.774Z Compiling clap_derive v4.6.1
7352026-05-20T15:57:23.013Z Compiling clap_builder v4.6.0
7362026-05-20T15:57:23.026Z Compiling nextest-filtering v0.15.0
7372026-05-20T15:57:23.590Z Compiling humantime-serde v1.1.1
7382026-05-20T15:57:23.748Z Compiling sha2 v0.10.9
7392026-05-20T15:57:24.553Z Compiling quick-junit v0.5.2
7402026-05-20T15:57:25.465Z Compiling cargo_metadata v0.20.0
7412026-05-20T15:57:26.931Z Compiling atomicwrites v0.4.4
7422026-05-20T15:57:27.222Z Compiling cargo-nextest v0.9.97
7432026-05-20T15:57:27.550Z Compiling crossterm v0.29.0
7442026-05-20T15:57:28.926Z Compiling duct v0.13.7
7452026-05-20T15:57:29.318Z Compiling async-scoped v0.9.0
7462026-05-20T15:57:29.505Z Compiling rand v0.9.4
7472026-05-20T15:57:29.580Z Compiling config v0.15.23
7482026-05-20T15:57:29.952Z Compiling zstd v0.13.3
7492026-05-20T15:57:30.268Z Compiling unicode-normalization v0.1.25
7502026-05-20T15:57:30.373Z Compiling target-spec-miette v0.4.6
7512026-05-20T15:57:30.583Z Compiling future-queue v0.4.0
7522026-05-20T15:57:30.651Z Compiling mukti-metadata v0.3.0
7532026-05-20T15:57:30.792Z Compiling tokio-stream v0.1.18
7542026-05-20T15:57:30.803Z Compiling camino-tempfile v1.4.1
7552026-05-20T15:57:30.844Z Compiling derive-where v1.6.1
7562026-05-20T15:57:30.858Z Compiling serde_path_to_error v0.1.20
7572026-05-20T15:57:31.134Z Compiling serde_ignored v0.1.14
7582026-05-20T15:57:31.211Z Compiling swrite v0.1.0
7592026-05-20T15:57:31.249Z Compiling indent_write v2.2.0
7602026-05-20T15:57:31.310Z Compiling hex v0.4.3
7612026-05-20T15:57:31.323Z Compiling xxhash-rust v0.8.15
7622026-05-20T15:57:31.398Z Compiling home v0.5.12
7632026-05-20T15:57:31.473Z Compiling color-eyre v0.6.5
7642026-05-20T15:57:31.519Z Compiling clap v4.6.1
7652026-05-20T15:57:31.563Z Compiling dialoguer v0.11.0
7662026-05-20T15:57:31.592Z Compiling enable-ansi-support v0.2.1
7672026-05-20T15:57:32.106Z Compiling nextest-runner v0.80.0
7682026-05-20T15:57:50.079Z Finished `release` profile [optimized] target(s) in 1m 09s
7692026-05-20T15:57:50.235Z Installing /home/build/.cargo/bin/cargo-nextest
7702026-05-20T15:57:50.238Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7712026-05-20T15:57:50.357Z+ pushd bgp
7722026-05-20T15:57:50.360Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7732026-05-20T15:57:50.360Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7742026-05-20T15:57:50.512Z Updating git repository `https://github.com/oxidecomputer/falcon`
7752026-05-20T15:57:51.196ZFrom https://github.com/oxidecomputer/falcon
7762026-05-20T15:57:51.196Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7772026-05-20T15:57:51.274Z Updating crates.io index
7782026-05-20T15:57:51.277Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7792026-05-20T15:57:52.092ZFrom https://github.com/oxidecomputer/dendrite
7802026-05-20T15:57:52.092Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7812026-05-20T15:57:52.177Z Updating git repository `https://github.com/oxidecomputer/ispf`
7822026-05-20T15:57:52.490ZFrom https://github.com/oxidecomputer/ispf
7832026-05-20T15:57:52.490Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7842026-05-20T15:57:52.545Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7852026-05-20T15:57:52.912ZFrom https://github.com/oxidecomputer/netadm-sys
7862026-05-20T15:57:52.912Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7872026-05-20T15:57:52.920Z Updating git repository `https://github.com/oxidecomputer/omicron`
7882026-05-20T15:58:01.445ZFrom https://github.com/oxidecomputer/omicron
7892026-05-20T15:58:01.445Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7902026-05-20T15:58:01.868Z Updating git repository `https://github.com/oxidecomputer/opte`
7912026-05-20T15:58:02.522ZFrom https://github.com/oxidecomputer/opte
7922026-05-20T15:58:02.522Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
7932026-05-20T15:58:02.551Z Updating git repository `https://github.com/illumos/smf-rs`
7942026-05-20T15:58:02.876ZFrom https://github.com/illumos/smf-rs
7952026-05-20T15:58:02.877Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7962026-05-20T15:58:03.056Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7972026-05-20T15:58:03.566ZFrom https://github.com/oxidecomputer/poptrie
7982026-05-20T15:58:03.566Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
7992026-05-20T15:58:03.678Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-05-20T15:58:04.024ZFrom https://github.com/oxidecomputer/network-interface
8012026-05-20T15:58:04.024Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-05-20T15:58:04.031Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-05-20T15:58:04.334ZFrom https://github.com/oxidecomputer/zone
8042026-05-20T15:58:04.334Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-05-20T15:58:04.473Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-05-20T15:58:05.119ZFrom https://github.com/oxidecomputer/propolis
8072026-05-20T15:58:05.119Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-05-20T15:58:05.168Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-05-20T15:58:05.688ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-05-20T15:58:05.688Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8112026-05-20T15:58:05.794Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-05-20T15:58:06.141ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-05-20T15:58:06.141Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8142026-05-20T15:58:06.157Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-05-20T15:58:06.475ZFrom https://github.com/jmesmon/rust-libzfs
8162026-05-20T15:58:06.475Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-05-20T15:58:06.482Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-05-20T15:58:06.803ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-05-20T15:58:06.803Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-05-20T15:58:06.811Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-05-20T15:58:07.237ZFrom https://github.com/oxidecomputer/lldp
8222026-05-20T15:58:07.237Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8232026-05-20T15:58:07.246Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-05-20T15:58:07.547ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-05-20T15:58:07.547Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-05-20T15:58:07.714Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-05-20T15:58:08.033ZFrom https://github.com/oxidecomputer/tufaceous
8282026-05-20T15:58:08.033Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-05-20T15:58:08.065Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-05-20T15:58:08.568ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-05-20T15:58:08.568Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8322026-05-20T15:58:08.665Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-05-20T15:58:09.817ZFrom https://github.com/oxidecomputer/crucible
8342026-05-20T15:58:09.817Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-05-20T15:58:09.975Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-05-20T15:58:10.316ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-05-20T15:58:10.316Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-05-20T15:58:10.333Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-05-20T15:58:10.725ZFrom https://github.com/oxidecomputer/propolis
8402026-05-20T15:58:10.725Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8412026-05-20T15:58:11.134Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-05-20T15:58:11.518ZFrom https://github.com/oxidecomputer/tofino
8432026-05-20T15:58:11.519Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8442026-05-20T15:58:11.530Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-05-20T15:58:12.212ZFrom https://github.com/oxidecomputer/maghemite
8462026-05-20T15:58:12.212Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8472026-05-20T15:58:12.255Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-05-20T15:58:12.717ZFrom https://github.com/oxidecomputer/clickward
8492026-05-20T15:58:12.717Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-05-20T15:58:12.748Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-05-20T15:58:13.449ZFrom https://github.com/oxidecomputer/crucible
8522026-05-20T15:58:13.449Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8532026-05-20T15:58:13.576Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-05-20T15:58:13.934ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-05-20T15:58:13.934Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-05-20T15:58:14.909Z Downloading crates ...
8572026-05-20T15:58:15.004Z Downloaded async-stream v0.3.6
8582026-05-20T15:58:15.011Z Downloaded async-stream-impl v0.3.6
8592026-05-20T15:58:15.014Z Downloaded async-recursion v1.1.1
8602026-05-20T15:58:15.018Z Downloaded arrayvec v0.7.6
8612026-05-20T15:58:15.018Z Downloaded async-trait v0.1.89
8622026-05-20T15:58:15.021Z Downloaded aead v0.5.2
8632026-05-20T15:58:15.025Z Downloaded allocator-api2 v0.2.21
8642026-05-20T15:58:15.028Z Downloaded arrayref v0.3.9
8652026-05-20T15:58:15.028Z Downloaded argon2 v0.5.3
8662026-05-20T15:58:15.031Z Downloaded darling_macro v0.21.3
8672026-05-20T15:58:15.031Z Downloaded darling_macro v0.23.0
8682026-05-20T15:58:15.035Z Downloaded darling v0.23.0
8692026-05-20T15:58:15.038Z Downloaded bit-set v0.8.0
8702026-05-20T15:58:15.041Z Downloaded erased-serde v0.3.31
8712026-05-20T15:58:15.044Z Downloaded dyn-clone v1.0.20
8722026-05-20T15:58:15.044Z Downloaded crunchy v0.2.4
8732026-05-20T15:58:15.047Z Downloaded convert_case v0.4.0
8742026-05-20T15:58:15.048Z Downloaded embedded-io v0.6.1
8752026-05-20T15:58:15.054Z Downloaded expectorate v1.2.0
8762026-05-20T15:58:15.057Z Downloaded dtrace-parser v0.3.0
8772026-05-20T15:58:15.058Z Downloaded itertools v0.12.1
8782026-05-20T15:58:15.058Z Downloaded newtype-uuid-macros v0.1.0
8792026-05-20T15:58:15.061Z Downloaded is-terminal v0.4.17
8802026-05-20T15:58:15.061Z Downloaded fs-err v3.3.0
8812026-05-20T15:58:15.064Z Downloaded constant_time_eq v0.4.2
8822026-05-20T15:58:15.067Z Downloaded defmt v0.3.100
8832026-05-20T15:58:15.067Z Downloaded num_enum v0.5.11
8842026-05-20T15:58:15.070Z Downloaded hash32 v0.3.1
8852026-05-20T15:58:15.074Z Downloaded num_enum_derive v0.7.6
8862026-05-20T15:58:15.081Z Downloaded num_threads v0.1.7
8872026-05-20T15:58:15.081Z Downloaded cobs v0.3.0
8882026-05-20T15:58:15.081Z Downloaded num-rational v0.4.2
8892026-05-20T15:58:15.085Z Downloaded const-random v0.1.18
8902026-05-20T15:58:15.085Z Downloaded internet-checksum v0.2.1
8912026-05-20T15:58:15.086Z Downloaded fs_extra v1.3.0
8922026-05-20T15:58:15.086Z Downloaded fixedbitset v0.4.2
8932026-05-20T15:58:15.089Z Downloaded crc8 v0.1.1
8942026-05-20T15:58:15.089Z Downloaded bcs v0.1.6
8952026-05-20T15:58:15.089Z Downloaded multer v3.1.0
8962026-05-20T15:58:15.093Z Downloaded embedded-io v0.4.0
8972026-05-20T15:58:15.093Z Downloaded litemap v0.8.2
8982026-05-20T15:58:15.096Z Downloaded linear-map v1.2.0
8992026-05-20T15:58:15.099Z Downloaded compression-core v0.4.32
9002026-05-20T15:58:15.099Z Downloaded dof v0.4.0
9012026-05-20T15:58:15.099Z Downloaded cpufeatures v0.3.0
9022026-05-20T15:58:15.102Z Downloaded inout v0.1.4
9032026-05-20T15:58:15.102Z Downloaded no-std-compat v0.4.1
9042026-05-20T15:58:15.105Z Downloaded backoff v0.4.0
9052026-05-20T15:58:15.106Z Downloaded daft v0.1.7
9062026-05-20T15:58:15.109Z Downloaded num-derive v0.4.2
9072026-05-20T15:58:15.112Z Downloaded num-conv v0.2.1
9082026-05-20T15:58:15.112Z Downloaded libm v0.2.16
9092026-05-20T15:58:15.117Z Downloaded mime v0.3.17
9102026-05-20T15:58:15.124Z Downloaded ciborium-io v0.2.2
9112026-05-20T15:58:15.124Z Downloaded konst_macro_rules v0.2.19
9122026-05-20T15:58:15.132Z Downloaded defmt-parser v1.0.0
9132026-05-20T15:58:15.132Z Downloaded goblin v0.8.2
9142026-05-20T15:58:15.135Z Downloaded olpc-cjson v0.1.4
9152026-05-20T15:58:15.135Z Downloaded match_cfg v0.1.0
9162026-05-20T15:58:15.135Z Downloaded opaque-debug v0.3.1
9172026-05-20T15:58:15.135Z Downloaded macaddr v1.0.1
9182026-05-20T15:58:15.135Z Downloaded fxhash v0.2.1
9192026-05-20T15:58:15.135Z Downloaded omicron-workspace-hack v0.1.0
9202026-05-20T15:58:15.138Z Downloaded data-encoding v2.11.0
9212026-05-20T15:58:15.138Z Downloaded num_enum_derive v0.5.11
9222026-05-20T15:58:15.138Z Downloaded foreign-types v0.5.0
9232026-05-20T15:58:15.141Z Downloaded num v0.4.3
9242026-05-20T15:58:15.141Z Downloaded managed v0.8.0
9252026-05-20T15:58:15.145Z Downloaded foreign-types-macros v0.2.3
9262026-05-20T15:58:15.145Z Downloaded parse-display v0.10.0
9272026-05-20T15:58:15.145Z Downloaded gethostname v0.5.0
9282026-05-20T15:58:15.149Z Downloaded keccak v0.1.6
9292026-05-20T15:58:15.149Z Downloaded float-ord v0.3.2
9302026-05-20T15:58:15.149Z Downloaded crossbeam-deque v0.8.6
9312026-05-20T15:58:15.152Z Downloaded ident_case v1.0.1
9322026-05-20T15:58:15.152Z Downloaded hubpack_derive v0.1.1
9332026-05-20T15:58:15.152Z Downloaded heck v0.4.1
9342026-05-20T15:58:15.156Z Downloaded critical-section v1.2.0
9352026-05-20T15:58:15.156Z Downloaded bitflags v1.3.2
9362026-05-20T15:58:15.159Z Downloaded num-iter v0.1.45
9372026-05-20T15:58:15.159Z Downloaded newtype_derive v0.1.6
9382026-05-20T15:58:15.162Z Downloaded csv-core v0.1.13
9392026-05-20T15:58:15.162Z Downloaded enum-as-inner v0.6.1
9402026-05-20T15:58:15.169Z Downloaded cmake v0.1.58
9412026-05-20T15:58:15.169Z Downloaded cipher v0.4.4
9422026-05-20T15:58:15.173Z Downloaded hubpack v0.1.2
9432026-05-20T15:58:15.173Z Downloaded const_format_proc_macros v0.2.34
9442026-05-20T15:58:15.173Z Downloaded pretty-hex v0.4.2
9452026-05-20T15:58:15.173Z Downloaded crypto-bigint v0.5.5
9462026-05-20T15:58:15.176Z Downloaded proc-macro-error-attr v1.0.4
9472026-05-20T15:58:15.179Z Downloaded phf_shared v0.12.1
9482026-05-20T15:58:15.179Z Downloaded proc-macro-error-attr2 v2.0.0
9492026-05-20T15:58:15.179Z Downloaded proc-macro-crate v3.5.0
9502026-05-20T15:58:15.183Z Downloaded progenitor-client v0.11.2
9512026-05-20T15:58:15.183Z Downloaded powerfmt v0.2.0
9522026-05-20T15:58:15.183Z Downloaded progenitor-client v0.14.0
9532026-05-20T15:58:15.186Z Downloaded proc-macro-crate v1.3.1
9542026-05-20T15:58:15.186Z Downloaded progenitor-macro v0.11.2
9552026-05-20T15:58:15.186Z Downloaded ff v0.13.1
9562026-05-20T15:58:15.190Z Downloaded ipnetwork v0.21.1
9572026-05-20T15:58:15.190Z Downloaded foldhash v0.2.0
9582026-05-20T15:58:15.193Z Downloaded glob v0.3.3
9592026-05-20T15:58:15.193Z Downloaded derive-ex v0.1.8
9602026-05-20T15:58:15.193Z Downloaded newline-converter v0.3.0
9612026-05-20T15:58:15.196Z Downloaded deranged v0.5.8
9622026-05-20T15:58:15.196Z Downloaded defmt-macros v1.1.0
9632026-05-20T15:58:15.199Z Downloaded natord v1.0.9
9642026-05-20T15:58:15.199Z Downloaded lru-cache v0.1.2
9652026-05-20T15:58:15.203Z Downloaded git-stub-vcs v0.1.0
9662026-05-20T15:58:15.203Z Downloaded ciborium v0.2.2
9672026-05-20T15:58:15.206Z Downloaded quick-error v1.2.3
9682026-05-20T15:58:15.206Z Downloaded ref-cast v1.0.25
9692026-05-20T15:58:15.209Z Downloaded rand_xorshift v0.4.0
9702026-05-20T15:58:15.209Z Downloaded progenitor-client v0.10.0
9712026-05-20T15:58:15.209Z Downloaded defmt v1.1.0
9722026-05-20T15:58:15.213Z Downloaded rand_chacha v0.3.1
9732026-05-20T15:58:15.216Z Downloaded progenitor-macro v0.14.0
9742026-05-20T15:58:15.216Z Downloaded progenitor-macro v0.13.0
9752026-05-20T15:58:15.216Z Downloaded parking_lot_core v0.8.6
9762026-05-20T15:58:15.219Z Downloaded oxnet v0.1.5
9772026-05-20T15:58:15.219Z Downloaded pem v3.0.6
9782026-05-20T15:58:15.222Z Downloaded rustc_version v0.1.7
9792026-05-20T15:58:15.222Z Downloaded oxide-tokio-rt v0.1.6
9802026-05-20T15:58:15.225Z Downloaded ref-cast-impl v1.0.25
9812026-05-20T15:58:15.225Z Downloaded paste v1.0.15
9822026-05-20T15:58:15.228Z Downloaded same-file v1.0.6
9832026-05-20T15:58:15.228Z Downloaded hostname v0.3.1
9842026-05-20T15:58:15.232Z Downloaded group v0.13.0
9852026-05-20T15:58:15.232Z Downloaded console v0.16.3
9862026-05-20T15:58:15.232Z Downloaded plain v0.2.3
9872026-05-20T15:58:15.235Z Downloaded libsw-core v0.3.2
9882026-05-20T15:58:15.235Z Downloaded diff v0.1.13
9892026-05-20T15:58:15.238Z Downloaded darling v0.21.3
9902026-05-20T15:58:15.241Z Downloaded scroll_derive v0.13.1
9912026-05-20T15:58:15.241Z Downloaded scroll_derive v0.12.1
9922026-05-20T15:58:15.245Z Downloaded potential_utf v0.1.5
9932026-05-20T15:58:15.245Z Downloaded num-integer v0.1.46
9942026-05-20T15:58:15.245Z Downloaded phf v0.12.1
9952026-05-20T15:58:15.248Z Downloaded daft-derive v0.1.7
9962026-05-20T15:58:15.251Z Downloaded progenitor v0.11.2
9972026-05-20T15:58:15.251Z Downloaded num_enum v0.7.6
9982026-05-20T15:58:15.258Z Downloaded progenitor-client v0.13.0
9992026-05-20T15:58:15.265Z Downloaded serde_plain v1.0.2
10002026-05-20T15:58:15.265Z Downloaded secrecy v0.10.3
10012026-05-20T15:58:15.265Z Downloaded sigpipe v0.1.3
10022026-05-20T15:58:15.265Z Downloaded rand_core v0.10.1
10032026-05-20T15:58:15.265Z Downloaded progenitor v0.14.0
10042026-05-20T15:58:15.265Z Downloaded crossbeam-utils v0.8.21
10052026-05-20T15:58:15.269Z Downloaded hmac v0.12.1
10062026-05-20T15:58:15.269Z Downloaded progenitor v0.13.0
10072026-05-20T15:58:15.269Z Downloaded memmap2 v0.9.10
10082026-05-20T15:58:15.269Z Downloaded parking_lot v0.11.2
10092026-05-20T15:58:15.269Z Downloaded password-hash v0.5.0
10102026-05-20T15:58:15.273Z Downloaded indexmap v1.9.3
10112026-05-20T15:58:15.273Z Downloaded pest_derive v2.8.6
10122026-05-20T15:58:15.276Z Downloaded semver v0.1.20
10132026-05-20T15:58:15.276Z Downloaded icu_provider v2.2.0
10142026-05-20T15:58:15.279Z Downloaded serial_test v3.4.0
10152026-05-20T15:58:15.279Z Downloaded arc-swap v1.9.1
10162026-05-20T15:58:15.283Z Downloaded progenitor-extras v0.2.0
10172026-05-20T15:58:15.283Z Downloaded stable_deref_trait v1.2.1
10182026-05-20T15:58:15.286Z Downloaded slog-envlogger v2.2.0
10192026-05-20T15:58:15.286Z Downloaded pest_generator v2.8.6
10202026-05-20T15:58:15.289Z Downloaded spin v0.5.2
10212026-05-20T15:58:15.289Z Downloaded elliptic-curve v0.13.8
10222026-05-20T15:58:15.292Z Downloaded strum v0.27.2
10232026-05-20T15:58:15.292Z Downloaded serial_test_derive v3.4.0
10242026-05-20T15:58:15.292Z Downloaded derive_more v0.99.20
10252026-05-20T15:58:15.297Z Downloaded darling_core v0.21.3
10262026-05-20T15:58:15.300Z Downloaded structmeta-derive v0.3.0
10272026-05-20T15:58:15.300Z Downloaded scroll v0.13.0
10282026-05-20T15:58:15.300Z Downloaded sha1 v0.10.6
10292026-05-20T15:58:15.303Z Downloaded strum v0.26.3
10302026-05-20T15:58:15.303Z Downloaded smawk v0.3.2
10312026-05-20T15:58:15.303Z Downloaded dropshot_endpoint v0.17.0
10322026-05-20T15:58:15.306Z Downloaded take_mut v0.2.2
10332026-05-20T15:58:15.307Z Downloaded tabwriter v1.4.1
10342026-05-20T15:58:15.307Z Downloaded tagptr v0.2.0
10352026-05-20T15:58:15.310Z Downloaded tabled_derive v0.11.0
10362026-05-20T15:58:15.310Z Downloaded structmeta v0.3.0
10372026-05-20T15:58:15.310Z Downloaded rustls-native-certs v0.8.3
10382026-05-20T15:58:15.313Z Downloaded cookie v0.18.1
10392026-05-20T15:58:15.313Z Downloaded resolv-conf v0.7.6
10402026-05-20T15:58:15.316Z Downloaded serde-big-array v0.5.1
10412026-05-20T15:58:15.316Z Downloaded rustls-pemfile v2.2.0
10422026-05-20T15:58:15.319Z Downloaded omicron-zone-package v0.12.2
10432026-05-20T15:58:15.319Z Downloaded slog-bunyan v2.5.0
10442026-05-20T15:58:15.322Z Downloaded ingot-macros v0.1.1
10452026-05-20T15:58:15.322Z Downloaded highway v1.3.0
10462026-05-20T15:58:15.322Z Downloaded termtree v0.5.1
10472026-05-20T15:58:15.326Z Downloaded num-complex v0.4.6
10482026-05-20T15:58:15.326Z Downloaded testing_table v0.3.0
10492026-05-20T15:58:15.326Z Downloaded poly1305 v0.8.0
10502026-05-20T15:58:15.332Z Downloaded postcard v1.1.3
10512026-05-20T15:58:15.332Z Downloaded slog-dtrace v0.3.0
10522026-05-20T15:58:15.336Z Downloaded rusty-fork v0.3.1
10532026-05-20T15:58:15.336Z Downloaded slog-async v2.8.0
10542026-05-20T15:58:15.336Z Downloaded tabled_derive v0.7.0
10552026-05-20T15:58:15.336Z Downloaded parse-display-derive v0.10.0
10562026-05-20T15:58:15.336Z Downloaded time-core v0.1.8
10572026-05-20T15:58:15.336Z Downloaded thread-id v5.1.0
10582026-05-20T15:58:15.336Z Downloaded papergrid v0.17.0
10592026-05-20T15:58:15.340Z Downloaded scroll v0.12.0
10602026-05-20T15:58:15.340Z Downloaded icu_properties v2.2.0
10612026-05-20T15:58:15.343Z Downloaded topological-sort v0.2.2
10622026-05-20T15:58:15.343Z Downloaded chacha20poly1305 v0.10.1
10632026-05-20T15:58:15.346Z Downloaded papergrid v0.11.0
10642026-05-20T15:58:15.346Z Downloaded slog-scope v4.4.1
10652026-05-20T15:58:15.349Z Downloaded thread-id v4.2.2
10662026-05-20T15:58:15.349Z Downloaded half v2.7.1
10672026-05-20T15:58:15.354Z Downloaded universal-hash v0.5.1
10682026-05-20T15:58:15.354Z Downloaded siphasher v1.0.3
10692026-05-20T15:58:15.354Z Downloaded serde_derive_internals v0.29.1
10702026-05-20T15:58:15.354Z Downloaded unit-prefix v0.5.2
10712026-05-20T15:58:15.357Z Downloaded slog-stdlog v4.1.1
10722026-05-20T15:58:15.357Z Downloaded slog-json v2.6.1
10732026-05-20T15:58:15.357Z Downloaded sdd v3.0.10
10742026-05-20T15:58:15.357Z Downloaded typify-macro v0.4.3
10752026-05-20T15:58:15.360Z Downloaded typify-macro v0.6.2
10762026-05-20T15:58:15.360Z Downloaded serde_tokenstream v0.2.3
10772026-05-20T15:58:15.360Z Downloaded serde_repr v0.1.20
10782026-05-20T15:58:15.364Z Downloaded progenitor v0.10.0
10792026-05-20T15:58:15.364Z Downloaded proc-macro-error2 v2.0.1
10802026-05-20T15:58:15.364Z Downloaded thiserror-impl-no-std v2.0.2
10812026-05-20T15:58:15.367Z Downloaded strum_macros v0.26.4
10822026-05-20T15:58:15.367Z Downloaded proc-macro-error v1.0.4
10832026-05-20T15:58:15.370Z Downloaded usdt-macro v0.5.0
10842026-05-20T15:58:15.370Z Downloaded darling_core v0.23.0
10852026-05-20T15:58:15.373Z Downloaded progenitor-impl v0.13.0
10862026-05-20T15:58:15.373Z Downloaded slog-term v2.9.2
10872026-05-20T15:58:15.377Z Downloaded snafu-derive v0.8.9
10882026-05-20T15:58:15.377Z Downloaded smf v0.2.3
10892026-05-20T15:58:15.377Z Downloaded crossbeam-epoch v0.9.18
10902026-05-20T15:58:15.381Z Downloaded progenitor-impl v0.11.2
10912026-05-20T15:58:15.381Z Downloaded unarray v0.1.4
10922026-05-20T15:58:15.457Z Downloaded chacha20 v0.10.0
10932026-05-20T15:58:15.457Z Downloaded usdt-attr-macro v0.6.0
10942026-05-20T15:58:15.457Z Downloaded usdt-attr-macro v0.5.0
10952026-05-20T15:58:15.457Z Downloaded thiserror-no-std v2.0.2
10962026-05-20T15:58:15.457Z Downloaded wait-timeout v0.2.1
10972026-05-20T15:58:15.457Z Downloaded yoke-derive v0.8.2
10982026-05-20T15:58:15.457Z Downloaded waitgroup v0.1.2
10992026-05-20T15:58:15.457Z Downloaded utf-8 v0.7.6
11002026-05-20T15:58:15.457Z Downloaded usdt-macro v0.6.0
11012026-05-20T15:58:15.457Z Downloaded ingot v0.1.1
11022026-05-20T15:58:15.457Z Downloaded zerofrom-derive v0.1.7
11032026-05-20T15:58:15.457Z Downloaded ingot-types v0.1.2
11042026-05-20T15:58:15.457Z Downloaded rustversion v1.0.22
11052026-05-20T15:58:15.457Z Downloaded zone_cfg_derive v0.3.1
11062026-05-20T15:58:15.457Z Downloaded zeroize_derive v1.4.3
11072026-05-20T15:58:15.457Z Downloaded synstructure v0.13.2
11082026-05-20T15:58:15.457Z Downloaded strum_macros v0.27.2
11092026-05-20T15:58:15.458Z Downloaded rhai_codegen v3.1.0
11102026-05-20T15:58:15.458Z Downloaded colored v3.1.1
11112026-05-20T15:58:15.458Z Downloaded tokio-rustls v0.25.0
11122026-05-20T15:58:15.458Z Downloaded tokio-dtrace v0.1.1
11132026-05-20T15:58:15.458Z Downloaded tinystr v0.8.3
11142026-05-20T15:58:15.458Z Downloaded crossbeam-channel v0.5.15
11152026-05-20T15:58:15.458Z Downloaded tiny-keccak v2.0.2
11162026-05-20T15:58:15.458Z Downloaded untrusted v0.7.1
11172026-05-20T15:58:15.458Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-05-20T15:58:15.458Z Downloaded pretty_assertions v1.4.1
11192026-05-20T15:58:15.458Z Downloaded spin v0.9.8
11202026-05-20T15:58:15.458Z Downloaded smartstring v1.0.1
11212026-05-20T15:58:15.458Z Downloaded backon v1.6.0
11222026-05-20T15:58:15.458Z Downloaded cargo_toml v0.22.3
11232026-05-20T15:58:15.458Z Downloaded displaydoc v0.2.5
11242026-05-20T15:58:15.458Z Downloaded zerofrom v0.1.8
11252026-05-20T15:58:15.458Z Downloaded schemars_derive v0.8.22
11262026-05-20T15:58:15.458Z Downloaded blake2 v0.10.6
11272026-05-20T15:58:15.458Z Downloaded drift v0.1.4
11282026-05-20T15:58:15.458Z Downloaded usdt-impl v0.5.0
11292026-05-20T15:58:15.458Z Downloaded tokio-tungstenite v0.21.0
11302026-05-20T15:58:15.458Z Downloaded zone v0.3.1
11312026-05-20T15:58:15.458Z Downloaded whoami v1.6.1
11322026-05-20T15:58:15.458Z Downloaded progenitor-impl v0.10.0
11332026-05-20T15:58:15.458Z Downloaded dropshot-api-manager v0.7.1
11342026-05-20T15:58:15.458Z Downloaded pest_meta v2.8.6
11352026-05-20T15:58:15.458Z Downloaded similar v2.7.0
11362026-05-20T15:58:15.458Z Downloaded base64 v0.21.7
11372026-05-20T15:58:15.468Z Downloaded rustls-platform-verifier v0.7.0
11382026-05-20T15:58:15.468Z Downloaded time-macros v0.2.27
11392026-05-20T15:58:15.468Z Downloaded thin-vec v0.2.18
11402026-05-20T15:58:15.468Z Downloaded async-compression v0.4.42
11412026-05-20T15:58:15.468Z Downloaded usdt-impl v0.6.0
11422026-05-20T15:58:15.475Z Downloaded usdt v0.6.0
11432026-05-20T15:58:15.475Z Downloaded vsss-rs v3.3.4
11442026-05-20T15:58:15.475Z Downloaded serde_with_macros v3.20.0
11452026-05-20T15:58:15.475Z Downloaded xz2 v0.1.7
11462026-05-20T15:58:15.475Z Downloaded walkdir v2.5.0
11472026-05-20T15:58:15.475Z Downloaded icu_locale_core v2.2.0
11482026-05-20T15:58:15.475Z Downloaded zerocopy-derive v0.7.35
11492026-05-20T15:58:15.482Z Downloaded usdt v0.5.0
11502026-05-20T15:58:15.482Z Downloaded slog v2.8.2
11512026-05-20T15:58:15.482Z Downloaded ucd-trie v0.1.7
11522026-05-20T15:58:15.482Z Downloaded test-strategy v0.4.5
11532026-05-20T15:58:15.487Z Downloaded tungstenite v0.21.0
11542026-05-20T15:58:15.487Z Downloaded schemars v1.2.1
11552026-05-20T15:58:15.494Z Downloaded writeable v0.6.3
11562026-05-20T15:58:15.497Z Downloaded zerovec-derive v0.11.3
11572026-05-20T15:58:15.497Z Downloaded icu_collections v2.2.0
11582026-05-20T15:58:15.501Z Downloaded typify v0.4.3
11592026-05-20T15:58:15.501Z Downloaded term v1.2.1
11602026-05-20T15:58:15.506Z Downloaded unsafe-libyaml v0.2.11
11612026-05-20T15:58:15.509Z Downloaded progenitor-impl v0.14.0
11622026-05-20T15:58:15.509Z Downloaded tar v0.4.45
11632026-05-20T15:58:15.509Z Downloaded minimal-lexical v0.2.1
11642026-05-20T15:58:15.513Z Downloaded qorb v0.4.1
11652026-05-20T15:58:15.520Z Downloaded hickory-resolver v0.25.2
11662026-05-20T15:58:15.520Z Downloaded schemars v0.9.0
11672026-05-20T15:58:15.523Z Downloaded yoke v0.8.2
11682026-05-20T15:58:15.527Z Downloaded toml_edit v0.19.15
11692026-05-20T15:58:15.535Z Downloaded prettyplease v0.2.37
11702026-05-20T15:58:15.538Z Downloaded hickory-resolver v0.24.4
11712026-05-20T15:58:15.542Z Downloaded zerotrie v0.2.4
11722026-05-20T15:58:15.545Z Downloaded iddqd v0.3.18
11732026-05-20T15:58:15.548Z Downloaded toml_edit v0.25.11+spec-1.1.0
11742026-05-20T15:58:15.554Z Downloaded toml v0.9.12+spec-1.1.0
11752026-05-20T15:58:15.554Z Downloaded rand v0.8.6
11762026-05-20T15:58:15.557Z Downloaded toml v0.7.8
11772026-05-20T15:58:15.557Z Downloaded rayon-core v1.13.0
11782026-05-20T15:58:15.561Z Downloaded snafu v0.8.9
11792026-05-20T15:58:15.565Z Downloaded aws-lc-rs v1.17.0
11802026-05-20T15:58:15.568Z Downloaded typify v0.6.2
11812026-05-20T15:58:15.571Z Downloaded typed-path v0.9.3
11822026-05-20T15:58:15.574Z Downloaded jiff-static v0.2.24
11832026-05-20T15:58:15.578Z Downloaded pest v2.8.6
11842026-05-20T15:58:15.578Z Downloaded schemars v0.8.22
11852026-05-20T15:58:15.584Z Downloaded serde_yaml v0.9.34+deprecated
11862026-05-20T15:58:15.589Z Downloaded hashbrown v0.12.3
11872026-05-20T15:58:15.592Z Downloaded reqwest v0.13.3
11882026-05-20T15:58:15.592Z Downloaded icu_normalizer v2.2.0
11892026-05-20T15:58:15.596Z Downloaded konst v0.2.20
11902026-05-20T15:58:15.599Z Downloaded zerovec v0.11.6
11912026-05-20T15:58:15.602Z Downloaded steno v0.4.1
11922026-05-20T15:58:15.605Z Downloaded icu_normalizer_data v2.2.0
11932026-05-20T15:58:15.605Z Downloaded indicatif v0.18.4
11942026-05-20T15:58:15.608Z Downloaded heapless v0.8.0
11952026-05-20T15:58:15.611Z Downloaded nom v7.1.3
11962026-05-20T15:58:15.614Z Downloaded tough v0.22.0
11972026-05-20T15:58:15.618Z Downloaded yansi v1.0.1
11982026-05-20T15:58:15.621Z Downloaded rand v0.10.1
11992026-05-20T15:58:15.625Z Downloaded winnow v0.5.40
12002026-05-20T15:58:15.628Z Downloaded serde_with v3.20.0
12012026-05-20T15:58:15.634Z Downloaded zerocopy-derive v0.8.48
12022026-05-20T15:58:15.640Z Downloaded rustls-webpki v0.102.8
12032026-05-20T15:58:15.653Z Downloaded tabled v0.20.0
12042026-05-20T15:58:15.662Z Downloaded tabled v0.15.0
12052026-05-20T15:58:15.671Z Downloaded hashbrown v0.16.1
12062026-05-20T15:58:15.675Z Downloaded proptest v1.11.0
12072026-05-20T15:58:15.680Z Downloaded blake3 v1.8.5
12082026-05-20T15:58:15.685Z Downloaded scc v2.4.0
12092026-05-20T15:58:15.688Z Downloaded rustls v0.22.4
12102026-05-20T15:58:15.695Z Downloaded dropshot v0.17.0
12112026-05-20T15:58:15.709Z Downloaded openapiv3 v2.2.0
12122026-05-20T15:58:15.715Z Downloaded rayon v1.12.0
12132026-05-20T15:58:15.720Z Downloaded nom v8.0.0
12142026-05-20T15:58:15.723Z Downloaded const_format v0.2.36
12152026-05-20T15:58:15.726Z Downloaded progenitor-macro v0.10.0
12162026-05-20T15:58:15.726Z Downloaded cancel-safe-futures v0.1.5
12172026-05-20T15:58:15.729Z Downloaded bit-vec v0.8.0
12182026-05-20T15:58:15.729Z Downloaded compression-codecs v0.4.38
12192026-05-20T15:58:15.732Z Downloaded ciborium-ll v0.2.2
12202026-05-20T15:58:15.732Z Downloaded hkdf v0.12.4
12212026-05-20T15:58:15.736Z Downloaded byteorder v1.5.0
12222026-05-20T15:58:15.736Z Downloaded libscf-sys v1.2.0
12232026-05-20T15:58:15.736Z Downloaded idna_adapter v1.2.2
12242026-05-20T15:58:15.736Z Downloaded instant v0.1.13
12252026-05-20T15:58:15.736Z Downloaded icu_properties_data v2.2.0
12262026-05-20T15:58:15.742Z Downloaded hostname v0.4.2
12272026-05-20T15:58:15.747Z Downloaded foreign-types-shared v0.3.1
12282026-05-20T15:58:15.747Z Downloaded bytecount v0.6.9
12292026-05-20T15:58:15.747Z Downloaded memmap v0.7.0
12302026-05-20T15:58:15.750Z Downloaded byte-wrapper v0.1.0
12312026-05-20T15:58:15.750Z Downloaded chacha20 v0.9.1
12322026-05-20T15:58:15.750Z Downloaded memoffset v0.9.1
12332026-05-20T15:58:15.750Z Downloaded dof v0.3.0
12342026-05-20T15:58:15.750Z Downloaded crucible-workspace-hack v0.1.0
12352026-05-20T15:58:15.750Z Downloaded linked-hash-map v0.5.6
12362026-05-20T15:58:15.753Z Downloaded httpdate v1.0.3
12372026-05-20T15:58:15.753Z Downloaded dunce v1.0.5
12382026-05-20T15:58:15.753Z Downloaded dtrace-parser v0.2.0
12392026-05-20T15:58:15.753Z Downloaded dropshot-api-manager-types v0.7.1
12402026-05-20T15:58:15.753Z Downloaded zerocopy v0.7.35
12412026-05-20T15:58:15.762Z Downloaded tower-http v0.6.10
12422026-05-20T15:58:15.767Z Downloaded cstr-argument v0.1.2
12432026-05-20T15:58:15.770Z Downloaded const-random-macro v0.1.16
12442026-05-20T15:58:15.770Z Downloaded libsw v3.5.0
12452026-05-20T15:58:15.771Z Downloaded anyhow v1.0.102
12462026-05-20T15:58:15.774Z Downloaded base16ct v0.2.0
12472026-05-20T15:58:15.774Z Downloaded git-stub v1.0.0
12482026-05-20T15:58:15.774Z Downloaded base16ct v1.0.0
12492026-05-20T15:58:15.774Z Downloaded bs58 v0.5.1
12502026-05-20T15:58:15.799Z Downloaded moka v0.12.15
12512026-05-20T15:58:15.814Z Downloaded chrono-tz v0.10.4
12522026-05-20T15:58:15.823Z Downloaded goblin v0.10.5
12532026-05-20T15:58:15.832Z Downloaded csv v1.4.0
12542026-05-20T15:58:15.843Z Downloaded time v0.3.47
12552026-05-20T15:58:15.863Z Downloaded syn v1.0.109
12562026-05-20T15:58:15.893Z Downloaded encoding_rs v0.8.35
12572026-05-20T15:58:15.909Z Downloaded smoltcp v0.11.0
12582026-05-20T15:58:15.929Z Downloaded rhai v1.24.0
12592026-05-20T15:58:15.940Z Downloaded nix v0.31.3
12602026-05-20T15:58:15.944Z Downloaded regress v0.11.1
12612026-05-20T15:58:15.950Z Downloaded regress v0.10.5
12622026-05-20T15:58:15.961Z Downloaded hickory-proto v0.24.4
12632026-05-20T15:58:15.969Z Downloaded hickory-proto v0.25.2
12642026-05-20T15:58:15.997Z Downloaded typify-impl v0.6.2
12652026-05-20T15:58:16.005Z Downloaded sled v0.34.7
12662026-05-20T15:58:16.012Z Downloaded typify-impl v0.4.3
12672026-05-20T15:58:16.062Z Downloaded petgraph v0.6.5
12682026-05-20T15:58:16.074Z Downloaded jiff v0.2.24
12692026-05-20T15:58:16.085Z Downloaded lzma-sys v0.1.20
12702026-05-20T15:58:16.102Z Downloaded sha3 v0.10.9
12712026-05-20T15:58:16.440Z Downloaded aws-lc-sys v0.41.0
12722026-05-20T15:58:17.412Z Compiling proc-macro2 v1.0.106
12732026-05-20T15:58:17.413Z Compiling quote v1.0.45
12742026-05-20T15:58:17.413Z Compiling unicode-ident v1.0.24
12752026-05-20T15:58:17.413Z Compiling serde_core v1.0.228
12762026-05-20T15:58:17.420Z Compiling cfg-if v1.0.4
12772026-05-20T15:58:17.420Z Compiling serde v1.0.228
12782026-05-20T15:58:17.420Z Compiling libc v0.2.186
12792026-05-20T15:58:17.420Z Compiling memchr v2.8.0
12802026-05-20T15:58:17.581Z Compiling itoa v1.0.18
12812026-05-20T15:58:17.764Z Compiling zmij v1.0.21
12822026-05-20T15:58:17.816Z Compiling autocfg v1.5.0
12832026-05-20T15:58:17.862Z Compiling libm v0.2.16
12842026-05-20T15:58:18.168Z Compiling version_check v0.9.5
12852026-05-20T15:58:18.209Z Compiling stable_deref_trait v1.2.1
12862026-05-20T15:58:18.280Z Compiling litemap v0.8.2
12872026-05-20T15:58:18.339Z Compiling writeable v0.6.3
12882026-05-20T15:58:18.398Z Compiling icu_normalizer_data v2.2.0
12892026-05-20T15:58:18.427Z Compiling utf8_iter v1.0.4
12902026-05-20T15:58:18.440Z Compiling percent-encoding v2.3.2
12912026-05-20T15:58:18.544Z Compiling pin-project-lite v0.2.17
12922026-05-20T15:58:18.568Z Compiling icu_properties_data v2.2.0
12932026-05-20T15:58:18.642Z Compiling syn v2.0.117
12942026-05-20T15:58:18.642Z Compiling equivalent v1.0.2
12952026-05-20T15:58:18.730Z Compiling iana-time-zone v0.1.65
12962026-05-20T15:58:18.740Z Compiling scopeguard v1.2.0
12972026-05-20T15:58:18.754Z Compiling parking_lot_core v0.9.12
12982026-05-20T15:58:18.837Z Compiling lock_api v0.4.14
12992026-05-20T15:58:18.860Z Compiling form_urlencoded v1.2.2
13002026-05-20T15:58:18.950Z Compiling serde_json v1.0.149
13012026-05-20T15:58:18.954Z Compiling dyn-clone v1.0.20
13022026-05-20T15:58:19.036Z Compiling log v0.4.29
13032026-05-20T15:58:19.048Z Compiling num-traits v0.2.19
13042026-05-20T15:58:19.074Z Compiling jobserver v0.1.34
13052026-05-20T15:58:19.094Z Compiling hashbrown v0.17.1
13062026-05-20T15:58:19.207Z Compiling find-msvc-tools v0.1.9
13072026-05-20T15:58:19.218Z Compiling thiserror v2.0.18
13082026-05-20T15:58:19.387Z Compiling shlex v1.3.0
13092026-05-20T15:58:19.409Z Compiling getrandom v0.4.2
13102026-05-20T15:58:19.430Z Compiling rand_core v0.10.1
13112026-05-20T15:58:19.556Z Compiling semver v1.0.28
13122026-05-20T15:58:19.580Z Compiling indexmap v2.14.0
13132026-05-20T15:58:19.686Z Compiling cc v1.2.62
13142026-05-20T15:58:19.728Z Compiling futures-core v0.3.32
13152026-05-20T15:58:19.848Z Compiling errno v0.3.14
13162026-05-20T15:58:19.886Z Compiling zerocopy v0.8.48
13172026-05-20T15:58:20.083Z Compiling heck v0.5.0
13182026-05-20T15:58:20.100Z Compiling futures-sink v0.3.32
13192026-05-20T15:58:20.199Z Compiling slab v0.4.12
13202026-05-20T15:58:20.239Z Compiling fnv v1.0.7
13212026-05-20T15:58:20.331Z Compiling uuid v1.23.1
13222026-05-20T15:58:20.352Z Compiling futures-channel v0.3.32
13232026-05-20T15:58:20.368Z Compiling futures-io v0.3.32
13242026-05-20T15:58:20.382Z Compiling futures-task v0.3.32
13252026-05-20T15:58:20.524Z Compiling schemars v0.8.22
13262026-05-20T15:58:20.548Z Compiling socket2 v0.6.3
13272026-05-20T15:58:20.566Z Compiling portable-atomic v1.13.1
13282026-05-20T15:58:20.726Z Compiling rustversion v1.0.22
13292026-05-20T15:58:20.743Z Compiling signal-hook-registry v1.4.8
13302026-05-20T15:58:20.785Z Compiling mio v1.2.0
13312026-05-20T15:58:20.967Z Compiling critical-section v1.2.0
13322026-05-20T15:58:20.984Z Compiling getrandom v0.2.17
13332026-05-20T15:58:21.035Z Compiling typenum v1.20.0
13342026-05-20T15:58:21.066Z Compiling bitflags v2.11.1
13352026-05-20T15:58:21.163Z Compiling subtle v2.6.1
13362026-05-20T15:58:21.226Z Compiling base64 v0.22.1
13372026-05-20T15:58:21.291Z Compiling untrusted v0.9.0
13382026-05-20T15:58:21.302Z Compiling byteorder v1.5.0
13392026-05-20T15:58:21.323Z Compiling rand_core v0.6.4
13402026-05-20T15:58:21.404Z Compiling synstructure v0.13.2
13412026-05-20T15:58:21.518Z Compiling serde_derive_internals v0.29.1
13422026-05-20T15:58:21.536Z Compiling once_cell v1.21.4
13432026-05-20T15:58:21.547Z Compiling regex-syntax v0.8.10
13442026-05-20T15:58:21.551Z Compiling cmake v0.1.58
13452026-05-20T15:58:21.742Z Compiling dunce v1.0.5
13462026-05-20T15:58:21.750Z Compiling fs_extra v1.3.0
13472026-05-20T15:58:21.787Z Compiling atomic-waker v1.1.2
13482026-05-20T15:58:21.821Z Compiling ipnet v2.12.0
13492026-05-20T15:58:21.911Z Compiling httparse v1.10.1
13502026-05-20T15:58:21.934Z Compiling tower-layer v0.3.3
13512026-05-20T15:58:21.949Z Compiling tower-service v0.3.3
13522026-05-20T15:58:21.997Z Compiling aws-lc-sys v0.41.0
13532026-05-20T15:58:22.038Z Compiling slog v2.8.2
13542026-05-20T15:58:22.089Z Compiling generic-array v0.14.7
13552026-05-20T15:58:22.272Z Compiling ryu v1.0.23
13562026-05-20T15:58:22.283Z Compiling ucd-trie v0.1.7
13572026-05-20T15:58:22.326Z Compiling strsim v0.11.1
13582026-05-20T15:58:22.363Z Compiling getrandom v0.3.4
13592026-05-20T15:58:22.452Z Compiling rustix v1.1.4
13602026-05-20T15:58:22.593Z Compiling try-lock v0.2.5
13612026-05-20T15:58:22.636Z Compiling thiserror v1.0.69
13622026-05-20T15:58:22.649Z Compiling serde_derive v1.0.228
13632026-05-20T15:58:22.693Z Compiling zerofrom-derive v0.1.7
13642026-05-20T15:58:22.704Z Compiling yoke-derive v0.8.2
13652026-05-20T15:58:22.720Z Compiling zerovec-derive v0.11.3
13662026-05-20T15:58:22.813Z Compiling displaydoc v0.2.5
13672026-05-20T15:58:22.890Z Compiling schemars_derive v0.8.22
13682026-05-20T15:58:22.957Z Compiling tokio-macros v2.7.0
13692026-05-20T15:58:23.594Z Compiling thiserror-impl v2.0.18
13702026-05-20T15:58:23.704Z Compiling zerocopy-derive v0.8.48
13712026-05-20T15:58:23.973Z Compiling zeroize_derive v1.4.3
13722026-05-20T15:58:23.980Z Compiling futures-macro v0.3.32
13732026-05-20T15:58:23.980Z Compiling zerofrom v0.1.8
13742026-05-20T15:58:24.107Z Compiling yoke v0.8.2
13752026-05-20T15:58:24.225Z Compiling zerovec v0.11.6
13762026-05-20T15:58:24.260Z Compiling zerotrie v0.2.4
13772026-05-20T15:58:24.483Z Compiling zeroize v1.8.2
13782026-05-20T15:58:24.658Z Compiling futures-util v0.3.32
13792026-05-20T15:58:24.677Z Compiling tinystr v0.8.3
13802026-05-20T15:58:24.723Z Compiling potential_utf v0.1.5
13812026-05-20T15:58:24.868Z Compiling icu_locale_core v2.2.0
13822026-05-20T15:58:24.878Z Compiling icu_collections v2.2.0
13832026-05-20T15:58:24.907Z Compiling want v0.3.1
13842026-05-20T15:58:24.929Z Compiling thiserror-impl v1.0.69
13852026-05-20T15:58:25.075Z Compiling pest v2.8.6
13862026-05-20T15:58:25.447Z Compiling httpdate v1.0.3
13872026-05-20T15:58:25.686Z Compiling icu_provider v2.2.0
13882026-05-20T15:58:25.783Z Compiling bytes v1.11.1
13892026-05-20T15:58:25.928Z Compiling smallvec v1.15.1
13902026-05-20T15:58:25.995Z Compiling icu_properties v2.2.0
13912026-05-20T15:58:26.074Z Compiling chrono v0.4.44
13922026-05-20T15:58:26.151Z Compiling icu_normalizer v2.2.0
13932026-05-20T15:58:26.407Z Compiling http v1.4.0
13942026-05-20T15:58:26.611Z Compiling parking_lot v0.12.5
13952026-05-20T15:58:26.782Z Compiling serde_tokenstream v0.2.3
13962026-05-20T15:58:27.052Z Compiling idna_adapter v1.2.2
13972026-05-20T15:58:27.061Z Compiling tokio v1.52.3
13982026-05-20T15:58:27.061Z Compiling erased-serde v0.3.31
13992026-05-20T15:58:27.115Z Compiling idna v1.1.0
14002026-05-20T15:58:27.200Z Compiling http-body v1.0.1
14012026-05-20T15:58:27.440Z Compiling url v2.5.8
14022026-05-20T15:58:27.541Z Compiling pest_meta v2.8.6
14032026-05-20T15:58:27.852Z Compiling pretty-hex v0.4.2
14042026-05-20T15:58:27.889Z Compiling plain v0.2.3
14052026-05-20T15:58:27.996Z Compiling ppv-lite86 v0.2.21
14062026-05-20T15:58:28.140Z Compiling paste v1.0.15
14072026-05-20T15:58:28.274Z Compiling pest_generator v2.8.6
14082026-05-20T15:58:28.305Z Compiling foldhash v0.2.0
14092026-05-20T15:58:28.308Z Compiling allocator-api2 v0.2.21
14102026-05-20T15:58:28.423Z Compiling crypto-common v0.1.7
14112026-05-20T15:58:28.549Z Compiling tracing-attributes v0.1.31
14122026-05-20T15:58:28.571Z Compiling tracing-core v0.1.36
14132026-05-20T15:58:28.650Z Compiling hashbrown v0.16.1
14142026-05-20T15:58:28.747Z Compiling ident_case v1.0.1
14152026-05-20T15:58:28.836Z Compiling pest_derive v2.8.6
14162026-05-20T15:58:28.869Z Compiling omicron-workspace-hack v0.1.0
14172026-05-20T15:58:29.187Z Compiling http-body-util v0.1.3
14182026-05-20T15:58:29.205Z Compiling serde_urlencoded v0.7.1
14192026-05-20T15:58:29.369Z Compiling aho-corasick v1.1.4
14202026-05-20T15:58:29.429Z Compiling ipnetwork v0.21.1
14212026-05-20T15:58:29.441Z Compiling sync_wrapper v1.0.2
14222026-05-20T15:58:29.453Z Compiling rustls-pki-types v1.14.1
14232026-05-20T15:58:29.538Z Compiling daft-derive v0.1.7
14242026-05-20T15:58:29.578Z Compiling fastrand v2.4.1
14252026-05-20T15:58:29.756Z Compiling tracing v0.1.44
14262026-05-20T15:58:29.838Z Compiling winnow v1.0.3
14272026-05-20T15:58:29.850Z Compiling scroll_derive v0.13.1
14282026-05-20T15:58:29.930Z Compiling async-trait v0.1.89
14292026-05-20T15:58:29.983Z Compiling ring v0.17.14
14302026-05-20T15:58:30.286Z Compiling regex-automata v0.4.14
14312026-05-20T15:58:30.694Z Compiling tokio-util v0.7.18
14322026-05-20T15:58:30.746Z Compiling cpufeatures v0.2.17
14332026-05-20T15:58:30.816Z Compiling anyhow v1.0.102
14342026-05-20T15:58:30.890Z Compiling num-conv v0.2.1
14352026-05-20T15:58:30.926Z Compiling powerfmt v0.2.0
14362026-05-20T15:58:31.029Z Compiling time-core v0.1.8
14372026-05-20T15:58:31.127Z Compiling deranged v0.5.8
14382026-05-20T15:58:31.165Z Compiling time-macros v0.2.27
14392026-05-20T15:58:31.337Z Compiling scroll v0.13.0
14402026-05-20T15:58:31.595Z Compiling oxnet v0.1.5
14412026-05-20T15:58:32.035Z Compiling regex v1.12.3
14422026-05-20T15:58:32.086Z Compiling block-buffer v0.10.4
14432026-05-20T15:58:32.177Z Compiling num_threads v0.1.7
14442026-05-20T15:58:32.228Z Compiling openssl-probe v0.2.1
14452026-05-20T15:58:32.269Z Compiling hex v0.4.3
14462026-05-20T15:58:32.413Z Compiling digest v0.10.7
14472026-05-20T15:58:32.514Z Compiling goblin v0.10.5
14482026-05-20T15:58:32.618Z Compiling camino v1.2.2
14492026-05-20T15:58:32.895Z Compiling usdt-impl v0.6.0
14502026-05-20T15:58:32.989Z Compiling crc32fast v1.5.0
14512026-05-20T15:58:33.152Z Compiling h2 v0.4.14
14522026-05-20T15:58:33.322Z Compiling dtrace-parser v0.3.0
14532026-05-20T15:58:33.457Z Compiling futures-executor v0.3.32
14542026-05-20T15:58:33.970Z Compiling crossbeam-utils v0.8.21
14552026-05-20T15:58:34.316Z Compiling aws-lc-rs v1.17.0
14562026-05-20T15:58:34.471Z Compiling structmeta-derive v0.3.0
14572026-05-20T15:58:34.624Z Compiling thread-id v5.1.0
14582026-05-20T15:58:34.639Z Compiling simd-adler32 v0.3.9
14592026-05-20T15:58:34.699Z Compiling rustls v0.22.4
14602026-05-20T15:58:34.827Z Compiling adler2 v2.0.1
14612026-05-20T15:58:34.917Z Compiling miniz_oxide v0.8.9
14622026-05-20T15:58:35.354Z Compiling hyper v1.9.0
14632026-05-20T15:58:35.497Z Compiling dof v0.4.0
14642026-05-20T15:58:35.614Z Compiling structmeta v0.3.0
14652026-05-20T15:58:35.614Z Compiling futures v0.3.32
14662026-05-20T15:58:35.614Z Compiling rand_core v0.9.5
14672026-05-20T15:58:35.624Z Compiling darling_core v0.23.0
14682026-05-20T15:58:35.697Z Compiling newtype-uuid-macros v0.1.0
14692026-05-20T15:58:35.771Z Compiling thread_local v1.1.9
14702026-05-20T15:58:36.034Z Compiling untrusted v0.7.1
14712026-05-20T15:58:36.129Z Compiling match_cfg v0.1.0
14722026-05-20T15:58:36.151Z Compiling flate2 v1.1.9
14732026-05-20T15:58:36.511Z Compiling hyper-util v0.1.20
14742026-05-20T15:58:36.564Z Compiling newtype-uuid v1.3.2
14752026-05-20T15:58:37.040Z Compiling rustls v0.23.40
14762026-05-20T15:58:37.045Z Compiling compression-core v0.4.32
14772026-05-20T15:58:37.045Z Compiling quick-error v1.2.3
14782026-05-20T15:58:37.045Z Compiling ref-cast v1.0.25
14792026-05-20T15:58:37.082Z Compiling slog-async v2.8.0
14802026-05-20T15:58:37.113Z Compiling compression-codecs v0.4.38
14812026-05-20T15:58:37.121Z Compiling daft v0.1.7
14822026-05-20T15:58:37.271Z Compiling usdt-macro v0.6.0
14832026-05-20T15:58:37.350Z Compiling usdt-attr-macro v0.6.0
14842026-05-20T15:58:37.376Z Compiling rand_chacha v0.9.0
14852026-05-20T15:58:37.403Z Compiling ref-cast-impl v1.0.25
14862026-05-20T15:58:37.428Z Compiling strum_macros v0.26.4
14872026-05-20T15:58:37.761Z Compiling darling_macro v0.23.0
14882026-05-20T15:58:37.814Z Compiling serde_spanned v1.1.1
14892026-05-20T15:58:37.966Z Compiling multer v3.1.0
14902026-05-20T15:58:38.033Z Compiling take_mut v0.2.2
14912026-05-20T15:58:38.140Z Compiling term v1.2.1
14922026-05-20T15:58:38.192Z Compiling bit-vec v0.8.0
14932026-05-20T15:58:38.419Z Compiling darling v0.23.0
14942026-05-20T15:58:38.425Z Compiling toml_writer v1.1.1+spec-1.1.0
14952026-05-20T15:58:38.425Z Compiling debug-ignore v1.0.5
14962026-05-20T15:58:38.432Z Compiling serde_with_macros v3.20.0
14972026-05-20T15:58:38.500Z Compiling bit-set v0.8.0
14982026-05-20T15:58:38.615Z Compiling rand v0.9.4
14992026-05-20T15:58:38.620Z Compiling async-stream-impl v0.3.6
15002026-05-20T15:58:38.651Z Compiling dropshot v0.17.0
15012026-05-20T15:58:38.651Z Compiling encoding_rs v0.8.35
15022026-05-20T15:58:38.845Z Compiling spin v0.9.8
15032026-05-20T15:58:38.889Z Compiling unarray v0.1.4
15042026-05-20T15:58:38.953Z Compiling mime v0.3.17
15052026-05-20T15:58:39.052Z Compiling strum v0.26.3
15062026-05-20T15:58:39.173Z Compiling derive-ex v0.1.8
15072026-05-20T15:58:39.176Z Compiling tower v0.5.3
15082026-05-20T15:58:39.195Z Compiling dropshot_endpoint v0.17.0
15092026-05-20T15:58:39.222Z Compiling macaddr v1.0.1
15102026-05-20T15:58:39.235Z Compiling async-stream v0.3.6
15112026-05-20T15:58:39.403Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15122026-05-20T15:58:39.435Z Compiling waitgroup v0.1.2
15132026-05-20T15:58:39.544Z Compiling serde_path_to_error v0.1.20
15142026-05-20T15:58:39.884Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15152026-05-20T15:58:40.010Z Compiling tower-http v0.6.10
15162026-05-20T15:58:40.094Z Compiling tempfile v3.27.0
15172026-05-20T15:58:40.133Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15182026-05-20T15:58:40.283Z Compiling openapiv3 v2.2.0
15192026-05-20T15:58:40.305Z Compiling strum_macros v0.27.2
15202026-05-20T15:58:40.659Z Compiling instant v0.1.13
15212026-05-20T15:58:40.722Z Compiling test-strategy v0.4.5
15222026-05-20T15:58:40.760Z Compiling rustls-native-certs v0.8.3
15232026-05-20T15:58:40.820Z Compiling time v0.3.47
15242026-05-20T15:58:41.097Z Compiling rustc-hash v2.1.2
15252026-05-20T15:58:41.216Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15262026-05-20T15:58:41.938Z Compiling crossbeam-channel v0.5.15
15272026-05-20T15:58:42.174Z Compiling strum v0.27.2
15282026-05-20T15:58:42.436Z Compiling parse-display-derive v0.10.0
15292026-05-20T15:58:42.773Z Compiling backon v1.6.0
15302026-05-20T15:58:42.843Z Compiling rand_chacha v0.3.1
15312026-05-20T15:58:43.056Z Compiling rustls-webpki v0.102.8
15322026-05-20T15:58:43.391Z Compiling rand v0.8.6
15332026-05-20T15:58:43.930Z Compiling slog-json v2.6.1
15342026-05-20T15:58:43.934Z Compiling hostname v0.3.1
15352026-05-20T15:58:44.008Z Compiling toml_parser v1.1.2+spec-1.1.0
15362026-05-20T15:58:44.036Z Compiling toml_datetime v1.1.1+spec-1.1.0
15372026-05-20T15:58:44.068Z Compiling is-terminal v0.4.17
15382026-05-20T15:58:44.087Z Compiling wait-timeout v0.2.1
15392026-05-20T15:58:44.130Z Compiling memmap2 v0.9.10
15402026-05-20T15:58:44.155Z Compiling syn v1.0.109
15412026-05-20T15:58:44.331Z Compiling either v1.15.0
15422026-05-20T15:58:44.342Z Compiling usdt v0.6.0
15432026-05-20T15:58:44.422Z Compiling toml v1.1.2+spec-1.1.0
15442026-05-20T15:58:44.523Z Compiling rusty-fork v0.3.1
15452026-05-20T15:58:44.535Z Compiling slog-term v2.9.2
15462026-05-20T15:58:44.606Z Compiling slog-bunyan v2.5.0
15472026-05-20T15:58:44.736Z Compiling serde_with v3.20.0
15482026-05-20T15:58:44.870Z Compiling async-compression v0.4.42
15492026-05-20T15:58:45.000Z Compiling rand_xorshift v0.4.0
15502026-05-20T15:58:45.125Z Compiling sha1 v0.10.6
15512026-05-20T15:58:45.142Z Compiling rustls-pemfile v2.2.0
15522026-05-20T15:58:45.169Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15532026-05-20T15:58:45.236Z Compiling regress v0.10.5
15542026-05-20T15:58:45.326Z Compiling hostname v0.4.2
15552026-05-20T15:58:45.331Z Compiling proptest v1.11.0
15562026-05-20T15:58:45.644Z Compiling tokio-rustls v0.25.0
15572026-05-20T15:58:46.191Z Compiling iddqd v0.3.18
15582026-05-20T15:58:47.221Z Compiling reqwest v0.12.28
15592026-05-20T15:58:47.360Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15602026-05-20T15:58:47.885Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15612026-05-20T15:58:48.567Z Compiling progenitor-client v0.10.0
15622026-05-20T15:58:48.839Z Compiling itertools v0.14.0
15632026-05-20T15:58:48.851Z Compiling parse-display v0.10.0
15642026-05-20T15:58:49.074Z Compiling backoff v0.4.0
15652026-05-20T15:58:49.173Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15662026-05-20T15:58:50.044Z Compiling utf8parse v0.2.2
15672026-05-20T15:58:50.126Z Compiling anstyle-parse v1.0.0
15682026-05-20T15:58:50.137Z Compiling anstyle v1.0.14
15692026-05-20T15:58:50.153Z Compiling colorchoice v1.0.5
15702026-05-20T15:58:50.193Z Compiling anstyle-query v1.1.5
15712026-05-20T15:58:50.259Z Compiling is_terminal_polyfill v1.70.2
15722026-05-20T15:58:50.346Z Compiling anstream v1.0.0
15732026-05-20T15:58:50.358Z Compiling clap_lex v1.1.0
15742026-05-20T15:58:50.732Z Compiling regress v0.11.1
15752026-05-20T15:58:50.838Z Compiling clap_derive v4.6.1
15762026-05-20T15:58:51.386Z Compiling terminal_size v0.4.4
15772026-05-20T15:58:52.311Z Compiling typify-impl v0.6.2
15782026-05-20T15:58:52.533Z Compiling toml_datetime v0.6.11
15792026-05-20T15:58:52.546Z Compiling zerocopy-derive v0.7.35
15802026-05-20T15:58:53.054Z Compiling convert_case v0.4.0
15812026-05-20T15:58:53.351Z Compiling derive_more v0.99.20
15822026-05-20T15:58:53.414Z Compiling zerocopy v0.7.35
15832026-05-20T15:58:54.036Z Compiling clap_builder v4.6.0
15842026-05-20T15:58:54.600Z Compiling toml_edit v0.25.11+spec-1.1.0
15852026-05-20T15:58:54.953Z Compiling unicode-width v0.2.2
15862026-05-20T15:58:55.230Z Compiling proc-macro-crate v3.5.0
15872026-05-20T15:58:55.648Z Compiling clap v4.6.1
15882026-05-20T15:58:55.820Z Compiling secrecy v0.10.3
15892026-05-20T15:58:55.970Z Compiling float-ord v0.3.2
15902026-05-20T15:58:56.142Z Compiling crucible-workspace-hack v0.1.0
15912026-05-20T15:58:56.173Z Compiling tinyvec_macros v0.1.1
15922026-05-20T15:58:56.241Z Compiling tinyvec v1.11.0
15932026-05-20T15:58:56.425Z Compiling num_enum_derive v0.7.6
15942026-05-20T15:58:57.185Z Compiling dtrace-parser v0.2.0
15952026-05-20T15:58:57.493Z Compiling scroll_derive v0.12.1
15962026-05-20T15:58:57.627Z Compiling num-integer v0.1.46
15972026-05-20T15:58:57.726Z Compiling rustc_version v0.4.1
15982026-05-20T15:58:57.953Z Compiling usdt-impl v0.5.0
15992026-05-20T15:58:58.001Z Compiling curve25519-dalek v4.1.3
16002026-05-20T15:58:58.080Z Compiling num_enum v0.7.6
16012026-05-20T15:58:58.239Z Compiling scroll v0.12.0
16022026-05-20T15:58:58.511Z Compiling dof v0.3.0
16032026-05-20T15:58:58.618Z Compiling typify-macro v0.6.2
16042026-05-20T15:58:58.736Z Compiling hmac v0.12.1
16052026-05-20T15:58:58.823Z Compiling darling_core v0.21.3
16062026-05-20T15:58:58.849Z Compiling inout v0.1.4
16072026-05-20T15:58:58.869Z Compiling ff v0.13.1
16082026-05-20T15:58:58.929Z Compiling thread-id v4.2.2
16092026-05-20T15:58:58.975Z Compiling group v0.13.0
16102026-05-20T15:58:58.987Z Compiling cipher v0.4.4
16112026-05-20T15:58:59.010Z Compiling hkdf v0.12.4
16122026-05-20T15:58:59.501Z Compiling goblin v0.8.2
16132026-05-20T15:58:59.658Z Compiling num-iter v0.1.45
16142026-05-20T15:58:59.716Z Compiling num-rational v0.4.2
16152026-05-20T15:58:59.926Z Compiling thiserror-impl-no-std v2.0.2
16162026-05-20T15:58:59.966Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16172026-05-20T15:59:00.445Z Compiling crossbeam-epoch v0.9.18
16182026-05-20T15:59:00.643Z Compiling typify v0.6.2
16192026-05-20T15:59:00.652Z Compiling universal-hash v0.5.1
16202026-05-20T15:59:00.730Z Compiling crypto-bigint v0.5.5
16212026-05-20T15:59:00.775Z Compiling half v2.7.1
16222026-05-20T15:59:00.786Z Compiling curve25519-dalek-derive v0.1.1
16232026-05-20T15:59:00.883Z Compiling darling_macro v0.21.3
16242026-05-20T15:59:01.019Z Compiling num-complex v0.4.6
16252026-05-20T15:59:01.470Z Compiling base64ct v1.8.3
16262026-05-20T15:59:01.479Z Compiling ciborium-io v0.2.2
16272026-05-20T15:59:01.490Z Compiling opaque-debug v0.3.1
16282026-05-20T15:59:01.533Z Compiling base16ct v0.2.0
16292026-05-20T15:59:01.553Z Compiling poly1305 v0.8.0
16302026-05-20T15:59:01.564Z Compiling ciborium-ll v0.2.2
16312026-05-20T15:59:01.760Z Compiling password-hash v0.5.0
16322026-05-20T15:59:01.803Z Compiling elliptic-curve v0.13.8
16332026-05-20T15:59:01.898Z Compiling darling v0.21.3
16342026-05-20T15:59:02.198Z Compiling num v0.4.3
16352026-05-20T15:59:02.443Z Compiling thiserror-no-std v2.0.2
16362026-05-20T15:59:02.848Z Compiling chacha20 v0.9.1
16372026-05-20T15:59:03.064Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16382026-05-20T15:59:03.203Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16392026-05-20T15:59:03.597Z Compiling blake2 v0.10.6
16402026-05-20T15:59:03.735Z Compiling byte-wrapper v0.1.0
16412026-05-20T15:59:03.769Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16422026-05-20T15:59:04.040Z Compiling aead v0.5.2
16432026-05-20T15:59:04.088Z Compiling proc-macro-error-attr v1.0.4
16442026-05-20T15:59:04.194Z Compiling heapless v0.8.0
16452026-05-20T15:59:04.313Z Compiling unsafe-libyaml v0.2.11
16462026-05-20T15:59:04.326Z Compiling keccak v0.1.6
16472026-05-20T15:59:04.510Z Compiling rustix v0.38.44
16482026-05-20T15:59:04.551Z Compiling prettyplease v0.2.37
16492026-05-20T15:59:04.844Z Compiling serde_yaml v0.9.34+deprecated
16502026-05-20T15:59:05.045Z Compiling sha3 v0.10.9
16512026-05-20T15:59:05.604Z Compiling chacha20poly1305 v0.10.1
16522026-05-20T15:59:05.997Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16532026-05-20T15:59:06.033Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16542026-05-20T15:59:06.048Z Compiling argon2 v0.5.3
16552026-05-20T15:59:06.388Z Compiling vsss-rs v3.3.4
16562026-05-20T15:59:06.515Z Compiling ingot-macros v0.1.1
16572026-05-20T15:59:06.557Z Compiling ciborium v0.2.2
16582026-05-20T15:59:07.837Z Compiling usdt-macro v0.5.0
16592026-05-20T15:59:07.960Z Compiling usdt-attr-macro v0.5.0
16602026-05-20T15:59:08.495Z Compiling rustls-webpki v0.103.13
16612026-05-20T15:59:09.810Z Compiling serde_spanned v0.6.9
16622026-05-20T15:59:09.864Z Compiling enum-as-inner v0.6.1
16632026-05-20T15:59:09.923Z Compiling hash32 v0.3.1
16642026-05-20T15:59:09.950Z Compiling proc-macro-error v1.0.4
16652026-05-20T15:59:10.012Z Compiling memmap v0.7.0
16662026-05-20T15:59:10.074Z Compiling winnow v0.5.40
16672026-05-20T15:59:10.190Z Compiling winnow v0.7.15
16682026-05-20T15:59:10.203Z Compiling static_assertions v1.1.0
16692026-05-20T15:59:10.273Z Compiling data-encoding v2.11.0
16702026-05-20T15:59:10.461Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16712026-05-20T15:59:10.733Z Compiling toml_write v0.1.2
16722026-05-20T15:59:10.815Z Compiling smoltcp v0.11.0
16732026-05-20T15:59:10.919Z Compiling indent_write v2.2.0
16742026-05-20T15:59:11.113Z Compiling usdt v0.5.0
16752026-05-20T15:59:11.266Z Compiling ingot-types v0.1.2
16762026-05-20T15:59:11.383Z Compiling toml_edit v0.19.15
16772026-05-20T15:59:11.438Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16782026-05-20T15:59:11.532Z Compiling toml_edit v0.22.27
16792026-05-20T15:59:11.606Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16802026-05-20T15:59:11.690Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16812026-05-20T15:59:11.945Z Compiling tabwriter v1.4.1
16822026-05-20T15:59:12.181Z Compiling tokio-rustls v0.26.4
16832026-05-20T15:59:12.181Z Compiling rustls-platform-verifier v0.7.0
16842026-05-20T15:59:12.430Z Compiling hyper-rustls v0.27.9
16852026-05-20T15:59:12.708Z Compiling reqwest v0.13.3
16862026-05-20T15:59:13.188Z Compiling cobs v0.3.0
16872026-05-20T15:59:13.387Z Compiling serde_repr v0.1.20
16882026-05-20T15:59:13.450Z Compiling memoffset v0.9.1
16892026-05-20T15:59:13.612Z Compiling managed v0.8.0
16902026-05-20T15:59:13.699Z Compiling vcpkg v0.2.15
16912026-05-20T15:59:13.832Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16922026-05-20T15:59:13.995Z Compiling progenitor-client v0.14.0
16932026-05-20T15:59:14.059Z Compiling cfg_aliases v0.2.1
16942026-05-20T15:59:14.135Z Compiling bitflags v1.3.2
16952026-05-20T15:59:14.258Z Compiling progenitor-extras v0.2.0
16962026-05-20T15:59:14.307Z Compiling pkg-config v0.3.33
16972026-05-20T15:59:14.497Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16982026-05-20T15:59:14.755Z Compiling openssl-sys v0.9.116
16992026-05-20T15:59:15.322Z Compiling nix v0.31.3
17002026-05-20T15:59:15.586Z Compiling postcard v1.1.3
17012026-05-20T15:59:15.711Z Compiling toml v0.8.23
17022026-05-20T15:59:15.922Z Compiling proc-macro-crate v1.3.1
17032026-05-20T15:59:16.409Z Compiling ingot v0.1.1
17042026-05-20T15:59:16.530Z Compiling hubpack_derive v0.1.1
17052026-05-20T15:59:16.773Z Compiling foreign-types-macros v0.2.3
17062026-05-20T15:59:16.979Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17072026-05-20T15:59:17.110Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17082026-05-20T15:59:17.278Z Compiling colored v3.1.1
17092026-05-20T15:59:17.297Z Compiling resolv-conf v0.7.6
17102026-05-20T15:59:17.356Z Compiling semver v0.1.20
17112026-05-20T15:59:17.446Z Compiling heck v0.4.1
17122026-05-20T15:59:17.616Z Compiling foreign-types-shared v0.3.1
17132026-05-20T15:59:17.649Z Compiling unicode-segmentation v1.13.2
17142026-05-20T15:59:17.674Z Compiling cpufeatures v0.3.0
17152026-05-20T15:59:17.678Z Compiling swrite v0.1.0
17162026-05-20T15:59:17.705Z Compiling linked-hash-map v0.5.6
17172026-05-20T15:59:17.758Z Compiling rayon-core v1.13.0
17182026-05-20T15:59:17.769Z Compiling chacha20 v0.10.0
17192026-05-20T15:59:17.889Z Compiling lru-cache v0.1.2
17202026-05-20T15:59:18.013Z Compiling newline-converter v0.3.0
17212026-05-20T15:59:18.022Z Compiling foreign-types v0.5.0
17222026-05-20T15:59:18.032Z Compiling rustc_version v0.1.7
17232026-05-20T15:59:18.114Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17242026-05-20T15:59:18.124Z Compiling hubpack v0.1.2
17252026-05-20T15:59:18.175Z Compiling num_enum_derive v0.5.11
17262026-05-20T15:59:18.335Z Compiling atomicwrites v0.4.4
17272026-05-20T15:59:18.346Z Compiling hickory-proto v0.24.4
17282026-05-20T15:59:18.457Z Compiling progenitor-impl v0.13.0
17292026-05-20T15:59:18.532Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17302026-05-20T15:59:19.274Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17312026-05-20T15:59:19.746Z Compiling crossbeam-deque v0.8.6
17322026-05-20T15:59:19.947Z Compiling console v0.15.11
17332026-05-20T15:59:20.640Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17342026-05-20T15:59:20.655Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17352026-05-20T15:59:20.836Z Compiling camino-tempfile v1.4.1
17362026-05-20T15:59:20.885Z Compiling serde-big-array v0.5.1
17372026-05-20T15:59:21.076Z Compiling pin-project-internal v1.1.13
17382026-05-20T15:59:21.172Z Compiling num-derive v0.4.2
17392026-05-20T15:59:21.219Z Compiling derive-where v1.6.1
17402026-05-20T15:59:21.561Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17412026-05-20T15:59:21.663Z Compiling cstr-argument v0.1.2
17422026-05-20T15:59:21.819Z Compiling similar v2.7.0
17432026-05-20T15:59:22.070Z Compiling minimal-lexical v0.2.1
17442026-05-20T15:59:22.175Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17452026-05-20T15:59:22.191Z Compiling siphasher v1.0.3
17462026-05-20T15:59:22.241Z Compiling pin-project v1.1.13
17472026-05-20T15:59:22.284Z Compiling nom v7.1.3
17482026-05-20T15:59:22.330Z Compiling phf_shared v0.12.1
17492026-05-20T15:59:22.341Z Compiling expectorate v1.2.0
17502026-05-20T15:59:22.419Z Compiling progenitor-macro v0.13.0
17512026-05-20T15:59:22.481Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17522026-05-20T15:59:22.500Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17532026-05-20T15:59:22.527Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17542026-05-20T15:59:22.696Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17552026-05-20T15:59:22.739Z Compiling hickory-resolver v0.24.4
17562026-05-20T15:59:22.880Z Compiling num_enum v0.5.11
17572026-05-20T15:59:22.996Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17582026-05-20T15:59:23.552Z Compiling newtype_derive v0.1.6
17592026-05-20T15:59:23.631Z Compiling rand v0.10.1
17602026-05-20T15:59:23.796Z Compiling progenitor-client v0.13.0
17612026-05-20T15:59:24.293Z Compiling progenitor-impl v0.14.0
17622026-05-20T15:59:24.672Z Compiling unicode-normalization v0.1.25
17632026-05-20T15:59:25.143Z Compiling tokio-stream v0.1.18
17642026-05-20T15:59:25.342Z Compiling snafu-derive v0.8.9
17652026-05-20T15:59:25.467Z Compiling async-recursion v1.1.1
17662026-05-20T15:59:25.602Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17672026-05-20T15:59:25.607Z Compiling slog-dtrace v0.3.0
17682026-05-20T15:59:25.843Z Compiling bstr v1.12.1
17692026-05-20T15:59:25.876Z Compiling csv-core v0.1.13
17702026-05-20T15:59:26.141Z Compiling konst_macro_rules v0.2.19
17712026-05-20T15:59:26.176Z Compiling owo-colors v4.3.0
17722026-05-20T15:59:26.317Z Compiling openssl v0.10.80
17732026-05-20T15:59:26.331Z Compiling unicode-width v0.1.14
17742026-05-20T15:59:26.522Z Compiling unicode-xid v0.2.6
17752026-05-20T15:59:26.604Z Compiling cancel-safe-futures v0.1.5
17762026-05-20T15:59:26.613Z Compiling foreign-types-shared v0.1.1
17772026-05-20T15:59:26.705Z Compiling same-file v1.0.6
17782026-05-20T15:59:26.716Z Compiling highway v1.3.0
17792026-05-20T15:59:26.876Z Compiling foldhash v0.1.5
17802026-05-20T15:59:26.887Z Compiling chrono-tz v0.10.4
17812026-05-20T15:59:27.061Z Compiling hashbrown v0.15.5
17822026-05-20T15:59:27.111Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17832026-05-20T15:59:27.114Z Compiling snafu v0.8.9
17842026-05-20T15:59:27.163Z Compiling walkdir v2.5.0
17852026-05-20T15:59:27.504Z Compiling const_format_proc_macros v0.2.34
17862026-05-20T15:59:27.528Z Compiling foreign-types v0.3.2
17872026-05-20T15:59:27.551Z Compiling progenitor v0.13.0
17882026-05-20T15:59:27.592Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17892026-05-20T15:59:27.661Z Compiling konst v0.2.20
17902026-05-20T15:59:27.683Z Compiling globset v0.4.18
17912026-05-20T15:59:27.695Z Compiling csv v1.4.0
17922026-05-20T15:59:27.917Z Compiling progenitor-macro v0.14.0
17932026-05-20T15:59:28.004Z Compiling qorb v0.4.1
17942026-05-20T15:59:28.260Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17952026-05-20T15:59:28.408Z Compiling olpc-cjson v0.1.4
17962026-05-20T15:59:28.520Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17972026-05-20T15:59:30.138Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17982026-05-20T15:59:30.166Z Compiling rayon v1.12.0
17992026-05-20T15:59:30.214Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18002026-05-20T15:59:30.467Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18012026-05-20T15:59:30.503Z Compiling phf v0.12.1
18022026-05-20T15:59:30.552Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-05-20T15:59:30.651Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18042026-05-20T15:59:31.084Z Compiling zone_cfg_derive v0.3.1
18052026-05-20T15:59:31.567Z Compiling tokio-dtrace v0.1.1
18062026-05-20T15:59:31.860Z Compiling itertools v0.12.1
18072026-05-20T15:59:31.893Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18082026-05-20T15:59:31.983Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18092026-05-20T15:59:32.096Z Compiling libsw-core v0.3.2
18102026-05-20T15:59:32.269Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18112026-05-20T15:59:32.357Z Compiling serde_plain v1.0.2
18122026-05-20T15:59:32.571Z Compiling openssl-macros v0.1.1
18132026-05-20T15:59:32.836Z Compiling pem v3.0.6
18142026-05-20T15:59:32.883Z Compiling cookie v0.18.1
18152026-05-20T15:59:32.962Z Compiling sigpipe v0.1.3
18162026-05-20T15:59:33.013Z Compiling fixedbitset v0.4.2
18172026-05-20T15:59:33.048Z Compiling bytecount v0.6.9
18182026-05-20T15:59:33.081Z Compiling typed-path v0.9.3
18192026-05-20T15:59:33.107Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18202026-05-20T15:59:33.121Z Compiling glob v0.3.3
18212026-05-20T15:59:33.184Z Compiling jiff v0.2.24
18222026-05-20T15:59:33.212Z Compiling fixedbitset v0.5.7
18232026-05-20T15:59:33.246Z Compiling petgraph v0.6.5
18242026-05-20T15:59:33.358Z Compiling papergrid v0.11.0
18252026-05-20T15:59:33.555Z Compiling petgraph v0.8.3
18262026-05-20T15:59:34.430Z Compiling tough v0.22.0
18272026-05-20T15:59:34.749Z Compiling progenitor v0.14.0
18282026-05-20T15:59:34.886Z Compiling zone v0.3.1
18292026-05-20T15:59:35.150Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18302026-05-20T15:59:35.408Z Compiling libsw v3.5.0
18312026-05-20T15:59:35.490Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18322026-05-20T15:59:35.527Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18332026-05-20T15:59:35.697Z Compiling oxide-tokio-rt v0.1.6
18342026-05-20T15:59:35.725Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18352026-05-20T15:59:35.736Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18362026-05-20T15:59:36.000Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18372026-05-20T15:59:36.297Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18382026-05-20T15:59:36.879Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18392026-05-20T15:59:36.929Z Compiling const_format v0.2.36
18402026-05-20T15:59:37.056Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18412026-05-20T15:59:37.395Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18422026-05-20T15:59:37.606Z Compiling tabled_derive v0.7.0
18432026-05-20T15:59:37.813Z Compiling gethostname v0.5.0
18442026-05-20T15:59:37.946Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18452026-05-20T15:59:37.975Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18462026-05-20T15:59:37.995Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18472026-05-20T15:59:38.041Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18482026-05-20T15:59:38.056Z Compiling smf v0.2.3
18492026-05-20T15:59:38.094Z Compiling bcs v0.1.6
18502026-05-20T15:59:38.411Z Compiling nom v8.0.0
18512026-05-20T15:59:38.590Z Compiling whoami v1.6.1
18522026-05-20T15:59:38.616Z Compiling unicode-linebreak v0.1.5
18532026-05-20T15:59:38.661Z Compiling smawk v0.3.2
18542026-05-20T15:59:38.803Z Compiling lazy_static v1.5.0
18552026-05-20T15:59:38.867Z Compiling tagptr v0.2.0
18562026-05-20T15:59:38.903Z Compiling termtree v0.5.1
18572026-05-20T15:59:38.903Z Compiling crunchy v0.2.4
18582026-05-20T15:59:39.019Z Compiling linear-map v1.2.0
18592026-05-20T15:59:39.035Z Compiling moka v0.12.15
18602026-05-20T15:59:39.056Z Compiling steno v0.4.1
18612026-05-20T15:59:39.200Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18622026-05-20T15:59:39.229Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18632026-05-20T15:59:39.440Z Compiling textwrap v0.16.2
18642026-05-20T15:59:39.964Z Compiling tabled v0.15.0
18652026-05-20T15:59:40.551Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18662026-05-20T15:59:40.693Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-05-20T15:59:41.177Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18682026-05-20T15:59:42.033Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18692026-05-20T15:59:42.313Z Compiling hickory-proto v0.25.2
18702026-05-20T15:59:42.695Z Compiling humantime v2.3.0
18712026-05-20T15:59:42.982Z Compiling tiny-keccak v2.0.2
18722026-05-20T15:59:43.002Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18732026-05-20T15:59:43.382Z Compiling parking_lot_core v0.8.6
18742026-05-20T15:59:43.624Z Compiling libscf-sys v1.2.0
18752026-05-20T15:59:43.746Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18762026-05-20T15:59:43.755Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18772026-05-20T15:59:43.772Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18782026-05-20T15:59:44.018Z Compiling const-random-macro v0.1.16
18792026-05-20T15:59:44.368Z Compiling hickory-resolver v0.25.2
18802026-05-20T15:59:44.432Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18812026-05-20T15:59:44.536Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18822026-05-20T15:59:44.763Z Compiling ahash v0.8.12
18832026-05-20T15:59:44.919Z Compiling smartstring v1.0.1
18842026-05-20T15:59:44.933Z Compiling parking_lot v0.11.2
18852026-05-20T15:59:45.084Z Compiling const-random v0.1.18
18862026-05-20T15:59:45.354Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18872026-05-20T15:59:45.475Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18882026-05-20T15:59:45.488Z Compiling fxhash v0.2.1
18892026-05-20T15:59:45.625Z Compiling internet-checksum v0.2.1
18902026-05-20T15:59:45.701Z Compiling sled v0.34.7
18912026-05-20T15:59:46.042Z Compiling thin-vec v0.2.18
18922026-05-20T15:59:46.104Z Compiling rhai_codegen v3.1.0
18932026-05-20T15:59:46.340Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
18942026-05-20T15:59:46.541Z Compiling sdd v3.0.10
18952026-05-20T15:59:46.638Z Compiling serial_test_derive v3.4.0
18962026-05-20T15:59:46.907Z Compiling scc v2.4.0
18972026-05-20T15:59:47.370Z Compiling rhai v1.24.0
18982026-05-20T15:59:47.439Z Compiling yansi v1.0.1
18992026-05-20T15:59:47.452Z Compiling diff v0.1.13
19002026-05-20T15:59:47.747Z Compiling pretty_assertions v1.4.1
19012026-05-20T15:59:47.993Z Compiling serial_test v3.4.0
19022026-05-20T15:59:48.343Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19032026-05-20T15:59:49.463Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19042026-05-20T15:59:57.737Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19052026-05-20T15:59:59.347Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19062026-05-20T16:00:00.364Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19072026-05-20T16:00:01.424Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19082026-05-20T16:00:02.259Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19092026-05-20T16:00:03.629Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19102026-05-20T16:00:36.978Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
19112026-05-20T16:00:37.161Z────────────
19122026-05-20T16:00:37.161Z Nextest run ID 0dafe7c9-b18f-4336-aca2-c7a66781b414 with nextest profile: default
19132026-05-20T16:00:37.161Z Starting 150 tests across 3 binaries
19142026-05-20T16:00:37.171Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19152026-05-20T16:00:37.178Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19162026-05-20T16:00:37.178Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19172026-05-20T16:00:37.178Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19182026-05-20T16:00:37.178Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19192026-05-20T16:00:37.178Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19202026-05-20T16:00:37.178Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19212026-05-20T16:00:37.178Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19222026-05-20T16:00:37.182Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19232026-05-20T16:00:37.182Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19242026-05-20T16:00:37.186Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19252026-05-20T16:00:37.186Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19262026-05-20T16:00:37.187Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19272026-05-20T16:00:37.187Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19282026-05-20T16:00:37.187Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19292026-05-20T16:00:37.187Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19302026-05-20T16:00:37.191Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19312026-05-20T16:00:37.191Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
19322026-05-20T16:00:37.194Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19332026-05-20T16:00:37.194Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19342026-05-20T16:00:37.194Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19352026-05-20T16:00:37.194Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19362026-05-20T16:00:37.194Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19372026-05-20T16:00:37.194Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19382026-05-20T16:00:37.198Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19392026-05-20T16:00:37.203Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19402026-05-20T16:00:37.203Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19412026-05-20T16:00:37.203Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19422026-05-20T16:00:37.203Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19432026-05-20T16:00:37.204Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19442026-05-20T16:00:37.204Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19452026-05-20T16:00:37.207Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19462026-05-20T16:00:37.208Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19472026-05-20T16:00:37.211Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19482026-05-20T16:00:37.211Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19492026-05-20T16:00:37.211Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19502026-05-20T16:00:37.211Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19512026-05-20T16:00:37.211Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19522026-05-20T16:00:37.211Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19532026-05-20T16:00:37.215Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19542026-05-20T16:00:37.215Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19552026-05-20T16:00:37.219Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19562026-05-20T16:00:37.219Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19572026-05-20T16:00:37.219Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19582026-05-20T16:00:37.219Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19592026-05-20T16:00:37.219Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19602026-05-20T16:00:37.222Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19612026-05-20T16:00:37.222Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19622026-05-20T16:00:37.226Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19632026-05-20T16:00:37.230Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19642026-05-20T16:00:37.230Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19652026-05-20T16:00:37.231Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19662026-05-20T16:00:37.231Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19672026-05-20T16:00:37.231Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19682026-05-20T16:00:37.231Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
19692026-05-20T16:00:37.231Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19702026-05-20T16:00:37.234Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19712026-05-20T16:00:37.238Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19722026-05-20T16:00:37.238Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19732026-05-20T16:00:37.238Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19742026-05-20T16:00:37.238Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19752026-05-20T16:00:37.238Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19762026-05-20T16:00:37.238Z PASS [ 0.008s] bgp messages::tests::prefix_within
19772026-05-20T16:00:37.238Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19782026-05-20T16:00:37.242Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19792026-05-20T16:00:37.245Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19802026-05-20T16:00:37.245Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19812026-05-20T16:00:37.245Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19822026-05-20T16:00:37.250Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19832026-05-20T16:00:37.250Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19842026-05-20T16:00:37.250Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19852026-05-20T16:00:37.250Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19862026-05-20T16:00:37.251Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19872026-05-20T16:00:37.254Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19882026-05-20T16:00:37.254Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19892026-05-20T16:00:37.254Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19902026-05-20T16:00:37.258Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19912026-05-20T16:00:37.258Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19922026-05-20T16:00:37.258Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19932026-05-20T16:00:37.258Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19942026-05-20T16:00:37.258Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19952026-05-20T16:00:37.263Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
19962026-05-20T16:00:37.267Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19972026-05-20T16:00:37.267Z PASS [ 0.009s] bgp messages::tests::update_round_trip
19982026-05-20T16:00:37.276Z PASS [ 0.021s] bgp policy::test::open_add_4byte_as
19992026-05-20T16:00:37.281Z PASS [ 0.020s] bgp policy::test::update_shape_community
20002026-05-20T16:00:37.281Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20012026-05-20T16:00:37.281Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20022026-05-20T16:00:37.284Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20032026-05-20T16:00:37.284Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20042026-05-20T16:00:37.284Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20052026-05-20T16:00:37.292Z PASS [ 0.030s] bgp proptest::prop_encode_decode_semantic_equivalence
20062026-05-20T16:00:37.296Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20072026-05-20T16:00:37.296Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20082026-05-20T16:00:37.296Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20092026-05-20T16:00:37.296Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20102026-05-20T16:00:37.300Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20112026-05-20T16:00:37.300Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20122026-05-20T16:00:37.300Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20132026-05-20T16:00:37.305Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20142026-05-20T16:00:37.309Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20152026-05-20T16:00:37.312Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20162026-05-20T16:00:37.312Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20172026-05-20T16:00:37.315Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20182026-05-20T16:00:37.315Z PASS [ 0.019s] bgp proptest::prop_update_mp_unreach_roundtrip
20192026-05-20T16:00:37.321Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20202026-05-20T16:00:37.321Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20212026-05-20T16:00:37.321Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20222026-05-20T16:00:37.325Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20232026-05-20T16:00:37.325Z PASS [ 0.031s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20242026-05-20T16:00:37.325Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20252026-05-20T16:00:37.325Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20262026-05-20T16:00:37.325Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20272026-05-20T16:00:37.329Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20282026-05-20T16:00:37.329Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20292026-05-20T16:00:37.333Z PASS [ 0.034s] bgp proptest::prop_update_mp_reach_roundtrip
20302026-05-20T16:00:37.333Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20312026-05-20T16:00:37.333Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20322026-05-20T16:00:37.333Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20332026-05-20T16:00:37.333Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20342026-05-20T16:00:37.337Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20352026-05-20T16:00:40.397Z PASS [ 3.068s] bgp test::test_basic_peering_passive
20362026-05-20T16:00:40.404Z PASS [ 3.071s] bgp test::test_basic_update_ipv6
20372026-05-20T16:00:40.410Z PASS [ 3.073s] bgp test::test_basic_update
20382026-05-20T16:00:40.410Z PASS [ 3.078s] bgp test::test_basic_peering_active
20392026-05-20T16:00:40.416Z PASS [ 3.090s] bgp test::test_basic_peering_active_tcp
20402026-05-20T16:00:40.420Z PASS [ 3.087s] bgp test::test_basic_peering_passive_tcp
20412026-05-20T16:00:40.420Z PASS [ 3.086s] bgp test::test_basic_update_ipv6_tcp
20422026-05-20T16:00:40.420Z PASS [ 3.085s] bgp test::test_basic_update_tcp
20432026-05-20T16:00:43.486Z PASS [ 3.069s] bgp test::test_ipv6_basic_peering_active
20442026-05-20T16:00:43.490Z PASS [ 3.068s] bgp test::test_ipv6_basic_peering_passive
20452026-05-20T16:00:43.502Z PASS [ 3.083s] bgp test::test_ipv6_basic_peering_passive_tcp
20462026-05-20T16:00:44.489Z PASS [ 4.084s] bgp test::test_import_export_policy_filtering
20472026-05-20T16:00:44.489Z PASS [ 4.091s] bgp test::test_dual_stack_routes_ipv4_peer_success
20482026-05-20T16:00:44.496Z PASS [ 4.092s] bgp test::test_dual_stack_routes_ipv6_peer_success
20492026-05-20T16:00:44.500Z PASS [ 4.077s] bgp test::test_ipv6_basic_peering_active_tcp
20502026-05-20T16:00:44.500Z PASS [ 4.093s] bgp test::test_ipv4_routes_ipv6_peer_success
20512026-05-20T16:00:44.551Z PASS [ 1.063s] bgp test::test_multiple_unnumbered_sessions
20522026-05-20T16:00:45.586Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp
20532026-05-20T16:00:45.590Z PASS [ 1.092s] bgp test::test_three_router_chain_tcp_ipv6
20542026-05-20T16:00:46.346Z PASS [ 2.843s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20552026-05-20T16:00:46.554Z PASS [ 2.065s] bgp test::test_same_linklocal_multiple_interfaces
20562026-05-20T16:00:46.646Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20572026-05-20T16:00:47.563Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20582026-05-20T16:00:47.567Z PASS [ 3.067s] bgp test::test_three_router_chain_unnumbered
20592026-05-20T16:00:49.561Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20602026-05-20T16:00:51.407Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20612026-05-20T16:00:54.651Z PASS [ 9.061s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20622026-05-20T16:00:55.618Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20632026-05-20T16:01:02.617Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20642026-05-20T16:01:02.618Z────────────
20652026-05-20T16:01:02.618Z Summary [ 25.453s] 150 tests run: 150 passed, 0 skipped
20662026-05-20T16:01:02.630Z+ 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/
20672026-05-20T16:01:02.636Z+ popd
20682026-05-20T16:01:02.636Z+ pushd mgd
20692026-05-20T16:01:02.639Z/work/oxidecomputer/maghemite
20702026-05-20T16:01:02.639Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20712026-05-20T16:01:02.639Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20722026-05-20T16:01:03.844Z Compiling slog v2.8.2
20732026-05-20T16:01:03.951Z Compiling usdt v0.6.0
20742026-05-20T16:01:04.041Z Compiling typify-impl v0.4.3
20752026-05-20T16:01:04.059Z Compiling proc-macro-error-attr2 v2.0.0
20762026-05-20T16:01:04.078Z Compiling papergrid v0.17.0
20772026-05-20T16:01:04.245Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
20782026-05-20T16:01:04.249Z Compiling slog-json v2.6.1
20792026-05-20T16:01:04.339Z Compiling slog-async v2.8.0
20802026-05-20T16:01:04.450Z Compiling slog-term v2.9.2
20812026-05-20T16:01:04.803Z Compiling slog-bunyan v2.5.0
20822026-05-20T16:01:04.888Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20832026-05-20T16:01:04.946Z Compiling dropshot v0.17.0
20842026-05-20T16:01:05.025Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20852026-05-20T16:01:05.060Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20862026-05-20T16:01:05.277Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20872026-05-20T16:01:05.409Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20882026-05-20T16:01:05.845Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20892026-05-20T16:01:06.148Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20902026-05-20T16:01:06.279Z Compiling slog-dtrace v0.3.0
20912026-05-20T16:01:06.606Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20922026-05-20T16:01:06.630Z Compiling steno v0.4.1
20932026-05-20T16:01:08.230Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20942026-05-20T16:01:09.845Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20952026-05-20T16:01:10.313Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20962026-05-20T16:01:10.326Z Compiling typify-macro v0.4.3
20972026-05-20T16:01:10.601Z Compiling proc-macro-error2 v2.0.1
20982026-05-20T16:01:10.886Z Compiling tabled_derive v0.11.0
20992026-05-20T16:01:10.948Z Compiling testing_table v0.3.0
21002026-05-20T16:01:11.124Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21012026-05-20T16:01:11.429Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21022026-05-20T16:01:11.721Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21032026-05-20T16:01:11.910Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21042026-05-20T16:01:12.030Z Compiling tabled v0.20.0
21052026-05-20T16:01:12.197Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21062026-05-20T16:01:12.380Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21072026-05-20T16:01:12.403Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21082026-05-20T16:01:12.588Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21092026-05-20T16:01:13.022Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21102026-05-20T16:01:14.519Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21112026-05-20T16:01:14.739Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21122026-05-20T16:01:14.767Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21132026-05-20T16:01:14.826Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21142026-05-20T16:01:14.856Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21152026-05-20T16:01:15.035Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21162026-05-20T16:01:15.402Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21172026-05-20T16:01:16.159Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21182026-05-20T16:01:16.529Z Compiling typify v0.4.3
21192026-05-20T16:01:16.633Z Compiling progenitor-impl v0.11.2
21202026-05-20T16:01:17.057Z Compiling progenitor-client v0.11.2
21212026-05-20T16:01:17.355Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21222026-05-20T16:01:17.685Z Compiling crc8 v0.1.1
21232026-05-20T16:01:17.809Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21242026-05-20T16:01:18.047Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21252026-05-20T16:01:18.400Z Compiling dropshot-api-manager-types v0.7.1
21262026-05-20T16:01:19.700Z Compiling progenitor-macro v0.11.2
21272026-05-20T16:01:20.383Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21282026-05-20T16:01:20.383Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21292026-05-20T16:01:20.615Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21302026-05-20T16:01:21.406Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21312026-05-20T16:01:22.615Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21322026-05-20T16:01:23.209Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21332026-05-20T16:01:23.623Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21342026-05-20T16:01:23.814Z Compiling progenitor v0.11.2
21352026-05-20T16:01:23.957Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21362026-05-20T16:01:25.700Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21372026-05-20T16:01:25.887Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21382026-05-20T16:01:31.502Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21392026-05-20T16:01:38.862Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21402026-05-20T16:01:40.464Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21412026-05-20T16:01:41.523Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21422026-05-20T16:01:42.597Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21432026-05-20T16:01:43.390Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21442026-05-20T16:01:44.749Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21452026-05-20T16:01:44.749Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21462026-05-20T16:01:44.752Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21472026-05-20T16:01:50.464Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21482026-05-20T16:02:19.532Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
21492026-05-20T16:02:19.704Z────────────
21502026-05-20T16:02:19.704Z Nextest run ID 80a687d5-46fb-40cc-9a0b-e85740308b20 with nextest profile: default
21512026-05-20T16:02:19.704Z Starting 32 tests across 3 binaries
21522026-05-20T16:02:19.715Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21532026-05-20T16:02:19.715Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21542026-05-20T16:02:19.731Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21552026-05-20T16:02:19.748Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21562026-05-20T16:02:19.761Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21572026-05-20T16:02:19.765Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21582026-05-20T16:02:19.765Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21592026-05-20T16:02:19.765Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21602026-05-20T16:02:19.769Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21612026-05-20T16:02:19.769Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21622026-05-20T16:02:19.769Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21632026-05-20T16:02:19.772Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21642026-05-20T16:02:19.772Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21652026-05-20T16:02:19.776Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21662026-05-20T16:02:19.776Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21672026-05-20T16:02:19.776Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21682026-05-20T16:02:19.776Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21692026-05-20T16:02:19.776Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21702026-05-20T16:02:19.781Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21712026-05-20T16:02:19.784Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21722026-05-20T16:02:19.784Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21732026-05-20T16:02:19.784Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21742026-05-20T16:02:19.784Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21752026-05-20T16:02:19.785Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21762026-05-20T16:02:19.785Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21772026-05-20T16:02:19.785Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21782026-05-20T16:02:19.788Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21792026-05-20T16:02:19.791Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21802026-05-20T16:02:19.791Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21812026-05-20T16:02:19.791Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21822026-05-20T16:02:19.791Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21832026-05-20T16:02:19.791Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21842026-05-20T16:02:19.791Z────────────
21852026-05-20T16:02:19.792Z Summary [ 0.088s] 32 tests run: 32 passed, 0 skipped
21862026-05-20T16:02:19.803Z+ cp apply_remove_entire_group.log /work/
21872026-05-20T16:02:19.806Z+ popd
21882026-05-20T16:02:19.806Z/work/oxidecomputer/maghemite
21892026-05-20T16:02:19.806Zprocess exited: duration 402347 ms, exit code 0
 
21902026-05-20T16:02:19.819Zfound 66 output files
21912026-05-20T16:02:19.819Zuploading: /work/apply_remove_entire_group.log (9605 bytes)
21922026-05-20T16:02:20.841Zuploaded: /work/apply_remove_entire_group.log
21932026-05-20T16:02:20.846Zuploading: /work/dualstack_routes.log (84785 bytes)
21942026-05-20T16:02:21.860Zuploaded: /work/dualstack_routes.log
21952026-05-20T16:02:21.873Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2204 bytes)
21962026-05-20T16:02:22.875Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21972026-05-20T16:02:22.875Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1521 bytes)
21982026-05-20T16:02:24.101Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21992026-05-20T16:02:24.101Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2162 bytes)
22002026-05-20T16:02:26.127Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22012026-05-20T16:02:26.127Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2269 bytes)
22022026-05-20T16:02:27.275Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22032026-05-20T16:02:27.275Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2316 bytes)
22042026-05-20T16:02:28.295Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22052026-05-20T16:02:28.295Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2255 bytes)
22062026-05-20T16:02:29.337Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22072026-05-20T16:02:29.337Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3206 bytes)
22082026-05-20T16:02:30.390Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22092026-05-20T16:02:30.390Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2358 bytes)
22102026-05-20T16:02:31.978Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22112026-05-20T16:02:31.978Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2270 bytes)
22122026-05-20T16:02:33.014Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22132026-05-20T16:02:33.015Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2253 bytes)
22142026-05-20T16:02:34.049Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22152026-05-20T16:02:34.049Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2317 bytes)
22162026-05-20T16:02:35.103Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22172026-05-20T16:02:35.103Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2465 bytes)
22182026-05-20T16:02:36.116Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22192026-05-20T16:02:36.116Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4621 bytes)
22202026-05-20T16:02:37.812Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22212026-05-20T16:02:37.812Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3619 bytes)
22222026-05-20T16:02:38.894Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22232026-05-20T16:02:38.894Zuploading: /work/multiple_unnumbered.log (138753 bytes)
22242026-05-20T16:02:39.936Zuploaded: /work/multiple_unnumbered.log
22252026-05-20T16:02:39.936Zuploading: /work/ndp_change_reset.log (70411 bytes)
22262026-05-20T16:02:41.009Zuploaded: /work/ndp_change_reset.log
22272026-05-20T16:02:41.009Zuploading: /work/ndp_changes.log (88533 bytes)
22282026-05-20T16:02:42.056Zuploaded: /work/ndp_changes.log
22292026-05-20T16:02:42.056Zuploading: /work/r1.test_basic_peering_active.log (40216 bytes)
22302026-05-20T16:02:43.070Zuploaded: /work/r1.test_basic_peering_active.log
22312026-05-20T16:02:43.070Zuploading: /work/r1.test_basic_peering_active_tcp.log (45521 bytes)
22322026-05-20T16:02:45.527Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22332026-05-20T16:02:45.527Zuploading: /work/r1.test_basic_peering_passive.log (33835 bytes)
22342026-05-20T16:02:46.553Zuploaded: /work/r1.test_basic_peering_passive.log
22352026-05-20T16:02:46.553Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39688 bytes)
22362026-05-20T16:02:47.566Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22372026-05-20T16:02:47.566Zuploading: /work/r1.test_basic_update.log (45378 bytes)
22382026-05-20T16:02:48.580Zuploaded: /work/r1.test_basic_update.log
22392026-05-20T16:02:48.580Zuploading: /work/r1.test_basic_update_ipv6.log (28267 bytes)
22402026-05-20T16:02:49.591Zuploaded: /work/r1.test_basic_update_ipv6.log
22412026-05-20T16:02:49.591Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30996 bytes)
22422026-05-20T16:02:50.604Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22432026-05-20T16:02:50.604Zuploading: /work/r1.test_basic_update_tcp.log (31360 bytes)
22442026-05-20T16:02:51.616Zuploaded: /work/r1.test_basic_update_tcp.log
22452026-05-20T16:02:51.616Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43645 bytes)
22462026-05-20T16:02:52.628Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22472026-05-20T16:02:52.628Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44005 bytes)
22482026-05-20T16:02:53.642Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22492026-05-20T16:02:53.642Zuploading: /work/r1.test_import_export_policy_filtering.log (40199 bytes)
22502026-05-20T16:02:54.656Zuploaded: /work/r1.test_import_export_policy_filtering.log
22512026-05-20T16:02:54.656Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35913 bytes)
22522026-05-20T16:02:55.670Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22532026-05-20T16:02:55.670Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40233 bytes)
22542026-05-20T16:02:56.682Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22552026-05-20T16:02:56.682Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49030 bytes)
22562026-05-20T16:02:57.694Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22572026-05-20T16:02:57.694Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33730 bytes)
22582026-05-20T16:02:58.706Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22592026-05-20T16:02:58.706Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39620 bytes)
22602026-05-20T16:02:59.719Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22612026-05-20T16:02:59.719Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35615 bytes)
22622026-05-20T16:03:00.732Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22632026-05-20T16:03:00.732Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29940 bytes)
22642026-05-20T16:03:01.746Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22652026-05-20T16:03:01.746Zuploading: /work/r1.test_three_router_chain_tcp.log (22153 bytes)
22662026-05-20T16:03:02.758Zuploaded: /work/r1.test_three_router_chain_tcp.log
22672026-05-20T16:03:02.758Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22633 bytes)
22682026-05-20T16:03:03.771Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22692026-05-20T16:03:03.771Zuploading: /work/r2.test_basic_peering_active.log (38858 bytes)
22702026-05-20T16:03:04.785Zuploaded: /work/r2.test_basic_peering_active.log
22712026-05-20T16:03:04.785Zuploading: /work/r2.test_basic_peering_active_tcp.log (44387 bytes)
22722026-05-20T16:03:05.798Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22732026-05-20T16:03:05.798Zuploading: /work/r2.test_basic_peering_passive.log (41473 bytes)
22742026-05-20T16:03:06.815Zuploaded: /work/r2.test_basic_peering_passive.log
22752026-05-20T16:03:06.815Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46565 bytes)
22762026-05-20T16:03:07.828Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22772026-05-20T16:03:07.828Zuploading: /work/r2.test_basic_update.log (42169 bytes)
22782026-05-20T16:03:08.841Zuploaded: /work/r2.test_basic_update.log
22792026-05-20T16:03:08.841Zuploading: /work/r2.test_basic_update_ipv6.log (26460 bytes)
22802026-05-20T16:03:09.854Zuploaded: /work/r2.test_basic_update_ipv6.log
22812026-05-20T16:03:09.854Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (31031 bytes)
22822026-05-20T16:03:10.878Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22832026-05-20T16:03:10.878Zuploading: /work/r2.test_basic_update_tcp.log (31679 bytes)
22842026-05-20T16:03:11.894Zuploaded: /work/r2.test_basic_update_tcp.log
22852026-05-20T16:03:11.894Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43583 bytes)
22862026-05-20T16:03:12.918Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22872026-05-20T16:03:12.918Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (40750 bytes)
22882026-05-20T16:03:13.942Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22892026-05-20T16:03:13.942Zuploading: /work/r2.test_import_export_policy_filtering.log (36561 bytes)
22902026-05-20T16:03:14.965Zuploaded: /work/r2.test_import_export_policy_filtering.log
22912026-05-20T16:03:14.965Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38295 bytes)
22922026-05-20T16:03:16.006Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22932026-05-20T16:03:16.006Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38871 bytes)
22942026-05-20T16:03:17.025Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22952026-05-20T16:03:17.025Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47743 bytes)
22962026-05-20T16:03:18.038Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22972026-05-20T16:03:18.038Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41333 bytes)
22982026-05-20T16:03:19.051Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22992026-05-20T16:03:19.051Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46693 bytes)
23002026-05-20T16:03:20.065Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23012026-05-20T16:03:20.065Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38172 bytes)
23022026-05-20T16:03:21.079Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23032026-05-20T16:03:21.080Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28071 bytes)
23042026-05-20T16:03:22.093Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23052026-05-20T16:03:22.093Zuploading: /work/r2.test_three_router_chain_tcp.log (44827 bytes)
23062026-05-20T16:03:23.109Zuploaded: /work/r2.test_three_router_chain_tcp.log
23072026-05-20T16:03:23.109Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (46228 bytes)
23082026-05-20T16:03:24.124Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23092026-05-20T16:03:24.124Zuploading: /work/r3.test_three_router_chain_tcp.log (21370 bytes)
23102026-05-20T16:03:25.141Zuploaded: /work/r3.test_three_router_chain_tcp.log
23112026-05-20T16:03:25.141Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (25057 bytes)
23122026-05-20T16:03:26.153Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23132026-05-20T16:03:26.153Zuploading: /work/same_linklocal.log (125124 bytes)
23142026-05-20T16:03:27.170Zuploaded: /work/same_linklocal.log
23152026-05-20T16:03:27.170Zuploading: /work/three_chain.log (164722 bytes)
23162026-05-20T16:03:28.190Zuploaded: /work/three_chain.log
23172026-05-20T16:03:28.190Zuploading: /work/unnumbered_expiry.log (88649 bytes)
23182026-05-20T16:03:29.208Zuploaded: /work/unnumbered_expiry.log
23192026-05-20T16:03:29.208Zuploading: /work/unnumbered_interface_lifecycle.log (127300 bytes)
23202026-05-20T16:03:30.225Zuploaded: /work/unnumbered_interface_lifecycle.log
23212026-05-20T16:03:30.225Zuploading: /work/unnumbered_peer_change.log (79005 bytes)
23222026-05-20T16:03:31.239Zuploaded: /work/unnumbered_peer_change.log