01KS3XRWXXD03WD44NFMWSF8F8: 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: 01KS3XSFMFS31NK159V6XFGB2T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T00:09:44.451Zjob assigned to worker 01KS3XT1DZ7QAQV40QBA50SDKW [factory aws, i-090e1ebdc849ce78d] (queued for 1 m 14 s)
 
22026-05-21T00:09:51.353Zstarting task 0: "setup"
32026-05-21T00:09:51.357Z++ uname -s
42026-05-21T00:09:51.360Z+ kern=SunOS
52026-05-21T00:09:51.360Z+ build_user=build
62026-05-21T00:09:51.360Z+ build_uid=12345
72026-05-21T00:09:51.360Z+ work_dir=/work
82026-05-21T00:09:51.360Z+ input_dir=/input
92026-05-21T00:09:51.360Z+ [[ 0 == 12345 ]]
102026-05-21T00:09:51.360Z+ case "$kern" in
112026-05-21T00:09:51.360Z+ groupadd -g 12345 build
122026-05-21T00:09:51.364Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T00:09:53.374Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T00:09:53.426Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T00:09:53.431Z+ home_fs=zfs
162026-05-21T00:09:53.431Z+ [[ zfs == autofs ]]
172026-05-21T00:09:53.431Z+ mkdir -p /home/build
182026-05-21T00:09:53.431Z+ chown build:build /home/build /work
192026-05-21T00:09:55.425Z+ chmod 0700 /home/build /work
202026-05-21T00:09:55.428Zprocess exited: duration 4076 ms, exit code 0
 
212026-05-21T00:09:55.435Zstarting task 1: "rust-toolchain"
222026-05-21T00:09:55.440Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-21T00:09:55.440Z * rust toolchain channel = "stable"
242026-05-21T00:09:55.440Z * rust toolchain profile = "default"
252026-05-21T00:09:55.440Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-21T00:09:55.440Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T00:09:55.440Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T00:09:55.443Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T00:09:55.443Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-21T00:09:55.561Zinfo: downloading installer
312026-05-21T00:09:57.113Zwarn: It looks like you have an existing installation of Rust at:
322026-05-21T00:09:57.113Zwarn: /opt/ooce/bin
332026-05-21T00:09:57.113Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-21T00:09:57.113Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-21T00:09:57.113Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-21T00:09:57.113Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-21T00:09:57.113Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-21T00:09:57.113Zerror: cannot install while Rust is installed
392026-05-21T00:09:57.113Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-21T00:09:57.113Zwarn: It looks like you have an existing rustup settings file at:
412026-05-21T00:09:57.113Zwarn: /home/build/.rustup/settings.toml
422026-05-21T00:09:57.113Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-21T00:09:57.113Zwarn: instead of the one inferred from the default host triple.
442026-05-21T00:09:57.145Zinfo: profile set to default
452026-05-21T00:09:57.145Zinfo: default host triple is x86_64-unknown-illumos
462026-05-21T00:09:57.148Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-21T00:09:57.298Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-21T00:09:57.298Zinfo: downloading 6 components
492026-05-21T00:10:12.002Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-21T00:10:12.002Z
512026-05-21T00:10:12.036Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-21T00:10:12.036Z
532026-05-21T00:10:12.036Z
542026-05-21T00:10:12.036ZRust is installed now. Great!
552026-05-21T00:10:12.036Z
562026-05-21T00:10:12.036ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-21T00:10:12.036Zenvironment variable. This has not been done automatically.
582026-05-21T00:10:12.036Z
592026-05-21T00:10:12.036ZTo configure your current shell, you need to source
602026-05-21T00:10:12.036Zthe corresponding env file under $HOME/.cargo.
612026-05-21T00:10:12.036Z
622026-05-21T00:10:12.036ZThis is usually done by running one of the following (note the leading DOT):
632026-05-21T00:10:12.036Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-21T00:10:12.036Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-21T00:10:12.036Zsource "~/.cargo/env.nu" # For nushell
662026-05-21T00:10:12.036Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-21T00:10:12.036Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-21T00:10:12.036Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-21T00:10:12.039Zwarn: no default linker (`cc`) was found in your PATH
702026-05-21T00:10:12.040Zwarn: many Rust crates require a system C toolchain to build
712026-05-21T00:10:12.132Z+ rustup --version
722026-05-21T00:10:12.141Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-21T00:10:12.145Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-21T00:10:12.164Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-21T00:10:12.168Z+ cargo --version
762026-05-21T00:10:12.181Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-21T00:10:12.184Z+ rustc --version
782026-05-21T00:10:12.203Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-21T00:10:12.206Zprocess exited: duration 16768 ms, exit code 0
 
802026-05-21T00:10:12.220Zstarting task 2: "authentication"
812026-05-21T00:10:12.231Zprocess exited: duration 17 ms, exit code 0
 
822026-05-21T00:10:12.238Zstarting task 3: "clone repository"
832026-05-21T00:10:12.241Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-21T00:10:12.244Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-21T00:10:12.425ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-21T00:10:13.848Z+ cd /work/oxidecomputer/maghemite
872026-05-21T00:10:13.852Z+ git fetch origin c1a8abb612197ccc87a11b8b39e56f651654c60e
882026-05-21T00:10:14.248ZFrom https://github.com/oxidecomputer/maghemite
892026-05-21T00:10:14.248Z * branch c1a8abb612197ccc87a11b8b39e56f651654c60e -> FETCH_HEAD
902026-05-21T00:10:14.253Z+ [[ -n sunshowers/spr/update-dropshot-api-manager-to-072 ]]
912026-05-21T00:10:14.257Z++ git branch --show-current
922026-05-21T00:10:14.257Z+ current=main
932026-05-21T00:10:14.257Z+ [[ main != sunshowers/spr/update-dropshot-api-manager-to-072 ]]
942026-05-21T00:10:14.257Z+ git branch -f sunshowers/spr/update-dropshot-api-manager-to-072 c1a8abb612197ccc87a11b8b39e56f651654c60e
952026-05-21T00:10:14.260Z+ git checkout -f sunshowers/spr/update-dropshot-api-manager-to-072
962026-05-21T00:10:14.275ZSwitched to branch 'sunshowers/spr/update-dropshot-api-manager-to-072'
972026-05-21T00:10:14.278Z+ git reset --hard c1a8abb612197ccc87a11b8b39e56f651654c60e
982026-05-21T00:10:14.282ZHEAD is now at c1a8abb [spr] initial version
992026-05-21T00:10:14.282Zprocess exited: duration 2041 ms, exit code 0
 
