01KMM48QJ27VMN5NAEPQ58P05V: 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: 01KMM49FHH9PWD5Q5AV0GHJ3FG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T04:05:47.728Zjob assigned to worker 01KMM523YX8B46MA33TDJ1TZPT [factory aws, i-0420722862798e962] (queued for 14 m 20 s)
 
22026-03-26T04:05:54.745Zstarting task 0: "setup"
32026-03-26T04:05:54.753Z++ uname -s
42026-03-26T04:05:54.753Z+ kern=SunOS
52026-03-26T04:05:54.753Z+ build_user=build
62026-03-26T04:05:54.753Z+ build_uid=12345
72026-03-26T04:05:54.753Z+ work_dir=/work
82026-03-26T04:05:54.753Z+ input_dir=/input
92026-03-26T04:05:54.753Z+ [[ 0 == 12345 ]]
102026-03-26T04:05:54.753Z+ case "$kern" in
112026-03-26T04:05:54.753Z+ groupadd -g 12345 build
122026-03-26T04:05:54.760Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T04:05:56.771Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T04:05:56.892Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T04:05:56.918Z+ home_fs=zfs
162026-03-26T04:05:56.919Z+ [[ zfs == autofs ]]
172026-03-26T04:05:56.919Z+ mkdir -p /home/build
182026-03-26T04:05:56.919Z+ chown build:build /home/build /work
192026-03-26T04:06:00.011Z+ chmod 0700 /home/build /work
202026-03-26T04:06:00.068Zprocess exited: duration 4138 ms, exit code 0
 
212026-03-26T04:06:00.100Zstarting task 1: "rust-toolchain"
222026-03-26T04:06:00.110Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T04:06:00.110Z * rust toolchain channel = "stable"
242026-03-26T04:06:00.110Z * rust toolchain profile = "default"
252026-03-26T04:06:00.110Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T04:06:00.110Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T04:06:00.110Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T04:06:00.110Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T04:06:00.111Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T04:06:00.200Zinfo: downloading installer
312026-03-26T04:06:01.804Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T04:06:01.804Zwarn: /opt/ooce/bin
332026-03-26T04:06:01.804Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T04:06:01.804Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T04:06:01.804Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T04:06:01.804Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T04:06:01.804Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T04:06:01.804Zerror: cannot install while Rust is installed
392026-03-26T04:06:01.804Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T04:06:01.804Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T04:06:01.804Zwarn: /home/build/.rustup/settings.toml
422026-03-26T04:06:01.804Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T04:06:01.804Zwarn: instead of the one inferred from the default host triple.
442026-03-26T04:06:01.819Zinfo: profile set to default
452026-03-26T04:06:01.819Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T04:06:01.823Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T04:06:01.975Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T04:06:01.978Zinfo: downloading 6 components
492026-03-26T04:06:19.342Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-26T04:06:19.342Z
512026-03-26T04:06:19.369Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T04:06:19.369Z
532026-03-26T04:06:19.369Z
542026-03-26T04:06:19.369ZRust is installed now. Great!
552026-03-26T04:06:19.369Z
562026-03-26T04:06:19.369ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T04:06:19.369Zenvironment variable. This has not been done automatically.
582026-03-26T04:06:19.369Z
592026-03-26T04:06:19.369ZTo configure your current shell, you need to source
602026-03-26T04:06:19.369Zthe corresponding env file under $HOME/.cargo.
612026-03-26T04:06:19.369Z
622026-03-26T04:06:19.369ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T04:06:19.369Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T04:06:19.369Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T04:06:19.369Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T04:06:19.369Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T04:06:19.369Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T04:06:19.369Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T04:06:19.374Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T04:06:19.374Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T04:06:19.465Z+ rustup --version
722026-03-26T04:06:19.474Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T04:06:19.478Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T04:06:19.497Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T04:06:19.500Z+ cargo --version
762026-03-26T04:06:19.511Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T04:06:19.515Z+ rustc --version
782026-03-26T04:06:19.535Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T04:06:19.538Zprocess exited: duration 19452 ms, exit code 0
 
802026-03-26T04:06:19.545Zstarting task 2: "authentication"
812026-03-26T04:06:19.562Zprocess exited: duration 17 ms, exit code 0
 
822026-03-26T04:06:19.569Zstarting task 3: "clone repository"
832026-03-26T04:06:19.572Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T04:06:19.577Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T04:06:19.647ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T04:06:20.389Z+ cd /work/oxidecomputer/maghemite
872026-03-26T04:06:20.389Z+ git fetch origin a1dba7f2c9be3c7727e21fad2946a96decaf2443
882026-03-26T04:06:20.610ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T04:06:20.611Z * branch a1dba7f2c9be3c7727e21fad2946a96decaf2443 -> FETCH_HEAD
902026-03-26T04:06:20.617Z+ [[ -n renovate/dropshot-0.x ]]
912026-03-26T04:06:20.621Z++ git branch --show-current
922026-03-26T04:06:20.621Z+ current=main
932026-03-26T04:06:20.621Z+ [[ main != renovate/dropshot-0.x ]]
942026-03-26T04:06:20.621Z+ git branch -f renovate/dropshot-0.x a1dba7f2c9be3c7727e21fad2946a96decaf2443
952026-03-26T04:06:20.624Z+ git checkout -f renovate/dropshot-0.x
962026-03-26T04:06:20.639ZSwitched to branch 'renovate/dropshot-0.x'
972026-03-26T04:06:20.642Z+ git reset --hard a1dba7f2c9be3c7727e21fad2946a96decaf2443
982026-03-26T04:06:20.647ZHEAD is now at a1dba7f Update Rust crate dropshot to 0.17.0
992026-03-26T04:06:20.647Zprocess exited: duration 1075 ms, exit code 0
 
