01KMM48J3RWCW3G4QRKRV4B5X0: 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: 01KMM499CX36BE5R7F2YNTCGE6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T04:02:10.642Zjob assigned to worker 01KMM4VGQAXKPQNY4JDKCFFAZR [factory aws, i-06aac1c353960e23d] (queued for 10 m 49 s)
 
22026-03-26T04:02:16.725Zstarting task 0: "setup"
32026-03-26T04:02:16.729Z++ uname -s
42026-03-26T04:02:16.732Z+ kern=SunOS
52026-03-26T04:02:16.732Z+ build_user=build
62026-03-26T04:02:16.732Z+ build_uid=12345
72026-03-26T04:02:16.732Z+ work_dir=/work
82026-03-26T04:02:16.732Z+ input_dir=/input
92026-03-26T04:02:16.732Z+ [[ 0 == 12345 ]]
102026-03-26T04:02:16.732Z+ case "$kern" in
112026-03-26T04:02:16.732Z+ groupadd -g 12345 build
122026-03-26T04:02:16.735Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T04:02:18.740Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T04:02:18.808Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T04:02:18.811Z+ home_fs=zfs
162026-03-26T04:02:18.811Z+ [[ zfs == autofs ]]
172026-03-26T04:02:18.811Z+ mkdir -p /home/build
182026-03-26T04:02:18.811Z+ chown build:build /home/build /work
192026-03-26T04:02:20.813Z+ chmod 0700 /home/build /work
202026-03-26T04:02:20.816Zprocess exited: duration 4093 ms, exit code 0
 
212026-03-26T04:02:20.823Zstarting task 1: "rust-toolchain"
222026-03-26T04:02:20.828Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T04:02:20.828Z * rust toolchain channel = "stable"
242026-03-26T04:02:20.828Z * rust toolchain profile = "default"
252026-03-26T04:02:20.828Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T04:02:20.828Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T04:02:20.828Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T04:02:20.831Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T04:02:20.831Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T04:02:20.950Zinfo: downloading installer
312026-03-26T04:02:22.521Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T04:02:22.521Zwarn: /opt/ooce/bin
332026-03-26T04:02:22.521Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T04:02:22.521Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T04:02:22.525Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T04:02:22.525Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T04:02:22.525Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T04:02:22.525Zerror: cannot install while Rust is installed
392026-03-26T04:02:22.525Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T04:02:22.525Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T04:02:22.525Zwarn: /home/build/.rustup/settings.toml
422026-03-26T04:02:22.525Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T04:02:22.525Zwarn: instead of the one inferred from the default host triple.
442026-03-26T04:02:22.536Zinfo: profile set to default
452026-03-26T04:02:22.536Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T04:02:22.539Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T04:02:22.704Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T04:02:22.706Zinfo: downloading 6 components
492026-03-26T04:02:39.950Z
502026-03-26T04:02:39.950Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-26T04:02:39.983Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T04:02:39.983Z
532026-03-26T04:02:39.988Z
542026-03-26T04:02:39.988ZRust is installed now. Great!
552026-03-26T04:02:39.988Z
562026-03-26T04:02:39.988ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T04:02:39.988Zenvironment variable. This has not been done automatically.
582026-03-26T04:02:39.988Z
592026-03-26T04:02:39.988ZTo configure your current shell, you need to source
602026-03-26T04:02:39.988Zthe corresponding env file under $HOME/.cargo.
612026-03-26T04:02:39.988Z
622026-03-26T04:02:39.988ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T04:02:39.988Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T04:02:39.988Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T04:02:39.988Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T04:02:39.988Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T04:02:39.988Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T04:02:39.988Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T04:02:39.988Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T04:02:39.988Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T04:02:40.089Z+ rustup --version
722026-03-26T04:02:40.093Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T04:02:40.097Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T04:02:40.115Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T04:02:40.118Z+ cargo --version
762026-03-26T04:02:40.130Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T04:02:40.134Z+ rustc --version
782026-03-26T04:02:40.153Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T04:02:40.156Zprocess exited: duration 19328 ms, exit code 0
 
802026-03-26T04:02:40.162Zstarting task 2: "authentication"
812026-03-26T04:02:40.178Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T04:02:40.184Zstarting task 3: "clone repository"
832026-03-26T04:02:40.187Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T04:02:40.190Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T04:02:40.298ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T04:02:41.043Z+ cd /work/oxidecomputer/maghemite
872026-03-26T04:02:41.043Z+ git fetch origin 91e0ead5fe31993cd6b5088886ee1eda303af49c
882026-03-26T04:02:41.308ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T04:02:41.308Z * branch 91e0ead5fe31993cd6b5088886ee1eda303af49c -> FETCH_HEAD
902026-03-26T04:02:41.315Z+ [[ -n renovate/dropshot-api-manager ]]
912026-03-26T04:02:41.318Z++ git branch --show-current
922026-03-26T04:02:41.318Z+ current=main
932026-03-26T04:02:41.318Z+ [[ main != renovate/dropshot-api-manager ]]
942026-03-26T04:02:41.318Z+ git branch -f renovate/dropshot-api-manager 91e0ead5fe31993cd6b5088886ee1eda303af49c
952026-03-26T04:02:41.321Z+ git checkout -f renovate/dropshot-api-manager
962026-03-26T04:02:41.336ZSwitched to branch 'renovate/dropshot-api-manager'
972026-03-26T04:02:41.339Z+ git reset --hard 91e0ead5fe31993cd6b5088886ee1eda303af49c
982026-03-26T04:02:41.343ZHEAD is now at 91e0ead Update dropshot-api-manager to 0.7.0
992026-03-26T04:02:41.343Zprocess exited: duration 1157 ms, exit code 0
 