1002026-05-21T00:10:14.289Zstarting task 4: "build"
1012026-05-21T00:10:14.293Z+ set -e
1022026-05-21T00:10:14.293Z+ source .github/buildomat/test-common.sh
1032026-05-21T00:10:14.297Z++ NEXTEST_VERSION=0.9.97
1042026-05-21T00:10:14.297Z++ PLATFORM=illumos
1052026-05-21T00:10:14.297Z++ banner install
1062026-05-21T00:10:14.297Z
1072026-05-21T00:10:14.297Z # # # #### ##### ## # #
1082026-05-21T00:10:14.297Z # ## # # # # # # #
1092026-05-21T00:10:14.297Z # # # # #### # # # # #
1102026-05-21T00:10:14.297Z # # # # # # ###### # #
1112026-05-21T00:10:14.297Z # # ## # # # # # # #
1122026-05-21T00:10:14.297Z # # # #### # # # ###### ######
1132026-05-21T00:10:14.297Z
1142026-05-21T00:10:14.297Z++ set +o errexit
1152026-05-21T00:10:14.297Z++ pkg info clang-15
1162026-05-21T00:10:14.305Z++ grep -qi installed
1172026-05-21T00:10:16.509Zpkg: info: no packages matching the following patterns you specified are
1182026-05-21T00:10:16.509Zinstalled on the system. Try querying remotely instead:
1192026-05-21T00:10:16.509Z
1202026-05-21T00:10:16.509Z clang-15
1212026-05-21T00:10:16.548Z++ [[ 1 != 0 ]]
1222026-05-21T00:10:16.548Z++ set -o errexit
1232026-05-21T00:10:16.551Z++ pfexec pkg install clang-15
1242026-05-21T00:10:23.535Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-21T00:10:31.229Z Startup: Caching catalogs ... Done
1262026-05-21T00:10:38.459ZPlanning: Solver setup ... Done
1272026-05-21T00:10:38.499ZPlanning: Running solver ... Done
1282026-05-21T00:10:38.635ZPlanning: Finding local manifests ... Done
1292026-05-21T00:10:38.648ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-21T00:10:38.732ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-21T00:10:38.762ZPlanning: Package planning ... Done
1322026-05-21T00:10:38.787ZPlanning: Merging actions ... Done
1332026-05-21T00:10:38.952ZPlanning: Checking for conflicting actions ... Done
1342026-05-21T00:10:38.958ZPlanning: Consolidating action changes ... Done
1352026-05-21T00:10:40.665ZPlanning: Evaluating mediators ... Done
1362026-05-21T00:10:40.670ZPlanning: Planning completed in 9.28 seconds
1372026-05-21T00:10:40.718Z Packages to install: 2
1382026-05-21T00:10:40.721Z Mediators to change: 2
1392026-05-21T00:10:40.721Z Services to change: 1
1402026-05-21T00:10:40.721Z Create boot environment: No
1412026-05-21T00:10:40.721ZCreate backup boot environment: No
1422026-05-21T00:10:40.780Z
1432026-05-21T00:10:40.780ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-21T00:10:45.795ZDownload: 985/3076 items 82.2/211.3MB 38% complete (21.6M/s)
1452026-05-21T00:10:52.131ZDownload: 2008/3076 items 117.0/211.3MB 55% complete (13.1M/s)
1462026-05-21T00:10:56.935ZDownload: Completed 211.31 MB in 16.15 seconds (13.1M/s)
1472026-05-21T00:10:57.104Z Actions: 1/3418 actions (Installing new actions)
1482026-05-21T00:11:00.752Z Actions: Completed 3418 actions in 3.65 seconds.
1492026-05-21T00:11:01.385Z Done
1502026-05-21T00:11:01.385Z Done
1512026-05-21T00:11:02.118Z Done
1522026-05-21T00:11:05.903Z Done
1532026-05-21T00:11:05.985Z Done
1542026-05-21T00:11:05.989Z Done
1552026-05-21T00:11:06.157Z Done
1562026-05-21T00:11:06.824Z++ set -o errexit
1572026-05-21T00:11:06.824Z++ cargo --version
1582026-05-21T00:11:06.831Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1592026-05-21T00:11:06.975Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1602026-05-21T00:11:06.978Zinfo: downloading 6 components
1612026-05-21T00:11:21.570Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1622026-05-21T00:11:21.573Z++ rustc --version
1632026-05-21T00:11:21.599Zrustc 1.95.0 (59807616e 2026-04-14)
1642026-05-21T00:11:21.604Z++ cargo install cargo-nextest --version 0.9.97
1652026-05-21T00:11:21.644Z Updating crates.io index
1662026-05-21T00:11:21.755Z Downloading crates ...
1672026-05-21T00:11:21.806Z Downloaded cargo-nextest v0.9.97
1682026-05-21T00:11:21.870Z Installing cargo-nextest v0.9.97
1692026-05-21T00:11:21.910Z Updating crates.io index
1702026-05-21T00:11:24.458Z Locking 404 packages to latest compatible versions
1712026-05-21T00:11:24.463Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-05-21T00:11:24.466Z Adding duct v0.13.7 (available: v1.1.1)
1732026-05-21T00:11:24.466Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-05-21T00:11:24.466Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-05-21T00:11:24.469Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1762026-05-21T00:11:24.469Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1772026-05-21T00:11:24.469Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-05-21T00:11:24.473Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1792026-05-21T00:11:24.476Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-05-21T00:11:24.492Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-05-21T00:11:24.502Z Downloading crates ...
1822026-05-21T00:11:24.575Z Downloaded camino v1.2.2
1832026-05-21T00:11:24.595Z Downloaded lock_api v0.4.14
1842026-05-21T00:11:24.598Z Downloaded nextest-workspace-hack v0.1.0
1852026-05-21T00:11:24.598Z Downloaded atomicwrites v0.4.4
1862026-05-21T00:11:24.601Z Downloaded adler2 v2.0.1
1872026-05-21T00:11:24.601Z Downloaded block-buffer v0.10.4
1882026-05-21T00:11:24.604Z Downloaded home v0.5.12
1892026-05-21T00:11:24.604Z Downloaded bitflags v2.11.1
1902026-05-21T00:11:24.608Z Downloaded fnv v1.0.7
1912026-05-21T00:11:24.608Z Downloaded atomic-waker v1.1.2
1922026-05-21T00:11:24.608Z Downloaded autocfg v1.5.0
1932026-05-21T00:11:24.611Z Downloaded native-tls v0.2.18
1942026-05-21T00:11:24.611Z Downloaded base64ct v1.8.3
1952026-05-21T00:11:24.615Z Downloaded jobserver v0.1.34
1962026-05-21T00:11:24.615Z Downloaded ahash v0.8.12
1972026-05-21T00:11:24.618Z Downloaded nextest-metadata v0.12.2
1982026-05-21T00:11:24.621Z Downloaded rand_core v0.9.5
1992026-05-21T00:11:24.621Z Downloaded nextest-filtering v0.15.0
2002026-05-21T00:11:24.624Z Downloaded anstream v1.0.0
2012026-05-21T00:11:24.624Z Downloaded debug-ignore v1.0.5
2022026-05-21T00:11:24.627Z Downloaded newtype-uuid v1.3.2
2032026-05-21T00:11:24.627Z Downloaded log v0.4.29
2042026-05-21T00:11:24.631Z Downloaded clap_lex v1.1.0
2052026-05-21T00:11:24.631Z Downloaded heck v0.5.0
2062026-05-21T00:11:24.634Z Downloaded curve25519-dalek-derive v0.1.1
2072026-05-21T00:11:24.634Z Downloaded idna_adapter v1.0.0
2082026-05-21T00:11:24.634Z Downloaded itoa v1.0.18
2092026-05-21T00:11:24.638Z Downloaded foreign-types v0.3.2
2102026-05-21T00:11:24.638Z Downloaded equivalent v1.0.2
2112026-05-21T00:11:24.638Z Downloaded crypto-common v0.1.7
2122026-05-21T00:11:24.641Z Downloaded proc-macro2 v1.0.106
2132026-05-21T00:11:24.641Z Downloaded colorchoice v1.0.5
2142026-05-21T00:11:24.641Z Downloaded indenter v0.3.4
2152026-05-21T00:11:24.644Z Downloaded nested v0.1.1
2162026-05-21T00:11:24.644Z Downloaded foldhash v0.1.5
2172026-05-21T00:11:24.644Z Downloaded erased-serde v0.4.10
2182026-05-21T00:11:24.648Z Downloaded httparse v1.10.1
2192026-05-21T00:11:24.648Z Downloaded rustc-demangle v0.1.27
2202026-05-21T00:11:24.652Z Downloaded serde v1.0.228
2212026-05-21T00:11:24.656Z Downloaded lazy_static v1.5.0
2222026-05-21T00:11:24.656Z Downloaded future-queue v0.4.0
2232026-05-21T00:11:24.656Z Downloaded convert_case v0.10.0
2242026-05-21T00:11:24.656Z Downloaded errno v0.3.14
2252026-05-21T00:11:24.659Z Downloaded cfg_aliases v0.2.1
2262026-05-21T00:11:24.659Z Downloaded borsh v1.6.1
2272026-05-21T00:11:24.662Z Downloaded is_ci v1.2.0
2282026-05-21T00:11:24.662Z Downloaded futures-io v0.3.32
2292026-05-21T00:11:24.666Z Downloaded cargo-platform v0.2.0
2302026-05-21T00:11:24.666Z Downloaded mukti-metadata v0.3.0
2312026-05-21T00:11:24.666Z Downloaded http-body v1.0.1
2322026-05-21T00:11:24.666Z Downloaded color-spantrace v0.3.0
2332026-05-21T00:11:24.669Z Downloaded addr2line v0.25.1
2342026-05-21T00:11:24.669Z Downloaded futures-task v0.3.32
2352026-05-21T00:11:24.673Z Downloaded document-features v0.2.12
2362026-05-21T00:11:24.673Z Downloaded digest v0.10.7
2372026-05-21T00:11:24.684Z Downloaded openssl-probe v0.2.1
2382026-05-21T00:11:24.687Z Downloaded cpufeatures v0.2.17
2392026-05-21T00:11:24.690Z Downloaded hyper-tls v0.6.0
2402026-05-21T00:11:24.693Z Downloaded hex v0.4.3
2412026-05-21T00:11:24.693Z Downloaded form_urlencoded v1.2.2
2422026-05-21T00:11:24.697Z Downloaded number_prefix v0.4.0
2432026-05-21T00:11:24.697Z Downloaded os_pipe v1.2.3
2442026-05-21T00:11:24.701Z Downloaded openssl-macros v0.1.1
2452026-05-21T00:11:24.701Z Downloaded anstyle-query v1.1.5
2462026-05-21T00:11:24.704Z Downloaded humantime-serde v1.1.1
2472026-05-21T00:11:24.704Z Downloaded serde-value v0.7.0
2482026-05-21T00:11:24.708Z Downloaded signal-hook-mio v0.2.5
2492026-05-21T00:11:24.708Z Downloaded rustc_version v0.4.1
2502026-05-21T00:11:24.708Z Downloaded pathdiff v0.2.3
2512026-05-21T00:11:24.708Z Downloaded generic-array v0.14.7
2522026-05-21T00:11:24.711Z Downloaded serde_spanned v0.6.9
2532026-05-21T00:11:24.715Z Downloaded futures-sink v0.3.32
2542026-05-21T00:11:24.718Z Downloaded foreign-types-shared v0.1.1
2552026-05-21T00:11:24.718Z Downloaded cargo-platform v0.3.3
2562026-05-21T00:11:24.718Z Downloaded async-scoped v0.9.0
2572026-05-21T00:11:24.721Z Downloaded pin-project-lite v0.2.17
2582026-05-21T00:11:24.725Z Downloaded scopeguard v1.2.0
2592026-05-21T00:11:24.728Z Downloaded quote v1.0.45
2602026-05-21T00:11:24.728Z Downloaded fastrand v2.4.1
2612026-05-21T00:11:24.731Z Downloaded dialoguer v0.11.0
2622026-05-21T00:11:24.735Z Downloaded clap v4.6.1
2632026-05-21T00:11:24.738Z Downloaded shell-words v1.1.1
2642026-05-21T00:11:24.738Z Downloaded futures-macro v0.3.32
2652026-05-21T00:11:24.742Z Downloaded serde_spanned v1.1.1
2662026-05-21T00:11:24.742Z Downloaded rand_chacha v0.9.0
2672026-05-21T00:11:24.742Z Downloaded enable-ansi-support v0.2.1
2682026-05-21T00:11:24.742Z Downloaded backtrace-ext v0.2.1
2692026-05-21T00:11:24.745Z Downloaded ipnet v2.12.0
2702026-05-21T00:11:24.745Z Downloaded litrs v1.0.0
2712026-05-21T00:11:24.748Z Downloaded sigchld v0.2.4
2722026-05-21T00:11:24.748Z Downloaded guppy-workspace-hack v0.1.0
2732026-05-21T00:11:24.748Z Downloaded strsim v0.11.1
2742026-05-21T00:11:24.751Z Downloaded strip-ansi-escapes v0.2.1
2752026-05-21T00:11:24.751Z Downloaded signature v2.2.0
2762026-05-21T00:11:24.755Z Downloaded subtle v2.6.1
2772026-05-21T00:11:24.755Z Downloaded serde_ignored v0.1.14
2782026-05-21T00:11:24.758Z Downloaded swrite v0.1.0
2792026-05-21T00:11:24.758Z Downloaded ed25519 v2.2.3
2802026-05-21T00:11:24.758Z Downloaded globset v0.4.18
2812026-05-21T00:11:24.793Z Downloaded anstyle-parse v1.0.0
2822026-05-21T00:11:24.793Z Downloaded terminal_size v0.4.4
2832026-05-21T00:11:24.793Z Downloaded is_terminal_polyfill v1.70.2
2842026-05-21T00:11:24.793Z Downloaded duct v0.13.7
2852026-05-21T00:11:24.793Z Downloaded cargo_metadata v0.23.1
2862026-05-21T00:11:24.793Z Downloaded cfg-if v1.0.4
2872026-05-21T00:11:24.793Z Downloaded fixedbitset v0.5.7
2882026-05-21T00:11:24.793Z Downloaded rustc-hash v2.1.2
2892026-05-21T00:11:24.793Z Downloaded lru-slab v0.1.2
2902026-05-21T00:11:24.793Z Downloaded pkcs8 v0.10.2
2912026-05-21T00:11:24.793Z Downloaded futures-core v0.3.32
2922026-05-21T00:11:24.793Z Downloaded camino-tempfile v1.4.1
2932026-05-21T00:11:24.793Z Downloaded owo-colors v4.3.0
2942026-05-21T00:11:24.793Z Downloaded serde_path_to_error v0.1.20
2952026-05-21T00:11:24.793Z Downloaded either v1.16.0
2962026-05-21T00:11:24.793Z Downloaded supports-color v3.0.2
2972026-05-21T00:11:24.793Z Downloaded futures-executor v0.3.32
2982026-05-21T00:11:24.793Z Downloaded hyper-rustls v0.27.9
2992026-05-21T00:11:24.793Z Downloaded cargo-util-schemas v0.2.0
3002026-05-21T00:11:24.793Z Downloaded supports-hyperlinks v3.2.0
3012026-05-21T00:11:24.793Z Downloaded indent_write v2.2.0
3022026-05-21T00:11:24.793Z Downloaded console v0.15.11
3032026-05-21T00:11:24.793Z Downloaded percent-encoding v2.3.2
3042026-05-21T00:11:24.793Z Downloaded miette-derive v7.6.0
3052026-05-21T00:11:24.793Z Downloaded cfg-expr v0.20.7
3062026-05-21T00:11:24.794Z Downloaded ordered-float v2.10.1
3072026-05-21T00:11:24.797Z Downloaded getrandom v0.2.17
3082026-05-21T00:11:24.797Z Downloaded bytes v1.11.1
3092026-05-21T00:11:24.797Z Downloaded tokio-macros v2.7.0
3102026-05-21T00:11:24.800Z Downloaded quick-junit v0.5.2
3112026-05-21T00:11:24.803Z Downloaded futures v0.3.32
3122026-05-21T00:11:24.806Z Downloaded shared_child v1.1.1
3132026-05-21T00:11:24.806Z Downloaded supports-unicode v3.0.0
3142026-05-21T00:11:24.809Z Downloaded tinyvec_macros v0.1.1
3152026-05-21T00:11:24.809Z Downloaded sync_wrapper v1.0.2
3162026-05-21T00:11:24.809Z Downloaded filetime v0.2.29
3172026-05-21T00:11:24.809Z Downloaded once_cell v1.21.4
3182026-05-21T00:11:24.812Z Downloaded static_assertions v1.1.0
3192026-05-21T00:11:24.812Z Downloaded signal-hook-registry v1.4.8
3202026-05-21T00:11:24.816Z Downloaded iana-time-zone v0.1.65
3212026-05-21T00:11:24.816Z Downloaded toml_datetime v0.6.11
3222026-05-21T00:11:24.816Z Downloaded http-body-util v0.1.3
3232026-05-21T00:11:24.819Z Downloaded simd-adler32 v0.3.9
3242026-05-21T00:11:24.819Z Downloaded thiserror v2.0.18
3252026-05-21T00:11:24.822Z Downloaded find-msvc-tools v0.1.9
3262026-05-21T00:11:24.826Z Downloaded spki v0.7.3
3272026-05-21T00:11:24.826Z Downloaded target-spec-miette v0.4.6
3282026-05-21T00:11:24.829Z Downloaded ppv-lite86 v0.2.21
3292026-05-21T00:11:24.829Z Downloaded const-oid v0.9.6
3302026-05-21T00:11:24.829Z Downloaded clap_derive v4.6.1
3312026-05-21T00:11:24.832Z Downloaded thread_local v1.1.9
3322026-05-21T00:11:24.832Z Downloaded crc32fast v1.5.0
3332026-05-21T00:11:24.837Z Downloaded unicode-linebreak v0.1.5
3342026-05-21T00:11:24.837Z Downloaded typeid v1.0.3
3352026-05-21T00:11:24.837Z Downloaded tower-service v0.3.3
3362026-05-21T00:11:24.837Z Downloaded toml_write v0.1.2
3372026-05-21T00:11:24.840Z Downloaded serde_urlencoded v0.7.1
3382026-05-21T00:11:24.840Z Downloaded try-lock v0.2.5
3392026-05-21T00:11:24.840Z Downloaded self-replace v1.5.0
3402026-05-21T00:11:24.840Z Downloaded thiserror-impl v1.0.69
3412026-05-21T00:11:24.840Z Downloaded quinn-udp v0.5.14
3422026-05-21T00:11:24.843Z Downloaded target-lexicon v0.13.3
3432026-05-21T00:11:24.843Z Downloaded config v0.15.23
3442026-05-21T00:11:24.847Z Downloaded smol_str v0.3.6
3452026-05-21T00:11:24.847Z Downloaded sha2 v0.10.9
3462026-05-21T00:11:24.850Z Downloaded thiserror v1.0.69
3472026-05-21T00:11:24.853Z Downloaded thiserror-impl v2.0.18
3482026-05-21T00:11:24.853Z Downloaded getrandom v0.3.4
3492026-05-21T00:11:24.856Z Downloaded version_check v0.9.5
3502026-05-21T00:11:24.856Z Downloaded futures-channel v0.3.32
3512026-05-21T00:11:24.856Z Downloaded pkg-config v0.3.33
3522026-05-21T00:11:24.859Z Downloaded smallvec v1.15.1
3532026-05-21T00:11:24.859Z Downloaded eyre v0.6.12
3542026-05-21T00:11:24.862Z Downloaded tokio-native-tls v0.3.1
3552026-05-21T00:11:24.862Z Downloaded serde-untagged v0.1.9
3562026-05-21T00:11:24.862Z Downloaded pin-project v1.1.13
3572026-05-21T00:11:24.868Z Downloaded untrusted v0.9.0
3582026-05-21T00:11:24.872Z Downloaded target-spec v3.6.0
3592026-05-21T00:11:24.872Z Downloaded getrandom v0.4.2
3602026-05-21T00:11:24.875Z Downloaded num-traits v0.2.19
3612026-05-21T00:11:24.875Z Downloaded tower-layer v0.3.3
3622026-05-21T00:11:24.878Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3632026-05-21T00:11:24.878Z Downloaded parking_lot v0.12.5
3642026-05-21T00:11:24.878Z Downloaded http v1.4.0
3652026-05-21T00:11:24.882Z Downloaded rand_core v0.6.4
3662026-05-21T00:11:24.882Z Downloaded humantime v2.3.0
3672026-05-21T00:11:24.885Z Downloaded slab v0.4.12
3682026-05-21T00:11:24.885Z Downloaded anstyle v1.0.14
3692026-05-21T00:11:24.885Z Downloaded base64 v0.22.1
3702026-05-21T00:11:24.888Z Downloaded shlex v1.3.0
3712026-05-21T00:11:24.888Z Downloaded derive-where v1.6.1
3722026-05-21T00:11:24.892Z Downloaded tempfile v3.27.0
3732026-05-21T00:11:24.892Z Downloaded tracing-error v0.2.1
3742026-05-21T00:11:24.895Z Downloaded unicode-xid v0.2.6
3752026-05-21T00:11:24.895Z Downloaded urlencoding v2.1.3
3762026-05-21T00:11:24.898Z Downloaded want v0.3.1
3772026-05-21T00:11:24.898Z Downloaded ryu v1.0.23
3782026-05-21T00:11:24.901Z Downloaded toml v0.8.23
3792026-05-21T00:11:24.901Z Downloaded serde_derive v1.0.228
3802026-05-21T00:11:24.904Z Downloaded semver v1.0.28
3812026-05-21T00:11:24.904Z Downloaded socket2 v0.6.3
3822026-05-21T00:11:24.908Z Downloaded tokio-rustls v0.26.4
3832026-05-21T00:11:24.908Z Downloaded serde_core v1.0.228
3842026-05-21T00:11:24.911Z Downloaded utf8_iter v1.0.4
3852026-05-21T00:11:24.911Z Downloaded rustls-pki-types v1.14.1
3862026-05-21T00:11:24.914Z Downloaded pin-project-internal v1.1.13
3872026-05-21T00:11:24.914Z Downloaded xattr v1.6.1
3882026-05-21T00:11:24.917Z Downloaded self_update v0.42.0
3892026-05-21T00:11:24.921Z Downloaded miniz_oxide v0.8.9
3902026-05-21T00:11:24.921Z Downloaded cargo_metadata v0.20.0
3912026-05-21T00:11:24.924Z Downloaded mio v1.2.0
3922026-05-21T00:11:24.929Z Downloaded toml_parser v1.1.2+spec-1.1.0
3932026-05-21T00:11:24.932Z Downloaded sharded-slab v0.1.7
3942026-05-21T00:11:24.935Z Downloaded der v0.7.10
3952026-05-21T00:11:24.935Z Downloaded zeroize v1.8.2
3962026-05-21T00:11:24.939Z Downloaded tokio-stream v0.1.18
3972026-05-21T00:11:24.939Z Downloaded utf8parse v0.2.2
3982026-05-21T00:11:24.942Z Downloaded tracing-attributes v0.1.31
3992026-05-21T00:11:24.942Z Downloaded textwrap v0.16.2
4002026-05-21T00:11:24.942Z Downloaded crossterm v0.29.0
4012026-05-21T00:11:24.945Z Downloaded tracing-log v0.2.0
4022026-05-21T00:11:24.948Z Downloaded toml_writer v1.1.1+spec-1.1.0
4032026-05-21T00:11:24.948Z Downloaded zmij v1.0.21
4042026-05-21T00:11:24.953Z Downloaded tinyvec v1.11.0
4052026-05-21T00:11:24.953Z Downloaded zstd-safe v7.2.4
4062026-05-21T00:11:24.957Z Downloaded indicatif v0.17.11
4072026-05-21T00:11:24.957Z Downloaded xxhash-rust v0.8.15
4082026-05-21T00:11:24.962Z Downloaded parking_lot_core v0.9.12
4092026-05-21T00:11:24.972Z Downloaded ed25519-dalek v2.2.0
4102026-05-21T00:11:24.975Z Downloaded toml v1.1.2+spec-1.1.0
4112026-05-21T00:11:24.978Z Downloaded rand v0.9.4
4122026-05-21T00:11:24.983Z Downloaded signal-hook v0.3.18
4132026-05-21T00:11:24.983Z Downloaded zipsign-api v0.1.5
4142026-05-21T00:11:24.986Z Downloaded tar v0.4.46
4152026-05-21T00:11:24.986Z Downloaded backtrace v0.3.76
4162026-05-21T00:11:24.989Z Downloaded unicase v2.9.0
4172026-05-21T00:11:24.989Z Downloaded derive_more v2.1.1
4182026-05-21T00:11:24.993Z Downloaded unicode-ident v1.0.24
4192026-05-21T00:11:24.996Z Downloaded rustls-webpki v0.103.13
4202026-05-21T00:11:24.999Z Downloaded openssl-sys v0.9.116
4212026-05-21T00:11:25.002Z Downloaded zstd v0.13.3
4222026-05-21T00:11:25.003Z Downloaded flate2 v1.1.9
4232026-05-21T00:11:25.006Z Downloaded miette v7.6.0
4242026-05-21T00:11:25.009Z Downloaded indexmap v2.14.0
4252026-05-21T00:11:25.009Z Downloaded cc v1.2.62
4262026-05-21T00:11:25.013Z Downloaded uuid v1.23.1
4272026-05-21T00:11:25.016Z Downloaded derive_more-impl v2.1.1
4282026-05-21T00:11:25.019Z Downloaded nextest-runner v0.80.0
4292026-05-21T00:11:25.023Z Downloaded vte v0.14.1
4302026-05-21T00:11:25.026Z Downloaded itertools v0.14.0
4312026-05-21T00:11:25.032Z Downloaded tracing-core v0.1.36
4322026-05-21T00:11:25.035Z Downloaded clap_builder v4.6.0
4332026-05-21T00:11:25.039Z Downloaded hyper-util v0.1.20
4342026-05-21T00:11:25.043Z Downloaded toml_edit v0.22.27
4352026-05-21T00:11:25.046Z Downloaded memchr v2.8.0
4362026-05-21T00:11:25.052Z Downloaded quinn v0.11.9
4372026-05-21T00:11:25.060Z Downloaded url v2.5.8
4382026-05-21T00:11:25.067Z Downloaded tower v0.5.3
4392026-05-21T00:11:25.077Z Downloaded guppy v0.17.25
4402026-05-21T00:11:25.080Z Downloaded hashbrown v0.15.5
4412026-05-21T00:11:25.092Z Downloaded typenum v1.20.0
4422026-05-21T00:11:25.098Z Downloaded hashbrown v0.17.1
4432026-05-21T00:11:25.106Z Downloaded unicode-segmentation v1.13.2
4442026-05-21T00:11:25.109Z Downloaded tokio-util v0.7.18
4452026-05-21T00:11:25.112Z Downloaded futures-util v0.3.32
4462026-05-21T00:11:25.119Z Downloaded regex v1.12.3
4472026-05-21T00:11:25.122Z Downloaded aho-corasick v1.1.4
4482026-05-21T00:11:25.125Z Downloaded idna v1.1.0
4492026-05-21T00:11:25.133Z Downloaded reqwest v0.12.28
4502026-05-21T00:11:25.139Z Downloaded unicode-normalization v0.1.25
4512026-05-21T00:11:25.142Z Downloaded h2 v0.4.14
4522026-05-21T00:11:25.146Z Downloaded tower-http v0.6.11
4532026-05-21T00:11:25.151Z Downloaded serde_json v1.0.149
4542026-05-21T00:11:25.155Z Downloaded ron v0.12.1
4552026-05-21T00:11:25.163Z Downloaded hyper v1.9.0
4562026-05-21T00:11:25.167Z Downloaded chrono v0.4.44
4572026-05-21T00:11:25.171Z Downloaded winnow v1.0.3
4582026-05-21T00:11:25.177Z Downloaded pulldown-cmark v0.13.4
4592026-05-21T00:11:25.182Z Downloaded webpki-roots v1.0.7
4602026-05-21T00:11:25.185Z Downloaded tracing-subscriber v0.3.23
4612026-05-21T00:11:25.188Z Downloaded quick-xml v0.37.5
4622026-05-21T00:11:25.193Z Downloaded portable-atomic v1.13.1
4632026-05-21T00:11:25.197Z Downloaded gimli v0.32.3
4642026-05-21T00:11:25.202Z Downloaded curve25519-dalek v4.1.3
4652026-05-21T00:11:25.206Z Downloaded zerocopy v0.8.48
4662026-05-21T00:11:25.218Z Downloaded quick-xml v0.38.4
4672026-05-21T00:11:25.221Z Downloaded winnow v0.7.15
4682026-05-21T00:11:25.228Z Downloaded bstr v1.12.1
4692026-05-21T00:11:25.232Z Downloaded unicode-width v0.2.2
4702026-05-21T00:11:25.235Z Downloaded quinn-proto v0.11.14
4712026-05-21T00:11:25.254Z Downloaded color-eyre v0.6.5
4722026-05-21T00:11:25.271Z Downloaded tokio v1.52.3
4732026-05-21T00:11:25.293Z Downloaded vcpkg v0.2.15
4742026-05-21T00:11:25.329Z Downloaded syn v2.0.117
4752026-05-21T00:11:25.335Z Downloaded openssl v0.10.80
4762026-05-21T00:11:25.343Z Downloaded unicode-width v0.1.14
4772026-05-21T00:11:25.346Z Downloaded nix v0.30.1
4782026-05-21T00:11:25.352Z Downloaded object v0.37.3
4792026-05-21T00:11:25.386Z Downloaded regex-syntax v0.8.10
4802026-05-21T00:11:25.391Z Downloaded rustls v0.23.40
4812026-05-21T00:11:25.396Z Downloaded rustix v0.38.44
4822026-05-21T00:11:25.409Z Downloaded rustix v1.1.4
4832026-05-21T00:11:25.431Z Downloaded tracing v0.1.44
4842026-05-21T00:11:25.495Z Downloaded regex-automata v0.4.14
4852026-05-21T00:11:25.522Z Downloaded petgraph v0.8.3
4862026-05-21T00:11:25.532Z Downloaded libc v0.2.186
4872026-05-21T00:11:25.551Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4882026-05-21T00:11:25.617Z Downloaded recursion v0.5.4
4892026-05-21T00:11:25.624Z Downloaded ring v0.17.14
4902026-05-21T00:11:25.685Z Compiling libc v0.2.186
4912026-05-21T00:11:25.685Z Compiling proc-macro2 v1.0.106
4922026-05-21T00:11:25.689Z Compiling unicode-ident v1.0.24
4932026-05-21T00:11:25.689Z Compiling quote v1.0.45
4942026-05-21T00:11:25.689Z Compiling serde_core v1.0.228
4952026-05-21T00:11:25.689Z Compiling cfg-if v1.0.4
4962026-05-21T00:11:25.689Z Compiling memchr v2.8.0
4972026-05-21T00:11:25.689Z Compiling once_cell v1.21.4
4982026-05-21T00:11:25.919Z Compiling log v0.4.29
4992026-05-21T00:11:25.938Z Compiling pin-project-lite v0.2.17
5002026-05-21T00:11:26.028Z Compiling itoa v1.0.18
5012026-05-21T00:11:26.063Z Compiling serde v1.0.228
5022026-05-21T00:11:26.257Z Compiling futures-core v0.3.32
5032026-05-21T00:11:26.439Z Compiling smallvec v1.15.1
5042026-05-21T00:11:26.442Z Compiling bitflags v2.11.1
5052026-05-21T00:11:26.442Z Compiling shlex v1.3.0
5062026-05-21T00:11:26.661Z Compiling hashbrown v0.17.1
5072026-05-21T00:11:26.704Z Compiling find-msvc-tools v0.1.9
5082026-05-21T00:11:26.851Z Compiling jobserver v0.1.34
5092026-05-21T00:11:26.897Z Compiling equivalent v1.0.2
5102026-05-21T00:11:26.927Z Compiling errno v0.3.14
5112026-05-21T00:11:26.959Z Compiling bytes v1.11.1
5122026-05-21T00:11:26.981Z Compiling mio v1.2.0
5132026-05-21T00:11:27.024Z Compiling futures-sink v0.3.32
5142026-05-21T00:11:27.084Z Compiling signal-hook-registry v1.4.8
5152026-05-21T00:11:27.163Z Compiling cc v1.2.62
5162026-05-21T00:11:27.320Z Compiling syn v2.0.117
5172026-05-21T00:11:27.323Z Compiling rustix v1.1.4
5182026-05-21T00:11:27.373Z Compiling socket2 v0.6.3
5192026-05-21T00:11:27.623Z Compiling slab v0.4.12
5202026-05-21T00:11:27.667Z Compiling zmij v1.0.21
5212026-05-21T00:11:27.818Z Compiling futures-channel v0.3.32
5222026-05-21T00:11:27.830Z Compiling tracing-core v0.1.36
5232026-05-21T00:11:28.056Z Compiling version_check v0.9.5
5242026-05-21T00:11:28.118Z Compiling serde_json v1.0.149
5252026-05-21T00:11:28.351Z Compiling indexmap v2.14.0
5262026-05-21T00:11:28.395Z Compiling getrandom v0.4.2
5272026-05-21T00:11:28.456Z Compiling futures-task v0.3.32
5282026-05-21T00:11:28.579Z Compiling futures-io v0.3.32
5292026-05-21T00:11:28.632Z Compiling camino v1.2.2
5302026-05-21T00:11:28.708Z Compiling unicode-width v0.2.2
5312026-05-21T00:11:28.731Z Compiling percent-encoding v2.3.2
5322026-05-21T00:11:29.011Z Compiling ring v0.17.14
5332026-05-21T00:11:29.024Z Compiling http v1.4.0
5342026-05-21T00:11:29.034Z Compiling autocfg v1.5.0
5352026-05-21T00:11:29.163Z Compiling zeroize v1.8.2
5362026-05-21T00:11:29.214Z Compiling simd-adler32 v0.3.9
5372026-05-21T00:11:29.391Z Compiling adler2 v2.0.1
5382026-05-21T00:11:29.398Z Compiling num-traits v0.2.19
5392026-05-21T00:11:29.540Z Compiling miniz_oxide v0.8.9
5402026-05-21T00:11:29.830Z Compiling target-lexicon v0.13.3
5412026-05-21T00:11:30.058Z Compiling getrandom v0.3.4
5422026-05-21T00:11:30.202Z Compiling zerocopy v0.8.48
5432026-05-21T00:11:30.311Z Compiling object v0.37.3
5442026-05-21T00:11:30.467Z Compiling http-body v1.0.1
5452026-05-21T00:11:30.640Z Compiling rustls-pki-types v1.14.1
5462026-05-21T00:11:30.655Z Compiling form_urlencoded v1.2.2
5472026-05-21T00:11:30.790Z Compiling semver v1.0.28
5482026-05-21T00:11:30.920Z Compiling getrandom v0.2.17
5492026-05-21T00:11:30.932Z Compiling utf8_iter v1.0.4
5502026-05-21T00:11:30.952Z Compiling guppy-workspace-hack v0.1.0
5512026-05-21T00:11:30.963Z Compiling serde_derive v1.0.228
5522026-05-21T00:11:31.088Z Compiling tokio-macros v2.7.0
5532026-05-21T00:11:31.106Z Compiling futures-macro v0.3.32
5542026-05-21T00:11:31.187Z Compiling tracing-attributes v0.1.31
5552026-05-21T00:11:31.224Z Compiling idna_adapter v1.0.0
5562026-05-21T00:11:31.334Z Compiling thiserror v2.0.18
5572026-05-21T00:11:31.441Z Compiling fnv v1.0.7
5582026-05-21T00:11:31.500Z Compiling untrusted v0.9.0
5592026-05-21T00:11:31.545Z Compiling signal-hook v0.3.18
5602026-05-21T00:11:31.629Z Compiling gimli v0.32.3
5612026-05-21T00:11:31.683Z Compiling httparse v1.10.1
5622026-05-21T00:11:31.773Z Compiling owo-colors v4.3.0
5632026-05-21T00:11:31.875Z Compiling tokio v1.52.3
5642026-05-21T00:11:31.930Z Compiling futures-util v0.3.32
5652026-05-21T00:11:32.151Z Compiling idna v1.1.0
5662026-05-21T00:11:32.305Z Compiling thiserror-impl v2.0.18
5672026-05-21T00:11:32.401Z Compiling tracing v0.1.44
5682026-05-21T00:11:33.789Z Compiling addr2line v0.25.1
5692026-05-21T00:11:34.267Z Compiling generic-array v0.14.7
5702026-05-21T00:11:34.410Z Compiling thiserror v1.0.69
5712026-05-21T00:11:34.513Z Compiling tower-service v0.3.3
5722026-05-21T00:11:34.556Z Compiling pkg-config v0.3.33
5732026-05-21T00:11:34.608Z Compiling try-lock v0.2.5
5742026-05-21T00:11:34.724Z Compiling rustc-demangle v0.1.27
5752026-05-21T00:11:34.728Z Compiling fastrand v2.4.1
5762026-05-21T00:11:34.728Z Compiling target-spec v3.6.0
5772026-05-21T00:11:34.988Z Compiling atomic-waker v1.1.2
5782026-05-21T00:11:35.021Z Compiling typeid v1.0.3
5792026-05-21T00:11:35.065Z Compiling rustls v0.23.40
5802026-05-21T00:11:35.133Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5812026-05-21T00:11:35.290Z Compiling tempfile v3.27.0
5822026-05-21T00:11:35.541Z Compiling want v0.3.1
5832026-05-21T00:11:35.621Z Compiling cfg-expr v0.20.7
5842026-05-21T00:11:35.711Z Compiling tokio-util v0.7.18
5852026-05-21T00:11:35.848Z Compiling url v2.5.8
5862026-05-21T00:11:36.197Z Compiling h2 v0.4.14
5872026-05-21T00:11:36.510Z Compiling backtrace v0.3.76
5882026-05-21T00:11:37.223Z Compiling thiserror-impl v1.0.69
5892026-05-21T00:11:37.280Z Compiling terminal_size v0.4.4
5902026-05-21T00:11:37.432Z Compiling aho-corasick v1.1.4
5912026-05-21T00:11:37.503Z Compiling regex-syntax v0.8.10
5922026-05-21T00:11:38.334Z Compiling erased-serde v0.4.10
5932026-05-21T00:11:38.364Z Compiling subtle v2.6.1
5942026-05-21T00:11:38.520Z Compiling winnow v0.7.15
5952026-05-21T00:11:38.624Z Compiling typenum v1.20.0
5962026-05-21T00:11:39.312Z Compiling rustls-webpki v0.103.13
5972026-05-21T00:11:41.794Z Compiling regex-automata v0.4.14
5982026-05-21T00:11:41.915Z Compiling hyper v1.9.0
5992026-05-21T00:11:42.940Z Compiling toml_datetime v0.6.11
6002026-05-21T00:11:43.328Z Compiling serde_spanned v0.6.9
6012026-05-21T00:11:43.493Z Compiling ahash v0.8.12
6022026-05-21T00:11:43.757Z Compiling sync_wrapper v1.0.2
6032026-05-21T00:11:43.874Z Compiling parking_lot_core v0.9.12
6042026-05-21T00:11:44.160Z Compiling ipnet v2.12.0
6052026-05-21T00:11:44.641Z Compiling nextest-workspace-hack v0.1.0
6062026-05-21T00:11:44.655Z Compiling tower-layer v0.3.3
6072026-05-21T00:11:44.859Z Compiling base64 v0.22.1
6082026-05-21T00:11:44.872Z Compiling portable-atomic v1.13.1
6092026-05-21T00:11:45.323Z Compiling crc32fast v1.5.0
6102026-05-21T00:11:45.349Z Compiling lazy_static v1.5.0
6112026-05-21T00:11:45.349Z Compiling unicode-linebreak v0.1.5
6122026-05-21T00:11:45.457Z Compiling toml_write v0.1.2
6132026-05-21T00:11:45.540Z Compiling foldhash v0.1.5
6142026-05-21T00:11:45.622Z Compiling either v1.16.0
6152026-05-21T00:11:45.635Z Compiling unicode-segmentation v1.13.2
6162026-05-21T00:11:45.674Z Compiling is_ci v1.2.0
6172026-05-21T00:11:45.700Z Compiling hashbrown v0.15.5
6182026-05-21T00:11:45.754Z Compiling toml_edit v0.22.27
6192026-05-21T00:11:45.838Z Compiling supports-color v3.0.2
6202026-05-21T00:11:45.896Z Compiling textwrap v0.16.2
6212026-05-21T00:11:46.018Z Compiling convert_case v0.10.0
6222026-05-21T00:11:46.065Z Compiling sharded-slab v0.1.7
6232026-05-21T00:11:46.337Z Compiling hyper-util v0.1.20
6242026-05-21T00:11:46.367Z Compiling tower v0.5.3
6252026-05-21T00:11:46.750Z Compiling tokio-rustls v0.26.4
6262026-05-21T00:11:47.036Z Compiling backtrace-ext v0.2.1
6272026-05-21T00:11:47.302Z Compiling ordered-float v2.10.1
6282026-05-21T00:11:47.317Z Compiling webpki-roots v1.0.7
6292026-05-21T00:11:47.433Z Compiling miette-derive v7.6.0
6302026-05-21T00:11:47.530Z Compiling pathdiff v0.2.3
6312026-05-21T00:11:47.568Z Compiling console v0.15.11
6322026-05-21T00:11:47.656Z Compiling cargo-platform v0.3.3
6332026-05-21T00:11:48.216Z Compiling tracing-log v0.2.0
6342026-05-21T00:11:48.542Z Compiling os_pipe v1.2.3
6352026-05-21T00:11:48.572Z Compiling thread_local v1.1.9
6362026-05-21T00:11:48.708Z Compiling utf8parse v0.2.2
6372026-05-21T00:11:48.824Z Compiling pulldown-cmark v0.13.4
6382026-05-21T00:11:48.871Z Compiling unicode-width v0.1.14
6392026-05-21T00:11:48.947Z Compiling ryu v1.0.23
6402026-05-21T00:11:48.975Z Compiling fixedbitset v0.5.7
6412026-05-21T00:11:49.053Z Compiling cfg_aliases v0.2.1
6422026-05-21T00:11:49.127Z Compiling zstd-safe v7.2.4
6432026-05-21T00:11:49.168Z Compiling rustix v0.38.44
6442026-05-21T00:11:49.251Z Compiling debug-ignore v1.0.5
6452026-05-21T00:11:49.348Z Compiling supports-hyperlinks v3.2.0
6462026-05-21T00:11:49.378Z Compiling supports-unicode v3.0.0
6472026-05-21T00:11:49.491Z Compiling scopeguard v1.2.0
6482026-05-21T00:11:49.533Z Compiling winnow v1.0.3
6492026-05-21T00:11:49.591Z Compiling lock_api v0.4.14
6502026-05-21T00:11:49.646Z Compiling miette v7.6.0
6512026-05-21T00:11:49.839Z Compiling petgraph v0.8.3
6522026-05-21T00:11:49.926Z Compiling nix v0.30.1
6532026-05-21T00:11:50.313Z Compiling serde_urlencoded v0.7.1
6542026-05-21T00:11:50.620Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-05-21T00:11:51.012Z Compiling tracing-subscriber v0.3.23
6562026-05-21T00:11:51.782Z Compiling anstyle-parse v1.0.0
6572026-05-21T00:11:51.902Z Compiling sigchld v0.2.4
6582026-05-21T00:11:52.010Z Compiling cargo_metadata v0.23.1
6592026-05-21T00:11:52.095Z Compiling serde-value v0.7.0
6602026-05-21T00:11:52.910Z Compiling hyper-rustls v0.27.9
6612026-05-21T00:11:52.959Z Compiling serde-untagged v0.1.9
6622026-05-21T00:11:53.441Z Compiling toml v0.8.23
6632026-05-21T00:11:53.582Z Compiling tower-http v0.6.11
6642026-05-21T00:11:54.319Z Compiling derive_more-impl v2.1.1
6652026-05-21T00:11:54.626Z Compiling itertools v0.14.0
6662026-05-21T00:11:55.015Z Compiling regex v1.12.3
6672026-05-21T00:11:55.131Z Compiling block-buffer v0.10.4
6682026-05-21T00:11:55.146Z Compiling crypto-common v0.1.7
6692026-05-21T00:11:55.275Z Compiling ppv-lite86 v0.2.21
6702026-05-21T00:11:55.275Z Compiling rand_core v0.9.5
6712026-05-21T00:11:55.535Z Compiling futures-executor v0.3.32
6722026-05-21T00:11:55.601Z Compiling pin-project-internal v1.1.13
6732026-05-21T00:11:56.067Z Compiling http-body-util v0.1.3
6742026-05-21T00:11:56.081Z Compiling uuid v1.23.1
6752026-05-21T00:11:56.212Z Compiling serde_spanned v1.1.1
6762026-05-21T00:11:56.349Z Compiling toml_datetime v1.1.1+spec-1.1.0
6772026-05-21T00:11:56.362Z Compiling smol_str v0.3.6
6782026-05-21T00:11:56.425Z Compiling filetime v0.2.29
6792026-05-21T00:11:56.617Z Compiling bstr v1.12.1
6802026-05-21T00:11:56.639Z Compiling vte v0.14.1
6812026-05-21T00:11:56.653Z Compiling nested v0.1.1
6822026-05-21T00:11:56.694Z Compiling xattr v1.6.1
6832026-05-21T00:11:56.755Z Compiling color-spantrace v0.3.0
6842026-05-21T00:11:56.840Z Compiling iana-time-zone v0.1.65
6852026-05-21T00:11:56.853Z Compiling litrs v1.0.0
6862026-05-21T00:11:56.879Z Compiling self_update v0.42.0
6872026-05-21T00:11:57.131Z Compiling anstyle v1.0.14
6882026-05-21T00:11:57.179Z Compiling eyre v0.6.12
6892026-05-21T00:11:57.272Z Compiling anstyle-query v1.1.5
6902026-05-21T00:11:57.285Z Compiling number_prefix v0.4.0
6912026-05-21T00:11:57.300Z Compiling colorchoice v1.0.5
6922026-05-21T00:11:57.370Z Compiling is_terminal_polyfill v1.70.2
6932026-05-21T00:11:57.386Z Compiling static_assertions v1.1.0
6942026-05-21T00:11:57.411Z Compiling tinyvec_macros v0.1.1
6952026-05-21T00:11:57.426Z Compiling unicase v2.9.0
6962026-05-21T00:11:57.455Z Compiling unicode-xid v0.2.6
6972026-05-21T00:11:57.468Z Compiling tinyvec v1.11.0
6982026-05-21T00:11:57.480Z Compiling guppy v0.17.25
6992026-05-21T00:11:57.589Z Compiling cargo-util-schemas v0.2.0
7002026-05-21T00:11:57.604Z Compiling anstream v1.0.0
7012026-05-21T00:11:57.768Z Compiling indicatif v0.17.11
7022026-05-21T00:11:57.886Z Compiling document-features v0.2.12
7032026-05-21T00:11:58.167Z Compiling globset v0.4.18
7042026-05-21T00:11:58.447Z Compiling chrono v0.4.44
7052026-05-21T00:11:58.889Z Compiling tar v0.4.46
7062026-05-21T00:11:59.616Z Compiling strip-ansi-escapes v0.2.1
7072026-05-21T00:11:59.981Z Compiling pin-project v1.1.13
7082026-05-21T00:12:00.085Z Compiling nextest-metadata v0.12.2
7092026-05-21T00:12:00.098Z Compiling toml v1.1.2+spec-1.1.0
7102026-05-21T00:12:00.889Z Compiling newtype-uuid v1.3.2
7112026-05-21T00:12:01.082Z Compiling reqwest v0.12.28
7122026-05-21T00:12:01.382Z Compiling futures v0.3.32
7132026-05-21T00:12:01.395Z Compiling rand_chacha v0.9.0
7142026-05-21T00:12:01.463Z Compiling digest v0.10.7
7152026-05-21T00:12:01.683Z Compiling derive_more v2.1.1
7162026-05-21T00:12:01.765Z Compiling flate2 v1.1.9
7172026-05-21T00:12:01.799Z Compiling parking_lot v0.12.5
7182026-05-21T00:12:01.921Z Compiling shared_child v1.1.1
7192026-05-21T00:12:02.254Z Compiling tracing-error v0.2.1
7202026-05-21T00:12:02.659Z Compiling signal-hook-mio v0.2.5
7212026-05-21T00:12:02.703Z Compiling self-replace v1.5.0
7222026-05-21T00:12:02.793Z Compiling cargo-platform v0.2.0
7232026-05-21T00:12:02.991Z Compiling quick-xml v0.37.5
7242026-05-21T00:12:03.274Z Compiling quick-xml v0.38.4
7252026-05-21T00:12:03.339Z Compiling humantime v2.3.0
7262026-05-21T00:12:03.763Z Compiling strsim v0.11.1
7272026-05-21T00:12:03.801Z Compiling shell-words v1.1.1
7282026-05-21T00:12:04.048Z Compiling clap_lex v1.1.0
7292026-05-21T00:12:04.422Z Compiling recursion v0.5.4
7302026-05-21T00:12:04.499Z Compiling heck v0.5.0
7312026-05-21T00:12:04.571Z Compiling cpufeatures v0.2.17
7322026-05-21T00:12:04.643Z Compiling urlencoding v2.1.3
7332026-05-21T00:12:04.704Z Compiling indenter v0.3.4
7342026-05-21T00:12:04.896Z Compiling clap_builder v4.6.0
7352026-05-21T00:12:05.033Z Compiling clap_derive v4.6.1
7362026-05-21T00:12:05.231Z Compiling sha2 v0.10.9
7372026-05-21T00:12:05.359Z Compiling nextest-filtering v0.15.0
7382026-05-21T00:12:06.442Z Compiling quick-junit v0.5.2
7392026-05-21T00:12:06.829Z Compiling humantime-serde v1.1.1
7402026-05-21T00:12:06.992Z Compiling atomicwrites v0.4.4
7412026-05-21T00:12:07.274Z Compiling cargo_metadata v0.20.0
7422026-05-21T00:12:09.260Z Compiling crossterm v0.29.0
7432026-05-21T00:12:09.545Z Compiling cargo-nextest v0.9.97
7442026-05-21T00:12:11.179Z Compiling duct v0.13.7
7452026-05-21T00:12:11.221Z Compiling rand v0.9.4
7462026-05-21T00:12:11.359Z Compiling zstd v0.13.3
7472026-05-21T00:12:11.425Z Compiling async-scoped v0.9.0
7482026-05-21T00:12:11.624Z Compiling config v0.15.23
7492026-05-21T00:12:11.789Z Compiling unicode-normalization v0.1.25
7502026-05-21T00:12:11.980Z Compiling target-spec-miette v0.4.6
7512026-05-21T00:12:12.377Z Compiling future-queue v0.4.0
7522026-05-21T00:12:12.390Z Compiling mukti-metadata v0.3.0
7532026-05-21T00:12:12.444Z Compiling tokio-stream v0.1.18
7542026-05-21T00:12:12.478Z Compiling camino-tempfile v1.4.1
7552026-05-21T00:12:12.657Z Compiling derive-where v1.6.1
7562026-05-21T00:12:12.863Z Compiling serde_ignored v0.1.14
7572026-05-21T00:12:12.902Z Compiling serde_path_to_error v0.1.20
7582026-05-21T00:12:12.905Z Compiling xxhash-rust v0.8.15
7592026-05-21T00:12:12.962Z Compiling swrite v0.1.0
7602026-05-21T00:12:13.083Z Compiling indent_write v2.2.0
7612026-05-21T00:12:13.083Z Compiling hex v0.4.3
7622026-05-21T00:12:13.193Z Compiling home v0.5.12
7632026-05-21T00:12:13.232Z Compiling color-eyre v0.6.5
7642026-05-21T00:12:13.360Z Compiling clap v4.6.1
7652026-05-21T00:12:13.385Z Compiling dialoguer v0.11.0
7662026-05-21T00:12:13.396Z Compiling enable-ansi-support v0.2.1
7672026-05-21T00:12:13.910Z Compiling nextest-runner v0.80.0
7682026-05-21T00:12:31.961Z Finished `release` profile [optimized] target(s) in 1m 10s
7692026-05-21T00:12:32.144Z Installing /home/build/.cargo/bin/cargo-nextest
7702026-05-21T00:12:32.148Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7712026-05-21T00:12:32.262Z+ pushd bgp
7722026-05-21T00:12:32.266Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7732026-05-21T00:12:32.266Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7742026-05-21T00:12:32.422Z Updating git repository `https://github.com/oxidecomputer/falcon`
7752026-05-21T00:12:33.338ZFrom https://github.com/oxidecomputer/falcon
7762026-05-21T00:12:33.338Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7772026-05-21T00:12:33.416Z Updating crates.io index
7782026-05-21T00:12:33.452Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7792026-05-21T00:12:34.204ZFrom https://github.com/oxidecomputer/dendrite
7802026-05-21T00:12:34.204Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7812026-05-21T00:12:34.287Z Updating git repository `https://github.com/oxidecomputer/ispf`
7822026-05-21T00:12:34.567ZFrom https://github.com/oxidecomputer/ispf
7832026-05-21T00:12:34.567Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7842026-05-21T00:12:34.573Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7852026-05-21T00:12:34.914ZFrom https://github.com/oxidecomputer/netadm-sys
7862026-05-21T00:12:34.914Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7872026-05-21T00:12:34.921Z Updating git repository `https://github.com/oxidecomputer/omicron`
7882026-05-21T00:12:42.483ZFrom https://github.com/oxidecomputer/omicron
7892026-05-21T00:12:42.483Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7902026-05-21T00:12:42.898Z Updating git repository `https://github.com/oxidecomputer/opte`
7912026-05-21T00:12:43.532ZFrom https://github.com/oxidecomputer/opte
7922026-05-21T00:12:43.532Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7932026-05-21T00:12:43.564Z Updating git repository `https://github.com/illumos/smf-rs`
7942026-05-21T00:12:43.841ZFrom https://github.com/illumos/smf-rs
7952026-05-21T00:12:43.841Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7962026-05-21T00:12:44.020Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7972026-05-21T00:12:44.303ZFrom https://github.com/oxidecomputer/network-interface
7982026-05-21T00:12:44.303Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7992026-05-21T00:12:44.405Z Updating git repository `https://github.com/oxidecomputer/zone`
8002026-05-21T00:12:44.730ZFrom https://github.com/oxidecomputer/zone
8012026-05-21T00:12:44.730Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8022026-05-21T00:12:44.856Z Updating git repository `https://github.com/oxidecomputer/propolis`
8032026-05-21T00:12:45.524ZFrom https://github.com/oxidecomputer/propolis
8042026-05-21T00:12:45.524Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8052026-05-21T00:12:45.705Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8062026-05-21T00:12:46.210ZFrom https://github.com/oxidecomputer/transceiver-control
8072026-05-21T00:12:46.210Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8082026-05-21T00:12:46.222Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8092026-05-21T00:12:46.475ZFrom https://github.com/oxidecomputer/dlpi-sys
8102026-05-21T00:12:46.475Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8112026-05-21T00:12:46.488Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8122026-05-21T00:12:46.760ZFrom https://github.com/jmesmon/rust-libzfs
8132026-05-21T00:12:46.760Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8142026-05-21T00:12:46.767Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8152026-05-21T00:12:47.048ZFrom https://github.com/oxidecomputer/rusty-doors
8162026-05-21T00:12:47.048Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8172026-05-21T00:12:47.058Z Updating git repository `https://github.com/oxidecomputer/lldp`
8182026-05-21T00:12:47.379ZFrom https://github.com/oxidecomputer/lldp
8192026-05-21T00:12:47.379Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8202026-05-21T00:12:47.425Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8212026-05-21T00:12:47.711ZFrom https://github.com/oxidecomputer/slog-error-chain
8222026-05-21T00:12:47.711Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8232026-05-21T00:12:47.815Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8242026-05-21T00:12:48.131ZFrom https://github.com/oxidecomputer/tufaceous
8252026-05-21T00:12:48.131Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8262026-05-21T00:12:48.194Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8272026-05-21T00:12:48.684ZFrom https://github.com/oxidecomputer/management-gateway-service
8282026-05-21T00:12:48.684Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8292026-05-21T00:12:48.699Z Updating git repository `https://github.com/oxidecomputer/crucible`
8302026-05-21T00:12:49.611ZFrom https://github.com/oxidecomputer/crucible
8312026-05-21T00:12:49.612Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8322026-05-21T00:12:49.717Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8332026-05-21T00:12:49.986ZFrom https://github.com/oxidecomputer/serde_human_bytes
8342026-05-21T00:12:49.986Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8352026-05-21T00:12:50.124Z Updating git repository `https://github.com/oxidecomputer/propolis`
8362026-05-21T00:12:50.452ZFrom https://github.com/oxidecomputer/propolis
8372026-05-21T00:12:50.452Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8382026-05-21T00:12:50.703Z Updating git repository `https://github.com/oxidecomputer/opte`
8392026-05-21T00:12:51.008ZFrom https://github.com/oxidecomputer/opte
8402026-05-21T00:12:51.008Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8412026-05-21T00:12:51.059Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-05-21T00:12:51.378ZFrom https://github.com/oxidecomputer/tofino
8432026-05-21T00:12:51.378Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8442026-05-21T00:12:51.419Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-05-21T00:12:52.145ZFrom https://github.com/oxidecomputer/maghemite
8462026-05-21T00:12:52.145Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8472026-05-21T00:12:52.233Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-05-21T00:12:52.514ZFrom https://github.com/oxidecomputer/clickward
8492026-05-21T00:12:52.514Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-05-21T00:12:52.692Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-05-21T00:12:53.056ZFrom https://github.com/oxidecomputer/crucible
8522026-05-21T00:12:53.056Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8532026-05-21T00:12:53.199Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-05-21T00:12:53.640ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-05-21T00:12:53.640Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-05-21T00:12:55.171Z Locking 3 packages to latest compatible versions
8572026-05-21T00:12:55.172Z Updating drift v0.1.4 -> v0.2.0
8582026-05-21T00:12:55.172Z Updating dropshot-api-manager v0.7.1 -> v0.7.2
8592026-05-21T00:12:55.172Z Updating dropshot-api-manager-types v0.7.1 -> v0.7.2
8602026-05-21T00:12:55.206Z Downloading crates ...
8612026-05-21T00:12:55.300Z Downloaded aead v0.5.2
8622026-05-21T00:12:55.305Z Downloaded cpufeatures v0.3.0
8632026-05-21T00:12:55.309Z Downloaded cobs v0.3.0
8642026-05-21T00:12:55.312Z Downloaded arrayvec v0.7.6
8652026-05-21T00:12:55.317Z Downloaded dof v0.3.0
8662026-05-21T00:12:55.320Z Downloaded chacha20 v0.9.1
8672026-05-21T00:12:55.323Z Downloaded hash32 v0.3.1
8682026-05-21T00:12:55.327Z Downloaded ciborium-io v0.2.2
8692026-05-21T00:12:55.327Z Downloaded arc-swap v1.9.1
8702026-05-21T00:12:55.330Z Downloaded arrayref v0.3.9
8712026-05-21T00:12:55.330Z Downloaded group v0.13.0
8722026-05-21T00:12:55.334Z Downloaded crc8 v0.1.1
8732026-05-21T00:12:55.334Z Downloaded erased-serde v0.3.31
8742026-05-21T00:12:55.337Z Downloaded crossbeam-epoch v0.9.18
8752026-05-21T00:12:55.340Z Downloaded chacha20 v0.10.0
8762026-05-21T00:12:55.340Z Downloaded daft-derive v0.1.7
8772026-05-21T00:12:55.343Z Downloaded backon v1.6.0
8782026-05-21T00:12:55.347Z Downloaded backoff v0.4.0
8792026-05-21T00:12:55.350Z Downloaded bitflags v1.3.2
8802026-05-21T00:12:55.350Z Downloaded elliptic-curve v0.13.8
8812026-05-21T00:12:55.353Z Downloaded hashbrown v0.12.3
8822026-05-21T00:12:55.359Z Downloaded half v2.7.1
8832026-05-21T00:12:55.363Z Downloaded enum-as-inner v0.6.1
8842026-05-21T00:12:55.363Z Downloaded crossbeam-deque v0.8.6
8852026-05-21T00:12:55.363Z Downloaded anyhow v1.0.102
8862026-05-21T00:12:55.366Z Downloaded expectorate v1.2.0
8872026-05-21T00:12:55.366Z Downloaded goblin v0.8.2
8882026-05-21T00:12:55.369Z Downloaded convert_case v0.4.0
8892026-05-21T00:12:55.373Z Downloaded goblin v0.10.5
8902026-05-21T00:12:55.376Z Downloaded natord v1.0.9
8912026-05-21T00:12:55.379Z Downloaded ingot-macros v0.1.1
8922026-05-21T00:12:55.379Z Downloaded hubpack v0.1.2
8932026-05-21T00:12:55.379Z Downloaded hostname v0.3.1
8942026-05-21T00:12:55.383Z Downloaded defmt-parser v1.0.0
8952026-05-21T00:12:55.383Z Downloaded darling_macro v0.21.3
8962026-05-21T00:12:55.383Z Downloaded dtrace-parser v0.2.0
8972026-05-21T00:12:55.386Z Downloaded inout v0.1.4
8982026-05-21T00:12:55.386Z Downloaded hostname v0.4.2
8992026-05-21T00:12:55.390Z Downloaded libsw-core v0.3.2
9002026-05-21T00:12:55.390Z Downloaded darling_macro v0.23.0
9012026-05-21T00:12:55.390Z Downloaded crucible-workspace-hack v0.1.0
9022026-05-21T00:12:55.390Z Downloaded const-random v0.1.18
9032026-05-21T00:12:55.394Z Downloaded async-stream v0.3.6
9042026-05-21T00:12:55.394Z Downloaded defmt v0.3.100
9052026-05-21T00:12:55.398Z Downloaded num-iter v0.1.45
9062026-05-21T00:12:55.398Z Downloaded num_enum_derive v0.5.11
9072026-05-21T00:12:55.398Z Downloaded num-derive v0.4.2
9082026-05-21T00:12:55.403Z Downloaded ident_case v1.0.1
9092026-05-21T00:12:55.403Z Downloaded num-conv v0.2.1
9102026-05-21T00:12:55.403Z Downloaded async-recursion v1.1.1
9112026-05-21T00:12:55.407Z Downloaded num v0.4.3
9122026-05-21T00:12:55.407Z Downloaded macaddr v1.0.1
9132026-05-21T00:12:55.407Z Downloaded internet-checksum v0.2.1
9142026-05-21T00:12:55.407Z Downloaded git-stub v1.0.0
9152026-05-21T00:12:55.411Z Downloaded omicron-workspace-hack v0.1.0
9162026-05-21T00:12:55.411Z Downloaded num_threads v0.1.7
9172026-05-21T00:12:55.411Z Downloaded opaque-debug v0.3.1
9182026-05-21T00:12:55.415Z Downloaded foreign-types-macros v0.2.3
9192026-05-21T00:12:55.415Z Downloaded foreign-types v0.5.0
9202026-05-21T00:12:55.415Z Downloaded either v1.15.0
9212026-05-21T00:12:55.420Z Downloaded base16ct v1.0.0
9222026-05-21T00:12:55.420Z Downloaded deranged v0.5.8
9232026-05-21T00:12:55.420Z Downloaded no-std-compat v0.4.1
9242026-05-21T00:12:55.424Z Downloaded compression-codecs v0.4.38
9252026-05-21T00:12:55.424Z Downloaded managed v0.8.0
9262026-05-21T00:12:55.424Z Downloaded embedded-io v0.6.1
9272026-05-21T00:12:55.424Z Downloaded displaydoc v0.2.5
9282026-05-21T00:12:55.429Z Downloaded match_cfg v0.1.0
9292026-05-21T00:12:55.429Z Downloaded lru-cache v0.1.2
9302026-05-21T00:12:55.434Z Downloaded mime v0.3.17
9312026-05-21T00:12:55.434Z Downloaded gethostname v0.5.0
9322026-05-21T00:12:55.434Z Downloaded dyn-clone v1.0.20
9332026-05-21T00:12:55.434Z Downloaded float-ord v0.3.2
9342026-05-21T00:12:55.438Z Downloaded cipher v0.4.4
9352026-05-21T00:12:55.438Z Downloaded heck v0.4.1
9362026-05-21T00:12:55.438Z Downloaded instant v0.1.13
9372026-05-21T00:12:55.438Z Downloaded crunchy v0.2.4
9382026-05-21T00:12:55.441Z Downloaded csv-core v0.1.13
9392026-05-21T00:12:55.441Z Downloaded cmake v0.1.58
9402026-05-21T00:12:55.441Z Downloaded bit-set v0.8.0
9412026-05-21T00:12:55.445Z Downloaded keccak v0.1.6
9422026-05-21T00:12:55.445Z Downloaded newline-converter v0.3.0
9432026-05-21T00:12:55.445Z Downloaded phf_shared v0.12.1
9442026-05-21T00:12:55.445Z Downloaded dunce v1.0.5
9452026-05-21T00:12:55.452Z Downloaded dtrace-parser v0.3.0
9462026-05-21T00:12:55.452Z Downloaded async-stream-impl v0.3.6
9472026-05-21T00:12:55.452Z Downloaded memmap v0.7.0
9482026-05-21T00:12:55.452Z Downloaded fixedbitset v0.4.2
9492026-05-21T00:12:55.452Z Downloaded parse-display v0.10.0
9502026-05-21T00:12:55.455Z Downloaded newtype_derive v0.1.6
9512026-05-21T00:12:55.455Z Downloaded const-random-macro v0.1.16
9522026-05-21T00:12:55.455Z Downloaded konst_macro_rules v0.2.19
9532026-05-21T00:12:55.455Z Downloaded httpdate v1.0.3
9542026-05-21T00:12:55.459Z Downloaded foreign-types-shared v0.3.1
9552026-05-21T00:12:55.459Z Downloaded newtype-uuid-macros v0.1.0
9562026-05-21T00:12:55.459Z Downloaded ciborium-ll v0.2.2
9572026-05-21T00:12:55.463Z Downloaded embedded-io v0.4.0
9582026-05-21T00:12:55.463Z Downloaded linked-hash-map v0.5.6
9592026-05-21T00:12:55.463Z Downloaded idna_adapter v1.2.2
9602026-05-21T00:12:55.467Z Downloaded bit-vec v0.8.0
9612026-05-21T00:12:55.467Z Downloaded async-trait v0.1.89
9622026-05-21T00:12:55.470Z Downloaded oxide-tokio-rt v0.1.6
9632026-05-21T00:12:55.470Z Downloaded is-terminal v0.4.17
9642026-05-21T00:12:55.470Z Downloaded ingot-types v0.1.2
9652026-05-21T00:12:55.474Z Downloaded critical-section v1.2.0
9662026-05-21T00:12:55.474Z Downloaded olpc-cjson v0.1.4
9672026-05-21T00:12:55.474Z Downloaded argon2 v0.5.3
9682026-05-21T00:12:55.474Z Downloaded bcs v0.1.6
9692026-05-21T00:12:55.478Z Downloaded proc-macro-crate v1.3.1
9702026-05-21T00:12:55.478Z Downloaded highway v1.3.0
9712026-05-21T00:12:55.481Z Downloaded darling v0.21.3
9722026-05-21T00:12:55.481Z Downloaded num_enum v0.7.6
9732026-05-21T00:12:55.486Z Downloaded progenitor-client v0.14.0
9742026-05-21T00:12:55.490Z Downloaded proc-macro-error-attr v1.0.4
9752026-05-21T00:12:55.490Z Downloaded linear-map v1.2.0
9762026-05-21T00:12:55.490Z Downloaded plain v0.2.3
9772026-05-21T00:12:55.490Z Downloaded progenitor-macro v0.10.0
9782026-05-21T00:12:55.494Z Downloaded proc-macro-error-attr2 v2.0.0
9792026-05-21T00:12:55.494Z Downloaded num-rational v0.4.2
9802026-05-21T00:12:55.494Z Downloaded progenitor-macro v0.13.0
9812026-05-21T00:12:55.494Z Downloaded proc-macro-crate v3.5.0
9822026-05-21T00:12:55.498Z Downloaded pretty-hex v0.4.2
9832026-05-21T00:12:55.498Z Downloaded progenitor-client v0.10.0
9842026-05-21T00:12:55.498Z Downloaded progenitor-macro v0.11.2
9852026-05-21T00:12:55.498Z Downloaded progenitor-client v0.11.2
9862026-05-21T00:12:55.498Z Downloaded cancel-safe-futures v0.1.5
9872026-05-21T00:12:55.502Z Downloaded paste v1.0.15
9882026-05-21T00:12:55.507Z Downloaded crossbeam-utils v0.8.21
9892026-05-21T00:12:55.507Z Downloaded ref-cast-impl v1.0.25
9902026-05-21T00:12:55.507Z Downloaded rand_xorshift v0.4.0
9912026-05-21T00:12:55.507Z Downloaded ref-cast v1.0.25
9922026-05-21T00:12:55.511Z Downloaded ipnetwork v0.21.1
9932026-05-21T00:12:55.511Z Downloaded ff v0.13.1
9942026-05-21T00:12:55.512Z Downloaded data-encoding v2.11.0
9952026-05-21T00:12:55.517Z Downloaded potential_utf v0.1.5
9962026-05-21T00:12:55.517Z Downloaded num-complex v0.4.6
9972026-05-21T00:12:55.517Z Downloaded rustc_version v0.1.7
9982026-05-21T00:12:55.517Z Downloaded num-integer v0.1.46
9992026-05-21T00:12:55.517Z Downloaded parking_lot_core v0.8.6
10002026-05-21T00:12:55.521Z Downloaded glob v0.3.3
10012026-05-21T00:12:55.521Z Downloaded foldhash v0.2.0
10022026-05-21T00:12:55.521Z Downloaded password-hash v0.5.0
10032026-05-21T00:12:55.521Z Downloaded same-file v1.0.6
10042026-05-21T00:12:55.525Z Downloaded parse-display-derive v0.10.0
10052026-05-21T00:12:55.525Z Downloaded num_enum_derive v0.7.6
10062026-05-21T00:12:55.525Z Downloaded bytecount v0.6.9
10072026-05-21T00:12:55.531Z Downloaded rand_chacha v0.3.1
10082026-05-21T00:12:55.532Z Downloaded byte-wrapper v0.1.0
10092026-05-21T00:12:55.532Z Downloaded derive-ex v0.1.8
10102026-05-21T00:12:55.532Z Downloaded num_enum v0.5.11
10112026-05-21T00:12:55.535Z Downloaded ingot v0.1.1
10122026-05-21T00:12:55.535Z Downloaded fs-err v3.3.0
10132026-05-21T00:12:55.535Z Downloaded semver v0.1.20
10142026-05-21T00:12:55.535Z Downloaded scroll_derive v0.12.1
10152026-05-21T00:12:55.535Z Downloaded parking_lot v0.11.2
10162026-05-21T00:12:55.539Z Downloaded icu_locale_core v2.2.0
10172026-05-21T00:12:55.543Z Downloaded proc-macro-error v1.0.4
10182026-05-21T00:12:55.546Z Downloaded multer v3.1.0
10192026-05-21T00:12:55.546Z Downloaded quick-error v1.2.3
10202026-05-21T00:12:55.546Z Downloaded litemap v0.8.2
10212026-05-21T00:12:55.550Z Downloaded serde-big-array v0.5.1
10222026-05-21T00:12:55.550Z Downloaded defmt-macros v1.1.0
10232026-05-21T00:12:55.554Z Downloaded serde_repr v0.1.20
10242026-05-21T00:12:55.554Z Downloaded libsw v3.5.0
10252026-05-21T00:12:55.554Z Downloaded hmac v0.12.1
10262026-05-21T00:12:55.558Z Downloaded progenitor-macro v0.14.0
10272026-05-21T00:12:55.558Z Downloaded sha1 v0.10.6
10282026-05-21T00:12:55.558Z Downloaded siphasher v1.0.3
10292026-05-21T00:12:55.558Z Downloaded serial_test_derive v3.4.0
10302026-05-21T00:12:55.561Z Downloaded slog-bunyan v2.5.0
10312026-05-21T00:12:55.561Z Downloaded serial_test v3.4.0
10322026-05-21T00:12:55.561Z Downloaded sigpipe v0.1.3
10332026-05-21T00:12:55.561Z Downloaded powerfmt v0.2.0
10342026-05-21T00:12:55.561Z Downloaded poly1305 v0.8.0
10352026-05-21T00:12:55.566Z Downloaded spin v0.5.2
10362026-05-21T00:12:55.566Z Downloaded progenitor v0.14.0
10372026-05-21T00:12:55.571Z Downloaded progenitor v0.13.0
10382026-05-21T00:12:55.571Z Downloaded progenitor v0.11.2
10392026-05-21T00:12:55.571Z Downloaded progenitor v0.10.0
10402026-05-21T00:12:55.571Z Downloaded drift v0.2.0
10412026-05-21T00:12:55.574Z Downloaded slog-envlogger v2.2.0
10422026-05-21T00:12:55.577Z Downloaded cookie v0.18.1
10432026-05-21T00:12:55.577Z Downloaded stable_deref_trait v1.2.1
10442026-05-21T00:12:55.577Z Downloaded rustls-pemfile v2.2.0
10452026-05-21T00:12:55.581Z Downloaded smawk v0.3.2
10462026-05-21T00:12:55.581Z Downloaded resolv-conf v0.7.6
10472026-05-21T00:12:55.581Z Downloaded rand_core v0.10.1
10482026-05-21T00:12:55.585Z Downloaded proc-macro-error2 v2.0.1
10492026-05-21T00:12:55.585Z Downloaded structmeta v0.3.0
10502026-05-21T00:12:55.585Z Downloaded tabled_derive v0.7.0
10512026-05-21T00:12:55.588Z Downloaded strum v0.27.2
10522026-05-21T00:12:55.588Z Downloaded strum v0.26.3
10532026-05-21T00:12:55.588Z Downloaded git-stub-vcs v0.1.0
10542026-05-21T00:12:55.588Z Downloaded console v0.16.3
10552026-05-21T00:12:55.593Z Downloaded blake2 v0.10.6
10562026-05-21T00:12:55.593Z Downloaded phf v0.12.1
10572026-05-21T00:12:55.593Z Downloaded take_mut v0.2.2
10582026-05-21T00:12:55.593Z Downloaded tagptr v0.2.0
10592026-05-21T00:12:55.593Z Downloaded serde_plain v1.0.2
10602026-05-21T00:12:55.597Z Downloaded scroll_derive v0.13.1
10612026-05-21T00:12:55.597Z Downloaded progenitor-extras v0.2.0
10622026-05-21T00:12:55.597Z Downloaded pem v3.0.6
10632026-05-21T00:12:55.597Z Downloaded const_format_proc_macros v0.2.34
10642026-05-21T00:12:55.600Z Downloaded secrecy v0.10.3
10652026-05-21T00:12:55.600Z Downloaded scroll v0.13.0
10662026-05-21T00:12:55.600Z Downloaded darling_core v0.21.3
10672026-05-21T00:12:55.604Z Downloaded darling v0.23.0
10682026-05-21T00:12:55.608Z Downloaded tabwriter v1.4.1
10692026-05-21T00:12:55.608Z Downloaded tabled_derive v0.11.0
10702026-05-21T00:12:55.608Z Downloaded omicron-zone-package v0.12.2
10712026-05-21T00:12:55.611Z Downloaded rusty-fork v0.3.1
10722026-05-21T00:12:55.611Z Downloaded rustversion v1.0.22
10732026-05-21T00:12:55.615Z Downloaded icu_properties v2.2.0
10742026-05-21T00:12:55.615Z Downloaded serde_derive_internals v0.29.1
10752026-05-21T00:12:55.615Z Downloaded scroll v0.12.0
10762026-05-21T00:12:55.619Z Downloaded diff v0.1.13
10772026-05-21T00:12:55.619Z Downloaded schemars_derive v0.8.22
10782026-05-21T00:12:55.619Z Downloaded progenitor-client v0.13.0
10792026-05-21T00:12:55.619Z Downloaded thread-id v5.1.0
10802026-05-21T00:12:55.622Z Downloaded testing_table v0.3.0
10812026-05-21T00:12:55.622Z Downloaded thiserror-impl-no-std v2.0.2
10822026-05-21T00:12:55.622Z Downloaded icu_provider v2.2.0
10832026-05-21T00:12:55.622Z Downloaded postcard v1.1.3
10842026-05-21T00:12:55.626Z Downloaded rustls-native-certs v0.8.3
10852026-05-21T00:12:55.626Z Downloaded time-core v0.1.8
10862026-05-21T00:12:55.626Z Downloaded termtree v0.5.1
10872026-05-21T00:12:55.630Z Downloaded sdd v3.0.10
10882026-05-21T00:12:55.631Z Downloaded fxhash v0.2.1
10892026-05-21T00:12:55.631Z Downloaded daft v0.1.7
10902026-05-21T00:12:55.634Z Downloaded slog-async v2.8.0
10912026-05-21T00:12:55.635Z Downloaded byteorder v1.5.0
10922026-05-21T00:12:55.635Z Downloaded dof v0.4.0
10932026-05-21T00:12:55.635Z Downloaded derive_more v0.99.20
10942026-05-21T00:12:55.638Z Downloaded topological-sort v0.2.2
10952026-05-21T00:12:55.638Z Downloaded dropshot_endpoint v0.17.0
10962026-05-21T00:12:55.638Z Downloaded serde_tokenstream v0.2.3
10972026-05-21T00:12:55.642Z Downloaded colored v3.1.1
10982026-05-21T00:12:55.642Z Downloaded chacha20poly1305 v0.10.1
10992026-05-21T00:12:55.642Z Downloaded compression-core v0.4.32
11002026-05-21T00:12:55.645Z Downloaded slog-scope v4.4.1
11012026-05-21T00:12:55.645Z Downloaded slog-json v2.6.1
11022026-05-21T00:12:55.645Z Downloaded hubpack_derive v0.1.1
11032026-05-21T00:12:55.645Z Downloaded slog-term v2.9.2
11042026-05-21T00:12:55.649Z Downloaded memoffset v0.9.1
11052026-05-21T00:12:55.649Z Downloaded libscf-sys v1.2.0
11062026-05-21T00:12:55.649Z Downloaded snafu-derive v0.8.9
11072026-05-21T00:12:55.649Z Downloaded smf v0.2.3
11082026-05-21T00:12:55.653Z Downloaded slog-stdlog v4.1.1
11092026-05-21T00:12:55.653Z Downloaded unarray v0.1.4
11102026-05-21T00:12:55.653Z Downloaded typify-macro v0.4.3
11112026-05-21T00:12:55.653Z Downloaded utf-8 v0.7.6
11122026-05-21T00:12:55.653Z Downloaded universal-hash v0.5.1
11132026-05-21T00:12:55.657Z Downloaded oxnet v0.1.5
11142026-05-21T00:12:55.657Z Downloaded memmap2 v0.9.10
11152026-05-21T00:12:55.657Z Downloaded usdt-attr-macro v0.5.0
11162026-05-21T00:12:55.657Z Downloaded pest_derive v2.8.6
11172026-05-21T00:12:55.660Z Downloaded rhai_codegen v3.1.0
11182026-05-21T00:12:55.664Z Downloaded papergrid v0.17.0
11192026-05-21T00:12:55.667Z Downloaded strum_macros v0.26.4
11202026-05-21T00:12:55.667Z Downloaded unit-prefix v0.5.2
11212026-05-21T00:12:55.667Z Downloaded typify-macro v0.6.2
11222026-05-21T00:12:55.667Z Downloaded structmeta-derive v0.3.0
11232026-05-21T00:12:55.671Z Downloaded papergrid v0.11.0
11242026-05-21T00:12:55.671Z Downloaded usdt-macro v0.6.0
11252026-05-21T00:12:55.671Z Downloaded strum_macros v0.27.2
11262026-05-21T00:12:55.674Z Downloaded synstructure v0.13.2
11272026-05-21T00:12:55.674Z Downloaded crypto-bigint v0.5.5
11282026-05-21T00:12:55.678Z Downloaded usdt-macro v0.5.0
11292026-05-21T00:12:55.678Z Downloaded usdt v0.6.0
11302026-05-21T00:12:55.678Z Downloaded indicatif v0.18.4
11312026-05-21T00:12:55.682Z Downloaded waitgroup v0.1.2
11322026-05-21T00:12:55.683Z Downloaded indexmap v1.9.3
11332026-05-21T00:12:55.687Z Downloaded tiny-keccak v2.0.2
11342026-05-21T00:12:55.687Z Downloaded thread-id v4.2.2
11352026-05-21T00:12:55.687Z Downloaded heapless v0.8.0
11362026-05-21T00:12:55.691Z Downloaded untrusted v0.7.1
11372026-05-21T00:12:55.691Z Downloaded thiserror-no-std v2.0.2
11382026-05-21T00:12:55.691Z Downloaded tokio-tungstenite v0.21.0
11392026-05-21T00:12:55.691Z Downloaded serde_with_macros v3.20.0
11402026-05-21T00:12:55.694Z Downloaded zone_cfg_derive v0.3.1
11412026-05-21T00:12:55.694Z Downloaded tokio-rustls v0.25.0
11422026-05-21T00:12:55.694Z Downloaded tokio-dtrace v0.1.1
11432026-05-21T00:12:55.694Z Downloaded time-macros v0.2.27
11442026-05-21T00:12:55.698Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11452026-05-21T00:12:55.698Z Downloaded zeroize_derive v1.4.3
11462026-05-21T00:12:55.698Z Downloaded slog-dtrace v0.3.0
11472026-05-21T00:12:55.698Z Downloaded wait-timeout v0.2.1
11482026-05-21T00:12:55.701Z Downloaded const_format v0.2.36
11492026-05-21T00:12:55.701Z Downloaded usdt-attr-macro v0.6.0
11502026-05-21T00:12:55.707Z Downloaded progenitor-impl v0.11.2
11512026-05-21T00:12:55.707Z Downloaded icu_normalizer_data v2.2.0
11522026-05-21T00:12:55.707Z Downloaded usdt v0.5.0
11532026-05-21T00:12:55.710Z Downloaded progenitor-impl v0.13.0
11542026-05-21T00:12:55.711Z Downloaded ciborium v0.2.2
11552026-05-21T00:12:55.711Z Downloaded fs_extra v1.3.0
11562026-05-21T00:12:55.711Z Downloaded spin v0.9.8
11572026-05-21T00:12:55.711Z Downloaded dropshot-api-manager-types v0.7.2
11582026-05-21T00:12:55.715Z Downloaded cstr-argument v0.1.2
11592026-05-21T00:12:55.715Z Downloaded constant_time_eq v0.4.2
11602026-05-21T00:12:55.715Z Downloaded base16ct v0.2.0
11612026-05-21T00:12:55.715Z Downloaded zerofrom-derive v0.1.7
11622026-05-21T00:12:55.715Z Downloaded zerofrom v0.1.8
11632026-05-21T00:12:55.715Z Downloaded yoke-derive v0.8.2
11642026-05-21T00:12:55.769Z Downloaded allocator-api2 v0.2.21
11652026-05-21T00:12:55.769Z Downloaded zone v0.3.1
11662026-05-21T00:12:55.769Z Downloaded schemars v0.8.22
11672026-05-21T00:12:55.769Z Downloaded darling_core v0.23.0
11682026-05-21T00:12:55.769Z Downloaded xz2 v0.1.7
11692026-05-21T00:12:55.769Z Downloaded writeable v0.6.3
11702026-05-21T00:12:55.769Z Downloaded konst v0.2.20
11712026-05-21T00:12:55.769Z Downloaded progenitor-impl v0.10.0
11722026-05-21T00:12:55.769Z Downloaded similar v2.7.0
11732026-05-21T00:12:55.769Z Downloaded thin-vec v0.2.18
11742026-05-21T00:12:55.770Z Downloaded rustls-platform-verifier v0.7.0
11752026-05-21T00:12:55.770Z Downloaded progenitor-impl v0.14.0
11762026-05-21T00:12:55.770Z Downloaded icu_normalizer v2.2.0
11772026-05-21T00:12:55.770Z Downloaded pest_meta v2.8.6
11782026-05-21T00:12:55.770Z Downloaded term v1.2.1
11792026-05-21T00:12:55.770Z Downloaded minimal-lexical v0.2.1
11802026-05-21T00:12:55.770Z Downloaded pest_generator v2.8.6
11812026-05-21T00:12:55.770Z Downloaded cargo_toml v0.22.3
11822026-05-21T00:12:55.770Z Downloaded bs58 v0.5.1
11832026-05-21T00:12:55.770Z Downloaded icu_collections v2.2.0
11842026-05-21T00:12:55.770Z Downloaded usdt-impl v0.6.0
11852026-05-21T00:12:55.770Z Downloaded tinystr v0.8.3
11862026-05-21T00:12:55.770Z Downloaded smartstring v1.0.1
11872026-05-21T00:12:55.770Z Downloaded vsss-rs v3.3.4
11882026-05-21T00:12:55.770Z Downloaded schemars v0.9.0
11892026-05-21T00:12:55.770Z Downloaded prettyplease v0.2.37
11902026-05-21T00:12:55.774Z Downloaded yoke v0.8.2
11912026-05-21T00:12:55.774Z Downloaded async-compression v0.4.42
11922026-05-21T00:12:55.774Z Downloaded whoami v1.6.1
11932026-05-21T00:12:55.774Z Downloaded pretty_assertions v1.4.1
11942026-05-21T00:12:55.774Z Downloaded base64 v0.21.7
11952026-05-21T00:12:55.778Z Downloaded defmt v1.1.0
11962026-05-21T00:12:55.778Z Downloaded zerovec-derive v0.11.3
11972026-05-21T00:12:55.782Z Downloaded walkdir v2.5.0
11982026-05-21T00:12:55.782Z Downloaded typify v0.4.3
11992026-05-21T00:12:55.788Z Downloaded jiff-static v0.2.24
12002026-05-21T00:12:55.788Z Downloaded hickory-resolver v0.25.2
12012026-05-21T00:12:55.788Z Downloaded rayon-core v1.13.0
12022026-05-21T00:12:55.792Z Downloaded rand v0.8.6
12032026-05-21T00:12:55.792Z Downloaded tar v0.4.45
12042026-05-21T00:12:55.800Z Downloaded test-strategy v0.4.5
12052026-05-21T00:12:55.805Z Downloaded toml v0.7.8
12062026-05-21T00:12:55.810Z Downloaded serde_yaml v0.9.34+deprecated
12072026-05-21T00:12:55.813Z Downloaded qorb v0.4.1
12082026-05-21T00:12:55.813Z Downloaded zerocopy-derive v0.7.35
12092026-05-21T00:12:55.817Z Downloaded usdt-impl v0.5.0
12102026-05-21T00:12:55.817Z Downloaded tungstenite v0.21.0
12112026-05-21T00:12:55.817Z Downloaded snafu v0.8.9
12122026-05-21T00:12:55.821Z Downloaded typify v0.6.2
12132026-05-21T00:12:55.845Z Downloaded ucd-trie v0.1.7
12142026-05-21T00:12:55.845Z Downloaded schemars v1.2.1
12152026-05-21T00:12:55.849Z Downloaded unsafe-libyaml v0.2.11
12162026-05-21T00:12:55.849Z Downloaded hashbrown v0.16.1
12172026-05-21T00:12:55.849Z Downloaded slog v2.8.2
12182026-05-21T00:12:55.850Z Downloaded pest v2.8.6
12192026-05-21T00:12:55.850Z Downloaded toml_edit v0.19.15
12202026-05-21T00:12:55.850Z Downloaded zerotrie v0.2.4
12212026-05-21T00:12:55.854Z Downloaded yansi v1.0.1
12222026-05-21T00:12:55.854Z Downloaded nom v7.1.3
12232026-05-21T00:12:55.857Z Downloaded toml_edit v0.25.11+spec-1.1.0
12242026-05-21T00:12:55.857Z Downloaded toml v0.9.12+spec-1.1.0
12252026-05-21T00:12:55.861Z Downloaded rand v0.10.1
12262026-05-21T00:12:55.864Z Downloaded hickory-resolver v0.24.4
12272026-05-21T00:12:55.864Z Downloaded steno v0.4.1
12282026-05-21T00:12:55.869Z Downloaded dropshot-api-manager v0.7.2
12292026-05-21T00:12:55.872Z Downloaded crossbeam-channel v0.5.15
12302026-05-21T00:12:55.882Z Downloaded iddqd v0.3.18
12312026-05-21T00:12:55.886Z Downloaded scc v2.4.0
12322026-05-21T00:12:55.889Z Downloaded nom v8.0.0
12332026-05-21T00:12:55.895Z Downloaded libm v0.2.16
12342026-05-21T00:12:55.899Z Downloaded zerocopy-derive v0.8.48
12352026-05-21T00:12:55.902Z Downloaded itertools v0.12.1
12362026-05-21T00:12:55.917Z Downloaded reqwest v0.13.3
12372026-05-21T00:12:55.921Z Downloaded zerovec v0.11.6
12382026-05-21T00:12:55.924Z Downloaded tough v0.22.0
12392026-05-21T00:12:55.928Z Downloaded icu_properties_data v2.2.0
12402026-05-21T00:12:55.934Z Downloaded blake3 v1.8.5
12412026-05-21T00:12:55.942Z Downloaded tower-http v0.6.10
12422026-05-21T00:12:55.947Z Downloaded hkdf v0.12.4
12432026-05-21T00:12:55.951Z Downloaded aws-lc-rs v1.17.0
12442026-05-21T00:12:55.954Z Downloaded winnow v0.5.40
12452026-05-21T00:12:55.958Z Downloaded typed-path v0.9.3
12462026-05-21T00:12:55.961Z Downloaded rustls-webpki v0.102.8
12472026-05-21T00:12:55.969Z Downloaded zerocopy v0.7.35
12482026-05-21T00:12:55.979Z Downloaded rayon v1.12.0
12492026-05-21T00:12:55.983Z Downloaded serde_with v3.20.0
12502026-05-21T00:12:55.990Z Downloaded proptest v1.11.0
12512026-05-21T00:12:55.994Z Downloaded tabled v0.15.0
12522026-05-21T00:12:56.002Z Downloaded time v0.3.47
12532026-05-21T00:12:56.009Z Downloaded tabled v0.20.0
12542026-05-21T00:12:56.018Z Downloaded moka v0.12.15
12552026-05-21T00:12:56.023Z Downloaded syn v1.0.109
12562026-05-21T00:12:56.049Z Downloaded dropshot v0.17.0
12572026-05-21T00:12:56.061Z Downloaded rustls v0.22.4
12582026-05-21T00:12:56.068Z Downloaded rhai v1.24.0
12592026-05-21T00:12:56.074Z Downloaded smoltcp v0.11.0
12602026-05-21T00:12:56.081Z Downloaded nix v0.31.3
12612026-05-21T00:12:56.087Z Downloaded regress v0.11.1
12622026-05-21T00:12:56.092Z Downloaded hickory-proto v0.25.2
12632026-05-21T00:12:56.100Z Downloaded hickory-proto v0.24.4
12642026-05-21T00:12:56.108Z Downloaded typify-impl v0.6.2
12652026-05-21T00:12:56.114Z Downloaded regress v0.10.5
12662026-05-21T00:12:56.119Z Downloaded sled v0.34.7
12672026-05-21T00:12:56.125Z Downloaded openapiv3 v2.2.0
12682026-05-21T00:12:56.137Z Downloaded typify-impl v0.4.3
12692026-05-21T00:12:56.154Z Downloaded chrono-tz v0.10.4
12702026-05-21T00:12:56.186Z Downloaded csv v1.4.0
12712026-05-21T00:12:56.194Z Downloaded petgraph v0.6.5
12722026-05-21T00:12:56.205Z Downloaded jiff v0.2.24
12732026-05-21T00:12:56.214Z Downloaded lzma-sys v0.1.20
12742026-05-21T00:12:56.230Z Downloaded sha3 v0.10.9
12752026-05-21T00:12:56.275Z Downloaded encoding_rs v0.8.35
12762026-05-21T00:12:56.809Z Downloaded aws-lc-sys v0.41.0
12772026-05-21T00:12:57.795Z Compiling proc-macro2 v1.0.106
12782026-05-21T00:12:57.795Z Compiling unicode-ident v1.0.24
12792026-05-21T00:12:57.795Z Compiling quote v1.0.45
12802026-05-21T00:12:57.795Z Compiling serde_core v1.0.228
12812026-05-21T00:12:57.795Z Compiling cfg-if v1.0.4
12822026-05-21T00:12:57.799Z Compiling serde v1.0.228
12832026-05-21T00:12:57.799Z Compiling libc v0.2.186
12842026-05-21T00:12:57.894Z Compiling memchr v2.8.0
12852026-05-21T00:12:57.992Z Compiling itoa v1.0.18
12862026-05-21T00:12:58.243Z Compiling zmij v1.0.21
12872026-05-21T00:12:58.254Z Compiling autocfg v1.5.0
12882026-05-21T00:12:58.343Z Compiling libm v0.2.16
12892026-05-21T00:12:58.656Z Compiling stable_deref_trait v1.2.1
12902026-05-21T00:12:58.692Z Compiling version_check v0.9.5
12912026-05-21T00:12:58.708Z Compiling litemap v0.8.2
12922026-05-21T00:12:58.767Z Compiling writeable v0.6.3
12932026-05-21T00:12:58.901Z Compiling icu_normalizer_data v2.2.0
12942026-05-21T00:12:58.921Z Compiling utf8_iter v1.0.4
12952026-05-21T00:12:58.925Z Compiling icu_properties_data v2.2.0
12962026-05-21T00:12:58.980Z Compiling percent-encoding v2.3.2
12972026-05-21T00:12:59.068Z Compiling equivalent v1.0.2
12982026-05-21T00:12:59.141Z Compiling syn v2.0.117
12992026-05-21T00:12:59.176Z Compiling iana-time-zone v0.1.65
13002026-05-21T00:12:59.255Z Compiling form_urlencoded v1.2.2
13012026-05-21T00:12:59.264Z Compiling pin-project-lite v0.2.17
13022026-05-21T00:12:59.324Z Compiling serde_json v1.0.149
13032026-05-21T00:12:59.337Z Compiling dyn-clone v1.0.20
13042026-05-21T00:12:59.356Z Compiling parking_lot_core v0.9.12
13052026-05-21T00:12:59.418Z Compiling scopeguard v1.2.0
13062026-05-21T00:12:59.431Z Compiling num-traits v0.2.19
13072026-05-21T00:12:59.473Z Compiling thiserror v2.0.18
13082026-05-21T00:12:59.506Z Compiling lock_api v0.4.14
13092026-05-21T00:12:59.589Z Compiling hashbrown v0.17.1
13102026-05-21T00:12:59.651Z Compiling rand_core v0.10.1
13112026-05-21T00:12:59.742Z Compiling getrandom v0.4.2
13122026-05-21T00:12:59.804Z Compiling errno v0.3.14
13132026-05-21T00:12:59.922Z Compiling log v0.4.29
13142026-05-21T00:12:59.960Z Compiling jobserver v0.1.34
13152026-05-21T00:13:00.029Z Compiling shlex v1.3.0
13162026-05-21T00:13:00.111Z Compiling find-msvc-tools v0.1.9
13172026-05-21T00:13:00.162Z Compiling semver v1.0.28
13182026-05-21T00:13:00.223Z Compiling indexmap v2.14.0
13192026-05-21T00:13:00.288Z Compiling heck v0.5.0
13202026-05-21T00:13:00.299Z Compiling cc v1.2.62
13212026-05-21T00:13:00.351Z Compiling futures-core v0.3.32
13222026-05-21T00:13:00.474Z Compiling zerocopy v0.8.48
13232026-05-21T00:13:00.512Z Compiling uuid v1.23.1
13242026-05-21T00:13:00.538Z Compiling futures-sink v0.3.32
13252026-05-21T00:13:00.638Z Compiling slab v0.4.12
13262026-05-21T00:13:00.812Z Compiling schemars v0.8.22
13272026-05-21T00:13:00.858Z Compiling fnv v1.0.7
13282026-05-21T00:13:00.911Z Compiling rustversion v1.0.22
13292026-05-21T00:13:00.922Z Compiling futures-channel v0.3.32
13302026-05-21T00:13:00.948Z Compiling bitflags v2.11.1
13312026-05-21T00:13:01.079Z Compiling futures-io v0.3.32
13322026-05-21T00:13:01.141Z Compiling futures-task v0.3.32
13332026-05-21T00:13:01.185Z Compiling socket2 v0.6.3
13342026-05-21T00:13:01.240Z Compiling portable-atomic v1.13.1
13352026-05-21T00:13:01.318Z Compiling signal-hook-registry v1.4.8
13362026-05-21T00:13:01.336Z Compiling mio v1.2.0
13372026-05-21T00:13:01.528Z Compiling critical-section v1.2.0
13382026-05-21T00:13:01.605Z Compiling getrandom v0.2.17
13392026-05-21T00:13:01.626Z Compiling typenum v1.20.0
13402026-05-21T00:13:01.638Z Compiling subtle v2.6.1
13412026-05-21T00:13:01.663Z Compiling untrusted v0.9.0
13422026-05-21T00:13:01.779Z Compiling base64 v0.22.1
13432026-05-21T00:13:01.782Z Compiling byteorder v1.5.0
13442026-05-21T00:13:01.801Z Compiling strsim v0.11.1
13452026-05-21T00:13:01.835Z Compiling rustix v1.1.4
13462026-05-21T00:13:01.874Z Compiling slog v2.8.2
13472026-05-21T00:13:02.047Z Compiling synstructure v0.13.2
13482026-05-21T00:13:02.108Z Compiling serde_derive_internals v0.29.1
13492026-05-21T00:13:02.137Z Compiling once_cell v1.21.4
13502026-05-21T00:13:02.200Z Compiling rand_core v0.6.4
13512026-05-21T00:13:02.229Z Compiling regex-syntax v0.8.10
13522026-05-21T00:13:02.268Z Compiling cmake v0.1.58
13532026-05-21T00:13:02.345Z Compiling fs_extra v1.3.0
13542026-05-21T00:13:02.375Z Compiling dunce v1.0.5
13552026-05-21T00:13:02.419Z Compiling ipnet v2.12.0
13562026-05-21T00:13:02.466Z Compiling httparse v1.10.1
13572026-05-21T00:13:02.503Z Compiling atomic-waker v1.1.2
13582026-05-21T00:13:02.599Z Compiling tower-layer v0.3.3
13592026-05-21T00:13:02.599Z Compiling aws-lc-sys v0.41.0
13602026-05-21T00:13:02.625Z Compiling tower-service v0.3.3
13612026-05-21T00:13:02.715Z Compiling generic-array v0.14.7
13622026-05-21T00:13:02.759Z Compiling getrandom v0.3.4
13632026-05-21T00:13:02.843Z Compiling ucd-trie v0.1.7
13642026-05-21T00:13:02.948Z Compiling thiserror v1.0.69
13652026-05-21T00:13:02.961Z Compiling ryu v1.0.23
13662026-05-21T00:13:03.122Z Compiling serde_derive v1.0.228
13672026-05-21T00:13:03.148Z Compiling zerofrom-derive v0.1.7
13682026-05-21T00:13:03.177Z Compiling yoke-derive v0.8.2
13692026-05-21T00:13:03.187Z Compiling zerovec-derive v0.11.3
13702026-05-21T00:13:03.233Z Compiling displaydoc v0.2.5
13712026-05-21T00:13:03.327Z Compiling schemars_derive v0.8.22
13722026-05-21T00:13:03.511Z Compiling tokio-macros v2.7.0
13732026-05-21T00:13:04.007Z Compiling thiserror-impl v2.0.18
13742026-05-21T00:13:04.283Z Compiling zerocopy-derive v0.8.48
13752026-05-21T00:13:04.294Z Compiling zeroize_derive v1.4.3
13762026-05-21T00:13:04.304Z Compiling futures-macro v0.3.32
13772026-05-21T00:13:04.404Z Compiling zerofrom v0.1.8
13782026-05-21T00:13:04.531Z Compiling yoke v0.8.2
13792026-05-21T00:13:04.717Z Compiling zerovec v0.11.6
13802026-05-21T00:13:04.921Z Compiling zerotrie v0.2.4
13812026-05-21T00:13:04.983Z Compiling zeroize v1.8.2
13822026-05-21T00:13:05.144Z Compiling futures-util v0.3.32
13832026-05-21T00:13:05.189Z Compiling tinystr v0.8.3
13842026-05-21T00:13:05.214Z Compiling potential_utf v0.1.5
13852026-05-21T00:13:05.230Z Compiling try-lock v0.2.5
13862026-05-21T00:13:05.325Z Compiling icu_collections v2.2.0
13872026-05-21T00:13:05.351Z Compiling icu_locale_core v2.2.0
13882026-05-21T00:13:05.365Z Compiling want v0.3.1
13892026-05-21T00:13:05.544Z Compiling thiserror-impl v1.0.69
13902026-05-21T00:13:05.555Z Compiling pest v2.8.6
13912026-05-21T00:13:05.884Z Compiling httpdate v1.0.3
13922026-05-21T00:13:06.122Z Compiling icu_provider v2.2.0
13932026-05-21T00:13:06.336Z Compiling bytes v1.11.1
13942026-05-21T00:13:06.418Z Compiling smallvec v1.15.1
13952026-05-21T00:13:06.441Z Compiling icu_properties v2.2.0
13962026-05-21T00:13:06.651Z Compiling icu_normalizer v2.2.0
13972026-05-21T00:13:06.695Z Compiling chrono v0.4.44
13982026-05-21T00:13:06.964Z Compiling http v1.4.0
13992026-05-21T00:13:07.110Z Compiling parking_lot v0.12.5
14002026-05-21T00:13:07.213Z Compiling serde_tokenstream v0.2.3
14012026-05-21T00:13:07.416Z Compiling idna_adapter v1.2.2
14022026-05-21T00:13:07.489Z Compiling tokio v1.52.3
14032026-05-21T00:13:07.505Z Compiling erased-serde v0.3.31
14042026-05-21T00:13:07.559Z Compiling idna v1.1.0
14052026-05-21T00:13:07.613Z Compiling http-body v1.0.1
14062026-05-21T00:13:07.864Z Compiling url v2.5.8
14072026-05-21T00:13:07.979Z Compiling pest_meta v2.8.6
14082026-05-21T00:13:08.358Z Compiling pretty-hex v0.4.2
14092026-05-21T00:13:08.388Z Compiling plain v0.2.3
14102026-05-21T00:13:08.493Z Compiling ppv-lite86 v0.2.21
14112026-05-21T00:13:08.657Z Compiling pest_generator v2.8.6
14122026-05-21T00:13:08.731Z Compiling winnow v1.0.3
14132026-05-21T00:13:08.794Z Compiling foldhash v0.2.0
14142026-05-21T00:13:08.819Z Compiling paste v1.0.15
14152026-05-21T00:13:09.030Z Compiling allocator-api2 v0.2.21
14162026-05-21T00:13:09.165Z Compiling crypto-common v0.1.7
14172026-05-21T00:13:09.269Z Compiling ipnetwork v0.21.1
14182026-05-21T00:13:09.273Z Compiling pest_derive v2.8.6
14192026-05-21T00:13:09.295Z Compiling tracing-attributes v0.1.31
14202026-05-21T00:13:09.352Z Compiling hashbrown v0.16.1
14212026-05-21T00:13:09.709Z Compiling oxnet v0.1.5
14222026-05-21T00:13:09.813Z Compiling tracing-core v0.1.36
14232026-05-21T00:13:09.845Z Compiling omicron-workspace-hack v0.1.0
14242026-05-21T00:13:09.928Z Compiling ident_case v1.0.1
14252026-05-21T00:13:10.044Z Compiling http-body-util v0.1.3
14262026-05-21T00:13:10.078Z Compiling serde_urlencoded v0.7.1
14272026-05-21T00:13:10.129Z Compiling aho-corasick v1.1.4
14282026-05-21T00:13:10.312Z Compiling sync_wrapper v1.0.2
14292026-05-21T00:13:10.340Z Compiling rustls-pki-types v1.14.1
14302026-05-21T00:13:10.407Z Compiling daft-derive v0.1.7
14312026-05-21T00:13:10.517Z Compiling tracing v0.1.44
14322026-05-21T00:13:10.692Z Compiling fastrand v2.4.1
14332026-05-21T00:13:10.814Z Compiling scroll_derive v0.13.1
14342026-05-21T00:13:10.914Z Compiling regex-automata v0.4.14
14352026-05-21T00:13:11.159Z Compiling tokio-util v0.7.18
14362026-05-21T00:13:11.512Z Compiling async-trait v0.1.89
14372026-05-21T00:13:11.540Z Compiling ring v0.17.14
14382026-05-21T00:13:11.656Z Compiling anyhow v1.0.102
14392026-05-21T00:13:11.891Z Compiling num-conv v0.2.1
14402026-05-21T00:13:11.980Z Compiling powerfmt v0.2.0
14412026-05-21T00:13:12.033Z Compiling cpufeatures v0.2.17
14422026-05-21T00:13:12.053Z Compiling time-core v0.1.8
14432026-05-21T00:13:12.185Z Compiling deranged v0.5.8
14442026-05-21T00:13:12.197Z Compiling time-macros v0.2.27
14452026-05-21T00:13:12.697Z Compiling regex v1.12.3
14462026-05-21T00:13:13.169Z Compiling scroll v0.13.0
14472026-05-21T00:13:13.174Z Compiling block-buffer v0.10.4
14482026-05-21T00:13:13.211Z Compiling openssl-probe v0.2.1
14492026-05-21T00:13:13.314Z Compiling hex v0.4.3
14502026-05-21T00:13:13.397Z Compiling num_threads v0.1.7
14512026-05-21T00:13:13.435Z Compiling goblin v0.10.5
14522026-05-21T00:13:13.438Z Compiling digest v0.10.7
14532026-05-21T00:13:13.563Z Compiling camino v1.2.2
14542026-05-21T00:13:13.987Z Compiling crc32fast v1.5.0
14552026-05-21T00:13:13.995Z Compiling usdt-impl v0.6.0
14562026-05-21T00:13:14.108Z Compiling h2 v0.4.14
14572026-05-21T00:13:14.225Z Compiling dtrace-parser v0.3.0
14582026-05-21T00:13:14.282Z Compiling futures-executor v0.3.32
14592026-05-21T00:13:14.449Z Compiling aws-lc-rs v1.17.0
14602026-05-21T00:13:14.758Z Compiling crossbeam-utils v0.8.21
14612026-05-21T00:13:14.948Z Compiling structmeta-derive v0.3.0
14622026-05-21T00:13:15.089Z Compiling thread-id v5.1.0
14632026-05-21T00:13:15.168Z Compiling adler2 v2.0.1
14642026-05-21T00:13:15.224Z Compiling rustls v0.22.4
14652026-05-21T00:13:15.294Z Compiling simd-adler32 v0.3.9
14662026-05-21T00:13:15.439Z Compiling miniz_oxide v0.8.9
14672026-05-21T00:13:15.979Z Compiling structmeta v0.3.0
14682026-05-21T00:13:15.991Z Compiling futures v0.3.32
14692026-05-21T00:13:16.041Z Compiling dof v0.4.0
14702026-05-21T00:13:16.059Z Compiling rand_core v0.9.5
14712026-05-21T00:13:16.069Z Compiling darling_core v0.23.0
14722026-05-21T00:13:16.084Z Compiling newtype-uuid-macros v0.1.0
14732026-05-21T00:13:16.169Z Compiling hyper v1.9.0
14742026-05-21T00:13:16.266Z Compiling thread_local v1.1.9
14752026-05-21T00:13:16.532Z Compiling untrusted v0.7.1
14762026-05-21T00:13:16.655Z Compiling match_cfg v0.1.0
14772026-05-21T00:13:16.900Z Compiling flate2 v1.1.9
14782026-05-21T00:13:17.316Z Compiling hyper-util v0.1.20
14792026-05-21T00:13:17.369Z Compiling newtype-uuid v1.3.2
14802026-05-21T00:13:17.434Z Compiling slog-async v2.8.0
14812026-05-21T00:13:17.735Z Compiling compression-core v0.4.32
14822026-05-21T00:13:17.887Z Compiling quick-error v1.2.3
14832026-05-21T00:13:17.900Z Compiling ref-cast v1.0.25
14842026-05-21T00:13:17.959Z Compiling rustls v0.23.40
14852026-05-21T00:13:18.007Z Compiling compression-codecs v0.4.38
14862026-05-21T00:13:18.180Z Compiling darling_macro v0.23.0
14872026-05-21T00:13:18.251Z Compiling usdt-macro v0.6.0
14882026-05-21T00:13:18.271Z Compiling usdt-attr-macro v0.6.0
14892026-05-21T00:13:18.294Z Compiling daft v0.1.7
14902026-05-21T00:13:18.324Z Compiling rand_chacha v0.9.0
14912026-05-21T00:13:18.669Z Compiling strum_macros v0.26.4
14922026-05-21T00:13:18.759Z Compiling ref-cast-impl v1.0.25
14932026-05-21T00:13:18.777Z Compiling darling v0.23.0
14942026-05-21T00:13:18.856Z Compiling serde_spanned v1.1.1
14952026-05-21T00:13:18.979Z Compiling multer v3.1.0
14962026-05-21T00:13:19.004Z Compiling term v1.2.1
14972026-05-21T00:13:19.086Z Compiling toml_writer v1.1.1+spec-1.1.0
14982026-05-21T00:13:19.220Z Compiling debug-ignore v1.0.5
14992026-05-21T00:13:19.326Z Compiling take_mut v0.2.2
15002026-05-21T00:13:19.390Z Compiling bit-vec v0.8.0
15012026-05-21T00:13:19.442Z Compiling serde_with_macros v3.20.0
15022026-05-21T00:13:19.491Z Compiling rand v0.9.4
15032026-05-21T00:13:19.504Z Compiling async-stream-impl v0.3.6
15042026-05-21T00:13:19.614Z Compiling bit-set v0.8.0
15052026-05-21T00:13:19.721Z Compiling dropshot v0.17.0
15062026-05-21T00:13:19.769Z Compiling encoding_rs v0.8.35
15072026-05-21T00:13:19.954Z Compiling spin v0.9.8
15082026-05-21T00:13:20.066Z Compiling unarray v0.1.4
15092026-05-21T00:13:20.087Z Compiling mime v0.3.17
15102026-05-21T00:13:20.145Z Compiling syn v1.0.109
15112026-05-21T00:13:20.169Z Compiling async-stream v0.3.6
15122026-05-21T00:13:20.339Z Compiling strum v0.26.3
15132026-05-21T00:13:20.361Z Compiling derive-ex v0.1.8
15142026-05-21T00:13:20.384Z Compiling tower v0.5.3
15152026-05-21T00:13:20.480Z Compiling dropshot_endpoint v0.17.0
15162026-05-21T00:13:20.513Z Compiling macaddr v1.0.1
15172026-05-21T00:13:20.555Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-05-21T00:13:20.559Z Compiling waitgroup v0.1.2
15192026-05-21T00:13:20.727Z Compiling serde_path_to_error v0.1.20
15202026-05-21T00:13:21.039Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-05-21T00:13:21.073Z Compiling tower-http v0.6.10
15222026-05-21T00:13:21.193Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15232026-05-21T00:13:21.367Z Compiling tempfile v3.27.0
15242026-05-21T00:13:21.390Z Compiling openapiv3 v2.2.0
15252026-05-21T00:13:21.478Z Compiling strum_macros v0.27.2
15262026-05-21T00:13:21.897Z Compiling test-strategy v0.4.5
15272026-05-21T00:13:22.126Z Compiling instant v0.1.13
15282026-05-21T00:13:22.232Z Compiling time v0.3.47
15292026-05-21T00:13:22.863Z Compiling rustls-native-certs v0.8.3
15302026-05-21T00:13:22.968Z Compiling rustc-hash v2.1.2
15312026-05-21T00:13:23.262Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15322026-05-21T00:13:23.347Z Compiling strum v0.27.2
15332026-05-21T00:13:23.438Z Compiling crossbeam-channel v0.5.15
15342026-05-21T00:13:23.890Z Compiling parse-display-derive v0.10.0
15352026-05-21T00:13:24.273Z Compiling backon v1.6.0
15362026-05-21T00:13:24.345Z Compiling rand_chacha v0.3.1
15372026-05-21T00:13:24.483Z Compiling rustls-webpki v0.102.8
15382026-05-21T00:13:25.310Z Compiling rand v0.8.6
15392026-05-21T00:13:25.338Z Compiling slog-json v2.6.1
15402026-05-21T00:13:25.362Z Compiling hostname v0.3.1
15412026-05-21T00:13:25.492Z Compiling toml_parser v1.1.2+spec-1.1.0
15422026-05-21T00:13:25.533Z Compiling toml_datetime v1.1.1+spec-1.1.0
15432026-05-21T00:13:25.543Z Compiling is-terminal v0.4.17
15442026-05-21T00:13:25.633Z Compiling memmap2 v0.9.10
15452026-05-21T00:13:25.838Z Compiling wait-timeout v0.2.1
15462026-05-21T00:13:25.850Z Compiling either v1.15.0
15472026-05-21T00:13:25.950Z Compiling toml v1.1.2+spec-1.1.0
15482026-05-21T00:13:25.996Z Compiling rusty-fork v0.3.1
15492026-05-21T00:13:26.045Z Compiling usdt v0.6.0
15502026-05-21T00:13:26.137Z Compiling slog-term v2.9.2
15512026-05-21T00:13:26.169Z Compiling slog-bunyan v2.5.0
15522026-05-21T00:13:26.324Z Compiling serde_with v3.20.0
15532026-05-21T00:13:26.344Z Compiling async-compression v0.4.42
15542026-05-21T00:13:26.657Z Compiling rand_xorshift v0.4.0
15552026-05-21T00:13:26.730Z Compiling sha1 v0.10.6
15562026-05-21T00:13:26.803Z Compiling tokio-rustls v0.25.0
15572026-05-21T00:13:26.846Z Compiling rustls-pemfile v2.2.0
15582026-05-21T00:13:26.949Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15592026-05-21T00:13:27.024Z Compiling regress v0.10.5
15602026-05-21T00:13:27.041Z Compiling hostname v0.4.2
15612026-05-21T00:13:27.433Z Compiling proptest v1.11.0
15622026-05-21T00:13:28.343Z Compiling iddqd v0.3.18
15632026-05-21T00:13:28.958Z Compiling reqwest v0.12.28
15642026-05-21T00:13:29.055Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15652026-05-21T00:13:29.488Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15662026-05-21T00:13:29.500Z Compiling utf8parse v0.2.2
15672026-05-21T00:13:29.611Z Compiling anstyle-parse v1.0.0
15682026-05-21T00:13:29.796Z Compiling itertools v0.14.0
15692026-05-21T00:13:30.073Z Compiling progenitor-client v0.10.0
15702026-05-21T00:13:30.350Z Compiling backoff v0.4.0
15712026-05-21T00:13:30.563Z Compiling parse-display v0.10.0
15722026-05-21T00:13:30.896Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15732026-05-21T00:13:30.937Z Compiling colorchoice v1.0.5
15742026-05-21T00:13:31.029Z Compiling anstyle-query v1.1.5
15752026-05-21T00:13:31.052Z Compiling is_terminal_polyfill v1.70.2
15762026-05-21T00:13:31.141Z Compiling anstyle v1.0.14
15772026-05-21T00:13:31.311Z Compiling anstream v1.0.0
15782026-05-21T00:13:31.379Z Compiling clap_lex v1.1.0
15792026-05-21T00:13:31.932Z Compiling regress v0.11.1
15802026-05-21T00:13:32.004Z Compiling clap_derive v4.6.1
15812026-05-21T00:13:32.600Z Compiling terminal_size v0.4.4
15822026-05-21T00:13:33.565Z Compiling typify-impl v0.6.2
15832026-05-21T00:13:33.692Z Compiling toml_datetime v0.6.11
15842026-05-21T00:13:33.822Z Compiling zerocopy-derive v0.7.35
15852026-05-21T00:13:33.968Z Compiling convert_case v0.4.0
15862026-05-21T00:13:34.265Z Compiling derive_more v0.99.20
15872026-05-21T00:13:34.691Z Compiling zerocopy v0.7.35
15882026-05-21T00:13:34.806Z Compiling clap_builder v4.6.0
15892026-05-21T00:13:35.440Z Compiling toml_edit v0.25.11+spec-1.1.0
15902026-05-21T00:13:36.142Z Compiling unicode-width v0.2.2
15912026-05-21T00:13:36.367Z Compiling clap v4.6.1
15922026-05-21T00:13:36.424Z Compiling proc-macro-crate v3.5.0
15932026-05-21T00:13:36.839Z Compiling secrecy v0.10.3
15942026-05-21T00:13:36.851Z Compiling crucible-workspace-hack v0.1.0
15952026-05-21T00:13:36.990Z Compiling tinyvec_macros v0.1.1
15962026-05-21T00:13:36.994Z Compiling float-ord v0.3.2
15972026-05-21T00:13:37.060Z Compiling tinyvec v1.11.0
15982026-05-21T00:13:37.094Z Compiling num_enum_derive v0.7.6
15992026-05-21T00:13:37.706Z Compiling dtrace-parser v0.2.0
16002026-05-21T00:13:37.717Z Compiling scroll_derive v0.12.1
16012026-05-21T00:13:38.138Z Compiling num-integer v0.1.46
16022026-05-21T00:13:38.431Z Compiling rustc_version v0.4.1
16032026-05-21T00:13:38.468Z Compiling usdt-impl v0.5.0
16042026-05-21T00:13:38.490Z Compiling scroll v0.12.0
16052026-05-21T00:13:38.630Z Compiling num_enum v0.7.6
16062026-05-21T00:13:38.711Z Compiling curve25519-dalek v4.1.3
16072026-05-21T00:13:39.021Z Compiling dof v0.3.0
16082026-05-21T00:13:39.376Z Compiling hmac v0.12.1
16092026-05-21T00:13:39.389Z Compiling darling_core v0.21.3
16102026-05-21T00:13:39.437Z Compiling inout v0.1.4
16112026-05-21T00:13:39.450Z Compiling ff v0.13.1
16122026-05-21T00:13:39.508Z Compiling thread-id v4.2.2
16132026-05-21T00:13:39.556Z Compiling group v0.13.0
16142026-05-21T00:13:39.573Z Compiling cipher v0.4.4
16152026-05-21T00:13:39.660Z Compiling hkdf v0.12.4
16162026-05-21T00:13:39.879Z Compiling typify-macro v0.6.2
16172026-05-21T00:13:40.167Z Compiling goblin v0.8.2
16182026-05-21T00:13:40.260Z Compiling num-rational v0.4.2
16192026-05-21T00:13:40.363Z Compiling num-iter v0.1.45
16202026-05-21T00:13:40.477Z Compiling thiserror-impl-no-std v2.0.2
16212026-05-21T00:13:40.541Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16222026-05-21T00:13:40.880Z Compiling crossbeam-epoch v0.9.18
16232026-05-21T00:13:41.222Z Compiling universal-hash v0.5.1
16242026-05-21T00:13:41.360Z Compiling crypto-bigint v0.5.5
16252026-05-21T00:13:41.367Z Compiling half v2.7.1
16262026-05-21T00:13:41.450Z Compiling darling_macro v0.21.3
16272026-05-21T00:13:41.565Z Compiling curve25519-dalek-derive v0.1.1
16282026-05-21T00:13:41.644Z Compiling num-complex v0.4.6
16292026-05-21T00:13:41.944Z Compiling typify v0.6.2
16302026-05-21T00:13:42.135Z Compiling base16ct v0.2.0
16312026-05-21T00:13:42.245Z Compiling base64ct v1.8.3
16322026-05-21T00:13:42.257Z Compiling opaque-debug v0.3.1
16332026-05-21T00:13:42.270Z Compiling ciborium-io v0.2.2
16342026-05-21T00:13:42.321Z Compiling poly1305 v0.8.0
16352026-05-21T00:13:42.355Z Compiling ciborium-ll v0.2.2
16362026-05-21T00:13:42.534Z Compiling password-hash v0.5.0
16372026-05-21T00:13:42.559Z Compiling elliptic-curve v0.13.8
16382026-05-21T00:13:42.969Z Compiling darling v0.21.3
16392026-05-21T00:13:43.011Z Compiling num v0.4.3
16402026-05-21T00:13:43.143Z Compiling thiserror-no-std v2.0.2
16412026-05-21T00:13:43.593Z Compiling chacha20 v0.9.1
16422026-05-21T00:13:43.635Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16432026-05-21T00:13:43.806Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16442026-05-21T00:13:44.215Z Compiling blake2 v0.10.6
16452026-05-21T00:13:44.325Z Compiling byte-wrapper v0.1.0
16462026-05-21T00:13:44.435Z Compiling aead v0.5.2
16472026-05-21T00:13:44.600Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16482026-05-21T00:13:44.666Z Compiling proc-macro-error-attr v1.0.4
16492026-05-21T00:13:44.900Z Compiling unsafe-libyaml v0.2.11
16502026-05-21T00:13:44.904Z Compiling keccak v0.1.6
16512026-05-21T00:13:44.922Z Compiling heapless v0.8.0
16522026-05-21T00:13:45.145Z Compiling rustix v0.38.44
16532026-05-21T00:13:45.230Z Compiling prettyplease v0.2.37
16542026-05-21T00:13:45.497Z Compiling serde_yaml v0.9.34+deprecated
16552026-05-21T00:13:45.651Z Compiling sha3 v0.10.9
16562026-05-21T00:13:45.943Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16572026-05-21T00:13:46.751Z Compiling chacha20poly1305 v0.10.1
16582026-05-21T00:13:46.954Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16592026-05-21T00:13:47.102Z Compiling argon2 v0.5.3
16602026-05-21T00:13:47.196Z Compiling vsss-rs v3.3.4
16612026-05-21T00:13:47.605Z Compiling ingot-macros v0.1.1
16622026-05-21T00:13:48.178Z Compiling ciborium v0.2.2
16632026-05-21T00:13:48.529Z Compiling rustls-webpki v0.103.13
16642026-05-21T00:13:48.856Z Compiling usdt-macro v0.5.0
16652026-05-21T00:13:48.918Z Compiling usdt-attr-macro v0.5.0
16662026-05-21T00:13:50.407Z Compiling serde_spanned v0.6.9
16672026-05-21T00:13:50.552Z Compiling enum-as-inner v0.6.1
16682026-05-21T00:13:50.759Z Compiling hash32 v0.3.1
16692026-05-21T00:13:50.772Z Compiling proc-macro-error v1.0.4
16702026-05-21T00:13:50.916Z Compiling memmap v0.7.0
16712026-05-21T00:13:51.017Z Compiling smoltcp v0.11.0
16722026-05-21T00:13:51.106Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16732026-05-21T00:13:51.147Z Compiling data-encoding v2.11.0
16742026-05-21T00:13:51.322Z Compiling static_assertions v1.1.0
16752026-05-21T00:13:51.381Z Compiling indent_write v2.2.0
16762026-05-21T00:13:51.389Z Compiling winnow v0.7.15
16772026-05-21T00:13:51.393Z Compiling winnow v0.5.40
16782026-05-21T00:13:51.493Z Compiling toml_write v0.1.2
16792026-05-21T00:13:51.546Z Compiling usdt v0.5.0
16802026-05-21T00:13:51.888Z Compiling ingot-types v0.1.2
16812026-05-21T00:13:51.994Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16822026-05-21T00:13:52.228Z Compiling tokio-rustls v0.26.4
16832026-05-21T00:13:52.287Z Compiling rustls-platform-verifier v0.7.0
16842026-05-21T00:13:52.497Z Compiling hyper-rustls v0.27.9
16852026-05-21T00:13:52.761Z Compiling reqwest v0.13.3
16862026-05-21T00:13:52.796Z Compiling toml_edit v0.22.27
16872026-05-21T00:13:52.820Z Compiling toml_edit v0.19.15
16882026-05-21T00:13:52.861Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16892026-05-21T00:13:52.957Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16902026-05-21T00:13:53.917Z Compiling tabwriter v1.4.1
16912026-05-21T00:13:54.166Z Compiling progenitor-client v0.14.0
16922026-05-21T00:13:54.475Z Compiling progenitor-extras v0.2.0
16932026-05-21T00:13:54.717Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16942026-05-21T00:13:55.047Z Compiling cobs v0.3.0
16952026-05-21T00:13:55.255Z Compiling serde_repr v0.1.20
16962026-05-21T00:13:55.618Z Compiling memoffset v0.9.1
16972026-05-21T00:13:55.868Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16982026-05-21T00:13:55.881Z Compiling bitflags v1.3.2
16992026-05-21T00:13:55.955Z Compiling managed v0.8.0
17002026-05-21T00:13:56.046Z Compiling cfg_aliases v0.2.1
17012026-05-21T00:13:56.073Z Compiling vcpkg v0.2.15
17022026-05-21T00:13:56.100Z Compiling pkg-config v0.3.33
17032026-05-21T00:13:56.123Z Compiling nix v0.31.3
17042026-05-21T00:13:56.549Z Compiling postcard v1.1.3
17052026-05-21T00:13:56.626Z Compiling openssl-sys v0.9.116
17062026-05-21T00:13:56.882Z Compiling toml v0.8.23
17072026-05-21T00:13:57.058Z Compiling proc-macro-crate v1.3.1
17082026-05-21T00:13:57.342Z Compiling ingot v0.1.1
17092026-05-21T00:13:57.393Z Compiling hubpack_derive v0.1.1
17102026-05-21T00:13:57.450Z Compiling foreign-types-macros v0.2.3
17112026-05-21T00:13:57.571Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17122026-05-21T00:13:57.873Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17132026-05-21T00:13:57.934Z Compiling semver v0.1.20
17142026-05-21T00:13:58.037Z Compiling heck v0.4.1
17152026-05-21T00:13:58.158Z Compiling unicode-segmentation v1.13.2
17162026-05-21T00:13:58.168Z Compiling swrite v0.1.0
17172026-05-21T00:13:58.210Z Compiling cpufeatures v0.3.0
17182026-05-21T00:13:58.250Z Compiling foreign-types-shared v0.3.1
17192026-05-21T00:13:58.262Z Compiling colored v3.1.1
17202026-05-21T00:13:58.284Z Compiling linked-hash-map v0.5.6
17212026-05-21T00:13:58.342Z Compiling resolv-conf v0.7.6
17222026-05-21T00:13:58.467Z Compiling rayon-core v1.13.0
17232026-05-21T00:13:58.585Z Compiling newline-converter v0.3.0
17242026-05-21T00:13:58.661Z Compiling lru-cache v0.1.2
17252026-05-21T00:13:58.699Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17262026-05-21T00:13:58.711Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17272026-05-21T00:13:58.749Z Compiling foreign-types v0.5.0
17282026-05-21T00:13:58.784Z Compiling chacha20 v0.10.0
17292026-05-21T00:13:58.957Z Compiling rustc_version v0.1.7
17302026-05-21T00:13:59.163Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17312026-05-21T00:13:59.211Z Compiling hubpack v0.1.2
17322026-05-21T00:13:59.269Z Compiling num_enum_derive v0.5.11
17332026-05-21T00:13:59.760Z Compiling atomicwrites v0.4.4
17342026-05-21T00:14:00.076Z Compiling hickory-proto v0.24.4
17352026-05-21T00:14:00.327Z Compiling progenitor-impl v0.13.0
17362026-05-21T00:14:00.838Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17372026-05-21T00:14:01.211Z Compiling crossbeam-deque v0.8.6
17382026-05-21T00:14:01.246Z Compiling console v0.15.11
17392026-05-21T00:14:01.414Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17402026-05-21T00:14:01.716Z Compiling camino-tempfile v1.4.1
17412026-05-21T00:14:01.729Z Compiling serde-big-array v0.5.1
17422026-05-21T00:14:01.872Z Compiling derive-where v1.6.1
17432026-05-21T00:14:01.918Z Compiling num-derive v0.4.2
17442026-05-21T00:14:01.934Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-05-21T00:14:01.954Z Compiling pin-project-internal v1.1.13
17462026-05-21T00:14:02.065Z Compiling cstr-argument v0.1.2
17472026-05-21T00:14:02.222Z Compiling similar v2.7.0
17482026-05-21T00:14:02.471Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17492026-05-21T00:14:02.711Z Compiling siphasher v1.0.3
17502026-05-21T00:14:02.875Z Compiling minimal-lexical v0.2.1
17512026-05-21T00:14:02.907Z Compiling phf_shared v0.12.1
17522026-05-21T00:14:03.105Z Compiling pin-project v1.1.13
17532026-05-21T00:14:03.139Z Compiling nom v7.1.3
17542026-05-21T00:14:03.174Z Compiling expectorate v1.2.0
17552026-05-21T00:14:03.202Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17562026-05-21T00:14:03.213Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17572026-05-21T00:14:03.327Z Compiling hickory-resolver v0.24.4
17582026-05-21T00:14:03.340Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17592026-05-21T00:14:03.466Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17602026-05-21T00:14:03.696Z Compiling num_enum v0.5.11
17612026-05-21T00:14:03.908Z Compiling progenitor-macro v0.13.0
17622026-05-21T00:14:04.185Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17632026-05-21T00:14:04.392Z Compiling newtype_derive v0.1.6
17642026-05-21T00:14:04.497Z Compiling rand v0.10.1
17652026-05-21T00:14:04.638Z Compiling progenitor-client v0.13.0
17662026-05-21T00:14:05.172Z Compiling progenitor-impl v0.14.0
17672026-05-21T00:14:05.292Z Compiling unicode-normalization v0.1.25
17682026-05-21T00:14:05.754Z Compiling tokio-stream v0.1.18
17692026-05-21T00:14:05.963Z Compiling snafu-derive v0.8.9
17702026-05-21T00:14:06.192Z Compiling async-recursion v1.1.1
17712026-05-21T00:14:06.221Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17722026-05-21T00:14:06.528Z Compiling slog-dtrace v0.3.0
17732026-05-21T00:14:06.541Z Compiling csv-core v0.1.13
17742026-05-21T00:14:06.777Z Compiling bstr v1.12.1
17752026-05-21T00:14:06.806Z Compiling unicode-width v0.1.14
17762026-05-21T00:14:06.897Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17772026-05-21T00:14:07.082Z Compiling highway v1.3.0
17782026-05-21T00:14:07.274Z Compiling foreign-types-shared v0.1.1
17792026-05-21T00:14:07.366Z Compiling openssl v0.10.80
17802026-05-21T00:14:07.473Z Compiling owo-colors v4.3.0
17812026-05-21T00:14:07.653Z Compiling same-file v1.0.6
17822026-05-21T00:14:07.687Z Compiling foldhash v0.1.5
17832026-05-21T00:14:07.824Z Compiling cancel-safe-futures v0.1.5
17842026-05-21T00:14:07.835Z Compiling unicode-xid v0.2.6
17852026-05-21T00:14:07.869Z Compiling konst_macro_rules v0.2.19
17862026-05-21T00:14:07.955Z Compiling chrono-tz v0.10.4
17872026-05-21T00:14:08.100Z Compiling konst v0.2.20
17882026-05-21T00:14:08.157Z Compiling const_format_proc_macros v0.2.34
17892026-05-21T00:14:08.291Z Compiling hashbrown v0.15.5
17902026-05-21T00:14:08.348Z Compiling walkdir v2.5.0
17912026-05-21T00:14:08.520Z Compiling snafu v0.8.9
17922026-05-21T00:14:08.734Z Compiling foreign-types v0.3.2
17932026-05-21T00:14:08.789Z Compiling progenitor-macro v0.14.0
17942026-05-21T00:14:08.810Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17952026-05-21T00:14:08.829Z Compiling globset v0.4.18
17962026-05-21T00:14:08.964Z Compiling csv v1.4.0
17972026-05-21T00:14:09.027Z Compiling progenitor v0.13.0
17982026-05-21T00:14:09.065Z Compiling qorb v0.4.1
17992026-05-21T00:14:09.165Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18002026-05-21T00:14:09.537Z Compiling olpc-cjson v0.1.4
18012026-05-21T00:14:09.678Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18022026-05-21T00:14:10.767Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-05-21T00:14:11.142Z Compiling rayon v1.12.0
18042026-05-21T00:14:11.155Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18052026-05-21T00:14:11.255Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18062026-05-21T00:14:11.320Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18072026-05-21T00:14:11.441Z Compiling phf v0.12.1
18082026-05-21T00:14:11.595Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18092026-05-21T00:14:11.895Z Compiling zone_cfg_derive v0.3.1
18102026-05-21T00:14:12.225Z Compiling tokio-dtrace v0.1.1
18112026-05-21T00:14:12.520Z Compiling itertools v0.12.1
18122026-05-21T00:14:12.597Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18132026-05-21T00:14:12.646Z Compiling libsw-core v0.3.2
18142026-05-21T00:14:12.793Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18152026-05-21T00:14:12.812Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18162026-05-21T00:14:12.906Z Compiling serde_plain v1.0.2
18172026-05-21T00:14:13.159Z Compiling openssl-macros v0.1.1
18182026-05-21T00:14:13.248Z Compiling pem v3.0.6
18192026-05-21T00:14:13.462Z Compiling cookie v0.18.1
18202026-05-21T00:14:13.610Z Compiling sigpipe v0.1.3
18212026-05-21T00:14:13.641Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18222026-05-21T00:14:13.671Z Compiling glob v0.3.3
18232026-05-21T00:14:13.697Z Compiling fixedbitset v0.4.2
18242026-05-21T00:14:13.709Z Compiling jiff v0.2.24
18252026-05-21T00:14:13.811Z Compiling fixedbitset v0.5.7
18262026-05-21T00:14:13.871Z Compiling bytecount v0.6.9
18272026-05-21T00:14:13.871Z Compiling typed-path v0.9.3
18282026-05-21T00:14:13.927Z Compiling progenitor v0.14.0
18292026-05-21T00:14:14.012Z Compiling petgraph v0.8.3
18302026-05-21T00:14:14.061Z Compiling papergrid v0.11.0
18312026-05-21T00:14:14.130Z Compiling petgraph v0.6.5
18322026-05-21T00:14:14.197Z Compiling zone v0.3.1
18332026-05-21T00:14:15.010Z Compiling tough v0.22.0
18342026-05-21T00:14:15.643Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18352026-05-21T00:14:15.822Z Compiling libsw v3.5.0
18362026-05-21T00:14:15.834Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18372026-05-21T00:14:16.000Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18382026-05-21T00:14:16.083Z Compiling oxide-tokio-rt v0.1.6
18392026-05-21T00:14:16.135Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18402026-05-21T00:14:16.198Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18412026-05-21T00:14:16.394Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18422026-05-21T00:14:17.444Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18432026-05-21T00:14:17.583Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18442026-05-21T00:14:17.615Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18452026-05-21T00:14:17.670Z Compiling const_format v0.2.36
18462026-05-21T00:14:18.487Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18472026-05-21T00:14:18.513Z Compiling tabled_derive v0.7.0
18482026-05-21T00:14:18.555Z Compiling gethostname v0.5.0
18492026-05-21T00:14:18.595Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18502026-05-21T00:14:18.675Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18512026-05-21T00:14:18.715Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18522026-05-21T00:14:18.792Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-05-21T00:14:18.804Z Compiling smf v0.2.3
18542026-05-21T00:14:18.903Z Compiling bcs v0.1.6
18552026-05-21T00:14:19.228Z Compiling nom v8.0.0
18562026-05-21T00:14:19.377Z Compiling linear-map v1.2.0
18572026-05-21T00:14:19.411Z Compiling tagptr v0.2.0
18582026-05-21T00:14:19.498Z Compiling termtree v0.5.1
18592026-05-21T00:14:19.542Z Compiling whoami v1.6.1
18602026-05-21T00:14:19.558Z Compiling lazy_static v1.5.0
18612026-05-21T00:14:19.561Z Compiling smawk v0.3.2
18622026-05-21T00:14:19.648Z Compiling unicode-linebreak v0.1.5
18632026-05-21T00:14:19.669Z Compiling crunchy v0.2.4
18642026-05-21T00:14:19.693Z Compiling steno v0.4.1
18652026-05-21T00:14:19.853Z Compiling textwrap v0.16.2
18662026-05-21T00:14:19.987Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-05-21T00:14:20.163Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18682026-05-21T00:14:20.393Z Compiling moka v0.12.15
18692026-05-21T00:14:21.077Z Compiling tabled v0.15.0
18702026-05-21T00:14:21.184Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18712026-05-21T00:14:21.777Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18722026-05-21T00:14:21.788Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18732026-05-21T00:14:22.606Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18742026-05-21T00:14:22.933Z Compiling hickory-proto v0.25.2
18752026-05-21T00:14:23.602Z Compiling tiny-keccak v2.0.2
18762026-05-21T00:14:23.806Z Compiling humantime v2.3.0
18772026-05-21T00:14:23.862Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18782026-05-21T00:14:24.136Z Compiling parking_lot_core v0.8.6
18792026-05-21T00:14:24.396Z Compiling libscf-sys v1.2.0
18802026-05-21T00:14:24.450Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18812026-05-21T00:14:24.542Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18822026-05-21T00:14:24.811Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18832026-05-21T00:14:24.838Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18842026-05-21T00:14:25.047Z Compiling hickory-resolver v0.25.2
18852026-05-21T00:14:25.184Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18862026-05-21T00:14:25.290Z Compiling const-random-macro v0.1.16
18872026-05-21T00:14:25.324Z Compiling smartstring v1.0.1
18882026-05-21T00:14:25.547Z Compiling ahash v0.8.12
18892026-05-21T00:14:25.704Z Compiling const-random v0.1.18
18902026-05-21T00:14:25.780Z Compiling parking_lot v0.11.2
18912026-05-21T00:14:25.872Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18922026-05-21T00:14:26.104Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18932026-05-21T00:14:26.183Z Compiling fxhash v0.2.1
18942026-05-21T00:14:26.194Z Compiling internet-checksum v0.2.1
18952026-05-21T00:14:26.322Z Compiling sled v0.34.7
18962026-05-21T00:14:26.571Z Compiling thin-vec v0.2.18
18972026-05-21T00:14:26.773Z Compiling rhai_codegen v3.1.0
18982026-05-21T00:14:26.873Z Compiling sdd v3.0.10
18992026-05-21T00:14:27.213Z Compiling scc v2.4.0
19002026-05-21T00:14:27.318Z Compiling serial_test_derive v3.4.0
19012026-05-21T00:14:27.976Z Compiling yansi v1.0.1
19022026-05-21T00:14:27.990Z Compiling rhai v1.24.0
19032026-05-21T00:14:28.087Z Compiling diff v0.1.13
19042026-05-21T00:14:28.316Z Compiling serial_test v3.4.0
19052026-05-21T00:14:28.349Z Compiling pretty_assertions v1.4.1
19062026-05-21T00:14:28.590Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19072026-05-21T00:14:30.244Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19082026-05-21T00:14:38.508Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19092026-05-21T00:14:40.134Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19102026-05-21T00:14:41.199Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19112026-05-21T00:14:42.265Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19122026-05-21T00:14:43.067Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19132026-05-21T00:14:44.245Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19142026-05-21T00:15:18.083Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
19152026-05-21T00:15:18.275Z────────────
19162026-05-21T00:15:18.275Z Nextest run ID 17afb1b4-3bf8-47be-8645-86cdc2f4f716 with nextest profile: default
19172026-05-21T00:15:18.275Z Starting 150 tests across 3 binaries
19182026-05-21T00:15:18.286Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19192026-05-21T00:15:18.286Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19202026-05-21T00:15:18.290Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19212026-05-21T00:15:18.290Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19222026-05-21T00:15:18.290Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19232026-05-21T00:15:18.290Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19242026-05-21T00:15:18.290Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19252026-05-21T00:15:18.290Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19262026-05-21T00:15:18.297Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19272026-05-21T00:15:18.297Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19282026-05-21T00:15:18.297Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19292026-05-21T00:15:18.325Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19302026-05-21T00:15:18.325Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19312026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19322026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19332026-05-21T00:15:18.326Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19342026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_large
19352026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19362026-05-21T00:15:18.326Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_minimum_length
19372026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
19382026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_maximum_length
19392026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19402026-05-21T00:15:18.326Z PASS [ 0.012s] bgp messages::tests::ipv4_unicast_dual_encoding
19412026-05-21T00:15:18.326Z PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_max_length_header
19422026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19432026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19442026-05-21T00:15:18.326Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19452026-05-21T00:15:18.326Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19462026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19472026-05-21T00:15:18.326Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19482026-05-21T00:15:18.326Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19492026-05-21T00:15:18.326Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19502026-05-21T00:15:18.331Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19512026-05-21T00:15:18.331Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19522026-05-21T00:15:18.331Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19532026-05-21T00:15:18.334Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19542026-05-21T00:15:18.334Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19552026-05-21T00:15:18.334Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19562026-05-21T00:15:18.334Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19572026-05-21T00:15:18.334Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19582026-05-21T00:15:18.344Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19592026-05-21T00:15:18.347Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19602026-05-21T00:15:18.348Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19612026-05-21T00:15:18.348Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19622026-05-21T00:15:18.348Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19632026-05-21T00:15:18.348Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19642026-05-21T00:15:18.348Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19652026-05-21T00:15:18.348Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19662026-05-21T00:15:18.353Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19672026-05-21T00:15:18.353Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19682026-05-21T00:15:18.353Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19692026-05-21T00:15:18.353Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19702026-05-21T00:15:18.353Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19712026-05-21T00:15:18.357Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_round_trip
19722026-05-21T00:15:18.357Z PASS [ 0.011s] bgp messages::tests::mp_bgp_attributes_encoded_first
19732026-05-21T00:15:18.357Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19742026-05-21T00:15:18.365Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19752026-05-21T00:15:18.369Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
19762026-05-21T00:15:18.369Z PASS [ 0.011s] bgp messages::tests::prefix_within
19772026-05-21T00:15:18.369Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_round_trip
19782026-05-21T00:15:18.369Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19792026-05-21T00:15:18.369Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19802026-05-21T00:15:18.369Z PASS [ 0.012s] bgp messages::tests::open_round_trip
19812026-05-21T00:15:18.369Z PASS [ 0.011s] bgp messages::tests::prefix_conversion
19822026-05-21T00:15:18.374Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19832026-05-21T00:15:18.374Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19842026-05-21T00:15:18.379Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19852026-05-21T00:15:18.379Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19862026-05-21T00:15:18.379Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19872026-05-21T00:15:18.379Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19882026-05-21T00:15:18.379Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19892026-05-21T00:15:18.379Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19902026-05-21T00:15:18.384Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19912026-05-21T00:15:18.392Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19922026-05-21T00:15:18.392Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19932026-05-21T00:15:18.392Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19942026-05-21T00:15:18.392Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19952026-05-21T00:15:18.392Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19962026-05-21T00:15:18.392Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19972026-05-21T00:15:18.392Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19982026-05-21T00:15:18.396Z PASS [ 0.011s] bgp messages::tests::route_refresh_round_trip
19992026-05-21T00:15:18.399Z PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20002026-05-21T00:15:18.399Z PASS [ 0.011s] bgp messages::tests::update_round_trip
20012026-05-21T00:15:18.399Z PASS [ 0.011s] bgp messages::tests::test_nexthop_length_validation
20022026-05-21T00:15:18.409Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20032026-05-21T00:15:18.412Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
20042026-05-21T00:15:18.412Z PASS [ 0.026s] bgp policy::test::update_drop_on_no_export
20052026-05-21T00:15:18.415Z PASS [ 0.027s] bgp policy::test::open_require_4byte_as
20062026-05-21T00:15:18.415Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_roundtrip
20072026-05-21T00:15:18.415Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20082026-05-21T00:15:18.418Z PASS [ 0.022s] bgp policy::test::update_shape_community
20092026-05-21T00:15:18.425Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20102026-05-21T00:15:18.429Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20112026-05-21T00:15:18.429Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20122026-05-21T00:15:18.429Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20132026-05-21T00:15:18.429Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20142026-05-21T00:15:18.429Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20152026-05-21T00:15:18.433Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20162026-05-21T00:15:18.433Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20172026-05-21T00:15:18.441Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20182026-05-21T00:15:18.445Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20192026-05-21T00:15:18.445Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20202026-05-21T00:15:18.445Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20212026-05-21T00:15:18.448Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20222026-05-21T00:15:18.453Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20232026-05-21T00:15:18.453Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20242026-05-21T00:15:18.453Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20252026-05-21T00:15:18.453Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
20262026-05-21T00:15:18.458Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20272026-05-21T00:15:18.458Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20282026-05-21T00:15:18.458Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20292026-05-21T00:15:18.461Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20302026-05-21T00:15:18.461Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20312026-05-21T00:15:18.461Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20322026-05-21T00:15:18.461Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20332026-05-21T00:15:18.461Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20342026-05-21T00:15:18.464Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20352026-05-21T00:15:18.464Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20362026-05-21T00:15:18.467Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20372026-05-21T00:15:18.468Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20382026-05-21T00:15:18.468Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20392026-05-21T00:15:20.537Z PASS [ 2.071s] bgp test::test_basic_update_ipv6
20402026-05-21T00:15:21.533Z PASS [ 3.072s] bgp test::test_basic_peering_active
20412026-05-21T00:15:21.537Z PASS [ 3.070s] bgp test::test_basic_update
20422026-05-21T00:15:21.537Z PASS [ 3.074s] bgp test::test_basic_peering_passive
20432026-05-21T00:15:21.542Z PASS [ 3.079s] bgp test::test_basic_peering_passive_tcp
20442026-05-21T00:15:21.547Z PASS [ 3.087s] bgp test::test_basic_peering_active_tcp
20452026-05-21T00:15:21.547Z PASS [ 3.080s] bgp test::test_basic_update_tcp
20462026-05-21T00:15:21.600Z PASS [ 3.093s] bgp test::test_basic_update_ipv6_tcp
20472026-05-21T00:15:24.614Z PASS [ 3.069s] bgp test::test_ipv6_basic_peering_active
20482026-05-21T00:15:24.618Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
20492026-05-21T00:15:24.618Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv4_peer_success
20502026-05-21T00:15:24.633Z PASS [ 3.085s] bgp test::test_ipv6_basic_peering_active_tcp
20512026-05-21T00:15:24.637Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20522026-05-21T00:15:25.616Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv6_peer_success
20532026-05-21T00:15:25.616Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20542026-05-21T00:15:25.616Z PASS [ 4.081s] bgp test::test_import_export_policy_filtering
20552026-05-21T00:15:25.676Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20562026-05-21T00:15:25.728Z PASS [ 1.091s] bgp test::test_three_router_chain_tcp
20572026-05-21T00:15:26.704Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20582026-05-21T00:15:26.708Z PASS [ 1.092s] bgp test::test_three_router_chain_tcp_ipv6
20592026-05-21T00:15:26.792Z PASS [ 1.063s] bgp test::test_unnumbered_ndp_change
20602026-05-21T00:15:27.461Z PASS [ 2.843s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20612026-05-21T00:15:28.690Z PASS [ 4.079s] bgp test::test_ipv6_routes_ipv4_peer_success
20622026-05-21T00:15:29.689Z PASS [ 4.070s] bgp test::test_three_router_chain_unnumbered
20632026-05-21T00:15:30.681Z PASS [ 5.065s] bgp test::test_unnumbered_dualstack_route_exchange
20642026-05-21T00:15:31.770Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20652026-05-21T00:15:35.765Z PASS [ 9.066s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20662026-05-21T00:15:35.855Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20672026-05-21T00:15:44.745Z PASS [ 19.066s] bgp test::test_unnumbered_interface_lifecycle
20682026-05-21T00:15:44.745Z────────────
20692026-05-21T00:15:44.745Z Summary [ 26.467s] 150 tests run: 150 passed, 0 skipped
20702026-05-21T00:15:44.759Z+ 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/
20712026-05-21T00:15:44.765Z+ popd
20722026-05-21T00:15:44.765Z+ pushd mgd
20732026-05-21T00:15:44.768Z/work/oxidecomputer/maghemite
20742026-05-21T00:15:44.769Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20752026-05-21T00:15:44.769Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20762026-05-21T00:15:45.972Z Compiling slog v2.8.2
20772026-05-21T00:15:46.081Z Compiling usdt v0.6.0
20782026-05-21T00:15:46.174Z Compiling typify-impl v0.4.3
20792026-05-21T00:15:46.193Z Compiling proc-macro-error-attr2 v2.0.0
20802026-05-21T00:15:46.212Z Compiling papergrid v0.17.0
20812026-05-21T00:15:46.362Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
20822026-05-21T00:15:46.379Z Compiling slog-json v2.6.1
20832026-05-21T00:15:46.476Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20842026-05-21T00:15:46.587Z Compiling slog-term v2.9.2
20852026-05-21T00:15:46.611Z Compiling slog-async v2.8.0
20862026-05-21T00:15:46.848Z Compiling slog-bunyan v2.5.0
20872026-05-21T00:15:46.851Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20882026-05-21T00:15:46.991Z Compiling dropshot v0.17.0
20892026-05-21T00:15:47.112Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20902026-05-21T00:15:47.362Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20912026-05-21T00:15:47.815Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20922026-05-21T00:15:47.871Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20932026-05-21T00:15:48.261Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20942026-05-21T00:15:48.394Z Compiling slog-dtrace v0.3.0
20952026-05-21T00:15:48.581Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20962026-05-21T00:15:48.719Z Compiling steno v0.4.1
20972026-05-21T00:15:50.207Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20982026-05-21T00:15:51.932Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20992026-05-21T00:15:52.405Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21002026-05-21T00:15:52.432Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21012026-05-21T00:15:53.042Z Compiling typify-macro v0.4.3
21022026-05-21T00:15:53.221Z Compiling proc-macro-error2 v2.0.1
21032026-05-21T00:15:53.508Z Compiling tabled_derive v0.11.0
21042026-05-21T00:15:53.911Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21052026-05-21T00:15:53.919Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21062026-05-21T00:15:54.211Z Compiling testing_table v0.3.0
21072026-05-21T00:15:54.387Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21082026-05-21T00:15:54.447Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21092026-05-21T00:15:54.643Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21102026-05-21T00:15:55.115Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21112026-05-21T00:15:56.097Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21122026-05-21T00:15:56.419Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21132026-05-21T00:15:56.814Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21142026-05-21T00:15:56.907Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21152026-05-21T00:15:57.123Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21162026-05-21T00:15:57.413Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21172026-05-21T00:15:57.996Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21182026-05-21T00:15:58.381Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21192026-05-21T00:15:58.433Z Compiling typify v0.4.3
21202026-05-21T00:15:58.545Z Compiling progenitor-impl v0.11.2
21212026-05-21T00:15:58.573Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21222026-05-21T00:15:58.878Z Compiling tabled v0.20.0
21232026-05-21T00:15:59.415Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21242026-05-21T00:16:00.243Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21252026-05-21T00:16:00.260Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21262026-05-21T00:16:00.538Z Compiling progenitor-client v0.11.2
21272026-05-21T00:16:00.638Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21282026-05-21T00:16:01.022Z Compiling crc8 v0.1.1
21292026-05-21T00:16:01.147Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21302026-05-21T00:16:01.675Z Compiling dropshot-api-manager-types v0.7.2
21312026-05-21T00:16:02.058Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21322026-05-21T00:16:02.147Z Compiling progenitor-macro v0.11.2
21332026-05-21T00:16:02.718Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21342026-05-21T00:16:02.718Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21352026-05-21T00:16:03.824Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21362026-05-21T00:16:04.605Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21372026-05-21T00:16:04.793Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21382026-05-21T00:16:06.972Z Compiling progenitor v0.11.2
21392026-05-21T00:16:07.097Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21402026-05-21T00:16:07.828Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21412026-05-21T00:16:08.005Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21422026-05-21T00:16:12.508Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21432026-05-21T00:16:20.219Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21442026-05-21T00:16:21.837Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21452026-05-21T00:16:22.902Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21462026-05-21T00:16:23.991Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21472026-05-21T00:16:24.791Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21482026-05-21T00:16:25.963Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21492026-05-21T00:16:25.967Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21502026-05-21T00:16:25.967Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21512026-05-21T00:16:31.692Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21522026-05-21T00:17:00.787Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
21532026-05-21T00:17:00.821Z────────────
21542026-05-21T00:17:00.821Z Nextest run ID 5ff3506b-eb8d-4186-84d2-5c5cab7ebb31 with nextest profile: default
21552026-05-21T00:17:00.821Z Starting 32 tests across 3 binaries
21562026-05-21T00:17:00.834Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21572026-05-21T00:17:00.834Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21582026-05-21T00:17:00.846Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21592026-05-21T00:17:00.857Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21602026-05-21T00:17:00.871Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21612026-05-21T00:17:00.888Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21622026-05-21T00:17:00.888Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21632026-05-21T00:17:00.888Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21642026-05-21T00:17:00.888Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21652026-05-21T00:17:00.888Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21662026-05-21T00:17:00.888Z PASS [ 0.064s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21672026-05-21T00:17:00.891Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21682026-05-21T00:17:00.891Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21692026-05-21T00:17:00.891Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21702026-05-21T00:17:00.892Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21712026-05-21T00:17:00.892Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21722026-05-21T00:17:00.892Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21732026-05-21T00:17:00.892Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21742026-05-21T00:17:00.899Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21752026-05-21T00:17:00.899Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21762026-05-21T00:17:00.899Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21772026-05-21T00:17:00.899Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21782026-05-21T00:17:00.899Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21792026-05-21T00:17:00.908Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21802026-05-21T00:17:00.908Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21812026-05-21T00:17:00.908Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21822026-05-21T00:17:00.908Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21832026-05-21T00:17:00.908Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21842026-05-21T00:17:00.908Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21852026-05-21T00:17:00.908Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21862026-05-21T00:17:00.908Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21872026-05-21T00:17:00.908Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21882026-05-21T00:17:00.908Z────────────
21892026-05-21T00:17:00.908Z Summary [ 0.089s] 32 tests run: 32 passed, 0 skipped
21902026-05-21T00:17:00.925Z+ cp apply_remove_entire_group.log /work/
21912026-05-21T00:17:00.929Z+ popd
21922026-05-21T00:17:00.929Z/work/oxidecomputer/maghemite
21932026-05-21T00:17:00.929Zprocess exited: duration 406580 ms, exit code 0
 
21942026-05-21T00:17:00.942Zfound 66 output files
21952026-05-21T00:17:00.942Zuploading: /work/apply_remove_entire_group.log (20666 bytes)
21962026-05-21T00:17:01.973Zuploaded: /work/apply_remove_entire_group.log
21972026-05-21T00:17:01.973Zuploading: /work/dualstack_routes.log (118099 bytes)
21982026-05-21T00:17:03.012Zuploaded: /work/dualstack_routes.log
21992026-05-21T00:17:03.012Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2264 bytes)
22002026-05-21T00:17:04.024Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22012026-05-21T00:17:04.024Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1521 bytes)
22022026-05-21T00:17:05.920Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22032026-05-21T00:17:05.920Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2068 bytes)
22042026-05-21T00:17:06.958Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22052026-05-21T00:17:06.958Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2266 bytes)
22062026-05-21T00:17:07.989Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22072026-05-21T00:17:07.989Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2274 bytes)
22082026-05-21T00:17:09.010Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22092026-05-21T00:17:09.010Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2241 bytes)
22102026-05-21T00:17:11.064Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22112026-05-21T00:17:11.064Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3047 bytes)
22122026-05-21T00:17:12.099Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22132026-05-21T00:17:12.099Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2190 bytes)
22142026-05-21T00:17:13.158Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22152026-05-21T00:17:13.158Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2258 bytes)
22162026-05-21T00:17:14.200Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22172026-05-21T00:17:14.201Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2235 bytes)
22182026-05-21T00:17:15.228Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22192026-05-21T00:17:15.228Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2264 bytes)
22202026-05-21T00:17:16.249Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22212026-05-21T00:17:16.249Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2453 bytes)
22222026-05-21T00:17:18.395Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22232026-05-21T00:17:18.395Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4648 bytes)
22242026-05-21T00:17:19.473Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22252026-05-21T00:17:19.474Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3668 bytes)
22262026-05-21T00:17:20.484Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22272026-05-21T00:17:20.484Zuploading: /work/multiple_unnumbered.log (147807 bytes)
22282026-05-21T00:17:21.501Zuploaded: /work/multiple_unnumbered.log
22292026-05-21T00:17:21.501Zuploading: /work/ndp_change_reset.log (69634 bytes)
22302026-05-21T00:17:22.518Zuploaded: /work/ndp_change_reset.log
22312026-05-21T00:17:22.518Zuploading: /work/ndp_changes.log (88899 bytes)
22322026-05-21T00:17:23.533Zuploaded: /work/ndp_changes.log
22332026-05-21T00:17:23.533Zuploading: /work/r1.test_basic_peering_active.log (40360 bytes)
22342026-05-21T00:17:24.549Zuploaded: /work/r1.test_basic_peering_active.log
22352026-05-21T00:17:24.549Zuploading: /work/r1.test_basic_peering_active_tcp.log (45522 bytes)
22362026-05-21T00:17:25.562Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22372026-05-21T00:17:25.562Zuploading: /work/r1.test_basic_peering_passive.log (33693 bytes)
22382026-05-21T00:17:26.574Zuploaded: /work/r1.test_basic_peering_passive.log
22392026-05-21T00:17:26.574Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39685 bytes)
22402026-05-21T00:17:27.587Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22412026-05-21T00:17:27.587Zuploading: /work/r1.test_basic_update.log (28358 bytes)
22422026-05-21T00:17:28.599Zuploaded: /work/r1.test_basic_update.log
22432026-05-21T00:17:28.599Zuploading: /work/r1.test_basic_update_ipv6.log (28174 bytes)
22442026-05-21T00:17:29.613Zuploaded: /work/r1.test_basic_update_ipv6.log
22452026-05-21T00:17:29.613Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31063 bytes)
22462026-05-21T00:17:30.627Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22472026-05-21T00:17:30.627Zuploading: /work/r1.test_basic_update_tcp.log (31303 bytes)
22482026-05-21T00:17:31.639Zuploaded: /work/r1.test_basic_update_tcp.log
22492026-05-21T00:17:31.639Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43628 bytes)
22502026-05-21T00:17:32.652Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22512026-05-21T00:17:32.652Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43952 bytes)
22522026-05-21T00:17:33.666Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22532026-05-21T00:17:33.666Zuploading: /work/r1.test_import_export_policy_filtering.log (43925 bytes)
22542026-05-21T00:17:34.679Zuploaded: /work/r1.test_import_export_policy_filtering.log
22552026-05-21T00:17:34.679Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35866 bytes)
22562026-05-21T00:17:35.693Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22572026-05-21T00:17:35.693Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40209 bytes)
22582026-05-21T00:17:36.706Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22592026-05-21T00:17:36.706Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49729 bytes)
22602026-05-21T00:17:37.721Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22612026-05-21T00:17:37.721Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33776 bytes)
22622026-05-21T00:17:38.735Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22632026-05-21T00:17:38.735Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39618 bytes)
22642026-05-21T00:17:39.749Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22652026-05-21T00:17:39.749Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35626 bytes)
22662026-05-21T00:17:40.763Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22672026-05-21T00:17:40.763Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29942 bytes)
22682026-05-21T00:17:41.776Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22692026-05-21T00:17:41.776Zuploading: /work/r1.test_three_router_chain_tcp.log (26638 bytes)
22702026-05-21T00:17:42.788Zuploaded: /work/r1.test_three_router_chain_tcp.log
22712026-05-21T00:17:42.788Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25929 bytes)
22722026-05-21T00:17:43.801Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22732026-05-21T00:17:43.801Zuploading: /work/r2.test_basic_peering_active.log (39023 bytes)
22742026-05-21T00:17:44.815Zuploaded: /work/r2.test_basic_peering_active.log
22752026-05-21T00:17:44.815Zuploading: /work/r2.test_basic_peering_active_tcp.log (44384 bytes)
22762026-05-21T00:17:45.829Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22772026-05-21T00:17:45.829Zuploading: /work/r2.test_basic_peering_passive.log (41461 bytes)
22782026-05-21T00:17:46.844Zuploaded: /work/r2.test_basic_peering_passive.log
22792026-05-21T00:17:46.844Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46798 bytes)
22802026-05-21T00:17:47.857Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22812026-05-21T00:17:47.857Zuploading: /work/r2.test_basic_update.log (26467 bytes)
22822026-05-21T00:17:48.871Zuploaded: /work/r2.test_basic_update.log
22832026-05-21T00:17:48.871Zuploading: /work/r2.test_basic_update_ipv6.log (26614 bytes)
22842026-05-21T00:17:49.884Zuploaded: /work/r2.test_basic_update_ipv6.log
22852026-05-21T00:17:49.884Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32786 bytes)
22862026-05-21T00:17:50.898Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22872026-05-21T00:17:50.898Zuploading: /work/r2.test_basic_update_tcp.log (32799 bytes)
22882026-05-21T00:17:51.913Zuploaded: /work/r2.test_basic_update_tcp.log
22892026-05-21T00:17:51.913Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43587 bytes)
22902026-05-21T00:17:52.927Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22912026-05-21T00:17:52.927Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43821 bytes)
22922026-05-21T00:17:53.941Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22932026-05-21T00:17:53.941Zuploading: /work/r2.test_import_export_policy_filtering.log (40191 bytes)
22942026-05-21T00:17:54.954Zuploaded: /work/r2.test_import_export_policy_filtering.log
22952026-05-21T00:17:54.954Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38297 bytes)
22962026-05-21T00:17:55.968Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22972026-05-21T00:17:55.968Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38900 bytes)
22982026-05-21T00:17:56.981Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22992026-05-21T00:17:56.981Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47731 bytes)
23002026-05-21T00:17:57.994Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23012026-05-21T00:17:57.994Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41339 bytes)
23022026-05-21T00:17:59.010Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23032026-05-21T00:17:59.010Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46641 bytes)
23042026-05-21T00:18:00.021Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23052026-05-21T00:18:00.021Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38170 bytes)
23062026-05-21T00:18:01.034Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23072026-05-21T00:18:01.034Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28072 bytes)
23082026-05-21T00:18:02.047Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23092026-05-21T00:18:02.047Zuploading: /work/r2.test_three_router_chain_tcp.log (49167 bytes)
23102026-05-21T00:18:03.060Zuploaded: /work/r2.test_three_router_chain_tcp.log
23112026-05-21T00:18:03.060Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (49441 bytes)
23122026-05-21T00:18:04.075Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23132026-05-21T00:18:04.075Zuploading: /work/r3.test_three_router_chain_tcp.log (24992 bytes)
23142026-05-21T00:18:05.088Zuploaded: /work/r3.test_three_router_chain_tcp.log
23152026-05-21T00:18:05.088Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (25059 bytes)
23162026-05-21T00:18:06.100Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23172026-05-21T00:18:06.100Zuploading: /work/same_linklocal.log (126294 bytes)
23182026-05-21T00:18:07.117Zuploaded: /work/same_linklocal.log
23192026-05-21T00:18:07.117Zuploading: /work/three_chain.log (110348 bytes)
23202026-05-21T00:18:08.133Zuploaded: /work/three_chain.log
23212026-05-21T00:18:08.133Zuploading: /work/unnumbered_expiry.log (88526 bytes)
23222026-05-21T00:18:09.149Zuploaded: /work/unnumbered_expiry.log
23232026-05-21T00:18:09.150Zuploading: /work/unnumbered_interface_lifecycle.log (200626 bytes)
23242026-05-21T00:18:10.166Zuploaded: /work/unnumbered_interface_lifecycle.log
23252026-05-21T00:18:10.167Zuploading: /work/unnumbered_peer_change.log (78963 bytes)
23262026-05-21T00:18:11.182Zuploaded: /work/unnumbered_peer_change.log