1002026-03-26T04:06:20.656Zstarting task 4: "build"
1012026-03-26T04:06:20.661Z+ set -e
1022026-03-26T04:06:20.661Z+ source .github/buildomat/test-common.sh
1032026-03-26T04:06:20.661Z++ NEXTEST_VERSION=0.9.97
1042026-03-26T04:06:20.661Z++ PLATFORM=illumos
1052026-03-26T04:06:20.661Z++ banner install
1062026-03-26T04:06:20.664Z
1072026-03-26T04:06:20.664Z # # # #### ##### ## # #
1082026-03-26T04:06:20.664Z # ## # # # # # # #
1092026-03-26T04:06:20.664Z # # # # #### # # # # #
1102026-03-26T04:06:20.665Z # # # # # # ###### # #
1112026-03-26T04:06:20.665Z # # ## # # # # # # #
1122026-03-26T04:06:20.665Z # # # #### # # # ###### ######
1132026-03-26T04:06:20.665Z
1142026-03-26T04:06:20.665Z++ set +o errexit
1152026-03-26T04:06:20.665Z++ pkg info clang-15
1162026-03-26T04:06:20.665Z++ grep -qi installed
1172026-03-26T04:06:22.275Zpkg: info: no packages matching the following patterns you specified are
1182026-03-26T04:06:22.275Zinstalled on the system. Try querying remotely instead:
1192026-03-26T04:06:22.275Z
1202026-03-26T04:06:22.275Z clang-15
1212026-03-26T04:06:22.312Z++ [[ 1 != 0 ]]
1222026-03-26T04:06:22.312Z++ set -o errexit
1232026-03-26T04:06:22.316Z++ pfexec pkg install clang-15
1242026-03-26T04:06:29.314Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-26T04:06:36.099Z Startup: Caching catalogs ... Done
1262026-03-26T04:06:39.790ZPlanning: Solver setup ... Done
1272026-03-26T04:06:39.805ZPlanning: Running solver ... Done
1282026-03-26T04:06:39.922ZPlanning: Finding local manifests ... Done
1292026-03-26T04:06:39.934ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-26T04:06:40.016ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-26T04:06:40.045ZPlanning: Package planning ... Done
1322026-03-26T04:06:40.071ZPlanning: Merging actions ... Done
1332026-03-26T04:06:40.187ZPlanning: Checking for conflicting actions ... Done
1342026-03-26T04:06:40.191ZPlanning: Consolidating action changes ... Done
1352026-03-26T04:06:40.801ZPlanning: Evaluating mediators ... Done
1362026-03-26T04:06:40.812ZPlanning: Planning completed in 4.55 seconds
1372026-03-26T04:06:41.160Z Packages to install: 2
1382026-03-26T04:06:41.160Z Mediators to change: 2
1392026-03-26T04:06:41.160Z Services to change: 1
1402026-03-26T04:06:41.160Z Create boot environment: No
1412026-03-26T04:06:41.165ZCreate backup boot environment: No
1422026-03-26T04:06:41.202Z
1432026-03-26T04:06:41.202ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-26T04:06:46.203ZDownload: 2182/3076 items 118.6/211.3MB 56% complete (24.0M/s)
1452026-03-26T04:06:48.365ZDownload: Completed 211.31 MB in 7.16 seconds (29.5M/s)
1462026-03-26T04:06:48.605Z Actions: 1/3418 actions (Installing new actions)
1472026-03-26T04:06:51.803Z Actions: Completed 3418 actions in 3.20 seconds.
1482026-03-26T04:06:52.099Z Done
1492026-03-26T04:06:52.099Z Done
1502026-03-26T04:06:52.799Z Done
1512026-03-26T04:06:56.058Z Done
1522026-03-26T04:06:56.130Z Done
1532026-03-26T04:06:56.133Z Done
1542026-03-26T04:06:56.421Z Done
1552026-03-26T04:06:57.053Z++ set -o errexit
1562026-03-26T04:06:57.053Z++ cargo --version
1572026-03-26T04:06:57.061Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1582026-03-26T04:06:57.227Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1592026-03-26T04:06:57.231Zinfo: downloading 6 components
1602026-03-26T04:07:13.181Zcargo 1.94.0 (85eff7c80 2026-01-15)
1612026-03-26T04:07:13.184Z++ rustc --version
1622026-03-26T04:07:13.211Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1632026-03-26T04:07:13.215Z++ cargo install cargo-nextest --version 0.9.97
1642026-03-26T04:07:13.260Z Updating crates.io index
1652026-03-26T04:07:13.356Z Downloading crates ...
1662026-03-26T04:07:13.420Z Downloaded cargo-nextest v0.9.97
1672026-03-26T04:07:13.483Z Installing cargo-nextest v0.9.97
1682026-03-26T04:07:13.524Z Updating crates.io index
1692026-03-26T04:07:16.293Z Locking 408 packages to latest compatible versions
1702026-03-26T04:07:16.298Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-03-26T04:07:16.299Z Adding duct v0.13.7 (available: v1.1.1)
1722026-03-26T04:07:16.299Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-03-26T04:07:16.299Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-03-26T04:07:16.303Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-03-26T04:07:16.303Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1762026-03-26T04:07:16.303Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-03-26T04:07:16.303Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1782026-03-26T04:07:16.310Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-03-26T04:07:16.323Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-03-26T04:07:16.333Z Downloading crates ...
1812026-03-26T04:07:16.405Z Downloaded adler2 v2.0.1
1822026-03-26T04:07:16.408Z Downloaded anstyle-query v1.1.5
1832026-03-26T04:07:16.413Z Downloaded atomic-waker v1.1.2
1842026-03-26T04:07:16.416Z Downloaded clap_lex v1.1.0
1852026-03-26T04:07:16.416Z Downloaded foreign-types v0.3.2
1862026-03-26T04:07:16.419Z Downloaded async-scoped v0.9.0
1872026-03-26T04:07:16.419Z Downloaded find-msvc-tools v0.1.9
1882026-03-26T04:07:16.422Z Downloaded anstream v1.0.0
1892026-03-26T04:07:16.426Z Downloaded addr2line v0.25.1
1902026-03-26T04:07:16.429Z Downloaded lazy_static v1.5.0
1912026-03-26T04:07:16.431Z Downloaded home v0.5.12
1922026-03-26T04:07:16.431Z Downloaded errno v0.3.14
1932026-03-26T04:07:16.434Z Downloaded http-body v1.0.1
1942026-03-26T04:07:16.437Z Downloaded h2 v0.4.13
1952026-03-26T04:07:16.440Z Downloaded cfg_aliases v0.2.1
1962026-03-26T04:07:16.443Z Downloaded debug-ignore v1.0.5
1972026-03-26T04:07:16.443Z Downloaded anstyle v1.0.14
1982026-03-26T04:07:16.445Z Downloaded quote v1.0.45
1992026-03-26T04:07:16.445Z Downloaded indexmap v2.13.0
2002026-03-26T04:07:16.451Z Downloaded http v1.4.0
2012026-03-26T04:07:16.455Z Downloaded fixedbitset v0.5.7
2022026-03-26T04:07:16.459Z Downloaded litrs v1.0.0
2032026-03-26T04:07:16.461Z Downloaded ryu v1.0.23
2042026-03-26T04:07:16.461Z Downloaded openssl-macros v0.1.1
2052026-03-26T04:07:16.461Z Downloaded newtype-uuid v1.3.2
2062026-03-26T04:07:16.464Z Downloaded miette-derive v7.6.0
2072026-03-26T04:07:16.464Z Downloaded futures-task v0.3.32
2082026-03-26T04:07:16.464Z Downloaded console v0.15.11
2092026-03-26T04:07:16.467Z Downloaded futures-core v0.3.32
2102026-03-26T04:07:16.467Z Downloaded native-tls v0.2.18
2112026-03-26T04:07:16.470Z Downloaded fastrand v2.3.0
2122026-03-26T04:07:16.470Z Downloaded color-spantrace v0.3.0
2132026-03-26T04:07:16.470Z Downloaded document-features v0.2.12
2142026-03-26T04:07:16.473Z Downloaded number_prefix v0.4.0
2152026-03-26T04:07:16.473Z Downloaded num-traits v0.2.19
2162026-03-26T04:07:16.476Z Downloaded camino-tempfile v1.4.1
2172026-03-26T04:07:16.476Z Downloaded nextest-filtering v0.15.0
2182026-03-26T04:07:16.476Z Downloaded colorchoice v1.0.5
2192026-03-26T04:07:16.478Z Downloaded der v0.7.10
2202026-03-26T04:07:16.481Z Downloaded owo-colors v4.3.0
2212026-03-26T04:07:16.481Z Downloaded cargo-platform v0.3.2
2222026-03-26T04:07:16.481Z Downloaded atomicwrites v0.4.4
2232026-03-26T04:07:16.484Z Downloaded bytes v1.11.1
2242026-03-26T04:07:16.487Z Downloaded clap v4.6.0
2252026-03-26T04:07:16.491Z Downloaded pin-project v1.1.11
2262026-03-26T04:07:16.497Z Downloaded pin-utils v0.1.0
2272026-03-26T04:07:16.500Z Downloaded cargo_metadata v0.20.0
2282026-03-26T04:07:16.500Z Downloaded hex v0.4.3
2292026-03-26T04:07:16.503Z Downloaded mukti-metadata v0.3.0
2302026-03-26T04:07:16.503Z Downloaded guppy-workspace-hack v0.1.0
2312026-03-26T04:07:16.503Z Downloaded fnv v1.0.7
2322026-03-26T04:07:16.503Z Downloaded generic-array v0.14.7
2332026-03-26T04:07:16.506Z Downloaded itoa v1.0.18
2342026-03-26T04:07:16.506Z Downloaded enable-ansi-support v0.2.1
2352026-03-26T04:07:16.507Z Downloaded humantime-serde v1.1.1
2362026-03-26T04:07:16.510Z Downloaded heck v0.5.0
2372026-03-26T04:07:16.510Z Downloaded cfg-if v1.0.4
2382026-03-26T04:07:16.510Z Downloaded percent-encoding v2.3.2
2392026-03-26T04:07:16.510Z Downloaded cargo-util-schemas v0.2.0
2402026-03-26T04:07:16.514Z Downloaded lru-slab v0.1.2
2412026-03-26T04:07:16.518Z Downloaded is_ci v1.2.0
2422026-03-26T04:07:16.521Z Downloaded futures-macro v0.3.32
2432026-03-26T04:07:16.524Z Downloaded nextest-workspace-hack v0.1.0
2442026-03-26T04:07:16.524Z Downloaded foreign-types-shared v0.1.1
2452026-03-26T04:07:16.524Z Downloaded hyper-tls v0.6.0
2462026-03-26T04:07:16.527Z Downloaded idna_adapter v1.0.0
2472026-03-26T04:07:16.528Z Downloaded pathdiff v0.2.3
2482026-03-26T04:07:16.528Z Downloaded openssl-probe v0.2.1
2492026-03-26T04:07:16.532Z Downloaded equivalent v1.0.2
2502026-03-26T04:07:16.532Z Downloaded futures-sink v0.3.32
2512026-03-26T04:07:16.532Z Downloaded cargo-platform v0.2.0
2522026-03-26T04:07:16.532Z Downloaded backtrace-ext v0.2.1
2532026-03-26T04:07:16.535Z Downloaded crypto-common v0.1.7
2542026-03-26T04:07:16.540Z Downloaded form_urlencoded v1.2.2
2552026-03-26T04:07:16.540Z Downloaded block-buffer v0.10.4
2562026-03-26T04:07:16.545Z Downloaded cpufeatures v0.2.17
2572026-03-26T04:07:16.545Z Downloaded indent_write v2.2.0
2582026-03-26T04:07:16.545Z Downloaded indenter v0.3.4
2592026-03-26T04:07:16.545Z Downloaded serde-value v0.7.0
2602026-03-26T04:07:16.548Z Downloaded futures-io v0.3.32
2612026-03-26T04:07:16.548Z Downloaded curve25519-dalek-derive v0.1.1
2622026-03-26T04:07:16.551Z Downloaded nested v0.1.1
2632026-03-26T04:07:16.551Z Downloaded futures-executor v0.3.32
2642026-03-26T04:07:16.551Z Downloaded base64ct v1.8.3
2652026-03-26T04:07:16.554Z Downloaded serde_spanned v0.6.9
2662026-03-26T04:07:16.554Z Downloaded scopeguard v1.2.0
2672026-03-26T04:07:16.558Z Downloaded os_pipe v1.2.3
2682026-03-26T04:07:16.558Z Downloaded shared_child v1.1.1
2692026-03-26T04:07:16.561Z Downloaded rustc_version v0.4.1
2702026-03-26T04:07:16.564Z Downloaded shell-words v1.1.1
2712026-03-26T04:07:16.564Z Downloaded sync_wrapper v1.0.2
2722026-03-26T04:07:16.567Z Downloaded supports-hyperlinks v3.2.0
2732026-03-26T04:07:16.567Z Downloaded strip-ansi-escapes v0.2.1
2742026-03-26T04:07:16.567Z Downloaded subtle v2.6.1
2752026-03-26T04:07:16.570Z Downloaded signal-hook-mio v0.2.5
2762026-03-26T04:07:16.570Z Downloaded sigchld v0.2.4
2772026-03-26T04:07:16.570Z Downloaded serde_urlencoded v0.7.1
2782026-03-26T04:07:16.573Z Downloaded strsim v0.11.1
2792026-03-26T04:07:16.573Z Downloaded foldhash v0.1.5
2802026-03-26T04:07:16.573Z Downloaded serde_spanned v1.1.0
2812026-03-26T04:07:16.573Z Downloaded erased-serde v0.4.10
2822026-03-26T04:07:16.576Z Downloaded rustc-hash v2.1.1
2832026-03-26T04:07:16.580Z Downloaded signature v2.2.0
2842026-03-26T04:07:16.580Z Downloaded filetime v0.2.27
2852026-03-26T04:07:16.583Z Downloaded convert_case v0.10.0
2862026-03-26T04:07:16.583Z Downloaded supports-color v3.0.2
2872026-03-26T04:07:16.586Z Downloaded dialoguer v0.11.0
2882026-03-26T04:07:16.589Z Downloaded rand_core v0.9.5
2892026-03-26T04:07:16.592Z Downloaded duct v0.13.7
2902026-03-26T04:07:16.592Z Downloaded rand_core v0.6.4
2912026-03-26T04:07:16.596Z Downloaded is_terminal_polyfill v1.70.2
2922026-03-26T04:07:16.599Z Downloaded digest v0.10.7
2932026-03-26T04:07:16.599Z Downloaded serde_ignored v0.1.14
2942026-03-26T04:07:16.602Z Downloaded either v1.15.0
2952026-03-26T04:07:16.602Z Downloaded future-queue v0.4.0
2962026-03-26T04:07:16.602Z Downloaded ed25519 v2.2.3
2972026-03-26T04:07:16.605Z Downloaded target-spec-miette v0.4.5
2982026-03-26T04:07:16.608Z Downloaded swrite v0.1.0
2992026-03-26T04:07:16.608Z Downloaded eyre v0.6.12
3002026-03-26T04:07:16.611Z Downloaded quinn-udp v0.5.14
3012026-03-26T04:07:16.611Z Downloaded semver v1.0.27
3022026-03-26T04:07:16.613Z Downloaded terminal_size v0.4.4
3032026-03-26T04:07:16.614Z Downloaded tinyvec_macros v0.1.1
3042026-03-26T04:07:16.617Z Downloaded parking_lot_core v0.9.12
3052026-03-26T04:07:16.617Z Downloaded once_cell v1.21.4
3062026-03-26T04:07:16.617Z Downloaded mio v1.1.1
3072026-03-26T04:07:16.621Z Downloaded clap_derive v4.6.0
3082026-03-26T04:07:16.624Z Downloaded http-body-util v0.1.3
3092026-03-26T04:07:16.624Z Downloaded toml_write v0.1.2
3102026-03-26T04:07:16.624Z Downloaded jobserver v0.1.34
3112026-03-26T04:07:16.624Z Downloaded supports-unicode v3.0.0
3122026-03-26T04:07:16.628Z Downloaded simd-adler32 v0.3.8
3132026-03-26T04:07:16.628Z Downloaded base64 v0.22.1
3142026-03-26T04:07:16.631Z Downloaded sha2 v0.10.9
3152026-03-26T04:07:16.633Z Downloaded static_assertions v1.1.0
3162026-03-26T04:07:16.633Z Downloaded pkcs8 v0.10.2
3172026-03-26T04:07:16.637Z Downloaded tower-service v0.3.3
3182026-03-26T04:07:16.637Z Downloaded tower-layer v0.3.3
3192026-03-26T04:07:16.637Z Downloaded toml_datetime v0.6.11
3202026-03-26T04:07:16.637Z Downloaded ppv-lite86 v0.2.21
3212026-03-26T04:07:16.640Z Downloaded ipnet v2.12.0
3222026-03-26T04:07:16.640Z Downloaded tracing-error v0.2.1
3232026-03-26T04:07:16.640Z Downloaded humantime v2.3.0
3242026-03-26T04:07:16.643Z Downloaded self-replace v1.5.0
3252026-03-26T04:07:16.643Z Downloaded rustc-demangle v0.1.27
3262026-03-26T04:07:16.643Z Downloaded pin-project-lite v0.2.17
3272026-03-26T04:07:16.646Z Downloaded typeid v1.0.3
3282026-03-26T04:07:16.649Z Downloaded target-lexicon v0.13.3
3292026-03-26T04:07:16.649Z Downloaded slab v0.4.12
3302026-03-26T04:07:16.649Z Downloaded shlex v1.3.0
3312026-03-26T04:07:16.652Z Downloaded rand_chacha v0.9.0
3322026-03-26T04:07:16.652Z Downloaded pkg-config v0.3.32
3332026-03-26T04:07:16.652Z Downloaded globset v0.4.18
3342026-03-26T04:07:16.655Z Downloaded bitflags v2.11.0
3352026-03-26T04:07:16.655Z Downloaded crc32fast v1.5.0
3362026-03-26T04:07:16.660Z Downloaded ahash v0.8.12
3372026-03-26T04:07:16.660Z Downloaded autocfg v1.5.0
3382026-03-26T04:07:16.663Z Downloaded ordered-float v2.10.1
3392026-03-26T04:07:16.663Z Downloaded futures-channel v0.3.32
3402026-03-26T04:07:16.663Z Downloaded pin-project-internal v1.1.11
3412026-03-26T04:07:16.663Z Downloaded signal-hook-registry v1.4.8
3422026-03-26T04:07:16.663Z Downloaded nextest-metadata v0.12.2
3432026-03-26T04:07:16.666Z Downloaded anstyle-parse v1.0.0
3442026-03-26T04:07:16.666Z Downloaded iana-time-zone v0.1.65
3452026-03-26T04:07:16.669Z Downloaded serde_path_to_error v0.1.20
3462026-03-26T04:07:16.669Z Downloaded parking_lot v0.12.5
3472026-03-26T04:07:16.669Z Downloaded serde-untagged v0.1.9
3482026-03-26T04:07:16.672Z Downloaded camino v1.2.2
3492026-03-26T04:07:16.672Z Downloaded unicode-xid v0.2.6
3502026-03-26T04:07:16.675Z Downloaded miniz_oxide v0.8.9
3512026-03-26T04:07:16.675Z Downloaded thiserror v1.0.69
3522026-03-26T04:07:16.678Z Downloaded config v0.15.22
3532026-03-26T04:07:16.684Z Downloaded try-lock v0.2.5
3542026-03-26T04:07:16.684Z Downloaded lock_api v0.4.14
3552026-03-26T04:07:16.684Z Downloaded futures v0.3.32
3562026-03-26T04:07:16.688Z Downloaded thiserror-impl v1.0.69
3572026-03-26T04:07:16.688Z Downloaded thiserror v2.0.18
3582026-03-26T04:07:16.691Z Downloaded version_check v0.9.5
3592026-03-26T04:07:16.691Z Downloaded urlencoding v2.1.3
3602026-03-26T04:07:16.691Z Downloaded untrusted v0.9.0
3612026-03-26T04:07:16.691Z Downloaded utf8_iter v1.0.4
3622026-03-26T04:07:16.691Z Downloaded thread_local v1.1.9
3632026-03-26T04:07:16.694Z Downloaded xattr v1.6.1
3642026-03-26T04:07:16.694Z Downloaded want v0.3.1
3652026-03-26T04:07:16.694Z Downloaded thiserror-impl v2.0.18
3662026-03-26T04:07:16.698Z Downloaded target-spec v3.5.7
3672026-03-26T04:07:16.698Z Downloaded cargo_metadata v0.23.1
3682026-03-26T04:07:16.698Z Downloaded tokio-native-tls v0.3.1
3692026-03-26T04:07:16.701Z Downloaded toml_writer v1.1.0+spec-1.1.0
3702026-03-26T04:07:16.701Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3712026-03-26T04:07:16.710Z Downloaded unicase v2.9.0
3722026-03-26T04:07:16.714Z Downloaded tracing-log v0.2.0
3732026-03-26T04:07:16.718Z Downloaded spki v0.7.3
3742026-03-26T04:07:16.721Z Downloaded smol_str v0.3.6
3752026-03-26T04:07:16.721Z Downloaded smallvec v1.15.1
3762026-03-26T04:07:16.725Z Downloaded getrandom v0.4.2
3772026-03-26T04:07:16.728Z Downloaded self_update v0.42.0
3782026-03-26T04:07:16.732Z Downloaded log v0.4.29
3792026-03-26T04:07:16.732Z Downloaded getrandom v0.2.17
3802026-03-26T04:07:16.735Z Downloaded serde_derive v1.0.228
3812026-03-26T04:07:16.735Z Downloaded unicode-linebreak v0.1.5
3822026-03-26T04:07:16.735Z Downloaded rustls-pki-types v1.14.0
3832026-03-26T04:07:16.738Z Downloaded proc-macro2 v1.0.106
3842026-03-26T04:07:16.738Z Downloaded httparse v1.10.1
3852026-03-26T04:07:16.741Z Downloaded utf8parse v0.2.2
3862026-03-26T04:07:16.741Z Downloaded tokio-macros v2.6.1
3872026-03-26T04:07:16.741Z Downloaded tempfile v3.27.0
3882026-03-26T04:07:16.744Z Downloaded tokio-rustls v0.26.4
3892026-03-26T04:07:16.744Z Downloaded tokio-stream v0.1.18
3902026-03-26T04:07:16.747Z Downloaded zeroize v1.8.2
3912026-03-26T04:07:16.747Z Downloaded toml_parser v1.1.0+spec-1.1.0
3922026-03-26T04:07:16.750Z Downloaded sharded-slab v0.1.7
3932026-03-26T04:07:16.750Z Downloaded cfg-expr v0.20.7
3942026-03-26T04:07:16.752Z Downloaded zmij v1.0.21
3952026-03-26T04:07:16.752Z Downloaded getrandom v0.3.4
3962026-03-26T04:07:16.756Z Downloaded zipsign-api v0.1.5
3972026-03-26T04:07:16.756Z Downloaded miette v7.6.0
3982026-03-26T04:07:16.759Z Downloaded xxhash-rust v0.8.15
3992026-03-26T04:07:16.759Z Downloaded derive-where v1.6.1
4002026-03-26T04:07:16.762Z Downloaded quick-junit v0.5.2
4012026-03-26T04:07:16.766Z Downloaded hyper-rustls v0.27.7
4022026-03-26T04:07:16.766Z Downloaded const-oid v0.9.6
4032026-03-26T04:07:16.771Z Downloaded zstd v0.13.3
4042026-03-26T04:07:16.776Z Downloaded socket2 v0.6.3
4052026-03-26T04:07:16.777Z Downloaded signal-hook v0.3.18
4062026-03-26T04:07:16.780Z Downloaded textwrap v0.16.2
4072026-03-26T04:07:16.780Z Downloaded derive_more v2.1.1
4082026-03-26T04:07:16.786Z Downloaded serde_core v1.0.228
4092026-03-26T04:07:16.788Z Downloaded clap_builder v4.6.0
4102026-03-26T04:07:16.791Z Downloaded tracing-core v0.1.36
4112026-03-26T04:07:16.794Z Downloaded tracing-attributes v0.1.31
4122026-03-26T04:07:16.794Z Downloaded indicatif v0.17.11
4132026-03-26T04:07:16.797Z Downloaded tinyvec v1.11.0
4142026-03-26T04:07:16.801Z Downloaded toml v0.8.23
4152026-03-26T04:07:16.801Z Downloaded ed25519-dalek v2.2.0
4162026-03-26T04:07:16.804Z Downloaded backtrace v0.3.76
4172026-03-26T04:07:16.807Z Downloaded toml v1.1.0+spec-1.1.0
4182026-03-26T04:07:16.807Z Downloaded openssl-sys v0.9.112
4192026-03-26T04:07:16.810Z Downloaded borsh v1.6.1
4202026-03-26T04:07:16.813Z Downloaded cc v1.2.57
4212026-03-26T04:07:16.819Z Downloaded zstd-safe v7.2.4
4222026-03-26T04:07:16.821Z Downloaded flate2 v1.1.9
4232026-03-26T04:07:16.832Z Downloaded typenum v1.19.0
4242026-03-26T04:07:16.835Z Downloaded tar v0.4.45
4252026-03-26T04:07:16.838Z Downloaded toml_edit v0.22.27
4262026-03-26T04:07:16.838Z Downloaded hyper-util v0.1.20
4272026-03-26T04:07:16.841Z Downloaded vte v0.14.1
4282026-03-26T04:07:16.858Z Downloaded uuid v1.22.0
4292026-03-26T04:07:16.858Z Downloaded unicode-ident v1.0.24
4302026-03-26T04:07:16.858Z Downloaded derive_more-impl v2.1.1
4312026-03-26T04:07:16.858Z Downloaded serde v1.0.228
4322026-03-26T04:07:16.858Z Downloaded url v2.5.8
4332026-03-26T04:07:16.858Z Downloaded rustls-webpki v0.103.10
4342026-03-26T04:07:16.861Z Downloaded memchr v2.8.0
4352026-03-26T04:07:16.866Z Downloaded rand v0.9.2
4362026-03-26T04:07:16.878Z Downloaded quinn v0.11.9
4372026-03-26T04:07:16.881Z Downloaded hashbrown v0.15.5
4382026-03-26T04:07:16.886Z Downloaded crossterm v0.29.0
4392026-03-26T04:07:16.889Z Downloaded guppy v0.17.25
4402026-03-26T04:07:16.893Z Downloaded chrono v0.4.44
4412026-03-26T04:07:16.897Z Downloaded unicode-normalization v0.1.25
4422026-03-26T04:07:16.902Z Downloaded serde_json v1.0.149
4432026-03-26T04:07:16.905Z Downloaded tower-http v0.6.8
4442026-03-26T04:07:16.908Z Downloaded futures-util v0.3.32
4452026-03-26T04:07:16.914Z Downloaded hashbrown v0.16.1
4462026-03-26T04:07:16.919Z Downloaded aho-corasick v1.1.4
4472026-03-26T04:07:16.923Z Downloaded unicode-segmentation v1.13.1
4482026-03-26T04:07:16.928Z Downloaded ron v0.12.0
4492026-03-26T04:07:16.936Z Downloaded winnow v1.0.0
4502026-03-26T04:07:16.943Z Downloaded winnow v0.7.15
4512026-03-26T04:07:16.948Z Downloaded tower v0.5.3
4522026-03-26T04:07:16.954Z Downloaded idna v1.1.0
4532026-03-26T04:07:16.966Z Downloaded vcpkg v0.2.15
4542026-03-26T04:07:16.990Z Downloaded gimli v0.32.3
4552026-03-26T04:07:16.995Z Downloaded zerocopy v0.8.47
4562026-03-26T04:07:17.002Z Downloaded tokio-util v0.7.18
4572026-03-26T04:07:17.006Z Downloaded pulldown-cmark v0.13.3
4582026-03-26T04:07:17.009Z Downloaded itertools v0.14.0
4592026-03-26T04:07:17.012Z Downloaded iri-string v0.7.11
4602026-03-26T04:07:17.016Z Downloaded bstr v1.12.1
4612026-03-26T04:07:17.021Z Downloaded regex v1.12.3
4622026-03-26T04:07:17.024Z Downloaded hyper v1.8.1
4632026-03-26T04:07:17.028Z Downloaded curve25519-dalek v4.1.3
4642026-03-26T04:07:17.036Z Downloaded tracing v0.1.44
4652026-03-26T04:07:17.047Z Downloaded reqwest v0.12.28
4662026-03-26T04:07:17.051Z Downloaded quick-xml v0.37.5
4672026-03-26T04:07:17.057Z Downloaded quick-xml v0.38.4
4682026-03-26T04:07:17.061Z Downloaded color-eyre v0.6.5
4692026-03-26T04:07:17.071Z Downloaded portable-atomic v1.13.1
4702026-03-26T04:07:17.076Z Downloaded tokio v1.50.0
4712026-03-26T04:07:17.137Z Downloaded tracing-subscriber v0.3.23
4722026-03-26T04:07:17.140Z Downloaded quinn-proto v0.11.14
4732026-03-26T04:07:17.149Z Downloaded webpki-roots v1.0.6
4742026-03-26T04:07:17.165Z Downloaded openssl v0.10.76
4752026-03-26T04:07:17.177Z Downloaded nextest-runner v0.80.0
4762026-03-26T04:07:17.183Z Downloaded unicode-width v0.1.14
4772026-03-26T04:07:17.191Z Downloaded unicode-width v0.2.2
4782026-03-26T04:07:17.194Z Downloaded syn v2.0.117
4792026-03-26T04:07:17.200Z Downloaded object v0.37.3
4802026-03-26T04:07:17.207Z Downloaded nix v0.30.1
4812026-03-26T04:07:17.225Z Downloaded regex-syntax v0.8.10
4822026-03-26T04:07:17.229Z Downloaded rustls v0.23.37
4832026-03-26T04:07:17.236Z Downloaded rustix v0.38.44
4842026-03-26T04:07:17.258Z Downloaded rustix v1.1.4
4852026-03-26T04:07:17.315Z Downloaded regex-automata v0.4.14
4862026-03-26T04:07:17.375Z Downloaded libc v0.2.183
4872026-03-26T04:07:17.393Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4882026-03-26T04:07:17.403Z Downloaded petgraph v0.8.3
4892026-03-26T04:07:17.485Z Downloaded recursion v0.5.4
4902026-03-26T04:07:17.493Z Downloaded ring v0.17.14
4912026-03-26T04:07:17.557Z Compiling proc-macro2 v1.0.106
4922026-03-26T04:07:17.557Z Compiling libc v0.2.183
4932026-03-26T04:07:17.557Z Compiling quote v1.0.45
4942026-03-26T04:07:17.557Z Compiling unicode-ident v1.0.24
4952026-03-26T04:07:17.557Z Compiling serde_core v1.0.228
4962026-03-26T04:07:17.560Z Compiling cfg-if v1.0.4
4972026-03-26T04:07:17.560Z Compiling memchr v2.8.0
4982026-03-26T04:07:17.681Z Compiling once_cell v1.21.4
4992026-03-26T04:07:17.751Z Compiling log v0.4.29
5002026-03-26T04:07:17.814Z Compiling pin-project-lite v0.2.17
5012026-03-26T04:07:17.913Z Compiling itoa v1.0.18
5022026-03-26T04:07:17.962Z Compiling serde v1.0.228
5032026-03-26T04:07:18.148Z Compiling futures-core v0.3.32
5042026-03-26T04:07:18.310Z Compiling smallvec v1.15.1
5052026-03-26T04:07:18.397Z Compiling bitflags v2.11.0
5062026-03-26T04:07:18.406Z Compiling find-msvc-tools v0.1.9
5072026-03-26T04:07:18.564Z Compiling equivalent v1.0.2
5082026-03-26T04:07:18.641Z Compiling shlex v1.3.0
5092026-03-26T04:07:18.666Z Compiling hashbrown v0.16.1
5102026-03-26T04:07:18.761Z Compiling jobserver v0.1.34
5112026-03-26T04:07:18.783Z Compiling bytes v1.11.1
5122026-03-26T04:07:18.835Z Compiling errno v0.3.14
5132026-03-26T04:07:18.849Z Compiling mio v1.1.1
5142026-03-26T04:07:18.938Z Compiling signal-hook-registry v1.4.8
5152026-03-26T04:07:19.076Z Compiling cc v1.2.57
5162026-03-26T04:07:19.176Z Compiling syn v2.0.117
5172026-03-26T04:07:19.252Z Compiling futures-sink v0.3.32
5182026-03-26T04:07:19.319Z Compiling rustix v1.1.4
5192026-03-26T04:07:19.367Z Compiling socket2 v0.6.3
5202026-03-26T04:07:19.452Z Compiling slab v0.4.12
5212026-03-26T04:07:19.542Z Compiling zmij v1.0.21
5222026-03-26T04:07:19.666Z Compiling futures-channel v0.3.32
5232026-03-26T04:07:19.682Z Compiling tracing-core v0.1.36
5242026-03-26T04:07:19.868Z Compiling serde_json v1.0.149
5252026-03-26T04:07:19.916Z Compiling version_check v0.9.5
5262026-03-26T04:07:20.210Z Compiling indexmap v2.13.0
5272026-03-26T04:07:20.238Z Compiling futures-task v0.3.32
5282026-03-26T04:07:20.378Z Compiling futures-io v0.3.32
5292026-03-26T04:07:20.378Z Compiling getrandom v0.4.2
5302026-03-26T04:07:20.511Z Compiling camino v1.2.2
5312026-03-26T04:07:20.584Z Compiling unicode-width v0.2.2
5322026-03-26T04:07:20.826Z Compiling ring v0.17.14
5332026-03-26T04:07:20.861Z Compiling http v1.4.0
5342026-03-26T04:07:20.887Z Compiling zeroize v1.8.2
5352026-03-26T04:07:20.906Z Compiling adler2 v2.0.1
5362026-03-26T04:07:21.080Z Compiling simd-adler32 v0.3.8
5372026-03-26T04:07:21.080Z Compiling autocfg v1.5.0
5382026-03-26T04:07:21.105Z Compiling percent-encoding v2.3.2
5392026-03-26T04:07:21.390Z Compiling miniz_oxide v0.8.9
5402026-03-26T04:07:21.447Z Compiling num-traits v0.2.19
5412026-03-26T04:07:21.868Z Compiling target-lexicon v0.13.3
5422026-03-26T04:07:21.930Z Compiling object v0.37.3
5432026-03-26T04:07:22.209Z Compiling getrandom v0.3.4
5442026-03-26T04:07:22.252Z Compiling zerocopy v0.8.47
5452026-03-26T04:07:22.549Z Compiling http-body v1.0.1
5462026-03-26T04:07:22.584Z Compiling rustls-pki-types v1.14.0
5472026-03-26T04:07:22.667Z Compiling semver v1.0.27
5482026-03-26T04:07:22.698Z Compiling getrandom v0.2.17
5492026-03-26T04:07:22.712Z Compiling thiserror v2.0.18
5502026-03-26T04:07:22.796Z Compiling untrusted v0.9.0
5512026-03-26T04:07:22.856Z Compiling serde_derive v1.0.228
5522026-03-26T04:07:22.887Z Compiling tokio-macros v2.6.1
5532026-03-26T04:07:22.929Z Compiling futures-macro v0.3.32
5542026-03-26T04:07:22.977Z Compiling tracing-attributes v0.1.31
5552026-03-26T04:07:23.043Z Compiling gimli v0.32.3
5562026-03-26T04:07:23.320Z Compiling owo-colors v4.3.0
5572026-03-26T04:07:23.434Z Compiling fnv v1.0.7
5582026-03-26T04:07:23.540Z Compiling typenum v1.19.0
5592026-03-26T04:07:23.635Z Compiling httparse v1.10.1
5602026-03-26T04:07:23.647Z Compiling tokio v1.50.0
5612026-03-26T04:07:23.737Z Compiling futures-util v0.3.32
5622026-03-26T04:07:23.877Z Compiling signal-hook v0.3.18
5632026-03-26T04:07:23.973Z Compiling guppy-workspace-hack v0.1.0
5642026-03-26T04:07:24.185Z Compiling tracing v0.1.44
5652026-03-26T04:07:24.226Z Compiling thiserror-impl v2.0.18
5662026-03-26T04:07:25.279Z Compiling addr2line v0.25.1
5672026-03-26T04:07:25.734Z Compiling form_urlencoded v1.2.2
5682026-03-26T04:07:26.003Z Compiling generic-array v0.14.7
5692026-03-26T04:07:26.112Z Compiling rustc-demangle v0.1.27
5702026-03-26T04:07:26.228Z Compiling utf8_iter v1.0.4
5712026-03-26T04:07:26.283Z Compiling target-spec v3.5.7
5722026-03-26T04:07:26.343Z Compiling rustls v0.23.37
5732026-03-26T04:07:26.391Z Compiling try-lock v0.2.5
5742026-03-26T04:07:26.512Z Compiling typeid v1.0.3
5752026-03-26T04:07:26.557Z Compiling thiserror v1.0.69
5762026-03-26T04:07:26.561Z Compiling atomic-waker v1.1.2
5772026-03-26T04:07:26.698Z Compiling pkg-config v0.3.32
5782026-03-26T04:07:26.789Z Compiling fastrand v2.3.0
5792026-03-26T04:07:26.858Z Compiling tower-service v0.3.3
5802026-03-26T04:07:26.969Z Compiling idna_adapter v1.0.0
5812026-03-26T04:07:27.222Z Compiling idna v1.1.0
5822026-03-26T04:07:27.233Z Compiling tempfile v3.27.0
5832026-03-26T04:07:27.233Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-03-26T04:07:27.384Z Compiling want v0.3.1
5852026-03-26T04:07:27.473Z Compiling cfg-expr v0.20.7
5862026-03-26T04:07:27.555Z Compiling tokio-util v0.7.18
5872026-03-26T04:07:28.058Z Compiling h2 v0.4.13
5882026-03-26T04:07:28.455Z Compiling backtrace v0.3.76
5892026-03-26T04:07:28.876Z Compiling thiserror-impl v1.0.69
5902026-03-26T04:07:29.121Z Compiling terminal_size v0.4.4
5912026-03-26T04:07:29.136Z Compiling aho-corasick v1.1.4
5922026-03-26T04:07:29.170Z Compiling subtle v2.6.1
5932026-03-26T04:07:29.270Z Compiling pin-utils v0.1.0
5942026-03-26T04:07:29.324Z Compiling erased-serde v0.4.10
5952026-03-26T04:07:29.346Z Compiling regex-syntax v0.8.10
5962026-03-26T04:07:29.611Z Compiling winnow v0.7.15
5972026-03-26T04:07:30.710Z Compiling hyper v1.8.1
5982026-03-26T04:07:31.508Z Compiling rustls-webpki v0.103.10
5992026-03-26T04:07:34.031Z Compiling regex-automata v0.4.14
6002026-03-26T04:07:34.551Z Compiling url v2.5.8
6012026-03-26T04:07:34.566Z Compiling serde_spanned v0.6.9
6022026-03-26T04:07:34.720Z Compiling toml_datetime v0.6.11
6032026-03-26T04:07:35.097Z Compiling ahash v0.8.12
6042026-03-26T04:07:35.335Z Compiling sync_wrapper v1.0.2
6052026-03-26T04:07:35.451Z Compiling portable-atomic v1.13.1
6062026-03-26T04:07:35.905Z Compiling nextest-workspace-hack v0.1.0
6072026-03-26T04:07:36.120Z Compiling is_ci v1.2.0
6082026-03-26T04:07:36.294Z Compiling crc32fast v1.5.0
6092026-03-26T04:07:36.529Z Compiling ipnet v2.12.0
6102026-03-26T04:07:36.543Z Compiling base64 v0.22.1
6112026-03-26T04:07:36.575Z Compiling lazy_static v1.5.0
6122026-03-26T04:07:36.684Z Compiling foldhash v0.1.5
6132026-03-26T04:07:36.910Z Compiling unicode-linebreak v0.1.5
6142026-03-26T04:07:37.002Z Compiling unicode-segmentation v1.13.1
6152026-03-26T04:07:37.020Z Compiling toml_write v0.1.2
6162026-03-26T04:07:37.185Z Compiling tower-layer v0.3.3
6172026-03-26T04:07:37.264Z Compiling either v1.15.0
6182026-03-26T04:07:37.312Z Compiling parking_lot_core v0.9.12
6192026-03-26T04:07:37.385Z Compiling tower v0.5.3
6202026-03-26T04:07:37.389Z Compiling convert_case v0.10.0
6212026-03-26T04:07:37.482Z Compiling toml_edit v0.22.27
6222026-03-26T04:07:37.599Z Compiling textwrap v0.16.2
6232026-03-26T04:07:37.651Z Compiling hashbrown v0.15.5
6242026-03-26T04:07:37.736Z Compiling hyper-util v0.1.20
6252026-03-26T04:07:37.991Z Compiling sharded-slab v0.1.7
6262026-03-26T04:07:38.311Z Compiling tokio-rustls v0.26.4
6272026-03-26T04:07:38.595Z Compiling supports-color v3.0.2
6282026-03-26T04:07:38.849Z Compiling backtrace-ext v0.2.1
6292026-03-26T04:07:39.016Z Compiling ordered-float v2.10.1
6302026-03-26T04:07:39.087Z Compiling webpki-roots v1.0.6
6312026-03-26T04:07:39.208Z Compiling miette-derive v7.6.0
6322026-03-26T04:07:39.285Z Compiling pathdiff v0.2.3
6332026-03-26T04:07:39.302Z Compiling console v0.15.11
6342026-03-26T04:07:39.409Z Compiling cargo-platform v0.3.2
6352026-03-26T04:07:40.036Z Compiling tracing-log v0.2.0
6362026-03-26T04:07:40.300Z Compiling os_pipe v1.2.3
6372026-03-26T04:07:40.357Z Compiling thread_local v1.1.9
6382026-03-26T04:07:40.403Z Compiling supports-unicode v3.0.0
6392026-03-26T04:07:40.467Z Compiling winnow v1.0.0
6402026-03-26T04:07:40.625Z Compiling debug-ignore v1.0.5
6412026-03-26T04:07:40.715Z Compiling cfg_aliases v0.2.1
6422026-03-26T04:07:40.738Z Compiling pulldown-cmark v0.13.3
6432026-03-26T04:07:40.788Z Compiling zstd-safe v7.2.4
6442026-03-26T04:07:40.889Z Compiling iri-string v0.7.11
6452026-03-26T04:07:40.954Z Compiling rustix v0.38.44
6462026-03-26T04:07:41.026Z Compiling fixedbitset v0.5.7
6472026-03-26T04:07:41.303Z Compiling scopeguard v1.2.0
6482026-03-26T04:07:41.414Z Compiling ryu v1.0.23
6492026-03-26T04:07:41.545Z Compiling unicode-width v0.1.14
6502026-03-26T04:07:41.759Z Compiling supports-hyperlinks v3.2.0
6512026-03-26T04:07:41.851Z Compiling utf8parse v0.2.2
6522026-03-26T04:07:41.901Z Compiling miette v7.6.0
6532026-03-26T04:07:41.960Z Compiling anstyle-parse v1.0.0
6542026-03-26T04:07:41.975Z Compiling serde_urlencoded v0.7.1
6552026-03-26T04:07:42.180Z Compiling toml_parser v1.1.0+spec-1.1.0
6562026-03-26T04:07:42.263Z Compiling lock_api v0.4.14
6572026-03-26T04:07:42.513Z Compiling tower-http v0.6.8
6582026-03-26T04:07:43.503Z Compiling petgraph v0.8.3
6592026-03-26T04:07:43.577Z Compiling nix v0.30.1
6602026-03-26T04:07:43.593Z Compiling tracing-subscriber v0.3.23
6612026-03-26T04:07:43.953Z Compiling sigchld v0.2.4
6622026-03-26T04:07:44.152Z Compiling cargo_metadata v0.23.1
6632026-03-26T04:07:45.206Z Compiling serde-value v0.7.0
6642026-03-26T04:07:45.421Z Compiling hyper-rustls v0.27.7
6652026-03-26T04:07:45.922Z Compiling serde-untagged v0.1.9
6662026-03-26T04:07:46.081Z Compiling toml v0.8.23
6672026-03-26T04:07:46.782Z Compiling derive_more-impl v2.1.1
6682026-03-26T04:07:46.959Z Compiling itertools v0.14.0
6692026-03-26T04:07:46.982Z Compiling regex v1.12.3
6702026-03-26T04:07:47.279Z Compiling crypto-common v0.1.7
6712026-03-26T04:07:47.418Z Compiling block-buffer v0.10.4
6722026-03-26T04:07:47.572Z Compiling ppv-lite86 v0.2.21
6732026-03-26T04:07:47.575Z Compiling futures-executor v0.3.32
6742026-03-26T04:07:47.921Z Compiling rand_core v0.9.5
6752026-03-26T04:07:48.130Z Compiling pin-project-internal v1.1.11
6762026-03-26T04:07:48.184Z Compiling http-body-util v0.1.3
6772026-03-26T04:07:48.419Z Compiling uuid v1.22.0
6782026-03-26T04:07:48.442Z Compiling smol_str v0.3.6
6792026-03-26T04:07:48.462Z Compiling serde_spanned v1.1.0
6802026-03-26T04:07:48.625Z Compiling toml_datetime v1.1.0+spec-1.1.0
6812026-03-26T04:07:48.788Z Compiling filetime v0.2.27
6822026-03-26T04:07:48.951Z Compiling bstr v1.12.1
6832026-03-26T04:07:48.990Z Compiling vte v0.14.1
6842026-03-26T04:07:49.045Z Compiling iana-time-zone v0.1.65
6852026-03-26T04:07:49.190Z Compiling tinyvec_macros v0.1.1
6862026-03-26T04:07:49.193Z Compiling anstyle v1.0.14
6872026-03-26T04:07:49.213Z Compiling self_update v0.42.0
6882026-03-26T04:07:49.261Z Compiling eyre v0.6.12
6892026-03-26T04:07:49.361Z Compiling xattr v1.6.1
6902026-03-26T04:07:49.377Z Compiling colorchoice v1.0.5
6912026-03-26T04:07:49.436Z Compiling litrs v1.0.0
6922026-03-26T04:07:49.458Z Compiling unicase v2.9.0
6932026-03-26T04:07:49.505Z Compiling anstyle-query v1.1.5
6942026-03-26T04:07:49.549Z Compiling number_prefix v0.4.0
6952026-03-26T04:07:49.562Z Compiling static_assertions v1.1.0
6962026-03-26T04:07:49.609Z Compiling nested v0.1.1
6972026-03-26T04:07:49.622Z Compiling color-spantrace v0.3.0
6982026-03-26T04:07:49.634Z Compiling unicode-xid v0.2.6
6992026-03-26T04:07:49.696Z Compiling is_terminal_polyfill v1.70.2
7002026-03-26T04:07:49.767Z Compiling guppy v0.17.25
7012026-03-26T04:07:49.793Z Compiling anstream v1.0.0
7022026-03-26T04:07:49.807Z Compiling cargo-util-schemas v0.2.0
7032026-03-26T04:07:49.890Z Compiling document-features v0.2.12
7042026-03-26T04:07:49.955Z Compiling indicatif v0.17.11
7052026-03-26T04:07:50.429Z Compiling tar v0.4.45
7062026-03-26T04:07:50.571Z Compiling globset v0.4.18
7072026-03-26T04:07:51.339Z Compiling tinyvec v1.11.0
7082026-03-26T04:07:51.765Z Compiling pin-project v1.1.11
7092026-03-26T04:07:51.887Z Compiling chrono v0.4.44
7102026-03-26T04:07:52.269Z Compiling strip-ansi-escapes v0.2.1
7112026-03-26T04:07:52.448Z Compiling toml v1.1.0+spec-1.1.0
7122026-03-26T04:07:52.782Z Compiling newtype-uuid v1.3.2
7132026-03-26T04:07:52.977Z Compiling nextest-metadata v0.12.2
7142026-03-26T04:07:53.029Z Compiling reqwest v0.12.28
7152026-03-26T04:07:53.124Z Compiling rand_chacha v0.9.0
7162026-03-26T04:07:53.680Z Compiling futures v0.3.32
7172026-03-26T04:07:53.768Z Compiling derive_more v2.1.1
7182026-03-26T04:07:53.812Z Compiling digest v0.10.7
7192026-03-26T04:07:53.852Z Compiling parking_lot v0.12.5
7202026-03-26T04:07:54.038Z Compiling flate2 v1.1.9
7212026-03-26T04:07:54.579Z Compiling tracing-error v0.2.1
7222026-03-26T04:07:54.762Z Compiling shared_child v1.1.1
7232026-03-26T04:07:55.166Z Compiling signal-hook-mio v0.2.5
7242026-03-26T04:07:55.261Z Compiling self-replace v1.5.0
7252026-03-26T04:07:55.296Z Compiling cargo-platform v0.2.0
7262026-03-26T04:07:55.552Z Compiling quick-xml v0.38.4
7272026-03-26T04:07:55.678Z Compiling quick-xml v0.37.5
7282026-03-26T04:07:55.864Z Compiling strsim v0.11.1
7292026-03-26T04:07:56.384Z Compiling heck v0.5.0
7302026-03-26T04:07:56.603Z Compiling cpufeatures v0.2.17
7312026-03-26T04:07:56.681Z Compiling shell-words v1.1.1
7322026-03-26T04:07:56.935Z Compiling humantime v2.3.0
7332026-03-26T04:07:57.184Z Compiling clap_lex v1.1.0
7342026-03-26T04:07:57.198Z Compiling indenter v0.3.4
7352026-03-26T04:07:57.245Z Compiling urlencoding v2.1.3
7362026-03-26T04:07:57.323Z Compiling recursion v0.5.4
7372026-03-26T04:07:57.370Z Compiling clap_builder v4.6.0
7382026-03-26T04:07:57.462Z Compiling nextest-filtering v0.15.0
7392026-03-26T04:07:58.079Z Compiling clap_derive v4.6.0
7402026-03-26T04:07:58.170Z Compiling humantime-serde v1.1.1
7412026-03-26T04:07:58.329Z Compiling sha2 v0.10.9
7422026-03-26T04:07:59.532Z Compiling quick-junit v0.5.2
7432026-03-26T04:07:59.850Z Compiling atomicwrites v0.4.4
7442026-03-26T04:08:00.142Z Compiling cargo_metadata v0.20.0
7452026-03-26T04:08:01.406Z Compiling crossterm v0.29.0
7462026-03-26T04:08:02.664Z Compiling cargo-nextest v0.9.97
7472026-03-26T04:08:02.822Z Compiling zstd v0.13.3
7482026-03-26T04:08:02.983Z Compiling duct v0.13.7
7492026-03-26T04:08:03.840Z Compiling async-scoped v0.9.0
7502026-03-26T04:08:04.036Z Compiling rand v0.9.2
7512026-03-26T04:08:04.115Z Compiling config v0.15.22
7522026-03-26T04:08:04.149Z Compiling unicode-normalization v0.1.25
7532026-03-26T04:08:04.611Z Compiling target-spec-miette v0.4.5
7542026-03-26T04:08:04.745Z Compiling future-queue v0.4.0
7552026-03-26T04:08:04.761Z Compiling mukti-metadata v0.3.0
7562026-03-26T04:08:04.778Z Compiling tokio-stream v0.1.18
7572026-03-26T04:08:05.017Z Compiling camino-tempfile v1.4.1
7582026-03-26T04:08:05.028Z Compiling derive-where v1.6.1
7592026-03-26T04:08:05.253Z Compiling serde_ignored v0.1.14
7602026-03-26T04:08:05.310Z Compiling serde_path_to_error v0.1.20
7612026-03-26T04:08:05.313Z Compiling xxhash-rust v0.8.15
7622026-03-26T04:08:05.456Z Compiling home v0.5.12
7632026-03-26T04:08:05.472Z Compiling swrite v0.1.0
7642026-03-26T04:08:05.581Z Compiling indent_write v2.2.0
7652026-03-26T04:08:05.618Z Compiling hex v0.4.3
7662026-03-26T04:08:05.618Z Compiling color-eyre v0.6.5
7672026-03-26T04:08:05.751Z Compiling clap v4.6.0
7682026-03-26T04:08:05.777Z Compiling dialoguer v0.11.0
7692026-03-26T04:08:05.838Z Compiling enable-ansi-support v0.2.1
7702026-03-26T04:08:06.286Z Compiling nextest-runner v0.80.0
7712026-03-26T04:08:24.749Z Finished `release` profile [optimized] target(s) in 1m 11s
7722026-03-26T04:08:24.805Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-03-26T04:08:24.805Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-03-26T04:08:25.525Z+ pushd bgp
7752026-03-26T04:08:25.545Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-03-26T04:08:25.545Z+ pfexec cargo nextest run
7772026-03-26T04:08:25.545Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-03-26T04:08:26.178ZFrom https://github.com/oxidecomputer/falcon
7792026-03-26T04:08:26.178Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-03-26T04:08:26.197Z Updating crates.io index
7812026-03-26T04:08:26.197Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-03-26T04:08:27.255ZFrom https://github.com/oxidecomputer/dendrite
7832026-03-26T04:08:27.255Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-03-26T04:08:27.289Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-03-26T04:08:27.289ZFrom https://github.com/oxidecomputer/ispf
7862026-03-26T04:08:27.289Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-03-26T04:08:27.289Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-03-26T04:08:27.289ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-03-26T04:08:27.289Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-03-26T04:08:27.290Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-03-26T04:08:35.238ZFrom https://github.com/oxidecomputer/omicron
7922026-03-26T04:08:35.238Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7932026-03-26T04:08:35.680Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-03-26T04:08:36.258ZFrom https://github.com/oxidecomputer/opte
7952026-03-26T04:08:36.259Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7962026-03-26T04:08:36.290Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-03-26T04:08:36.528ZFrom https://github.com/illumos/smf-rs
7982026-03-26T04:08:36.528Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-03-26T04:08:36.826Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-03-26T04:08:37.083ZFrom https://github.com/oxidecomputer/network-interface
8012026-03-26T04:08:37.083Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-03-26T04:08:37.090Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-03-26T04:08:37.342ZFrom https://github.com/oxidecomputer/zone
8042026-03-26T04:08:37.342Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-03-26T04:08:37.365Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-03-26T04:08:38.589ZFrom https://github.com/oxidecomputer/propolis
8072026-03-26T04:08:38.589Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-03-26T04:08:38.650Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-03-26T04:08:39.115ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-03-26T04:08:39.115Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-03-26T04:08:39.185Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-03-26T04:08:39.447ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-03-26T04:08:39.447Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-03-26T04:08:39.453Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-03-26T04:08:39.766ZFrom https://github.com/jmesmon/rust-libzfs
8162026-03-26T04:08:39.766Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-03-26T04:08:39.773Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-03-26T04:08:40.027ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-03-26T04:08:40.027Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-03-26T04:08:40.148Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-03-26T04:08:40.478ZFrom https://github.com/oxidecomputer/lldp
8222026-03-26T04:08:40.478Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-03-26T04:08:40.606Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-03-26T04:08:40.856ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-03-26T04:08:40.856Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-03-26T04:08:40.864Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-03-26T04:08:41.161ZFrom https://github.com/oxidecomputer/tufaceous
8282026-03-26T04:08:41.161Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-03-26T04:08:41.310Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-03-26T04:08:41.745ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-03-26T04:08:41.745Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-03-26T04:08:41.774Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-03-26T04:08:42.642ZFrom https://github.com/oxidecomputer/crucible
8342026-03-26T04:08:42.642Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-03-26T04:08:42.826Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-03-26T04:08:43.085ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-03-26T04:08:43.085Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-03-26T04:08:43.380Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-03-26T04:08:43.767ZFrom https://github.com/oxidecomputer/propolis
8402026-03-26T04:08:43.767Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-03-26T04:08:43.811Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-03-26T04:08:44.083ZFrom https://github.com/oxidecomputer/tofino
8432026-03-26T04:08:44.083Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-03-26T04:08:44.132Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-03-26T04:08:44.658ZFrom https://github.com/oxidecomputer/maghemite
8462026-03-26T04:08:44.658Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-03-26T04:08:44.720Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-03-26T04:08:44.959ZFrom https://github.com/oxidecomputer/clickward
8492026-03-26T04:08:44.959Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-03-26T04:08:45.107Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-03-26T04:08:45.387ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-03-26T04:08:45.387Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-03-26T04:08:45.525Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-03-26T04:08:45.850ZFrom https://github.com/oxidecomputer/crucible
8552026-03-26T04:08:45.850Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-03-26T04:08:46.766Z Downloading crates ...
8572026-03-26T04:08:46.872Z Downloaded async-stream-impl v0.3.6
8582026-03-26T04:08:46.880Z Downloaded base16ct v1.0.0
8592026-03-26T04:08:46.883Z Downloaded base16ct v0.2.0
8602026-03-26T04:08:46.886Z Downloaded arrayvec v0.7.6
8612026-03-26T04:08:46.886Z Downloaded backon v1.6.0
8622026-03-26T04:08:46.892Z Downloaded aead v0.5.2
8632026-03-26T04:08:46.895Z Downloaded foldhash v0.2.0
8642026-03-26T04:08:46.895Z Downloaded erased-serde v0.3.31
8652026-03-26T04:08:46.898Z Downloaded inout v0.1.4
8662026-03-26T04:08:46.901Z Downloaded num v0.4.3
8672026-03-26T04:08:46.904Z Downloaded macaddr v1.0.1
8682026-03-26T04:08:46.904Z Downloaded backoff v0.4.0
8692026-03-26T04:08:46.907Z Downloaded async-trait v0.1.89
8702026-03-26T04:08:46.910Z Downloaded libscf-sys v1.1.0
8712026-03-26T04:08:46.910Z Downloaded fs_extra v1.3.0
8722026-03-26T04:08:46.910Z Downloaded num-conv v0.2.0
8732026-03-26T04:08:46.913Z Downloaded httpdate v1.0.3
8742026-03-26T04:08:46.913Z Downloaded num-iter v0.1.45
8752026-03-26T04:08:46.916Z Downloaded byte-wrapper v0.1.0
8762026-03-26T04:08:46.916Z Downloaded linear-map v1.2.0
8772026-03-26T04:08:46.919Z Downloaded highway v1.3.0
8782026-03-26T04:08:46.919Z Downloaded glob v0.3.3
8792026-03-26T04:08:46.919Z Downloaded bytecount v0.6.9
8802026-03-26T04:08:46.922Z Downloaded multer v3.1.0
8812026-03-26T04:08:46.922Z Downloaded defmt-parser v1.0.0
8822026-03-26T04:08:46.925Z Downloaded cstr-argument v0.1.2
8832026-03-26T04:08:46.925Z Downloaded crucible-workspace-hack v0.1.0
8842026-03-26T04:08:46.925Z Downloaded allocator-api2 v0.2.21
8852026-03-26T04:08:46.928Z Downloaded num_enum_derive v0.7.6
8862026-03-26T04:08:46.930Z Downloaded icu_provider v2.1.1
8872026-03-26T04:08:46.931Z Downloaded half v2.7.1
8882026-03-26T04:08:46.934Z Downloaded darling_macro v0.23.0
8892026-03-26T04:08:46.937Z Downloaded compression-core v0.4.31
8902026-03-26T04:08:46.940Z Downloaded cmake v0.1.57
8912026-03-26T04:08:46.940Z Downloaded itertools v0.12.1
8922026-03-26T04:08:46.943Z Downloaded cancel-safe-futures v0.1.5
8932026-03-26T04:08:46.947Z Downloaded bitflags v1.3.2
8942026-03-26T04:08:46.950Z Downloaded indicatif v0.18.4
8952026-03-26T04:08:46.950Z Downloaded icu_locale_core v2.1.1
8962026-03-26T04:08:46.953Z Downloaded dropshot-api-manager-types v0.5.2
8972026-03-26T04:08:46.956Z Downloaded async-stream v0.3.6
8982026-03-26T04:08:46.956Z Downloaded paste v1.0.15
8992026-03-26T04:08:46.959Z Downloaded parking_lot_core v0.8.6
9002026-03-26T04:08:46.959Z Downloaded convert_case v0.4.0
9012026-03-26T04:08:46.962Z Downloaded nix v0.31.2
9022026-03-26T04:08:46.966Z Downloaded match_cfg v0.1.0
9032026-03-26T04:08:46.969Z Downloaded console v0.16.3
9042026-03-26T04:08:46.969Z Downloaded embedded-io v0.4.0
9052026-03-26T04:08:46.972Z Downloaded num-complex v0.4.6
9062026-03-26T04:08:46.972Z Downloaded defmt v0.3.100
9072026-03-26T04:08:46.972Z Downloaded crunchy v0.2.4
9082026-03-26T04:08:46.975Z Downloaded cpufeatures v0.3.0
9092026-03-26T04:08:46.975Z Downloaded arrayref v0.3.9
9102026-03-26T04:08:46.975Z Downloaded lru-cache v0.1.2
9112026-03-26T04:08:46.975Z Downloaded dtrace-parser v0.3.0
9122026-03-26T04:08:46.978Z Downloaded dof v0.4.0
9132026-03-26T04:08:46.978Z Downloaded bit-set v0.8.0
9142026-03-26T04:08:46.978Z Downloaded bit-vec v0.8.0
9152026-03-26T04:08:46.981Z Downloaded base64 v0.21.7
9162026-03-26T04:08:46.984Z Downloaded num-derive v0.4.2
9172026-03-26T04:08:46.984Z Downloaded newtype-uuid-macros v0.1.0
9182026-03-26T04:08:46.987Z Downloaded num_enum_derive v0.5.11
9192026-03-26T04:08:46.987Z Downloaded mime v0.3.17
9202026-03-26T04:08:46.990Z Downloaded cobs v0.3.0
9212026-03-26T04:08:46.990Z Downloaded keccak v0.1.6
9222026-03-26T04:08:46.990Z Downloaded fxhash v0.2.1
9232026-03-26T04:08:46.993Z Downloaded foreign-types v0.5.0
9242026-03-26T04:08:46.993Z Downloaded dof v0.3.0
9252026-03-26T04:08:46.993Z Downloaded ff v0.13.1
9262026-03-26T04:08:46.993Z Downloaded ingot-types v0.1.2
9272026-03-26T04:08:46.996Z Downloaded fs-err v3.3.0
9282026-03-26T04:08:46.996Z Downloaded dunce v1.0.5
9292026-03-26T04:08:46.996Z Downloaded crc8 v0.1.1
9302026-03-26T04:08:46.998Z Downloaded ciborium-io v0.2.2
9312026-03-26T04:08:46.999Z Downloaded instant v0.1.13
9322026-03-26T04:08:47.002Z Downloaded internet-checksum v0.2.1
9332026-03-26T04:08:47.002Z Downloaded heck v0.4.1
9342026-03-26T04:08:47.002Z Downloaded olpc-cjson v0.1.4
9352026-03-26T04:08:47.006Z Downloaded litemap v0.8.1
9362026-03-26T04:08:47.009Z Downloaded omicron-workspace-hack v0.1.0
9372026-03-26T04:08:47.012Z Downloaded fixedbitset v0.4.2
9382026-03-26T04:08:47.012Z Downloaded foreign-types-shared v0.3.1
9392026-03-26T04:08:47.012Z Downloaded embedded-io v0.6.1
9402026-03-26T04:08:47.012Z Downloaded newtype_derive v0.1.6
9412026-03-26T04:08:47.015Z Downloaded foreign-types-macros v0.2.3
9422026-03-26T04:08:47.015Z Downloaded dyn-clone v1.0.20
9432026-03-26T04:08:47.015Z Downloaded darling_macro v0.21.3
9442026-03-26T04:08:47.018Z Downloaded newline-converter v0.3.0
9452026-03-26T04:08:47.018Z Downloaded progenitor v0.11.2
9462026-03-26T04:08:47.018Z Downloaded async-recursion v1.1.1
9472026-03-26T04:08:47.025Z Downloaded natord v1.0.9
9482026-03-26T04:08:47.029Z Downloaded hubpack_derive v0.1.1
9492026-03-26T04:08:47.029Z Downloaded blake2 v0.10.6
9502026-03-26T04:08:47.029Z Downloaded float-ord v0.3.2
9512026-03-26T04:08:47.032Z Downloaded dtrace-parser v0.2.0
9522026-03-26T04:08:47.032Z Downloaded crossbeam-epoch v0.9.18
9532026-03-26T04:08:47.032Z Downloaded num_threads v0.1.7
9542026-03-26T04:08:47.032Z Downloaded managed v0.8.0
9552026-03-26T04:08:47.035Z Downloaded linked-hash-map v0.5.6
9562026-03-26T04:08:47.035Z Downloaded opaque-debug v0.3.1
9572026-03-26T04:08:47.035Z Downloaded ident_case v1.0.1
9582026-03-26T04:08:47.038Z Downloaded const-random v0.1.18
9592026-03-26T04:08:47.038Z Downloaded hubpack v0.1.2
9602026-03-26T04:08:47.038Z Downloaded gethostname v0.5.0
9612026-03-26T04:08:47.038Z Downloaded defmt-macros v1.0.1
9622026-03-26T04:08:47.041Z Downloaded memmap v0.7.0
9632026-03-26T04:08:47.041Z Downloaded idna_adapter v1.2.1
9642026-03-26T04:08:47.044Z Downloaded chacha20 v0.9.1
9652026-03-26T04:08:47.044Z Downloaded git-stub v1.0.0
9662026-03-26T04:08:47.044Z Downloaded bcs v0.1.6
9672026-03-26T04:08:47.048Z Downloaded parse-display v0.10.0
9682026-03-26T04:08:47.048Z Downloaded hash32 v0.3.1
9692026-03-26T04:08:47.049Z Downloaded is-terminal v0.4.17
9702026-03-26T04:08:47.061Z Downloaded hostname v0.3.1
9712026-03-26T04:08:47.062Z Downloaded num-derive v0.3.3
9722026-03-26T04:08:47.062Z Downloaded powerfmt v0.2.0
9732026-03-26T04:08:47.062Z Downloaded proc-macro-crate v3.5.0
9742026-03-26T04:08:47.062Z Downloaded num-rational v0.4.2
9752026-03-26T04:08:47.062Z Downloaded ingot v0.1.1
9762026-03-26T04:08:47.062Z Downloaded heapless v0.8.0
9772026-03-26T04:08:47.066Z Downloaded proc-macro-error-attr2 v2.0.0
9782026-03-26T04:08:47.066Z Downloaded memoffset v0.9.1
9792026-03-26T04:08:47.066Z Downloaded proc-macro-error-attr v1.0.4
9802026-03-26T04:08:47.066Z Downloaded potential_utf v0.1.4
9812026-03-26T04:08:47.069Z Downloaded plain v0.2.3
9822026-03-26T04:08:47.069Z Downloaded progenitor-macro v0.10.0
9832026-03-26T04:08:47.072Z Downloaded defmt v1.0.1
9842026-03-26T04:08:47.072Z Downloaded derive-ex v0.1.8
9852026-03-26T04:08:47.075Z Downloaded progenitor-macro v0.11.2
9862026-03-26T04:08:47.075Z Downloaded daft v0.1.5
9872026-03-26T04:08:47.075Z Downloaded const-random-macro v0.1.16
9882026-03-26T04:08:47.079Z Downloaded argon2 v0.5.3
9892026-03-26T04:08:47.079Z Downloaded progenitor-client v0.11.2
9902026-03-26T04:08:47.079Z Downloaded enum-as-inner v0.6.1
9912026-03-26T04:08:47.082Z Downloaded phf_shared v0.12.1
9922026-03-26T04:08:47.082Z Downloaded daft-derive v0.1.5
9932026-03-26T04:08:47.085Z Downloaded ref-cast v1.0.25
9942026-03-26T04:08:47.085Z Downloaded libsw v3.5.0
9952026-03-26T04:08:47.088Z Downloaded no-std-compat v0.4.1
9962026-03-26T04:08:47.088Z Downloaded drift v0.1.3
9972026-03-26T04:08:47.090Z Downloaded deranged v0.5.8
9982026-03-26T04:08:47.094Z Downloaded data-encoding v2.10.0
9992026-03-26T04:08:47.094Z Downloaded constant_time_eq v0.4.2
10002026-03-26T04:08:47.094Z Downloaded num-integer v0.1.46
10012026-03-26T04:08:47.097Z Downloaded group v0.13.0
10022026-03-26T04:08:47.097Z Downloaded ciborium-ll v0.2.2
10032026-03-26T04:08:47.097Z Downloaded quick-error v1.2.3
10042026-03-26T04:08:47.099Z Downloaded num_enum v0.7.6
10052026-03-26T04:08:47.102Z Downloaded rand_xorshift v0.4.0
10062026-03-26T04:08:47.102Z Downloaded rand_chacha v0.3.1
10072026-03-26T04:08:47.102Z Downloaded progenitor-client v0.10.0
10082026-03-26T04:08:47.105Z Downloaded cipher v0.4.4
10092026-03-26T04:08:47.105Z Downloaded crossbeam-deque v0.8.6
10102026-03-26T04:08:47.105Z Downloaded num_enum v0.5.11
10112026-03-26T04:08:47.109Z Downloaded ipnetwork v0.21.1
10122026-03-26T04:08:47.111Z Downloaded displaydoc v0.2.5
10132026-03-26T04:08:47.111Z Downloaded git-stub-vcs v0.1.0
10142026-03-26T04:08:47.114Z Downloaded diff v0.1.13
10152026-03-26T04:08:47.115Z Downloaded serde-big-array v0.5.1
10162026-03-26T04:08:47.118Z Downloaded oxide-tokio-rt v0.1.3
10172026-03-26T04:08:47.118Z Downloaded parse-display-derive v0.10.0
10182026-03-26T04:08:47.118Z Downloaded scroll_derive v0.12.1
10192026-03-26T04:08:47.120Z Downloaded compression-codecs v0.4.37
10202026-03-26T04:08:47.120Z Downloaded oxnet v0.1.4
10212026-03-26T04:08:47.123Z Downloaded pem v3.0.6
10222026-03-26T04:08:47.123Z Downloaded libsw-core v0.3.2
10232026-03-26T04:08:47.123Z Downloaded icu_normalizer v2.1.1
10242026-03-26T04:08:47.126Z Downloaded colored v3.1.1
10252026-03-26T04:08:47.129Z Downloaded rustc_version v0.1.7
10262026-03-26T04:08:47.129Z Downloaded pretty-hex v0.4.2
10272026-03-26T04:08:47.130Z Downloaded phf v0.12.1
10282026-03-26T04:08:47.134Z Downloaded ciborium v0.2.2
10292026-03-26T04:08:47.134Z Downloaded serial_test v3.4.0
10302026-03-26T04:08:47.134Z Downloaded hostname v0.4.2
10312026-03-26T04:08:47.137Z Downloaded serde_plain v1.0.2
10322026-03-26T04:08:47.137Z Downloaded same-file v1.0.6
10332026-03-26T04:08:47.137Z Downloaded secrecy v0.10.3
10342026-03-26T04:08:47.140Z Downloaded progenitor-macro v0.13.0
10352026-03-26T04:08:47.143Z Downloaded slog-envlogger v2.2.0
10362026-03-26T04:08:47.143Z Downloaded semver v0.1.20
10372026-03-26T04:08:47.143Z Downloaded progenitor v0.10.0
10382026-03-26T04:08:47.146Z Downloaded progenitor-client v0.13.0
10392026-03-26T04:08:47.146Z Downloaded progenitor v0.13.0
10402026-03-26T04:08:47.146Z Downloaded proc-macro-error v1.0.4
10412026-03-26T04:08:47.149Z Downloaded parking_lot v0.11.2
10422026-03-26T04:08:47.152Z Downloaded serde_repr v0.1.20
10432026-03-26T04:08:47.152Z Downloaded password-hash v0.5.0
10442026-03-26T04:08:47.155Z Downloaded siphasher v1.0.2
10452026-03-26T04:08:47.155Z Downloaded crossbeam-utils v0.8.21
10462026-03-26T04:08:47.158Z Downloaded chacha20 v0.10.0
10472026-03-26T04:08:47.158Z Downloaded memmap2 v0.9.10
10482026-03-26T04:08:47.158Z Downloaded jiff-static v0.2.23
10492026-03-26T04:08:47.161Z Downloaded progenitor-extras v0.1.1
10502026-03-26T04:08:47.161Z Downloaded cookie v0.18.1
10512026-03-26T04:08:47.163Z Downloaded indexmap v1.9.3
10522026-03-26T04:08:47.166Z Downloaded darling v0.21.3
10532026-03-26T04:08:47.169Z Downloaded scroll_derive v0.13.1
10542026-03-26T04:08:47.169Z Downloaded critical-section v1.2.0
10552026-03-26T04:08:47.170Z Downloaded csv-core v0.1.13
10562026-03-26T04:08:47.172Z Downloaded const_format_proc_macros v0.2.34
10572026-03-26T04:08:47.172Z Downloaded cargo_toml v0.22.3
10582026-03-26T04:08:47.172Z Downloaded ingot-macros v0.1.1
10592026-03-26T04:08:47.175Z Downloaded ref-cast-impl v1.0.25
10602026-03-26T04:08:47.175Z Downloaded sdd v3.0.10
10612026-03-26T04:08:47.178Z Downloaded strum v0.26.3
10622026-03-26T04:08:47.178Z Downloaded smawk v0.3.2
10632026-03-26T04:08:47.178Z Downloaded resolv-conf v0.7.6
10642026-03-26T04:08:47.179Z Downloaded derive_more v0.99.20
10652026-03-26T04:08:47.181Z Downloaded thiserror-impl-no-std v2.0.2
10662026-03-26T04:08:47.184Z Downloaded spin v0.5.2
10672026-03-26T04:08:47.184Z Downloaded darling v0.23.0
10682026-03-26T04:08:47.187Z Downloaded byteorder v1.5.0
10692026-03-26T04:08:47.187Z Downloaded slog-bunyan v2.5.0
10702026-03-26T04:08:47.190Z Downloaded stable_deref_trait v1.2.1
10712026-03-26T04:08:47.190Z Downloaded pest_derive v2.8.6
10722026-03-26T04:08:47.190Z Downloaded sha1 v0.10.6
10732026-03-26T04:08:47.193Z Downloaded rustls-native-certs v0.8.3
10742026-03-26T04:08:47.193Z Downloaded hmac v0.12.1
10752026-03-26T04:08:47.196Z Downloaded sigpipe v0.1.3
10762026-03-26T04:08:47.196Z Downloaded serial_test_derive v3.4.0
10772026-03-26T04:08:47.197Z Downloaded slog-async v2.8.0
10782026-03-26T04:08:47.197Z Downloaded rustversion v1.0.22
10792026-03-26T04:08:47.200Z Downloaded strum v0.27.2
10802026-03-26T04:08:47.200Z Downloaded const_format v0.2.35
10812026-03-26T04:08:47.203Z Downloaded snafu-derive v0.8.9
10822026-03-26T04:08:47.203Z Downloaded progenitor-impl v0.13.0
10832026-03-26T04:08:47.206Z Downloaded rustls-pemfile v2.2.0
10842026-03-26T04:08:47.206Z Downloaded poly1305 v0.8.0
10852026-03-26T04:08:47.208Z Downloaded testing_table v0.3.0
10862026-03-26T04:08:47.208Z Downloaded take_mut v0.2.2
10872026-03-26T04:08:47.208Z Downloaded tagptr v0.2.0
10882026-03-26T04:08:47.208Z Downloaded thread-id v5.1.0
10892026-03-26T04:08:47.211Z Downloaded termtree v0.5.1
10902026-03-26T04:08:47.211Z Downloaded scroll v0.13.0
10912026-03-26T04:08:47.211Z Downloaded schemars_derive v0.8.22
10922026-03-26T04:08:47.214Z Downloaded rusty-fork v0.3.1
10932026-03-26T04:08:47.214Z Downloaded serde_derive_internals v0.29.1
10942026-03-26T04:08:47.214Z Downloaded thread-id v4.2.2
10952026-03-26T04:08:47.217Z Downloaded structmeta-derive v0.3.0
10962026-03-26T04:08:47.217Z Downloaded tabled_derive v0.7.0
10972026-03-26T04:08:47.217Z Downloaded rand_core v0.10.0
10982026-03-26T04:08:47.220Z Downloaded scroll v0.12.0
10992026-03-26T04:08:47.220Z Downloaded postcard v1.1.3
11002026-03-26T04:08:47.220Z Downloaded pest_generator v2.8.6
11012026-03-26T04:08:47.223Z Downloaded serde_tokenstream v0.2.3
11022026-03-26T04:08:47.223Z Downloaded papergrid v0.17.0
11032026-03-26T04:08:47.226Z Downloaded unit-prefix v0.5.2
11042026-03-26T04:08:47.226Z Downloaded topological-sort v0.2.2
11052026-03-26T04:08:47.226Z Downloaded time-core v0.1.8
11062026-03-26T04:08:47.230Z Downloaded tabwriter v1.4.1
11072026-03-26T04:08:47.230Z Downloaded structmeta v0.3.0
11082026-03-26T04:08:47.230Z Downloaded typify-macro v0.4.3
11092026-03-26T04:08:47.230Z Downloaded pretty_assertions v1.4.1
11102026-03-26T04:08:47.233Z Downloaded hickory-resolver v0.24.4
11112026-03-26T04:08:47.236Z Downloaded slog-scope v4.4.1
11122026-03-26T04:08:47.237Z Downloaded universal-hash v0.5.1
11132026-03-26T04:08:47.237Z Downloaded slog-json v2.6.1
11142026-03-26T04:08:47.237Z Downloaded icu_normalizer_data v2.1.1
11152026-03-26T04:08:47.240Z Downloaded icu_properties v2.1.2
11162026-03-26T04:08:47.240Z Downloaded dropshot_endpoint v0.17.0
11172026-03-26T04:08:47.243Z Downloaded anyhow v1.0.102
11182026-03-26T04:08:47.243Z Downloaded proc-macro-error2 v2.0.1
11192026-03-26T04:08:47.246Z Downloaded proc-macro-crate v1.3.1
11202026-03-26T04:08:47.246Z Downloaded dropshot_endpoint v0.16.7
11212026-03-26T04:08:47.250Z Downloaded rhai_codegen v3.1.0
11222026-03-26T04:08:47.253Z Downloaded waitgroup v0.1.2
11232026-03-26T04:08:47.253Z Downloaded usdt v0.5.0
11242026-03-26T04:08:47.256Z Downloaded untrusted v0.7.1
11252026-03-26T04:08:47.256Z Downloaded unarray v0.1.4
11262026-03-26T04:08:47.256Z Downloaded smf v0.2.3
11272026-03-26T04:08:47.256Z Downloaded usdt-macro v0.6.0
11282026-03-26T04:08:47.256Z Downloaded usdt-macro v0.5.0
11292026-03-26T04:08:47.259Z Downloaded slog-term v2.9.2
11302026-03-26T04:08:47.259Z Downloaded synstructure v0.13.2
11312026-03-26T04:08:47.259Z Downloaded slog-dtrace v0.3.0
11322026-03-26T04:08:47.262Z Downloaded elliptic-curve v0.13.8
11332026-03-26T04:08:47.262Z Downloaded smartstring v1.0.1
11342026-03-26T04:08:47.266Z Downloaded usdt-attr-macro v0.5.0
11352026-03-26T04:08:47.269Z Downloaded utf-8 v0.7.6
11362026-03-26T04:08:47.269Z Downloaded tinystr v0.8.2
11372026-03-26T04:08:47.272Z Downloaded yoke-derive v0.8.1
11382026-03-26T04:08:47.272Z Downloaded usdt-attr-macro v0.6.0
11392026-03-26T04:08:47.275Z Downloaded zone_cfg_derive v0.3.1
11402026-03-26T04:08:47.275Z Downloaded time-macros v0.2.27
11412026-03-26T04:08:47.278Z Downloaded slog-stdlog v4.1.1
11422026-03-26T04:08:47.278Z Downloaded crossbeam-channel v0.5.15
11432026-03-26T04:08:47.280Z Downloaded thiserror-no-std v2.0.2
11442026-03-26T04:08:47.283Z Downloaded typify-macro v0.6.1
11452026-03-26T04:08:47.283Z Downloaded tokio-tungstenite v0.21.0
11462026-03-26T04:08:47.283Z Downloaded strum_macros v0.27.2
11472026-03-26T04:08:47.287Z Downloaded wait-timeout v0.2.1
11482026-03-26T04:08:47.287Z Downloaded tabled_derive v0.11.0
11492026-03-26T04:08:47.287Z Downloaded strum_macros v0.26.4
11502026-03-26T04:08:47.289Z Downloaded serde_with_macros v3.18.0
11512026-03-26T04:08:47.292Z Downloaded zeroize_derive v1.4.3
11522026-03-26T04:08:47.293Z Downloaded zerofrom-derive v0.1.6
11532026-03-26T04:08:47.295Z Downloaded omicron-zone-package v0.12.2
11542026-03-26T04:08:47.295Z Downloaded rayon-core v1.13.0
11552026-03-26T04:08:47.298Z Downloaded rustls-platform-verifier v0.6.2
11562026-03-26T04:08:47.298Z Downloaded prettyplease v0.2.37
11572026-03-26T04:08:47.301Z Downloaded tokio-rustls v0.25.0
11582026-03-26T04:08:47.307Z Downloaded tokio-dtrace v0.1.1
11592026-03-26T04:08:47.308Z Downloaded xz2 v0.1.7
11602026-03-26T04:08:47.308Z Downloaded walkdir v2.5.0
11612026-03-26T04:08:47.311Z Downloaded papergrid v0.11.0
11622026-03-26T04:08:47.311Z Downloaded zerofrom v0.1.6
11632026-03-26T04:08:47.311Z Downloaded zone v0.3.1
11642026-03-26T04:08:47.314Z Downloaded icu_collections v2.1.1
11652026-03-26T04:08:47.317Z Downloaded minimal-lexical v0.2.1
11662026-03-26T04:08:47.320Z Downloaded zerovec-derive v0.11.2
11672026-03-26T04:08:47.323Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-03-26T04:08:47.323Z Downloaded hashbrown v0.12.3
11692026-03-26T04:08:47.325Z Downloaded darling_core v0.23.0
11702026-03-26T04:08:47.328Z Downloaded thin-vec v0.2.14
11712026-03-26T04:08:47.328Z Downloaded progenitor-impl v0.11.2
11722026-03-26T04:08:47.329Z Downloaded crypto-bigint v0.5.5
11732026-03-26T04:08:47.334Z Downloaded dropshot-api-manager v0.5.2
11742026-03-26T04:08:47.338Z Downloaded chacha20poly1305 v0.10.1
11752026-03-26T04:08:47.338Z Downloaded usdt-impl v0.5.0
11762026-03-26T04:08:47.338Z Downloaded spin v0.9.8
11772026-03-26T04:08:47.341Z Downloaded usdt-impl v0.6.0
11782026-03-26T04:08:47.344Z Downloaded writeable v0.6.2
11792026-03-26T04:08:47.344Z Downloaded whoami v1.6.1
11802026-03-26T04:08:47.347Z Downloaded schemars v0.9.0
11812026-03-26T04:08:47.351Z Downloaded usdt v0.6.0
11822026-03-26T04:08:47.354Z Downloaded schemars v0.8.22
11832026-03-26T04:08:47.358Z Downloaded yoke v0.8.1
11842026-03-26T04:08:47.361Z Downloaded progenitor-impl v0.10.0
11852026-03-26T04:08:47.361Z Downloaded toml v0.9.12+spec-1.1.0
11862026-03-26T04:08:47.364Z Downloaded term v1.2.1
11872026-03-26T04:08:47.366Z Downloaded expectorate v1.2.0
11882026-03-26T04:08:47.366Z Downloaded tiny-keccak v2.0.2
11892026-03-26T04:08:47.369Z Downloaded rand v0.10.0
11902026-03-26T04:08:47.369Z Downloaded unsafe-libyaml v0.2.11
11912026-03-26T04:08:47.372Z Downloaded darling_core v0.21.3
11922026-03-26T04:08:47.375Z Downloaded toml v0.7.8
11932026-03-26T04:08:47.378Z Downloaded arc-swap v1.9.0
11942026-03-26T04:08:47.378Z Downloaded hickory-resolver v0.25.2
11952026-03-26T04:08:47.381Z Downloaded slog v2.8.2
11962026-03-26T04:08:47.383Z Downloaded nom v8.0.0
11972026-03-26T04:08:47.386Z Downloaded libm v0.2.16
11982026-03-26T04:08:47.389Z Downloaded iddqd v0.3.17
11992026-03-26T04:08:47.393Z Downloaded ucd-trie v0.1.7
12002026-03-26T04:08:47.396Z Downloaded similar v2.7.0
12012026-03-26T04:08:47.399Z Downloaded steno v0.4.1
12022026-03-26T04:08:47.399Z Downloaded zerotrie v0.2.3
12032026-03-26T04:08:47.402Z Downloaded vsss-rs v3.3.4
12042026-03-26T04:08:47.405Z Downloaded nom v7.1.3
12052026-03-26T04:08:47.407Z Downloaded zerocopy-derive v0.7.35
12062026-03-26T04:08:47.408Z Downloaded test-strategy v0.4.5
12072026-03-26T04:08:47.411Z Downloaded pest_meta v2.8.6
12082026-03-26T04:08:47.415Z Downloaded typify v0.6.1
12092026-03-26T04:08:47.418Z Downloaded serde_yaml v0.9.34+deprecated
12102026-03-26T04:08:47.421Z Downloaded goblin v0.8.2
12112026-03-26T04:08:47.430Z Downloaded pest v2.8.6
12122026-03-26T04:08:47.434Z Downloaded typify v0.4.3
12132026-03-26T04:08:47.439Z Downloaded async-compression v0.4.41
12142026-03-26T04:08:47.441Z Downloaded aws-lc-rs v1.16.2
12152026-03-26T04:08:47.444Z Downloaded schemars v1.2.1
12162026-03-26T04:08:47.452Z Downloaded toml_edit v0.25.8+spec-1.1.0
12172026-03-26T04:08:47.455Z Downloaded tungstenite v0.21.0
12182026-03-26T04:08:47.458Z Downloaded scc v2.4.0
12192026-03-26T04:08:47.461Z Downloaded yansi v1.0.1
12202026-03-26T04:08:47.461Z Downloaded snafu v0.8.9
12212026-03-26T04:08:47.464Z Downloaded tough v0.20.0
12222026-03-26T04:08:47.468Z Downloaded icu_properties_data v2.1.2
12232026-03-26T04:08:47.473Z Downloaded moka v0.12.15
12242026-03-26T04:08:47.477Z Downloaded hkdf v0.12.4
12252026-03-26T04:08:47.480Z Downloaded rand v0.8.5
12262026-03-26T04:08:47.483Z Downloaded qorb v0.4.1
12272026-03-26T04:08:47.509Z Downloaded winnow v0.5.40
12282026-03-26T04:08:47.514Z Downloaded zerocopy-derive v0.8.47
12292026-03-26T04:08:47.519Z Downloaded serde_with v3.18.0
12302026-03-26T04:08:47.525Z Downloaded typed-path v0.9.3
12312026-03-26T04:08:47.528Z Downloaded rustls-webpki v0.102.8
12322026-03-26T04:08:47.541Z Downloaded toml_edit v0.19.15
12332026-03-26T04:08:47.550Z Downloaded goblin v0.10.5
12342026-03-26T04:08:47.559Z Downloaded tabled v0.20.0
12352026-03-26T04:08:47.570Z Downloaded zerovec v0.11.5
12362026-03-26T04:08:47.573Z Downloaded reqwest v0.13.2
12372026-03-26T04:08:47.577Z Downloaded blake3 v1.8.3
12382026-03-26T04:08:47.597Z Downloaded hickory-proto v0.24.4
12392026-03-26T04:08:47.605Z Downloaded zerocopy v0.7.35
12402026-03-26T04:08:47.615Z Downloaded rayon v1.11.0
12412026-03-26T04:08:47.619Z Downloaded smoltcp v0.11.0
12422026-03-26T04:08:47.631Z Downloaded proptest v1.11.0
12432026-03-26T04:08:47.636Z Downloaded rustls v0.22.4
12442026-03-26T04:08:47.643Z Downloaded regress v0.10.5
12452026-03-26T04:08:47.648Z Downloaded tabled v0.15.0
12462026-03-26T04:08:47.656Z Downloaded rhai v1.24.0
12472026-03-26T04:08:47.668Z Downloaded time v0.3.47
12482026-03-26T04:08:47.675Z Downloaded syn v1.0.109
12492026-03-26T04:08:47.680Z Downloaded hickory-proto v0.25.2
12502026-03-26T04:08:47.688Z Downloaded typify-impl v0.6.1
12512026-03-26T04:08:47.697Z Downloaded typify-impl v0.4.3
12522026-03-26T04:08:47.723Z Downloaded dropshot v0.16.7
12532026-03-26T04:08:47.736Z Downloaded jiff v0.2.23
12542026-03-26T04:08:47.745Z Downloaded openapiv3 v2.2.0
12552026-03-26T04:08:47.752Z Downloaded lzma-sys v0.1.20
12562026-03-26T04:08:47.768Z Downloaded dropshot v0.17.0
12572026-03-26T04:08:47.782Z Downloaded sha3 v0.10.8
12582026-03-26T04:08:47.808Z Downloaded sled v0.34.7
12592026-03-26T04:08:47.876Z Downloaded petgraph v0.6.5
12602026-03-26T04:08:47.893Z Downloaded chrono-tz v0.10.4
12612026-03-26T04:08:47.921Z Downloaded csv v1.4.0
12622026-03-26T04:08:47.996Z Downloaded encoding_rs v0.8.35
12632026-03-26T04:08:48.632Z Downloaded aws-lc-sys v0.39.0
12642026-03-26T04:08:49.520Z Compiling proc-macro2 v1.0.106
12652026-03-26T04:08:49.520Z Compiling quote v1.0.45
12662026-03-26T04:08:49.521Z Compiling unicode-ident v1.0.24
12672026-03-26T04:08:49.521Z Compiling serde_core v1.0.228
12682026-03-26T04:08:49.521Z Compiling cfg-if v1.0.4
12692026-03-26T04:08:49.525Z Compiling serde v1.0.228
12702026-03-26T04:08:49.525Z Compiling libc v0.2.183
12712026-03-26T04:08:49.525Z Compiling memchr v2.8.0
12722026-03-26T04:08:49.735Z Compiling itoa v1.0.18
12732026-03-26T04:08:49.921Z Compiling zmij v1.0.21
12742026-03-26T04:08:49.921Z Compiling autocfg v1.5.0
12752026-03-26T04:08:49.966Z Compiling version_check v0.9.5
12762026-03-26T04:08:50.295Z Compiling libm v0.2.16
12772026-03-26T04:08:50.340Z Compiling stable_deref_trait v1.2.1
12782026-03-26T04:08:50.396Z Compiling litemap v0.8.1
12792026-03-26T04:08:50.412Z Compiling pin-project-lite v0.2.17
12802026-03-26T04:08:50.440Z Compiling writeable v0.6.2
12812026-03-26T04:08:50.506Z Compiling icu_normalizer_data v2.1.1
12822026-03-26T04:08:50.539Z Compiling percent-encoding v2.3.2
12832026-03-26T04:08:50.566Z Compiling icu_properties_data v2.1.2
12842026-03-26T04:08:50.592Z Compiling parking_lot_core v0.9.12
12852026-03-26T04:08:50.638Z Compiling scopeguard v1.2.0
12862026-03-26T04:08:50.748Z Compiling equivalent v1.0.2
12872026-03-26T04:08:50.830Z Compiling iana-time-zone v0.1.65
12882026-03-26T04:08:50.833Z Compiling lock_api v0.4.14
12892026-03-26T04:08:50.873Z Compiling allocator-api2 v0.2.21
12902026-03-26T04:08:50.939Z Compiling syn v2.0.117
12912026-03-26T04:08:51.025Z Compiling foldhash v0.2.0
12922026-03-26T04:08:51.049Z Compiling form_urlencoded v1.2.2
12932026-03-26T04:08:51.061Z Compiling utf8_iter v1.0.4
12942026-03-26T04:08:51.071Z Compiling serde_json v1.0.149
12952026-03-26T04:08:51.254Z Compiling hashbrown v0.16.1
12962026-03-26T04:08:51.257Z Compiling dyn-clone v1.0.20
12972026-03-26T04:08:51.276Z Compiling num-traits v0.2.19
12982026-03-26T04:08:51.314Z Compiling log v0.4.29
12992026-03-26T04:08:51.356Z Compiling jobserver v0.1.34
13002026-03-26T04:08:51.396Z Compiling shlex v1.3.0
13012026-03-26T04:08:51.496Z Compiling find-msvc-tools v0.1.9
13022026-03-26T04:08:51.586Z Compiling zerocopy v0.8.47
13032026-03-26T04:08:51.683Z Compiling cc v1.2.57
13042026-03-26T04:08:51.739Z Compiling futures-core v0.3.32
13052026-03-26T04:08:51.864Z Compiling semver v1.0.27
13062026-03-26T04:08:51.896Z Compiling errno v0.3.14
13072026-03-26T04:08:51.998Z Compiling getrandom v0.4.2
13082026-03-26T04:08:52.017Z Compiling thiserror v2.0.18
13092026-03-26T04:08:52.040Z Compiling rand_core v0.10.0
13102026-03-26T04:08:52.200Z Compiling indexmap v2.13.0
13112026-03-26T04:08:52.304Z Compiling heck v0.5.0
13122026-03-26T04:08:52.466Z Compiling futures-sink v0.3.32
13132026-03-26T04:08:52.560Z Compiling slab v0.4.12
13142026-03-26T04:08:52.571Z Compiling fnv v1.0.7
13152026-03-26T04:08:52.574Z Compiling futures-channel v0.3.32
13162026-03-26T04:08:52.661Z Compiling uuid v1.22.0
13172026-03-26T04:08:52.732Z Compiling futures-task v0.3.32
13182026-03-26T04:08:52.806Z Compiling portable-atomic v1.13.1
13192026-03-26T04:08:52.857Z Compiling futures-io v0.3.32
13202026-03-26T04:08:52.903Z Compiling rustversion v1.0.22
13212026-03-26T04:08:52.975Z Compiling schemars v0.8.22
13222026-03-26T04:08:53.010Z Compiling typenum v1.19.0
13232026-03-26T04:08:53.069Z Compiling socket2 v0.6.3
13242026-03-26T04:08:53.080Z Compiling getrandom v0.2.17
13252026-03-26T04:08:53.222Z Compiling critical-section v1.2.0
13262026-03-26T04:08:53.257Z Compiling signal-hook-registry v1.4.8
13272026-03-26T04:08:53.322Z Compiling mio v1.1.1
13282026-03-26T04:08:53.384Z Compiling bitflags v2.11.0
13292026-03-26T04:08:53.515Z Compiling subtle v2.6.1
13302026-03-26T04:08:53.548Z Compiling byteorder v1.5.0
13312026-03-26T04:08:53.620Z Compiling base64 v0.22.1
13322026-03-26T04:08:53.680Z Compiling once_cell v1.21.4
13332026-03-26T04:08:53.772Z Compiling untrusted v0.9.0
13342026-03-26T04:08:53.784Z Compiling rand_core v0.6.4
13352026-03-26T04:08:53.821Z Compiling cmake v0.1.57
13362026-03-26T04:08:53.833Z Compiling synstructure v0.13.2
13372026-03-26T04:08:53.885Z Compiling serde_derive_internals v0.29.1
13382026-03-26T04:08:53.896Z Compiling fs_extra v1.3.0
13392026-03-26T04:08:53.936Z Compiling dunce v1.0.5
13402026-03-26T04:08:53.947Z Compiling ipnet v2.12.0
13412026-03-26T04:08:54.014Z Compiling httparse v1.10.1
13422026-03-26T04:08:54.028Z Compiling rustix v1.1.4
13432026-03-26T04:08:54.145Z Compiling strsim v0.11.1
13442026-03-26T04:08:54.155Z Compiling aws-lc-sys v0.39.0
13452026-03-26T04:08:54.326Z Compiling regex-syntax v0.8.10
13462026-03-26T04:08:54.345Z Compiling atomic-waker v1.1.2
13472026-03-26T04:08:54.468Z Compiling slog v2.8.2
13482026-03-26T04:08:54.511Z Compiling generic-array v0.14.7
13492026-03-26T04:08:54.539Z Compiling thiserror v1.0.69
13502026-03-26T04:08:54.579Z Compiling tower-service v0.3.3
13512026-03-26T04:08:54.618Z Compiling tower-layer v0.3.3
13522026-03-26T04:08:54.671Z Compiling ucd-trie v0.1.7
13532026-03-26T04:08:54.691Z Compiling getrandom v0.3.4
13542026-03-26T04:08:54.788Z Compiling try-lock v0.2.5
13552026-03-26T04:08:54.891Z Compiling pest v2.8.6
13562026-03-26T04:08:54.969Z Compiling want v0.3.1
13572026-03-26T04:08:55.022Z Compiling httpdate v1.0.3
13582026-03-26T04:08:55.033Z Compiling ryu v1.0.23
13592026-03-26T04:08:55.083Z Compiling serde_derive v1.0.228
13602026-03-26T04:08:55.127Z Compiling zerofrom-derive v0.1.6
13612026-03-26T04:08:55.185Z Compiling yoke-derive v0.8.1
13622026-03-26T04:08:55.262Z Compiling zerovec-derive v0.11.2
13632026-03-26T04:08:55.265Z Compiling displaydoc v0.2.5
13642026-03-26T04:08:56.017Z Compiling tokio-macros v2.6.1
13652026-03-26T04:08:56.213Z Compiling schemars_derive v0.8.22
13662026-03-26T04:08:56.216Z Compiling zerocopy-derive v0.8.47
13672026-03-26T04:08:56.349Z Compiling thiserror-impl v2.0.18
13682026-03-26T04:08:56.353Z Compiling zerofrom v0.1.6
13692026-03-26T04:08:56.478Z Compiling yoke v0.8.1
13702026-03-26T04:08:56.657Z Compiling zerovec v0.11.5
13712026-03-26T04:08:56.782Z Compiling zerotrie v0.2.3
13722026-03-26T04:08:57.033Z Compiling zeroize_derive v1.4.3
13732026-03-26T04:08:57.072Z Compiling futures-macro v0.3.32
13742026-03-26T04:08:57.141Z Compiling tinystr v0.8.2
13752026-03-26T04:08:57.342Z Compiling icu_locale_core v2.1.1
13762026-03-26T04:08:57.385Z Compiling potential_utf v0.1.4
13772026-03-26T04:08:57.543Z Compiling icu_collections v2.1.1
13782026-03-26T04:08:57.648Z Compiling thiserror-impl v1.0.69
13792026-03-26T04:08:57.691Z Compiling zeroize v1.8.2
13802026-03-26T04:08:57.877Z Compiling futures-util v0.3.32
13812026-03-26T04:08:58.054Z Compiling icu_provider v2.1.1
13822026-03-26T04:08:58.270Z Compiling bytes v1.11.1
13832026-03-26T04:08:58.281Z Compiling smallvec v1.15.1
13842026-03-26T04:08:58.352Z Compiling icu_properties v2.1.2
13852026-03-26T04:08:58.365Z Compiling chrono v0.4.44
13862026-03-26T04:08:58.500Z Compiling icu_normalizer v2.1.1
13872026-03-26T04:08:58.897Z Compiling http v1.4.0
13882026-03-26T04:08:59.081Z Compiling parking_lot v0.12.5
13892026-03-26T04:08:59.082Z Compiling serde_tokenstream v0.2.3
13902026-03-26T04:08:59.355Z Compiling idna_adapter v1.2.1
13912026-03-26T04:08:59.473Z Compiling idna v1.1.0
13922026-03-26T04:08:59.489Z Compiling tokio v1.50.0
13932026-03-26T04:08:59.500Z Compiling http-body v1.0.1
13942026-03-26T04:08:59.643Z Compiling erased-serde v0.3.31
13952026-03-26T04:08:59.849Z Compiling url v2.5.8
13962026-03-26T04:08:59.953Z Compiling pest_meta v2.8.6
13972026-03-26T04:09:00.226Z Compiling pin-utils v0.1.0
13982026-03-26T04:09:00.274Z Compiling pretty-hex v0.4.2
13992026-03-26T04:09:00.285Z Compiling plain v0.2.3
14002026-03-26T04:09:00.407Z Compiling ppv-lite86 v0.2.21
14012026-03-26T04:09:00.555Z Compiling paste v1.0.15
14022026-03-26T04:09:00.587Z Compiling pest_generator v2.8.6
14032026-03-26T04:09:00.723Z Compiling crypto-common v0.1.7
14042026-03-26T04:09:00.783Z Compiling omicron-workspace-hack v0.1.0
14052026-03-26T04:09:00.849Z Compiling ident_case v1.0.1
14062026-03-26T04:09:00.966Z Compiling tracing-attributes v0.1.31
14072026-03-26T04:09:01.003Z Compiling tracing-core v0.1.36
14082026-03-26T04:09:01.278Z Compiling http-body-util v0.1.3
14092026-03-26T04:09:01.308Z Compiling pest_derive v2.8.6
14102026-03-26T04:09:01.359Z Compiling serde_urlencoded v0.7.1
14112026-03-26T04:09:01.520Z Compiling ipnetwork v0.21.1
14122026-03-26T04:09:01.604Z Compiling daft-derive v0.1.5
14132026-03-26T04:09:01.608Z Compiling sync_wrapper v1.0.2
14142026-03-26T04:09:01.716Z Compiling fastrand v2.3.0
14152026-03-26T04:09:01.887Z Compiling aho-corasick v1.1.4
14162026-03-26T04:09:01.956Z Compiling winnow v1.0.0
14172026-03-26T04:09:01.983Z Compiling rustls-pki-types v1.14.0
14182026-03-26T04:09:02.037Z Compiling async-trait v0.1.89
14192026-03-26T04:09:02.186Z Compiling tracing v0.1.44
14202026-03-26T04:09:02.335Z Compiling scroll_derive v0.13.1
14212026-03-26T04:09:02.425Z Compiling ring v0.17.14
14222026-03-26T04:09:02.679Z Compiling regex-automata v0.4.14
14232026-03-26T04:09:02.924Z Compiling cpufeatures v0.2.17
14242026-03-26T04:09:02.994Z Compiling iri-string v0.7.11
14252026-03-26T04:09:03.005Z Compiling num-conv v0.2.0
14262026-03-26T04:09:03.034Z Compiling time-core v0.1.8
14272026-03-26T04:09:03.126Z Compiling powerfmt v0.2.0
14282026-03-26T04:09:03.158Z Compiling anyhow v1.0.102
14292026-03-26T04:09:03.176Z Compiling time-macros v0.2.27
14302026-03-26T04:09:03.290Z Compiling deranged v0.5.8
14312026-03-26T04:09:03.330Z Compiling scroll v0.13.0
14322026-03-26T04:09:03.832Z Compiling block-buffer v0.10.4
14332026-03-26T04:09:03.976Z Compiling hex v0.4.3
14342026-03-26T04:09:04.147Z Compiling num_threads v0.1.7
14352026-03-26T04:09:04.236Z Compiling digest v0.10.7
14362026-03-26T04:09:04.440Z Compiling regex v1.12.3
14372026-03-26T04:09:04.608Z Compiling goblin v0.10.5
14382026-03-26T04:09:04.626Z Compiling tokio-util v0.7.18
14392026-03-26T04:09:04.844Z Compiling oxnet v0.1.4
14402026-03-26T04:09:05.223Z Compiling camino v1.2.2
14412026-03-26T04:09:05.489Z Compiling usdt-impl v0.6.0
14422026-03-26T04:09:05.583Z Compiling openssl-probe v0.2.1
14432026-03-26T04:09:05.766Z Compiling dtrace-parser v0.3.0
14442026-03-26T04:09:06.065Z Compiling futures-executor v0.3.32
14452026-03-26T04:09:06.347Z Compiling crossbeam-utils v0.8.21
14462026-03-26T04:09:06.555Z Compiling h2 v0.4.13
14472026-03-26T04:09:06.567Z Compiling structmeta-derive v0.3.0
14482026-03-26T04:09:06.633Z Compiling regress v0.10.5
14492026-03-26T04:09:06.657Z Compiling thread-id v5.1.0
14502026-03-26T04:09:06.732Z Compiling rustls v0.22.4
14512026-03-26T04:09:06.929Z Compiling syn v1.0.109
14522026-03-26T04:09:07.512Z Compiling dof v0.4.0
14532026-03-26T04:09:07.587Z Compiling structmeta v0.3.0
14542026-03-26T04:09:07.811Z Compiling futures v0.3.32
14552026-03-26T04:09:07.887Z Compiling rand_core v0.9.5
14562026-03-26T04:09:07.927Z Compiling darling_core v0.23.0
14572026-03-26T04:09:08.099Z Compiling newtype-uuid-macros v0.1.0
14582026-03-26T04:09:08.871Z Compiling hyper v1.8.1
14592026-03-26T04:09:09.447Z Compiling thread_local v1.1.9
14602026-03-26T04:09:09.520Z Compiling aws-lc-rs v1.16.2
14612026-03-26T04:09:09.593Z Compiling winnow v0.7.15
14622026-03-26T04:09:09.609Z Compiling match_cfg v0.1.0
14632026-03-26T04:09:09.719Z Compiling newtype-uuid v1.3.2
14642026-03-26T04:09:09.818Z Compiling quick-error v1.2.3
14652026-03-26T04:09:09.923Z Compiling hyper-util v0.1.20
14662026-03-26T04:09:10.035Z Compiling darling_macro v0.23.0
14672026-03-26T04:09:10.062Z Compiling ref-cast v1.0.25
14682026-03-26T04:09:10.475Z Compiling slog-async v2.8.0
14692026-03-26T04:09:10.627Z Compiling daft v0.1.5
14702026-03-26T04:09:10.648Z Compiling darling v0.23.0
14712026-03-26T04:09:10.682Z Compiling usdt-macro v0.6.0
14722026-03-26T04:09:10.725Z Compiling usdt-attr-macro v0.6.0
14732026-03-26T04:09:10.815Z Compiling rand_chacha v0.9.0
14742026-03-26T04:09:10.889Z Compiling strum_macros v0.26.4
14752026-03-26T04:09:11.176Z Compiling ref-cast-impl v1.0.25
14762026-03-26T04:09:11.252Z Compiling toml_datetime v0.7.5+spec-1.1.0
14772026-03-26T04:09:11.557Z Compiling serde_spanned v1.1.0
14782026-03-26T04:09:11.704Z Compiling multer v3.1.0
14792026-03-26T04:09:11.722Z Compiling term v1.2.1
14802026-03-26T04:09:11.776Z Compiling debug-ignore v1.0.5
14812026-03-26T04:09:11.803Z Compiling take_mut v0.2.2
14822026-03-26T04:09:11.875Z Compiling toml_writer v1.1.0+spec-1.1.0
14832026-03-26T04:09:11.896Z Compiling bit-vec v0.8.0
14842026-03-26T04:09:11.907Z Compiling untrusted v0.7.1
14852026-03-26T04:09:12.024Z Compiling rand v0.9.2
14862026-03-26T04:09:12.055Z Compiling serde_with_macros v3.18.0
14872026-03-26T04:09:12.082Z Compiling bit-set v0.8.0
14882026-03-26T04:09:12.237Z Compiling async-stream-impl v0.3.6
14892026-03-26T04:09:12.424Z Compiling dropshot v0.16.7
14902026-03-26T04:09:12.533Z Compiling strum v0.26.3
14912026-03-26T04:09:12.617Z Compiling encoding_rs v0.8.35
14922026-03-26T04:09:12.648Z Compiling rustls v0.23.37
14932026-03-26T04:09:12.659Z Compiling spin v0.9.8
14942026-03-26T04:09:12.769Z Compiling unarray v0.1.4
14952026-03-26T04:09:12.869Z Compiling mime v0.3.17
14962026-03-26T04:09:12.880Z Compiling async-stream v0.3.6
14972026-03-26T04:09:13.111Z Compiling derive-ex v0.1.8
14982026-03-26T04:09:13.121Z Compiling dropshot_endpoint v0.16.7
14992026-03-26T04:09:13.140Z Compiling macaddr v1.0.1
15002026-03-26T04:09:13.170Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15012026-03-26T04:09:13.362Z Compiling waitgroup v0.1.2
15022026-03-26T04:09:13.500Z Compiling serde_path_to_error v0.1.20
15032026-03-26T04:09:13.669Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15042026-03-26T04:09:13.800Z Compiling tempfile v3.27.0
15052026-03-26T04:09:13.852Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15062026-03-26T04:09:14.034Z Compiling tower v0.5.3
15072026-03-26T04:09:14.142Z Compiling strum_macros v0.27.2
15082026-03-26T04:09:14.225Z Compiling instant v0.1.13
15092026-03-26T04:09:14.328Z Compiling time v0.3.47
15102026-03-26T04:09:14.516Z Compiling tower-http v0.6.8
15112026-03-26T04:09:14.620Z Compiling rustc-hash v2.1.1
15122026-03-26T04:09:14.688Z Compiling test-strategy v0.4.5
15132026-03-26T04:09:14.771Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15142026-03-26T04:09:14.933Z Compiling crossbeam-channel v0.5.15
15152026-03-26T04:09:15.426Z Compiling openapiv3 v2.2.0
15162026-03-26T04:09:16.042Z Compiling strum v0.27.2
15172026-03-26T04:09:16.170Z Compiling parse-display-derive v0.10.0
15182026-03-26T04:09:16.627Z Compiling rustls-webpki v0.102.8
15192026-03-26T04:09:17.067Z Compiling rustls-native-certs v0.8.3
15202026-03-26T04:09:17.233Z Compiling backon v1.6.0
15212026-03-26T04:09:17.411Z Compiling rand_chacha v0.3.1
15222026-03-26T04:09:17.817Z Compiling rand v0.8.5
15232026-03-26T04:09:17.871Z Compiling slog-json v2.6.1
15242026-03-26T04:09:18.077Z Compiling hostname v0.3.1
15252026-03-26T04:09:18.088Z Compiling toml_parser v1.1.0+spec-1.1.0
15262026-03-26T04:09:18.214Z Compiling wait-timeout v0.2.1
15272026-03-26T04:09:18.225Z Compiling memmap2 v0.9.10
15282026-03-26T04:09:18.439Z Compiling is-terminal v0.4.17
15292026-03-26T04:09:18.517Z Compiling either v1.15.0
15302026-03-26T04:09:18.532Z Compiling slog-term v2.9.2
15312026-03-26T04:09:18.624Z Compiling toml v0.9.12+spec-1.1.0
15322026-03-26T04:09:18.721Z Compiling usdt v0.6.0
15332026-03-26T04:09:18.762Z Compiling rusty-fork v0.3.1
15342026-03-26T04:09:18.996Z Compiling slog-bunyan v2.5.0
15352026-03-26T04:09:19.129Z Compiling serde_with v3.18.0
15362026-03-26T04:09:19.177Z Compiling rand_xorshift v0.4.0
15372026-03-26T04:09:19.322Z Compiling tokio-rustls v0.25.0
15382026-03-26T04:09:19.545Z Compiling sha1 v0.10.6
15392026-03-26T04:09:19.576Z Compiling rustls-pemfile v2.2.0
15402026-03-26T04:09:19.672Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15412026-03-26T04:09:19.772Z Compiling hostname v0.4.2
15422026-03-26T04:09:19.772Z Compiling proptest v1.11.0
15432026-03-26T04:09:20.923Z Compiling reqwest v0.12.28
15442026-03-26T04:09:20.938Z Compiling iddqd v0.3.17
15452026-03-26T04:09:21.072Z Compiling itertools v0.14.0
15462026-03-26T04:09:21.566Z Compiling utf8parse v0.2.2
15472026-03-26T04:09:21.678Z Compiling anstyle-parse v1.0.0
15482026-03-26T04:09:21.863Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15492026-03-26T04:09:22.058Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15502026-03-26T04:09:22.320Z Compiling toml_datetime v0.6.11
15512026-03-26T04:09:22.448Z Compiling anstyle v1.0.14
15522026-03-26T04:09:22.591Z Compiling is_terminal_polyfill v1.70.2
15532026-03-26T04:09:22.677Z Compiling anstyle-query v1.1.5
15542026-03-26T04:09:22.786Z Compiling colorchoice v1.0.5
15552026-03-26T04:09:22.901Z Compiling anstream v1.0.0
15562026-03-26T04:09:22.986Z Compiling progenitor-client v0.10.0
15572026-03-26T04:09:23.138Z Compiling parse-display v0.10.0
15582026-03-26T04:09:23.263Z Compiling backoff v0.4.0
15592026-03-26T04:09:23.473Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15602026-03-26T04:09:23.633Z Compiling clap_lex v1.1.0
15612026-03-26T04:09:23.874Z Compiling clap_derive v4.6.0
15622026-03-26T04:09:24.301Z Compiling unicode-width v0.2.2
15632026-03-26T04:09:24.478Z Compiling terminal_size v0.4.4
15642026-03-26T04:09:24.582Z Compiling darling_core v0.21.3
15652026-03-26T04:09:24.616Z Compiling zerocopy-derive v0.7.35
15662026-03-26T04:09:25.597Z Compiling zerocopy v0.7.35
15672026-03-26T04:09:26.233Z Compiling crossbeam-epoch v0.9.18
15682026-03-26T04:09:26.685Z Compiling clap_builder v4.6.0
15692026-03-26T04:09:26.752Z Compiling darling_macro v0.21.3
15702026-03-26T04:09:27.066Z Compiling proc-macro-error-attr v1.0.4
15712026-03-26T04:09:27.177Z Compiling toml_datetime v1.1.0+spec-1.1.0
15722026-03-26T04:09:27.222Z Compiling heapless v0.8.0
15732026-03-26T04:09:27.321Z Compiling darling v0.21.3
15742026-03-26T04:09:27.394Z Compiling tinyvec_macros v0.1.1
15752026-03-26T04:09:27.405Z Compiling convert_case v0.4.0
15762026-03-26T04:09:27.459Z Compiling tinyvec v1.11.0
15772026-03-26T04:09:27.492Z Compiling ingot-macros v0.1.1
15782026-03-26T04:09:27.595Z Compiling toml_edit v0.25.8+spec-1.1.0
15792026-03-26T04:09:27.706Z Compiling derive_more v0.99.20
15802026-03-26T04:09:28.455Z Compiling clap v4.6.0
15812026-03-26T04:09:28.678Z Compiling dtrace-parser v0.2.0
15822026-03-26T04:09:28.831Z Compiling secrecy v0.10.3
15832026-03-26T04:09:28.988Z Compiling scroll_derive v0.12.1
15842026-03-26T04:09:29.537Z Compiling hash32 v0.3.1
15852026-03-26T04:09:29.554Z Compiling usdt-impl v0.5.0
15862026-03-26T04:09:29.689Z Compiling proc-macro-error v1.0.4
15872026-03-26T04:09:29.692Z Compiling smoltcp v0.11.0
15882026-03-26T04:09:29.799Z Compiling winnow v0.5.40
15892026-03-26T04:09:29.823Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15902026-03-26T04:09:29.911Z Compiling crucible-workspace-hack v0.1.0
15912026-03-26T04:09:30.054Z Compiling scroll v0.12.0
15922026-03-26T04:09:30.222Z Compiling ingot-types v0.1.2
15932026-03-26T04:09:30.318Z Compiling proc-macro-crate v3.5.0
15942026-03-26T04:09:30.750Z Compiling dof v0.3.0
15952026-03-26T04:09:30.905Z Compiling typify-impl v0.6.1
15962026-03-26T04:09:30.993Z Compiling serde_spanned v0.6.9
15972026-03-26T04:09:31.085Z Compiling cobs v0.3.0
15982026-03-26T04:09:31.109Z Compiling thread-id v4.2.2
15992026-03-26T04:09:31.136Z Compiling memoffset v0.9.1
16002026-03-26T04:09:31.184Z Compiling toml_edit v0.19.15
16012026-03-26T04:09:31.188Z Compiling bitflags v1.3.2
16022026-03-26T04:09:31.266Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16032026-03-26T04:09:31.282Z Compiling cfg_aliases v0.2.1
16042026-03-26T04:09:31.285Z Compiling managed v0.8.0
16052026-03-26T04:09:31.352Z Compiling toml_write v0.1.2
16062026-03-26T04:09:31.400Z Compiling nix v0.31.2
16072026-03-26T04:09:31.501Z Compiling toml_edit v0.22.27
16082026-03-26T04:09:31.545Z Compiling postcard v1.1.3
16092026-03-26T04:09:32.462Z Compiling proc-macro-crate v1.3.1
16102026-03-26T04:09:32.556Z Compiling num_enum_derive v0.7.6
16112026-03-26T04:09:32.947Z Compiling ingot v0.1.1
16122026-03-26T04:09:33.167Z Compiling goblin v0.8.2
16132026-03-26T04:09:33.626Z Compiling tabwriter v1.4.1
16142026-03-26T04:09:33.859Z Compiling foreign-types-macros v0.2.3
16152026-03-26T04:09:33.870Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16162026-03-26T04:09:34.155Z Compiling num-integer v0.1.46
16172026-03-26T04:09:34.477Z Compiling rustc_version v0.4.1
16182026-03-26T04:09:34.738Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16192026-03-26T04:09:34.780Z Compiling foreign-types-shared v0.3.1
16202026-03-26T04:09:34.795Z Compiling heck v0.4.1
16212026-03-26T04:09:34.868Z Compiling rayon-core v1.13.0
16222026-03-26T04:09:34.954Z Compiling cpufeatures v0.3.0
16232026-03-26T04:09:34.990Z Compiling float-ord v0.3.2
16242026-03-26T04:09:35.023Z Compiling chacha20 v0.10.0
16252026-03-26T04:09:35.109Z Compiling foreign-types v0.5.0
16262026-03-26T04:09:35.123Z Compiling curve25519-dalek v4.1.3
16272026-03-26T04:09:35.183Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16282026-03-26T04:09:35.947Z Compiling num_enum v0.7.6
16292026-03-26T04:09:36.134Z Compiling num_enum_derive v0.5.11
16302026-03-26T04:09:36.363Z Compiling toml v0.8.23
16312026-03-26T04:09:37.208Z Compiling typify-macro v0.6.1
16322026-03-26T04:09:37.392Z Compiling crossbeam-deque v0.8.6
16332026-03-26T04:09:37.582Z Compiling rustls-webpki v0.103.10
16342026-03-26T04:09:38.029Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16352026-03-26T04:09:38.754Z Compiling hmac v0.12.1
16362026-03-26T04:09:38.896Z Compiling inout v0.1.4
16372026-03-26T04:09:38.947Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16382026-03-26T04:09:38.987Z Compiling ff v0.13.1
16392026-03-26T04:09:39.133Z Compiling cstr-argument v0.1.2
16402026-03-26T04:09:39.263Z Compiling rustix v0.38.44
16412026-03-26T04:09:39.286Z Compiling colored v3.1.1
16422026-03-26T04:09:39.298Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16432026-03-26T04:09:39.457Z Compiling prettyplease v0.2.37
16442026-03-26T04:09:39.685Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16452026-03-26T04:09:39.724Z Compiling group v0.13.0
16462026-03-26T04:09:39.830Z Compiling cipher v0.4.4
16472026-03-26T04:09:39.955Z Compiling hkdf v0.12.4
16482026-03-26T04:09:40.033Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16492026-03-26T04:09:40.521Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16502026-03-26T04:09:40.724Z Compiling num_enum v0.5.11
16512026-03-26T04:09:40.746Z Compiling rand v0.10.0
16522026-03-26T04:09:40.797Z Compiling num-rational v0.4.2
16532026-03-26T04:09:40.847Z Compiling num-iter v0.1.45
16542026-03-26T04:09:40.969Z Compiling tokio-rustls v0.26.4
16552026-03-26T04:09:41.139Z Compiling rustls-platform-verifier v0.6.2
16562026-03-26T04:09:41.254Z Compiling hyper-rustls v0.27.7
16572026-03-26T04:09:41.443Z Compiling usdt-macro v0.5.0
16582026-03-26T04:09:41.556Z Compiling reqwest v0.13.2
16592026-03-26T04:09:41.673Z Compiling usdt-attr-macro v0.5.0
16602026-03-26T04:09:42.726Z Compiling progenitor-client v0.13.0
16612026-03-26T04:09:42.968Z Compiling progenitor-extras v0.1.1
16622026-03-26T04:09:43.031Z Compiling camino-tempfile v1.4.1
16632026-03-26T04:09:43.212Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16642026-03-26T04:09:43.818Z Compiling thiserror-impl-no-std v2.0.2
16652026-03-26T04:09:43.831Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16662026-03-26T04:09:44.179Z Compiling universal-hash v0.5.1
16672026-03-26T04:09:44.312Z Compiling half v2.7.1
16682026-03-26T04:09:44.343Z Compiling crypto-bigint v0.5.5
16692026-03-26T04:09:44.581Z Compiling enum-as-inner v0.6.1
16702026-03-26T04:09:44.617Z Compiling curve25519-dalek-derive v0.1.1
16712026-03-26T04:09:44.918Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16722026-03-26T04:09:45.185Z Compiling num-complex v0.4.6
16732026-03-26T04:09:45.233Z Compiling memmap v0.7.0
16742026-03-26T04:09:45.356Z Compiling ciborium-io v0.2.2
16752026-03-26T04:09:45.428Z Compiling opaque-debug v0.3.1
16762026-03-26T04:09:45.455Z Compiling static_assertions v1.1.0
16772026-03-26T04:09:45.503Z Compiling base16ct v0.2.0
16782026-03-26T04:09:45.529Z Compiling base64ct v1.8.3
16792026-03-26T04:09:45.547Z Compiling data-encoding v2.10.0
16802026-03-26T04:09:45.582Z Compiling num v0.4.3
16812026-03-26T04:09:45.658Z Compiling elliptic-curve v0.13.8
16822026-03-26T04:09:45.670Z Compiling poly1305 v0.8.0
16832026-03-26T04:09:45.838Z Compiling password-hash v0.5.0
16842026-03-26T04:09:45.850Z Compiling ciborium-ll v0.2.2
16852026-03-26T04:09:46.067Z Compiling usdt v0.5.0
16862026-03-26T04:09:46.159Z Compiling thiserror-no-std v2.0.2
16872026-03-26T04:09:46.301Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16882026-03-26T04:09:46.352Z Compiling rayon v1.11.0
16892026-03-26T04:09:46.380Z Compiling chacha20 v0.9.1
16902026-03-26T04:09:46.417Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16912026-03-26T04:09:46.648Z Compiling typify v0.6.1
16922026-03-26T04:09:47.218Z Compiling zone_cfg_derive v0.3.1
16932026-03-26T04:09:47.367Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16942026-03-26T04:09:47.484Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16952026-03-26T04:09:47.708Z Compiling itertools v0.12.1
16962026-03-26T04:09:47.839Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16972026-03-26T04:09:47.891Z Compiling blake2 v0.10.6
16982026-03-26T04:09:48.036Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16992026-03-26T04:09:48.100Z Compiling byte-wrapper v0.1.0
17002026-03-26T04:09:48.284Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17012026-03-26T04:09:48.356Z Compiling aead v0.5.2
17022026-03-26T04:09:48.471Z Compiling num-derive v0.4.2
17032026-03-26T04:09:48.521Z Compiling sigpipe v0.1.3
17042026-03-26T04:09:48.560Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17052026-03-26T04:09:48.606Z Compiling pkg-config v0.3.32
17062026-03-26T04:09:48.617Z Compiling keccak v0.1.6
17072026-03-26T04:09:48.778Z Compiling jiff v0.2.23
17082026-03-26T04:09:48.861Z Compiling glob v0.3.3
17092026-03-26T04:09:48.934Z Compiling unsafe-libyaml v0.2.11
17102026-03-26T04:09:49.062Z Compiling vcpkg v0.2.15
17112026-03-26T04:09:49.321Z Compiling zone v0.3.1
17122026-03-26T04:09:49.424Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17132026-03-26T04:09:49.637Z Compiling openssl-sys v0.9.112
17142026-03-26T04:09:49.719Z Compiling serde_yaml v0.9.34+deprecated
17152026-03-26T04:09:49.851Z Compiling sha3 v0.10.8
17162026-03-26T04:09:50.172Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17172026-03-26T04:09:50.185Z Compiling chacha20poly1305 v0.10.1
17182026-03-26T04:09:50.223Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17192026-03-26T04:09:50.316Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17202026-03-26T04:09:50.595Z Compiling argon2 v0.5.3
17212026-03-26T04:09:51.133Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17222026-03-26T04:09:51.531Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17232026-03-26T04:09:51.605Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17242026-03-26T04:09:52.290Z Compiling progenitor-impl v0.13.0
17252026-03-26T04:09:52.709Z Compiling vsss-rs v3.3.4
17262026-03-26T04:09:53.030Z Compiling ciborium v0.2.2
17272026-03-26T04:09:53.112Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17282026-03-26T04:09:53.233Z Compiling hubpack_derive v0.1.1
17292026-03-26T04:09:53.414Z Compiling smf v0.2.3
17302026-03-26T04:09:53.619Z Compiling resolv-conf v0.7.6
17312026-03-26T04:09:53.670Z Compiling linked-hash-map v0.5.6
17322026-03-26T04:09:53.753Z Compiling indent_write v2.2.0
17332026-03-26T04:09:53.856Z Compiling whoami v1.6.1
17342026-03-26T04:09:53.893Z Compiling semver v0.1.20
17352026-03-26T04:09:53.928Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17362026-03-26T04:09:53.998Z Compiling lru-cache v0.1.2
17372026-03-26T04:09:54.002Z Compiling hubpack v0.1.2
17382026-03-26T04:09:54.123Z Compiling rustc_version v0.1.7
17392026-03-26T04:09:54.168Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17402026-03-26T04:09:54.239Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17412026-03-26T04:09:54.306Z Compiling hickory-proto v0.24.4
17422026-03-26T04:09:54.494Z Compiling serde-big-array v0.5.1
17432026-03-26T04:09:54.642Z Compiling derive-where v1.6.1
17442026-03-26T04:09:55.792Z Compiling pin-project-internal v1.1.11
17452026-03-26T04:09:55.965Z Compiling serde_repr v0.1.20
17462026-03-26T04:09:55.968Z Compiling progenitor-macro v0.13.0
17472026-03-26T04:09:56.568Z Compiling swrite v0.1.0
17482026-03-26T04:09:56.667Z Compiling siphasher v1.0.2
17492026-03-26T04:09:56.872Z Compiling minimal-lexical v0.2.1
17502026-03-26T04:09:56.896Z Compiling unicode-segmentation v1.13.1
17512026-03-26T04:09:57.049Z Compiling pin-project v1.1.11
17522026-03-26T04:09:57.136Z Compiling nom v7.1.3
17532026-03-26T04:09:57.154Z Compiling phf_shared v0.12.1
17542026-03-26T04:09:57.325Z Compiling newline-converter v0.3.0
17552026-03-26T04:09:57.336Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17562026-03-26T04:09:57.443Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17572026-03-26T04:09:57.682Z Compiling hickory-resolver v0.24.4
17582026-03-26T04:09:57.931Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17592026-03-26T04:09:57.952Z Compiling newtype_derive v0.1.6
17602026-03-26T04:09:58.180Z Compiling atomicwrites v0.4.4
17612026-03-26T04:09:58.504Z Compiling unicode-normalization v0.1.25
17622026-03-26T04:09:58.900Z Compiling console v0.15.11
17632026-03-26T04:09:58.974Z Compiling tokio-stream v0.1.18
17642026-03-26T04:09:59.442Z Compiling snafu-derive v0.8.9
17652026-03-26T04:09:59.569Z Compiling async-recursion v1.1.1
17662026-03-26T04:09:59.632Z Compiling slog-dtrace v0.3.0
17672026-03-26T04:09:59.789Z Compiling bstr v1.12.1
17682026-03-26T04:09:59.867Z Compiling csv-core v0.1.13
17692026-03-26T04:10:00.186Z Compiling cancel-safe-futures v0.1.5
17702026-03-26T04:10:00.196Z Compiling foreign-types-shared v0.1.1
17712026-03-26T04:10:00.290Z Compiling unicode-width v0.1.14
17722026-03-26T04:10:00.338Z Compiling openssl v0.10.76
17732026-03-26T04:10:00.356Z Compiling highway v1.3.0
17742026-03-26T04:10:00.356Z Compiling owo-colors v4.3.0
17752026-03-26T04:10:00.427Z Compiling foldhash v0.1.5
17762026-03-26T04:10:00.570Z Compiling chrono-tz v0.10.4
17772026-03-26T04:10:00.605Z Compiling same-file v1.0.6
17782026-03-26T04:10:00.616Z Compiling unicode-xid v0.2.6
17792026-03-26T04:10:00.698Z Compiling similar v2.7.0
17802026-03-26T04:10:00.735Z Compiling const_format_proc_macros v0.2.34
17812026-03-26T04:10:00.754Z Compiling walkdir v2.5.0
17822026-03-26T04:10:00.824Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17832026-03-26T04:10:00.836Z Compiling hashbrown v0.15.5
17842026-03-26T04:10:01.114Z Compiling expectorate v1.2.0
17852026-03-26T04:10:01.184Z Compiling progenitor v0.13.0
17862026-03-26T04:10:01.283Z Compiling foreign-types v0.3.2
17872026-03-26T04:10:01.295Z Compiling snafu v0.8.9
17882026-03-26T04:10:01.321Z Compiling globset v0.4.18
17892026-03-26T04:10:01.355Z Compiling csv v1.4.0
17902026-03-26T04:10:01.414Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17912026-03-26T04:10:01.550Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17922026-03-26T04:10:01.676Z Compiling qorb v0.4.1
17932026-03-26T04:10:01.924Z Compiling olpc-cjson v0.1.4
17942026-03-26T04:10:02.091Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17952026-03-26T04:10:02.208Z Compiling phf v0.12.1
17962026-03-26T04:10:02.630Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-26T04:10:02.731Z Compiling tokio-dtrace v0.1.1
17982026-03-26T04:10:02.886Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17992026-03-26T04:10:03.007Z Compiling libsw-core v0.3.2
18002026-03-26T04:10:03.179Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-26T04:10:03.267Z Compiling serde_plain v1.0.2
18022026-03-26T04:10:03.400Z Compiling openssl-macros v0.1.1
18032026-03-26T04:10:03.476Z Compiling pem v3.0.6
18042026-03-26T04:10:03.566Z Compiling cookie v0.18.1
18052026-03-26T04:10:03.624Z Compiling fixedbitset v0.4.2
18062026-03-26T04:10:03.761Z Compiling typed-path v0.9.3
18072026-03-26T04:10:03.795Z Compiling bytecount v0.6.9
18082026-03-26T04:10:03.856Z Compiling fixedbitset v0.5.7
18092026-03-26T04:10:03.879Z Compiling petgraph v0.6.5
18102026-03-26T04:10:03.910Z Compiling papergrid v0.11.0
18112026-03-26T04:10:03.933Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18122026-03-26T04:10:04.194Z Compiling petgraph v0.8.3
18132026-03-26T04:10:05.103Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18142026-03-26T04:10:05.222Z Compiling tough v0.20.0
18152026-03-26T04:10:05.437Z Compiling libsw v3.5.0
18162026-03-26T04:10:05.623Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18172026-03-26T04:10:05.735Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-26T04:10:05.915Z Compiling oxide-tokio-rt v0.1.3
18192026-03-26T04:10:06.325Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-26T04:10:07.121Z Compiling const_format v0.2.35
18212026-03-26T04:10:07.576Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-26T04:10:08.493Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-26T04:10:08.624Z Compiling gethostname v0.5.0
18242026-03-26T04:10:08.767Z Compiling tabled_derive v0.7.0
18252026-03-26T04:10:09.274Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18262026-03-26T04:10:09.406Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-26T04:10:09.606Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-26T04:10:09.618Z Compiling bcs v0.1.6
18292026-03-26T04:10:09.644Z Compiling tagptr v0.2.0
18302026-03-26T04:10:09.792Z Compiling unicode-linebreak v0.1.5
18312026-03-26T04:10:09.804Z Compiling crunchy v0.2.4
18322026-03-26T04:10:09.933Z Compiling linear-map v1.2.0
18332026-03-26T04:10:10.032Z Compiling smawk v0.3.2
18342026-03-26T04:10:10.044Z Compiling termtree v0.5.1
18352026-03-26T04:10:10.077Z Compiling lazy_static v1.5.0
18362026-03-26T04:10:10.208Z Compiling steno v0.4.1
18372026-03-26T04:10:10.212Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-26T04:10:10.229Z Compiling textwrap v0.16.2
18392026-03-26T04:10:10.239Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18402026-03-26T04:10:10.258Z Compiling tabled v0.15.0
18412026-03-26T04:10:10.771Z Compiling moka v0.12.15
18422026-03-26T04:10:10.829Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-26T04:10:11.140Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-26T04:10:11.348Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-26T04:10:11.565Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-26T04:10:11.873Z Compiling hickory-proto v0.25.2
18472026-03-26T04:10:12.389Z Compiling tiny-keccak v2.0.2
18482026-03-26T04:10:12.605Z Compiling humantime v2.3.0
18492026-03-26T04:10:12.988Z Compiling num-derive v0.3.3
18502026-03-26T04:10:13.000Z Compiling parking_lot_core v0.8.6
18512026-03-26T04:10:13.298Z Compiling crc32fast v1.5.0
18522026-03-26T04:10:13.462Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18532026-03-26T04:10:13.509Z Compiling const-random-macro v0.1.16
18542026-03-26T04:10:13.692Z Compiling smartstring v1.0.1
18552026-03-26T04:10:13.900Z Compiling hickory-resolver v0.25.2
18562026-03-26T04:10:13.912Z Compiling libscf-sys v1.1.0
18572026-03-26T04:10:13.935Z Compiling ahash v0.8.12
18582026-03-26T04:10:14.046Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18592026-03-26T04:10:14.224Z Compiling const-random v0.1.18
18602026-03-26T04:10:14.247Z Compiling parking_lot v0.11.2
18612026-03-26T04:10:14.435Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18622026-03-26T04:10:14.616Z Compiling fxhash v0.2.1
18632026-03-26T04:10:14.627Z Compiling internet-checksum v0.2.1
18642026-03-26T04:10:14.752Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18652026-03-26T04:10:14.752Z Compiling sled v0.34.7
18662026-03-26T04:10:14.902Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18672026-03-26T04:10:14.950Z Compiling thin-vec v0.2.14
18682026-03-26T04:10:15.280Z Compiling rhai_codegen v3.1.0
18692026-03-26T04:10:15.399Z Compiling sdd v3.0.10
18702026-03-26T04:10:15.466Z Compiling serial_test_derive v3.4.0
18712026-03-26T04:10:15.745Z Compiling scc v2.4.0
18722026-03-26T04:10:16.208Z Compiling nom v8.0.0
18732026-03-26T04:10:16.235Z Compiling yansi v1.0.1
18742026-03-26T04:10:16.519Z Compiling rhai v1.24.0
18752026-03-26T04:10:16.565Z Compiling diff v0.1.13
18762026-03-26T04:10:16.866Z Compiling serial_test v3.4.0
18772026-03-26T04:10:16.931Z Compiling pretty_assertions v1.4.1
18782026-03-26T04:10:20.234Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18792026-03-26T04:10:28.992Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18802026-03-26T04:10:29.527Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18812026-03-26T04:10:30.605Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18822026-03-26T04:10:31.727Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18832026-03-26T04:10:32.481Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18842026-03-26T04:10:34.997Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18852026-03-26T04:11:09.285Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
18862026-03-26T04:11:09.460Z────────────
18872026-03-26T04:11:09.460Z Nextest run ID 8dd3c470-7f5f-43c2-b7f3-3b43e0f0e8ac with nextest profile: default
18882026-03-26T04:11:09.460Z Starting 150 tests across 1 binary
18892026-03-26T04:11:09.468Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18902026-03-26T04:11:09.471Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
18912026-03-26T04:11:09.471Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18922026-03-26T04:11:09.472Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
18932026-03-26T04:11:09.472Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
18942026-03-26T04:11:09.472Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18952026-03-26T04:11:09.472Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
18962026-03-26T04:11:09.472Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18972026-03-26T04:11:09.477Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
18982026-03-26T04:11:09.481Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
18992026-03-26T04:11:09.481Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19002026-03-26T04:11:09.481Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19012026-03-26T04:11:09.481Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19022026-03-26T04:11:09.481Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19032026-03-26T04:11:09.481Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19042026-03-26T04:11:09.484Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19052026-03-26T04:11:09.487Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19062026-03-26T04:11:09.490Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
19072026-03-26T04:11:09.490Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19082026-03-26T04:11:09.493Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19092026-03-26T04:11:09.493Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19102026-03-26T04:11:09.493Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19112026-03-26T04:11:09.493Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19122026-03-26T04:11:09.493Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19132026-03-26T04:11:09.496Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19142026-03-26T04:11:09.496Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19152026-03-26T04:11:09.499Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19162026-03-26T04:11:09.499Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19172026-03-26T04:11:09.499Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19182026-03-26T04:11:09.502Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19192026-03-26T04:11:09.502Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19202026-03-26T04:11:09.502Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19212026-03-26T04:11:09.503Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19222026-03-26T04:11:09.506Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19232026-03-26T04:11:09.506Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19242026-03-26T04:11:09.510Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19252026-03-26T04:11:09.510Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19262026-03-26T04:11:09.510Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19272026-03-26T04:11:09.510Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19282026-03-26T04:11:09.510Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19292026-03-26T04:11:09.513Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19302026-03-26T04:11:09.513Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19312026-03-26T04:11:09.513Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19322026-03-26T04:11:09.516Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19332026-03-26T04:11:09.516Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19342026-03-26T04:11:09.519Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19352026-03-26T04:11:09.519Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19362026-03-26T04:11:09.519Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19372026-03-26T04:11:09.519Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19382026-03-26T04:11:09.522Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19392026-03-26T04:11:09.522Z PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first
19402026-03-26T04:11:09.522Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19412026-03-26T04:11:09.524Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19422026-03-26T04:11:09.525Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
19432026-03-26T04:11:09.528Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19442026-03-26T04:11:09.528Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19452026-03-26T04:11:09.528Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
19462026-03-26T04:11:09.530Z PASS [ 0.008s] bgp messages::tests::notification_round_trip
19472026-03-26T04:11:09.530Z PASS [ 0.008s] bgp messages::tests::open_round_trip
19482026-03-26T04:11:09.531Z PASS [ 0.008s] bgp messages::tests::open_round_trip_extended_nexthop
19492026-03-26T04:11:09.533Z PASS [ 0.008s] bgp messages::tests::prefix_conversion
19502026-03-26T04:11:09.533Z PASS [ 0.008s] bgp messages::tests::prefix_within
19512026-03-26T04:11:09.533Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19522026-03-26T04:11:09.538Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19532026-03-26T04:11:09.538Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19542026-03-26T04:11:09.538Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19552026-03-26T04:11:09.538Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19562026-03-26T04:11:09.541Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19572026-03-26T04:11:09.541Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19582026-03-26T04:11:09.541Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19592026-03-26T04:11:09.544Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19602026-03-26T04:11:09.544Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19612026-03-26T04:11:09.544Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19622026-03-26T04:11:09.544Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19632026-03-26T04:11:09.548Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19642026-03-26T04:11:09.548Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19652026-03-26T04:11:09.548Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19662026-03-26T04:11:09.548Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19672026-03-26T04:11:09.550Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19682026-03-26T04:11:09.550Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19692026-03-26T04:11:09.551Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
19702026-03-26T04:11:09.553Z PASS [ 0.008s] bgp messages::tests::test_nexthop_length_validation
19712026-03-26T04:11:09.554Z PASS [ 0.008s] bgp messages::tests::update_round_trip
19722026-03-26T04:11:09.567Z PASS [ 0.021s] bgp policy::test::open_add_4byte_as
19732026-03-26T04:11:09.571Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19742026-03-26T04:11:09.571Z PASS [ 0.020s] bgp proptest::prop_duplicate_attrs_deduplicated
19752026-03-26T04:11:09.571Z PASS [ 0.020s] bgp policy::test::update_shape_community
19762026-03-26T04:11:09.574Z PASS [ 0.023s] bgp policy::test::shape_update_prefixes
19772026-03-26T04:11:09.574Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
19782026-03-26T04:11:09.574Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
19792026-03-26T04:11:09.579Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
19802026-03-26T04:11:09.584Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19812026-03-26T04:11:09.587Z PASS [ 0.013s] bgp proptest::prop_ipv4_wire_format_roundtrip
19822026-03-26T04:11:09.587Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19832026-03-26T04:11:09.587Z PASS [ 0.017s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19842026-03-26T04:11:09.587Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19852026-03-26T04:11:09.587Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19862026-03-26T04:11:09.590Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
19872026-03-26T04:11:09.593Z PASS [ 0.014s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19882026-03-26T04:11:09.597Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19892026-03-26T04:11:09.600Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19902026-03-26T04:11:09.600Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19912026-03-26T04:11:09.603Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
19922026-03-26T04:11:09.603Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
19932026-03-26T04:11:09.606Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19942026-03-26T04:11:09.606Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19952026-03-26T04:11:09.609Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
19962026-03-26T04:11:09.612Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
19972026-03-26T04:11:09.612Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
19982026-03-26T04:11:09.612Z PASS [ 0.028s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19992026-03-26T04:11:09.615Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20002026-03-26T04:11:09.615Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20012026-03-26T04:11:09.615Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20022026-03-26T04:11:09.615Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20032026-03-26T04:11:09.618Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20042026-03-26T04:11:09.618Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20052026-03-26T04:11:09.621Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20062026-03-26T04:11:09.621Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20072026-03-26T04:11:09.621Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20082026-03-26T04:11:09.624Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20092026-03-26T04:11:09.624Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20102026-03-26T04:11:12.681Z PASS [ 3.066s] bgp test::test_basic_peering_active
20112026-03-26T04:11:12.684Z PASS [ 3.064s] bgp test::test_basic_peering_passive
20122026-03-26T04:11:12.688Z PASS [ 3.068s] bgp test::test_basic_update
20132026-03-26T04:11:12.688Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
20142026-03-26T04:11:12.692Z PASS [ 3.073s] bgp test::test_basic_peering_passive_tcp
20152026-03-26T04:11:12.699Z PASS [ 3.076s] bgp test::test_basic_update_ipv6_tcp
20162026-03-26T04:11:12.699Z PASS [ 3.081s] bgp test::test_basic_peering_active_tcp
20172026-03-26T04:11:12.713Z PASS [ 3.087s] bgp test::test_basic_update_tcp
20182026-03-26T04:11:15.761Z PASS [ 3.069s] bgp test::test_ipv6_basic_peering_active
20192026-03-26T04:11:15.765Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
20202026-03-26T04:11:15.790Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_passive_tcp
20212026-03-26T04:11:16.767Z PASS [ 4.085s] bgp test::test_dual_stack_routes_ipv6_peer_success
20222026-03-26T04:11:16.770Z PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv4_peer_success
20232026-03-26T04:11:16.770Z PASS [ 4.080s] bgp test::test_import_export_policy_filtering
20242026-03-26T04:11:16.770Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20252026-03-26T04:11:16.775Z PASS [ 4.076s] bgp test::test_ipv6_basic_peering_active_tcp
20262026-03-26T04:11:16.826Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20272026-03-26T04:11:17.867Z PASS [ 1.098s] bgp test::test_three_router_chain_tcp
20282026-03-26T04:11:17.867Z PASS [ 1.098s] bgp test::test_three_router_chain_tcp_ipv6
20292026-03-26T04:11:18.611Z PASS [ 2.821s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20302026-03-26T04:11:18.830Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20312026-03-26T04:11:18.928Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20322026-03-26T04:11:19.840Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20332026-03-26T04:11:20.836Z PASS [ 4.066s] bgp test::test_three_router_chain_unnumbered
20342026-03-26T04:11:21.835Z PASS [ 5.060s] bgp test::test_unnumbered_dualstack_route_exchange
20352026-03-26T04:11:23.674Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20362026-03-26T04:11:26.934Z PASS [ 9.066s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20372026-03-26T04:11:27.894Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20382026-03-26T04:11:34.894Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20392026-03-26T04:11:34.894Z────────────
20402026-03-26T04:11:34.894Z Summary [ 25.432s] 150 tests run: 150 passed, 0 skipped
20412026-03-26T04:11:34.907Z+ 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:11:34.913Z+ popd
20432026-03-26T04:11:34.913Z+ pushd mgd
20442026-03-26T04:11:34.913Z+ pfexec cargo nextest run
20452026-03-26T04:11:34.913Z/work/oxidecomputer/maghemite
20462026-03-26T04:11:34.913Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20472026-03-26T04:11:36.093Z Compiling slog v2.8.2
20482026-03-26T04:11:36.198Z Compiling usdt v0.6.0
20492026-03-26T04:11:36.283Z Compiling typify-impl v0.4.3
20502026-03-26T04:11:36.300Z Compiling proc-macro-error-attr2 v2.0.0
20512026-03-26T04:11:36.300Z Compiling adler2 v2.0.1
20522026-03-26T04:11:36.303Z Compiling simd-adler32 v0.3.8
20532026-03-26T04:11:36.471Z Compiling miniz_oxide v0.8.9
20542026-03-26T04:11:36.490Z Compiling slog-json v2.6.1
20552026-03-26T04:11:36.515Z Compiling slog-async v2.8.0
20562026-03-26T04:11:36.585Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20572026-03-26T04:11:36.701Z Compiling slog-term v2.9.2
20582026-03-26T04:11:36.932Z Compiling slog-bunyan v2.5.0
20592026-03-26T04:11:36.948Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20602026-03-26T04:11:37.067Z Compiling dropshot v0.16.7
20612026-03-26T04:11:37.212Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20622026-03-26T04:11:37.282Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20632026-03-26T04:11:37.313Z Compiling slog-dtrace v0.3.0
20642026-03-26T04:11:37.557Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20652026-03-26T04:11:37.631Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20662026-03-26T04:11:37.761Z Compiling steno v0.4.1
20672026-03-26T04:11:38.748Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20682026-03-26T04:11:38.904Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20692026-03-26T04:11:40.574Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20702026-03-26T04:11:41.631Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20712026-03-26T04:11:42.559Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20722026-03-26T04:11:42.570Z Compiling typify-macro v0.4.3
20732026-03-26T04:11:42.733Z Compiling proc-macro-error2 v2.0.1
20742026-03-26T04:11:43.024Z Compiling tabled_derive v0.11.0
20752026-03-26T04:11:43.140Z Compiling flate2 v1.1.9
20762026-03-26T04:11:43.584Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20772026-03-26T04:11:43.595Z Compiling papergrid v0.17.0
20782026-03-26T04:11:43.764Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20792026-03-26T04:11:43.841Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20802026-03-26T04:11:43.956Z Compiling testing_table v0.3.0
20812026-03-26T04:11:44.127Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20822026-03-26T04:11:44.141Z Compiling compression-core v0.4.31
20832026-03-26T04:11:44.304Z Compiling compression-codecs v0.4.37
20842026-03-26T04:11:44.410Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20852026-03-26T04:11:44.573Z Compiling tabled v0.20.0
20862026-03-26T04:11:44.584Z Compiling typify v0.4.3
20872026-03-26T04:11:44.680Z Compiling progenitor-impl v0.11.2
20882026-03-26T04:11:44.825Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20892026-03-26T04:11:45.691Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20902026-03-26T04:11:46.254Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20912026-03-26T04:11:46.842Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20922026-03-26T04:11:47.379Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20932026-03-26T04:11:47.784Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20942026-03-26T04:11:48.225Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20952026-03-26T04:11:48.288Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20962026-03-26T04:11:48.328Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20972026-03-26T04:11:48.526Z Compiling progenitor-macro v0.11.2
20982026-03-26T04:11:49.097Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20992026-03-26T04:11:49.831Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21002026-03-26T04:11:49.844Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21012026-03-26T04:11:49.979Z Compiling progenitor-client v0.11.2
21022026-03-26T04:11:50.036Z Compiling toml_datetime v1.1.0+spec-1.1.0
21032026-03-26T04:11:50.095Z Compiling dropshot v0.17.0
21042026-03-26T04:11:50.310Z Compiling toml v1.1.0+spec-1.1.0
21052026-03-26T04:11:50.406Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21062026-03-26T04:11:51.356Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21072026-03-26T04:11:51.713Z Compiling async-compression v0.4.41
21082026-03-26T04:11:51.745Z Compiling dropshot_endpoint v0.17.0
21092026-03-26T04:11:51.889Z Compiling crc8 v0.1.1
21102026-03-26T04:11:52.009Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21112026-03-26T04:11:52.042Z Compiling dropshot-api-manager-types v0.5.2
21122026-03-26T04:11:53.571Z Compiling progenitor v0.11.2
21132026-03-26T04:11:53.667Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21142026-03-26T04:11:56.056Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21152026-03-26T04:11:57.284Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21162026-03-26T04:11:57.472Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21172026-03-26T04:11:58.511Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21182026-03-26T04:11:58.707Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21192026-03-26T04:12:06.187Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21202026-03-26T04:12:13.331Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21212026-03-26T04:12:14.933Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21222026-03-26T04:12:16.046Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21232026-03-26T04:12:17.160Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21242026-03-26T04:12:17.945Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21252026-03-26T04:12:19.416Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21262026-03-26T04:12:19.416Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21272026-03-26T04:12:19.420Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21282026-03-26T04:12:26.153Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21292026-03-26T04:12:27.558Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21302026-03-26T04:12:27.559Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21312026-03-26T04:12:28.854Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21322026-03-26T04:12:58.512Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
21332026-03-26T04:12:58.676Z────────────
21342026-03-26T04:12:58.676Z Nextest run ID 621d8ca3-6b2d-444e-b029-57b6c86b1c00 with nextest profile: default
21352026-03-26T04:12:58.676Z Starting 32 tests across 1 binary
21362026-03-26T04:12:58.686Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21372026-03-26T04:12:58.689Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21382026-03-26T04:12:58.702Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21392026-03-26T04:12:58.719Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21402026-03-26T04:12:58.735Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21412026-03-26T04:12:58.735Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21422026-03-26T04:12:58.743Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21432026-03-26T04:12:58.743Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21442026-03-26T04:12:58.743Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21452026-03-26T04:12:58.743Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21462026-03-26T04:12:58.743Z PASS [ 0.054s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21472026-03-26T04:12:58.747Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21482026-03-26T04:12:58.747Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21492026-03-26T04:12:58.748Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21502026-03-26T04:12:58.748Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21512026-03-26T04:12:58.748Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21522026-03-26T04:12:58.748Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21532026-03-26T04:12:58.752Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21542026-03-26T04:12:58.756Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21552026-03-26T04:12:58.756Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21562026-03-26T04:12:58.756Z PASS [ 0.020s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21572026-03-26T04:12:58.756Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21582026-03-26T04:12:58.756Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21592026-03-26T04:12:58.760Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21602026-03-26T04:12:58.760Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21612026-03-26T04:12:58.760Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21622026-03-26T04:12:58.765Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21632026-03-26T04:12:58.765Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21642026-03-26T04:12:58.765Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21652026-03-26T04:12:58.765Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21662026-03-26T04:12:58.765Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21672026-03-26T04:12:58.765Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21682026-03-26T04:12:58.765Z────────────
21692026-03-26T04:12:58.765Z Summary [ 0.088s] 32 tests run: 32 passed, 0 skipped
21702026-03-26T04:12:58.775Z+ cp apply_remove_entire_group.log /work/
21712026-03-26T04:12:58.780Z+ popd
21722026-03-26T04:12:58.780Z/work/oxidecomputer/maghemite
21732026-03-26T04:12:58.780Zprocess exited: duration 398070 ms, exit code 0
 
21742026-03-26T04:12:58.792Zfound 66 output files
21752026-03-26T04:12:58.792Zuploading: /work/apply_remove_entire_group.log (21135 bytes)
21762026-03-26T04:12:59.825Zuploaded: /work/apply_remove_entire_group.log
21772026-03-26T04:12:59.825Zuploading: /work/dualstack_routes.log (116712 bytes)
21782026-03-26T04:13:00.837Zuploaded: /work/dualstack_routes.log
21792026-03-26T04:13:00.837Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2012 bytes)
21802026-03-26T04:13:01.849Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21812026-03-26T04:13:01.849Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1441 bytes)
21822026-03-26T04:13:02.857Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21832026-03-26T04:13:02.857Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (1992 bytes)
21842026-03-26T04:13:03.869Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21852026-03-26T04:13:03.869Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2315 bytes)
21862026-03-26T04:13:04.877Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21872026-03-26T04:13:04.877Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2307 bytes)
21882026-03-26T04:13:05.887Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21892026-03-26T04:13:05.887Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2378 bytes)
21902026-03-26T04:13:06.896Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21912026-03-26T04:13:06.896Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2388 bytes)
21922026-03-26T04:13:07.904Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21932026-03-26T04:13:07.904Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2269 bytes)
21942026-03-26T04:13:08.912Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21952026-03-26T04:13:08.912Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2330 bytes)
21962026-03-26T04:13:09.921Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21972026-03-26T04:13:09.921Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2234 bytes)
21982026-03-26T04:13:10.929Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21992026-03-26T04:13:10.929Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2231 bytes)
22002026-03-26T04:13:11.937Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22012026-03-26T04:13:11.937Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2427 bytes)
22022026-03-26T04:13:12.946Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22032026-03-26T04:13:12.946Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3535 bytes)
22042026-03-26T04:13:13.954Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22052026-03-26T04:13:13.954Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3485 bytes)
22062026-03-26T04:13:14.963Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22072026-03-26T04:13:14.963Zuploading: /work/multiple_unnumbered.log (138921 bytes)
22082026-03-26T04:13:15.978Zuploaded: /work/multiple_unnumbered.log
22092026-03-26T04:13:15.978Zuploading: /work/ndp_change_reset.log (68419 bytes)
22102026-03-26T04:13:16.990Zuploaded: /work/ndp_change_reset.log
22112026-03-26T04:13:16.990Zuploading: /work/ndp_changes.log (88027 bytes)
22122026-03-26T04:13:18.001Zuploaded: /work/ndp_changes.log
22132026-03-26T04:13:18.001Zuploading: /work/r1.test_basic_peering_active.log (40049 bytes)
22142026-03-26T04:13:19.013Zuploaded: /work/r1.test_basic_peering_active.log
22152026-03-26T04:13:19.013Zuploading: /work/r1.test_basic_peering_active_tcp.log (47556 bytes)
22162026-03-26T04:13:20.025Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22172026-03-26T04:13:20.025Zuploading: /work/r1.test_basic_peering_passive.log (32346 bytes)
22182026-03-26T04:13:21.035Zuploaded: /work/r1.test_basic_peering_passive.log
22192026-03-26T04:13:21.035Zuploading: /work/r1.test_basic_peering_passive_tcp.log (37207 bytes)
22202026-03-26T04:13:22.047Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22212026-03-26T04:13:22.047Zuploading: /work/r1.test_basic_update.log (27630 bytes)
22222026-03-26T04:13:23.057Zuploaded: /work/r1.test_basic_update.log
22232026-03-26T04:13:23.057Zuploading: /work/r1.test_basic_update_ipv6.log (27474 bytes)
22242026-03-26T04:13:24.068Zuploaded: /work/r1.test_basic_update_ipv6.log
22252026-03-26T04:13:24.068Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29278 bytes)
22262026-03-26T04:13:25.079Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22272026-03-26T04:13:25.079Zuploading: /work/r1.test_basic_update_tcp.log (29528 bytes)
22282026-03-26T04:13:26.089Zuploaded: /work/r1.test_basic_update_tcp.log
22292026-03-26T04:13:26.089Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (54022 bytes)
22302026-03-26T04:13:27.100Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22312026-03-26T04:13:27.100Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (62434 bytes)
22322026-03-26T04:13:28.111Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22332026-03-26T04:13:28.111Zuploading: /work/r1.test_import_export_policy_filtering.log (37956 bytes)
22342026-03-26T04:13:29.122Zuploaded: /work/r1.test_import_export_policy_filtering.log
22352026-03-26T04:13:29.122Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (33912 bytes)
22362026-03-26T04:13:30.133Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22372026-03-26T04:13:30.133Zuploading: /work/r1.test_ipv6_basic_peering_active.log (37728 bytes)
22382026-03-26T04:13:31.141Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22392026-03-26T04:13:31.141Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48567 bytes)
22402026-03-26T04:13:32.152Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22412026-03-26T04:13:32.153Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32122 bytes)
22422026-03-26T04:13:33.162Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22432026-03-26T04:13:33.162Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40460 bytes)
22442026-03-26T04:13:34.173Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22452026-03-26T04:13:34.173Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (33599 bytes)
22462026-03-26T04:13:35.184Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22472026-03-26T04:13:35.184Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28282 bytes)
22482026-03-26T04:13:36.194Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22492026-03-26T04:13:36.194Zuploading: /work/r1.test_three_router_chain_tcp.log (24434 bytes)
22502026-03-26T04:13:37.203Zuploaded: /work/r1.test_three_router_chain_tcp.log
22512026-03-26T04:13:37.203Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (20895 bytes)
22522026-03-26T04:13:38.213Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22532026-03-26T04:13:38.213Zuploading: /work/r2.test_basic_peering_active.log (36825 bytes)
22542026-03-26T04:13:39.224Zuploaded: /work/r2.test_basic_peering_active.log
22552026-03-26T04:13:39.224Zuploading: /work/r2.test_basic_peering_active_tcp.log (44385 bytes)
22562026-03-26T04:13:40.235Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22572026-03-26T04:13:40.235Zuploading: /work/r2.test_basic_peering_passive.log (40494 bytes)
22582026-03-26T04:13:41.245Zuploaded: /work/r2.test_basic_peering_passive.log
22592026-03-26T04:13:41.245Zuploading: /work/r2.test_basic_peering_passive_tcp.log (44870 bytes)
22602026-03-26T04:13:42.255Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22612026-03-26T04:13:42.256Zuploading: /work/r2.test_basic_update.log (28755 bytes)
22622026-03-26T04:13:43.265Zuploaded: /work/r2.test_basic_update.log
22632026-03-26T04:13:43.268Zuploading: /work/r2.test_basic_update_ipv6.log (28780 bytes)
22642026-03-26T04:13:44.276Zuploaded: /work/r2.test_basic_update_ipv6.log
22652026-03-26T04:13:44.276Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (30267 bytes)
22662026-03-26T04:13:45.286Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22672026-03-26T04:13:45.286Zuploading: /work/r2.test_basic_update_tcp.log (31903 bytes)
22682026-03-26T04:13:46.296Zuploaded: /work/r2.test_basic_update_tcp.log
22692026-03-26T04:13:46.296Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (60595 bytes)
22702026-03-26T04:13:47.305Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22712026-03-26T04:13:47.306Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (55778 bytes)
22722026-03-26T04:13:48.316Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22732026-03-26T04:13:48.316Zuploading: /work/r2.test_import_export_policy_filtering.log (36090 bytes)
22742026-03-26T04:13:49.327Zuploaded: /work/r2.test_import_export_policy_filtering.log
22752026-03-26T04:13:49.327Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (37829 bytes)
22762026-03-26T04:13:50.337Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22772026-03-26T04:13:50.337Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36581 bytes)
22782026-03-26T04:13:51.347Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22792026-03-26T04:13:51.347Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44321 bytes)
22802026-03-26T04:13:52.357Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22812026-03-26T04:13:52.357Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40300 bytes)
22822026-03-26T04:13:53.369Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22832026-03-26T04:13:53.370Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48832 bytes)
22842026-03-26T04:13:54.380Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22852026-03-26T04:13:54.381Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39870 bytes)
22862026-03-26T04:13:55.391Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22872026-03-26T04:13:55.391Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (27651 bytes)
22882026-03-26T04:13:56.402Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22892026-03-26T04:13:56.402Zuploading: /work/r2.test_three_router_chain_tcp.log (43490 bytes)
22902026-03-26T04:13:57.412Zuploaded: /work/r2.test_three_router_chain_tcp.log
22912026-03-26T04:13:57.412Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45237 bytes)
22922026-03-26T04:13:58.423Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22932026-03-26T04:13:58.426Zuploading: /work/r3.test_three_router_chain_tcp.log (20948 bytes)
22942026-03-26T04:13:59.432Zuploaded: /work/r3.test_three_router_chain_tcp.log
22952026-03-26T04:13:59.432Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (23816 bytes)
22962026-03-26T04:14:00.443Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22972026-03-26T04:14:00.443Zuploading: /work/same_linklocal.log (144209 bytes)
22982026-03-26T04:14:01.456Zuploaded: /work/same_linklocal.log
22992026-03-26T04:14:01.456Zuploading: /work/three_chain.log (144865 bytes)
23002026-03-26T04:14:02.469Zuploaded: /work/three_chain.log
23012026-03-26T04:14:02.469Zuploading: /work/unnumbered_expiry.log (87418 bytes)
23022026-03-26T04:14:03.479Zuploaded: /work/unnumbered_expiry.log
23032026-03-26T04:14:03.479Zuploading: /work/unnumbered_interface_lifecycle.log (125446 bytes)
23042026-03-26T04:14:04.492Zuploaded: /work/unnumbered_interface_lifecycle.log
23052026-03-26T04:14:04.492Zuploading: /work/unnumbered_peer_change.log (76361 bytes)
23062026-03-26T04:14:05.503Zuploaded: /work/unnumbered_peer_change.log