1002026-03-26T04:02:41.350Zstarting task 4: "build"
1012026-03-26T04:02:41.353Z+ set -e
1022026-03-26T04:02:41.353Z+ source .github/buildomat/test-common.sh
1032026-03-26T04:02:41.357Z++ NEXTEST_VERSION=0.9.97
1042026-03-26T04:02:41.357Z++ PLATFORM=illumos
1052026-03-26T04:02:41.357Z++ banner install
1062026-03-26T04:02:41.357Z
1072026-03-26T04:02:41.357Z # # # #### ##### ## # #
1082026-03-26T04:02:41.357Z # ## # # # # # # #
1092026-03-26T04:02:41.357Z # # # # #### # # # # #
1102026-03-26T04:02:41.357Z # # # # # # ###### # #
1112026-03-26T04:02:41.357Z # # ## # # # # # # #
1122026-03-26T04:02:41.357Z # # # #### # # # ###### ######
1132026-03-26T04:02:41.357Z
1142026-03-26T04:02:41.357Z++ set +o errexit
1152026-03-26T04:02:41.357Z++ pkg info clang-15
1162026-03-26T04:02:41.360Z++ grep -qi installed
1172026-03-26T04:02:42.835Zpkg: info: no packages matching the following patterns you specified are
1182026-03-26T04:02:42.835Zinstalled on the system. Try querying remotely instead:
1192026-03-26T04:02:42.835Z
1202026-03-26T04:02:42.835Z clang-15
1212026-03-26T04:02:42.872Z++ [[ 1 != 0 ]]
1222026-03-26T04:02:42.872Z++ set -o errexit
1232026-03-26T04:02:42.872Z++ pfexec pkg install clang-15
1242026-03-26T04:02:48.965Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-26T04:02:55.661Z Startup: Caching catalogs ... Done
1262026-03-26T04:02:59.264ZPlanning: Solver setup ... Done
1272026-03-26T04:02:59.277ZPlanning: Running solver ... Done
1282026-03-26T04:02:59.392ZPlanning: Finding local manifests ... Done
1292026-03-26T04:02:59.411ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-26T04:02:59.505ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-26T04:02:59.534ZPlanning: Package planning ... Done
1322026-03-26T04:02:59.560ZPlanning: Merging actions ... Done
1332026-03-26T04:02:59.744ZPlanning: Checking for conflicting actions ... Done
1342026-03-26T04:02:59.751ZPlanning: Consolidating action changes ... Done
1352026-03-26T04:03:02.226ZPlanning: Evaluating mediators ... Done
1362026-03-26T04:03:02.231ZPlanning: Planning completed in 6.42 seconds
1372026-03-26T04:03:02.245Z Packages to install: 2
1382026-03-26T04:03:02.245Z Mediators to change: 2
1392026-03-26T04:03:02.250Z Services to change: 1
1402026-03-26T04:03:02.250Z Create boot environment: No
1412026-03-26T04:03:02.250ZCreate backup boot environment: No
1422026-03-26T04:03:02.318Z
1432026-03-26T04:03:02.318ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-26T04:03:07.487ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (34.3M/s)
1452026-03-26T04:03:11.454ZDownload: Completed 211.31 MB in 9.13 seconds (23.1M/s)
1462026-03-26T04:03:11.599Z Actions: 1/3418 actions (Installing new actions)
1472026-03-26T04:03:14.807Z Actions: Completed 3418 actions in 3.21 seconds.
1482026-03-26T04:03:15.089Z Done
1492026-03-26T04:03:15.089Z Done
1502026-03-26T04:03:15.773Z Done
1512026-03-26T04:03:19.390Z Done
1522026-03-26T04:03:19.463Z Done
1532026-03-26T04:03:19.465Z Done
1542026-03-26T04:03:19.744Z Done
1552026-03-26T04:03:20.366Z++ set -o errexit
1562026-03-26T04:03:20.366Z++ cargo --version
1572026-03-26T04:03:20.373Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1582026-03-26T04:03:20.555Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1592026-03-26T04:03:20.558Zinfo: downloading 6 components
1602026-03-26T04:03:36.193Zcargo 1.94.0 (85eff7c80 2026-01-15)
1612026-03-26T04:03:36.198Z++ rustc --version
1622026-03-26T04:03:36.225Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1632026-03-26T04:03:36.230Z++ cargo install cargo-nextest --version 0.9.97
1642026-03-26T04:03:36.273Z Updating crates.io index
1652026-03-26T04:03:36.379Z Downloading crates ...
1662026-03-26T04:03:36.618Z Downloaded cargo-nextest v0.9.97
1672026-03-26T04:03:37.031Z Installing cargo-nextest v0.9.97
1682026-03-26T04:03:37.046Z Updating crates.io index
1692026-03-26T04:03:39.825Z Locking 408 packages to latest compatible versions
1702026-03-26T04:03:39.830Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-03-26T04:03:39.833Z Adding duct v0.13.7 (available: v1.1.1)
1722026-03-26T04:03:39.833Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-03-26T04:03:39.834Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-03-26T04:03:39.837Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-03-26T04:03:39.837Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1762026-03-26T04:03:39.837Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-03-26T04:03:39.841Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1782026-03-26T04:03:39.841Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-03-26T04:03:39.859Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-03-26T04:03:39.868Z Downloading crates ...
1812026-03-26T04:03:39.954Z Downloaded adler2 v2.0.1
1822026-03-26T04:03:39.957Z Downloaded atomicwrites v0.4.4
1832026-03-26T04:03:39.961Z Downloaded home v0.5.12
1842026-03-26T04:03:39.965Z Downloaded errno v0.3.14
1852026-03-26T04:03:39.970Z Downloaded fixedbitset v0.5.7
1862026-03-26T04:03:39.973Z Downloaded iana-time-zone v0.1.65
1872026-03-26T04:03:39.973Z Downloaded base64ct v1.8.3
1882026-03-26T04:03:39.977Z Downloaded bytes v1.11.1
1892026-03-26T04:03:39.982Z Downloaded nextest-metadata v0.12.2
1902026-03-26T04:03:39.982Z Downloaded colorchoice v1.0.5
1912026-03-26T04:03:39.982Z Downloaded openssl-probe v0.2.1
1922026-03-26T04:03:39.982Z Downloaded pin-project v1.1.11
1932026-03-26T04:03:39.986Z Downloaded rustc-hash v2.1.1
1942026-03-26T04:03:39.989Z Downloaded console v0.15.11
1952026-03-26T04:03:39.989Z Downloaded cargo-platform v0.2.0
1962026-03-26T04:03:39.992Z Downloaded clap_derive v4.6.0
1972026-03-26T04:03:39.992Z Downloaded self_update v0.42.0
1982026-03-26T04:03:39.995Z Downloaded autocfg v1.5.0
1992026-03-26T04:03:39.995Z Downloaded async-scoped v0.9.0
2002026-03-26T04:03:39.998Z Downloaded cargo-util-schemas v0.2.0
2012026-03-26T04:03:39.998Z Downloaded is_terminal_polyfill v1.70.2
2022026-03-26T04:03:39.998Z Downloaded clap_lex v1.1.0
2032026-03-26T04:03:40.003Z Downloaded once_cell v1.21.4
2042026-03-26T04:03:40.006Z Downloaded anstyle v1.0.14
2052026-03-26T04:03:40.006Z Downloaded config v0.15.22
2062026-03-26T04:03:40.009Z Downloaded ed25519-dalek v2.2.0
2072026-03-26T04:03:40.013Z Downloaded const-oid v0.9.6
2082026-03-26T04:03:40.016Z Downloaded convert_case v0.10.0
2092026-03-26T04:03:40.020Z Downloaded derive-where v1.6.1
2102026-03-26T04:03:40.025Z Downloaded hex v0.4.3
2112026-03-26T04:03:40.025Z Downloaded cargo-platform v0.3.2
2122026-03-26T04:03:40.028Z Downloaded anstyle-query v1.1.5
2132026-03-26T04:03:40.029Z Downloaded pathdiff v0.2.3
2142026-03-26T04:03:40.029Z Downloaded number_prefix v0.4.0
2152026-03-26T04:03:40.029Z Downloaded hyper-tls v0.6.0
2162026-03-26T04:03:40.029Z Downloaded nested v0.1.1
2172026-03-26T04:03:40.032Z Downloaded humantime-serde v1.1.1
2182026-03-26T04:03:40.032Z Downloaded crypto-common v0.1.7
2192026-03-26T04:03:40.036Z Downloaded debug-ignore v1.0.5
2202026-03-26T04:03:40.039Z Downloaded block-buffer v0.10.4
2212026-03-26T04:03:40.040Z Downloaded anstream v1.0.0
2222026-03-26T04:03:40.056Z Downloaded lru-slab v0.1.2
2232026-03-26T04:03:40.059Z Downloaded form_urlencoded v1.2.2
2242026-03-26T04:03:40.059Z Downloaded foreign-types-shared v0.1.1
2252026-03-26T04:03:40.059Z Downloaded curve25519-dalek-derive v0.1.1
2262026-03-26T04:03:40.059Z Downloaded http-body v1.0.1
2272026-03-26T04:03:40.059Z Downloaded cargo_metadata v0.20.0
2282026-03-26T04:03:40.059Z Downloaded ordered-float v2.10.1
2292026-03-26T04:03:40.064Z Downloaded openssl-macros v0.1.1
2302026-03-26T04:03:40.064Z Downloaded nextest-workspace-hack v0.1.0
2312026-03-26T04:03:40.064Z Downloaded is_ci v1.2.0
2322026-03-26T04:03:40.068Z Downloaded fnv v1.0.7
2332026-03-26T04:03:40.068Z Downloaded color-spantrace v0.3.0
2342026-03-26T04:03:40.071Z Downloaded lazy_static v1.5.0
2352026-03-26T04:03:40.085Z Downloaded itoa v1.0.18
2362026-03-26T04:03:40.109Z Downloaded guppy-workspace-hack v0.1.0
2372026-03-26T04:03:40.109Z Downloaded enable-ansi-support v0.2.1
2382026-03-26T04:03:40.109Z Downloaded serde-value v0.7.0
2392026-03-26T04:03:40.109Z Downloaded pkg-config v0.3.32
2402026-03-26T04:03:40.109Z Downloaded http-body-util v0.1.3
2412026-03-26T04:03:40.109Z Downloaded quote v1.0.45
2422026-03-26T04:03:40.109Z Downloaded futures-macro v0.3.32
2432026-03-26T04:03:40.109Z Downloaded futures-core v0.3.32
2442026-03-26T04:03:40.110Z Downloaded miette-derive v7.6.0
2452026-03-26T04:03:40.110Z Downloaded futures-executor v0.3.32
2462026-03-26T04:03:40.110Z Downloaded indexmap v2.13.0
2472026-03-26T04:03:40.110Z Downloaded percent-encoding v2.3.2
2482026-03-26T04:03:40.110Z Downloaded base64 v0.22.1
2492026-03-26T04:03:40.110Z Downloaded crc32fast v1.5.0
2502026-03-26T04:03:40.123Z Downloaded os_pipe v1.2.3
2512026-03-26T04:03:40.123Z Downloaded foreign-types v0.3.2
2522026-03-26T04:03:40.123Z Downloaded cfg_aliases v0.2.1
2532026-03-26T04:03:40.123Z Downloaded serde_urlencoded v0.7.1
2542026-03-26T04:03:40.123Z Downloaded serde_ignored v0.1.14
2552026-03-26T04:03:40.123Z Downloaded pin-utils v0.1.0
2562026-03-26T04:03:40.123Z Downloaded mukti-metadata v0.3.0
2572026-03-26T04:03:40.123Z Downloaded futures-sink v0.3.32
2582026-03-26T04:03:40.123Z Downloaded idna_adapter v1.0.0
2592026-03-26T04:03:40.123Z Downloaded duct v0.13.7
2602026-03-26T04:03:40.131Z Downloaded globset v0.4.18
2612026-03-26T04:03:40.131Z Downloaded digest v0.10.7
2622026-03-26T04:03:40.131Z Downloaded sigchld v0.2.4
2632026-03-26T04:03:40.131Z Downloaded indenter v0.3.4
2642026-03-26T04:03:40.131Z Downloaded filetime v0.2.27
2652026-03-26T04:03:40.131Z Downloaded backtrace-ext v0.2.1
2662026-03-26T04:03:40.134Z Downloaded humantime v2.3.0
2672026-03-26T04:03:40.134Z Downloaded find-msvc-tools v0.1.9
2682026-03-26T04:03:40.134Z Downloaded either v1.15.0
2692026-03-26T04:03:40.134Z Downloaded scopeguard v1.2.0
2702026-03-26T04:03:40.135Z Downloaded serde_core v1.0.228
2712026-03-26T04:03:40.139Z Downloaded native-tls v0.2.18
2722026-03-26T04:03:40.139Z Downloaded newtype-uuid v1.3.2
2732026-03-26T04:03:40.142Z Downloaded rustc_version v0.4.1
2742026-03-26T04:03:40.143Z Downloaded serde_spanned v1.1.0
2752026-03-26T04:03:40.143Z Downloaded semver v1.0.27
2762026-03-26T04:03:40.146Z Downloaded rand_core v0.6.4
2772026-03-26T04:03:40.146Z Downloaded pin-project-lite v0.2.17
2782026-03-26T04:03:40.150Z Downloaded shared_child v1.1.1
2792026-03-26T04:03:40.150Z Downloaded jobserver v0.1.34
2802026-03-26T04:03:40.150Z Downloaded serde_spanned v0.6.9
2812026-03-26T04:03:40.153Z Downloaded cfg-if v1.0.4
2822026-03-26T04:03:40.153Z Downloaded addr2line v0.25.1
2832026-03-26T04:03:40.153Z Downloaded indent_write v2.2.0
2842026-03-26T04:03:40.157Z Downloaded pin-project-internal v1.1.11
2852026-03-26T04:03:40.157Z Downloaded shlex v1.3.0
2862026-03-26T04:03:40.157Z Downloaded rustc-demangle v0.1.27
2872026-03-26T04:03:40.160Z Downloaded pkcs8 v0.10.2
2882026-03-26T04:03:40.160Z Downloaded erased-serde v0.4.10
2892026-03-26T04:03:40.164Z Downloaded owo-colors v4.3.0
2902026-03-26T04:03:40.164Z Downloaded shell-words v1.1.1
2912026-03-26T04:03:40.164Z Downloaded nextest-filtering v0.15.0
2922026-03-26T04:03:40.167Z Downloaded tinyvec_macros v0.1.1
2932026-03-26T04:03:40.168Z Downloaded lock_api v0.4.14
2942026-03-26T04:03:40.168Z Downloaded litrs v1.0.0
2952026-03-26T04:03:40.168Z Downloaded signature v2.2.0
2962026-03-26T04:03:40.171Z Downloaded rustls-pki-types v1.14.0
2972026-03-26T04:03:40.171Z Downloaded ppv-lite86 v0.2.21
2982026-03-26T04:03:40.171Z Downloaded target-spec-miette v0.4.5
2992026-03-26T04:03:40.175Z Downloaded swrite v0.1.0
3002026-03-26T04:03:40.175Z Downloaded signal-hook-registry v1.4.8
3012026-03-26T04:03:40.175Z Downloaded camino-tempfile v1.4.1
3022026-03-26T04:03:40.178Z Downloaded getrandom v0.2.17
3032026-03-26T04:03:40.178Z Downloaded bitflags v2.11.0
3042026-03-26T04:03:40.181Z Downloaded rand_chacha v0.9.0
3052026-03-26T04:03:40.181Z Downloaded subtle v2.6.1
3062026-03-26T04:03:40.181Z Downloaded cc v1.2.57
3072026-03-26T04:03:40.184Z Downloaded atomic-waker v1.1.2
3082026-03-26T04:03:40.185Z Downloaded future-queue v0.4.0
3092026-03-26T04:03:40.185Z Downloaded signal-hook-mio v0.2.5
3102026-03-26T04:03:40.188Z Downloaded futures-channel v0.3.32
3112026-03-26T04:03:40.188Z Downloaded eyre v0.6.12
3122026-03-26T04:03:40.191Z Downloaded cpufeatures v0.2.17
3132026-03-26T04:03:40.191Z Downloaded anstyle-parse v1.0.0
3142026-03-26T04:03:40.191Z Downloaded camino v1.2.2
3152026-03-26T04:03:40.195Z Downloaded strip-ansi-escapes v0.2.1
3162026-03-26T04:03:40.195Z Downloaded simd-adler32 v0.3.8
3172026-03-26T04:03:40.195Z Downloaded serde_path_to_error v0.1.20
3182026-03-26T04:03:40.198Z Downloaded dialoguer v0.11.0
3192026-03-26T04:03:40.202Z Downloaded supports-color v3.0.2
3202026-03-26T04:03:40.205Z Downloaded thiserror v1.0.69
3212026-03-26T04:03:40.208Z Downloaded supports-unicode v3.0.0
3222026-03-26T04:03:40.209Z Downloaded supports-hyperlinks v3.2.0
3232026-03-26T04:03:40.209Z Downloaded cargo_metadata v0.23.1
3242026-03-26T04:03:40.212Z Downloaded httparse v1.10.1
3252026-03-26T04:03:40.216Z Downloaded equivalent v1.0.2
3262026-03-26T04:03:40.216Z Downloaded hyper-rustls v0.27.7
3272026-03-26T04:03:40.216Z Downloaded derive_more v2.1.1
3282026-03-26T04:03:40.222Z Downloaded parking_lot_core v0.9.12
3292026-03-26T04:03:40.225Z Downloaded fastrand v2.3.0
3302026-03-26T04:03:40.225Z Downloaded backtrace v0.3.76
3312026-03-26T04:03:40.229Z Downloaded typeid v1.0.3
3322026-03-26T04:03:40.229Z Downloaded quinn-udp v0.5.14
3332026-03-26T04:03:40.232Z Downloaded rand_core v0.9.5
3342026-03-26T04:03:40.232Z Downloaded ipnet v2.12.0
3352026-03-26T04:03:40.235Z Downloaded heck v0.5.0
3362026-03-26T04:03:40.235Z Downloaded toml_write v0.1.2
3372026-03-26T04:03:40.238Z Downloaded strsim v0.11.1
3382026-03-26T04:03:40.238Z Downloaded spki v0.7.3
3392026-03-26T04:03:40.239Z Downloaded slab v0.4.12
3402026-03-26T04:03:40.243Z Downloaded sharded-slab v0.1.7
3412026-03-26T04:03:40.247Z Downloaded log v0.4.29
3422026-03-26T04:03:40.247Z Downloaded futures-io v0.3.32
3432026-03-26T04:03:40.250Z Downloaded self-replace v1.5.0
3442026-03-26T04:03:40.255Z Downloaded urlencoding v2.1.3
3452026-03-26T04:03:40.259Z Downloaded toml_datetime v0.6.11
3462026-03-26T04:03:40.259Z Downloaded generic-array v0.14.7
3472026-03-26T04:03:40.260Z Downloaded document-features v0.2.12
3482026-03-26T04:03:40.263Z Downloaded getrandom v0.4.2
3492026-03-26T04:03:40.267Z Downloaded tokio-native-tls v0.3.1
3502026-03-26T04:03:40.267Z Downloaded smallvec v1.15.1
3512026-03-26T04:03:40.270Z Downloaded futures-task v0.3.32
3522026-03-26T04:03:40.273Z Downloaded sha2 v0.10.9
3532026-03-26T04:03:40.277Z Downloaded smol_str v0.3.6
3542026-03-26T04:03:40.277Z Downloaded quick-junit v0.5.2
3552026-03-26T04:03:40.280Z Downloaded thiserror v2.0.18
3562026-03-26T04:03:40.283Z Downloaded utf8parse v0.2.2
3572026-03-26T04:03:40.283Z Downloaded unicode-linebreak v0.1.5
3582026-03-26T04:03:40.283Z Downloaded thread_local v1.1.9
3592026-03-26T04:03:40.283Z Downloaded ed25519 v2.2.3
3602026-03-26T04:03:40.288Z Downloaded ahash v0.8.12
3612026-03-26T04:03:40.291Z Downloaded unicode-xid v0.2.6
3622026-03-26T04:03:40.291Z Downloaded tokio-macros v2.6.1
3632026-03-26T04:03:40.295Z Downloaded foldhash v0.1.5
3642026-03-26T04:03:40.298Z Downloaded num-traits v0.2.19
3652026-03-26T04:03:40.301Z Downloaded tempfile v3.27.0
3662026-03-26T04:03:40.301Z Downloaded parking_lot v0.12.5
3672026-03-26T04:03:40.304Z Downloaded tower-service v0.3.3
3682026-03-26T04:03:40.304Z Downloaded version_check v0.9.5
3692026-03-26T04:03:40.304Z Downloaded sync_wrapper v1.0.2
3702026-03-26T04:03:40.307Z Downloaded toml_writer v1.1.0+spec-1.1.0
3712026-03-26T04:03:40.311Z Downloaded thiserror-impl v2.0.18
3722026-03-26T04:03:40.314Z Downloaded signal-hook v0.3.18
3732026-03-26T04:03:40.314Z Downloaded cfg-expr v0.20.7
3742026-03-26T04:03:40.317Z Downloaded untrusted v0.9.0
3752026-03-26T04:03:40.317Z Downloaded tracing-error v0.2.1
3762026-03-26T04:03:40.317Z Downloaded serde-untagged v0.1.9
3772026-03-26T04:03:40.321Z Downloaded xattr v1.6.1
3782026-03-26T04:03:40.321Z Downloaded want v0.3.1
3792026-03-26T04:03:40.321Z Downloaded toml_parser v1.1.0+spec-1.1.0
3802026-03-26T04:03:40.324Z Downloaded try-lock v0.2.5
3812026-03-26T04:03:40.324Z Downloaded der v0.7.10
3822026-03-26T04:03:40.327Z Downloaded utf8_iter v1.0.4
3832026-03-26T04:03:40.328Z Downloaded clap v4.6.0
3842026-03-26T04:03:40.333Z Downloaded serde_derive v1.0.228
3852026-03-26T04:03:40.336Z Downloaded zeroize v1.8.2
3862026-03-26T04:03:40.336Z Downloaded xxhash-rust v0.8.15
3872026-03-26T04:03:40.341Z Downloaded ryu v1.0.23
3882026-03-26T04:03:40.341Z Downloaded terminal_size v0.4.4
3892026-03-26T04:03:40.344Z Downloaded tracing-core v0.1.36
3902026-03-26T04:03:40.351Z Downloaded proc-macro2 v1.0.106
3912026-03-26T04:03:40.355Z Downloaded tower-layer v0.3.3
3922026-03-26T04:03:40.360Z Downloaded zmij v1.0.21
3932026-03-26T04:03:40.366Z Downloaded tracing-log v0.2.0
3942026-03-26T04:03:40.369Z Downloaded openssl-sys v0.9.112
3952026-03-26T04:03:40.377Z Downloaded zstd-safe v7.2.4
3962026-03-26T04:03:40.380Z Downloaded target-spec v3.5.7
3972026-03-26T04:03:40.383Z Downloaded target-lexicon v0.13.3
3982026-03-26T04:03:40.383Z Downloaded static_assertions v1.1.0
3992026-03-26T04:03:40.386Z Downloaded thiserror-impl v1.0.69
4002026-03-26T04:03:40.390Z Downloaded serde v1.0.228
4012026-03-26T04:03:40.394Z Downloaded toml v0.8.23
4022026-03-26T04:03:40.398Z Downloaded borsh v1.6.1
4032026-03-26T04:03:40.401Z Downloaded indicatif v0.17.11
4042026-03-26T04:03:40.405Z Downloaded typenum v1.19.0
4052026-03-26T04:03:40.405Z Downloaded toml_datetime v1.1.0+spec-1.1.0
4062026-03-26T04:03:40.405Z Downloaded tar v0.4.45
4072026-03-26T04:03:40.408Z Downloaded zipsign-api v0.1.5
4082026-03-26T04:03:40.408Z Downloaded socket2 v0.6.3
4092026-03-26T04:03:40.412Z Downloaded zstd v0.13.3
4102026-03-26T04:03:40.416Z Downloaded tracing-attributes v0.1.31
4112026-03-26T04:03:40.419Z Downloaded hyper v1.8.1
4122026-03-26T04:03:40.422Z Downloaded toml v1.1.0+spec-1.1.0
4132026-03-26T04:03:40.426Z Downloaded flate2 v1.1.9
4142026-03-26T04:03:40.429Z Downloaded rustls-webpki v0.103.10
4152026-03-26T04:03:40.429Z Downloaded textwrap v0.16.2
4162026-03-26T04:03:40.432Z Downloaded futures v0.3.32
4172026-03-26T04:03:40.436Z Downloaded quinn v0.11.9
4182026-03-26T04:03:40.436Z Downloaded tokio-rustls v0.26.4
4192026-03-26T04:03:40.440Z Downloaded unicode-ident v1.0.24
4202026-03-26T04:03:40.440Z Downloaded unicase v2.9.0
4212026-03-26T04:03:40.444Z Downloaded clap_builder v4.6.0
4222026-03-26T04:03:40.454Z Downloaded hashbrown v0.15.5
4232026-03-26T04:03:40.459Z Downloaded miniz_oxide v0.8.9
4242026-03-26T04:03:40.459Z Downloaded getrandom v0.3.4
4252026-03-26T04:03:40.463Z Downloaded hashbrown v0.16.1
4262026-03-26T04:03:40.463Z Downloaded tokio-stream v0.1.18
4272026-03-26T04:03:40.467Z Downloaded tinyvec v1.11.0
4282026-03-26T04:03:40.477Z Downloaded memchr v2.8.0
4292026-03-26T04:03:40.480Z Downloaded uuid v1.22.0
4302026-03-26T04:03:40.484Z Downloaded derive_more-impl v2.1.1
4312026-03-26T04:03:40.493Z Downloaded vte v0.14.1
4322026-03-26T04:03:40.497Z Downloaded mio v1.1.1
4332026-03-26T04:03:40.501Z Downloaded rand v0.9.2
4342026-03-26T04:03:40.506Z Downloaded h2 v0.4.13
4352026-03-26T04:03:40.510Z Downloaded futures-util v0.3.32
4362026-03-26T04:03:40.516Z Downloaded crossterm v0.29.0
4372026-03-26T04:03:40.520Z Downloaded unicode-segmentation v1.13.1
4382026-03-26T04:03:40.524Z Downloaded toml_edit v0.22.27
4392026-03-26T04:03:40.527Z Downloaded hyper-util v0.1.20
4402026-03-26T04:03:40.531Z Downloaded http v1.4.0
4412026-03-26T04:03:40.534Z Downloaded miette v7.6.0
4422026-03-26T04:03:40.539Z Downloaded tower-http v0.6.8
4432026-03-26T04:03:40.544Z Downloaded aho-corasick v1.1.4
4442026-03-26T04:03:40.552Z Downloaded url v2.5.8
4452026-03-26T04:03:40.567Z Downloaded unicode-normalization v0.1.25
4462026-03-26T04:03:40.585Z Downloaded guppy v0.17.25
4472026-03-26T04:03:40.588Z Downloaded tower v0.5.3
4482026-03-26T04:03:40.602Z Downloaded winnow v0.7.15
4492026-03-26T04:03:40.607Z Downloaded ron v0.12.0
4502026-03-26T04:03:40.612Z Downloaded iri-string v0.7.11
4512026-03-26T04:03:40.615Z Downloaded itertools v0.14.0
4522026-03-26T04:03:40.620Z Downloaded curve25519-dalek v4.1.3
4532026-03-26T04:03:40.624Z Downloaded winnow v1.0.0
4542026-03-26T04:03:40.629Z Downloaded reqwest v0.12.28
4552026-03-26T04:03:40.632Z Downloaded serde_json v1.0.149
4562026-03-26T04:03:40.638Z Downloaded vcpkg v0.2.15
4572026-03-26T04:03:40.658Z Downloaded tracing-subscriber v0.3.23
4582026-03-26T04:03:40.662Z Downloaded webpki-roots v1.0.6
4592026-03-26T04:03:40.666Z Downloaded idna v1.1.0
4602026-03-26T04:03:40.669Z Downloaded quick-xml v0.37.5
4612026-03-26T04:03:40.670Z Downloaded pulldown-cmark v0.13.3
4622026-03-26T04:03:40.673Z Downloaded regex v1.12.3
4632026-03-26T04:03:40.677Z Downloaded unicode-width v0.2.2
4642026-03-26T04:03:40.682Z Downloaded bstr v1.12.1
4652026-03-26T04:03:40.685Z Downloaded gimli v0.32.3
4662026-03-26T04:03:40.690Z Downloaded syn v2.0.117
4672026-03-26T04:03:40.693Z Downloaded quick-xml v0.38.4
4682026-03-26T04:03:40.697Z Downloaded chrono v0.4.44
4692026-03-26T04:03:40.701Z Downloaded tokio-util v0.7.18
4702026-03-26T04:03:40.704Z Downloaded portable-atomic v1.13.1
4712026-03-26T04:03:40.708Z Downloaded tracing v0.1.44
4722026-03-26T04:03:40.716Z Downloaded color-eyre v0.6.5
4732026-03-26T04:03:40.790Z Downloaded quinn-proto v0.11.14
4742026-03-26T04:03:40.797Z Downloaded nextest-runner v0.80.0
4752026-03-26T04:03:40.835Z Downloaded unicode-width v0.1.14
4762026-03-26T04:03:40.852Z Downloaded zerocopy v0.8.47
4772026-03-26T04:03:40.862Z Downloaded openssl v0.10.76
4782026-03-26T04:03:40.876Z Downloaded regex-syntax v0.8.10
4792026-03-26T04:03:40.885Z Downloaded object v0.37.3
4802026-03-26T04:03:40.893Z Downloaded rustls v0.23.37
4812026-03-26T04:03:40.907Z Downloaded nix v0.30.1
4822026-03-26T04:03:40.913Z Downloaded rustix v0.38.44
4832026-03-26T04:03:40.949Z Downloaded rustix v1.1.4
4842026-03-26T04:03:41.018Z Downloaded regex-automata v0.4.14
4852026-03-26T04:03:41.132Z Downloaded petgraph v0.8.3
4862026-03-26T04:03:41.144Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4872026-03-26T04:03:41.152Z Downloaded libc v0.2.183
4882026-03-26T04:03:41.187Z Downloaded tokio v1.50.0
4892026-03-26T04:03:41.257Z Downloaded recursion v0.5.4
4902026-03-26T04:03:41.266Z Downloaded ring v0.17.14
4912026-03-26T04:03:41.322Z Compiling proc-macro2 v1.0.106
4922026-03-26T04:03:41.322Z Compiling libc v0.2.183
4932026-03-26T04:03:41.322Z Compiling unicode-ident v1.0.24
4942026-03-26T04:03:41.322Z Compiling quote v1.0.45
4952026-03-26T04:03:41.326Z Compiling serde_core v1.0.228
4962026-03-26T04:03:41.326Z Compiling cfg-if v1.0.4
4972026-03-26T04:03:41.326Z Compiling memchr v2.8.0
4982026-03-26T04:03:41.446Z Compiling once_cell v1.21.4
4992026-03-26T04:03:41.540Z Compiling log v0.4.29
5002026-03-26T04:03:41.567Z Compiling pin-project-lite v0.2.17
5012026-03-26T04:03:41.665Z Compiling serde v1.0.228
5022026-03-26T04:03:41.721Z Compiling itoa v1.0.18
5032026-03-26T04:03:41.947Z Compiling futures-core v0.3.32
5042026-03-26T04:03:42.100Z Compiling bitflags v2.11.0
5052026-03-26T04:03:42.182Z Compiling smallvec v1.15.1
5062026-03-26T04:03:42.204Z Compiling shlex v1.3.0
5072026-03-26T04:03:42.392Z Compiling equivalent v1.0.2
5082026-03-26T04:03:42.406Z Compiling hashbrown v0.16.1
5092026-03-26T04:03:42.473Z Compiling find-msvc-tools v0.1.9
5102026-03-26T04:03:42.484Z Compiling bytes v1.11.1
5112026-03-26T04:03:42.544Z Compiling jobserver v0.1.34
5122026-03-26T04:03:42.556Z Compiling futures-sink v0.3.32
5132026-03-26T04:03:42.662Z Compiling errno v0.3.14
5142026-03-26T04:03:42.701Z Compiling mio v1.1.1
5152026-03-26T04:03:42.742Z Compiling cc v1.2.57
5162026-03-26T04:03:42.853Z Compiling signal-hook-registry v1.4.8
5172026-03-26T04:03:42.973Z Compiling rustix v1.1.4
5182026-03-26T04:03:43.034Z Compiling syn v2.0.117
5192026-03-26T04:03:43.058Z Compiling socket2 v0.6.3
5202026-03-26T04:03:43.387Z Compiling slab v0.4.12
5212026-03-26T04:03:43.417Z Compiling zmij v1.0.21
5222026-03-26T04:03:43.460Z Compiling futures-channel v0.3.32
5232026-03-26T04:03:43.605Z Compiling tracing-core v0.1.36
5242026-03-26T04:03:43.727Z Compiling version_check v0.9.5
5252026-03-26T04:03:43.759Z Compiling serde_json v1.0.149
5262026-03-26T04:03:44.009Z Compiling futures-io v0.3.32
5272026-03-26T04:03:44.022Z Compiling indexmap v2.13.0
5282026-03-26T04:03:44.044Z Compiling getrandom v0.4.2
5292026-03-26T04:03:44.196Z Compiling futures-task v0.3.32
5302026-03-26T04:03:44.296Z Compiling camino v1.2.2
5312026-03-26T04:03:44.332Z Compiling unicode-width v0.2.2
5322026-03-26T04:03:44.543Z Compiling ring v0.17.14
5332026-03-26T04:03:44.646Z Compiling http v1.4.0
5342026-03-26T04:03:44.671Z Compiling adler2 v2.0.1
5352026-03-26T04:03:44.714Z Compiling zeroize v1.8.2
5362026-03-26T04:03:44.832Z Compiling simd-adler32 v0.3.8
5372026-03-26T04:03:44.861Z Compiling percent-encoding v2.3.2
5382026-03-26T04:03:44.915Z Compiling autocfg v1.5.0
5392026-03-26T04:03:45.157Z Compiling miniz_oxide v0.8.9
5402026-03-26T04:03:45.267Z Compiling num-traits v0.2.19
5412026-03-26T04:03:45.501Z Compiling object v0.37.3
5422026-03-26T04:03:45.666Z Compiling target-lexicon v0.13.3
5432026-03-26T04:03:45.774Z Compiling zerocopy v0.8.47
5442026-03-26T04:03:46.050Z Compiling getrandom v0.3.4
5452026-03-26T04:03:46.209Z Compiling http-body v1.0.1
5462026-03-26T04:03:46.345Z Compiling rustls-pki-types v1.14.0
5472026-03-26T04:03:46.362Z Compiling semver v1.0.27
5482026-03-26T04:03:46.389Z Compiling getrandom v0.2.17
5492026-03-26T04:03:46.413Z Compiling guppy-workspace-hack v0.1.0
5502026-03-26T04:03:46.541Z Compiling untrusted v0.9.0
5512026-03-26T04:03:46.572Z Compiling fnv v1.0.7
5522026-03-26T04:03:46.620Z Compiling typenum v1.19.0
5532026-03-26T04:03:46.671Z Compiling thiserror v2.0.18
5542026-03-26T04:03:46.675Z Compiling owo-colors v4.3.0
5552026-03-26T04:03:46.695Z Compiling signal-hook v0.3.18
5562026-03-26T04:03:46.699Z Compiling serde_derive v1.0.228
5572026-03-26T04:03:46.900Z Compiling tokio-macros v2.6.1
5582026-03-26T04:03:46.953Z Compiling futures-macro v0.3.32
5592026-03-26T04:03:46.988Z Compiling tracing-attributes v0.1.31
5602026-03-26T04:03:46.992Z Compiling httparse v1.10.1
5612026-03-26T04:03:47.013Z Compiling gimli v0.32.3
5622026-03-26T04:03:47.421Z Compiling thiserror-impl v2.0.18
5632026-03-26T04:03:47.650Z Compiling tokio v1.50.0
5642026-03-26T04:03:47.755Z Compiling futures-util v0.3.32
5652026-03-26T04:03:48.191Z Compiling tracing v0.1.44
5662026-03-26T04:03:49.201Z Compiling addr2line v0.25.1
5672026-03-26T04:03:49.623Z Compiling form_urlencoded v1.2.2
5682026-03-26T04:03:49.647Z Compiling generic-array v0.14.7
5692026-03-26T04:03:49.870Z Compiling rustc-demangle v0.1.27
5702026-03-26T04:03:49.883Z Compiling pkg-config v0.3.32
5712026-03-26T04:03:49.895Z Compiling fastrand v2.3.0
5722026-03-26T04:03:50.234Z Compiling rustls v0.23.37
5732026-03-26T04:03:50.311Z Compiling thiserror v1.0.69
5742026-03-26T04:03:50.350Z Compiling target-spec v3.5.7
5752026-03-26T04:03:50.440Z Compiling atomic-waker v1.1.2
5762026-03-26T04:03:50.573Z Compiling utf8_iter v1.0.4
5772026-03-26T04:03:50.609Z Compiling tower-service v0.3.3
5782026-03-26T04:03:50.622Z Compiling try-lock v0.2.5
5792026-03-26T04:03:50.707Z Compiling typeid v1.0.3
5802026-03-26T04:03:50.733Z Compiling idna_adapter v1.0.0
5812026-03-26T04:03:50.736Z Compiling want v0.3.1
5822026-03-26T04:03:50.841Z Compiling idna v1.1.0
5832026-03-26T04:03:50.913Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-03-26T04:03:51.030Z Compiling tempfile v3.27.0
5852026-03-26T04:03:51.095Z Compiling cfg-expr v0.20.7
5862026-03-26T04:03:51.329Z Compiling backtrace v0.3.76
5872026-03-26T04:03:51.473Z Compiling tokio-util v0.7.18
5882026-03-26T04:03:52.080Z Compiling h2 v0.4.13
5892026-03-26T04:03:52.478Z Compiling thiserror-impl v1.0.69
5902026-03-26T04:03:52.564Z Compiling terminal_size v0.4.4
5912026-03-26T04:03:52.715Z Compiling aho-corasick v1.1.4
5922026-03-26T04:03:52.729Z Compiling regex-syntax v0.8.10
5932026-03-26T04:03:53.305Z Compiling subtle v2.6.1
5942026-03-26T04:03:53.461Z Compiling pin-utils v0.1.0
5952026-03-26T04:03:53.539Z Compiling erased-serde v0.4.10
5962026-03-26T04:03:53.600Z Compiling winnow v0.7.15
5972026-03-26T04:03:54.501Z Compiling hyper v1.8.1
5982026-03-26T04:03:55.482Z Compiling rustls-webpki v0.103.10
5992026-03-26T04:03:57.759Z Compiling regex-automata v0.4.14
6002026-03-26T04:03:58.055Z Compiling url v2.5.8
6012026-03-26T04:03:58.381Z Compiling toml_datetime v0.6.11
6022026-03-26T04:03:58.788Z Compiling serde_spanned v0.6.9
6032026-03-26T04:03:58.950Z Compiling ahash v0.8.12
6042026-03-26T04:03:59.194Z Compiling sync_wrapper v1.0.2
6052026-03-26T04:03:59.310Z Compiling portable-atomic v1.13.1
6062026-03-26T04:03:59.755Z Compiling foldhash v0.1.5
6072026-03-26T04:03:59.895Z Compiling lazy_static v1.5.0
6082026-03-26T04:03:59.975Z Compiling unicode-linebreak v0.1.5
6092026-03-26T04:04:00.003Z Compiling parking_lot_core v0.9.12
6102026-03-26T04:04:00.243Z Compiling ipnet v2.12.0
6112026-03-26T04:04:00.268Z Compiling crc32fast v1.5.0
6122026-03-26T04:04:00.294Z Compiling unicode-segmentation v1.13.1
6132026-03-26T04:04:00.461Z Compiling toml_write v0.1.2
6142026-03-26T04:04:00.549Z Compiling is_ci v1.2.0
6152026-03-26T04:04:00.686Z Compiling either v1.15.0
6162026-03-26T04:04:00.700Z Compiling nextest-workspace-hack v0.1.0
6172026-03-26T04:04:00.717Z Compiling base64 v0.22.1
6182026-03-26T04:04:00.906Z Compiling tower-layer v0.3.3
6192026-03-26T04:04:00.934Z Compiling supports-color v3.0.2
6202026-03-26T04:04:01.106Z Compiling tower v0.5.3
6212026-03-26T04:04:01.174Z Compiling hyper-util v0.1.20
6222026-03-26T04:04:01.189Z Compiling toml_edit v0.22.27
6232026-03-26T04:04:01.194Z Compiling convert_case v0.10.0
6242026-03-26T04:04:01.469Z Compiling textwrap v0.16.2
6252026-03-26T04:04:01.481Z Compiling sharded-slab v0.1.7
6262026-03-26T04:04:01.694Z Compiling hashbrown v0.15.5
6272026-03-26T04:04:02.163Z Compiling tokio-rustls v0.26.4
6282026-03-26T04:04:02.447Z Compiling backtrace-ext v0.2.1
6292026-03-26T04:04:02.706Z Compiling ordered-float v2.10.1
6302026-03-26T04:04:02.854Z Compiling miette-derive v7.6.0
6312026-03-26T04:04:02.882Z Compiling webpki-roots v1.0.6
6322026-03-26T04:04:02.972Z Compiling pathdiff v0.2.3
6332026-03-26T04:04:03.000Z Compiling console v0.15.11
6342026-03-26T04:04:03.117Z Compiling cargo-platform v0.3.2
6352026-03-26T04:04:03.683Z Compiling tracing-log v0.2.0
6362026-03-26T04:04:03.788Z Compiling os_pipe v1.2.3
6372026-03-26T04:04:03.937Z Compiling thread_local v1.1.9
6382026-03-26T04:04:03.961Z Compiling scopeguard v1.2.0
6392026-03-26T04:04:04.040Z Compiling cfg_aliases v0.2.1
6402026-03-26T04:04:04.068Z Compiling supports-unicode v3.0.0
6412026-03-26T04:04:04.113Z Compiling debug-ignore v1.0.5
6422026-03-26T04:04:04.225Z Compiling ryu v1.0.23
6432026-03-26T04:04:04.241Z Compiling pulldown-cmark v0.13.3
6442026-03-26T04:04:04.296Z Compiling rustix v0.38.44
6452026-03-26T04:04:04.325Z Compiling winnow v1.0.0
6462026-03-26T04:04:04.449Z Compiling unicode-width v0.1.14
6472026-03-26T04:04:04.510Z Compiling zstd-safe v7.2.4
6482026-03-26T04:04:04.746Z Compiling supports-hyperlinks v3.2.0
6492026-03-26T04:04:04.757Z Compiling iri-string v0.7.11
6502026-03-26T04:04:04.957Z Compiling fixedbitset v0.5.7
6512026-03-26T04:04:04.970Z Compiling utf8parse v0.2.2
6522026-03-26T04:04:05.083Z Compiling anstyle-parse v1.0.0
6532026-03-26T04:04:05.306Z Compiling petgraph v0.8.3
6542026-03-26T04:04:05.460Z Compiling toml_parser v1.1.0+spec-1.1.0
6552026-03-26T04:04:05.791Z Compiling miette v7.6.0
6562026-03-26T04:04:06.755Z Compiling tower-http v0.6.8
6572026-03-26T04:04:07.333Z Compiling serde_urlencoded v0.7.1
6582026-03-26T04:04:07.355Z Compiling nix v0.30.1
6592026-03-26T04:04:07.608Z Compiling tracing-subscriber v0.3.23
6602026-03-26T04:04:07.715Z Compiling lock_api v0.4.14
6612026-03-26T04:04:07.729Z Compiling sigchld v0.2.4
6622026-03-26T04:04:07.917Z Compiling cargo_metadata v0.23.1
6632026-03-26T04:04:07.966Z Compiling hyper-rustls v0.27.7
6642026-03-26T04:04:08.659Z Compiling serde-value v0.7.0
6652026-03-26T04:04:08.794Z Compiling serde-untagged v0.1.9
6662026-03-26T04:04:09.155Z Compiling toml v0.8.23
6672026-03-26T04:04:10.335Z Compiling derive_more-impl v2.1.1
6682026-03-26T04:04:10.592Z Compiling itertools v0.14.0
6692026-03-26T04:04:10.652Z Compiling regex v1.12.3
6702026-03-26T04:04:10.845Z Compiling block-buffer v0.10.4
6712026-03-26T04:04:10.999Z Compiling crypto-common v0.1.7
6722026-03-26T04:04:11.118Z Compiling ppv-lite86 v0.2.21
6732026-03-26T04:04:11.136Z Compiling futures-executor v0.3.32
6742026-03-26T04:04:11.451Z Compiling rand_core v0.9.5
6752026-03-26T04:04:11.666Z Compiling pin-project-internal v1.1.11
6762026-03-26T04:04:11.710Z Compiling http-body-util v0.1.3
6772026-03-26T04:04:11.982Z Compiling uuid v1.22.0
6782026-03-26T04:04:12.010Z Compiling toml_datetime v1.1.0+spec-1.1.0
6792026-03-26T04:04:12.046Z Compiling serde_spanned v1.1.0
6802026-03-26T04:04:12.067Z Compiling smol_str v0.3.6
6812026-03-26T04:04:12.211Z Compiling filetime v0.2.27
6822026-03-26T04:04:12.417Z Compiling vte v0.14.1
6832026-03-26T04:04:12.421Z Compiling bstr v1.12.1
6842026-03-26T04:04:12.421Z Compiling eyre v0.6.12
6852026-03-26T04:04:12.504Z Compiling static_assertions v1.1.0
6862026-03-26T04:04:12.582Z Compiling xattr v1.6.1
6872026-03-26T04:04:12.632Z Compiling iana-time-zone v0.1.65
6882026-03-26T04:04:12.714Z Compiling self_update v0.42.0
6892026-03-26T04:04:12.736Z Compiling anstyle-query v1.1.5
6902026-03-26T04:04:12.770Z Compiling number_prefix v0.4.0
6912026-03-26T04:04:12.926Z Compiling tinyvec_macros v0.1.1
6922026-03-26T04:04:12.946Z Compiling litrs v1.0.0
6932026-03-26T04:04:12.997Z Compiling nested v0.1.1
6942026-03-26T04:04:13.033Z Compiling anstyle v1.0.14
6952026-03-26T04:04:13.059Z Compiling is_terminal_polyfill v1.70.2
6962026-03-26T04:04:13.102Z Compiling colorchoice v1.0.5
6972026-03-26T04:04:13.151Z Compiling color-spantrace v0.3.0
6982026-03-26T04:04:13.181Z Compiling unicode-xid v0.2.6
6992026-03-26T04:04:13.219Z Compiling unicase v2.9.0
7002026-03-26T04:04:13.291Z Compiling cargo-util-schemas v0.2.0
7012026-03-26T04:04:13.316Z Compiling anstream v1.0.0
7022026-03-26T04:04:13.380Z Compiling document-features v0.2.12
7032026-03-26T04:04:13.485Z Compiling guppy v0.17.25
7042026-03-26T04:04:13.507Z Compiling tinyvec v1.11.0
7052026-03-26T04:04:13.811Z Compiling indicatif v0.17.11
7062026-03-26T04:04:13.927Z Compiling globset v0.4.18
7072026-03-26T04:04:13.939Z Compiling chrono v0.4.44
7082026-03-26T04:04:14.806Z Compiling tar v0.4.45
7092026-03-26T04:04:15.198Z Compiling pin-project v1.1.11
7102026-03-26T04:04:15.301Z Compiling strip-ansi-escapes v0.2.1
7112026-03-26T04:04:15.693Z Compiling nextest-metadata v0.12.2
7122026-03-26T04:04:15.805Z Compiling newtype-uuid v1.3.2
7132026-03-26T04:04:15.997Z Compiling toml v1.1.0+spec-1.1.0
7142026-03-26T04:04:16.932Z Compiling reqwest v0.12.28
7152026-03-26T04:04:17.128Z Compiling rand_chacha v0.9.0
7162026-03-26T04:04:17.280Z Compiling futures v0.3.32
7172026-03-26T04:04:17.365Z Compiling derive_more v2.1.1
7182026-03-26T04:04:17.390Z Compiling digest v0.10.7
7192026-03-26T04:04:17.448Z Compiling parking_lot v0.12.5
7202026-03-26T04:04:17.615Z Compiling flate2 v1.1.9
7212026-03-26T04:04:17.678Z Compiling tracing-error v0.2.1
7222026-03-26T04:04:17.915Z Compiling shared_child v1.1.1
7232026-03-26T04:04:18.360Z Compiling signal-hook-mio v0.2.5
7242026-03-26T04:04:18.492Z Compiling self-replace v1.5.0
7252026-03-26T04:04:18.587Z Compiling cargo-platform v0.2.0
7262026-03-26T04:04:18.785Z Compiling quick-xml v0.38.4
7272026-03-26T04:04:19.143Z Compiling quick-xml v0.37.5
7282026-03-26T04:04:19.195Z Compiling indenter v0.3.4
7292026-03-26T04:04:19.324Z Compiling humantime v2.3.0
7302026-03-26T04:04:19.458Z Compiling heck v0.5.0
7312026-03-26T04:04:19.661Z Compiling cpufeatures v0.2.17
7322026-03-26T04:04:19.737Z Compiling urlencoding v2.1.3
7332026-03-26T04:04:19.974Z Compiling strsim v0.11.1
7342026-03-26T04:04:20.005Z Compiling shell-words v1.1.1
7352026-03-26T04:04:20.407Z Compiling clap_lex v1.1.0
7362026-03-26T04:04:20.476Z Compiling recursion v0.5.4
7372026-03-26T04:04:20.617Z Compiling nextest-filtering v0.15.0
7382026-03-26T04:04:20.661Z Compiling clap_builder v4.6.0
7392026-03-26T04:04:20.769Z Compiling clap_derive v4.6.0
7402026-03-26T04:04:20.853Z Compiling sha2 v0.10.9
7412026-03-26T04:04:22.068Z Compiling humantime-serde v1.1.1
7422026-03-26T04:04:22.228Z Compiling quick-junit v0.5.2
7432026-03-26T04:04:23.008Z Compiling atomicwrites v0.4.4
7442026-03-26T04:04:23.300Z Compiling cargo_metadata v0.20.0
7452026-03-26T04:04:24.523Z Compiling cargo-nextest v0.9.97
7462026-03-26T04:04:24.827Z Compiling crossterm v0.29.0
7472026-03-26T04:04:26.159Z Compiling duct v0.13.7
7482026-03-26T04:04:26.698Z Compiling zstd v0.13.3
7492026-03-26T04:04:27.130Z Compiling async-scoped v0.9.0
7502026-03-26T04:04:27.322Z Compiling rand v0.9.2
7512026-03-26T04:04:27.334Z Compiling config v0.15.22
7522026-03-26T04:04:27.534Z Compiling unicode-normalization v0.1.25
7532026-03-26T04:04:27.897Z Compiling target-spec-miette v0.4.5
7542026-03-26T04:04:28.013Z Compiling future-queue v0.4.0
7552026-03-26T04:04:28.070Z Compiling mukti-metadata v0.3.0
7562026-03-26T04:04:28.102Z Compiling tokio-stream v0.1.18
7572026-03-26T04:04:28.296Z Compiling camino-tempfile v1.4.1
7582026-03-26T04:04:28.315Z Compiling derive-where v1.6.1
7592026-03-26T04:04:28.356Z Compiling serde_path_to_error v0.1.20
7602026-03-26T04:04:28.559Z Compiling serde_ignored v0.1.14
7612026-03-26T04:04:28.631Z Compiling home v0.5.12
7622026-03-26T04:04:28.730Z Compiling swrite v0.1.0
7632026-03-26T04:04:28.776Z Compiling xxhash-rust v0.8.15
7642026-03-26T04:04:28.798Z Compiling indent_write v2.2.0
7652026-03-26T04:04:28.835Z Compiling hex v0.4.3
7662026-03-26T04:04:28.917Z Compiling color-eyre v0.6.5
7672026-03-26T04:04:28.954Z Compiling clap v4.6.0
7682026-03-26T04:04:28.980Z Compiling dialoguer v0.11.0
7692026-03-26T04:04:29.052Z Compiling enable-ansi-support v0.2.1
7702026-03-26T04:04:29.539Z Compiling nextest-runner v0.80.0
7712026-03-26T04:04:47.664Z Finished `release` profile [optimized] target(s) in 1m 11s
7722026-03-26T04:04:47.839Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-03-26T04:04:47.842Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-03-26T04:04:47.958Z+ pushd bgp
7752026-03-26T04:04:47.961Z+ pfexec cargo nextest run
7762026-03-26T04:04:47.961Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7772026-03-26T04:04:48.113Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-03-26T04:04:48.773ZFrom https://github.com/oxidecomputer/falcon
7792026-03-26T04:04:48.773Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-03-26T04:04:48.849Z Updating crates.io index
7812026-03-26T04:04:48.890Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-03-26T04:04:49.614ZFrom https://github.com/oxidecomputer/dendrite
7832026-03-26T04:04:49.614Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-03-26T04:04:49.704Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-03-26T04:04:49.953ZFrom https://github.com/oxidecomputer/ispf
7862026-03-26T04:04:49.954Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-03-26T04:04:49.959Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-03-26T04:04:50.314ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-03-26T04:04:50.314Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-03-26T04:04:50.323Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-03-26T04:04:57.625ZFrom https://github.com/oxidecomputer/omicron
7922026-03-26T04:04:57.625Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7932026-03-26T04:04:58.053Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-03-26T04:04:58.621ZFrom https://github.com/oxidecomputer/opte
7952026-03-26T04:04:58.621Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7962026-03-26T04:04:58.804Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-03-26T04:04:59.056ZFrom https://github.com/illumos/smf-rs
7982026-03-26T04:04:59.056Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-03-26T04:04:59.227Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-03-26T04:04:59.496ZFrom https://github.com/oxidecomputer/network-interface
8012026-03-26T04:04:59.496Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-03-26T04:04:59.522Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-03-26T04:04:59.786ZFrom https://github.com/oxidecomputer/zone
8042026-03-26T04:04:59.786Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-03-26T04:04:59.791Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-03-26T04:05:00.955ZFrom https://github.com/oxidecomputer/propolis
8072026-03-26T04:05:00.956Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-03-26T04:05:01.018Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-03-26T04:05:01.519ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-03-26T04:05:01.519Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-03-26T04:05:01.658Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-03-26T04:05:01.917ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-03-26T04:05:01.917Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-03-26T04:05:01.922Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-03-26T04:05:02.198ZFrom https://github.com/jmesmon/rust-libzfs
8162026-03-26T04:05:02.198Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-03-26T04:05:02.206Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-03-26T04:05:02.457ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-03-26T04:05:02.457Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-03-26T04:05:02.499Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-03-26T04:05:02.951ZFrom https://github.com/oxidecomputer/lldp
8222026-03-26T04:05:02.951Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-03-26T04:05:03.063Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-03-26T04:05:03.371ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-03-26T04:05:03.371Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-03-26T04:05:03.377Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-03-26T04:05:03.670ZFrom https://github.com/oxidecomputer/tufaceous
8282026-03-26T04:05:03.671Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-03-26T04:05:03.781Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-03-26T04:05:04.232ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-03-26T04:05:04.232Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-03-26T04:05:04.258Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-03-26T04:05:05.157ZFrom https://github.com/oxidecomputer/crucible
8342026-03-26T04:05:05.157Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-03-26T04:05:05.393Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-03-26T04:05:05.641ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-03-26T04:05:05.641Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-03-26T04:05:05.661Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-03-26T04:05:06.039ZFrom https://github.com/oxidecomputer/propolis
8402026-03-26T04:05:06.039Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-03-26T04:05:06.404Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-03-26T04:05:06.664ZFrom https://github.com/oxidecomputer/tofino
8432026-03-26T04:05:06.664Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-03-26T04:05:06.684Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-03-26T04:05:07.226ZFrom https://github.com/oxidecomputer/maghemite
8462026-03-26T04:05:07.226Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-03-26T04:05:07.283Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-03-26T04:05:07.536ZFrom https://github.com/oxidecomputer/clickward
8492026-03-26T04:05:07.536Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-03-26T04:05:07.547Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-03-26T04:05:07.811ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-03-26T04:05:07.811Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-03-26T04:05:08.047Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-03-26T04:05:08.346ZFrom https://github.com/oxidecomputer/crucible
8552026-03-26T04:05:08.346Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-03-26T04:05:09.355Z Downloading crates ...
8572026-03-26T04:05:09.462Z Downloaded aead v0.5.2
8582026-03-26T04:05:09.471Z Downloaded crc8 v0.1.1
8592026-03-26T04:05:09.474Z Downloaded base16ct v1.0.0
8602026-03-26T04:05:09.479Z Downloaded defmt v1.0.1
8612026-03-26T04:05:09.482Z Downloaded dtrace-parser v0.3.0
8622026-03-26T04:05:09.482Z Downloaded crossbeam-utils v0.8.21
8632026-03-26T04:05:09.482Z Downloaded bitflags v1.3.2
8642026-03-26T04:05:09.485Z Downloaded crypto-bigint v0.5.5
8652026-03-26T04:05:09.487Z Downloaded httpdate v1.0.3
8662026-03-26T04:05:09.490Z Downloaded ciborium-ll v0.2.2
8672026-03-26T04:05:09.490Z Downloaded heck v0.4.1
8682026-03-26T04:05:09.490Z Downloaded dof v0.4.0
8692026-03-26T04:05:09.493Z Downloaded async-recursion v1.1.1
8702026-03-26T04:05:09.493Z Downloaded foldhash v0.2.0
8712026-03-26T04:05:09.496Z Downloaded async-stream-impl v0.3.6
8722026-03-26T04:05:09.496Z Downloaded newtype_derive v0.1.6
8732026-03-26T04:05:09.500Z Downloaded num_enum_derive v0.5.11
8742026-03-26T04:05:09.503Z Downloaded libsw v3.5.0
8752026-03-26T04:05:09.503Z Downloaded indicatif v0.18.4
8762026-03-26T04:05:09.506Z Downloaded highway v1.3.0
8772026-03-26T04:05:09.506Z Downloaded defmt v0.3.100
8782026-03-26T04:05:09.509Z Downloaded expectorate v1.2.0
8792026-03-26T04:05:09.509Z Downloaded blake2 v0.10.6
8802026-03-26T04:05:09.512Z Downloaded memmap v0.7.0
8812026-03-26T04:05:09.512Z Downloaded icu_normalizer v2.1.1
8822026-03-26T04:05:09.515Z Downloaded libscf-sys v1.1.0
8832026-03-26T04:05:09.515Z Downloaded fs-err v3.3.0
8842026-03-26T04:05:09.515Z Downloaded foreign-types v0.5.0
8852026-03-26T04:05:09.518Z Downloaded compression-core v0.4.31
8862026-03-26T04:05:09.518Z Downloaded cmake v0.1.57
8872026-03-26T04:05:09.518Z Downloaded num_enum v0.5.11
8882026-03-26T04:05:09.522Z Downloaded ff v0.13.1
8892026-03-26T04:05:09.525Z Downloaded omicron-zone-package v0.12.2
8902026-03-26T04:05:09.525Z Downloaded git-stub-vcs v0.1.0
8912026-03-26T04:05:09.525Z Downloaded linked-hash-map v0.5.6
8922026-03-26T04:05:09.527Z Downloaded idna_adapter v1.2.1
8932026-03-26T04:05:09.528Z Downloaded group v0.13.0
8942026-03-26T04:05:09.528Z Downloaded backon v1.6.0
8952026-03-26T04:05:09.530Z Downloaded hmac v0.12.1
8962026-03-26T04:05:09.530Z Downloaded oxnet v0.1.4
8972026-03-26T04:05:09.533Z Downloaded daft v0.1.5
8982026-03-26T04:05:09.533Z Downloaded fixedbitset v0.4.2
8992026-03-26T04:05:09.533Z Downloaded cipher v0.4.4
9002026-03-26T04:05:09.536Z Downloaded chacha20 v0.10.0
9012026-03-26T04:05:09.536Z Downloaded cookie v0.18.1
9022026-03-26T04:05:09.539Z Downloaded hubpack_derive v0.1.1
9032026-03-26T04:05:09.539Z Downloaded hostname v0.3.1
9042026-03-26T04:05:09.539Z Downloaded newtype-uuid-macros v0.1.0
9052026-03-26T04:05:09.543Z Downloaded mime v0.3.17
9062026-03-26T04:05:09.544Z Downloaded async-stream v0.3.6
9072026-03-26T04:05:09.544Z Downloaded cstr-argument v0.1.2
9082026-03-26T04:05:09.547Z Downloaded hostname v0.4.2
9092026-03-26T04:05:09.547Z Downloaded foreign-types-macros v0.2.3
9102026-03-26T04:05:09.547Z Downloaded aws-lc-rs v1.16.2
9112026-03-26T04:05:09.551Z Downloaded natord v1.0.9
9122026-03-26T04:05:09.555Z Downloaded gethostname v0.5.0
9132026-03-26T04:05:09.555Z Downloaded darling v0.23.0
9142026-03-26T04:05:09.555Z Downloaded const-random-macro v0.1.16
9152026-03-26T04:05:09.558Z Downloaded ingot v0.1.1
9162026-03-26T04:05:09.558Z Downloaded foreign-types-shared v0.3.1
9172026-03-26T04:05:09.561Z Downloaded icu_collections v2.1.1
9182026-03-26T04:05:09.564Z Downloaded dyn-clone v1.0.20
9192026-03-26T04:05:09.567Z Downloaded dtrace-parser v0.2.0
9202026-03-26T04:05:09.567Z Downloaded argon2 v0.5.3
9212026-03-26T04:05:09.567Z Downloaded dropshot-api-manager-types v0.7.0
9222026-03-26T04:05:09.570Z Downloaded ciborium-io v0.2.2
9232026-03-26T04:05:09.573Z Downloaded olpc-cjson v0.1.4
9242026-03-26T04:05:09.573Z Downloaded cobs v0.3.0
9252026-03-26T04:05:09.577Z Downloaded base16ct v0.2.0
9262026-03-26T04:05:09.580Z Downloaded const-random v0.1.18
9272026-03-26T04:05:09.580Z Downloaded dof v0.3.0
9282026-03-26T04:05:09.583Z Downloaded macaddr v1.0.1
9292026-03-26T04:05:09.586Z Downloaded omicron-workspace-hack v0.1.0
9302026-03-26T04:05:09.586Z Downloaded num-iter v0.1.45
9312026-03-26T04:05:09.586Z Downloaded no-std-compat v0.4.1
9322026-03-26T04:05:09.589Z Downloaded darling_macro v0.23.0
9332026-03-26T04:05:09.589Z Downloaded arrayref v0.3.9
9342026-03-26T04:05:09.593Z Downloaded managed v0.8.0
9352026-03-26T04:05:09.593Z Downloaded ingot-types v0.1.2
9362026-03-26T04:05:09.595Z Downloaded num-rational v0.4.2
9372026-03-26T04:05:09.595Z Downloaded crossbeam-deque v0.8.6
9382026-03-26T04:05:09.595Z Downloaded linear-map v1.2.0
9392026-03-26T04:05:09.598Z Downloaded defmt-macros v1.0.1
9402026-03-26T04:05:09.598Z Downloaded num-derive v0.4.2
9412026-03-26T04:05:09.601Z Downloaded num-conv v0.2.0
9422026-03-26T04:05:09.601Z Downloaded ident_case v1.0.1
9432026-03-26T04:05:09.601Z Downloaded ipnetwork v0.21.1
9442026-03-26T04:05:09.604Z Downloaded powerfmt v0.2.0
9452026-03-26T04:05:09.604Z Downloaded arc-swap v1.9.0
9462026-03-26T04:05:09.607Z Downloaded potential_utf v0.1.4
9472026-03-26T04:05:09.611Z Downloaded crucible-workspace-hack v0.1.0
9482026-03-26T04:05:09.614Z Downloaded paste v1.0.15
9492026-03-26T04:05:09.614Z Downloaded parking_lot_core v0.8.6
9502026-03-26T04:05:09.617Z Downloaded dunce v1.0.5
9512026-03-26T04:05:09.617Z Downloaded bit-set v0.8.0
9522026-03-26T04:05:09.617Z Downloaded cpufeatures v0.3.0
9532026-03-26T04:05:09.620Z Downloaded convert_case v0.4.0
9542026-03-26T04:05:09.626Z Downloaded hash32 v0.3.1
9552026-03-26T04:05:09.626Z Downloaded displaydoc v0.2.5
9562026-03-26T04:05:09.629Z Downloaded embedded-io v0.6.1
9572026-03-26T04:05:09.629Z Downloaded bcs v0.1.6
9582026-03-26T04:05:09.632Z Downloaded parse-display v0.10.0
9592026-03-26T04:05:09.632Z Downloaded proc-macro-crate v3.5.0
9602026-03-26T04:05:09.632Z Downloaded defmt-parser v1.0.0
9612026-03-26T04:05:09.637Z Downloaded darling_macro v0.21.3
9622026-03-26T04:05:09.637Z Downloaded crunchy v0.2.4
9632026-03-26T04:05:09.643Z Downloaded opaque-debug v0.3.1
9642026-03-26T04:05:09.643Z Downloaded chacha20 v0.9.1
9652026-03-26T04:05:09.643Z Downloaded progenitor-macro v0.11.2
9662026-03-26T04:05:09.646Z Downloaded progenitor-client v0.11.2
9672026-03-26T04:05:09.646Z Downloaded num v0.4.3
9682026-03-26T04:05:09.646Z Downloaded constant_time_eq v0.4.2
9692026-03-26T04:05:09.646Z Downloaded derive-ex v0.1.8
9702026-03-26T04:05:09.649Z Downloaded num_enum_derive v0.7.6
9712026-03-26T04:05:09.649Z Downloaded phf v0.12.1
9722026-03-26T04:05:09.652Z Downloaded libsw-core v0.3.2
9732026-03-26T04:05:09.652Z Downloaded embedded-io v0.4.0
9742026-03-26T04:05:09.657Z Downloaded poly1305 v0.8.0
9752026-03-26T04:05:09.657Z Downloaded critical-section v1.2.0
9762026-03-26T04:05:09.657Z Downloaded progenitor-macro v0.13.0
9772026-03-26T04:05:09.657Z Downloaded plain v0.2.3
9782026-03-26T04:05:09.657Z Downloaded keccak v0.1.6
9792026-03-26T04:05:09.660Z Downloaded arrayvec v0.7.6
9802026-03-26T04:05:09.660Z Downloaded memoffset v0.9.1
9812026-03-26T04:05:09.660Z Downloaded proc-macro-error-attr2 v2.0.0
9822026-03-26T04:05:09.660Z Downloaded proc-macro-error-attr v1.0.4
9832026-03-26T04:05:09.673Z Downloaded phf_shared v0.12.1
9842026-03-26T04:05:09.673Z Downloaded quick-error v1.2.3
9852026-03-26T04:05:09.673Z Downloaded backoff v0.4.0
9862026-03-26T04:05:09.677Z Downloaded newline-converter v0.3.0
9872026-03-26T04:05:09.677Z Downloaded lru-cache v0.1.2
9882026-03-26T04:05:09.677Z Downloaded cancel-safe-futures v0.1.5
9892026-03-26T04:05:09.677Z Downloaded hubpack v0.1.2
9902026-03-26T04:05:09.677Z Downloaded memmap2 v0.9.10
9912026-03-26T04:05:09.677Z Downloaded deranged v0.5.8
9922026-03-26T04:05:09.677Z Downloaded hickory-resolver v0.24.4
9932026-03-26T04:05:09.677Z Downloaded byte-wrapper v0.1.0
9942026-03-26T04:05:09.677Z Downloaded data-encoding v2.10.0
9952026-03-26T04:05:09.677Z Downloaded const_format_proc_macros v0.2.34
9962026-03-26T04:05:09.681Z Downloaded ingot-macros v0.1.1
9972026-03-26T04:05:09.681Z Downloaded daft-derive v0.1.5
9982026-03-26T04:05:09.684Z Downloaded hickory-resolver v0.25.2
9992026-03-26T04:05:09.684Z Downloaded rand_chacha v0.3.1
10002026-03-26T04:05:09.690Z Downloaded num_threads v0.1.7
10012026-03-26T04:05:09.690Z Downloaded match_cfg v0.1.0
10022026-03-26T04:05:09.690Z Downloaded async-trait v0.1.89
10032026-03-26T04:05:09.690Z Downloaded git-stub v1.0.0
10042026-03-26T04:05:09.690Z Downloaded fxhash v0.2.1
10052026-03-26T04:05:09.690Z Downloaded crossbeam-channel v0.5.15
10062026-03-26T04:05:09.693Z Downloaded progenitor-macro v0.10.0
10072026-03-26T04:05:09.693Z Downloaded inout v0.1.4
10082026-03-26T04:05:09.696Z Downloaded ref-cast v1.0.25
10092026-03-26T04:05:09.696Z Downloaded rustc_version v0.1.7
10102026-03-26T04:05:09.696Z Downloaded parse-display-derive v0.10.0
10112026-03-26T04:05:09.700Z Downloaded oxide-tokio-rt v0.1.3
10122026-03-26T04:05:09.700Z Downloaded enum-as-inner v0.6.1
10132026-03-26T04:05:09.700Z Downloaded progenitor v0.13.0
10142026-03-26T04:05:09.703Z Downloaded glob v0.3.3
10152026-03-26T04:05:09.703Z Downloaded instant v0.1.13
10162026-03-26T04:05:09.703Z Downloaded num_enum v0.7.6
10172026-03-26T04:05:09.706Z Downloaded proc-macro-crate v1.3.1
10182026-03-26T04:05:09.706Z Downloaded ref-cast-impl v1.0.25
10192026-03-26T04:05:09.709Z Downloaded proc-macro-error v1.0.4
10202026-03-26T04:05:09.709Z Downloaded same-file v1.0.6
10212026-03-26T04:05:09.710Z Downloaded progenitor-client v0.10.0
10222026-03-26T04:05:09.713Z Downloaded litemap v0.8.1
10232026-03-26T04:05:09.713Z Downloaded progenitor-client v0.13.0
10242026-03-26T04:05:09.713Z Downloaded num-derive v0.3.3
10252026-03-26T04:05:09.716Z Downloaded internet-checksum v0.2.1
10262026-03-26T04:05:09.716Z Downloaded is-terminal v0.4.17
10272026-03-26T04:05:09.716Z Downloaded float-ord v0.3.2
10282026-03-26T04:05:09.716Z Downloaded bytecount v0.6.9
10292026-03-26T04:05:09.721Z Downloaded bit-vec v0.8.0
10302026-03-26T04:05:09.721Z Downloaded pretty-hex v0.4.2
10312026-03-26T04:05:09.721Z Downloaded scroll_derive v0.12.1
10322026-03-26T04:05:09.721Z Downloaded console v0.16.3
10332026-03-26T04:05:09.721Z Downloaded compression-codecs v0.4.37
10342026-03-26T04:05:09.724Z Downloaded rand_xorshift v0.4.0
10352026-03-26T04:05:09.724Z Downloaded darling v0.21.3
10362026-03-26T04:05:09.727Z Downloaded sigpipe v0.1.3
10372026-03-26T04:05:09.732Z Downloaded csv-core v0.1.13
10382026-03-26T04:05:09.732Z Downloaded ciborium v0.2.2
10392026-03-26T04:05:09.732Z Downloaded progenitor v0.10.0
10402026-03-26T04:05:09.736Z Downloaded password-hash v0.5.0
10412026-03-26T04:05:09.736Z Downloaded erased-serde v0.3.31
10422026-03-26T04:05:09.739Z Downloaded byteorder v1.5.0
10432026-03-26T04:05:09.743Z Downloaded semver v0.1.20
10442026-03-26T04:05:09.746Z Downloaded multer v3.1.0
10452026-03-26T04:05:09.746Z Downloaded icu_normalizer_data v2.1.1
10462026-03-26T04:05:09.750Z Downloaded scroll_derive v0.13.1
10472026-03-26T04:05:09.750Z Downloaded cargo_toml v0.22.3
10482026-03-26T04:05:09.750Z Downloaded icu_locale_core v2.1.1
10492026-03-26T04:05:09.753Z Downloaded slog-envlogger v2.2.0
10502026-03-26T04:05:09.756Z Downloaded diff v0.1.13
10512026-03-26T04:05:09.756Z Downloaded resolv-conf v0.7.6
10522026-03-26T04:05:09.756Z Downloaded drift v0.1.3
10532026-03-26T04:05:09.759Z Downloaded pest_generator v2.8.6
10542026-03-26T04:05:09.764Z Downloaded num-integer v0.1.46
10552026-03-26T04:05:09.764Z Downloaded fs_extra v1.3.0
10562026-03-26T04:05:09.764Z Downloaded serial_test_derive v3.4.0
10572026-03-26T04:05:09.764Z Downloaded secrecy v0.10.3
10582026-03-26T04:05:09.767Z Downloaded progenitor-extras v0.1.1
10592026-03-26T04:05:09.767Z Downloaded anyhow v1.0.102
10602026-03-26T04:05:09.770Z Downloaded schemars_derive v0.8.22
10612026-03-26T04:05:09.770Z Downloaded smawk v0.3.2
10622026-03-26T04:05:09.770Z Downloaded progenitor v0.11.2
10632026-03-26T04:05:09.770Z Downloaded rusty-fork v0.3.1
10642026-03-26T04:05:09.773Z Downloaded rustversion v1.0.22
10652026-03-26T04:05:09.773Z Downloaded stable_deref_trait v1.2.1
10662026-03-26T04:05:09.776Z Downloaded colored v3.1.1
10672026-03-26T04:05:09.776Z Downloaded serial_test v3.4.0
10682026-03-26T04:05:09.776Z Downloaded serde_plain v1.0.2
10692026-03-26T04:05:09.779Z Downloaded sha1 v0.10.6
10702026-03-26T04:05:09.779Z Downloaded proc-macro-error2 v2.0.1
10712026-03-26T04:05:09.783Z Downloaded rustls-pemfile v2.2.0
10722026-03-26T04:05:09.783Z Downloaded rand_core v0.10.0
10732026-03-26T04:05:09.786Z Downloaded papergrid v0.11.0
10742026-03-26T04:05:09.786Z Downloaded derive_more v0.99.20
10752026-03-26T04:05:09.788Z Downloaded structmeta v0.3.0
10762026-03-26T04:05:09.792Z Downloaded spin v0.5.2
10772026-03-26T04:05:09.792Z Downloaded allocator-api2 v0.2.21
10782026-03-26T04:05:09.792Z Downloaded thread-id v4.2.2
10792026-03-26T04:05:09.796Z Downloaded siphasher v1.0.2
10802026-03-26T04:05:09.796Z Downloaded testing_table v0.3.0
10812026-03-26T04:05:09.796Z Downloaded itertools v0.12.1
10822026-03-26T04:05:09.799Z Downloaded hashbrown v0.12.3
10832026-03-26T04:05:09.802Z Downloaded dropshot_endpoint v0.16.7
10842026-03-26T04:05:09.807Z Downloaded elliptic-curve v0.13.8
10852026-03-26T04:05:09.810Z Downloaded time-core v0.1.8
10862026-03-26T04:05:09.810Z Downloaded tabled_derive v0.7.0
10872026-03-26T04:05:09.810Z Downloaded sdd v3.0.10
10882026-03-26T04:05:09.813Z Downloaded thread-id v5.1.0
10892026-03-26T04:05:09.813Z Downloaded serde_derive_internals v0.29.1
10902026-03-26T04:05:09.816Z Downloaded num-complex v0.4.6
10912026-03-26T04:05:09.816Z Downloaded dropshot_endpoint v0.17.0
10922026-03-26T04:05:09.816Z Downloaded tabled_derive v0.11.0
10932026-03-26T04:05:09.820Z Downloaded unit-prefix v0.5.2
10942026-03-26T04:05:09.820Z Downloaded thiserror-impl-no-std v2.0.2
10952026-03-26T04:05:09.821Z Downloaded strum v0.26.3
10962026-03-26T04:05:09.824Z Downloaded serde_tokenstream v0.2.3
10972026-03-26T04:05:09.824Z Downloaded termtree v0.5.1
10982026-03-26T04:05:09.824Z Downloaded slog-bunyan v2.5.0
10992026-03-26T04:05:09.824Z Downloaded structmeta-derive v0.3.0
11002026-03-26T04:05:09.827Z Downloaded tabwriter v1.4.1
11012026-03-26T04:05:09.830Z Downloaded serde_repr v0.1.20
11022026-03-26T04:05:09.830Z Downloaded rustls-native-certs v0.8.3
11032026-03-26T04:05:09.830Z Downloaded slog-async v2.8.0
11042026-03-26T04:05:09.834Z Downloaded pem v3.0.6
11052026-03-26T04:05:09.834Z Downloaded parking_lot v0.11.2
11062026-03-26T04:05:09.834Z Downloaded pest_derive v2.8.6
11072026-03-26T04:05:09.838Z Downloaded strum_macros v0.27.2
11082026-03-26T04:05:09.838Z Downloaded typify-macro v0.4.3
11092026-03-26T04:05:09.838Z Downloaded topological-sort v0.2.2
11102026-03-26T04:05:09.838Z Downloaded unarray v0.1.4
11112026-03-26T04:05:09.841Z Downloaded snafu-derive v0.8.9
11122026-03-26T04:05:09.841Z Downloaded serde-big-array v0.5.1
11132026-03-26T04:05:09.841Z Downloaded smf v0.2.3
11142026-03-26T04:05:09.841Z Downloaded slog-scope v4.4.1
11152026-03-26T04:05:09.841Z Downloaded scroll v0.12.0
11162026-03-26T04:05:09.844Z Downloaded strum_macros v0.26.4
11172026-03-26T04:05:09.848Z Downloaded postcard v1.1.3
11182026-03-26T04:05:09.848Z Downloaded icu_provider v2.1.1
11192026-03-26T04:05:09.852Z Downloaded indexmap v1.9.3
11202026-03-26T04:05:09.852Z Downloaded papergrid v0.17.0
11212026-03-26T04:05:09.855Z Downloaded slog-json v2.6.1
11222026-03-26T04:05:09.855Z Downloaded progenitor-impl v0.11.2
11232026-03-26T04:05:09.858Z Downloaded typify-macro v0.6.1
11242026-03-26T04:05:09.858Z Downloaded crossbeam-epoch v0.9.18
11252026-03-26T04:05:09.858Z Downloaded icu_properties v2.1.2
11262026-03-26T04:05:09.861Z Downloaded universal-hash v0.5.1
11272026-03-26T04:05:09.862Z Downloaded chacha20poly1305 v0.10.1
11282026-03-26T04:05:09.865Z Downloaded slog-dtrace v0.3.0
11292026-03-26T04:05:09.868Z Downloaded usdt-macro v0.6.0
11302026-03-26T04:05:09.876Z Downloaded usdt-attr-macro v0.6.0
11312026-03-26T04:05:09.880Z Downloaded waitgroup v0.1.2
11322026-03-26T04:05:09.883Z Downloaded strum v0.27.2
11332026-03-26T04:05:09.883Z Downloaded slog-term v2.9.2
11342026-03-26T04:05:09.886Z Downloaded zeroize_derive v1.4.3
11352026-03-26T04:05:09.886Z Downloaded tiny-keccak v2.0.2
11362026-03-26T04:05:09.886Z Downloaded usdt v0.6.0
11372026-03-26T04:05:09.889Z Downloaded rhai_codegen v3.1.0
11382026-03-26T04:05:09.892Z Downloaded tokio-dtrace v0.1.1
11392026-03-26T04:05:09.892Z Downloaded thiserror-no-std v2.0.2
11402026-03-26T04:05:09.896Z Downloaded zerofrom-derive v0.1.6
11412026-03-26T04:05:09.896Z Downloaded prettyplease v0.2.37
11422026-03-26T04:05:09.899Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-03-26T04:05:09.899Z Downloaded tokio-rustls v0.25.0
11442026-03-26T04:05:09.899Z Downloaded pretty_assertions v1.4.1
11452026-03-26T04:05:09.902Z Downloaded const_format v0.2.35
11462026-03-26T04:05:09.902Z Downloaded progenitor-impl v0.13.0
11472026-03-26T04:05:09.905Z Downloaded base64 v0.21.7
11482026-03-26T04:05:09.908Z Downloaded usdt-impl v0.5.0
11492026-03-26T04:05:09.908Z Downloaded tokio-tungstenite v0.21.0
11502026-03-26T04:05:09.908Z Downloaded time-macros v0.2.27
11512026-03-26T04:05:09.911Z Downloaded progenitor-impl v0.10.0
11522026-03-26T04:05:09.911Z Downloaded serde_with_macros v3.18.0
11532026-03-26T04:05:09.911Z Downloaded pest_meta v2.8.6
11542026-03-26T04:05:09.914Z Downloaded half v2.7.1
11552026-03-26T04:05:09.917Z Downloaded spin v0.9.8
11562026-03-26T04:05:09.917Z Downloaded darling_core v0.23.0
11572026-03-26T04:05:09.920Z Downloaded darling_core v0.21.3
11582026-03-26T04:05:09.922Z Downloaded vsss-rs v3.3.4
11592026-03-26T04:05:09.923Z Downloaded term v1.2.1
11602026-03-26T04:05:09.925Z Downloaded xz2 v0.1.7
11612026-03-26T04:05:09.925Z Downloaded utf-8 v0.7.6
11622026-03-26T04:05:09.928Z Downloaded scroll v0.13.0
11632026-03-26T04:05:09.928Z Downloaded minimal-lexical v0.2.1
11642026-03-26T04:05:09.933Z Downloaded schemars v0.8.22
11652026-03-26T04:05:09.938Z Downloaded zerofrom v0.1.6
11662026-03-26T04:05:09.943Z Downloaded writeable v0.6.2
11672026-03-26T04:05:09.943Z Downloaded zone_cfg_derive v0.3.1
11682026-03-26T04:05:09.943Z Downloaded whoami v1.6.1
11692026-03-26T04:05:09.943Z Downloaded walkdir v2.5.0
11702026-03-26T04:05:09.943Z Downloaded rustls-platform-verifier v0.6.2
11712026-03-26T04:05:09.946Z Downloaded thin-vec v0.2.14
11722026-03-26T04:05:09.946Z Downloaded rayon-core v1.13.0
11732026-03-26T04:05:09.946Z Downloaded zerovec-derive v0.11.2
11742026-03-26T04:05:09.946Z Downloaded usdt-impl v0.6.0
11752026-03-26T04:05:09.946Z Downloaded tinystr v0.8.2
11762026-03-26T04:05:09.949Z Downloaded async-compression v0.4.41
11772026-03-26T04:05:09.952Z Downloaded zone v0.3.1
11782026-03-26T04:05:09.952Z Downloaded smartstring v1.0.1
11792026-03-26T04:05:09.955Z Downloaded slog v2.8.2
11802026-03-26T04:05:09.955Z Downloaded rand v0.8.5
11812026-03-26T04:05:09.958Z Downloaded yoke-derive v0.8.1
11822026-03-26T04:05:09.961Z Downloaded usdt-attr-macro v0.5.0
11832026-03-26T04:05:09.961Z Downloaded tagptr v0.2.0
11842026-03-26T04:05:09.963Z Downloaded wait-timeout v0.2.1
11852026-03-26T04:05:09.966Z Downloaded similar v2.7.0
11862026-03-26T04:05:09.972Z Downloaded take_mut v0.2.2
11872026-03-26T04:05:09.975Z Downloaded usdt v0.5.0
11882026-03-26T04:05:09.978Z Downloaded usdt-macro v0.5.0
11892026-03-26T04:05:09.978Z Downloaded untrusted v0.7.1
11902026-03-26T04:05:09.981Z Downloaded serde_yaml v0.9.34+deprecated
11912026-03-26T04:05:09.983Z Downloaded qorb v0.4.1
11922026-03-26T04:05:09.986Z Downloaded slog-stdlog v4.1.1
11932026-03-26T04:05:09.986Z Downloaded yoke v0.8.1
11942026-03-26T04:05:09.986Z Downloaded heapless v0.8.0
11952026-03-26T04:05:09.989Z Downloaded unsafe-libyaml v0.2.11
11962026-03-26T04:05:09.992Z Downloaded synstructure v0.13.2
11972026-03-26T04:05:09.992Z Downloaded jiff-static v0.2.23
11982026-03-26T04:05:09.992Z Downloaded schemars v0.9.0
11992026-03-26T04:05:09.998Z Downloaded typify v0.4.3
12002026-03-26T04:05:10.001Z Downloaded ucd-trie v0.1.7
12012026-03-26T04:05:10.001Z Downloaded snafu v0.8.9
12022026-03-26T04:05:10.004Z Downloaded toml v0.9.12+spec-1.1.0
12032026-03-26T04:05:10.007Z Downloaded dropshot-api-manager v0.7.0
12042026-03-26T04:05:10.011Z Downloaded typify v0.6.1
12052026-03-26T04:05:10.018Z Downloaded schemars v1.2.1
12062026-03-26T04:05:10.026Z Downloaded nom v7.1.3
12072026-03-26T04:05:10.029Z Downloaded zerocopy-derive v0.7.35
12082026-03-26T04:05:10.032Z Downloaded toml_edit v0.25.8+spec-1.1.0
12092026-03-26T04:05:10.035Z Downloaded toml v0.7.8
12102026-03-26T04:05:10.038Z Downloaded goblin v0.8.2
12112026-03-26T04:05:10.038Z Downloaded rand v0.10.0
12122026-03-26T04:05:10.041Z Downloaded pest v2.8.6
12132026-03-26T04:05:10.044Z Downloaded icu_properties_data v2.1.2
12142026-03-26T04:05:10.048Z Downloaded zerotrie v0.2.3
12152026-03-26T04:05:10.051Z Downloaded yansi v1.0.1
12162026-03-26T04:05:10.054Z Downloaded toml_edit v0.19.15
12172026-03-26T04:05:10.061Z Downloaded test-strategy v0.4.5
12182026-03-26T04:05:10.064Z Downloaded steno v0.4.1
12192026-03-26T04:05:10.064Z Downloaded typed-path v0.9.3
12202026-03-26T04:05:10.067Z Downloaded tungstenite v0.21.0
12212026-03-26T04:05:10.070Z Downloaded nom v8.0.0
12222026-03-26T04:05:10.073Z Downloaded iddqd v0.3.17
12232026-03-26T04:05:10.095Z Downloaded hkdf v0.12.4
12242026-03-26T04:05:10.103Z Downloaded goblin v0.10.5
12252026-03-26T04:05:10.112Z Downloaded moka v0.12.15
12262026-03-26T04:05:10.117Z Downloaded libm v0.2.16
12272026-03-26T04:05:10.125Z Downloaded scc v2.4.0
12282026-03-26T04:05:10.133Z Downloaded reqwest v0.13.2
12292026-03-26T04:05:10.140Z Downloaded tough v0.20.0
12302026-03-26T04:05:10.144Z Downloaded zerocopy-derive v0.8.47
12312026-03-26T04:05:10.149Z Downloaded blake3 v1.8.3
12322026-03-26T04:05:10.153Z Downloaded rayon v1.11.0
12332026-03-26T04:05:10.158Z Downloaded winnow v0.5.40
12342026-03-26T04:05:10.169Z Downloaded zerocopy v0.7.35
12352026-03-26T04:05:10.178Z Downloaded rustls-webpki v0.102.8
12362026-03-26T04:05:10.189Z Downloaded proptest v1.11.0
12372026-03-26T04:05:10.193Z Downloaded zerovec v0.11.5
12382026-03-26T04:05:10.209Z Downloaded serde_with v3.18.0
12392026-03-26T04:05:10.216Z Downloaded tabled v0.20.0
12402026-03-26T04:05:10.226Z Downloaded time v0.3.47
12412026-03-26T04:05:10.232Z Downloaded tabled v0.15.0
12422026-03-26T04:05:10.248Z Downloaded syn v1.0.109
12432026-03-26T04:05:10.260Z Downloaded nix v0.31.2
12442026-03-26T04:05:10.288Z Downloaded hickory-proto v0.24.4
12452026-03-26T04:05:10.296Z Downloaded hickory-proto v0.25.2
12462026-03-26T04:05:10.304Z Downloaded rustls v0.22.4
12472026-03-26T04:05:10.328Z Downloaded rhai v1.24.0
12482026-03-26T04:05:10.335Z Downloaded typify-impl v0.6.1
12492026-03-26T04:05:10.343Z Downloaded regress v0.10.5
12502026-03-26T04:05:10.348Z Downloaded typify-impl v0.4.3
12512026-03-26T04:05:10.357Z Downloaded openapiv3 v2.2.0
12522026-03-26T04:05:10.363Z Downloaded dropshot v0.16.7
12532026-03-26T04:05:10.375Z Downloaded smoltcp v0.11.0
12542026-03-26T04:05:10.382Z Downloaded dropshot v0.17.0
12552026-03-26T04:05:10.405Z Downloaded sled v0.34.7
12562026-03-26T04:05:10.411Z Downloaded petgraph v0.6.5
12572026-03-26T04:05:10.423Z Downloaded lzma-sys v0.1.20
12582026-03-26T04:05:10.440Z Downloaded jiff v0.2.23
12592026-03-26T04:05:10.514Z Downloaded chrono-tz v0.10.4
12602026-03-26T04:05:10.546Z Downloaded csv v1.4.0
12612026-03-26T04:05:10.560Z Downloaded sha3 v0.10.8
12622026-03-26T04:05:10.623Z Downloaded encoding_rs v0.8.35
12632026-03-26T04:05:11.248Z Downloaded aws-lc-sys v0.39.0
12642026-03-26T04:05:12.125Z Compiling proc-macro2 v1.0.106
12652026-03-26T04:05:12.126Z Compiling quote v1.0.45
12662026-03-26T04:05:12.126Z Compiling unicode-ident v1.0.24
12672026-03-26T04:05:12.126Z Compiling serde_core v1.0.228
12682026-03-26T04:05:12.126Z Compiling cfg-if v1.0.4
12692026-03-26T04:05:12.129Z Compiling serde v1.0.228
12702026-03-26T04:05:12.129Z Compiling libc v0.2.183
12712026-03-26T04:05:12.129Z Compiling memchr v2.8.0
12722026-03-26T04:05:12.333Z Compiling itoa v1.0.18
12732026-03-26T04:05:12.507Z Compiling zmij v1.0.21
12742026-03-26T04:05:12.540Z Compiling autocfg v1.5.0
12752026-03-26T04:05:12.570Z Compiling libm v0.2.16
12762026-03-26T04:05:12.874Z Compiling version_check v0.9.5
12772026-03-26T04:05:12.894Z Compiling stable_deref_trait v1.2.1
12782026-03-26T04:05:12.965Z Compiling litemap v0.8.1
12792026-03-26T04:05:12.975Z Compiling writeable v0.6.2
12802026-03-26T04:05:13.081Z Compiling pin-project-lite v0.2.17
12812026-03-26T04:05:13.105Z Compiling icu_normalizer_data v2.1.1
12822026-03-26T04:05:13.133Z Compiling icu_properties_data v2.1.2
12832026-03-26T04:05:13.146Z Compiling percent-encoding v2.3.2
12842026-03-26T04:05:13.168Z Compiling iana-time-zone v0.1.65
12852026-03-26T04:05:13.409Z Compiling syn v2.0.117
12862026-03-26T04:05:13.430Z Compiling parking_lot_core v0.9.12
12872026-03-26T04:05:13.451Z Compiling equivalent v1.0.2
12882026-03-26T04:05:13.585Z Compiling scopeguard v1.2.0
12892026-03-26T04:05:13.595Z Compiling foldhash v0.2.0
12902026-03-26T04:05:13.615Z Compiling allocator-api2 v0.2.21
12912026-03-26T04:05:13.645Z Compiling form_urlencoded v1.2.2
12922026-03-26T04:05:13.689Z Compiling lock_api v0.4.14
12932026-03-26T04:05:13.758Z Compiling utf8_iter v1.0.4
12942026-03-26T04:05:13.823Z Compiling serde_json v1.0.149
12952026-03-26T04:05:13.845Z Compiling dyn-clone v1.0.20
12962026-03-26T04:05:13.905Z Compiling hashbrown v0.16.1
12972026-03-26T04:05:13.916Z Compiling num-traits v0.2.19
12982026-03-26T04:05:13.942Z Compiling log v0.4.29
12992026-03-26T04:05:13.985Z Compiling jobserver v0.1.34
13002026-03-26T04:05:14.059Z Compiling shlex v1.3.0
13012026-03-26T04:05:14.123Z Compiling find-msvc-tools v0.1.9
13022026-03-26T04:05:14.214Z Compiling futures-core v0.3.32
13032026-03-26T04:05:14.245Z Compiling zerocopy v0.8.47
13042026-03-26T04:05:14.319Z Compiling cc v1.2.57
13052026-03-26T04:05:14.361Z Compiling semver v1.0.27
13062026-03-26T04:05:14.512Z Compiling errno v0.3.14
13072026-03-26T04:05:14.524Z Compiling rand_core v0.10.0
13082026-03-26T04:05:14.661Z Compiling thiserror v2.0.18
13092026-03-26T04:05:14.678Z Compiling getrandom v0.4.2
13102026-03-26T04:05:14.678Z Compiling indexmap v2.13.0
13112026-03-26T04:05:14.934Z Compiling heck v0.5.0
13122026-03-26T04:05:15.148Z Compiling futures-sink v0.3.32
13132026-03-26T04:05:15.204Z Compiling slab v0.4.12
13142026-03-26T04:05:15.222Z Compiling fnv v1.0.7
13152026-03-26T04:05:15.249Z Compiling futures-channel v0.3.32
13162026-03-26T04:05:15.314Z Compiling uuid v1.22.0
13172026-03-26T04:05:15.342Z Compiling rustversion v1.0.22
13182026-03-26T04:05:15.374Z Compiling futures-io v0.3.32
13192026-03-26T04:05:15.484Z Compiling portable-atomic v1.13.1
13202026-03-26T04:05:15.532Z Compiling futures-task v0.3.32
13212026-03-26T04:05:15.554Z Compiling typenum v1.19.0
13222026-03-26T04:05:15.608Z Compiling schemars v0.8.22
13232026-03-26T04:05:15.704Z Compiling socket2 v0.6.3
13242026-03-26T04:05:15.740Z Compiling getrandom v0.2.17
13252026-03-26T04:05:15.858Z Compiling critical-section v1.2.0
13262026-03-26T04:05:15.916Z Compiling signal-hook-registry v1.4.8
13272026-03-26T04:05:15.937Z Compiling mio v1.1.1
13282026-03-26T04:05:15.957Z Compiling bitflags v2.11.0
13292026-03-26T04:05:16.150Z Compiling subtle v2.6.1
13302026-03-26T04:05:16.188Z Compiling byteorder v1.5.0
13312026-03-26T04:05:16.206Z Compiling untrusted v0.9.0
13322026-03-26T04:05:16.273Z Compiling base64 v0.22.1
13332026-03-26T04:05:16.310Z Compiling synstructure v0.13.2
13342026-03-26T04:05:16.322Z Compiling serde_derive_internals v0.29.1
13352026-03-26T04:05:16.410Z Compiling once_cell v1.21.4
13362026-03-26T04:05:16.442Z Compiling rand_core v0.6.4
13372026-03-26T04:05:16.481Z Compiling cmake v0.1.57
13382026-03-26T04:05:16.492Z Compiling dunce v1.0.5
13392026-03-26T04:05:16.585Z Compiling fs_extra v1.3.0
13402026-03-26T04:05:16.605Z Compiling rustix v1.1.4
13412026-03-26T04:05:16.614Z Compiling atomic-waker v1.1.2
13422026-03-26T04:05:16.659Z Compiling strsim v0.11.1
13432026-03-26T04:05:16.732Z Compiling httparse v1.10.1
13442026-03-26T04:05:16.804Z Compiling regex-syntax v0.8.10
13452026-03-26T04:05:16.815Z Compiling ipnet v2.12.0
13462026-03-26T04:05:16.829Z Compiling aws-lc-sys v0.39.0
13472026-03-26T04:05:17.053Z Compiling slog v2.8.2
13482026-03-26T04:05:17.064Z Compiling generic-array v0.14.7
13492026-03-26T04:05:17.105Z Compiling getrandom v0.3.4
13502026-03-26T04:05:17.148Z Compiling tower-service v0.3.3
13512026-03-26T04:05:17.239Z Compiling ucd-trie v0.1.7
13522026-03-26T04:05:17.264Z Compiling tower-layer v0.3.3
13532026-03-26T04:05:17.286Z Compiling thiserror v1.0.69
13542026-03-26T04:05:17.387Z Compiling pest v2.8.6
13552026-03-26T04:05:17.448Z Compiling try-lock v0.2.5
13562026-03-26T04:05:17.527Z Compiling serde_derive v1.0.228
13572026-03-26T04:05:17.540Z Compiling zerofrom-derive v0.1.6
13582026-03-26T04:05:17.550Z Compiling yoke-derive v0.8.1
13592026-03-26T04:05:17.593Z Compiling zerovec-derive v0.11.2
13602026-03-26T04:05:17.644Z Compiling displaydoc v0.2.5
13612026-03-26T04:05:17.745Z Compiling tokio-macros v2.6.1
13622026-03-26T04:05:18.416Z Compiling schemars_derive v0.8.22
13632026-03-26T04:05:18.545Z Compiling zerocopy-derive v0.8.47
13642026-03-26T04:05:18.615Z Compiling thiserror-impl v2.0.18
13652026-03-26T04:05:18.700Z Compiling zeroize_derive v1.4.3
13662026-03-26T04:05:18.703Z Compiling futures-macro v0.3.32
13672026-03-26T04:05:18.740Z Compiling zerofrom v0.1.6
13682026-03-26T04:05:18.861Z Compiling yoke v0.8.1
13692026-03-26T04:05:19.043Z Compiling zerovec v0.11.5
13702026-03-26T04:05:19.372Z Compiling zerotrie v0.2.3
13712026-03-26T04:05:19.496Z Compiling tinystr v0.8.2
13722026-03-26T04:05:19.527Z Compiling potential_utf v0.1.4
13732026-03-26T04:05:19.548Z Compiling zeroize v1.8.2
13742026-03-26T04:05:19.618Z Compiling futures-util v0.3.32
13752026-03-26T04:05:19.675Z Compiling icu_locale_core v2.1.1
13762026-03-26T04:05:19.691Z Compiling icu_collections v2.1.1
13772026-03-26T04:05:19.919Z Compiling thiserror-impl v1.0.69
13782026-03-26T04:05:20.195Z Compiling pest_meta v2.8.6
13792026-03-26T04:05:20.429Z Compiling icu_provider v2.1.1
13802026-03-26T04:05:20.598Z Compiling want v0.3.1
13812026-03-26T04:05:20.719Z Compiling bytes v1.11.1
13822026-03-26T04:05:20.730Z Compiling smallvec v1.15.1
13832026-03-26T04:05:20.757Z Compiling icu_properties v2.1.2
13842026-03-26T04:05:20.951Z Compiling icu_normalizer v2.1.1
13852026-03-26T04:05:21.046Z Compiling chrono v0.4.44
13862026-03-26T04:05:21.449Z Compiling http v1.4.0
13872026-03-26T04:05:21.528Z Compiling parking_lot v0.12.5
13882026-03-26T04:05:21.644Z Compiling idna_adapter v1.2.1
13892026-03-26T04:05:21.789Z Compiling idna v1.1.0
13902026-03-26T04:05:21.850Z Compiling tokio v1.50.0
13912026-03-26T04:05:21.916Z Compiling serde_tokenstream v0.2.3
13922026-03-26T04:05:21.930Z Compiling erased-serde v0.3.31
13932026-03-26T04:05:22.152Z Compiling url v2.5.8
13942026-03-26T04:05:22.403Z Compiling http-body v1.0.1
13952026-03-26T04:05:22.534Z Compiling httpdate v1.0.3
13962026-03-26T04:05:22.545Z Compiling pin-utils v0.1.0
13972026-03-26T04:05:22.610Z Compiling ryu v1.0.23
13982026-03-26T04:05:22.621Z Compiling pest_generator v2.8.6
13992026-03-26T04:05:22.785Z Compiling ppv-lite86 v0.2.21
14002026-03-26T04:05:22.807Z Compiling pretty-hex v0.4.2
14012026-03-26T04:05:22.846Z Compiling plain v0.2.3
14022026-03-26T04:05:22.937Z Compiling paste v1.0.15
14032026-03-26T04:05:22.949Z Compiling crypto-common v0.1.7
14042026-03-26T04:05:23.015Z Compiling ident_case v1.0.1
14052026-03-26T04:05:23.071Z Compiling omicron-workspace-hack v0.1.0
14062026-03-26T04:05:23.083Z Compiling tracing-attributes v0.1.31
14072026-03-26T04:05:23.131Z Compiling tracing-core v0.1.36
14082026-03-26T04:05:23.283Z Compiling pest_derive v2.8.6
14092026-03-26T04:05:23.420Z Compiling serde_urlencoded v0.7.1
14102026-03-26T04:05:23.663Z Compiling http-body-util v0.1.3
14112026-03-26T04:05:23.743Z Compiling ipnetwork v0.21.1
14122026-03-26T04:05:23.796Z Compiling daft-derive v0.1.5
14132026-03-26T04:05:23.813Z Compiling sync_wrapper v1.0.2
14142026-03-26T04:05:23.899Z Compiling fastrand v2.3.0
14152026-03-26T04:05:24.112Z Compiling aho-corasick v1.1.4
14162026-03-26T04:05:24.165Z Compiling winnow v1.0.0
14172026-03-26T04:05:24.176Z Compiling rustls-pki-types v1.14.0
14182026-03-26T04:05:24.283Z Compiling async-trait v0.1.89
14192026-03-26T04:05:24.316Z Compiling tracing v0.1.44
14202026-03-26T04:05:24.522Z Compiling scroll_derive v0.13.1
14212026-03-26T04:05:24.550Z Compiling ring v0.17.14
14222026-03-26T04:05:24.872Z Compiling powerfmt v0.2.0
14232026-03-26T04:05:25.051Z Compiling regex-automata v0.4.14
14242026-03-26T04:05:25.075Z Compiling num-conv v0.2.0
14252026-03-26T04:05:25.214Z Compiling cpufeatures v0.2.17
14262026-03-26T04:05:25.248Z Compiling time-core v0.1.8
14272026-03-26T04:05:25.264Z Compiling anyhow v1.0.102
14282026-03-26T04:05:25.281Z Compiling iri-string v0.7.11
14292026-03-26T04:05:25.349Z Compiling scroll v0.13.0
14302026-03-26T04:05:25.384Z Compiling time-macros v0.2.27
14312026-03-26T04:05:25.603Z Compiling deranged v0.5.8
14322026-03-26T04:05:25.925Z Compiling block-buffer v0.10.4
14332026-03-26T04:05:26.068Z Compiling num_threads v0.1.7
14342026-03-26T04:05:26.160Z Compiling hex v0.4.3
14352026-03-26T04:05:26.323Z Compiling digest v0.10.7
14362026-03-26T04:05:26.537Z Compiling goblin v0.10.5
14372026-03-26T04:05:26.872Z Compiling regex v1.12.3
14382026-03-26T04:05:26.902Z Compiling tokio-util v0.7.18
14392026-03-26T04:05:26.990Z Compiling oxnet v0.1.4
14402026-03-26T04:05:27.400Z Compiling camino v1.2.2
14412026-03-26T04:05:27.700Z Compiling openssl-probe v0.2.1
14422026-03-26T04:05:27.751Z Compiling usdt-impl v0.6.0
14432026-03-26T04:05:27.996Z Compiling dtrace-parser v0.3.0
14442026-03-26T04:05:28.315Z Compiling futures-executor v0.3.32
14452026-03-26T04:05:28.588Z Compiling crossbeam-utils v0.8.21
14462026-03-26T04:05:28.762Z Compiling h2 v0.4.13
14472026-03-26T04:05:28.828Z Compiling structmeta-derive v0.3.0
14482026-03-26T04:05:28.894Z Compiling regress v0.10.5
14492026-03-26T04:05:28.906Z Compiling thread-id v5.1.0
14502026-03-26T04:05:28.981Z Compiling syn v1.0.109
14512026-03-26T04:05:29.286Z Compiling dof v0.4.0
14522026-03-26T04:05:29.451Z Compiling rustls v0.22.4
14532026-03-26T04:05:29.861Z Compiling structmeta v0.3.0
14542026-03-26T04:05:30.369Z Compiling futures v0.3.32
14552026-03-26T04:05:30.446Z Compiling rand_core v0.9.5
14562026-03-26T04:05:30.632Z Compiling darling_core v0.23.0
14572026-03-26T04:05:30.659Z Compiling newtype-uuid-macros v0.1.0
14582026-03-26T04:05:30.764Z Compiling thread_local v1.1.9
14592026-03-26T04:05:31.030Z Compiling hyper v1.8.1
14602026-03-26T04:05:31.419Z Compiling winnow v0.7.15
14612026-03-26T04:05:31.448Z Compiling match_cfg v0.1.0
14622026-03-26T04:05:31.516Z Compiling aws-lc-rs v1.16.2
14632026-03-26T04:05:31.850Z Compiling newtype-uuid v1.3.2
14642026-03-26T04:05:31.861Z Compiling ref-cast v1.0.25
14652026-03-26T04:05:32.162Z Compiling hyper-util v0.1.20
14662026-03-26T04:05:32.188Z Compiling quick-error v1.2.3
14672026-03-26T04:05:32.290Z Compiling slog-async v2.8.0
14682026-03-26T04:05:32.713Z Compiling darling_macro v0.23.0
14692026-03-26T04:05:32.747Z Compiling daft v0.1.5
14702026-03-26T04:05:32.770Z Compiling usdt-attr-macro v0.6.0
14712026-03-26T04:05:32.780Z Compiling usdt-macro v0.6.0
14722026-03-26T04:05:32.905Z Compiling rand_chacha v0.9.0
14732026-03-26T04:05:32.995Z Compiling strum_macros v0.26.4
14742026-03-26T04:05:33.291Z Compiling darling v0.23.0
14752026-03-26T04:05:33.370Z Compiling ref-cast-impl v1.0.25
14762026-03-26T04:05:33.382Z Compiling serde_spanned v1.1.0
14772026-03-26T04:05:33.525Z Compiling toml_datetime v0.7.5+spec-1.1.0
14782026-03-26T04:05:33.833Z Compiling multer v3.1.0
14792026-03-26T04:05:33.895Z Compiling untrusted v0.7.1
14802026-03-26T04:05:33.906Z Compiling take_mut v0.2.2
14812026-03-26T04:05:33.932Z Compiling toml_writer v1.1.0+spec-1.1.0
14822026-03-26T04:05:33.968Z Compiling term v1.2.1
14832026-03-26T04:05:34.003Z Compiling debug-ignore v1.0.5
14842026-03-26T04:05:34.013Z Compiling bit-vec v0.8.0
14852026-03-26T04:05:34.101Z Compiling serde_with_macros v3.18.0
14862026-03-26T04:05:34.146Z Compiling rand v0.9.2
14872026-03-26T04:05:34.186Z Compiling bit-set v0.8.0
14882026-03-26T04:05:34.339Z Compiling async-stream-impl v0.3.6
14892026-03-26T04:05:34.655Z Compiling strum v0.26.3
14902026-03-26T04:05:34.689Z Compiling dropshot v0.16.7
14912026-03-26T04:05:34.744Z Compiling encoding_rs v0.8.35
14922026-03-26T04:05:34.776Z Compiling mime v0.3.17
14932026-03-26T04:05:34.957Z Compiling spin v0.9.8
14942026-03-26T04:05:35.041Z Compiling unarray v0.1.4
14952026-03-26T04:05:35.067Z Compiling rustls v0.23.37
14962026-03-26T04:05:35.144Z Compiling async-stream v0.3.6
14972026-03-26T04:05:35.194Z Compiling derive-ex v0.1.8
14982026-03-26T04:05:35.206Z Compiling dropshot_endpoint v0.16.7
14992026-03-26T04:05:35.271Z Compiling macaddr v1.0.1
15002026-03-26T04:05:35.310Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15012026-03-26T04:05:35.487Z Compiling waitgroup v0.1.2
15022026-03-26T04:05:35.590Z Compiling serde_path_to_error v0.1.20
15032026-03-26T04:05:35.772Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15042026-03-26T04:05:35.895Z Compiling tempfile v3.27.0
15052026-03-26T04:05:35.935Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15062026-03-26T04:05:36.108Z Compiling tower v0.5.3
15072026-03-26T04:05:36.261Z Compiling strum_macros v0.27.2
15082026-03-26T04:05:36.313Z Compiling instant v0.1.13
15092026-03-26T04:05:36.414Z Compiling time v0.3.47
15102026-03-26T04:05:36.588Z Compiling tower-http v0.6.8
15112026-03-26T04:05:36.718Z Compiling test-strategy v0.4.5
15122026-03-26T04:05:36.735Z Compiling rustc-hash v2.1.1
15132026-03-26T04:05:36.851Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15142026-03-26T04:05:36.997Z Compiling crossbeam-channel v0.5.15
15152026-03-26T04:05:37.469Z Compiling openapiv3 v2.2.0
15162026-03-26T04:05:38.042Z Compiling strum v0.27.2
15172026-03-26T04:05:38.167Z Compiling parse-display-derive v0.10.0
15182026-03-26T04:05:38.665Z Compiling rustls-webpki v0.102.8
15192026-03-26T04:05:39.137Z Compiling rustls-native-certs v0.8.3
15202026-03-26T04:05:39.356Z Compiling backon v1.6.0
15212026-03-26T04:05:39.470Z Compiling rand_chacha v0.3.1
15222026-03-26T04:05:39.822Z Compiling rand v0.8.5
15232026-03-26T04:05:39.925Z Compiling slog-json v2.6.1
15242026-03-26T04:05:40.115Z Compiling hostname v0.3.1
15252026-03-26T04:05:40.129Z Compiling toml_parser v1.1.0+spec-1.1.0
15262026-03-26T04:05:40.249Z Compiling is-terminal v0.4.17
15272026-03-26T04:05:40.340Z Compiling wait-timeout v0.2.1
15282026-03-26T04:05:40.355Z Compiling memmap2 v0.9.10
15292026-03-26T04:05:40.461Z Compiling either v1.15.0
15302026-03-26T04:05:40.636Z Compiling usdt v0.6.0
15312026-03-26T04:05:40.660Z Compiling toml v0.9.12+spec-1.1.0
15322026-03-26T04:05:40.729Z Compiling rusty-fork v0.3.1
15332026-03-26T04:05:40.800Z Compiling slog-term v2.9.2
15342026-03-26T04:05:40.911Z Compiling slog-bunyan v2.5.0
15352026-03-26T04:05:41.188Z Compiling serde_with v3.18.0
15362026-03-26T04:05:41.396Z Compiling tokio-rustls v0.25.0
15372026-03-26T04:05:41.501Z Compiling rand_xorshift v0.4.0
15382026-03-26T04:05:41.615Z Compiling sha1 v0.10.6
15392026-03-26T04:05:41.618Z Compiling rustls-pemfile v2.2.0
15402026-03-26T04:05:41.643Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15412026-03-26T04:05:41.809Z Compiling hostname v0.4.2
15422026-03-26T04:05:41.841Z Compiling proptest v1.11.0
15432026-03-26T04:05:42.913Z Compiling reqwest v0.12.28
15442026-03-26T04:05:42.925Z Compiling iddqd v0.3.17
15452026-03-26T04:05:42.971Z Compiling itertools v0.14.0
15462026-03-26T04:05:43.551Z Compiling utf8parse v0.2.2
15472026-03-26T04:05:43.665Z Compiling anstyle-parse v1.0.0
15482026-03-26T04:05:43.850Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15492026-03-26T04:05:44.094Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15502026-03-26T04:05:44.351Z Compiling toml_datetime v0.6.11
15512026-03-26T04:05:44.437Z Compiling anstyle-query v1.1.5
15522026-03-26T04:05:44.619Z Compiling anstyle v1.0.14
15532026-03-26T04:05:44.838Z Compiling colorchoice v1.0.5
15542026-03-26T04:05:44.841Z Compiling is_terminal_polyfill v1.70.2
15552026-03-26T04:05:44.937Z Compiling anstream v1.0.0
15562026-03-26T04:05:44.951Z Compiling progenitor-client v0.10.0
15572026-03-26T04:05:45.095Z Compiling parse-display v0.10.0
15582026-03-26T04:05:45.249Z Compiling backoff v0.4.0
15592026-03-26T04:05:45.433Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15602026-03-26T04:05:45.606Z Compiling clap_lex v1.1.0
15612026-03-26T04:05:45.849Z Compiling clap_derive v4.6.0
15622026-03-26T04:05:46.252Z Compiling unicode-width v0.2.2
15632026-03-26T04:05:46.454Z Compiling terminal_size v0.4.4
15642026-03-26T04:05:46.519Z Compiling darling_core v0.21.3
15652026-03-26T04:05:46.586Z Compiling zerocopy-derive v0.7.35
15662026-03-26T04:05:47.505Z Compiling zerocopy v0.7.35
15672026-03-26T04:05:48.122Z Compiling crossbeam-epoch v0.9.18
15682026-03-26T04:05:48.610Z Compiling clap_builder v4.6.0
15692026-03-26T04:05:48.637Z Compiling darling_macro v0.21.3
15702026-03-26T04:05:48.982Z Compiling proc-macro-error-attr v1.0.4
15712026-03-26T04:05:49.076Z Compiling convert_case v0.4.0
15722026-03-26T04:05:49.217Z Compiling tinyvec_macros v0.1.1
15732026-03-26T04:05:49.250Z Compiling darling v0.21.3
15742026-03-26T04:05:49.274Z Compiling toml_datetime v1.1.0+spec-1.1.0
15752026-03-26T04:05:49.301Z Compiling heapless v0.8.0
15762026-03-26T04:05:49.386Z Compiling derive_more v0.99.20
15772026-03-26T04:05:49.475Z Compiling toml_edit v0.25.8+spec-1.1.0
15782026-03-26T04:05:49.485Z Compiling ingot-macros v0.1.1
15792026-03-26T04:05:49.500Z Compiling tinyvec v1.11.0
15802026-03-26T04:05:50.194Z Compiling clap v4.6.0
15812026-03-26T04:05:50.611Z Compiling dtrace-parser v0.2.0
15822026-03-26T04:05:50.710Z Compiling secrecy v0.10.3
15832026-03-26T04:05:50.838Z Compiling scroll_derive v0.12.1
15842026-03-26T04:05:51.474Z Compiling hash32 v0.3.1
15852026-03-26T04:05:51.533Z Compiling usdt-impl v0.5.0
15862026-03-26T04:05:51.560Z Compiling proc-macro-error v1.0.4
15872026-03-26T04:05:51.580Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15882026-03-26T04:05:51.623Z Compiling winnow v0.5.40
15892026-03-26T04:05:51.773Z Compiling smoltcp v0.11.0
15902026-03-26T04:05:51.793Z Compiling crucible-workspace-hack v0.1.0
15912026-03-26T04:05:51.941Z Compiling scroll v0.12.0
15922026-03-26T04:05:52.183Z Compiling proc-macro-crate v3.5.0
15932026-03-26T04:05:52.188Z Compiling ingot-types v0.1.2
15942026-03-26T04:05:53.283Z Compiling dof v0.3.0
15952026-03-26T04:05:53.302Z Compiling typify-impl v0.6.1
15962026-03-26T04:05:53.302Z Compiling serde_spanned v0.6.9
15972026-03-26T04:05:53.302Z Compiling toml_edit v0.19.15
15982026-03-26T04:05:53.302Z Compiling cobs v0.3.0
15992026-03-26T04:05:53.302Z Compiling thread-id v4.2.2
16002026-03-26T04:05:53.302Z Compiling memoffset v0.9.1
16012026-03-26T04:05:53.302Z Compiling cfg_aliases v0.2.1
16022026-03-26T04:05:53.303Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16032026-03-26T04:05:53.303Z Compiling toml_write v0.1.2
16042026-03-26T04:05:53.303Z Compiling managed v0.8.0
16052026-03-26T04:05:53.303Z Compiling bitflags v1.3.2
16062026-03-26T04:05:53.325Z Compiling toml_edit v0.22.27
16072026-03-26T04:05:53.350Z Compiling nix v0.31.2
16082026-03-26T04:05:53.725Z Compiling postcard v1.1.3
16092026-03-26T04:05:54.191Z Compiling proc-macro-crate v1.3.1
16102026-03-26T04:05:54.532Z Compiling num_enum_derive v0.7.6
16112026-03-26T04:05:54.746Z Compiling ingot v0.1.1
16122026-03-26T04:05:54.946Z Compiling goblin v0.8.2
16132026-03-26T04:05:55.556Z Compiling tabwriter v1.4.1
16142026-03-26T04:05:55.751Z Compiling foreign-types-macros v0.2.3
16152026-03-26T04:05:55.787Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16162026-03-26T04:05:56.074Z Compiling num-integer v0.1.46
16172026-03-26T04:05:56.379Z Compiling rustc_version v0.4.1
16182026-03-26T04:05:56.519Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16192026-03-26T04:05:56.637Z Compiling foreign-types-shared v0.3.1
16202026-03-26T04:05:56.647Z Compiling heck v0.4.1
16212026-03-26T04:05:56.719Z Compiling rayon-core v1.13.0
16222026-03-26T04:05:56.730Z Compiling cpufeatures v0.3.0
16232026-03-26T04:05:56.805Z Compiling float-ord v0.3.2
16242026-03-26T04:05:56.832Z Compiling chacha20 v0.10.0
16252026-03-26T04:05:56.946Z Compiling foreign-types v0.5.0
16262026-03-26T04:05:56.957Z Compiling curve25519-dalek v4.1.3
16272026-03-26T04:05:57.225Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16282026-03-26T04:05:57.680Z Compiling num_enum v0.7.6
16292026-03-26T04:05:57.797Z Compiling num_enum_derive v0.5.11
16302026-03-26T04:05:58.173Z Compiling toml v0.8.23
16312026-03-26T04:06:00.016Z Compiling crossbeam-deque v0.8.6
16322026-03-26T04:06:00.074Z Compiling typify-macro v0.6.1
16332026-03-26T04:06:00.074Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16342026-03-26T04:06:00.074Z Compiling hmac v0.12.1
16352026-03-26T04:06:00.074Z Compiling inout v0.1.4
16362026-03-26T04:06:00.074Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16372026-03-26T04:06:00.074Z Compiling ff v0.13.1
16382026-03-26T04:06:00.074Z Compiling cstr-argument v0.1.2
16392026-03-26T04:06:00.074Z Compiling colored v3.1.1
16402026-03-26T04:06:00.074Z Compiling rustix v0.38.44
16412026-03-26T04:06:00.074Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16422026-03-26T04:06:00.229Z Compiling prettyplease v0.2.37
16432026-03-26T04:06:00.454Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16442026-03-26T04:06:00.716Z Compiling group v0.13.0
16452026-03-26T04:06:00.729Z Compiling cipher v0.4.4
16462026-03-26T04:06:00.823Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16472026-03-26T04:06:00.941Z Compiling hkdf v0.12.4
16482026-03-26T04:06:01.314Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16492026-03-26T04:06:01.505Z Compiling num_enum v0.5.11
16502026-03-26T04:06:01.588Z Compiling rand v0.10.0
16512026-03-26T04:06:01.614Z Compiling num-rational v0.4.2
16522026-03-26T04:06:02.055Z Compiling rustls-webpki v0.103.10
16532026-03-26T04:06:02.247Z Compiling num-iter v0.1.45
16542026-03-26T04:06:02.258Z Compiling usdt-macro v0.5.0
16552026-03-26T04:06:02.280Z Compiling usdt-attr-macro v0.5.0
16562026-03-26T04:06:03.407Z Compiling camino-tempfile v1.4.1
16572026-03-26T04:06:03.541Z Compiling thiserror-impl-no-std v2.0.2
16582026-03-26T04:06:03.605Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16592026-03-26T04:06:03.649Z Compiling universal-hash v0.5.1
16602026-03-26T04:06:03.777Z Compiling half v2.7.1
16612026-03-26T04:06:03.956Z Compiling crypto-bigint v0.5.5
16622026-03-26T04:06:04.083Z Compiling curve25519-dalek-derive v0.1.1
16632026-03-26T04:06:04.291Z Compiling enum-as-inner v0.6.1
16642026-03-26T04:06:04.639Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16652026-03-26T04:06:04.758Z Compiling num-complex v0.4.6
16662026-03-26T04:06:04.770Z Compiling memmap v0.7.0
16672026-03-26T04:06:04.860Z Compiling static_assertions v1.1.0
16682026-03-26T04:06:04.926Z Compiling data-encoding v2.10.0
16692026-03-26T04:06:04.939Z Compiling ciborium-io v0.2.2
16702026-03-26T04:06:04.952Z Compiling opaque-debug v0.3.1
16712026-03-26T04:06:05.023Z Compiling base64ct v1.8.3
16722026-03-26T04:06:05.034Z Compiling base16ct v0.2.0
16732026-03-26T04:06:05.125Z Compiling num v0.4.3
16742026-03-26T04:06:05.144Z Compiling elliptic-curve v0.13.8
16752026-03-26T04:06:05.191Z Compiling ciborium-ll v0.2.2
16762026-03-26T04:06:05.202Z Compiling poly1305 v0.8.0
16772026-03-26T04:06:05.323Z Compiling password-hash v0.5.0
16782026-03-26T04:06:05.418Z Compiling usdt v0.5.0
16792026-03-26T04:06:05.464Z Compiling tokio-rustls v0.26.4
16802026-03-26T04:06:05.611Z Compiling rustls-platform-verifier v0.6.2
16812026-03-26T04:06:05.688Z Compiling hyper-rustls v0.27.7
16822026-03-26T04:06:05.843Z Compiling thiserror-no-std v2.0.2
16832026-03-26T04:06:05.935Z Compiling reqwest v0.13.2
16842026-03-26T04:06:05.995Z Compiling rayon v1.11.0
16852026-03-26T04:06:06.902Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16862026-03-26T04:06:07.114Z Compiling progenitor-client v0.13.0
16872026-03-26T04:06:07.135Z Compiling typify v0.6.1
16882026-03-26T04:06:07.226Z Compiling chacha20 v0.9.1
16892026-03-26T04:06:07.242Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16902026-03-26T04:06:07.413Z Compiling progenitor-extras v0.1.1
16912026-03-26T04:06:07.650Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16922026-03-26T04:06:08.402Z Compiling zone_cfg_derive v0.3.1
16932026-03-26T04:06:08.493Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16942026-03-26T04:06:08.580Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16952026-03-26T04:06:08.965Z Compiling itertools v0.12.1
16962026-03-26T04:06:08.990Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16972026-03-26T04:06:09.198Z Compiling blake2 v0.10.6
16982026-03-26T04:06:09.477Z Compiling byte-wrapper v0.1.0
16992026-03-26T04:06:09.658Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17002026-03-26T04:06:09.846Z Compiling aead v0.5.2
17012026-03-26T04:06:09.988Z Compiling num-derive v0.4.2
17022026-03-26T04:06:10.011Z Compiling sigpipe v0.1.3
17032026-03-26T04:06:10.099Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17042026-03-26T04:06:10.158Z Compiling jiff v0.2.23
17052026-03-26T04:06:10.181Z Compiling vcpkg v0.2.15
17062026-03-26T04:06:10.313Z Compiling unsafe-libyaml v0.2.11
17072026-03-26T04:06:10.495Z Compiling pkg-config v0.3.32
17082026-03-26T04:06:10.738Z Compiling keccak v0.1.6
17092026-03-26T04:06:10.940Z Compiling glob v0.3.3
17102026-03-26T04:06:10.951Z Compiling openssl-sys v0.9.112
17112026-03-26T04:06:10.975Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17122026-03-26T04:06:10.978Z Compiling sha3 v0.10.8
17132026-03-26T04:06:11.290Z Compiling serde_yaml v0.9.34+deprecated
17142026-03-26T04:06:11.401Z Compiling zone v0.3.1
17152026-03-26T04:06:11.467Z Compiling chacha20poly1305 v0.10.1
17162026-03-26T04:06:11.483Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17172026-03-26T04:06:11.597Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17182026-03-26T04:06:12.258Z Compiling argon2 v0.5.3
17192026-03-26T04:06:12.548Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17202026-03-26T04:06:12.773Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17212026-03-26T04:06:13.090Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17222026-03-26T04:06:13.364Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17232026-03-26T04:06:13.620Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17242026-03-26T04:06:14.164Z Compiling progenitor-impl v0.13.0
17252026-03-26T04:06:14.790Z Compiling vsss-rs v3.3.4
17262026-03-26T04:06:14.961Z Compiling ciborium v0.2.2
17272026-03-26T04:06:14.990Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17282026-03-26T04:06:15.060Z Compiling hubpack_derive v0.1.1
17292026-03-26T04:06:15.107Z Compiling smf v0.2.3
17302026-03-26T04:06:15.280Z Compiling linked-hash-map v0.5.6
17312026-03-26T04:06:15.468Z Compiling resolv-conf v0.7.6
17322026-03-26T04:06:15.544Z Compiling semver v0.1.20
17332026-03-26T04:06:15.573Z Compiling whoami v1.6.1
17342026-03-26T04:06:15.696Z Compiling indent_write v2.2.0
17352026-03-26T04:06:15.832Z Compiling rustc_version v0.1.7
17362026-03-26T04:06:15.842Z Compiling hubpack v0.1.2
17372026-03-26T04:06:15.880Z Compiling lru-cache v0.1.2
17382026-03-26T04:06:15.958Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17392026-03-26T04:06:16.056Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17402026-03-26T04:06:16.071Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17412026-03-26T04:06:16.152Z Compiling hickory-proto v0.24.4
17422026-03-26T04:06:16.315Z Compiling serde-big-array v0.5.1
17432026-03-26T04:06:16.458Z Compiling serde_repr v0.1.20
17442026-03-26T04:06:17.043Z Compiling derive-where v1.6.1
17452026-03-26T04:06:17.612Z Compiling pin-project-internal v1.1.11
17462026-03-26T04:06:17.752Z Compiling progenitor-macro v0.13.0
17472026-03-26T04:06:18.306Z Compiling unicode-segmentation v1.13.1
17482026-03-26T04:06:18.743Z Compiling minimal-lexical v0.2.1
17492026-03-26T04:06:18.746Z Compiling swrite v0.1.0
17502026-03-26T04:06:18.805Z Compiling siphasher v1.0.2
17512026-03-26T04:06:18.848Z Compiling pin-project v1.1.11
17522026-03-26T04:06:18.950Z Compiling phf_shared v0.12.1
17532026-03-26T04:06:18.998Z Compiling nom v7.1.3
17542026-03-26T04:06:19.009Z Compiling newline-converter v0.3.0
17552026-03-26T04:06:19.124Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17562026-03-26T04:06:19.135Z Compiling hickory-resolver v0.24.4
17572026-03-26T04:06:19.479Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17582026-03-26T04:06:19.645Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17592026-03-26T04:06:19.954Z Compiling newtype_derive v0.1.6
17602026-03-26T04:06:20.178Z Compiling atomicwrites v0.4.4
17612026-03-26T04:06:20.380Z Compiling unicode-normalization v0.1.25
17622026-03-26T04:06:20.604Z Compiling console v0.15.11
17632026-03-26T04:06:20.839Z Compiling tokio-stream v0.1.18
17642026-03-26T04:06:21.168Z Compiling snafu-derive v0.8.9
17652026-03-26T04:06:21.273Z Compiling async-recursion v1.1.1
17662026-03-26T04:06:21.295Z Compiling slog-dtrace v0.3.0
17672026-03-26T04:06:21.523Z Compiling csv-core v0.1.13
17682026-03-26T04:06:21.764Z Compiling bstr v1.12.1
17692026-03-26T04:06:21.788Z Compiling owo-colors v4.3.0
17702026-03-26T04:06:21.793Z Compiling foldhash v0.1.5
17712026-03-26T04:06:21.948Z Compiling unicode-width v0.1.14
17722026-03-26T04:06:21.966Z Compiling same-file v1.0.6
17732026-03-26T04:06:22.107Z Compiling highway v1.3.0
17742026-03-26T04:06:22.141Z Compiling openssl v0.10.76
17752026-03-26T04:06:22.225Z Compiling cancel-safe-futures v0.1.5
17762026-03-26T04:06:22.260Z Compiling similar v2.7.0
17772026-03-26T04:06:22.409Z Compiling foreign-types-shared v0.1.1
17782026-03-26T04:06:22.430Z Compiling unicode-xid v0.2.6
17792026-03-26T04:06:22.465Z Compiling chrono-tz v0.10.4
17802026-03-26T04:06:22.492Z Compiling foreign-types v0.3.2
17812026-03-26T04:06:22.533Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17822026-03-26T04:06:22.545Z Compiling const_format_proc_macros v0.2.34
17832026-03-26T04:06:22.564Z Compiling globset v0.4.18
17842026-03-26T04:06:22.690Z Compiling expectorate v1.2.0
17852026-03-26T04:06:22.881Z Compiling snafu v0.8.9
17862026-03-26T04:06:22.884Z Compiling walkdir v2.5.0
17872026-03-26T04:06:22.918Z Compiling progenitor v0.13.0
17882026-03-26T04:06:23.052Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17892026-03-26T04:06:23.217Z Compiling hashbrown v0.15.5
17902026-03-26T04:06:23.329Z Compiling csv v1.4.0
17912026-03-26T04:06:23.351Z Compiling qorb v0.4.1
17922026-03-26T04:06:23.384Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17932026-03-26T04:06:23.791Z Compiling olpc-cjson v0.1.4
17942026-03-26T04:06:23.890Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17952026-03-26T04:06:24.010Z Compiling phf v0.12.1
17962026-03-26T04:06:24.428Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-26T04:06:24.480Z Compiling tokio-dtrace v0.1.1
17982026-03-26T04:06:24.680Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17992026-03-26T04:06:24.758Z Compiling libsw-core v0.3.2
18002026-03-26T04:06:24.931Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-26T04:06:25.064Z Compiling serde_plain v1.0.2
18022026-03-26T04:06:25.122Z Compiling openssl-macros v0.1.1
18032026-03-26T04:06:25.269Z Compiling pem v3.0.6
18042026-03-26T04:06:25.303Z Compiling cookie v0.18.1
18052026-03-26T04:06:25.376Z Compiling fixedbitset v0.5.7
18062026-03-26T04:06:25.507Z Compiling fixedbitset v0.4.2
18072026-03-26T04:06:25.527Z Compiling typed-path v0.9.3
18082026-03-26T04:06:25.548Z Compiling bytecount v0.6.9
18092026-03-26T04:06:25.656Z Compiling papergrid v0.11.0
18102026-03-26T04:06:25.687Z Compiling petgraph v0.6.5
18112026-03-26T04:06:25.710Z Compiling petgraph v0.8.3
18122026-03-26T04:06:25.787Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18132026-03-26T04:06:26.831Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18142026-03-26T04:06:26.999Z Compiling tough v0.20.0
18152026-03-26T04:06:27.162Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18162026-03-26T04:06:27.410Z Compiling libsw v3.5.0
18172026-03-26T04:06:27.452Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-26T04:06:27.584Z Compiling oxide-tokio-rt v0.1.3
18192026-03-26T04:06:27.973Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-26T04:06:28.948Z Compiling const_format v0.2.35
18212026-03-26T04:06:29.279Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-26T04:06:30.135Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-26T04:06:30.267Z Compiling gethostname v0.5.0
18242026-03-26T04:06:30.416Z Compiling tabled_derive v0.7.0
18252026-03-26T04:06:30.749Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18262026-03-26T04:06:31.042Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-26T04:06:31.203Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-26T04:06:31.276Z Compiling bcs v0.1.6
18292026-03-26T04:06:31.314Z Compiling smawk v0.3.2
18302026-03-26T04:06:31.333Z Compiling lazy_static v1.5.0
18312026-03-26T04:06:31.435Z Compiling unicode-linebreak v0.1.5
18322026-03-26T04:06:31.449Z Compiling crunchy v0.2.4
18332026-03-26T04:06:31.588Z Compiling termtree v0.5.1
18342026-03-26T04:06:31.680Z Compiling linear-map v1.2.0
18352026-03-26T04:06:31.727Z Compiling tagptr v0.2.0
18362026-03-26T04:06:31.751Z Compiling textwrap v0.16.2
18372026-03-26T04:06:31.762Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-26T04:06:31.773Z Compiling steno v0.4.1
18392026-03-26T04:06:31.858Z Compiling moka v0.12.15
18402026-03-26T04:06:31.871Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-26T04:06:32.191Z Compiling tabled v0.15.0
18422026-03-26T04:06:32.282Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-26T04:06:32.454Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-26T04:06:32.632Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-26T04:06:32.654Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-26T04:06:33.537Z Compiling hickory-proto v0.25.2
18472026-03-26T04:06:33.570Z Compiling humantime v2.3.0
18482026-03-26T04:06:33.854Z Compiling tiny-keccak v2.0.2
18492026-03-26T04:06:34.168Z Compiling num-derive v0.3.3
18502026-03-26T04:06:34.809Z Compiling parking_lot_core v0.8.6
18512026-03-26T04:06:35.088Z Compiling crc32fast v1.5.0
18522026-03-26T04:06:35.098Z Compiling libscf-sys v1.1.0
18532026-03-26T04:06:35.113Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18542026-03-26T04:06:35.136Z Compiling const-random-macro v0.1.16
18552026-03-26T04:06:35.239Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18562026-03-26T04:06:35.417Z Compiling smartstring v1.0.1
18572026-03-26T04:06:35.528Z Compiling hickory-resolver v0.25.2
18582026-03-26T04:06:35.637Z Compiling ahash v0.8.12
18592026-03-26T04:06:35.681Z Compiling parking_lot v0.11.2
18602026-03-26T04:06:35.720Z Compiling const-random v0.1.18
18612026-03-26T04:06:35.953Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18622026-03-26T04:06:35.989Z Compiling fxhash v0.2.1
18632026-03-26T04:06:36.083Z Compiling internet-checksum v0.2.1
18642026-03-26T04:06:36.120Z Compiling sled v0.34.7
18652026-03-26T04:06:36.274Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18662026-03-26T04:06:36.427Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18672026-03-26T04:06:36.455Z Compiling thin-vec v0.2.14
18682026-03-26T04:06:36.726Z Compiling rhai_codegen v3.1.0
18692026-03-26T04:06:36.739Z Compiling sdd v3.0.10
18702026-03-26T04:06:37.087Z Compiling scc v2.4.0
18712026-03-26T04:06:37.103Z Compiling serial_test_derive v3.4.0
18722026-03-26T04:06:38.824Z Compiling nom v8.0.0
18732026-03-26T04:06:38.855Z Compiling yansi v1.0.1
18742026-03-26T04:06:38.855Z Compiling rhai v1.24.0
18752026-03-26T04:06:38.855Z Compiling diff v0.1.13
18762026-03-26T04:06:38.855Z Compiling serial_test v3.4.0
18772026-03-26T04:06:38.855Z Compiling pretty_assertions v1.4.1
18782026-03-26T04:06:41.717Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18792026-03-26T04:06:49.246Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18802026-03-26T04:06:50.839Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18812026-03-26T04:06:51.939Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18822026-03-26T04:06:53.044Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18832026-03-26T04:06:53.830Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18842026-03-26T04:06:55.260Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18852026-03-26T04:07:30.255Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
18862026-03-26T04:07:30.425Z────────────
18872026-03-26T04:07:30.425Z Nextest run ID adbc4577-60fa-40f8-997e-86d719785c72 with nextest profile: default
18882026-03-26T04:07:30.425Z Starting 150 tests across 1 binary
18892026-03-26T04:07:30.434Z PASS [ 0.008s] bgp messages::tests::bgp_nexthop_byte_len
18902026-03-26T04:07:30.441Z PASS [ 0.008s] bgp messages::tests::bgp_nexthop_length_mismatch
18912026-03-26T04:07:30.441Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
18922026-03-26T04:07:30.441Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18932026-03-26T04:07:30.441Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
18942026-03-26T04:07:30.441Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18952026-03-26T04:07:30.441Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18962026-03-26T04:07:30.441Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18972026-03-26T04:07:30.445Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
18982026-03-26T04:07:30.445Z PASS [ 0.008s] bgp messages::tests::empty_update_end_of_rib
18992026-03-26T04:07:30.445Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19002026-03-26T04:07:30.445Z PASS [ 0.008s] bgp messages::tests::header_round_trip
19012026-03-26T04:07:30.445Z PASS [ 0.008s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19022026-03-26T04:07:30.450Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_maximum_length
19032026-03-26T04:07:30.450Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19042026-03-26T04:07:30.450Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19052026-03-26T04:07:30.454Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
19062026-03-26T04:07:30.454Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
19072026-03-26T04:07:30.454Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19082026-03-26T04:07:30.454Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19092026-03-26T04:07:30.454Z PASS [ 0.008s] bgp messages::tests::header_tests::roundtrip_max_length_header
19102026-03-26T04:07:30.454Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19112026-03-26T04:07:30.454Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19122026-03-26T04:07:30.457Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19132026-03-26T04:07:30.460Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19142026-03-26T04:07:30.460Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19152026-03-26T04:07:30.467Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19162026-03-26T04:07:30.467Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19172026-03-26T04:07:30.467Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19182026-03-26T04:07:30.467Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19192026-03-26T04:07:30.467Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19202026-03-26T04:07:30.468Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19212026-03-26T04:07:30.471Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19222026-03-26T04:07:30.471Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19232026-03-26T04:07:30.471Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19242026-03-26T04:07:30.471Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19252026-03-26T04:07:30.471Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19262026-03-26T04:07:30.471Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19272026-03-26T04:07:30.471Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19282026-03-26T04:07:30.477Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19292026-03-26T04:07:30.477Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19302026-03-26T04:07:30.482Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19312026-03-26T04:07:30.482Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19322026-03-26T04:07:30.482Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19332026-03-26T04:07:30.482Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19342026-03-26T04:07:30.482Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19352026-03-26T04:07:30.482Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19362026-03-26T04:07:30.483Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19372026-03-26T04:07:30.486Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19382026-03-26T04:07:30.486Z PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first
19392026-03-26T04:07:30.487Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19402026-03-26T04:07:30.487Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19412026-03-26T04:07:30.490Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19422026-03-26T04:07:30.490Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
19432026-03-26T04:07:30.490Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19442026-03-26T04:07:30.490Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19452026-03-26T04:07:30.493Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
19462026-03-26T04:07:30.496Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19472026-03-26T04:07:30.496Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19482026-03-26T04:07:30.496Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19492026-03-26T04:07:30.496Z PASS [ 0.008s] bgp messages::tests::prefix_within
19502026-03-26T04:07:30.496Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19512026-03-26T04:07:30.496Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19522026-03-26T04:07:30.497Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19532026-03-26T04:07:30.501Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19542026-03-26T04:07:30.504Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19552026-03-26T04:07:30.505Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19562026-03-26T04:07:30.505Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19572026-03-26T04:07:30.505Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19582026-03-26T04:07:30.505Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19592026-03-26T04:07:30.508Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19602026-03-26T04:07:30.508Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19612026-03-26T04:07:30.511Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19622026-03-26T04:07:30.513Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19632026-03-26T04:07:30.514Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19642026-03-26T04:07:30.514Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19652026-03-26T04:07:30.514Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19662026-03-26T04:07:30.514Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19672026-03-26T04:07:30.514Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19682026-03-26T04:07:30.514Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19692026-03-26T04:07:30.518Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
19702026-03-26T04:07:30.521Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19712026-03-26T04:07:30.521Z PASS [ 0.009s] bgp messages::tests::update_round_trip
19722026-03-26T04:07:30.533Z PASS [ 0.020s] bgp policy::test::update_shape_community
19732026-03-26T04:07:30.534Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
19742026-03-26T04:07:30.537Z PASS [ 0.014s] bgp proptest::prop_ipv4_prefixes_roundtrip
19752026-03-26T04:07:30.537Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
19762026-03-26T04:07:30.537Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
19772026-03-26T04:07:30.537Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
19782026-03-26T04:07:30.540Z PASS [ 0.020s] bgp proptest::prop_duplicate_attrs_deduplicated
19792026-03-26T04:07:30.548Z PASS [ 0.027s] bgp proptest::prop_encode_decode_semantic_equivalence
19802026-03-26T04:07:30.551Z PASS [ 0.013s] bgp proptest::prop_ipv4_wire_format_roundtrip
19812026-03-26T04:07:30.551Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19822026-03-26T04:07:30.551Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19832026-03-26T04:07:30.554Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19842026-03-26T04:07:30.554Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19852026-03-26T04:07:30.554Z PASS [ 0.013s] bgp proptest::prop_ipv6_wire_format_roundtrip
19862026-03-26T04:07:30.554Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19872026-03-26T04:07:30.563Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19882026-03-26T04:07:30.566Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19892026-03-26T04:07:30.566Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19902026-03-26T04:07:30.570Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19912026-03-26T04:07:30.573Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
19922026-03-26T04:07:30.573Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
19932026-03-26T04:07:30.573Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19942026-03-26T04:07:30.573Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19952026-03-26T04:07:30.576Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
19962026-03-26T04:07:30.580Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
19972026-03-26T04:07:30.580Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19982026-03-26T04:07:30.580Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
19992026-03-26T04:07:30.580Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20002026-03-26T04:07:30.580Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20012026-03-26T04:07:30.583Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20022026-03-26T04:07:30.583Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20032026-03-26T04:07:30.584Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20042026-03-26T04:07:30.587Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20052026-03-26T04:07:30.587Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20062026-03-26T04:07:30.587Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20072026-03-26T04:07:30.590Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20082026-03-26T04:07:30.590Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20092026-03-26T04:07:30.590Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20102026-03-26T04:07:33.649Z PASS [ 3.065s] bgp test::test_basic_peering_active
20112026-03-26T04:07:33.654Z PASS [ 3.064s] bgp test::test_basic_update
20122026-03-26T04:07:33.654Z PASS [ 3.064s] bgp test::test_basic_update_ipv6
20132026-03-26T04:07:33.661Z PASS [ 3.078s] bgp test::test_basic_peering_active_tcp
20142026-03-26T04:07:33.665Z PASS [ 3.077s] bgp test::test_basic_update_ipv6_tcp
20152026-03-26T04:07:33.669Z PASS [ 3.078s] bgp test::test_basic_peering_passive_tcp
20162026-03-26T04:07:33.669Z PASS [ 3.078s] bgp test::test_basic_update_tcp
20172026-03-26T04:07:34.650Z PASS [ 4.064s] bgp test::test_basic_peering_passive
20182026-03-26T04:07:36.730Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_active
20192026-03-26T04:07:36.734Z PASS [ 3.063s] bgp test::test_ipv6_basic_peering_passive
20202026-03-26T04:07:37.730Z PASS [ 3.078s] bgp test::test_ipv6_basic_peering_passive_tcp
20212026-03-26T04:07:37.743Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv4_peer_success
20222026-03-26T04:07:37.743Z PASS [ 4.078s] bgp test::test_dual_stack_routes_ipv6_peer_success
20232026-03-26T04:07:37.743Z PASS [ 4.078s] bgp test::test_import_export_policy_filtering
20242026-03-26T04:07:37.748Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20252026-03-26T04:07:37.748Z PASS [ 4.078s] bgp test::test_ipv6_basic_peering_active_tcp
20262026-03-26T04:07:37.792Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20272026-03-26T04:07:38.823Z PASS [ 1.092s] bgp test::test_three_router_chain_tcp_ipv6
20282026-03-26T04:07:38.827Z PASS [ 1.097s] bgp test::test_three_router_chain_tcp
20292026-03-26T04:07:39.794Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20302026-03-26T04:07:39.884Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20312026-03-26T04:07:40.582Z PASS [ 2.852s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20322026-03-26T04:07:40.805Z PASS [ 4.075s] bgp test::test_ipv6_routes_ipv4_peer_success
20332026-03-26T04:07:40.818Z PASS [ 3.074s] bgp test::test_three_router_chain_unnumbered
20342026-03-26T04:07:42.804Z PASS [ 5.060s] bgp test::test_unnumbered_dualstack_route_exchange
20352026-03-26T04:07:44.853Z PASS [ 5.059s] bgp test::test_unnumbered_session_survives_peer_change
20362026-03-26T04:07:47.891Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20372026-03-26T04:07:48.947Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20382026-03-26T04:07:55.856Z PASS [ 18.062s] bgp test::test_unnumbered_interface_lifecycle
20392026-03-26T04:07:55.856Z────────────
20402026-03-26T04:07:55.856Z Summary [ 25.428s] 150 tests run: 150 passed, 0 skipped
20412026-03-26T04:07:55.869Z+ 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/
20422026-03-26T04:07:55.874Z+ popd
20432026-03-26T04:07:55.874Z+ pushd mgd
20442026-03-26T04:07:55.874Z+ pfexec cargo nextest run
20452026-03-26T04:07:55.877Z/work/oxidecomputer/maghemite
20462026-03-26T04:07:55.877Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20472026-03-26T04:07:57.005Z Compiling slog v2.8.2
20482026-03-26T04:07:57.108Z Compiling usdt v0.6.0
20492026-03-26T04:07:57.193Z Compiling typify-impl v0.4.3
20502026-03-26T04:07:57.210Z Compiling proc-macro-error-attr2 v2.0.0
20512026-03-26T04:07:57.227Z Compiling papergrid v0.17.0
20522026-03-26T04:07:57.384Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20532026-03-26T04:07:57.396Z Compiling slog-json v2.6.1
20542026-03-26T04:07:57.489Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20552026-03-26T04:07:57.617Z Compiling slog-async v2.8.0
20562026-03-26T04:07:57.627Z Compiling slog-term v2.9.2
20572026-03-26T04:07:57.792Z Compiling slog-bunyan v2.5.0
20582026-03-26T04:07:57.836Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20592026-03-26T04:07:57.927Z Compiling dropshot v0.16.7
20602026-03-26T04:07:58.220Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20612026-03-26T04:07:58.615Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20622026-03-26T04:07:58.718Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20632026-03-26T04:07:58.855Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20642026-03-26T04:07:59.285Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20652026-03-26T04:07:59.417Z Compiling slog-dtrace v0.3.0
20662026-03-26T04:07:59.735Z Compiling steno v0.4.1
20672026-03-26T04:07:59.787Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20682026-03-26T04:08:01.443Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20692026-03-26T04:08:02.913Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20702026-03-26T04:08:03.400Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20712026-03-26T04:08:03.435Z Compiling typify-macro v0.4.3
20722026-03-26T04:08:03.982Z Compiling proc-macro-error2 v2.0.1
20732026-03-26T04:08:04.121Z Compiling testing_table v0.3.0
20742026-03-26T04:08:04.267Z Compiling tabled_derive v0.11.0
20752026-03-26T04:08:04.291Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20762026-03-26T04:08:04.474Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20772026-03-26T04:08:04.563Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20782026-03-26T04:08:04.742Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20792026-03-26T04:08:05.074Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20802026-03-26T04:08:05.145Z Compiling progenitor-client v0.11.2
20812026-03-26T04:08:05.379Z Compiling tabled v0.20.0
20822026-03-26T04:08:05.437Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20832026-03-26T04:08:05.460Z Compiling crc8 v0.1.1
20842026-03-26T04:08:05.484Z Compiling typify v0.4.3
20852026-03-26T04:08:05.578Z Compiling progenitor-impl v0.11.2
20862026-03-26T04:08:06.021Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20872026-03-26T04:08:06.962Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20882026-03-26T04:08:07.523Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20892026-03-26T04:08:07.749Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20902026-03-26T04:08:08.228Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20912026-03-26T04:08:08.660Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20922026-03-26T04:08:09.188Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20932026-03-26T04:08:09.241Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20942026-03-26T04:08:09.263Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20952026-03-26T04:08:10.401Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20962026-03-26T04:08:10.514Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20972026-03-26T04:08:10.720Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20982026-03-26T04:08:10.732Z Compiling progenitor-macro v0.11.2
20992026-03-26T04:08:10.972Z Compiling dropshot-api-manager-types v0.7.0
21002026-03-26T04:08:11.494Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21012026-03-26T04:08:14.354Z Compiling progenitor v0.11.2
21022026-03-26T04:08:14.444Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21032026-03-26T04:08:16.862Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21042026-03-26T04:08:17.961Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21052026-03-26T04:08:17.961Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21062026-03-26T04:08:18.194Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21072026-03-26T04:08:18.501Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21082026-03-26T04:08:27.235Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21092026-03-26T04:08:33.536Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21102026-03-26T04:08:35.123Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21112026-03-26T04:08:36.203Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21122026-03-26T04:08:37.303Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21132026-03-26T04:08:38.071Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21142026-03-26T04:08:39.544Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21152026-03-26T04:08:39.544Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21162026-03-26T04:08:39.548Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21172026-03-26T04:08:46.148Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21182026-03-26T04:08:47.530Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21192026-03-26T04:08:47.530Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21202026-03-26T04:08:48.771Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21212026-03-26T04:09:17.410Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
21222026-03-26T04:09:17.569Z────────────
21232026-03-26T04:09:17.569Z Nextest run ID 85efa601-0903-4c09-890d-7ad0f147808d with nextest profile: default
21242026-03-26T04:09:17.569Z Starting 32 tests across 1 binary
21252026-03-26T04:09:17.579Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21262026-03-26T04:09:17.582Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21272026-03-26T04:09:17.595Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21282026-03-26T04:09:17.611Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21292026-03-26T04:09:17.627Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21302026-03-26T04:09:17.631Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21312026-03-26T04:09:17.631Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21322026-03-26T04:09:17.631Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21332026-03-26T04:09:17.631Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21342026-03-26T04:09:17.631Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21352026-03-26T04:09:17.631Z PASS [ 0.061s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21362026-03-26T04:09:17.634Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21372026-03-26T04:09:17.637Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21382026-03-26T04:09:17.640Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21392026-03-26T04:09:17.640Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21402026-03-26T04:09:17.640Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21412026-03-26T04:09:17.640Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21422026-03-26T04:09:17.641Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21432026-03-26T04:09:17.644Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21442026-03-26T04:09:17.647Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21452026-03-26T04:09:17.647Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21462026-03-26T04:09:17.649Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21472026-03-26T04:09:17.650Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21482026-03-26T04:09:17.650Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21492026-03-26T04:09:17.650Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21502026-03-26T04:09:17.650Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21512026-03-26T04:09:17.654Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21522026-03-26T04:09:17.657Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21532026-03-26T04:09:17.657Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21542026-03-26T04:09:17.657Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21552026-03-26T04:09:17.657Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21562026-03-26T04:09:17.657Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21572026-03-26T04:09:17.657Z────────────
21582026-03-26T04:09:17.657Z Summary [ 0.087s] 32 tests run: 32 passed, 0 skipped
21592026-03-26T04:09:17.667Z+ cp apply_remove_entire_group.log /work/
21602026-03-26T04:09:17.670Z+ popd
21612026-03-26T04:09:17.670Z/work/oxidecomputer/maghemite
21622026-03-26T04:09:17.670Zprocess exited: duration 396274 ms, exit code 0
 
21632026-03-26T04:09:17.676Zfound 66 output files
21642026-03-26T04:09:17.676Zuploading: /work/apply_remove_entire_group.log (8210 bytes)
21652026-03-26T04:09:18.690Zuploaded: /work/apply_remove_entire_group.log
21662026-03-26T04:09:18.690Zuploading: /work/dualstack_routes.log (82273 bytes)
21672026-03-26T04:09:19.703Zuploaded: /work/dualstack_routes.log
21682026-03-26T04:09:19.703Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2282 bytes)
21692026-03-26T04:09:20.714Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21702026-03-26T04:09:20.714Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1360 bytes)
21712026-03-26T04:09:21.721Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21722026-03-26T04:09:21.721Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2393 bytes)
21732026-03-26T04:09:22.729Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21742026-03-26T04:09:22.729Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2280 bytes)
21752026-03-26T04:09:23.737Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21762026-03-26T04:09:23.737Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2223 bytes)
21772026-03-26T04:09:24.745Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21782026-03-26T04:09:24.745Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2228 bytes)
21792026-03-26T04:09:25.753Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21802026-03-26T04:09:25.753Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2386 bytes)
21812026-03-26T04:09:26.762Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21822026-03-26T04:09:26.762Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2342 bytes)
21832026-03-26T04:09:27.771Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21842026-03-26T04:09:27.771Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2042 bytes)
21852026-03-26T04:09:28.779Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21862026-03-26T04:09:28.779Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2246 bytes)
21872026-03-26T04:09:29.787Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21882026-03-26T04:09:29.787Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2231 bytes)
21892026-03-26T04:09:30.795Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21902026-03-26T04:09:30.795Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2428 bytes)
21912026-03-26T04:09:31.803Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21922026-03-26T04:09:31.803Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3626 bytes)
21932026-03-26T04:09:32.811Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
21942026-03-26T04:09:32.811Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3536 bytes)
21952026-03-26T04:09:33.820Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
21962026-03-26T04:09:33.820Zuploading: /work/multiple_unnumbered.log (133149 bytes)
21972026-03-26T04:09:34.833Zuploaded: /work/multiple_unnumbered.log
21982026-03-26T04:09:34.833Zuploading: /work/ndp_change_reset.log (67466 bytes)
21992026-03-26T04:09:35.844Zuploaded: /work/ndp_change_reset.log
22002026-03-26T04:09:35.844Zuploading: /work/ndp_changes.log (86876 bytes)
22012026-03-26T04:09:36.856Zuploaded: /work/ndp_changes.log
22022026-03-26T04:09:36.856Zuploading: /work/r1.test_basic_peering_active.log (37969 bytes)
22032026-03-26T04:09:37.865Zuploaded: /work/r1.test_basic_peering_active.log
22042026-03-26T04:09:37.865Zuploading: /work/r1.test_basic_peering_active_tcp.log (46395 bytes)
22052026-03-26T04:09:38.875Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22062026-03-26T04:09:38.875Zuploading: /work/r1.test_basic_peering_passive.log (32378 bytes)
22072026-03-26T04:09:39.885Zuploaded: /work/r1.test_basic_peering_passive.log
22082026-03-26T04:09:39.888Zuploading: /work/r1.test_basic_peering_passive_tcp.log (37203 bytes)
22092026-03-26T04:09:40.895Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22102026-03-26T04:09:40.895Zuploading: /work/r1.test_basic_update.log (27023 bytes)
22112026-03-26T04:09:41.905Zuploaded: /work/r1.test_basic_update.log
22122026-03-26T04:09:41.905Zuploading: /work/r1.test_basic_update_ipv6.log (26933 bytes)
22132026-03-26T04:09:42.914Zuploaded: /work/r1.test_basic_update_ipv6.log
22142026-03-26T04:09:42.914Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29279 bytes)
22152026-03-26T04:09:43.924Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22162026-03-26T04:09:43.924Zuploading: /work/r1.test_basic_update_tcp.log (80219 bytes)
22172026-03-26T04:09:44.935Zuploaded: /work/r1.test_basic_update_tcp.log
22182026-03-26T04:09:44.935Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (41223 bytes)
22192026-03-26T04:09:45.947Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22202026-03-26T04:09:45.947Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (40667 bytes)
22212026-03-26T04:09:46.956Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22222026-03-26T04:09:46.956Zuploading: /work/r1.test_import_export_policy_filtering.log (37954 bytes)
22232026-03-26T04:09:47.966Zuploaded: /work/r1.test_import_export_policy_filtering.log
22242026-03-26T04:09:47.966Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (33898 bytes)
22252026-03-26T04:09:48.976Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22262026-03-26T04:09:48.976Zuploading: /work/r1.test_ipv6_basic_peering_active.log (39897 bytes)
22272026-03-26T04:09:49.987Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22282026-03-26T04:09:49.987Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45676 bytes)
22292026-03-26T04:09:50.997Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22302026-03-26T04:09:50.997Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32267 bytes)
22312026-03-26T04:09:52.008Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22322026-03-26T04:09:52.008Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (37138 bytes)
22332026-03-26T04:09:53.018Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22342026-03-26T04:09:53.018Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (33606 bytes)
22352026-03-26T04:09:54.028Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22362026-03-26T04:09:54.028Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28285 bytes)
22372026-03-26T04:09:55.040Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22382026-03-26T04:09:55.040Zuploading: /work/r1.test_three_router_chain_tcp.log (20422 bytes)
22392026-03-26T04:09:56.049Zuploaded: /work/r1.test_three_router_chain_tcp.log
22402026-03-26T04:09:56.049Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24496 bytes)
22412026-03-26T04:09:57.060Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22422026-03-26T04:09:57.060Zuploading: /work/r2.test_basic_peering_active.log (36829 bytes)
22432026-03-26T04:09:58.069Zuploaded: /work/r2.test_basic_peering_active.log
22442026-03-26T04:09:58.069Zuploading: /work/r2.test_basic_peering_active_tcp.log (44442 bytes)
22452026-03-26T04:09:59.080Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22462026-03-26T04:09:59.080Zuploading: /work/r2.test_basic_peering_passive.log (42743 bytes)
22472026-03-26T04:10:00.090Zuploaded: /work/r2.test_basic_peering_passive.log
22482026-03-26T04:10:00.090Zuploading: /work/r2.test_basic_peering_passive_tcp.log (44872 bytes)
22492026-03-26T04:10:01.101Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22502026-03-26T04:10:01.101Zuploading: /work/r2.test_basic_update.log (26086 bytes)
22512026-03-26T04:10:02.110Zuploaded: /work/r2.test_basic_update.log
22522026-03-26T04:10:02.110Zuploading: /work/r2.test_basic_update_ipv6.log (26120 bytes)
22532026-03-26T04:10:03.119Zuploaded: /work/r2.test_basic_update_ipv6.log
22542026-03-26T04:10:03.119Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (31703 bytes)
22552026-03-26T04:10:04.129Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22562026-03-26T04:10:04.130Zuploading: /work/r2.test_basic_update_tcp.log (86623 bytes)
22572026-03-26T04:10:05.141Zuploaded: /work/r2.test_basic_update_tcp.log
22582026-03-26T04:10:05.141Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43116 bytes)
22592026-03-26T04:10:06.151Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22602026-03-26T04:10:06.152Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (41229 bytes)
22612026-03-26T04:10:07.161Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22622026-03-26T04:10:07.161Zuploading: /work/r2.test_import_export_policy_filtering.log (36093 bytes)
22632026-03-26T04:10:08.175Zuploaded: /work/r2.test_import_export_policy_filtering.log
22642026-03-26T04:10:08.176Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (37826 bytes)
22652026-03-26T04:10:09.184Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22662026-03-26T04:10:09.184Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36600 bytes)
22672026-03-26T04:10:10.195Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22682026-03-26T04:10:10.195Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44338 bytes)
22692026-03-26T04:10:11.205Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22702026-03-26T04:10:11.205Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40362 bytes)
22712026-03-26T04:10:12.214Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22722026-03-26T04:10:12.214Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (45306 bytes)
22732026-03-26T04:10:13.223Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22742026-03-26T04:10:13.223Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39937 bytes)
22752026-03-26T04:10:14.233Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22762026-03-26T04:10:14.233Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (27648 bytes)
22772026-03-26T04:10:15.244Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22782026-03-26T04:10:15.244Zuploading: /work/r2.test_three_router_chain_tcp.log (40010 bytes)
22792026-03-26T04:10:16.254Zuploaded: /work/r2.test_three_router_chain_tcp.log
22802026-03-26T04:10:16.254Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44455 bytes)
22812026-03-26T04:10:17.265Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22822026-03-26T04:10:17.265Zuploading: /work/r3.test_three_router_chain_tcp.log (20419 bytes)
22832026-03-26T04:10:18.276Zuploaded: /work/r3.test_three_router_chain_tcp.log
22842026-03-26T04:10:18.279Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21027 bytes)
22852026-03-26T04:10:19.286Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22862026-03-26T04:10:19.286Zuploading: /work/same_linklocal.log (130954 bytes)
22872026-03-26T04:10:20.300Zuploaded: /work/same_linklocal.log
22882026-03-26T04:10:20.300Zuploading: /work/three_chain.log (172942 bytes)
22892026-03-26T04:10:21.314Zuploaded: /work/three_chain.log
22902026-03-26T04:10:21.314Zuploading: /work/unnumbered_expiry.log (85483 bytes)
22912026-03-26T04:10:22.326Zuploaded: /work/unnumbered_expiry.log
22922026-03-26T04:10:22.326Zuploading: /work/unnumbered_interface_lifecycle.log (123774 bytes)
22932026-03-26T04:10:23.338Zuploaded: /work/unnumbered_interface_lifecycle.log
22942026-03-26T04:10:23.338Zuploading: /work/unnumbered_peer_change.log (75916 bytes)
22952026-03-26T04:10:24.348Zuploaded: /work/unnumbered_peer_change.log