01KRY8N9TG268BY7T49S11PDBK: 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: 01KRY8NPJ7TC5KBJY4KRA12EBA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T19:24:07.684Zjob assigned to worker 01KRY8P3YWF1D5VK6MY1FZWYN9 [factory aws, i-02bf4211881fc16de] (queued for 54 s)
 
22026-05-18T19:24:14.661Zstarting task 0: "setup"
32026-05-18T19:24:14.665Z++ uname -s
42026-05-18T19:24:14.668Z+ kern=SunOS
52026-05-18T19:24:14.668Z+ build_user=build
62026-05-18T19:24:14.668Z+ build_uid=12345
72026-05-18T19:24:14.668Z+ work_dir=/work
82026-05-18T19:24:14.668Z+ input_dir=/input
92026-05-18T19:24:14.668Z+ [[ 0 == 12345 ]]
102026-05-18T19:24:14.668Z+ case "$kern" in
112026-05-18T19:24:14.668Z+ groupadd -g 12345 build
122026-05-18T19:24:14.671Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T19:24:16.676Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T19:24:16.796Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T19:24:16.799Z+ home_fs=zfs
162026-05-18T19:24:16.799Z+ [[ zfs == autofs ]]
172026-05-18T19:24:16.799Z+ mkdir -p /home/build
182026-05-18T19:24:16.799Z+ chown build:build /home/build /work
192026-05-18T19:24:18.801Z+ chmod 0700 /home/build /work
202026-05-18T19:24:18.804Zprocess exited: duration 4143 ms, exit code 0
 
212026-05-18T19:24:18.810Zstarting task 1: "rust-toolchain"
222026-05-18T19:24:18.814Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-18T19:24:18.814Z * rust toolchain channel = "stable"
242026-05-18T19:24:18.814Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-18T19:24:18.814Z * rust toolchain profile = "default"
262026-05-18T19:24:18.814Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-18T19:24:18.814Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T19:24:18.817Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T19:24:18.817Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-18T19:24:18.890Zinfo: downloading installer
312026-05-18T19:24:20.359Zwarn: It looks like you have an existing installation of Rust at:
322026-05-18T19:24:20.360Zwarn: /opt/ooce/bin
332026-05-18T19:24:20.360Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-18T19:24:20.360Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-18T19:24:20.360Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-18T19:24:20.360Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-18T19:24:20.360Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-18T19:24:20.360Zerror: cannot install while Rust is installed
392026-05-18T19:24:20.360Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-18T19:24:20.360Zwarn: It looks like you have an existing rustup settings file at:
412026-05-18T19:24:20.360Zwarn: /home/build/.rustup/settings.toml
422026-05-18T19:24:20.360Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-18T19:24:20.360Zwarn: instead of the one inferred from the default host triple.
442026-05-18T19:24:20.393Zinfo: profile set to default
452026-05-18T19:24:20.393Zinfo: default host triple is x86_64-unknown-illumos
462026-05-18T19:24:20.396Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-18T19:24:20.531Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-18T19:24:20.534Zinfo: downloading 6 components
492026-05-18T19:24:35.278Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-18T19:24:35.278Z
512026-05-18T19:24:35.307Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-18T19:24:35.307Z
532026-05-18T19:24:35.307Z
542026-05-18T19:24:35.307ZRust is installed now. Great!
552026-05-18T19:24:35.307Z
562026-05-18T19:24:35.307ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-18T19:24:35.307Zenvironment variable. This has not been done automatically.
582026-05-18T19:24:35.307Z
592026-05-18T19:24:35.307ZTo configure your current shell, you need to source
602026-05-18T19:24:35.307Zthe corresponding env file under $HOME/.cargo.
612026-05-18T19:24:35.307Z
622026-05-18T19:24:35.307ZThis is usually done by running one of the following (note the leading DOT):
632026-05-18T19:24:35.307Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-18T19:24:35.308Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-18T19:24:35.308Zsource "~/.cargo/env.nu" # For nushell
662026-05-18T19:24:35.308Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-18T19:24:35.308Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-18T19:24:35.308Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-18T19:24:35.311Zwarn: no default linker (`cc`) was found in your PATH
702026-05-18T19:24:35.311Zwarn: many Rust crates require a system C toolchain to build
712026-05-18T19:24:35.392Z+ rustup --version
722026-05-18T19:24:35.401Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-18T19:24:35.405Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-18T19:24:35.422Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-18T19:24:35.425Z+ cargo --version
762026-05-18T19:24:35.438Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-18T19:24:35.441Z+ rustc --version
782026-05-18T19:24:35.460Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-18T19:24:35.463Zprocess exited: duration 16645 ms, exit code 0
 
802026-05-18T19:24:35.469Zstarting task 2: "authentication"
812026-05-18T19:24:35.485Zprocess exited: duration 15 ms, exit code 0
 
822026-05-18T19:24:35.492Zstarting task 3: "clone repository"
832026-05-18T19:24:35.494Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-18T19:24:35.497Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-18T19:24:35.635ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-18T19:24:37.009Z+ cd /work/oxidecomputer/maghemite
872026-05-18T19:24:37.009Z+ git fetch origin 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
882026-05-18T19:24:37.244ZFrom https://github.com/oxidecomputer/maghemite
892026-05-18T19:24:37.245Z * branch 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 -> FETCH_HEAD
902026-05-18T19:24:37.250Z+ [[ -n trey/light-cleanup ]]
912026-05-18T19:24:37.253Z++ git branch --show-current
922026-05-18T19:24:37.253Z+ current=main
932026-05-18T19:24:37.253Z+ [[ main != trey/light-cleanup ]]
942026-05-18T19:24:37.253Z+ git branch -f trey/light-cleanup 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
952026-05-18T19:24:37.256Z+ git checkout -f trey/light-cleanup
962026-05-18T19:24:37.271ZSwitched to branch 'trey/light-cleanup'
972026-05-18T19:24:37.273Z+ git reset --hard 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
982026-05-18T19:24:37.279ZHEAD is now at 6f01238 LoopbackIpManager: cargo fmt
992026-05-18T19:24:37.281Zprocess exited: duration 1787 ms, exit code 0
 
1002026-05-18T19:24:37.287Zstarting task 4: "build"
1012026-05-18T19:24:37.291Z+ set -e
1022026-05-18T19:24:37.291Z+ source .github/buildomat/test-common.sh
1032026-05-18T19:24:37.293Z++ NEXTEST_VERSION=0.9.97
1042026-05-18T19:24:37.293Z++ PLATFORM=illumos
1052026-05-18T19:24:37.293Z++ banner install
1062026-05-18T19:24:37.293Z
1072026-05-18T19:24:37.294Z # # # #### ##### ## # #
1082026-05-18T19:24:37.294Z # ## # # # # # # #
1092026-05-18T19:24:37.294Z # # # # #### # # # # #
1102026-05-18T19:24:37.294Z # # # # # # ###### # #
1112026-05-18T19:24:37.294Z # # ## # # # # # # #
1122026-05-18T19:24:37.294Z # # # #### # # # ###### ######
1132026-05-18T19:24:37.294Z
1142026-05-18T19:24:37.294Z++ set +o errexit
1152026-05-18T19:24:37.297Z++ pkg info clang-15
1162026-05-18T19:24:37.297Z++ grep -qi installed
1172026-05-18T19:24:39.384Zpkg: info: no packages matching the following patterns you specified are
1182026-05-18T19:24:39.384Zinstalled on the system. Try querying remotely instead:
1192026-05-18T19:24:39.384Z
1202026-05-18T19:24:39.384Z clang-15
1212026-05-18T19:24:39.429Z++ [[ 1 != 0 ]]
1222026-05-18T19:24:39.429Z++ set -o errexit
1232026-05-18T19:24:39.429Z++ pfexec pkg install clang-15
1242026-05-18T19:24:48.876Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-18T19:24:56.585Z Startup: Caching catalogs ... Done
1262026-05-18T19:25:03.804ZPlanning: Solver setup ... Done
1272026-05-18T19:25:03.845ZPlanning: Running solver ... Done
1282026-05-18T19:25:03.989ZPlanning: Finding local manifests ... Done
1292026-05-18T19:25:04.009ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-18T19:25:04.102ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-18T19:25:04.131ZPlanning: Package planning ... Done
1322026-05-18T19:25:04.157ZPlanning: Merging actions ... Done
1332026-05-18T19:25:04.278ZPlanning: Checking for conflicting actions ... Done
1342026-05-18T19:25:04.285ZPlanning: Consolidating action changes ... Done
1352026-05-18T19:25:05.471ZPlanning: Evaluating mediators ... Done
1362026-05-18T19:25:05.477ZPlanning: Planning completed in 8.72 seconds
1372026-05-18T19:25:05.489Z Packages to install: 2
1382026-05-18T19:25:05.492Z Mediators to change: 2
1392026-05-18T19:25:05.492Z Services to change: 1
1402026-05-18T19:25:05.492Z Create boot environment: No
1412026-05-18T19:25:05.492ZCreate backup boot environment: No
1422026-05-18T19:25:05.538Z
1432026-05-18T19:25:05.538ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-18T19:25:10.546ZDownload: 830/3076 items 18.3/211.3MB 8% complete (3.8M/s)
1452026-05-18T19:25:18.115ZDownload: 981/3076 items 82.2/211.3MB 38% complete (12.8M/s)
1462026-05-18T19:25:23.124ZDownload: 1621/3076 items 116.9/211.3MB 55% complete (3.7M/s)
1472026-05-18T19:25:32.000ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (4.9M/s)
1482026-05-18T19:25:37.003ZDownload: 2903/3076 items 141.8/211.3MB 67% complete (4.6M/s)
1492026-05-18T19:25:44.680ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (14.8M/s)
1502026-05-18T19:25:57.586ZDownload: 3033/3076 items 201.8/211.3MB 95% complete
1512026-05-18T19:25:58.987ZDownload: Completed 211.31 MB in 53.43 seconds (4.0M/s)
1522026-05-18T19:25:59.110Z Actions: 1/3418 actions (Installing new actions)
1532026-05-18T19:26:02.256Z Actions: Completed 3418 actions in 3.14 seconds.
1542026-05-18T19:26:02.916Z Done
1552026-05-18T19:26:02.916Z Done
1562026-05-18T19:26:03.670Z Done
1572026-05-18T19:26:07.201Z Done
1582026-05-18T19:26:07.269Z Done
1592026-05-18T19:26:07.272Z Done
1602026-05-18T19:26:07.530Z Done
1612026-05-18T19:26:08.209Z++ set -o errexit
1622026-05-18T19:26:08.209Z++ cargo --version
1632026-05-18T19:26:08.216Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-05-18T19:26:08.358Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-05-18T19:26:08.361Zinfo: downloading 6 components
1662026-05-18T19:26:22.965Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-05-18T19:26:22.971Z++ rustc --version
1682026-05-18T19:26:22.996Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-05-18T19:26:23.001Z++ cargo install cargo-nextest --version 0.9.97
1702026-05-18T19:26:23.044Z Updating crates.io index
1712026-05-18T19:26:23.139Z Downloading crates ...
1722026-05-18T19:26:23.193Z Downloaded cargo-nextest v0.9.97
1732026-05-18T19:26:23.254Z Installing cargo-nextest v0.9.97
1742026-05-18T19:26:23.293Z Updating crates.io index
1752026-05-18T19:26:26.038Z Locking 404 packages to latest compatible versions
1762026-05-18T19:26:26.041Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-05-18T19:26:26.044Z Adding duct v0.13.7 (available: v1.1.1)
1782026-05-18T19:26:26.044Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-05-18T19:26:26.044Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-05-18T19:26:26.047Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-05-18T19:26:26.047Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1822026-05-18T19:26:26.047Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-05-18T19:26:26.050Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1842026-05-18T19:26:26.053Z Adding quick-junit v0.5.2 (available: v0.6.0)
1852026-05-18T19:26:26.072Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1862026-05-18T19:26:26.081Z Downloading crates ...
1872026-05-18T19:26:26.149Z Downloaded addr2line v0.25.1
1882026-05-18T19:26:26.164Z Downloaded dialoguer v0.11.0
1892026-05-18T19:26:26.167Z Downloaded adler2 v2.0.1
1902026-05-18T19:26:26.171Z Downloaded curve25519-dalek-derive v0.1.1
1912026-05-18T19:26:26.179Z Downloaded cargo_metadata v0.20.0
1922026-05-18T19:26:26.182Z Downloaded home v0.5.12
1932026-05-18T19:26:26.183Z Downloaded self-replace v1.5.0
1942026-05-18T19:26:26.185Z Downloaded http v1.4.0
1952026-05-18T19:26:26.189Z Downloaded cargo-platform v0.3.3
1962026-05-18T19:26:26.189Z Downloaded futures v0.3.32
1972026-05-18T19:26:26.192Z Downloaded regex v1.12.3
1982026-05-18T19:26:26.195Z Downloaded quote v1.0.45
1992026-05-18T19:26:26.198Z Downloaded idna_adapter v1.0.0
2002026-05-18T19:26:26.198Z Downloaded foreign-types-shared v0.1.1
2012026-05-18T19:26:26.198Z Downloaded errno v0.3.14
2022026-05-18T19:26:26.201Z Downloaded pkg-config v0.3.33
2032026-05-18T19:26:26.201Z Downloaded equivalent v1.0.2
2042026-05-18T19:26:26.204Z Downloaded enable-ansi-support v0.2.1
2052026-05-18T19:26:26.204Z Downloaded color-spantrace v0.3.0
2062026-05-18T19:26:26.204Z Downloaded proc-macro2 v1.0.106
2072026-05-18T19:26:26.207Z Downloaded log v0.4.29
2082026-05-18T19:26:26.210Z Downloaded fastrand v2.4.1
2092026-05-18T19:26:26.210Z Downloaded pin-project-internal v1.1.13
2102026-05-18T19:26:26.213Z Downloaded rustc_version v0.4.1
2112026-05-18T19:26:26.213Z Downloaded clap v4.6.1
2122026-05-18T19:26:26.218Z Downloaded native-tls v0.2.18
2132026-05-18T19:26:26.221Z Downloaded lock_api v0.4.14
2142026-05-18T19:26:26.221Z Downloaded nextest-metadata v0.12.2
2152026-05-18T19:26:26.224Z Downloaded http-body-util v0.1.3
2162026-05-18T19:26:26.224Z Downloaded hyper-tls v0.6.0
2172026-05-18T19:26:26.228Z Downloaded humantime v2.3.0
2182026-05-18T19:26:26.228Z Downloaded futures-io v0.3.32
2192026-05-18T19:26:26.233Z Downloaded crypto-common v0.1.7
2202026-05-18T19:26:26.233Z Downloaded hex v0.4.3
2212026-05-18T19:26:26.233Z Downloaded ppv-lite86 v0.2.21
2222026-05-18T19:26:26.233Z Downloaded httparse v1.10.1
2232026-05-18T19:26:26.236Z Downloaded futures-core v0.3.32
2242026-05-18T19:26:26.236Z Downloaded document-features v0.2.12
2252026-05-18T19:26:26.236Z Downloaded os_pipe v1.2.3
2262026-05-18T19:26:26.238Z Downloaded generic-array v0.14.7
2272026-05-18T19:26:26.239Z Downloaded mukti-metadata v0.3.0
2282026-05-18T19:26:26.241Z Downloaded foreign-types v0.3.2
2292026-05-18T19:26:26.241Z Downloaded debug-ignore v1.0.5
2302026-05-18T19:26:26.245Z Downloaded form_urlencoded v1.2.2
2312026-05-18T19:26:26.245Z Downloaded ordered-float v2.10.1
2322026-05-18T19:26:26.245Z Downloaded fnv v1.0.7
2332026-05-18T19:26:26.248Z Downloaded cfg-if v1.0.4
2342026-05-18T19:26:26.248Z Downloaded atomicwrites v0.4.4
2352026-05-18T19:26:26.248Z Downloaded futures-macro v0.3.32
2362026-05-18T19:26:26.248Z Downloaded atomic-waker v1.1.2
2372026-05-18T19:26:26.251Z Downloaded lazy_static v1.5.0
2382026-05-18T19:26:26.251Z Downloaded convert_case v0.10.0
2392026-05-18T19:26:26.256Z Downloaded futures-task v0.3.32
2402026-05-18T19:26:26.256Z Downloaded futures-sink v0.3.32
2412026-05-18T19:26:26.259Z Downloaded clap_lex v1.1.0
2422026-05-18T19:26:26.259Z Downloaded colorchoice v1.0.5
2432026-05-18T19:26:26.260Z Downloaded pin-project-lite v0.2.17
2442026-05-18T19:26:26.263Z Downloaded cargo-platform v0.2.0
2452026-05-18T19:26:26.263Z Downloaded quick-junit v0.5.2
2462026-05-18T19:26:26.263Z Downloaded block-buffer v0.10.4
2472026-05-18T19:26:26.266Z Downloaded pathdiff v0.2.3
2482026-05-18T19:26:26.266Z Downloaded cfg_aliases v0.2.1
2492026-05-18T19:26:26.266Z Downloaded anstyle-query v1.1.5
2502026-05-18T19:26:26.269Z Downloaded futures-channel v0.3.32
2512026-05-18T19:26:26.269Z Downloaded openssl-probe v0.2.1
2522026-05-18T19:26:26.269Z Downloaded scopeguard v1.2.0
2532026-05-18T19:26:26.272Z Downloaded guppy-workspace-hack v0.1.0
2542026-05-18T19:26:26.272Z Downloaded base64 v0.22.1
2552026-05-18T19:26:26.275Z Downloaded nextest-workspace-hack v0.1.0
2562026-05-18T19:26:26.275Z Downloaded is_ci v1.2.0
2572026-05-18T19:26:26.275Z Downloaded cpufeatures v0.2.17
2582026-05-18T19:26:26.278Z Downloaded indent_write v2.2.0
2592026-05-18T19:26:26.278Z Downloaded pin-project v1.1.13
2602026-05-18T19:26:26.284Z Downloaded serde_urlencoded v0.7.1
2612026-05-18T19:26:26.286Z Downloaded serde_ignored v0.1.14
2622026-05-18T19:26:26.286Z Downloaded serde-value v0.7.0
2632026-05-18T19:26:26.286Z Downloaded rustc-demangle v0.1.27
2642026-05-18T19:26:26.289Z Downloaded is_terminal_polyfill v1.70.2
2652026-05-18T19:26:26.290Z Downloaded rand_core v0.9.5
2662026-05-18T19:26:26.290Z Downloaded duct v0.13.7
2672026-05-18T19:26:26.293Z Downloaded newtype-uuid v1.3.2
2682026-05-18T19:26:26.293Z Downloaded jobserver v0.1.34
2692026-05-18T19:26:26.296Z Downloaded iana-time-zone v0.1.65
2702026-05-18T19:26:26.296Z Downloaded fixedbitset v0.5.7
2712026-05-18T19:26:26.299Z Downloaded heck v0.5.0
2722026-05-18T19:26:26.299Z Downloaded digest v0.10.7
2732026-05-18T19:26:26.299Z Downloaded backtrace-ext v0.2.1
2742026-05-18T19:26:26.302Z Downloaded crc32fast v1.5.0
2752026-05-18T19:26:26.302Z Downloaded humantime-serde v1.1.1
2762026-05-18T19:26:26.302Z Downloaded http-body v1.0.1
2772026-05-18T19:26:26.304Z Downloaded serde_spanned v0.6.9
2782026-05-18T19:26:26.305Z Downloaded futures-executor v0.3.32
2792026-05-18T19:26:26.305Z Downloaded either v1.15.0
2802026-05-18T19:26:26.307Z Downloaded base64ct v1.8.3
2812026-05-18T19:26:26.307Z Downloaded percent-encoding v2.3.2
2822026-05-18T19:26:26.307Z Downloaded number_prefix v0.4.0
2832026-05-18T19:26:26.310Z Downloaded nested v0.1.1
2842026-05-18T19:26:26.310Z Downloaded ed25519 v2.2.3
2852026-05-18T19:26:26.313Z Downloaded signal-hook-mio v0.2.5
2862026-05-18T19:26:26.313Z Downloaded sigchld v0.2.4
2872026-05-18T19:26:26.313Z Downloaded memchr v2.8.0
2882026-05-18T19:26:26.316Z Downloaded serde_spanned v1.1.1
2892026-05-18T19:26:26.319Z Downloaded filetime v0.2.29
2902026-05-18T19:26:26.319Z Downloaded anstream v1.0.0
2912026-05-18T19:26:26.322Z Downloaded derive-where v1.6.1
2922026-05-18T19:26:26.322Z Downloaded openssl-macros v0.1.1
2932026-05-18T19:26:26.325Z Downloaded lru-slab v0.1.2
2942026-05-18T19:26:26.325Z Downloaded async-scoped v0.9.0
2952026-05-18T19:26:26.325Z Downloaded strsim v0.11.1
2962026-05-18T19:26:26.327Z Downloaded rustc-hash v2.1.2
2972026-05-18T19:26:26.327Z Downloaded anstyle v1.0.14
2982026-05-18T19:26:26.328Z Downloaded future-queue v0.4.0
2992026-05-18T19:26:26.330Z Downloaded strip-ansi-escapes v0.2.1
3002026-05-18T19:26:26.330Z Downloaded foldhash v0.1.5
3012026-05-18T19:26:26.330Z Downloaded terminal_size v0.4.4
3022026-05-18T19:26:26.333Z Downloaded swrite v0.1.0
3032026-05-18T19:26:26.333Z Downloaded supports-unicode v3.0.0
3042026-05-18T19:26:26.333Z Downloaded subtle v2.6.1
3052026-05-18T19:26:26.333Z Downloaded supports-hyperlinks v3.2.0
3062026-05-18T19:26:26.337Z Downloaded hyper-rustls v0.27.9
3072026-05-18T19:26:26.337Z Downloaded serde_path_to_error v0.1.20
3082026-05-18T19:26:26.337Z Downloaded sync_wrapper v1.0.2
3092026-05-18T19:26:26.341Z Downloaded rand_core v0.6.4
3102026-05-18T19:26:26.341Z Downloaded shared_child v1.1.1
3112026-05-18T19:26:26.341Z Downloaded autocfg v1.5.0
3122026-05-18T19:26:26.341Z Downloaded tokio-macros v2.7.0
3132026-05-18T19:26:26.341Z Downloaded clap_derive v4.6.1
3142026-05-18T19:26:26.344Z Downloaded itoa v1.0.18
3152026-05-18T19:26:26.345Z Downloaded cargo-util-schemas v0.2.0
3162026-05-18T19:26:26.345Z Downloaded borsh v1.6.1
3172026-05-18T19:26:26.347Z Downloaded toml_datetime v0.6.11
3182026-05-18T19:26:26.350Z Downloaded ipnet v2.12.0
3192026-05-18T19:26:26.350Z Downloaded signature v2.2.0
3202026-05-18T19:26:26.350Z Downloaded serde-untagged v0.1.9
3212026-05-18T19:26:26.353Z Downloaded anstyle-parse v1.0.0
3222026-05-18T19:26:26.353Z Downloaded getrandom v0.2.17
3232026-05-18T19:26:26.356Z Downloaded cfg-expr v0.20.7
3242026-05-18T19:26:26.356Z Downloaded camino-tempfile v1.4.1
3252026-05-18T19:26:26.359Z Downloaded find-msvc-tools v0.1.9
3262026-05-18T19:26:26.361Z Downloaded bitflags v2.11.1
3272026-05-18T19:26:26.361Z Downloaded tinyvec_macros v0.1.1
3282026-05-18T19:26:26.364Z Downloaded ahash v0.8.12
3292026-05-18T19:26:26.364Z Downloaded nextest-filtering v0.15.0
3302026-05-18T19:26:26.367Z Downloaded litrs v1.0.0
3312026-05-18T19:26:26.370Z Downloaded erased-serde v0.4.10
3322026-05-18T19:26:26.370Z Downloaded cargo_metadata v0.23.1
3332026-05-18T19:26:26.370Z Downloaded camino v1.2.2
3342026-05-18T19:26:26.373Z Downloaded rand_chacha v0.9.0
3352026-05-18T19:26:26.373Z Downloaded indenter v0.3.4
3362026-05-18T19:26:26.375Z Downloaded signal-hook-registry v1.4.8
3372026-05-18T19:26:26.376Z Downloaded owo-colors v4.3.0
3382026-05-18T19:26:26.376Z Downloaded backtrace v0.3.76
3392026-05-18T19:26:26.379Z Downloaded simd-adler32 v0.3.9
3402026-05-18T19:26:26.381Z Downloaded miette-derive v7.6.0
3412026-05-18T19:26:26.381Z Downloaded tracing-error v0.2.1
3422026-05-18T19:26:26.382Z Downloaded tower-service v0.3.3
3432026-05-18T19:26:26.382Z Downloaded toml_write v0.1.2
3442026-05-18T19:26:26.384Z Downloaded shlex v1.3.0
3452026-05-18T19:26:26.384Z Downloaded const-oid v0.9.6
3462026-05-18T19:26:26.387Z Downloaded static_assertions v1.1.0
3472026-05-18T19:26:26.387Z Downloaded globset v0.4.18
3482026-05-18T19:26:26.387Z Downloaded eyre v0.6.12
3492026-05-18T19:26:26.390Z Downloaded spki v0.7.3
3502026-05-18T19:26:26.390Z Downloaded slab v0.4.12
3512026-05-18T19:26:26.393Z Downloaded console v0.15.11
3522026-05-18T19:26:26.393Z Downloaded supports-color v3.0.2
3532026-05-18T19:26:26.393Z Downloaded thiserror-impl v1.0.69
3542026-05-18T19:26:26.396Z Downloaded tokio-native-tls v0.3.1
3552026-05-18T19:26:26.396Z Downloaded thread_local v1.1.9
3562026-05-18T19:26:26.396Z Downloaded try-lock v0.2.5
3572026-05-18T19:26:26.399Z Downloaded unicode-linebreak v0.1.5
3582026-05-18T19:26:26.399Z Downloaded typeid v1.0.3
3592026-05-18T19:26:26.402Z Downloaded urlencoding v2.1.3
3602026-05-18T19:26:26.402Z Downloaded utf8parse v0.2.2
3612026-05-18T19:26:26.406Z Downloaded utf8_iter v1.0.4
3622026-05-18T19:26:26.406Z Downloaded untrusted v0.9.0
3632026-05-18T19:26:26.406Z Downloaded unicode-xid v0.2.6
3642026-05-18T19:26:26.409Z Downloaded version_check v0.9.5
3652026-05-18T19:26:26.413Z Downloaded want v0.3.1
3662026-05-18T19:26:26.413Z Downloaded quinn-udp v0.5.14
3672026-05-18T19:26:26.416Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3682026-05-18T19:26:26.416Z Downloaded getrandom v0.4.2
3692026-05-18T19:26:26.416Z Downloaded config v0.15.23
3702026-05-18T19:26:26.419Z Downloaded getrandom v0.3.4
3712026-05-18T19:26:26.427Z Downloaded parking_lot_core v0.9.12
3722026-05-18T19:26:26.429Z Downloaded shell-words v1.1.1
3732026-05-18T19:26:26.429Z Downloaded target-spec-miette v0.4.6
3742026-05-18T19:26:26.432Z Downloaded xattr v1.6.1
3752026-05-18T19:26:26.432Z Downloaded toml_writer v1.1.1+spec-1.1.0
3762026-05-18T19:26:26.435Z Downloaded derive_more v2.1.1
3772026-05-18T19:26:26.440Z Downloaded thiserror-impl v2.0.18
3782026-05-18T19:26:26.443Z Downloaded thiserror v1.0.69
3792026-05-18T19:26:26.445Z Downloaded mio v1.2.0
3802026-05-18T19:26:26.449Z Downloaded thiserror v2.0.18
3812026-05-18T19:26:26.452Z Downloaded tracing-log v0.2.0
3822026-05-18T19:26:26.452Z Downloaded tempfile v3.27.0
3832026-05-18T19:26:26.455Z Downloaded rustls-pki-types v1.14.1
3842026-05-18T19:26:26.455Z Downloaded sha2 v0.10.9
3852026-05-18T19:26:26.458Z Downloaded unicase v2.9.0
3862026-05-18T19:26:26.462Z Downloaded tokio-rustls v0.26.4
3872026-05-18T19:26:26.465Z Downloaded once_cell v1.21.4
3882026-05-18T19:26:26.468Z Downloaded tower-layer v0.3.3
3892026-05-18T19:26:26.468Z Downloaded smol_str v0.3.6
3902026-05-18T19:26:26.468Z Downloaded serde_derive v1.0.228
3912026-05-18T19:26:26.471Z Downloaded self_update v0.42.0
3922026-05-18T19:26:26.474Z Downloaded bytes v1.11.1
3932026-05-18T19:26:26.478Z Downloaded pkcs8 v0.10.2
3942026-05-18T19:26:26.481Z Downloaded toml_parser v1.1.2+spec-1.1.0
3952026-05-18T19:26:26.481Z Downloaded num-traits v0.2.19
3962026-05-18T19:26:26.481Z Downloaded xxhash-rust v0.8.15
3972026-05-18T19:26:26.484Z Downloaded tracing-attributes v0.1.31
3982026-05-18T19:26:26.486Z Downloaded zstd-safe v7.2.4
3992026-05-18T19:26:26.489Z Downloaded semver v1.0.28
4002026-05-18T19:26:26.489Z Downloaded ryu v1.0.23
4012026-05-18T19:26:26.492Z Downloaded target-spec v3.6.0
4022026-05-18T19:26:26.492Z Downloaded serde_core v1.0.228
4032026-05-18T19:26:26.495Z Downloaded toml v0.8.23
4042026-05-18T19:26:26.495Z Downloaded tokio-stream v0.1.18
4052026-05-18T19:26:26.498Z Downloaded zstd v0.13.3
4062026-05-18T19:26:26.500Z Downloaded zipsign-api v0.1.5
4072026-05-18T19:26:26.503Z Downloaded textwrap v0.16.2
4082026-05-18T19:26:26.503Z Downloaded target-lexicon v0.13.3
4092026-05-18T19:26:26.506Z Downloaded zeroize v1.8.2
4102026-05-18T19:26:26.508Z Downloaded sharded-slab v0.1.7
4112026-05-18T19:26:26.511Z Downloaded parking_lot v0.12.5
4122026-05-18T19:26:26.511Z Downloaded smallvec v1.15.1
4132026-05-18T19:26:26.514Z Downloaded signal-hook v0.3.18
4142026-05-18T19:26:26.516Z Downloaded guppy v0.17.25
4152026-05-18T19:26:26.519Z Downloaded der v0.7.10
4162026-05-18T19:26:26.522Z Downloaded socket2 v0.6.3
4172026-05-18T19:26:26.525Z Downloaded cc v1.2.62
4182026-05-18T19:26:26.528Z Downloaded openssl-sys v0.9.116
4192026-05-18T19:26:26.531Z Downloaded flate2 v1.1.9
4202026-05-18T19:26:26.534Z Downloaded ed25519-dalek v2.2.0
4212026-05-18T19:26:26.537Z Downloaded tinyvec v1.11.0
4222026-05-18T19:26:26.539Z Downloaded toml_edit v0.22.27
4232026-05-18T19:26:26.543Z Downloaded hyper-util v0.1.20
4242026-05-18T19:26:26.546Z Downloaded zmij v1.0.21
4252026-05-18T19:26:26.549Z Downloaded serde v1.0.228
4262026-05-18T19:26:26.552Z Downloaded derive_more-impl v2.1.1
4272026-05-18T19:26:26.555Z Downloaded tracing-core v0.1.36
4282026-05-18T19:26:26.559Z Downloaded miniz_oxide v0.8.9
4292026-05-18T19:26:26.562Z Downloaded indicatif v0.17.11
4302026-05-18T19:26:26.565Z Downloaded unicode-ident v1.0.24
4312026-05-18T19:26:26.565Z Downloaded vte v0.14.1
4322026-05-18T19:26:26.567Z Downloaded quinn v0.11.9
4332026-05-18T19:26:26.570Z Downloaded rustls-webpki v0.103.13
4342026-05-18T19:26:26.578Z Downloaded toml v1.1.2+spec-1.1.0
4352026-05-18T19:26:26.595Z Downloaded crossterm v0.29.0
4362026-05-18T19:26:26.599Z Downloaded hashbrown v0.15.5
4372026-05-18T19:26:26.602Z Downloaded uuid v1.23.1
4382026-05-18T19:26:26.606Z Downloaded miette v7.6.0
4392026-05-18T19:26:26.611Z Downloaded tar v0.4.46
4402026-05-18T19:26:26.614Z Downloaded indexmap v2.14.0
4412026-05-18T19:26:26.616Z Downloaded aho-corasick v1.1.4
4422026-05-18T19:26:26.622Z Downloaded idna v1.1.0
4432026-05-18T19:26:26.624Z Downloaded rand v0.9.4
4442026-05-18T19:26:26.627Z Downloaded hashbrown v0.17.1
4452026-05-18T19:26:26.630Z Downloaded serde_json v1.0.149
4462026-05-18T19:26:26.634Z Downloaded url v2.5.8
4472026-05-18T19:26:26.637Z Downloaded typenum v1.20.0
4482026-05-18T19:26:26.642Z Downloaded tower v0.5.3
4492026-05-18T19:26:26.647Z Downloaded tokio-util v0.7.18
4502026-05-18T19:26:26.652Z Downloaded h2 v0.4.14
4512026-05-18T19:26:26.656Z Downloaded unicode-segmentation v1.13.2
4522026-05-18T19:26:26.658Z Downloaded clap_builder v4.6.0
4532026-05-18T19:26:26.661Z Downloaded futures-util v0.3.32
4542026-05-18T19:26:26.668Z Downloaded itertools v0.14.0
4552026-05-18T19:26:26.686Z Downloaded portable-atomic v1.13.1
4562026-05-18T19:26:26.689Z Downloaded ron v0.12.1
4572026-05-18T19:26:26.693Z Downloaded winnow v1.0.3
4582026-05-18T19:26:26.699Z Downloaded chrono v0.4.44
4592026-05-18T19:26:26.705Z Downloaded unicode-normalization v0.1.25
4602026-05-18T19:26:26.708Z Downloaded hyper v1.9.0
4612026-05-18T19:26:26.715Z Downloaded quick-xml v0.37.5
4622026-05-18T19:26:26.720Z Downloaded pulldown-cmark v0.13.3
4632026-05-18T19:26:26.723Z Downloaded webpki-roots v1.0.7
4642026-05-18T19:26:26.728Z Downloaded reqwest v0.12.28
4652026-05-18T19:26:26.732Z Downloaded vcpkg v0.2.15
4662026-05-18T19:26:26.756Z Downloaded tower-http v0.6.11
4672026-05-18T19:26:26.760Z Downloaded gimli v0.32.3
4682026-05-18T19:26:26.764Z Downloaded curve25519-dalek v4.1.3
4692026-05-18T19:26:26.769Z Downloaded unicode-width v0.2.2
4702026-05-18T19:26:26.772Z Downloaded syn v2.0.117
4712026-05-18T19:26:26.778Z Downloaded zerocopy v0.8.48
4722026-05-18T19:26:26.788Z Downloaded winnow v0.7.15
4732026-05-18T19:26:26.793Z Downloaded bstr v1.12.1
4742026-05-18T19:26:26.799Z Downloaded tracing-subscriber v0.3.23
4752026-05-18T19:26:26.802Z Downloaded quick-xml v0.38.4
4762026-05-18T19:26:26.806Z Downloaded quinn-proto v0.11.14
4772026-05-18T19:26:26.831Z Downloaded tracing v0.1.44
4782026-05-18T19:26:26.848Z Downloaded openssl v0.10.80
4792026-05-18T19:26:26.854Z Downloaded nextest-runner v0.80.0
4802026-05-18T19:26:26.860Z Downloaded unicode-width v0.1.14
4812026-05-18T19:26:26.863Z Downloaded color-eyre v0.6.5
4822026-05-18T19:26:26.873Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4832026-05-18T19:26:26.885Z Downloaded tokio v1.52.3
4842026-05-18T19:26:26.907Z Downloaded object v0.37.3
4852026-05-18T19:26:26.913Z Downloaded nix v0.30.1
4862026-05-18T19:26:26.919Z Downloaded regex-syntax v0.8.10
4872026-05-18T19:26:26.928Z Downloaded rustix v0.38.44
4882026-05-18T19:26:26.940Z Downloaded rustls v0.23.40
4892026-05-18T19:26:26.946Z Downloaded rustix v1.1.4
4902026-05-18T19:26:27.003Z Downloaded regex-automata v0.4.14
4912026-05-18T19:26:27.044Z Downloaded petgraph v0.8.3
4922026-05-18T19:26:27.056Z Downloaded libc v0.2.186
4932026-05-18T19:26:27.117Z Downloaded recursion v0.5.4
4942026-05-18T19:26:27.124Z Downloaded ring v0.17.14
4952026-05-18T19:26:27.184Z Compiling libc v0.2.186
4962026-05-18T19:26:27.184Z Compiling proc-macro2 v1.0.106
4972026-05-18T19:26:27.187Z Compiling quote v1.0.45
4982026-05-18T19:26:27.187Z Compiling unicode-ident v1.0.24
4992026-05-18T19:26:27.187Z Compiling serde_core v1.0.228
5002026-05-18T19:26:27.187Z Compiling cfg-if v1.0.4
5012026-05-18T19:26:27.187Z Compiling memchr v2.8.0
5022026-05-18T19:26:27.187Z Compiling once_cell v1.21.4
5032026-05-18T19:26:27.429Z Compiling log v0.4.29
5042026-05-18T19:26:27.446Z Compiling pin-project-lite v0.2.17
5052026-05-18T19:26:27.540Z Compiling itoa v1.0.18
5062026-05-18T19:26:27.595Z Compiling serde v1.0.228
5072026-05-18T19:26:27.741Z Compiling futures-core v0.3.32
5082026-05-18T19:26:27.779Z Compiling smallvec v1.15.1
5092026-05-18T19:26:27.890Z Compiling bitflags v2.11.1
5102026-05-18T19:26:27.952Z Compiling hashbrown v0.17.1
5112026-05-18T19:26:28.030Z Compiling find-msvc-tools v0.1.9
5122026-05-18T19:26:28.262Z Compiling errno v0.3.14
5132026-05-18T19:26:28.274Z Compiling equivalent v1.0.2
5142026-05-18T19:26:28.333Z Compiling shlex v1.3.0
5152026-05-18T19:26:28.424Z Compiling signal-hook-registry v1.4.8
5162026-05-18T19:26:28.445Z Compiling jobserver v0.1.34
5172026-05-18T19:26:28.449Z Compiling bytes v1.11.1
5182026-05-18T19:26:28.520Z Compiling mio v1.2.0
5192026-05-18T19:26:28.557Z Compiling syn v2.0.117
5202026-05-18T19:26:28.621Z Compiling futures-sink v0.3.32
5212026-05-18T19:26:28.634Z Compiling rustix v1.1.4
5222026-05-18T19:26:28.733Z Compiling cc v1.2.62
5232026-05-18T19:26:28.760Z Compiling socket2 v0.6.3
5242026-05-18T19:26:28.970Z Compiling zmij v1.0.21
5252026-05-18T19:26:29.213Z Compiling slab v0.4.12
5262026-05-18T19:26:29.312Z Compiling futures-channel v0.3.32
5272026-05-18T19:26:29.332Z Compiling tracing-core v0.1.36
5282026-05-18T19:26:29.415Z Compiling version_check v0.9.5
5292026-05-18T19:26:29.618Z Compiling serde_json v1.0.149
5302026-05-18T19:26:29.722Z Compiling indexmap v2.14.0
5312026-05-18T19:26:29.832Z Compiling getrandom v0.4.2
5322026-05-18T19:26:29.900Z Compiling futures-task v0.3.32
5332026-05-18T19:26:29.984Z Compiling futures-io v0.3.32
5342026-05-18T19:26:30.081Z Compiling percent-encoding v2.3.2
5352026-05-18T19:26:30.143Z Compiling camino v1.2.2
5362026-05-18T19:26:30.189Z Compiling unicode-width v0.2.2
5372026-05-18T19:26:30.510Z Compiling ring v0.17.14
5382026-05-18T19:26:30.513Z Compiling http v1.4.0
5392026-05-18T19:26:30.537Z Compiling adler2 v2.0.1
5402026-05-18T19:26:30.549Z Compiling zeroize v1.8.2
5412026-05-18T19:26:30.599Z Compiling simd-adler32 v0.3.9
5422026-05-18T19:26:30.704Z Compiling autocfg v1.5.0
5432026-05-18T19:26:30.747Z Compiling miniz_oxide v0.8.9
5442026-05-18T19:26:31.073Z Compiling num-traits v0.2.19
5452026-05-18T19:26:31.319Z Compiling object v0.37.3
5462026-05-18T19:26:31.468Z Compiling target-lexicon v0.13.3
5472026-05-18T19:26:31.656Z Compiling zerocopy v0.8.48
5482026-05-18T19:26:31.718Z Compiling getrandom v0.3.4
5492026-05-18T19:26:32.080Z Compiling http-body v1.0.1
5502026-05-18T19:26:32.094Z Compiling rustls-pki-types v1.14.1
5512026-05-18T19:26:32.193Z Compiling form_urlencoded v1.2.2
5522026-05-18T19:26:32.207Z Compiling semver v1.0.28
5532026-05-18T19:26:32.219Z Compiling serde_derive v1.0.228
5542026-05-18T19:26:32.232Z Compiling tokio-macros v2.7.0
5552026-05-18T19:26:32.454Z Compiling futures-macro v0.3.32
5562026-05-18T19:26:32.486Z Compiling tracing-attributes v0.1.31
5572026-05-18T19:26:32.700Z Compiling getrandom v0.2.17
5582026-05-18T19:26:32.847Z Compiling idna_adapter v1.0.0
5592026-05-18T19:26:32.893Z Compiling gimli v0.32.3
5602026-05-18T19:26:32.949Z Compiling httparse v1.10.1
5612026-05-18T19:26:32.974Z Compiling signal-hook v0.3.18
5622026-05-18T19:26:32.986Z Compiling tokio v1.52.3
5632026-05-18T19:26:33.201Z Compiling owo-colors v4.3.0
5642026-05-18T19:26:33.277Z Compiling futures-util v0.3.32
5652026-05-18T19:26:33.302Z Compiling fnv v1.0.7
5662026-05-18T19:26:33.401Z Compiling utf8_iter v1.0.4
5672026-05-18T19:26:33.532Z Compiling untrusted v0.9.0
5682026-05-18T19:26:33.566Z Compiling guppy-workspace-hack v0.1.0
5692026-05-18T19:26:33.662Z Compiling thiserror v2.0.18
5702026-05-18T19:26:33.691Z Compiling tracing v0.1.44
5712026-05-18T19:26:33.847Z Compiling idna v1.1.0
5722026-05-18T19:26:34.091Z Compiling thiserror-impl v2.0.18
5732026-05-18T19:26:34.946Z Compiling addr2line v0.25.1
5742026-05-18T19:26:35.523Z Compiling generic-array v0.14.7
5752026-05-18T19:26:35.566Z Compiling rustc-demangle v0.1.27
5762026-05-18T19:26:35.760Z Compiling thiserror v1.0.69
5772026-05-18T19:26:35.936Z Compiling atomic-waker v1.1.2
5782026-05-18T19:26:36.071Z Compiling typeid v1.0.3
5792026-05-18T19:26:36.087Z Compiling try-lock v0.2.5
5802026-05-18T19:26:36.103Z Compiling tower-service v0.3.3
5812026-05-18T19:26:36.198Z Compiling pkg-config v0.3.33
5822026-05-18T19:26:36.198Z Compiling rustls v0.23.40
5832026-05-18T19:26:36.365Z Compiling target-spec v3.6.0
5842026-05-18T19:26:36.434Z Compiling fastrand v2.4.1
5852026-05-18T19:26:36.598Z Compiling want v0.3.1
5862026-05-18T19:26:36.623Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5872026-05-18T19:26:36.669Z Compiling tempfile v3.27.0
5882026-05-18T19:26:36.821Z Compiling cfg-expr v0.20.7
5892026-05-18T19:26:36.941Z Compiling tokio-util v0.7.18
5902026-05-18T19:26:37.151Z Compiling url v2.5.8
5912026-05-18T19:26:37.559Z Compiling h2 v0.4.14
5922026-05-18T19:26:38.229Z Compiling backtrace v0.3.76
5932026-05-18T19:26:38.569Z Compiling thiserror-impl v1.0.69
5942026-05-18T19:26:38.770Z Compiling terminal_size v0.4.4
5952026-05-18T19:26:38.931Z Compiling aho-corasick v1.1.4
5962026-05-18T19:26:39.187Z Compiling erased-serde v0.4.10
5972026-05-18T19:26:39.489Z Compiling winnow v0.7.15
5982026-05-18T19:26:39.594Z Compiling rustls-webpki v0.103.13
5992026-05-18T19:26:39.731Z Compiling subtle v2.6.1
6002026-05-18T19:26:39.889Z Compiling typenum v1.20.0
6012026-05-18T19:26:40.554Z Compiling regex-syntax v0.8.10
6022026-05-18T19:26:42.199Z Compiling regex-automata v0.4.14
6032026-05-18T19:26:42.501Z Compiling hyper v1.9.0
6042026-05-18T19:26:44.487Z Compiling serde_spanned v0.6.9
6052026-05-18T19:26:44.655Z Compiling toml_datetime v0.6.11
6062026-05-18T19:26:45.032Z Compiling ahash v0.8.12
6072026-05-18T19:26:45.294Z Compiling sync_wrapper v1.0.2
6082026-05-18T19:26:45.412Z Compiling crc32fast v1.5.0
6092026-05-18T19:26:45.716Z Compiling ipnet v2.12.0
6102026-05-18T19:26:45.814Z Compiling tower-layer v0.3.3
6112026-05-18T19:26:46.017Z Compiling is_ci v1.2.0
6122026-05-18T19:26:46.126Z Compiling base64 v0.22.1
6132026-05-18T19:26:46.184Z Compiling unicode-linebreak v0.1.5
6142026-05-18T19:26:46.453Z Compiling lazy_static v1.5.0
6152026-05-18T19:26:46.563Z Compiling nextest-workspace-hack v0.1.0
6162026-05-18T19:26:46.611Z Compiling either v1.15.0
6172026-05-18T19:26:46.659Z Compiling unicode-segmentation v1.13.2
6182026-05-18T19:26:46.793Z Compiling portable-atomic v1.13.1
6192026-05-18T19:26:46.833Z Compiling toml_write v0.1.2
6202026-05-18T19:26:46.910Z Compiling parking_lot_core v0.9.12
6212026-05-18T19:26:47.052Z Compiling foldhash v0.1.5
6222026-05-18T19:26:47.077Z Compiling toml_edit v0.22.27
6232026-05-18T19:26:47.208Z Compiling hashbrown v0.15.5
6242026-05-18T19:26:47.270Z Compiling convert_case v0.10.0
6252026-05-18T19:26:47.310Z Compiling sharded-slab v0.1.7
6262026-05-18T19:26:47.526Z Compiling hyper-util v0.1.20
6272026-05-18T19:26:47.702Z Compiling textwrap v0.16.2
6282026-05-18T19:26:47.831Z Compiling supports-color v3.0.2
6292026-05-18T19:26:47.906Z Compiling tower v0.5.3
6302026-05-18T19:26:48.152Z Compiling tokio-rustls v0.26.4
6312026-05-18T19:26:48.492Z Compiling backtrace-ext v0.2.1
6322026-05-18T19:26:48.751Z Compiling ordered-float v2.10.1
6332026-05-18T19:26:49.018Z Compiling webpki-roots v1.0.7
6342026-05-18T19:26:49.031Z Compiling miette-derive v7.6.0
6352026-05-18T19:26:49.102Z Compiling pathdiff v0.2.3
6362026-05-18T19:26:49.136Z Compiling console v0.15.11
6372026-05-18T19:26:49.226Z Compiling tracing-log v0.2.0
6382026-05-18T19:26:49.591Z Compiling cargo-platform v0.3.3
6392026-05-18T19:26:50.126Z Compiling os_pipe v1.2.3
6402026-05-18T19:26:50.146Z Compiling thread_local v1.1.9
6412026-05-18T19:26:50.149Z Compiling fixedbitset v0.5.7
6422026-05-18T19:26:50.306Z Compiling cfg_aliases v0.2.1
6432026-05-18T19:26:50.401Z Compiling rustix v0.38.44
6442026-05-18T19:26:50.452Z Compiling debug-ignore v1.0.5
6452026-05-18T19:26:50.561Z Compiling unicode-width v0.1.14
6462026-05-18T19:26:50.690Z Compiling zstd-safe v7.2.4
6472026-05-18T19:26:50.774Z Compiling supports-hyperlinks v3.2.0
6482026-05-18T19:26:50.860Z Compiling utf8parse v0.2.2
6492026-05-18T19:26:50.891Z Compiling scopeguard v1.2.0
6502026-05-18T19:26:50.970Z Compiling ryu v1.0.23
6512026-05-18T19:26:50.974Z Compiling winnow v1.0.3
6522026-05-18T19:26:50.996Z Compiling supports-unicode v3.0.0
6532026-05-18T19:26:51.007Z Compiling pulldown-cmark v0.13.3
6542026-05-18T19:26:51.160Z Compiling serde_urlencoded v0.7.1
6552026-05-18T19:26:51.256Z Compiling miette v7.6.0
6562026-05-18T19:26:51.269Z Compiling lock_api v0.4.14
6572026-05-18T19:26:51.435Z Compiling anstyle-parse v1.0.0
6582026-05-18T19:26:51.632Z Compiling nix v0.30.1
6592026-05-18T19:26:51.645Z Compiling petgraph v0.8.3
6602026-05-18T19:26:52.026Z Compiling toml_parser v1.1.2+spec-1.1.0
6612026-05-18T19:26:52.431Z Compiling tracing-subscriber v0.3.23
6622026-05-18T19:26:53.362Z Compiling sigchld v0.2.4
6632026-05-18T19:26:53.407Z Compiling cargo_metadata v0.23.1
6642026-05-18T19:26:53.553Z Compiling hyper-rustls v0.27.9
6652026-05-18T19:26:53.591Z Compiling serde-value v0.7.0
6662026-05-18T19:26:54.216Z Compiling serde-untagged v0.1.9
6672026-05-18T19:26:54.341Z Compiling toml v0.8.23
6682026-05-18T19:26:54.588Z Compiling tower-http v0.6.11
6692026-05-18T19:26:55.497Z Compiling derive_more-impl v2.1.1
6702026-05-18T19:26:56.145Z Compiling itertools v0.14.0
6712026-05-18T19:26:56.330Z Compiling regex v1.12.3
6722026-05-18T19:26:56.368Z Compiling block-buffer v0.10.4
6732026-05-18T19:26:56.381Z Compiling crypto-common v0.1.7
6742026-05-18T19:26:56.510Z Compiling ppv-lite86 v0.2.21
6752026-05-18T19:26:56.510Z Compiling futures-executor v0.3.32
6762026-05-18T19:26:56.839Z Compiling rand_core v0.9.5
6772026-05-18T19:26:57.047Z Compiling pin-project-internal v1.1.13
6782026-05-18T19:26:57.090Z Compiling http-body-util v0.1.3
6792026-05-18T19:26:57.195Z Compiling uuid v1.23.1
6802026-05-18T19:26:57.360Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-05-18T19:26:57.615Z Compiling smol_str v0.3.6
6822026-05-18T19:26:57.726Z Compiling serde_spanned v1.1.1
6832026-05-18T19:26:57.741Z Compiling filetime v0.2.29
6842026-05-18T19:26:57.777Z Compiling bstr v1.12.1
6852026-05-18T19:26:57.871Z Compiling vte v0.14.1
6862026-05-18T19:26:57.958Z Compiling litrs v1.0.0
6872026-05-18T19:26:58.091Z Compiling is_terminal_polyfill v1.70.2
6882026-05-18T19:26:58.105Z Compiling colorchoice v1.0.5
6892026-05-18T19:26:58.136Z Compiling xattr v1.6.1
6902026-05-18T19:26:58.186Z Compiling iana-time-zone v0.1.65
6912026-05-18T19:26:58.224Z Compiling self_update v0.42.0
6922026-05-18T19:26:58.326Z Compiling tinyvec_macros v0.1.1
6932026-05-18T19:26:58.398Z Compiling nested v0.1.1
6942026-05-18T19:26:58.410Z Compiling anstyle v1.0.14
6952026-05-18T19:26:58.463Z Compiling unicode-xid v0.2.6
6962026-05-18T19:26:58.476Z Compiling number_prefix v0.4.0
6972026-05-18T19:26:58.531Z Compiling unicase v2.9.0
6982026-05-18T19:26:58.584Z Compiling color-spantrace v0.3.0
6992026-05-18T19:26:58.596Z Compiling eyre v0.6.12
7002026-05-18T19:26:58.599Z Compiling static_assertions v1.1.0
7012026-05-18T19:26:58.622Z Compiling anstyle-query v1.1.5
7022026-05-18T19:26:58.684Z Compiling guppy v0.17.25
7032026-05-18T19:26:58.711Z Compiling anstream v1.0.0
7042026-05-18T19:26:58.724Z Compiling indicatif v0.17.11
7052026-05-18T19:26:58.939Z Compiling cargo-util-schemas v0.2.0
7062026-05-18T19:26:59.197Z Compiling document-features v0.2.12
7072026-05-18T19:26:59.228Z Compiling tinyvec v1.11.0
7082026-05-18T19:26:59.655Z Compiling chrono v0.4.44
7092026-05-18T19:26:59.771Z Compiling tar v0.4.46
7102026-05-18T19:27:00.345Z Compiling globset v0.4.18
7112026-05-18T19:27:01.168Z Compiling pin-project v1.1.13
7122026-05-18T19:27:01.272Z Compiling strip-ansi-escapes v0.2.1
7132026-05-18T19:27:01.400Z Compiling toml v1.1.2+spec-1.1.0
7142026-05-18T19:27:01.764Z Compiling nextest-metadata v0.12.2
7152026-05-18T19:27:01.829Z Compiling newtype-uuid v1.3.2
7162026-05-18T19:27:02.027Z Compiling reqwest v0.12.28
7172026-05-18T19:27:02.302Z Compiling rand_chacha v0.9.0
7182026-05-18T19:27:02.856Z Compiling futures v0.3.32
7192026-05-18T19:27:02.942Z Compiling digest v0.10.7
7202026-05-18T19:27:03.053Z Compiling derive_more v2.1.1
7212026-05-18T19:27:03.135Z Compiling parking_lot v0.12.5
7222026-05-18T19:27:03.170Z Compiling flate2 v1.1.9
7232026-05-18T19:27:03.565Z Compiling shared_child v1.1.1
7242026-05-18T19:27:03.718Z Compiling tracing-error v0.2.1
7252026-05-18T19:27:04.048Z Compiling signal-hook-mio v0.2.5
7262026-05-18T19:27:04.183Z Compiling self-replace v1.5.0
7272026-05-18T19:27:04.292Z Compiling cargo-platform v0.2.0
7282026-05-18T19:27:04.479Z Compiling quick-xml v0.37.5
7292026-05-18T19:27:04.605Z Compiling quick-xml v0.38.4
7302026-05-18T19:27:04.859Z Compiling cpufeatures v0.2.17
7312026-05-18T19:27:04.935Z Compiling strsim v0.11.1
7322026-05-18T19:27:05.216Z Compiling shell-words v1.1.1
7332026-05-18T19:27:05.465Z Compiling urlencoding v2.1.3
7342026-05-18T19:27:05.709Z Compiling recursion v0.5.4
7352026-05-18T19:27:05.849Z Compiling humantime v2.3.0
7362026-05-18T19:27:05.968Z Compiling heck v0.5.0
7372026-05-18T19:27:05.996Z Compiling clap_lex v1.1.0
7382026-05-18T19:27:06.263Z Compiling indenter v0.3.4
7392026-05-18T19:27:06.276Z Compiling clap_derive v4.6.1
7402026-05-18T19:27:06.391Z Compiling clap_builder v4.6.0
7412026-05-18T19:27:06.430Z Compiling humantime-serde v1.1.1
7422026-05-18T19:27:06.589Z Compiling nextest-filtering v0.15.0
7432026-05-18T19:27:06.920Z Compiling quick-junit v0.5.2
7442026-05-18T19:27:08.067Z Compiling sha2 v0.10.9
7452026-05-18T19:27:09.283Z Compiling atomicwrites v0.4.4
7462026-05-18T19:27:09.579Z Compiling cargo_metadata v0.20.0
7472026-05-18T19:27:10.027Z Compiling cargo-nextest v0.9.97
7482026-05-18T19:27:10.358Z Compiling crossterm v0.29.0
7492026-05-18T19:27:11.802Z Compiling duct v0.13.7
7502026-05-18T19:27:12.410Z Compiling async-scoped v0.9.0
7512026-05-18T19:27:12.602Z Compiling rand v0.9.4
7522026-05-18T19:27:12.830Z Compiling zstd v0.13.3
7532026-05-18T19:27:13.259Z Compiling config v0.15.23
7542026-05-18T19:27:13.355Z Compiling unicode-normalization v0.1.25
7552026-05-18T19:27:13.368Z Compiling target-spec-miette v0.4.6
7562026-05-18T19:27:13.519Z Compiling future-queue v0.4.0
7572026-05-18T19:27:13.561Z Compiling mukti-metadata v0.3.0
7582026-05-18T19:27:13.777Z Compiling camino-tempfile v1.4.1
7592026-05-18T19:27:13.795Z Compiling tokio-stream v0.1.18
7602026-05-18T19:27:13.937Z Compiling derive-where v1.6.1
7612026-05-18T19:27:14.053Z Compiling serde_ignored v0.1.14
7622026-05-18T19:27:14.211Z Compiling serde_path_to_error v0.1.20
7632026-05-18T19:27:14.279Z Compiling xxhash-rust v0.8.15
7642026-05-18T19:27:14.319Z Compiling indent_write v2.2.0
7652026-05-18T19:27:14.459Z Compiling home v0.5.12
7662026-05-18T19:27:14.592Z Compiling swrite v0.1.0
7672026-05-18T19:27:14.627Z Compiling hex v0.4.3
7682026-05-18T19:27:14.665Z Compiling color-eyre v0.6.5
7692026-05-18T19:27:14.717Z Compiling clap v4.6.1
7702026-05-18T19:27:14.730Z Compiling dialoguer v0.11.0
7712026-05-18T19:27:14.802Z Compiling enable-ansi-support v0.2.1
7722026-05-18T19:27:15.181Z Compiling nextest-runner v0.80.0
7732026-05-18T19:27:33.213Z Finished `release` profile [optimized] target(s) in 1m 10s
7742026-05-18T19:27:33.402Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-05-18T19:27:33.405Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-05-18T19:27:33.523Z+ pushd bgp
7772026-05-18T19:27:33.526Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7782026-05-18T19:27:33.526Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7792026-05-18T19:27:33.683Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-05-18T19:27:34.341ZFrom https://github.com/oxidecomputer/falcon
7812026-05-18T19:27:34.341Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7822026-05-18T19:27:34.417Z Updating crates.io index
7832026-05-18T19:27:34.453Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7842026-05-18T19:27:35.212ZFrom https://github.com/oxidecomputer/dendrite
7852026-05-18T19:27:35.212Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7862026-05-18T19:27:35.260Z Updating git repository `https://github.com/oxidecomputer/ispf`
7872026-05-18T19:27:35.504ZFrom https://github.com/oxidecomputer/ispf
7882026-05-18T19:27:35.504Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7892026-05-18T19:27:35.509Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7902026-05-18T19:27:35.844ZFrom https://github.com/oxidecomputer/netadm-sys
7912026-05-18T19:27:35.844Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7922026-05-18T19:27:35.851Z Updating git repository `https://github.com/oxidecomputer/omicron`
7932026-05-18T19:27:43.921ZFrom https://github.com/oxidecomputer/omicron
7942026-05-18T19:27:43.921Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7952026-05-18T19:27:44.337Z Updating git repository `https://github.com/oxidecomputer/opte`
7962026-05-18T19:27:44.950ZFrom https://github.com/oxidecomputer/opte
7972026-05-18T19:27:44.950Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7982026-05-18T19:27:45.146Z Updating git repository `https://github.com/illumos/smf-rs`
7992026-05-18T19:27:45.406ZFrom https://github.com/illumos/smf-rs
8002026-05-18T19:27:45.406Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8012026-05-18T19:27:45.516Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8022026-05-18T19:27:45.810ZFrom https://github.com/oxidecomputer/network-interface
8032026-05-18T19:27:45.810Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8042026-05-18T19:27:45.840Z Updating git repository `https://github.com/oxidecomputer/zone`
8052026-05-18T19:27:46.093ZFrom https://github.com/oxidecomputer/zone
8062026-05-18T19:27:46.093Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8072026-05-18T19:27:46.214Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082026-05-18T19:27:46.829ZFrom https://github.com/oxidecomputer/propolis
8092026-05-18T19:27:46.829Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8102026-05-18T19:27:46.947Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8112026-05-18T19:27:47.483ZFrom https://github.com/oxidecomputer/transceiver-control
8122026-05-18T19:27:47.483Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8132026-05-18T19:27:47.501Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8142026-05-18T19:27:47.774ZFrom https://github.com/oxidecomputer/dlpi-sys
8152026-05-18T19:27:47.774Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8162026-05-18T19:27:47.780Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8172026-05-18T19:27:48.314ZFrom https://github.com/jmesmon/rust-libzfs
8182026-05-18T19:27:48.314Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8192026-05-18T19:27:48.321Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8202026-05-18T19:27:48.586ZFrom https://github.com/oxidecomputer/rusty-doors
8212026-05-18T19:27:48.586Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8222026-05-18T19:27:48.636Z Updating git repository `https://github.com/oxidecomputer/lldp`
8232026-05-18T19:27:49.009ZFrom https://github.com/oxidecomputer/lldp
8242026-05-18T19:27:49.009Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8252026-05-18T19:27:49.105Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8262026-05-18T19:27:49.363ZFrom https://github.com/oxidecomputer/slog-error-chain
8272026-05-18T19:27:49.363Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8282026-05-18T19:27:49.381Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8292026-05-18T19:27:49.652ZFrom https://github.com/oxidecomputer/tufaceous
8302026-05-18T19:27:49.652Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8312026-05-18T19:27:49.671Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8322026-05-18T19:27:50.120ZFrom https://github.com/oxidecomputer/management-gateway-service
8332026-05-18T19:27:50.120Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8342026-05-18T19:27:50.190Z Updating git repository `https://github.com/oxidecomputer/crucible`
8352026-05-18T19:27:51.309ZFrom https://github.com/oxidecomputer/crucible
8362026-05-18T19:27:51.309Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8372026-05-18T19:27:51.444Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8382026-05-18T19:27:51.713ZFrom https://github.com/oxidecomputer/serde_human_bytes
8392026-05-18T19:27:51.713Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8402026-05-18T19:27:52.010Z Updating git repository `https://github.com/oxidecomputer/propolis`
8412026-05-18T19:27:52.345ZFrom https://github.com/oxidecomputer/propolis
8422026-05-18T19:27:52.345Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8432026-05-18T19:27:52.434Z Updating git repository `https://github.com/oxidecomputer/opte`
8442026-05-18T19:27:52.702ZFrom https://github.com/oxidecomputer/opte
8452026-05-18T19:27:52.702Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8462026-05-18T19:27:52.733Z Updating git repository `https://github.com/oxidecomputer/tofino`
8472026-05-18T19:27:53.063ZFrom https://github.com/oxidecomputer/tofino
8482026-05-18T19:27:53.063Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8492026-05-18T19:27:53.087Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8502026-05-18T19:27:53.736ZFrom https://github.com/oxidecomputer/maghemite
8512026-05-18T19:27:53.736Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8522026-05-18T19:27:53.805Z Updating git repository `https://github.com/oxidecomputer/clickward`
8532026-05-18T19:27:54.095ZFrom https://github.com/oxidecomputer/clickward
8542026-05-18T19:27:54.096Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8552026-05-18T19:27:54.272Z Updating git repository `https://github.com/oxidecomputer/crucible`
8562026-05-18T19:27:54.894ZFrom https://github.com/oxidecomputer/crucible
8572026-05-18T19:27:54.894Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8582026-05-18T19:27:55.062Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-05-18T19:27:55.329ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-05-18T19:27:55.329Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-05-18T19:27:56.267Z Downloading crates ...
8622026-05-18T19:27:56.372Z Downloaded aead v0.5.2
8632026-05-18T19:27:56.377Z Downloaded base16ct v1.0.0
8642026-05-18T19:27:56.380Z Downloaded backoff v0.4.0
8652026-05-18T19:27:56.383Z Downloaded convert_case v0.4.0
8662026-05-18T19:27:56.389Z Downloaded float-ord v0.3.2
8672026-05-18T19:27:56.392Z Downloaded bit-set v0.8.0
8682026-05-18T19:27:56.392Z Downloaded arrayvec v0.7.6
8692026-05-18T19:27:56.398Z Downloaded byteorder v1.5.0
8702026-05-18T19:27:56.401Z Downloaded blake2 v0.10.6
8712026-05-18T19:27:56.404Z Downloaded base16ct v0.2.0
8722026-05-18T19:27:56.404Z Downloaded hubpack_derive v0.1.1
8732026-05-18T19:27:56.407Z Downloaded bs58 v0.5.1
8742026-05-18T19:27:56.409Z Downloaded foreign-types-shared v0.3.1
8752026-05-18T19:27:56.410Z Downloaded darling v0.21.3
8762026-05-18T19:27:56.413Z Downloaded bit-vec v0.8.0
8772026-05-18T19:27:56.416Z Downloaded dropshot_endpoint v0.17.0
8782026-05-18T19:27:56.419Z Downloaded deranged v0.5.8
8792026-05-18T19:27:56.422Z Downloaded highway v1.3.0
8802026-05-18T19:27:56.424Z Downloaded is-terminal v0.4.17
8812026-05-18T19:27:56.424Z Downloaded darling_core v0.23.0
8822026-05-18T19:27:56.427Z Downloaded hostname v0.4.2
8832026-05-18T19:27:56.430Z Downloaded git-stub-vcs v0.1.0
8842026-05-18T19:27:56.433Z Downloaded dof v0.3.0
8852026-05-18T19:27:56.433Z Downloaded hmac v0.12.1
8862026-05-18T19:27:56.437Z Downloaded bcs v0.1.6
8872026-05-18T19:27:56.437Z Downloaded foreign-types-macros v0.2.3
8882026-05-18T19:27:56.439Z Downloaded crypto-bigint v0.5.5
8892026-05-18T19:27:56.442Z Downloaded omicron-workspace-hack v0.1.0
8902026-05-18T19:27:56.445Z Downloaded ident_case v1.0.1
8912026-05-18T19:27:56.445Z Downloaded foreign-types v0.5.0
8922026-05-18T19:27:56.445Z Downloaded defmt v0.3.100
8932026-05-18T19:27:56.448Z Downloaded async-stream v0.3.6
8942026-05-18T19:27:56.451Z Downloaded internet-checksum v0.2.1
8952026-05-18T19:27:56.451Z Downloaded hostname v0.3.1
8962026-05-18T19:27:56.453Z Downloaded displaydoc v0.2.5
8972026-05-18T19:27:56.453Z Downloaded hubpack v0.1.2
8982026-05-18T19:27:56.456Z Downloaded daft v0.1.7
8992026-05-18T19:27:56.456Z Downloaded heck v0.4.1
9002026-05-18T19:27:56.460Z Downloaded fs_extra v1.3.0
9012026-05-18T19:27:56.460Z Downloaded idna_adapter v1.2.2
9022026-05-18T19:27:56.462Z Downloaded fxhash v0.2.1
9032026-05-18T19:27:56.462Z Downloaded num_enum_derive v0.5.11
9042026-05-18T19:27:56.465Z Downloaded compression-core v0.4.32
9052026-05-18T19:27:56.465Z Downloaded num-iter v0.1.45
9062026-05-18T19:27:56.465Z Downloaded inout v0.1.4
9072026-05-18T19:27:56.468Z Downloaded dropshot-api-manager-types v0.7.1
9082026-05-18T19:27:56.468Z Downloaded ingot-types v0.1.2
9092026-05-18T19:27:56.471Z Downloaded linked-hash-map v0.5.6
9102026-05-18T19:27:56.471Z Downloaded ciborium-ll v0.2.2
9112026-05-18T19:27:56.474Z Downloaded httpdate v1.0.3
9122026-05-18T19:27:56.474Z Downloaded async-stream-impl v0.3.6
9132026-05-18T19:27:56.476Z Downloaded dtrace-parser v0.3.0
9142026-05-18T19:27:56.476Z Downloaded data-encoding v2.11.0
9152026-05-18T19:27:56.477Z Downloaded hash32 v0.3.1
9162026-05-18T19:27:56.479Z Downloaded num-conv v0.2.1
9172026-05-18T19:27:56.479Z Downloaded git-stub v1.0.0
9182026-05-18T19:27:56.482Z Downloaded daft-derive v0.1.7
9192026-05-18T19:27:56.485Z Downloaded cobs v0.3.0
9202026-05-18T19:27:56.485Z Downloaded newtype-uuid-macros v0.1.0
9212026-05-18T19:27:56.487Z Downloaded memoffset v0.9.1
9222026-05-18T19:27:56.487Z Downloaded num-derive v0.4.2
9232026-05-18T19:27:56.490Z Downloaded num v0.4.3
9242026-05-18T19:27:56.490Z Downloaded match_cfg v0.1.0
9252026-05-18T19:27:56.493Z Downloaded instant v0.1.13
9262026-05-18T19:27:56.493Z Downloaded dof v0.4.0
9272026-05-18T19:27:56.496Z Downloaded lru-cache v0.1.2
9282026-05-18T19:27:56.496Z Downloaded cpufeatures v0.3.0
9292026-05-18T19:27:56.496Z Downloaded keccak v0.1.6
9302026-05-18T19:27:56.499Z Downloaded ingot v0.1.1
9312026-05-18T19:27:56.499Z Downloaded group v0.13.0
9322026-05-18T19:27:56.502Z Downloaded const-random v0.1.18
9332026-05-18T19:27:56.502Z Downloaded num_threads v0.1.7
9342026-05-18T19:27:56.505Z Downloaded natord v1.0.9
9352026-05-18T19:27:56.505Z Downloaded macaddr v1.0.1
9362026-05-18T19:27:56.505Z Downloaded konst_macro_rules v0.2.19
9372026-05-18T19:27:56.508Z Downloaded opaque-debug v0.3.1
9382026-05-18T19:27:56.508Z Downloaded olpc-cjson v0.1.4
9392026-05-18T19:27:56.510Z Downloaded ciborium-io v0.2.2
9402026-05-18T19:27:56.510Z Downloaded memmap v0.7.0
9412026-05-18T19:27:56.513Z Downloaded cstr-argument v0.1.2
9422026-05-18T19:27:56.513Z Downloaded newtype_derive v0.1.6
9432026-05-18T19:27:56.513Z Downloaded embedded-io v0.6.1
9442026-05-18T19:27:56.516Z Downloaded managed v0.8.0
9452026-05-18T19:27:56.516Z Downloaded parse-display v0.10.0
9462026-05-18T19:27:56.517Z Downloaded libsw v3.5.0
9472026-05-18T19:27:56.519Z Downloaded enum-as-inner v0.6.1
9482026-05-18T19:27:56.519Z Downloaded darling_macro v0.23.0
9492026-05-18T19:27:56.523Z Downloaded bytecount v0.6.9
9502026-05-18T19:27:56.523Z Downloaded no-std-compat v0.4.1
9512026-05-18T19:27:56.526Z Downloaded cmake v0.1.58
9522026-05-18T19:27:56.526Z Downloaded chacha20 v0.9.1
9532026-05-18T19:27:56.526Z Downloaded derive-ex v0.1.8
9542026-05-18T19:27:56.531Z Downloaded csv-core v0.1.13
9552026-05-18T19:27:56.531Z Downloaded async-trait v0.1.89
9562026-05-18T19:27:56.533Z Downloaded mime v0.3.17
9572026-05-18T19:27:56.533Z Downloaded plain v0.2.3
9582026-05-18T19:27:56.533Z Downloaded phf_shared v0.12.1
9592026-05-18T19:27:56.534Z Downloaded diff v0.1.13
9602026-05-18T19:27:56.536Z Downloaded proc-macro-crate v3.5.0
9612026-05-18T19:27:56.539Z Downloaded proc-macro-crate v1.3.1
9622026-05-18T19:27:56.539Z Downloaded defmt v1.1.0
9632026-05-18T19:27:56.542Z Downloaded dyn-clone v1.0.20
9642026-05-18T19:27:56.544Z Downloaded num_enum v0.5.11
9652026-05-18T19:27:56.547Z Downloaded base64 v0.21.7
9662026-05-18T19:27:56.550Z Downloaded powerfmt v0.2.0
9672026-05-18T19:27:56.550Z Downloaded proc-macro-error-attr v1.0.4
9682026-05-18T19:27:56.550Z Downloaded potential_utf v0.1.5
9692026-05-18T19:27:56.553Z Downloaded progenitor-macro v0.10.0
9702026-05-18T19:27:56.553Z Downloaded libscf-sys v1.2.0
9712026-05-18T19:27:56.553Z Downloaded defmt-macros v1.1.0
9722026-05-18T19:27:56.556Z Downloaded num_enum v0.7.6
9732026-05-18T19:27:56.559Z Downloaded pretty-hex v0.4.2
9742026-05-18T19:27:56.561Z Downloaded proc-macro-error-attr2 v2.0.0
9752026-05-18T19:27:56.561Z Downloaded oxnet v0.1.5
9762026-05-18T19:27:56.564Z Downloaded num_enum_derive v0.7.6
9772026-05-18T19:27:56.564Z Downloaded ipnetwork v0.21.1
9782026-05-18T19:27:56.564Z Downloaded progenitor-client v0.11.2
9792026-05-18T19:27:56.569Z Downloaded num-integer v0.1.46
9802026-05-18T19:27:56.569Z Downloaded crossbeam-deque v0.8.6
9812026-05-18T19:27:56.571Z Downloaded critical-section v1.2.0
9822026-05-18T19:27:56.571Z Downloaded progenitor-macro v0.14.0
9832026-05-18T19:27:56.571Z Downloaded rand_chacha v0.3.1
9842026-05-18T19:27:56.571Z Downloaded quick-error v1.2.3
9852026-05-18T19:27:56.574Z Downloaded progenitor-client v0.10.0
9862026-05-18T19:27:56.574Z Downloaded ref-cast-impl v1.0.25
9872026-05-18T19:27:56.574Z Downloaded hickory-resolver v0.24.4
9882026-05-18T19:27:56.577Z Downloaded libsw-core v0.3.2
9892026-05-18T19:27:56.580Z Downloaded icu_normalizer v2.2.0
9902026-05-18T19:27:56.583Z Downloaded erased-serde v0.3.31
9912026-05-18T19:27:56.583Z Downloaded progenitor-macro v0.13.0
9922026-05-18T19:27:56.587Z Downloaded rustc_version v0.1.7
9932026-05-18T19:27:56.587Z Downloaded progenitor-macro v0.11.2
9942026-05-18T19:27:56.587Z Downloaded parse-display-derive v0.10.0
9952026-05-18T19:27:56.590Z Downloaded cipher v0.4.4
9962026-05-18T19:27:56.590Z Downloaded compression-codecs v0.4.38
9972026-05-18T19:27:56.590Z Downloaded argon2 v0.5.3
9982026-05-18T19:27:56.593Z Downloaded parking_lot_core v0.8.6
9992026-05-18T19:27:56.593Z Downloaded darling v0.23.0
10002026-05-18T19:27:56.596Z Downloaded cookie v0.18.1
10012026-05-18T19:27:56.598Z Downloaded icu_provider v2.2.0
10022026-05-18T19:27:56.601Z Downloaded allocator-api2 v0.2.21
10032026-05-18T19:27:56.601Z Downloaded drift v0.1.4
10042026-05-18T19:27:56.607Z Downloaded same-file v1.0.6
10052026-05-18T19:27:56.610Z Downloaded foldhash v0.2.0
10062026-05-18T19:27:56.610Z Downloaded progenitor-client v0.14.0
10072026-05-18T19:27:56.612Z Downloaded progenitor v0.10.0
10082026-05-18T19:27:56.612Z Downloaded paste v1.0.15
10092026-05-18T19:27:56.615Z Downloaded scroll_derive v0.13.1
10102026-05-18T19:27:56.615Z Downloaded serde-big-array v0.5.1
10112026-05-18T19:27:56.615Z Downloaded sha1 v0.10.6
10122026-05-18T19:27:56.618Z Downloaded progenitor v0.13.0
10132026-05-18T19:27:56.618Z Downloaded progenitor v0.14.0
10142026-05-18T19:27:56.621Z Downloaded serde_plain v1.0.2
10152026-05-18T19:27:56.621Z Downloaded secrecy v0.10.3
10162026-05-18T19:27:56.621Z Downloaded progenitor-extras v0.2.0
10172026-05-18T19:27:56.624Z Downloaded scroll_derive v0.12.1
10182026-05-18T19:27:56.624Z Downloaded icu_normalizer_data v2.2.0
10192026-05-18T19:27:56.626Z Downloaded memmap2 v0.9.10
10202026-05-18T19:27:56.626Z Downloaded progenitor v0.11.2
10212026-05-18T19:27:56.626Z Downloaded siphasher v1.0.3
10222026-05-18T19:27:56.631Z Downloaded progenitor-client v0.13.0
10232026-05-18T19:27:56.631Z Downloaded sigpipe v0.1.3
10242026-05-18T19:27:56.631Z Downloaded serial_test_derive v3.4.0
10252026-05-18T19:27:56.633Z Downloaded serial_test v3.4.0
10262026-05-18T19:27:56.633Z Downloaded semver v0.1.20
10272026-05-18T19:27:56.633Z Downloaded proc-macro-error v1.0.4
10282026-05-18T19:27:56.636Z Downloaded crossbeam-epoch v0.9.18
10292026-05-18T19:27:56.636Z Downloaded console v0.16.3
10302026-05-18T19:27:56.636Z Downloaded num-complex v0.4.6
10312026-05-18T19:27:56.639Z Downloaded chacha20 v0.10.0
10322026-05-18T19:27:56.639Z Downloaded oxide-tokio-rt v0.1.6
10332026-05-18T19:27:56.642Z Downloaded rand_xorshift v0.4.0
10342026-05-18T19:27:56.642Z Downloaded slog-envlogger v2.2.0
10352026-05-18T19:27:56.645Z Downloaded proc-macro-error2 v2.0.1
10362026-05-18T19:27:56.645Z Downloaded phf v0.12.1
10372026-05-18T19:27:56.648Z Downloaded pem v3.0.6
10382026-05-18T19:27:56.648Z Downloaded ingot-macros v0.1.1
10392026-05-18T19:27:56.648Z Downloaded slog-bunyan v2.5.0
10402026-05-18T19:27:56.651Z Downloaded rand_core v0.10.1
10412026-05-18T19:27:56.651Z Downloaded constant_time_eq v0.4.2
10422026-05-18T19:27:56.651Z Downloaded pest_derive v2.8.6
10432026-05-18T19:27:56.654Z Downloaded resolv-conf v0.7.6
10442026-05-18T19:27:56.654Z Downloaded ref-cast v1.0.25
10452026-05-18T19:27:56.658Z Downloaded colored v3.1.1
10462026-05-18T19:27:56.658Z Downloaded ciborium v0.2.2
10472026-05-18T19:27:56.661Z Downloaded tabled_derive v0.11.0
10482026-05-18T19:27:56.661Z Downloaded take_mut v0.2.2
10492026-05-18T19:27:56.661Z Downloaded strum v0.27.2
10502026-05-18T19:27:56.661Z Downloaded spin v0.5.2
10512026-05-18T19:27:56.665Z Downloaded embedded-io v0.4.0
10522026-05-18T19:27:56.665Z Downloaded derive_more v0.99.20
10532026-05-18T19:27:56.668Z Downloaded thiserror-impl-no-std v2.0.2
10542026-05-18T19:27:56.668Z Downloaded password-hash v0.5.0
10552026-05-18T19:27:56.668Z Downloaded rustversion v1.0.22
10562026-05-18T19:27:56.671Z Downloaded rusty-fork v0.3.1
10572026-05-18T19:27:56.671Z Downloaded half v2.7.1
10582026-05-18T19:27:56.674Z Downloaded rustls-pemfile v2.2.0
10592026-05-18T19:27:56.674Z Downloaded pest_generator v2.8.6
10602026-05-18T19:27:56.677Z Downloaded strum v0.26.3
10612026-05-18T19:27:56.677Z Downloaded structmeta-derive v0.3.0
10622026-05-18T19:27:56.677Z Downloaded tabwriter v1.4.1
10632026-05-18T19:27:56.677Z Downloaded serde_repr v0.1.20
10642026-05-18T19:27:56.680Z Downloaded scroll v0.13.0
10652026-05-18T19:27:56.680Z Downloaded thread-id v5.1.0
10662026-05-18T19:27:56.680Z Downloaded tagptr v0.2.0
10672026-05-18T19:27:56.683Z Downloaded serde_tokenstream v0.2.3
10682026-05-18T19:27:56.683Z Downloaded testing_table v0.3.0
10692026-05-18T19:27:56.683Z Downloaded termtree v0.5.1
10702026-05-18T19:27:56.683Z Downloaded time-core v0.1.8
10712026-05-18T19:27:56.683Z Downloaded scroll v0.12.0
10722026-05-18T19:27:56.686Z Downloaded hickory-resolver v0.25.2
10732026-05-18T19:27:56.689Z Downloaded slog-async v2.8.0
10742026-05-18T19:27:56.689Z Downloaded sdd v3.0.10
10752026-05-18T19:27:56.689Z Downloaded schemars_derive v0.8.22
10762026-05-18T19:27:56.692Z Downloaded stable_deref_trait v1.2.1
10772026-05-18T19:27:56.692Z Downloaded indexmap v1.9.3
10782026-05-18T19:27:56.695Z Downloaded serde_derive_internals v0.29.1
10792026-05-18T19:27:56.695Z Downloaded papergrid v0.17.0
10802026-05-18T19:27:56.698Z Downloaded crossbeam-utils v0.8.21
10812026-05-18T19:27:56.701Z Downloaded heapless v0.8.0
10822026-05-18T19:27:56.701Z Downloaded thread-id v4.2.2
10832026-05-18T19:27:56.704Z Downloaded icu_properties_data v2.2.0
10842026-05-18T19:27:56.707Z Downloaded slog-stdlog v4.1.1
10852026-05-18T19:27:56.710Z Downloaded smawk v0.3.2
10862026-05-18T19:27:56.710Z Downloaded slog-scope v4.4.1
10872026-05-18T19:27:56.710Z Downloaded expectorate v1.2.0
10882026-05-18T19:27:56.714Z Downloaded indicatif v0.18.4
10892026-05-18T19:27:56.717Z Downloaded topological-sort v0.2.2
10902026-05-18T19:27:56.717Z Downloaded slog-dtrace v0.3.0
10912026-05-18T19:27:56.717Z Downloaded rhai_codegen v3.1.0
10922026-05-18T19:27:56.720Z Downloaded untrusted v0.7.1
10932026-05-18T19:27:56.723Z Downloaded slog-term v2.9.2
10942026-05-18T19:27:56.723Z Downloaded smf v0.2.3
10952026-05-18T19:27:56.723Z Downloaded rustls-native-certs v0.8.3
10962026-05-18T19:27:56.726Z Downloaded tabled_derive v0.7.0
10972026-05-18T19:27:56.726Z Downloaded synstructure v0.13.2
10982026-05-18T19:27:56.726Z Downloaded typify-macro v0.4.3
10992026-05-18T19:27:56.729Z Downloaded snafu-derive v0.8.9
11002026-05-18T19:27:56.729Z Downloaded typify-macro v0.6.2
11012026-05-18T19:27:56.729Z Downloaded strum_macros v0.26.4
11022026-05-18T19:27:56.731Z Downloaded structmeta v0.3.0
11032026-05-18T19:27:56.732Z Downloaded postcard v1.1.3
11042026-05-18T19:27:56.732Z Downloaded usdt-macro v0.5.0
11052026-05-18T19:27:56.732Z Downloaded usdt-attr-macro v0.6.0
11062026-05-18T19:27:56.734Z Downloaded utf-8 v0.7.6
11072026-05-18T19:27:56.734Z Downloaded unit-prefix v0.5.2
11082026-05-18T19:27:56.734Z Downloaded wait-timeout v0.2.1
11092026-05-18T19:27:56.734Z Downloaded usdt v0.6.0
11102026-05-18T19:27:56.737Z Downloaded usdt-attr-macro v0.5.0
11112026-05-18T19:27:56.737Z Downloaded universal-hash v0.5.1
11122026-05-18T19:27:56.737Z Downloaded unarray v0.1.4
11132026-05-18T19:27:56.737Z Downloaded usdt-macro v0.6.0
11142026-05-18T19:27:56.738Z Downloaded usdt v0.5.0
11152026-05-18T19:27:56.740Z Downloaded parking_lot v0.11.2
11162026-05-18T19:27:56.740Z Downloaded poly1305 v0.8.0
11172026-05-18T19:27:56.743Z Downloaded papergrid v0.11.0
11182026-05-18T19:27:56.746Z Downloaded icu_properties v2.2.0
11192026-05-18T19:27:56.746Z Downloaded icu_locale_core v2.2.0
11202026-05-18T19:27:56.749Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-05-18T19:27:56.752Z Downloaded tokio-tungstenite v0.21.0
11222026-05-18T19:27:56.752Z Downloaded yoke-derive v0.8.2
11232026-05-18T19:27:56.752Z Downloaded tiny-keccak v2.0.2
11242026-05-18T19:27:56.754Z Downloaded waitgroup v0.1.2
11252026-05-18T19:27:56.755Z Downloaded progenitor-impl v0.13.0
11262026-05-18T19:27:56.755Z Downloaded litemap v0.8.2
11272026-05-18T19:27:56.757Z Downloaded time-macros v0.2.27
11282026-05-18T19:27:56.757Z Downloaded slog-json v2.6.1
11292026-05-18T19:27:56.760Z Downloaded hashbrown v0.12.3
11302026-05-18T19:27:56.763Z Downloaded zerofrom-derive v0.1.7
11312026-05-18T19:27:56.763Z Downloaded zerofrom v0.1.8
11322026-05-18T19:27:56.763Z Downloaded zone_cfg_derive v0.3.1
11332026-05-18T19:27:56.763Z Downloaded zeroize_derive v1.4.3
11342026-05-18T19:27:56.766Z Downloaded progenitor-impl v0.14.0
11352026-05-18T19:27:56.766Z Downloaded backon v1.6.0
11362026-05-18T19:27:56.769Z Downloaded serde_with_macros v3.20.0
11372026-05-18T19:27:56.769Z Downloaded cargo_toml v0.22.3
11382026-05-18T19:27:56.769Z Downloaded tokio-dtrace v0.1.1
11392026-05-18T19:27:56.772Z Downloaded elliptic-curve v0.13.8
11402026-05-18T19:27:56.772Z Downloaded chacha20poly1305 v0.10.1
11412026-05-18T19:27:56.784Z Downloaded tinystr v0.8.3
11422026-05-18T19:27:56.784Z Downloaded progenitor-impl v0.11.2
11432026-05-18T19:27:56.784Z Downloaded zone v0.3.1
11442026-05-18T19:27:56.784Z Downloaded progenitor-impl v0.10.0
11452026-05-18T19:27:56.784Z Downloaded omicron-zone-package v0.12.2
11462026-05-18T19:27:56.784Z Downloaded icu_collections v2.2.0
11472026-05-18T19:27:56.784Z Downloaded cancel-safe-futures v0.1.5
11482026-05-18T19:27:56.784Z Downloaded tokio-rustls v0.25.0
11492026-05-18T19:27:56.788Z Downloaded usdt-impl v0.6.0
11502026-05-18T19:27:56.788Z Downloaded spin v0.9.8
11512026-05-18T19:27:56.788Z Downloaded anyhow v1.0.102
11522026-05-18T19:27:56.791Z Downloaded xz2 v0.1.7
11532026-05-18T19:27:56.791Z Downloaded usdt-impl v0.5.0
11542026-05-18T19:27:56.791Z Downloaded crossbeam-channel v0.5.15
11552026-05-18T19:27:56.794Z Downloaded strum_macros v0.27.2
11562026-05-18T19:27:56.797Z Downloaded rustls-platform-verifier v0.7.0
11572026-05-18T19:27:56.797Z Downloaded schemars v0.8.22
11582026-05-18T19:27:56.803Z Downloaded thiserror-no-std v2.0.2
11592026-05-18T19:27:56.806Z Downloaded aws-lc-rs v1.17.0
11602026-05-18T19:27:56.811Z Downloaded walkdir v2.5.0
11612026-05-18T19:27:56.814Z Downloaded term v1.2.1
11622026-05-18T19:27:56.814Z Downloaded pest_meta v2.8.6
11632026-05-18T19:27:56.817Z Downloaded thin-vec v0.2.18
11642026-05-18T19:27:56.817Z Downloaded writeable v0.6.3
11652026-05-18T19:27:56.819Z Downloaded zerovec-derive v0.11.3
11662026-05-18T19:27:56.820Z Downloaded whoami v1.6.1
11672026-05-18T19:27:56.820Z Downloaded jiff-static v0.2.24
11682026-05-18T19:27:56.822Z Downloaded serde_yaml v0.9.34+deprecated
11692026-05-18T19:27:56.825Z Downloaded const-random-macro v0.1.16
11702026-05-18T19:27:56.825Z Downloaded dunce v1.0.5
11712026-05-18T19:27:56.825Z Downloaded similar v2.7.0
11722026-05-18T19:27:56.828Z Downloaded const_format_proc_macros v0.2.34
11732026-05-18T19:27:56.828Z Downloaded newline-converter v0.3.0
11742026-05-18T19:27:56.831Z Downloaded multer v3.1.0
11752026-05-18T19:27:56.831Z Downloaded linear-map v1.2.0
11762026-05-18T19:27:56.831Z Downloaded ff v0.13.1
11772026-05-18T19:27:56.835Z Downloaded darling_core v0.21.3
11782026-05-18T19:27:56.838Z Downloaded ucd-trie v0.1.7
11792026-05-18T19:27:56.838Z Downloaded slog v2.8.2
11802026-05-18T19:27:56.838Z Downloaded vsss-rs v3.3.4
11812026-05-18T19:27:56.840Z Downloaded num-rational v0.4.2
11822026-05-18T19:27:56.840Z Downloaded glob v0.3.3
11832026-05-18T19:27:56.840Z Downloaded minimal-lexical v0.2.1
11842026-05-18T19:27:56.843Z Downloaded smartstring v1.0.1
11852026-05-18T19:27:56.846Z Downloaded test-strategy v0.4.5
11862026-05-18T19:27:56.849Z Downloaded schemars v0.9.0
11872026-05-18T19:27:56.854Z Downloaded rayon-core v1.13.0
11882026-05-18T19:27:56.857Z Downloaded qorb v0.4.1
11892026-05-18T19:27:56.857Z Downloaded konst v0.2.20
11902026-05-18T19:27:56.860Z Downloaded toml v0.9.12+spec-1.1.0
11912026-05-18T19:27:56.863Z Downloaded zerocopy-derive v0.7.35
11922026-05-18T19:27:56.866Z Downloaded yoke v0.8.2
11932026-05-18T19:27:56.866Z Downloaded toml v0.7.8
11942026-05-18T19:27:56.869Z Downloaded prettyplease v0.2.37
11952026-05-18T19:27:56.872Z Downloaded rand v0.8.6
11962026-05-18T19:27:56.872Z Downloaded pretty_assertions v1.4.1
11972026-05-18T19:27:56.876Z Downloaded arrayref v0.3.9
11982026-05-18T19:27:56.876Z Downloaded bitflags v1.3.2
11992026-05-18T19:27:56.876Z Downloaded crucible-workspace-hack v0.1.0
12002026-05-18T19:27:56.879Z Downloaded typify v0.6.2
12012026-05-18T19:27:56.879Z Downloaded async-compression v0.4.42
12022026-05-18T19:27:56.883Z Downloaded hashbrown v0.16.1
12032026-05-18T19:27:56.887Z Downloaded tungstenite v0.21.0
12042026-05-18T19:27:56.887Z Downloaded tar v0.4.45
12052026-05-18T19:27:56.889Z Downloaded typify v0.4.3
12062026-05-18T19:27:56.889Z Downloaded nom v7.1.3
12072026-05-18T19:27:56.892Z Downloaded toml_edit v0.25.11+spec-1.1.0
12082026-05-18T19:27:56.895Z Downloaded dropshot-api-manager v0.7.1
12092026-05-18T19:27:56.898Z Downloaded dtrace-parser v0.2.0
12102026-05-18T19:27:56.898Z Downloaded schemars v1.2.1
12112026-05-18T19:27:56.905Z Downloaded unsafe-libyaml v0.2.11
12122026-05-18T19:27:56.907Z Downloaded steno v0.4.1
12132026-05-18T19:27:56.910Z Downloaded yansi v1.0.1
12142026-05-18T19:27:56.910Z Downloaded snafu v0.8.9
12152026-05-18T19:27:56.913Z Downloaded crc8 v0.1.1
12162026-05-18T19:27:56.916Z Downloaded defmt-parser v1.0.0
12172026-05-18T19:27:56.916Z Downloaded gethostname v0.5.0
12182026-05-18T19:27:56.916Z Downloaded darling_macro v0.21.3
12192026-05-18T19:27:56.916Z Downloaded toml_edit v0.19.15
12202026-05-18T19:27:56.925Z Downloaded rand v0.10.1
12212026-05-18T19:27:56.928Z Downloaded iddqd v0.3.18
12222026-05-18T19:27:56.931Z Downloaded zerotrie v0.2.4
12232026-05-18T19:27:56.935Z Downloaded zerocopy-derive v0.8.48
12242026-05-18T19:27:56.938Z Downloaded itertools v0.12.1
12252026-05-18T19:27:56.942Z Downloaded typed-path v0.9.3
12262026-05-18T19:27:56.950Z Downloaded libm v0.2.16
12272026-05-18T19:27:56.955Z Downloaded pest v2.8.6
12282026-05-18T19:27:56.958Z Downloaded nom v8.0.0
12292026-05-18T19:27:56.961Z Downloaded async-recursion v1.1.1
12302026-05-18T19:27:56.964Z Downloaded fs-err v3.3.0
12312026-05-18T19:27:56.967Z Downloaded fixedbitset v0.4.2
12322026-05-18T19:27:56.967Z Downloaded byte-wrapper v0.1.0
12332026-05-18T19:27:56.967Z Downloaded crunchy v0.2.4
12342026-05-18T19:27:56.967Z Downloaded scc v2.4.0
12352026-05-18T19:27:56.970Z Downloaded const_format v0.2.36
12362026-05-18T19:27:56.973Z Downloaded arc-swap v1.9.1
12372026-05-18T19:27:56.977Z Downloaded zerovec v0.11.6
12382026-05-18T19:27:56.980Z Downloaded hkdf v0.12.4
12392026-05-18T19:27:56.983Z Downloaded reqwest v0.13.3
12402026-05-18T19:27:56.986Z Downloaded tough v0.22.0
12412026-05-18T19:27:56.991Z Downloaded blake3 v1.8.5
12422026-05-18T19:27:56.995Z Downloaded goblin v0.8.2
12432026-05-18T19:27:56.998Z Downloaded rayon v1.12.0
12442026-05-18T19:27:57.003Z Downloaded winnow v0.5.40
12452026-05-18T19:27:57.021Z Downloaded tower-http v0.6.10
12462026-05-18T19:27:57.026Z Downloaded serde_with v3.20.0
12472026-05-18T19:27:57.047Z Downloaded syn v1.0.109
12482026-05-18T19:27:57.052Z Downloaded rustls-webpki v0.102.8
12492026-05-18T19:27:57.073Z Downloaded zerocopy v0.7.35
12502026-05-18T19:27:57.082Z Downloaded tabled v0.15.0
12512026-05-18T19:27:57.090Z Downloaded rhai v1.24.0
12522026-05-18T19:27:57.097Z Downloaded openapiv3 v2.2.0
12532026-05-18T19:27:57.103Z Downloaded proptest v1.11.0
12542026-05-18T19:27:57.108Z Downloaded moka v0.12.15
12552026-05-18T19:27:57.113Z Downloaded time v0.3.47
12562026-05-18T19:27:57.120Z Downloaded goblin v0.10.5
12572026-05-18T19:27:57.123Z Downloaded tabled v0.20.0
12582026-05-18T19:27:57.133Z Downloaded dropshot v0.17.0
12592026-05-18T19:27:57.145Z Downloaded sled v0.34.7
12602026-05-18T19:27:57.153Z Downloaded typify-impl v0.4.3
12612026-05-18T19:27:57.160Z Downloaded rustls v0.22.4
12622026-05-18T19:27:57.167Z Downloaded smoltcp v0.11.0
12632026-05-18T19:27:57.174Z Downloaded regress v0.10.5
12642026-05-18T19:27:57.178Z Downloaded nix v0.31.3
12652026-05-18T19:27:57.185Z Downloaded regress v0.11.1
12662026-05-18T19:27:57.189Z Downloaded hickory-proto v0.25.2
12672026-05-18T19:27:57.197Z Downloaded hickory-proto v0.24.4
12682026-05-18T19:27:57.219Z Downloaded typify-impl v0.6.2
12692026-05-18T19:27:57.230Z Downloaded chrono-tz v0.10.4
12702026-05-18T19:27:57.239Z Downloaded csv v1.4.0
12712026-05-18T19:27:57.265Z Downloaded petgraph v0.6.5
12722026-05-18T19:27:57.276Z Downloaded lzma-sys v0.1.20
12732026-05-18T19:27:57.293Z Downloaded jiff v0.2.24
12742026-05-18T19:27:57.304Z Downloaded sha3 v0.10.9
12752026-05-18T19:27:57.321Z Downloaded encoding_rs v0.8.35
12762026-05-18T19:27:57.847Z Downloaded aws-lc-sys v0.41.0
12772026-05-18T19:27:58.762Z Compiling proc-macro2 v1.0.106
12782026-05-18T19:27:58.762Z Compiling unicode-ident v1.0.24
12792026-05-18T19:27:58.762Z Compiling quote v1.0.45
12802026-05-18T19:27:58.762Z Compiling serde_core v1.0.228
12812026-05-18T19:27:58.762Z Compiling cfg-if v1.0.4
12822026-05-18T19:27:58.762Z Compiling serde v1.0.228
12832026-05-18T19:27:58.762Z Compiling libc v0.2.186
12842026-05-18T19:27:58.765Z Compiling memchr v2.8.0
12852026-05-18T19:27:58.989Z Compiling itoa v1.0.18
12862026-05-18T19:27:59.162Z Compiling zmij v1.0.21
12872026-05-18T19:27:59.214Z Compiling autocfg v1.5.0
12882026-05-18T19:27:59.244Z Compiling libm v0.2.16
12892026-05-18T19:27:59.572Z Compiling stable_deref_trait v1.2.1
12902026-05-18T19:27:59.618Z Compiling version_check v0.9.5
12912026-05-18T19:27:59.641Z Compiling litemap v0.8.2
12922026-05-18T19:27:59.711Z Compiling writeable v0.6.3
12932026-05-18T19:27:59.788Z Compiling utf8_iter v1.0.4
12942026-05-18T19:27:59.819Z Compiling icu_normalizer_data v2.2.0
12952026-05-18T19:27:59.831Z Compiling icu_properties_data v2.2.0
12962026-05-18T19:27:59.910Z Compiling percent-encoding v2.3.2
12972026-05-18T19:27:59.925Z Compiling equivalent v1.0.2
12982026-05-18T19:28:00.010Z Compiling iana-time-zone v0.1.65
12992026-05-18T19:28:00.062Z Compiling syn v2.0.117
13002026-05-18T19:28:00.146Z Compiling form_urlencoded v1.2.2
13012026-05-18T19:28:00.185Z Compiling pin-project-lite v0.2.17
13022026-05-18T19:28:00.236Z Compiling serde_json v1.0.149
13032026-05-18T19:28:00.257Z Compiling parking_lot_core v0.9.12
13042026-05-18T19:28:00.271Z Compiling dyn-clone v1.0.20
13052026-05-18T19:28:00.282Z Compiling scopeguard v1.2.0
13062026-05-18T19:28:00.327Z Compiling num-traits v0.2.19
13072026-05-18T19:28:00.380Z Compiling lock_api v0.4.14
13082026-05-18T19:28:00.405Z Compiling thiserror v2.0.18
13092026-05-18T19:28:00.493Z Compiling hashbrown v0.17.1
13102026-05-18T19:28:00.553Z Compiling getrandom v0.4.2
13112026-05-18T19:28:00.617Z Compiling rand_core v0.10.1
13122026-05-18T19:28:00.772Z Compiling errno v0.3.14
13132026-05-18T19:28:00.847Z Compiling log v0.4.29
13142026-05-18T19:28:00.920Z Compiling jobserver v0.1.34
13152026-05-18T19:28:00.974Z Compiling heck v0.5.0
13162026-05-18T19:28:01.034Z Compiling semver v1.0.28
13172026-05-18T19:28:01.068Z Compiling indexmap v2.14.0
13182026-05-18T19:28:01.207Z Compiling shlex v1.3.0
13192026-05-18T19:28:01.240Z Compiling find-msvc-tools v0.1.9
13202026-05-18T19:28:01.250Z Compiling futures-core v0.3.32
13212026-05-18T19:28:01.387Z Compiling cc v1.2.62
13222026-05-18T19:28:01.398Z Compiling zerocopy v0.8.48
13232026-05-18T19:28:01.401Z Compiling uuid v1.23.1
13242026-05-18T19:28:01.480Z Compiling futures-sink v0.3.32
13252026-05-18T19:28:01.581Z Compiling schemars v0.8.22
13262026-05-18T19:28:01.734Z Compiling slab v0.4.12
13272026-05-18T19:28:01.831Z Compiling fnv v1.0.7
13282026-05-18T19:28:01.852Z Compiling rustversion v1.0.22
13292026-05-18T19:28:01.864Z Compiling futures-channel v0.3.32
13302026-05-18T19:28:01.910Z Compiling bitflags v2.11.1
13312026-05-18T19:28:01.923Z Compiling futures-task v0.3.32
13322026-05-18T19:28:02.085Z Compiling futures-io v0.3.32
13332026-05-18T19:28:02.097Z Compiling socket2 v0.6.3
13342026-05-18T19:28:02.160Z Compiling portable-atomic v1.13.1
13352026-05-18T19:28:02.231Z Compiling signal-hook-registry v1.4.8
13362026-05-18T19:28:02.242Z Compiling mio v1.2.0
13372026-05-18T19:28:02.520Z Compiling critical-section v1.2.0
13382026-05-18T19:28:02.532Z Compiling getrandom v0.2.17
13392026-05-18T19:28:02.553Z Compiling typenum v1.20.0
13402026-05-18T19:28:02.623Z Compiling subtle v2.6.1
13412026-05-18T19:28:02.671Z Compiling base64 v0.22.1
13422026-05-18T19:28:02.712Z Compiling untrusted v0.9.0
13432026-05-18T19:28:02.732Z Compiling rustix v1.1.4
13442026-05-18T19:28:02.779Z Compiling byteorder v1.5.0
13452026-05-18T19:28:02.810Z Compiling slog v2.8.2
13462026-05-18T19:28:02.824Z Compiling strsim v0.11.1
13472026-05-18T19:28:02.999Z Compiling synstructure v0.13.2
13482026-05-18T19:28:03.003Z Compiling serde_derive_internals v0.29.1
13492026-05-18T19:28:03.041Z Compiling once_cell v1.21.4
13502026-05-18T19:28:03.166Z Compiling rand_core v0.6.4
13512026-05-18T19:28:03.204Z Compiling regex-syntax v0.8.10
13522026-05-18T19:28:03.213Z Compiling cmake v0.1.58
13532026-05-18T19:28:03.246Z Compiling dunce v1.0.5
13542026-05-18T19:28:03.299Z Compiling fs_extra v1.3.0
13552026-05-18T19:28:03.333Z Compiling httparse v1.10.1
13562026-05-18T19:28:03.381Z Compiling atomic-waker v1.1.2
13572026-05-18T19:28:03.490Z Compiling ipnet v2.12.0
13582026-05-18T19:28:03.503Z Compiling tower-layer v0.3.3
13592026-05-18T19:28:03.539Z Compiling tower-service v0.3.3
13602026-05-18T19:28:03.549Z Compiling aws-lc-sys v0.41.0
13612026-05-18T19:28:03.629Z Compiling generic-array v0.14.7
13622026-05-18T19:28:03.650Z Compiling try-lock v0.2.5
13632026-05-18T19:28:03.736Z Compiling getrandom v0.3.4
13642026-05-18T19:28:03.749Z Compiling thiserror v1.0.69
13652026-05-18T19:28:03.862Z Compiling ryu v1.0.23
13662026-05-18T19:28:04.033Z Compiling ucd-trie v0.1.7
13672026-05-18T19:28:04.039Z Compiling want v0.3.1
13682026-05-18T19:28:04.073Z Compiling httpdate v1.0.3
13692026-05-18T19:28:04.106Z Compiling serde_derive v1.0.228
13702026-05-18T19:28:04.110Z Compiling zerofrom-derive v0.1.7
13712026-05-18T19:28:04.203Z Compiling yoke-derive v0.8.2
13722026-05-18T19:28:04.231Z Compiling zerovec-derive v0.11.3
13732026-05-18T19:28:04.305Z Compiling displaydoc v0.2.5
13742026-05-18T19:28:04.316Z Compiling schemars_derive v0.8.22
13752026-05-18T19:28:04.410Z Compiling tokio-macros v2.7.0
13762026-05-18T19:28:05.128Z Compiling thiserror-impl v2.0.18
13772026-05-18T19:28:05.249Z Compiling zerocopy-derive v0.8.48
13782026-05-18T19:28:05.346Z Compiling zerofrom v0.1.8
13792026-05-18T19:28:05.357Z Compiling zeroize_derive v1.4.3
13802026-05-18T19:28:05.368Z Compiling futures-macro v0.3.32
13812026-05-18T19:28:05.464Z Compiling yoke v0.8.2
13822026-05-18T19:28:05.657Z Compiling zerovec v0.11.6
13832026-05-18T19:28:05.877Z Compiling zerotrie v0.2.4
13842026-05-18T19:28:06.045Z Compiling zeroize v1.8.2
13852026-05-18T19:28:06.167Z Compiling tinystr v0.8.3
13862026-05-18T19:28:06.181Z Compiling potential_utf v0.1.5
13872026-05-18T19:28:06.205Z Compiling futures-util v0.3.32
13882026-05-18T19:28:06.241Z Compiling pest v2.8.6
13892026-05-18T19:28:06.337Z Compiling icu_locale_core v2.2.0
13902026-05-18T19:28:06.358Z Compiling icu_collections v2.2.0
13912026-05-18T19:28:06.480Z Compiling thiserror-impl v1.0.69
13922026-05-18T19:28:07.326Z Compiling bytes v1.11.1
13932026-05-18T19:28:07.352Z Compiling smallvec v1.15.1
13942026-05-18T19:28:07.400Z Compiling icu_provider v2.2.0
13952026-05-18T19:28:07.485Z Compiling chrono v0.4.44
13962026-05-18T19:28:07.606Z Compiling serde_tokenstream v0.2.3
13972026-05-18T19:28:07.712Z Compiling icu_properties v2.2.0
13982026-05-18T19:28:07.872Z Compiling icu_normalizer v2.2.0
13992026-05-18T19:28:07.884Z Compiling parking_lot v0.12.5
14002026-05-18T19:28:07.946Z Compiling http v1.4.0
14012026-05-18T19:28:08.272Z Compiling tokio v1.52.3
14022026-05-18T19:28:08.443Z Compiling erased-serde v0.3.31
14032026-05-18T19:28:08.549Z Compiling http-body v1.0.1
14042026-05-18T19:28:08.695Z Compiling idna_adapter v1.2.2
14052026-05-18T19:28:08.841Z Compiling idna v1.1.0
14062026-05-18T19:28:08.906Z Compiling pest_meta v2.8.6
14072026-05-18T19:28:08.922Z Compiling pretty-hex v0.4.2
14082026-05-18T19:28:08.939Z Compiling plain v0.2.3
14092026-05-18T19:28:09.042Z Compiling winnow v1.0.3
14102026-05-18T19:28:09.044Z Compiling paste v1.0.15
14112026-05-18T19:28:09.266Z Compiling url v2.5.8
14122026-05-18T19:28:09.337Z Compiling allocator-api2 v0.2.21
14132026-05-18T19:28:09.575Z Compiling ppv-lite86 v0.2.21
14142026-05-18T19:28:09.654Z Compiling pest_generator v2.8.6
14152026-05-18T19:28:09.693Z Compiling foldhash v0.2.0
14162026-05-18T19:28:09.919Z Compiling hashbrown v0.16.1
14172026-05-18T19:28:10.184Z Compiling crypto-common v0.1.7
14182026-05-18T19:28:10.214Z Compiling tracing-attributes v0.1.31
14192026-05-18T19:28:10.225Z Compiling tracing-core v0.1.36
14202026-05-18T19:28:10.246Z Compiling pest_derive v2.8.6
14212026-05-18T19:28:10.302Z Compiling ident_case v1.0.1
14222026-05-18T19:28:10.419Z Compiling omicron-workspace-hack v0.1.0
14232026-05-18T19:28:10.639Z Compiling ipnetwork v0.21.1
14242026-05-18T19:28:10.819Z Compiling http-body-util v0.1.3
14252026-05-18T19:28:10.830Z Compiling serde_urlencoded v0.7.1
14262026-05-18T19:28:10.992Z Compiling oxnet v0.1.5
14272026-05-18T19:28:11.050Z Compiling aho-corasick v1.1.4
14282026-05-18T19:28:11.079Z Compiling sync_wrapper v1.0.2
14292026-05-18T19:28:11.126Z Compiling rustls-pki-types v1.14.1
14302026-05-18T19:28:11.179Z Compiling daft-derive v0.1.7
14312026-05-18T19:28:11.413Z Compiling tracing v0.1.44
14322026-05-18T19:28:11.598Z Compiling fastrand v2.4.1
14332026-05-18T19:28:11.654Z Compiling async-trait v0.1.89
14342026-05-18T19:28:11.849Z Compiling regex-automata v0.4.14
14352026-05-18T19:28:11.932Z Compiling scroll_derive v0.13.1
14362026-05-18T19:28:12.396Z Compiling tokio-util v0.7.18
14372026-05-18T19:28:12.432Z Compiling ring v0.17.14
14382026-05-18T19:28:12.628Z Compiling powerfmt v0.2.0
14392026-05-18T19:28:12.767Z Compiling anyhow v1.0.102
14402026-05-18T19:28:12.834Z Compiling num-conv v0.2.1
14412026-05-18T19:28:12.949Z Compiling cpufeatures v0.2.17
14422026-05-18T19:28:12.972Z Compiling time-core v0.1.8
14432026-05-18T19:28:13.110Z Compiling time-macros v0.2.27
14442026-05-18T19:28:13.121Z Compiling scroll v0.13.0
14452026-05-18T19:28:13.282Z Compiling deranged v0.5.8
14462026-05-18T19:28:13.372Z Compiling block-buffer v0.10.4
14472026-05-18T19:28:13.516Z Compiling regex v1.12.3
14482026-05-18T19:28:13.962Z Compiling num_threads v0.1.7
14492026-05-18T19:28:14.054Z Compiling hex v0.4.3
14502026-05-18T19:28:14.068Z Compiling openssl-probe v0.2.1
14512026-05-18T19:28:14.212Z Compiling digest v0.10.7
14522026-05-18T19:28:14.244Z Compiling goblin v0.10.5
14532026-05-18T19:28:14.417Z Compiling camino v1.2.2
14542026-05-18T19:28:14.705Z Compiling usdt-impl v0.6.0
14552026-05-18T19:28:14.801Z Compiling crc32fast v1.5.0
14562026-05-18T19:28:14.950Z Compiling h2 v0.4.14
14572026-05-18T19:28:14.974Z Compiling dtrace-parser v0.3.0
14582026-05-18T19:28:15.138Z Compiling futures-executor v0.3.32
14592026-05-18T19:28:15.266Z Compiling crossbeam-utils v0.8.21
14602026-05-18T19:28:15.576Z Compiling aws-lc-rs v1.17.0
14612026-05-18T19:28:15.810Z Compiling structmeta-derive v0.3.0
14622026-05-18T19:28:15.878Z Compiling thread-id v5.1.0
14632026-05-18T19:28:15.956Z Compiling simd-adler32 v0.3.9
14642026-05-18T19:28:15.983Z Compiling adler2 v2.0.1
14652026-05-18T19:28:16.108Z Compiling rustls v0.22.4
14662026-05-18T19:28:16.141Z Compiling miniz_oxide v0.8.9
14672026-05-18T19:28:16.779Z Compiling futures v0.3.32
14682026-05-18T19:28:16.827Z Compiling structmeta v0.3.0
14692026-05-18T19:28:16.830Z Compiling rand_core v0.9.5
14702026-05-18T19:28:16.849Z Compiling darling_core v0.23.0
14712026-05-18T19:28:16.946Z Compiling hyper v1.9.0
14722026-05-18T19:28:16.985Z Compiling dof v0.4.0
14732026-05-18T19:28:17.030Z Compiling newtype-uuid-macros v0.1.0
14742026-05-18T19:28:17.041Z Compiling thread_local v1.1.9
14752026-05-18T19:28:17.303Z Compiling untrusted v0.7.1
14762026-05-18T19:28:17.424Z Compiling match_cfg v0.1.0
14772026-05-18T19:28:17.490Z Compiling flate2 v1.1.9
14782026-05-18T19:28:17.932Z Compiling newtype-uuid v1.3.2
14792026-05-18T19:28:18.269Z Compiling hyper-util v0.1.20
14802026-05-18T19:28:18.308Z Compiling compression-core v0.4.32
14812026-05-18T19:28:18.460Z Compiling quick-error v1.2.3
14822026-05-18T19:28:18.535Z Compiling rustls v0.23.40
14832026-05-18T19:28:18.561Z Compiling slog-async v2.8.0
14842026-05-18T19:28:18.636Z Compiling ref-cast v1.0.25
14852026-05-18T19:28:18.888Z Compiling darling_macro v0.23.0
14862026-05-18T19:28:18.897Z Compiling compression-codecs v0.4.38
14872026-05-18T19:28:19.011Z Compiling daft v0.1.7
14882026-05-18T19:28:19.022Z Compiling rand_chacha v0.9.0
14892026-05-18T19:28:19.035Z Compiling usdt-attr-macro v0.6.0
14902026-05-18T19:28:19.145Z Compiling usdt-macro v0.6.0
14912026-05-18T19:28:19.400Z Compiling strum_macros v0.26.4
14922026-05-18T19:28:19.442Z Compiling ref-cast-impl v1.0.25
14932026-05-18T19:28:19.461Z Compiling darling v0.23.0
14942026-05-18T19:28:19.583Z Compiling serde_spanned v1.1.1
14952026-05-18T19:28:19.706Z Compiling multer v3.1.0
14962026-05-18T19:28:19.730Z Compiling term v1.2.1
14972026-05-18T19:28:19.942Z Compiling debug-ignore v1.0.5
14982026-05-18T19:28:20.002Z Compiling take_mut v0.2.2
14992026-05-18T19:28:20.043Z Compiling bit-vec v0.8.0
15002026-05-18T19:28:20.105Z Compiling toml_writer v1.1.1+spec-1.1.0
15012026-05-18T19:28:20.247Z Compiling bit-set v0.8.0
15022026-05-18T19:28:20.323Z Compiling serde_with_macros v3.20.0
15032026-05-18T19:28:20.353Z Compiling rand v0.9.4
15042026-05-18T19:28:20.365Z Compiling async-stream-impl v0.3.6
15052026-05-18T19:28:20.401Z Compiling dropshot v0.17.0
15062026-05-18T19:28:20.440Z Compiling encoding_rs v0.8.35
15072026-05-18T19:28:20.633Z Compiling mime v0.3.17
15082026-05-18T19:28:20.904Z Compiling unarray v0.1.4
15092026-05-18T19:28:20.948Z Compiling spin v0.9.8
15102026-05-18T19:28:21.007Z Compiling syn v1.0.109
15112026-05-18T19:28:21.010Z Compiling async-stream v0.3.6
15122026-05-18T19:28:21.098Z Compiling derive-ex v0.1.8
15132026-05-18T19:28:21.129Z Compiling strum v0.26.3
15142026-05-18T19:28:21.183Z Compiling tower v0.5.3
15152026-05-18T19:28:21.252Z Compiling dropshot_endpoint v0.17.0
15162026-05-18T19:28:21.371Z Compiling macaddr v1.0.1
15172026-05-18T19:28:21.456Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-05-18T19:28:21.586Z Compiling waitgroup v0.1.2
15192026-05-18T19:28:21.647Z Compiling serde_path_to_error v0.1.20
15202026-05-18T19:28:21.912Z Compiling tower-http v0.6.10
15212026-05-18T19:28:21.935Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15222026-05-18T19:28:22.056Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15232026-05-18T19:28:22.091Z Compiling tempfile v3.27.0
15242026-05-18T19:28:22.228Z Compiling openapiv3 v2.2.0
15252026-05-18T19:28:22.318Z Compiling strum_macros v0.27.2
15262026-05-18T19:28:22.646Z Compiling test-strategy v0.4.5
15272026-05-18T19:28:22.887Z Compiling instant v0.1.13
15282026-05-18T19:28:22.990Z Compiling rustls-native-certs v0.8.3
15292026-05-18T19:28:23.321Z Compiling time v0.3.47
15302026-05-18T19:28:23.699Z Compiling rustc-hash v2.1.2
15312026-05-18T19:28:23.819Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15322026-05-18T19:28:24.086Z Compiling crossbeam-channel v0.5.15
15332026-05-18T19:28:24.119Z Compiling strum v0.27.2
15342026-05-18T19:28:24.588Z Compiling parse-display-derive v0.10.0
15352026-05-18T19:28:25.081Z Compiling backon v1.6.0
15362026-05-18T19:28:25.164Z Compiling rand_chacha v0.3.1
15372026-05-18T19:28:25.291Z Compiling rustls-webpki v0.102.8
15382026-05-18T19:28:26.096Z Compiling rand v0.8.6
15392026-05-18T19:28:26.161Z Compiling slog-json v2.6.1
15402026-05-18T19:28:26.180Z Compiling hostname v0.3.1
15412026-05-18T19:28:26.241Z Compiling toml_parser v1.1.2+spec-1.1.0
15422026-05-18T19:28:26.307Z Compiling toml_datetime v1.1.1+spec-1.1.0
15432026-05-18T19:28:26.354Z Compiling is-terminal v0.4.17
15442026-05-18T19:28:26.449Z Compiling wait-timeout v0.2.1
15452026-05-18T19:28:26.607Z Compiling memmap2 v0.9.10
15462026-05-18T19:28:26.722Z Compiling either v1.15.0
15472026-05-18T19:28:26.743Z Compiling toml v1.1.2+spec-1.1.0
15482026-05-18T19:28:26.756Z Compiling rusty-fork v0.3.1
15492026-05-18T19:28:26.816Z Compiling usdt v0.6.0
15502026-05-18T19:28:26.919Z Compiling slog-term v2.9.2
15512026-05-18T19:28:26.931Z Compiling slog-bunyan v2.5.0
15522026-05-18T19:28:27.084Z Compiling serde_with v3.20.0
15532026-05-18T19:28:27.097Z Compiling async-compression v0.4.42
15542026-05-18T19:28:27.399Z Compiling rand_xorshift v0.4.0
15552026-05-18T19:28:27.525Z Compiling sha1 v0.10.6
15562026-05-18T19:28:27.541Z Compiling rustls-pemfile v2.2.0
15572026-05-18T19:28:27.595Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15582026-05-18T19:28:27.731Z Compiling regress v0.10.5
15592026-05-18T19:28:27.742Z Compiling hostname v0.4.2
15602026-05-18T19:28:27.875Z Compiling tokio-rustls v0.25.0
15612026-05-18T19:28:28.098Z Compiling proptest v1.11.0
15622026-05-18T19:28:29.049Z Compiling iddqd v0.3.18
15632026-05-18T19:28:29.702Z Compiling reqwest v0.12.28
15642026-05-18T19:28:29.996Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15652026-05-18T19:28:30.235Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15662026-05-18T19:28:30.432Z Compiling utf8parse v0.2.2
15672026-05-18T19:28:30.545Z Compiling anstyle-parse v1.0.0
15682026-05-18T19:28:30.730Z Compiling progenitor-client v0.10.0
15692026-05-18T19:28:30.816Z Compiling itertools v0.14.0
15702026-05-18T19:28:31.001Z Compiling backoff v0.4.0
15712026-05-18T19:28:31.209Z Compiling parse-display v0.10.0
15722026-05-18T19:28:31.538Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15732026-05-18T19:28:31.565Z Compiling anstyle v1.0.14
15742026-05-18T19:28:31.790Z Compiling is_terminal_polyfill v1.70.2
15752026-05-18T19:28:31.881Z Compiling anstyle-query v1.1.5
15762026-05-18T19:28:31.901Z Compiling colorchoice v1.0.5
15772026-05-18T19:28:31.984Z Compiling anstream v1.0.0
15782026-05-18T19:28:32.305Z Compiling clap_lex v1.1.0
15792026-05-18T19:28:32.609Z Compiling regress v0.11.1
15802026-05-18T19:28:32.685Z Compiling clap_derive v4.6.1
15812026-05-18T19:28:33.301Z Compiling terminal_size v0.4.4
15822026-05-18T19:28:34.125Z Compiling typify-impl v0.6.2
15832026-05-18T19:28:34.345Z Compiling toml_datetime v0.6.11
15842026-05-18T19:28:34.498Z Compiling zerocopy-derive v0.7.35
15852026-05-18T19:28:34.749Z Compiling convert_case v0.4.0
15862026-05-18T19:28:35.382Z Compiling derive_more v0.99.20
15872026-05-18T19:28:35.393Z Compiling zerocopy v0.7.35
15882026-05-18T19:28:35.614Z Compiling clap_builder v4.6.0
15892026-05-18T19:28:35.991Z Compiling toml_edit v0.25.11+spec-1.1.0
15902026-05-18T19:28:36.781Z Compiling unicode-width v0.2.2
15912026-05-18T19:28:36.874Z Compiling proc-macro-crate v3.5.0
15922026-05-18T19:28:37.288Z Compiling clap v4.6.1
15932026-05-18T19:28:37.410Z Compiling secrecy v0.10.3
15942026-05-18T19:28:37.521Z Compiling tinyvec_macros v0.1.1
15952026-05-18T19:28:37.590Z Compiling crucible-workspace-hack v0.1.0
15962026-05-18T19:28:37.610Z Compiling float-ord v0.3.2
15972026-05-18T19:28:37.720Z Compiling tinyvec v1.11.0
15982026-05-18T19:28:37.824Z Compiling num_enum_derive v0.7.6
15992026-05-18T19:28:38.379Z Compiling dtrace-parser v0.2.0
16002026-05-18T19:28:38.404Z Compiling scroll_derive v0.12.1
16012026-05-18T19:28:38.863Z Compiling num-integer v0.1.46
16022026-05-18T19:28:39.126Z Compiling rustc_version v0.4.1
16032026-05-18T19:28:39.175Z Compiling usdt-impl v0.5.0
16042026-05-18T19:28:39.187Z Compiling scroll v0.12.0
16052026-05-18T19:28:39.245Z Compiling num_enum v0.7.6
16062026-05-18T19:28:39.392Z Compiling curve25519-dalek v4.1.3
16072026-05-18T19:28:39.780Z Compiling dof v0.3.0
16082026-05-18T19:28:39.931Z Compiling hmac v0.12.1
16092026-05-18T19:28:40.068Z Compiling darling_core v0.21.3
16102026-05-18T19:28:40.119Z Compiling inout v0.1.4
16112026-05-18T19:28:40.121Z Compiling ff v0.13.1
16122026-05-18T19:28:40.144Z Compiling thread-id v4.2.2
16132026-05-18T19:28:40.221Z Compiling group v0.13.0
16142026-05-18T19:28:40.246Z Compiling cipher v0.4.4
16152026-05-18T19:28:40.421Z Compiling typify-macro v0.6.2
16162026-05-18T19:28:40.457Z Compiling hkdf v0.12.4
16172026-05-18T19:28:40.797Z Compiling goblin v0.8.2
16182026-05-18T19:28:40.913Z Compiling num-rational v0.4.2
16192026-05-18T19:28:41.070Z Compiling num-iter v0.1.45
16202026-05-18T19:28:41.287Z Compiling thiserror-impl-no-std v2.0.2
16212026-05-18T19:28:41.328Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16222026-05-18T19:28:41.664Z Compiling crossbeam-epoch v0.9.18
16232026-05-18T19:28:41.994Z Compiling universal-hash v0.5.1
16242026-05-18T19:28:42.006Z Compiling half v2.7.1
16252026-05-18T19:28:42.125Z Compiling crypto-bigint v0.5.5
16262026-05-18T19:28:42.164Z Compiling darling_macro v0.21.3
16272026-05-18T19:28:42.301Z Compiling curve25519-dalek-derive v0.1.1
16282026-05-18T19:28:42.374Z Compiling num-complex v0.4.6
16292026-05-18T19:28:42.481Z Compiling typify v0.6.2
16302026-05-18T19:28:42.825Z Compiling ciborium-io v0.2.2
16312026-05-18T19:28:42.847Z Compiling base64ct v1.8.3
16322026-05-18T19:28:42.918Z Compiling opaque-debug v0.3.1
16332026-05-18T19:28:42.955Z Compiling base16ct v0.2.0
16342026-05-18T19:28:42.991Z Compiling poly1305 v0.8.0
16352026-05-18T19:28:43.106Z Compiling password-hash v0.5.0
16362026-05-18T19:28:43.140Z Compiling elliptic-curve v0.13.8
16372026-05-18T19:28:43.401Z Compiling ciborium-ll v0.2.2
16382026-05-18T19:28:43.640Z Compiling darling v0.21.3
16392026-05-18T19:28:43.682Z Compiling num v0.4.3
16402026-05-18T19:28:43.754Z Compiling thiserror-no-std v2.0.2
16412026-05-18T19:28:44.211Z Compiling chacha20 v0.9.1
16422026-05-18T19:28:44.292Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16432026-05-18T19:28:44.521Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16442026-05-18T19:28:44.951Z Compiling blake2 v0.10.6
16452026-05-18T19:28:44.964Z Compiling byte-wrapper v0.1.0
16462026-05-18T19:28:45.035Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16472026-05-18T19:28:45.327Z Compiling aead v0.5.2
16482026-05-18T19:28:45.354Z Compiling proc-macro-error-attr v1.0.4
16492026-05-18T19:28:45.482Z Compiling unsafe-libyaml v0.2.11
16502026-05-18T19:28:45.592Z Compiling heapless v0.8.0
16512026-05-18T19:28:45.623Z Compiling keccak v0.1.6
16522026-05-18T19:28:45.866Z Compiling rustix v0.38.44
16532026-05-18T19:28:45.912Z Compiling prettyplease v0.2.37
16542026-05-18T19:28:46.156Z Compiling serde_yaml v0.9.34+deprecated
16552026-05-18T19:28:46.406Z Compiling sha3 v0.10.9
16562026-05-18T19:28:46.727Z Compiling chacha20poly1305 v0.10.1
16572026-05-18T19:28:47.124Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16582026-05-18T19:28:47.394Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16592026-05-18T19:28:47.411Z Compiling argon2 v0.5.3
16602026-05-18T19:28:47.877Z Compiling vsss-rs v3.3.4
16612026-05-18T19:28:47.932Z Compiling ingot-macros v0.1.1
16622026-05-18T19:28:48.076Z Compiling ciborium v0.2.2
16632026-05-18T19:28:49.273Z Compiling rustls-webpki v0.103.13
16642026-05-18T19:28:49.285Z Compiling usdt-macro v0.5.0
16652026-05-18T19:28:49.854Z Compiling usdt-attr-macro v0.5.0
16662026-05-18T19:28:51.261Z Compiling serde_spanned v0.6.9
16672026-05-18T19:28:51.281Z Compiling enum-as-inner v0.6.1
16682026-05-18T19:28:51.409Z Compiling hash32 v0.3.1
16692026-05-18T19:28:51.563Z Compiling proc-macro-error v1.0.4
16702026-05-18T19:28:51.589Z Compiling memmap v0.7.0
16712026-05-18T19:28:51.781Z Compiling toml_write v0.1.2
16722026-05-18T19:28:51.809Z Compiling smoltcp v0.11.0
16732026-05-18T19:28:51.867Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16742026-05-18T19:28:51.952Z Compiling winnow v0.7.15
16752026-05-18T19:28:51.976Z Compiling static_assertions v1.1.0
16762026-05-18T19:28:52.048Z Compiling winnow v0.5.40
16772026-05-18T19:28:52.123Z Compiling indent_write v2.2.0
16782026-05-18T19:28:52.161Z Compiling data-encoding v2.11.0
16792026-05-18T19:28:52.260Z Compiling usdt v0.5.0
16802026-05-18T19:28:52.529Z Compiling ingot-types v0.1.2
16812026-05-18T19:28:52.796Z Compiling tokio-rustls v0.26.4
16822026-05-18T19:28:52.933Z Compiling rustls-platform-verifier v0.7.0
16832026-05-18T19:28:53.012Z Compiling hyper-rustls v0.27.9
16842026-05-18T19:28:53.066Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16852026-05-18T19:28:53.309Z Compiling reqwest v0.13.3
16862026-05-18T19:28:53.431Z Compiling toml_edit v0.19.15
16872026-05-18T19:28:53.433Z Compiling toml_edit v0.22.27
16882026-05-18T19:28:53.433Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16892026-05-18T19:28:53.548Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16902026-05-18T19:28:54.685Z Compiling progenitor-client v0.14.0
16912026-05-18T19:28:54.995Z Compiling progenitor-extras v0.2.0
16922026-05-18T19:28:55.245Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16932026-05-18T19:28:55.465Z Compiling tabwriter v1.4.1
16942026-05-18T19:28:55.861Z Compiling cobs v0.3.0
16952026-05-18T19:28:56.001Z Compiling serde_repr v0.1.20
16962026-05-18T19:28:56.069Z Compiling memoffset v0.9.1
16972026-05-18T19:28:56.319Z Compiling bitflags v1.3.2
16982026-05-18T19:28:56.396Z Compiling vcpkg v0.2.15
16992026-05-18T19:28:56.623Z Compiling managed v0.8.0
17002026-05-18T19:28:56.748Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17012026-05-18T19:28:56.842Z Compiling pkg-config v0.3.33
17022026-05-18T19:28:56.957Z Compiling cfg_aliases v0.2.1
17032026-05-18T19:28:57.031Z Compiling nix v0.31.3
17042026-05-18T19:28:57.167Z Compiling postcard v1.1.3
17052026-05-18T19:28:57.298Z Compiling openssl-sys v0.9.116
17062026-05-18T19:28:57.499Z Compiling toml v0.8.23
17072026-05-18T19:28:57.559Z Compiling proc-macro-crate v1.3.1
17082026-05-18T19:28:57.894Z Compiling ingot v0.1.1
17092026-05-18T19:28:58.007Z Compiling hubpack_derive v0.1.1
17102026-05-18T19:28:58.117Z Compiling foreign-types-macros v0.2.3
17112026-05-18T19:28:58.190Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17122026-05-18T19:28:58.487Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17132026-05-18T19:28:58.541Z Compiling resolv-conf v0.7.6
17142026-05-18T19:28:58.738Z Compiling cpufeatures v0.3.0
17152026-05-18T19:28:58.769Z Compiling foreign-types-shared v0.3.1
17162026-05-18T19:28:58.811Z Compiling semver v0.1.20
17172026-05-18T19:28:58.862Z Compiling colored v3.1.1
17182026-05-18T19:28:58.873Z Compiling rayon-core v1.13.0
17192026-05-18T19:28:58.920Z Compiling heck v0.4.1
17202026-05-18T19:28:59.066Z Compiling unicode-segmentation v1.13.2
17212026-05-18T19:28:59.099Z Compiling linked-hash-map v0.5.6
17222026-05-18T19:28:59.124Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17232026-05-18T19:28:59.254Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17242026-05-18T19:28:59.284Z Compiling swrite v0.1.0
17252026-05-18T19:28:59.380Z Compiling lru-cache v0.1.2
17262026-05-18T19:28:59.489Z Compiling newline-converter v0.3.0
17272026-05-18T19:28:59.608Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17282026-05-18T19:28:59.801Z Compiling rustc_version v0.1.7
17292026-05-18T19:28:59.994Z Compiling foreign-types v0.5.0
17302026-05-18T19:29:00.013Z Compiling chacha20 v0.10.0
17312026-05-18T19:29:00.128Z Compiling hubpack v0.1.2
17322026-05-18T19:29:00.286Z Compiling num_enum_derive v0.5.11
17332026-05-18T19:29:00.671Z Compiling atomicwrites v0.4.4
17342026-05-18T19:29:00.790Z Compiling hickory-proto v0.24.4
17352026-05-18T19:29:00.998Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17362026-05-18T19:29:01.372Z Compiling progenitor-impl v0.13.0
17372026-05-18T19:29:01.550Z Compiling crossbeam-deque v0.8.6
17382026-05-18T19:29:01.752Z Compiling console v0.15.11
17392026-05-18T19:29:01.803Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17402026-05-18T19:29:02.231Z Compiling camino-tempfile v1.4.1
17412026-05-18T19:29:02.331Z Compiling serde-big-array v0.5.1
17422026-05-18T19:29:02.425Z Compiling derive-where v1.6.1
17432026-05-18T19:29:02.472Z Compiling num-derive v0.4.2
17442026-05-18T19:29:02.475Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-05-18T19:29:02.586Z Compiling pin-project-internal v1.1.13
17462026-05-18T19:29:02.663Z Compiling cstr-argument v0.1.2
17472026-05-18T19:29:02.818Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17482026-05-18T19:29:03.015Z Compiling minimal-lexical v0.2.1
17492026-05-18T19:29:03.053Z Compiling siphasher v1.0.3
17502026-05-18T19:29:03.256Z Compiling similar v2.7.0
17512026-05-18T19:29:03.275Z Compiling nom v7.1.3
17522026-05-18T19:29:03.433Z Compiling phf_shared v0.12.1
17532026-05-18T19:29:03.679Z Compiling expectorate v1.2.0
17542026-05-18T19:29:03.690Z Compiling pin-project v1.1.13
17552026-05-18T19:29:03.787Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17562026-05-18T19:29:03.826Z Compiling hickory-resolver v0.24.4
17572026-05-18T19:29:04.051Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17582026-05-18T19:29:04.068Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17592026-05-18T19:29:04.120Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17602026-05-18T19:29:04.207Z Compiling num_enum v0.5.11
17612026-05-18T19:29:04.322Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17622026-05-18T19:29:04.676Z Compiling rand v0.10.1
17632026-05-18T19:29:04.942Z Compiling progenitor-macro v0.13.0
17642026-05-18T19:29:04.979Z Compiling newtype_derive v0.1.6
17652026-05-18T19:29:05.226Z Compiling progenitor-client v0.13.0
17662026-05-18T19:29:05.793Z Compiling progenitor-impl v0.14.0
17672026-05-18T19:29:06.049Z Compiling unicode-normalization v0.1.25
17682026-05-18T19:29:06.514Z Compiling tokio-stream v0.1.18
17692026-05-18T19:29:06.526Z Compiling async-recursion v1.1.1
17702026-05-18T19:29:06.902Z Compiling snafu-derive v0.8.9
17712026-05-18T19:29:06.976Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17722026-05-18T19:29:06.987Z Compiling slog-dtrace v0.3.0
17732026-05-18T19:29:07.227Z Compiling bstr v1.12.1
17742026-05-18T19:29:07.238Z Compiling csv-core v0.1.13
17752026-05-18T19:29:07.280Z Compiling foreign-types-shared v0.1.1
17762026-05-18T19:29:07.372Z Compiling unicode-xid v0.2.6
17772026-05-18T19:29:07.496Z Compiling unicode-width v0.1.14
17782026-05-18T19:29:07.496Z Compiling highway v1.3.0
17792026-05-18T19:29:07.724Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17802026-05-18T19:29:07.774Z Compiling konst_macro_rules v0.2.19
17812026-05-18T19:29:07.893Z Compiling openssl v0.10.80
17822026-05-18T19:29:07.949Z Compiling owo-colors v4.3.0
17832026-05-18T19:29:08.183Z Compiling cancel-safe-futures v0.1.5
17842026-05-18T19:29:08.301Z Compiling foldhash v0.1.5
17852026-05-18T19:29:08.449Z Compiling same-file v1.0.6
17862026-05-18T19:29:08.483Z Compiling chrono-tz v0.10.4
17872026-05-18T19:29:08.627Z Compiling walkdir v2.5.0
17882026-05-18T19:29:08.639Z Compiling snafu v0.8.9
17892026-05-18T19:29:08.747Z Compiling hashbrown v0.15.5
17902026-05-18T19:29:08.945Z Compiling konst v0.2.20
17912026-05-18T19:29:08.984Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17922026-05-18T19:29:09.027Z Compiling globset v0.4.18
17932026-05-18T19:29:09.186Z Compiling const_format_proc_macros v0.2.34
17942026-05-18T19:29:09.283Z Compiling csv v1.4.0
17952026-05-18T19:29:09.295Z Compiling progenitor-macro v0.14.0
17962026-05-18T19:29:09.891Z Compiling foreign-types v0.3.2
17972026-05-18T19:29:09.985Z Compiling qorb v0.4.1
17982026-05-18T19:29:10.013Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17992026-05-18T19:29:10.064Z Compiling olpc-cjson v0.1.4
18002026-05-18T19:29:10.087Z Compiling progenitor v0.13.0
18012026-05-18T19:29:10.232Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18022026-05-18T19:29:10.942Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-05-18T19:29:11.498Z Compiling rayon v1.12.0
18042026-05-18T19:29:11.780Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18052026-05-18T19:29:11.904Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18062026-05-18T19:29:12.137Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18072026-05-18T19:29:12.174Z Compiling phf v0.12.1
18082026-05-18T19:29:12.351Z Compiling zone_cfg_derive v0.3.1
18092026-05-18T19:29:12.651Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18102026-05-18T19:29:12.893Z Compiling tokio-dtrace v0.1.1
18112026-05-18T19:29:13.159Z Compiling itertools v0.12.1
18122026-05-18T19:29:13.262Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18132026-05-18T19:29:13.274Z Compiling libsw-core v0.3.2
18142026-05-18T19:29:13.580Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18152026-05-18T19:29:13.683Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18162026-05-18T19:29:13.684Z Compiling serde_plain v1.0.2
18172026-05-18T19:29:13.794Z Compiling openssl-macros v0.1.1
18182026-05-18T19:29:13.813Z Compiling pem v3.0.6
18192026-05-18T19:29:14.071Z Compiling cookie v0.18.1
18202026-05-18T19:29:14.202Z Compiling sigpipe v0.1.3
18212026-05-18T19:29:14.286Z Compiling typed-path v0.9.3
18222026-05-18T19:29:14.299Z Compiling bytecount v0.6.9
18232026-05-18T19:29:14.310Z Compiling glob v0.3.3
18242026-05-18T19:29:14.353Z Compiling fixedbitset v0.5.7
18252026-05-18T19:29:15.731Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18262026-05-18T19:29:15.731Z Compiling fixedbitset v0.4.2
18272026-05-18T19:29:15.731Z Compiling jiff v0.2.24
18282026-05-18T19:29:15.731Z Compiling petgraph v0.8.3
18292026-05-18T19:29:15.731Z Compiling petgraph v0.6.5
18302026-05-18T19:29:15.731Z Compiling papergrid v0.11.0
18312026-05-18T19:29:15.731Z Compiling progenitor v0.14.0
18322026-05-18T19:29:15.739Z Compiling tough v0.22.0
18332026-05-18T19:29:16.210Z Compiling zone v0.3.1
18342026-05-18T19:29:16.470Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18352026-05-18T19:29:16.518Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18362026-05-18T19:29:16.699Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18372026-05-18T19:29:16.709Z Compiling libsw v3.5.0
18382026-05-18T19:29:16.887Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18392026-05-18T19:29:16.947Z Compiling oxide-tokio-rt v0.1.6
18402026-05-18T19:29:17.025Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18412026-05-18T19:29:17.257Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18422026-05-18T19:29:17.934Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18432026-05-18T19:29:18.158Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18442026-05-18T19:29:18.225Z Compiling const_format v0.2.36
18452026-05-18T19:29:18.320Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18462026-05-18T19:29:18.581Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18472026-05-18T19:29:18.851Z Compiling tabled_derive v0.7.0
18482026-05-18T19:29:19.003Z Compiling gethostname v0.5.0
18492026-05-18T19:29:19.058Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18502026-05-18T19:29:19.138Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18512026-05-18T19:29:19.179Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18522026-05-18T19:29:19.203Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-05-18T19:29:19.298Z Compiling smf v0.2.3
18542026-05-18T19:29:19.309Z Compiling bcs v0.1.6
18552026-05-18T19:29:19.708Z Compiling nom v8.0.0
18562026-05-18T19:29:19.856Z Compiling crunchy v0.2.4
18572026-05-18T19:29:19.898Z Compiling smawk v0.3.2
18582026-05-18T19:29:20.012Z Compiling whoami v1.6.1
18592026-05-18T19:29:21.297Z Compiling lazy_static v1.5.0
18602026-05-18T19:29:21.297Z Compiling unicode-linebreak v0.1.5
18612026-05-18T19:29:21.297Z Compiling tagptr v0.2.0
18622026-05-18T19:29:21.297Z Compiling linear-map v1.2.0
18632026-05-18T19:29:21.297Z Compiling termtree v0.5.1
18642026-05-18T19:29:21.297Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18652026-05-18T19:29:21.298Z Compiling textwrap v0.16.2
18662026-05-18T19:29:21.298Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-05-18T19:29:21.298Z Compiling moka v0.12.15
18682026-05-18T19:29:21.298Z Compiling steno v0.4.1
18692026-05-18T19:29:21.298Z Compiling tabled v0.15.0
18702026-05-18T19:29:21.832Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18712026-05-18T19:29:21.963Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18722026-05-18T19:29:22.021Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18732026-05-18T19:29:22.833Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18742026-05-18T19:29:23.778Z Compiling hickory-proto v0.25.2
18752026-05-18T19:29:23.913Z Compiling humantime v2.3.0
18762026-05-18T19:29:24.087Z Compiling tiny-keccak v2.0.2
18772026-05-18T19:29:24.197Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18782026-05-18T19:29:24.425Z Compiling parking_lot_core v0.8.6
18792026-05-18T19:29:24.804Z Compiling libscf-sys v1.2.0
18802026-05-18T19:29:24.939Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18812026-05-18T19:29:24.969Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18822026-05-18T19:29:25.003Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18832026-05-18T19:29:25.257Z Compiling const-random-macro v0.1.16
18842026-05-18T19:29:25.524Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18852026-05-18T19:29:25.607Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18862026-05-18T19:29:25.669Z Compiling ahash v0.8.12
18872026-05-18T19:29:25.817Z Compiling hickory-resolver v0.25.2
18882026-05-18T19:29:25.936Z Compiling smartstring v1.0.1
18892026-05-18T19:29:25.990Z Compiling parking_lot v0.11.2
18902026-05-18T19:29:26.002Z Compiling const-random v0.1.18
18912026-05-18T19:29:26.406Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18922026-05-18T19:29:26.409Z Compiling fxhash v0.2.1
18932026-05-18T19:29:26.494Z Compiling internet-checksum v0.2.1
18942026-05-18T19:29:26.543Z Compiling sled v0.34.7
18952026-05-18T19:29:26.643Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18962026-05-18T19:29:27.146Z Compiling thin-vec v0.2.18
18972026-05-18T19:29:27.338Z Compiling rhai_codegen v3.1.0
18982026-05-18T19:29:27.440Z Compiling sdd v3.0.10
18992026-05-18T19:29:27.776Z Compiling scc v2.4.0
19002026-05-18T19:29:28.065Z Compiling serial_test_derive v3.4.0
19012026-05-18T19:29:28.556Z Compiling rhai v1.24.0
19022026-05-18T19:29:28.805Z Compiling yansi v1.0.1
19032026-05-18T19:29:28.817Z Compiling diff v0.1.13
19042026-05-18T19:29:28.949Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19052026-05-18T19:29:29.049Z Compiling pretty_assertions v1.4.1
19062026-05-18T19:29:29.105Z Compiling serial_test v3.4.0
19072026-05-18T19:29:30.592Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19082026-05-18T19:29:38.753Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19092026-05-18T19:29:40.411Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19102026-05-18T19:29:41.423Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19112026-05-18T19:29:42.493Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19122026-05-18T19:29:43.264Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19132026-05-18T19:29:44.398Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19142026-05-18T19:30:17.277Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
19152026-05-18T19:30:17.457Z────────────
19162026-05-18T19:30:17.457Z Nextest run ID 5148430f-a823-4675-b730-6df9d6a9224d with nextest profile: default
19172026-05-18T19:30:17.457Z Starting 150 tests across 3 binaries
19182026-05-18T19:30:17.467Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19192026-05-18T19:30:17.470Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19202026-05-18T19:30:17.470Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19212026-05-18T19:30:17.470Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19222026-05-18T19:30:17.470Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19232026-05-18T19:30:17.470Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19242026-05-18T19:30:17.470Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19252026-05-18T19:30:17.470Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19262026-05-18T19:30:17.476Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19272026-05-18T19:30:17.479Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19282026-05-18T19:30:17.479Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19292026-05-18T19:30:17.479Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19302026-05-18T19:30:17.479Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19312026-05-18T19:30:17.479Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19322026-05-18T19:30:17.479Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19332026-05-18T19:30:17.482Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19342026-05-18T19:30:17.485Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19352026-05-18T19:30:17.487Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19362026-05-18T19:30:17.487Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
19372026-05-18T19:30:17.487Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19382026-05-18T19:30:17.488Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19392026-05-18T19:30:17.488Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19402026-05-18T19:30:17.488Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19412026-05-18T19:30:17.491Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19422026-05-18T19:30:17.494Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19432026-05-18T19:30:17.497Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19442026-05-18T19:30:17.497Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19452026-05-18T19:30:17.497Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19462026-05-18T19:30:17.497Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19472026-05-18T19:30:17.497Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19482026-05-18T19:30:17.497Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19492026-05-18T19:30:17.497Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19502026-05-18T19:30:17.504Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19512026-05-18T19:30:17.507Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19522026-05-18T19:30:17.507Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19532026-05-18T19:30:17.507Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19542026-05-18T19:30:17.507Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19552026-05-18T19:30:17.507Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19562026-05-18T19:30:17.507Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19572026-05-18T19:30:17.507Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19582026-05-18T19:30:17.513Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19592026-05-18T19:30:17.513Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19602026-05-18T19:30:17.516Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19612026-05-18T19:30:17.516Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19622026-05-18T19:30:17.516Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19632026-05-18T19:30:17.516Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19642026-05-18T19:30:17.516Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19652026-05-18T19:30:17.516Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19662026-05-18T19:30:17.524Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19672026-05-18T19:30:17.527Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19682026-05-18T19:30:17.527Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19692026-05-18T19:30:17.527Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19702026-05-18T19:30:17.527Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19712026-05-18T19:30:17.527Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
19722026-05-18T19:30:17.527Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19732026-05-18T19:30:17.527Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19742026-05-18T19:30:17.534Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19752026-05-18T19:30:17.536Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
19762026-05-18T19:30:17.536Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_round_trip
19772026-05-18T19:30:17.537Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19782026-05-18T19:30:17.537Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19792026-05-18T19:30:17.537Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19802026-05-18T19:30:17.537Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19812026-05-18T19:30:17.537Z PASS [ 0.011s] bgp messages::tests::prefix_within
19822026-05-18T19:30:17.543Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19832026-05-18T19:30:17.545Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19842026-05-18T19:30:17.545Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19852026-05-18T19:30:17.545Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19862026-05-18T19:30:17.546Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19872026-05-18T19:30:17.546Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19882026-05-18T19:30:17.548Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19892026-05-18T19:30:17.548Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19902026-05-18T19:30:17.552Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19912026-05-18T19:30:17.555Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19922026-05-18T19:30:17.555Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19932026-05-18T19:30:17.555Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19942026-05-18T19:30:17.555Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19952026-05-18T19:30:17.555Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19962026-05-18T19:30:17.558Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19972026-05-18T19:30:17.558Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19982026-05-18T19:30:17.561Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19992026-05-18T19:30:17.563Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20002026-05-18T19:30:17.566Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20012026-05-18T19:30:17.566Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20022026-05-18T19:30:17.577Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20032026-05-18T19:30:17.580Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20042026-05-18T19:30:17.581Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20052026-05-18T19:30:17.581Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20062026-05-18T19:30:17.581Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20072026-05-18T19:30:17.584Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
20082026-05-18T19:30:17.584Z PASS [ 0.020s] bgp policy::test::update_shape_community
20092026-05-18T19:30:17.591Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20102026-05-18T19:30:17.594Z PASS [ 0.013s] bgp proptest::prop_ipv4_wire_format_roundtrip
20112026-05-18T19:30:17.597Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20122026-05-18T19:30:17.597Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20132026-05-18T19:30:17.597Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20142026-05-18T19:30:17.597Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20152026-05-18T19:30:17.597Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20162026-05-18T19:30:17.600Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20172026-05-18T19:30:17.606Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20182026-05-18T19:30:17.610Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20192026-05-18T19:30:17.612Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20202026-05-18T19:30:17.612Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20212026-05-18T19:30:17.615Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20222026-05-18T19:30:17.615Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20232026-05-18T19:30:17.618Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20242026-05-18T19:30:17.618Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20252026-05-18T19:30:17.621Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20262026-05-18T19:30:17.623Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20272026-05-18T19:30:17.623Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20282026-05-18T19:30:17.623Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20292026-05-18T19:30:17.626Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20302026-05-18T19:30:17.626Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20312026-05-18T19:30:17.626Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20322026-05-18T19:30:17.630Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20332026-05-18T19:30:17.630Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20342026-05-18T19:30:17.633Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20352026-05-18T19:30:17.633Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20362026-05-18T19:30:17.633Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20372026-05-18T19:30:17.633Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20382026-05-18T19:30:17.633Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20392026-05-18T19:30:20.696Z PASS [ 3.069s] bgp test::test_basic_peering_active
20402026-05-18T19:30:20.700Z PASS [ 3.065s] bgp test::test_basic_update
20412026-05-18T19:30:20.700Z PASS [ 3.070s] bgp test::test_basic_peering_passive
20422026-05-18T19:30:20.703Z PASS [ 3.068s] bgp test::test_basic_update_ipv6
20432026-05-18T19:30:20.707Z PASS [ 3.076s] bgp test::test_basic_peering_passive_tcp
20442026-05-18T19:30:20.714Z PASS [ 3.085s] bgp test::test_basic_peering_active_tcp
20452026-05-18T19:30:20.717Z PASS [ 3.080s] bgp test::test_basic_update_tcp
20462026-05-18T19:30:20.727Z PASS [ 3.093s] bgp test::test_basic_update_ipv6_tcp
20472026-05-18T19:30:23.778Z PASS [ 3.069s] bgp test::test_ipv6_basic_peering_active
20482026-05-18T19:30:23.781Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20492026-05-18T19:30:23.793Z PASS [ 3.078s] bgp test::test_ipv6_basic_peering_active_tcp
20502026-05-18T19:30:23.805Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20512026-05-18T19:30:24.779Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv6_peer_success
20522026-05-18T19:30:24.779Z PASS [ 4.078s] bgp test::test_import_export_policy_filtering
20532026-05-18T19:30:24.782Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv4_peer_success
20542026-05-18T19:30:24.802Z PASS [ 4.099s] bgp test::test_ipv4_routes_ipv6_peer_success
20552026-05-18T19:30:24.841Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20562026-05-18T19:30:25.868Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20572026-05-18T19:30:25.871Z PASS [ 1.090s] bgp test::test_three_router_chain_tcp
20582026-05-18T19:30:25.871Z PASS [ 1.090s] bgp test::test_three_router_chain_tcp_ipv6
20592026-05-18T19:30:26.628Z PASS [ 2.833s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20602026-05-18T19:30:26.942Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20612026-05-18T19:30:27.859Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20622026-05-18T19:30:28.848Z PASS [ 4.066s] bgp test::test_three_router_chain_unnumbered
20632026-05-18T19:30:29.868Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20642026-05-18T19:30:30.933Z PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change
20652026-05-18T19:30:34.938Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20662026-05-18T19:30:35.692Z PASS [ 9.061s] bgp test::test_unnumbered_unaffected_by_ndp
20672026-05-18T19:30:42.915Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20682026-05-18T19:30:42.915Z────────────
20692026-05-18T19:30:42.915Z Summary [ 25.447s] 150 tests run: 150 passed, 0 skipped
20702026-05-18T19:30:42.927Z+ 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-18T19:30:42.934Z+ popd
20722026-05-18T19:30:42.934Z+ pushd mgd
20732026-05-18T19:30:42.936Z/work/oxidecomputer/maghemite
20742026-05-18T19:30:42.936Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20752026-05-18T19:30:42.936Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20762026-05-18T19:30:44.142Z Compiling slog v2.8.2
20772026-05-18T19:30:44.252Z Compiling usdt v0.6.0
20782026-05-18T19:30:44.347Z Compiling typify-impl v0.4.3
20792026-05-18T19:30:44.363Z Compiling proc-macro-error-attr2 v2.0.0
20802026-05-18T19:30:44.382Z Compiling papergrid v0.17.0
20812026-05-18T19:30:44.573Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
20822026-05-18T19:30:44.582Z Compiling slog-json v2.6.1
20832026-05-18T19:30:44.642Z Compiling slog-term v2.9.2
20842026-05-18T19:30:44.894Z Compiling slog-async v2.8.0
20852026-05-18T19:30:44.963Z Compiling slog-bunyan v2.5.0
20862026-05-18T19:30:45.106Z Compiling dropshot v0.17.0
20872026-05-18T19:30:45.252Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20882026-05-18T19:30:45.390Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20892026-05-18T19:30:45.423Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20902026-05-18T19:30:45.641Z Compiling slog-dtrace v0.3.0
20912026-05-18T19:30:45.961Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20922026-05-18T19:30:46.036Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20932026-05-18T19:30:46.052Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20942026-05-18T19:30:46.397Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20952026-05-18T19:30:47.172Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20962026-05-18T19:30:47.302Z Compiling steno v0.4.1
20972026-05-18T19:30:50.038Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20982026-05-18T19:30:50.550Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20992026-05-18T19:30:50.562Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21002026-05-18T19:30:51.159Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21012026-05-18T19:30:51.342Z Compiling typify-macro v0.4.3
21022026-05-18T19:30:51.829Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21032026-05-18T19:30:51.950Z Compiling proc-macro-error2 v2.0.1
21042026-05-18T19:30:52.256Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21052026-05-18T19:30:52.443Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21062026-05-18T19:30:52.482Z Compiling tabled_derive v0.11.0
21072026-05-18T19:30:52.847Z Compiling testing_table v0.3.0
21082026-05-18T19:30:52.859Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21092026-05-18T19:30:53.024Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21102026-05-18T19:30:53.172Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21112026-05-18T19:30:53.466Z Compiling typify v0.4.3
21122026-05-18T19:30:53.562Z Compiling progenitor-impl v0.11.2
21132026-05-18T19:30:53.632Z Compiling tabled v0.20.0
21142026-05-18T19:30:54.427Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21152026-05-18T19:30:55.363Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21162026-05-18T19:30:56.176Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21172026-05-18T19:30:56.414Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21182026-05-18T19:30:56.660Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21192026-05-18T19:30:57.178Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21202026-05-18T19:30:57.302Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21212026-05-18T19:30:57.547Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21222026-05-18T19:30:57.693Z Compiling progenitor-macro v0.11.2
21232026-05-18T19:30:58.158Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21242026-05-18T19:30:58.190Z Compiling progenitor-client v0.11.2
21252026-05-18T19:30:58.368Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21262026-05-18T19:30:58.482Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21272026-05-18T19:30:58.670Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21282026-05-18T19:30:59.403Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21292026-05-18T19:30:59.596Z Compiling crc8 v0.1.1
21302026-05-18T19:30:59.617Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21312026-05-18T19:30:59.718Z Compiling dropshot-api-manager-types v0.7.1
21322026-05-18T19:31:00.092Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21332026-05-18T19:31:02.590Z Compiling progenitor v0.11.2
21342026-05-18T19:31:02.689Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21352026-05-18T19:31:03.474Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21362026-05-18T19:31:03.474Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21372026-05-18T19:31:04.555Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21382026-05-18T19:31:04.651Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21392026-05-18T19:31:04.903Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21402026-05-18T19:31:05.610Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21412026-05-18T19:31:05.859Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21422026-05-18T19:31:12.820Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21432026-05-18T19:31:20.419Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21442026-05-18T19:31:22.060Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21452026-05-18T19:31:23.102Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21462026-05-18T19:31:24.173Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21472026-05-18T19:31:24.956Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21482026-05-18T19:31:26.107Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21492026-05-18T19:31:26.110Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21502026-05-18T19:31:26.110Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21512026-05-18T19:31:31.547Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21522026-05-18T19:32:00.771Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
21532026-05-18T19:32:00.943Z────────────
21542026-05-18T19:32:00.943Z Nextest run ID 618dac4d-98cf-4a71-b85d-833525078437 with nextest profile: default
21552026-05-18T19:32:00.943Z Starting 32 tests across 3 binaries
21562026-05-18T19:32:00.954Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21572026-05-18T19:32:00.957Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21582026-05-18T19:32:00.970Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21592026-05-18T19:32:00.987Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21602026-05-18T19:32:01.003Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21612026-05-18T19:32:01.005Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21622026-05-18T19:32:01.006Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21632026-05-18T19:32:01.006Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21642026-05-18T19:32:01.006Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21652026-05-18T19:32:01.006Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21662026-05-18T19:32:01.009Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21672026-05-18T19:32:01.012Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21682026-05-18T19:32:01.015Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21692026-05-18T19:32:01.015Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21702026-05-18T19:32:01.015Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21712026-05-18T19:32:01.015Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21722026-05-18T19:32:01.015Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21732026-05-18T19:32:01.015Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21742026-05-18T19:32:01.021Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21752026-05-18T19:32:01.024Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21762026-05-18T19:32:01.024Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21772026-05-18T19:32:01.024Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21782026-05-18T19:32:01.024Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21792026-05-18T19:32:01.024Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21802026-05-18T19:32:01.024Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21812026-05-18T19:32:01.024Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21822026-05-18T19:32:01.029Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21832026-05-18T19:32:01.032Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21842026-05-18T19:32:01.032Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21852026-05-18T19:32:01.032Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21862026-05-18T19:32:01.032Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21872026-05-18T19:32:01.032Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21882026-05-18T19:32:01.032Z────────────
21892026-05-18T19:32:01.032Z Summary [ 0.089s] 32 tests run: 32 passed, 0 skipped
21902026-05-18T19:32:01.043Z+ cp apply_remove_entire_group.log /work/
21912026-05-18T19:32:01.046Z+ popd
21922026-05-18T19:32:01.046Z/work/oxidecomputer/maghemite
21932026-05-18T19:32:01.049Zprocess exited: duration 443567 ms, exit code 0
 
21942026-05-18T19:32:01.059Zfound 66 output files
21952026-05-18T19:32:01.059Zuploading: /work/apply_remove_entire_group.log (12179 bytes)
21962026-05-18T19:32:02.069Zuploaded: /work/apply_remove_entire_group.log
21972026-05-18T19:32:02.069Zuploading: /work/dualstack_routes.log (123318 bytes)
21982026-05-18T19:32:03.084Zuploaded: /work/dualstack_routes.log
21992026-05-18T19:32:03.084Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2254 bytes)
22002026-05-18T19:32:04.095Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22012026-05-18T19:32:04.095Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1520 bytes)
22022026-05-18T19:32:05.104Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22032026-05-18T19:32:05.104Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2359 bytes)
22042026-05-18T19:32:06.114Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22052026-05-18T19:32:06.117Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2031 bytes)
22062026-05-18T19:32:07.124Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22072026-05-18T19:32:07.124Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2355 bytes)
22082026-05-18T19:32:08.133Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22092026-05-18T19:32:08.133Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2394 bytes)
22102026-05-18T19:32:09.142Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22112026-05-18T19:32:09.142Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3012 bytes)
22122026-05-18T19:32:10.154Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22132026-05-18T19:32:10.154Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2320 bytes)
22142026-05-18T19:32:11.164Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22152026-05-18T19:32:11.164Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2235 bytes)
22162026-05-18T19:32:12.174Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22172026-05-18T19:32:12.174Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2363 bytes)
22182026-05-18T19:32:13.183Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22192026-05-18T19:32:13.183Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2432 bytes)
22202026-05-18T19:32:14.192Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22212026-05-18T19:32:14.192Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2559 bytes)
22222026-05-18T19:32:15.202Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22232026-05-18T19:32:15.202Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4634 bytes)
22242026-05-18T19:32:16.212Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22252026-05-18T19:32:16.212Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3518 bytes)
22262026-05-18T19:32:17.221Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22272026-05-18T19:32:17.221Zuploading: /work/multiple_unnumbered.log (144840 bytes)
22282026-05-18T19:32:18.237Zuploaded: /work/multiple_unnumbered.log
22292026-05-18T19:32:18.237Zuploading: /work/ndp_change_reset.log (70800 bytes)
22302026-05-18T19:32:19.250Zuploaded: /work/ndp_change_reset.log
22312026-05-18T19:32:19.250Zuploading: /work/ndp_changes.log (90446 bytes)
22322026-05-18T19:32:20.265Zuploaded: /work/ndp_changes.log
22332026-05-18T19:32:20.265Zuploading: /work/r1.test_basic_peering_active.log (38069 bytes)
22342026-05-18T19:32:21.277Zuploaded: /work/r1.test_basic_peering_active.log
22352026-05-18T19:32:21.277Zuploading: /work/r1.test_basic_peering_active_tcp.log (46217 bytes)
22362026-05-18T19:32:22.292Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22372026-05-18T19:32:22.292Zuploading: /work/r1.test_basic_peering_passive.log (33853 bytes)
22382026-05-18T19:32:23.303Zuploaded: /work/r1.test_basic_peering_passive.log
22392026-05-18T19:32:23.303Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39687 bytes)
22402026-05-18T19:32:24.316Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22412026-05-18T19:32:24.316Zuploading: /work/r1.test_basic_update.log (28337 bytes)
22422026-05-18T19:32:25.326Zuploaded: /work/r1.test_basic_update.log
22432026-05-18T19:32:25.326Zuploading: /work/r1.test_basic_update_ipv6.log (59781 bytes)
22442026-05-18T19:32:26.340Zuploaded: /work/r1.test_basic_update_ipv6.log
22452026-05-18T19:32:26.340Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30963 bytes)
22462026-05-18T19:32:27.352Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22472026-05-18T19:32:27.352Zuploading: /work/r1.test_basic_update_tcp.log (45045 bytes)
22482026-05-18T19:32:28.364Zuploaded: /work/r1.test_basic_update_tcp.log
22492026-05-18T19:32:28.364Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43655 bytes)
22502026-05-18T19:32:29.376Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22512026-05-18T19:32:29.376Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (57965 bytes)
22522026-05-18T19:32:30.389Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22532026-05-18T19:32:30.389Zuploading: /work/r1.test_import_export_policy_filtering.log (40196 bytes)
22542026-05-18T19:32:31.402Zuploaded: /work/r1.test_import_export_policy_filtering.log
22552026-05-18T19:32:31.402Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35900 bytes)
22562026-05-18T19:32:32.413Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22572026-05-18T19:32:32.413Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40368 bytes)
22582026-05-18T19:32:33.427Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22592026-05-18T19:32:33.427Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49717 bytes)
22602026-05-18T19:32:34.442Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22612026-05-18T19:32:34.442Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33767 bytes)
22622026-05-18T19:32:35.453Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22632026-05-18T19:32:35.453Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39620 bytes)
22642026-05-18T19:32:36.464Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22652026-05-18T19:32:36.464Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35681 bytes)
22662026-05-18T19:32:37.477Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22672026-05-18T19:32:37.477Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29934 bytes)
22682026-05-18T19:32:38.488Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22692026-05-18T19:32:38.488Zuploading: /work/r1.test_three_router_chain_tcp.log (26636 bytes)
22702026-05-18T19:32:39.501Zuploaded: /work/r1.test_three_router_chain_tcp.log
22712026-05-18T19:32:39.501Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22240 bytes)
22722026-05-18T19:32:40.512Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22732026-05-18T19:32:40.512Zuploading: /work/r2.test_basic_peering_active.log (38856 bytes)
22742026-05-18T19:32:41.525Zuploaded: /work/r2.test_basic_peering_active.log
22752026-05-18T19:32:41.525Zuploading: /work/r2.test_basic_peering_active_tcp.log (47630 bytes)
22762026-05-18T19:32:42.537Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22772026-05-18T19:32:42.537Zuploading: /work/r2.test_basic_peering_passive.log (42168 bytes)
22782026-05-18T19:32:43.549Zuploaded: /work/r2.test_basic_peering_passive.log
22792026-05-18T19:32:43.549Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45942 bytes)
22802026-05-18T19:32:44.564Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22812026-05-18T19:32:44.564Zuploading: /work/r2.test_basic_update.log (26389 bytes)
22822026-05-18T19:32:45.576Zuploaded: /work/r2.test_basic_update.log
22832026-05-18T19:32:45.576Zuploading: /work/r2.test_basic_update_ipv6.log (61084 bytes)
22842026-05-18T19:32:46.589Zuploaded: /work/r2.test_basic_update_ipv6.log
22852026-05-18T19:32:46.589Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32790 bytes)
22862026-05-18T19:32:47.602Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22872026-05-18T19:32:47.602Zuploading: /work/r2.test_basic_update_tcp.log (36985 bytes)
22882026-05-18T19:32:48.616Zuploaded: /work/r2.test_basic_update_tcp.log
22892026-05-18T19:32:48.616Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43585 bytes)
22902026-05-18T19:32:49.628Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22912026-05-18T19:32:49.628Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (49501 bytes)
22922026-05-18T19:32:50.641Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22932026-05-18T19:32:50.641Zuploading: /work/r2.test_import_export_policy_filtering.log (36563 bytes)
22942026-05-18T19:32:51.655Zuploaded: /work/r2.test_import_export_policy_filtering.log
22952026-05-18T19:32:51.655Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38296 bytes)
22962026-05-18T19:32:52.666Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22972026-05-18T19:32:52.666Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38869 bytes)
22982026-05-18T19:32:53.678Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22992026-05-18T19:32:53.678Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47783 bytes)
23002026-05-18T19:32:54.690Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23012026-05-18T19:32:54.690Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41380 bytes)
23022026-05-18T19:32:55.701Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23032026-05-18T19:32:55.701Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46579 bytes)
23042026-05-18T19:32:56.713Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23052026-05-18T19:32:56.713Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38175 bytes)
23062026-05-18T19:32:57.726Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23072026-05-18T19:32:57.726Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28072 bytes)
23082026-05-18T19:32:58.737Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23092026-05-18T19:32:58.737Zuploading: /work/r2.test_three_router_chain_tcp.log (45001 bytes)
23102026-05-18T19:32:59.749Zuploaded: /work/r2.test_three_router_chain_tcp.log
23112026-05-18T19:32:59.749Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41769 bytes)
23122026-05-18T19:33:00.761Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23132026-05-18T19:33:00.761Zuploading: /work/r3.test_three_router_chain_tcp.log (21373 bytes)
23142026-05-18T19:33:01.773Zuploaded: /work/r3.test_three_router_chain_tcp.log
23152026-05-18T19:33:01.773Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21453 bytes)
23162026-05-18T19:33:02.784Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23172026-05-18T19:33:02.784Zuploading: /work/same_linklocal.log (152784 bytes)
23182026-05-18T19:33:03.801Zuploaded: /work/same_linklocal.log
23192026-05-18T19:33:03.801Zuploading: /work/three_chain.log (144061 bytes)
23202026-05-18T19:33:04.816Zuploaded: /work/three_chain.log
23212026-05-18T19:33:04.816Zuploading: /work/unnumbered_expiry.log (89316 bytes)
23222026-05-18T19:33:05.829Zuploaded: /work/unnumbered_expiry.log
23232026-05-18T19:33:05.829Zuploading: /work/unnumbered_interface_lifecycle.log (198661 bytes)
23242026-05-18T19:33:06.846Zuploaded: /work/unnumbered_interface_lifecycle.log
23252026-05-18T19:33:06.846Zuploading: /work/unnumbered_peer_change.log (79450 bytes)
23262026-05-18T19:33:07.861Zuploaded: /work/unnumbered_peer_change.log