01KPA7CDG60QVZ492C4YCSQVBW: 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: 01KPA7CXYBZNHQAHGAD2SR0VHW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T04:06:11.971Zjob assigned to worker 01KPA7DQ3AFWKECA54VPT1Q4ZJ [factory aws, i-0c0e597caa93a205a] (queued for 1 m 26 s)
 
22026-04-16T04:06:18.230Zstarting task 0: "setup"
32026-04-16T04:06:18.234Z++ uname -s
42026-04-16T04:06:18.237Z+ kern=SunOS
52026-04-16T04:06:18.237Z+ build_user=build
62026-04-16T04:06:18.237Z+ build_uid=12345
72026-04-16T04:06:18.237Z+ work_dir=/work
82026-04-16T04:06:18.237Z+ input_dir=/input
92026-04-16T04:06:18.237Z+ [[ 0 == 12345 ]]
102026-04-16T04:06:18.237Z+ case "$kern" in
112026-04-16T04:06:18.237Z+ groupadd -g 12345 build
122026-04-16T04:06:18.237Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T04:06:20.244Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T04:06:20.370Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T04:06:20.375Z+ home_fs=zfs
162026-04-16T04:06:20.375Z+ [[ zfs == autofs ]]
172026-04-16T04:06:20.375Z+ mkdir -p /home/build
182026-04-16T04:06:20.375Z+ chown build:build /home/build /work
192026-04-16T04:06:22.374Z+ chmod 0700 /home/build /work
202026-04-16T04:06:22.377Zprocess exited: duration 4148 ms, exit code 0
 
212026-04-16T04:06:22.384Zstarting task 1: "rust-toolchain"
222026-04-16T04:06:22.389Z * rust toolchain channel = "stable"
232026-04-16T04:06:22.389Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-04-16T04:06:22.389Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-16T04:06:22.389Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-16T04:06:22.389Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-16T04:06:22.389Z * rust toolchain profile = "default"
282026-04-16T04:06:22.392Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T04:06:22.392Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-16T04:06:22.513Zinfo: downloading installer
312026-04-16T04:06:24.294Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T04:06:24.294Zwarn: /opt/ooce/bin
332026-04-16T04:06:24.294Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T04:06:24.294Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T04:06:24.294Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T04:06:24.294Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T04:06:24.294Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T04:06:24.294Zerror: cannot install while Rust is installed
392026-04-16T04:06:24.294Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T04:06:24.294Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T04:06:24.295Zwarn: /home/build/.rustup/settings.toml
422026-04-16T04:06:24.295Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T04:06:24.295Zwarn: instead of the one inferred from the default host triple.
442026-04-16T04:06:24.308Zinfo: profile set to default
452026-04-16T04:06:24.308Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T04:06:24.311Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-16T04:06:24.471Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-16T04:06:24.475Zinfo: downloading 6 components
492026-04-16T04:06:39.938Z
502026-04-16T04:06:39.938Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-04-16T04:06:39.965Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-16T04:06:39.965Z
532026-04-16T04:06:39.966Z
542026-04-16T04:06:39.966ZRust is installed now. Great!
552026-04-16T04:06:39.966Z
562026-04-16T04:06:39.966ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T04:06:39.966Zenvironment variable. This has not been done automatically.
582026-04-16T04:06:39.966Z
592026-04-16T04:06:39.966ZTo configure your current shell, you need to source
602026-04-16T04:06:39.966Zthe corresponding env file under $HOME/.cargo.
612026-04-16T04:06:39.966Z
622026-04-16T04:06:39.966ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T04:06:39.969Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T04:06:39.969Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T04:06:39.969Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T04:06:39.969Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T04:06:39.969Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T04:06:39.969Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T04:06:39.969Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T04:06:39.969Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T04:06:40.062Z+ rustup --version
722026-04-16T04:06:40.071Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T04:06:40.075Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T04:06:40.092Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-16T04:06:40.097Z+ cargo --version
762026-04-16T04:06:40.108Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-16T04:06:40.111Z+ rustc --version
782026-04-16T04:06:40.129Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-16T04:06:40.133Zprocess exited: duration 17745 ms, exit code 0
 
802026-04-16T04:06:40.140Zstarting task 2: "authentication"
812026-04-16T04:06:40.157Zprocess exited: duration 16 ms, exit code 0
 
822026-04-16T04:06:40.165Zstarting task 3: "clone repository"
832026-04-16T04:06:40.169Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-16T04:06:40.169Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-16T04:06:40.203ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-16T04:06:40.992Z+ cd /work/oxidecomputer/maghemite
872026-04-16T04:06:40.995Z+ git fetch origin c94ec4d79b00b05f976c978053ec9d6e5fa4ab23
882026-04-16T04:06:41.226ZFrom https://github.com/oxidecomputer/maghemite
892026-04-16T04:06:41.226Z * branch c94ec4d79b00b05f976c978053ec9d6e5fa4ab23 -> FETCH_HEAD
902026-04-16T04:06:41.238Z+ [[ -n renovate/dropshot ]]
912026-04-16T04:06:41.239Z++ git branch --show-current
922026-04-16T04:06:41.240Z+ current=main
932026-04-16T04:06:41.240Z+ [[ main != renovate/dropshot ]]
942026-04-16T04:06:41.240Z+ git branch -f renovate/dropshot c94ec4d79b00b05f976c978053ec9d6e5fa4ab23
952026-04-16T04:06:41.240Z+ git checkout -f renovate/dropshot
962026-04-16T04:06:41.250ZSwitched to branch 'renovate/dropshot'
972026-04-16T04:06:41.254Z+ git reset --hard c94ec4d79b00b05f976c978053ec9d6e5fa4ab23
982026-04-16T04:06:41.265ZHEAD is now at c94ec4d Update dropshot to 0.7.1
992026-04-16T04:06:41.273Zprocess exited: duration 1098 ms, exit code 0
 
1002026-04-16T04:06:41.283Zstarting task 4: "build"
1012026-04-16T04:06:41.289Z+ set -e
1022026-04-16T04:06:41.289Z+ source .github/buildomat/test-common.sh
1032026-04-16T04:06:41.289Z++ NEXTEST_VERSION=0.9.97
1042026-04-16T04:06:41.289Z++ PLATFORM=illumos
1052026-04-16T04:06:41.289Z++ banner install
1062026-04-16T04:06:41.294Z
1072026-04-16T04:06:41.294Z # # # #### ##### ## # #
1082026-04-16T04:06:41.294Z # ## # # # # # # #
1092026-04-16T04:06:41.294Z # # # # #### # # # # #
1102026-04-16T04:06:41.294Z # # # # # # ###### # #
1112026-04-16T04:06:41.294Z # # ## # # # # # # #
1122026-04-16T04:06:41.294Z # # # #### # # # ###### ######
1132026-04-16T04:06:41.294Z
1142026-04-16T04:06:41.294Z++ set +o errexit
1152026-04-16T04:06:41.294Z++ pkg info clang-15
1162026-04-16T04:06:41.294Z++ grep -qi installed
1172026-04-16T04:06:42.527Zpkg: info: no packages matching the following patterns you specified are
1182026-04-16T04:06:42.527Zinstalled on the system. Try querying remotely instead:
1192026-04-16T04:06:42.527Z
1202026-04-16T04:06:42.527Z clang-15
1212026-04-16T04:06:42.570Z++ [[ 1 != 0 ]]
1222026-04-16T04:06:42.570Z++ set -o errexit
1232026-04-16T04:06:42.575Z++ pfexec pkg install clang-15
1242026-04-16T04:06:52.207Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-16T04:06:59.574Z Startup: Caching catalogs ... Done
1262026-04-16T04:07:05.508ZPlanning: Solver setup ... Done
1272026-04-16T04:07:05.538ZPlanning: Running solver ... Done
1282026-04-16T04:07:05.667ZPlanning: Finding local manifests ... Done
1292026-04-16T04:07:05.681ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-16T04:07:05.777ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-16T04:07:05.806ZPlanning: Package planning ... Done
1322026-04-16T04:07:05.831ZPlanning: Merging actions ... Done
1332026-04-16T04:07:05.940ZPlanning: Checking for conflicting actions ... Done
1342026-04-16T04:07:05.947ZPlanning: Consolidating action changes ... Done
1352026-04-16T04:07:06.690ZPlanning: Evaluating mediators ... Done
1362026-04-16T04:07:06.695ZPlanning: Planning completed in 6.96 seconds
1372026-04-16T04:07:06.706Z Packages to install: 2
1382026-04-16T04:07:06.706Z Mediators to change: 2
1392026-04-16T04:07:06.706Z Services to change: 1
1402026-04-16T04:07:06.710Z Create boot environment: No
1412026-04-16T04:07:06.710ZCreate backup boot environment: No
1422026-04-16T04:07:06.749Z
1432026-04-16T04:07:06.749ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-16T04:07:11.751ZDownload: 2507/3076 items 119.5/211.3MB 56% complete (24.2M/s)
1452026-04-16T04:07:16.937ZDownload: 3062/3076 items 210.2/211.3MB 99% complete (21.7M/s)
1462026-04-16T04:07:20.607ZDownload: Completed 211.31 MB in 13.86 seconds (15.2M/s)
1472026-04-16T04:07:20.722Z Actions: 1/3418 actions (Installing new actions)
1482026-04-16T04:07:23.852Z Actions: Completed 3418 actions in 3.13 seconds.
1492026-04-16T04:07:24.156Z Done
1502026-04-16T04:07:24.156Z Done
1512026-04-16T04:07:24.871Z Done
1522026-04-16T04:07:27.962Z Done
1532026-04-16T04:07:28.048Z Done
1542026-04-16T04:07:28.052Z Done
1552026-04-16T04:07:28.389Z Done
1562026-04-16T04:07:29.040Z++ set -o errexit
1572026-04-16T04:07:29.040Z++ cargo --version
1582026-04-16T04:07:29.047Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1592026-04-16T04:07:29.218Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1602026-04-16T04:07:29.221Zinfo: downloading 6 components
1612026-04-16T04:07:45.554Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1622026-04-16T04:07:45.559Z++ rustc --version
1632026-04-16T04:07:45.585Zrustc 1.94.1 (e408947bf 2026-03-25)
1642026-04-16T04:07:45.588Z++ cargo install cargo-nextest --version 0.9.97
1652026-04-16T04:07:45.630Z Updating crates.io index
1662026-04-16T04:07:45.731Z Downloading crates ...
1672026-04-16T04:07:45.791Z Downloaded cargo-nextest v0.9.97
1682026-04-16T04:07:45.853Z Installing cargo-nextest v0.9.97
1692026-04-16T04:07:45.894Z Updating crates.io index
1702026-04-16T04:07:48.487Z Locking 407 packages to latest compatible versions
1712026-04-16T04:07:48.492Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-04-16T04:07:48.495Z Adding duct v0.13.7 (available: v1.1.1)
1732026-04-16T04:07:48.495Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-04-16T04:07:48.495Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-04-16T04:07:48.499Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-04-16T04:07:48.499Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1772026-04-16T04:07:48.499Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-04-16T04:07:48.502Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1792026-04-16T04:07:48.506Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-04-16T04:07:48.521Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-04-16T04:07:48.530Z Downloading crates ...
1822026-04-16T04:07:48.637Z Downloaded backtrace-ext v0.2.1
1832026-04-16T04:07:48.641Z Downloaded ordered-float v2.10.1
1842026-04-16T04:07:48.641Z Downloaded enable-ansi-support v0.2.1
1852026-04-16T04:07:48.644Z Downloaded http-body v1.0.1
1862026-04-16T04:07:48.644Z Downloaded num-traits v0.2.19
1872026-04-16T04:07:48.649Z Downloaded nested v0.1.1
1882026-04-16T04:07:48.652Z Downloaded camino-tempfile v1.4.1
1892026-04-16T04:07:48.655Z Downloaded cargo_metadata v0.23.1
1902026-04-16T04:07:48.659Z Downloaded base64 v0.22.1
1912026-04-16T04:07:48.662Z Downloaded lru-slab v0.1.2
1922026-04-16T04:07:48.662Z Downloaded pathdiff v0.2.3
1932026-04-16T04:07:48.662Z Downloaded number_prefix v0.4.0
1942026-04-16T04:07:48.665Z Downloaded is_terminal_polyfill v1.70.2
1952026-04-16T04:07:48.665Z Downloaded indent_write v2.2.0
1962026-04-16T04:07:48.665Z Downloaded newtype-uuid v1.3.2
1972026-04-16T04:07:48.669Z Downloaded mukti-metadata v0.3.0
1982026-04-16T04:07:48.669Z Downloaded jobserver v0.1.34
1992026-04-16T04:07:48.672Z Downloaded equivalent v1.0.2
2002026-04-16T04:07:48.672Z Downloaded either v1.15.0
2012026-04-16T04:07:48.672Z Downloaded anstream v1.0.0
2022026-04-16T04:07:48.675Z Downloaded bytes v1.11.1
2032026-04-16T04:07:48.679Z Downloaded ppv-lite86 v0.2.21
2042026-04-16T04:07:48.679Z Downloaded camino v1.2.2
2052026-04-16T04:07:48.682Z Downloaded pin-project-lite v0.2.17
2062026-04-16T04:07:48.686Z Downloaded rand_core v0.9.5
2072026-04-16T04:07:48.686Z Downloaded crypto-common v0.1.7
2082026-04-16T04:07:48.686Z Downloaded cfg_aliases v0.2.1
2092026-04-16T04:07:48.689Z Downloaded async-scoped v0.9.0
2102026-04-16T04:07:48.689Z Downloaded owo-colors v4.3.0
2112026-04-16T04:07:48.693Z Downloaded native-tls v0.2.18
2122026-04-16T04:07:48.693Z Downloaded self-replace v1.5.0
2132026-04-16T04:07:48.693Z Downloaded miette-derive v7.6.0
2142026-04-16T04:07:48.698Z Downloaded cfg-if v1.0.4
2152026-04-16T04:07:48.698Z Downloaded cargo-platform v0.3.2
2162026-04-16T04:07:48.698Z Downloaded block-buffer v0.10.4
2172026-04-16T04:07:48.701Z Downloaded atomicwrites v0.4.4
2182026-04-16T04:07:48.701Z Downloaded iana-time-zone v0.1.65
2192026-04-16T04:07:48.701Z Downloaded clap_lex v1.1.0
2202026-04-16T04:07:48.701Z Downloaded base64ct v1.8.3
2212026-04-16T04:07:48.705Z Downloaded cargo-platform v0.2.0
2222026-04-16T04:07:48.705Z Downloaded adler2 v2.0.1
2232026-04-16T04:07:48.708Z Downloaded rustc-hash v2.1.2
2242026-04-16T04:07:48.708Z Downloaded foreign-types-shared v0.1.1
2252026-04-16T04:07:48.708Z Downloaded foreign-types v0.3.2
2262026-04-16T04:07:48.708Z Downloaded fnv v1.0.7
2272026-04-16T04:07:48.712Z Downloaded lazy_static v1.5.0
2282026-04-16T04:07:48.712Z Downloaded humantime v2.3.0
2292026-04-16T04:07:48.715Z Downloaded hex v0.4.3
2302026-04-16T04:07:48.715Z Downloaded serde-value v0.7.0
2312026-04-16T04:07:48.715Z Downloaded percent-encoding v2.3.2
2322026-04-16T04:07:48.715Z Downloaded document-features v0.2.12
2332026-04-16T04:07:48.719Z Downloaded openssl-probe v0.2.1
2342026-04-16T04:07:48.719Z Downloaded parking_lot_core v0.9.12
2352026-04-16T04:07:48.722Z Downloaded ahash v0.8.12
2362026-04-16T04:07:48.722Z Downloaded filetime v0.2.27
2372026-04-16T04:07:48.726Z Downloaded color-spantrace v0.3.0
2382026-04-16T04:07:48.726Z Downloaded lock_api v0.4.14
2392026-04-16T04:07:48.729Z Downloaded errno v0.3.14
2402026-04-16T04:07:48.729Z Downloaded os_pipe v1.2.3
2412026-04-16T04:07:48.732Z Downloaded futures-macro v0.3.32
2422026-04-16T04:07:48.732Z Downloaded futures-core v0.3.32
2432026-04-16T04:07:48.732Z Downloaded is_ci v1.2.0
2442026-04-16T04:07:48.736Z Downloaded quinn-udp v0.5.14
2452026-04-16T04:07:48.736Z Downloaded futures-sink v0.3.32
2462026-04-16T04:07:48.736Z Downloaded generic-array v0.14.7
2472026-04-16T04:07:48.740Z Downloaded form_urlencoded v1.2.2
2482026-04-16T04:07:48.743Z Downloaded indicatif v0.17.11
2492026-04-16T04:07:48.746Z Downloaded nextest-workspace-hack v0.1.0
2502026-04-16T04:07:48.746Z Downloaded humantime-serde v1.1.1
2512026-04-16T04:07:48.746Z Downloaded itoa v1.0.18
2522026-04-16T04:07:48.746Z Downloaded cpufeatures v0.2.17
2532026-04-16T04:07:48.750Z Downloaded colorchoice v1.0.5
2542026-04-16T04:07:48.750Z Downloaded anstyle-query v1.1.5
2552026-04-16T04:07:48.753Z Downloaded rustc_version v0.4.1
2562026-04-16T04:07:48.753Z Downloaded debug-ignore v1.0.5
2572026-04-16T04:07:48.757Z Downloaded guppy-workspace-hack v0.1.0
2582026-04-16T04:07:48.757Z Downloaded futures-task v0.3.32
2592026-04-16T04:07:48.757Z Downloaded futures-io v0.3.32
2602026-04-16T04:07:48.757Z Downloaded openssl-macros v0.1.1
2612026-04-16T04:07:48.757Z Downloaded idna_adapter v1.0.0
2622026-04-16T04:07:48.760Z Downloaded curve25519-dalek-derive v0.1.1
2632026-04-16T04:07:48.763Z Downloaded cargo_metadata v0.20.0
2642026-04-16T04:07:48.766Z Downloaded digest v0.10.7
2652026-04-16T04:07:48.771Z Downloaded anstyle v1.0.14
2662026-04-16T04:07:48.778Z Downloaded bitflags v2.11.1
2672026-04-16T04:07:48.782Z Downloaded addr2line v0.25.1
2682026-04-16T04:07:48.798Z Downloaded autocfg v1.5.0
2692026-04-16T04:07:48.798Z Downloaded rand_core v0.6.4
2702026-04-16T04:07:48.802Z Downloaded nextest-filtering v0.15.0
2712026-04-16T04:07:48.802Z Downloaded serde_urlencoded v0.7.1
2722026-04-16T04:07:48.802Z Downloaded signature v2.2.0
2732026-04-16T04:07:48.802Z Downloaded home v0.5.12
2742026-04-16T04:07:48.802Z Downloaded serde_spanned v1.1.1
2752026-04-16T04:07:48.802Z Downloaded serde_spanned v0.6.9
2762026-04-16T04:07:48.802Z Downloaded signal-hook-mio v0.2.5
2772026-04-16T04:07:48.802Z Downloaded hyper-tls v0.6.0
2782026-04-16T04:07:48.806Z Downloaded sigchld v0.2.4
2792026-04-16T04:07:48.806Z Downloaded once_cell v1.21.4
2802026-04-16T04:07:48.806Z Downloaded future-queue v0.4.0
2812026-04-16T04:07:48.809Z Downloaded foldhash v0.1.5
2822026-04-16T04:07:48.809Z Downloaded atomic-waker v1.1.2
2832026-04-16T04:07:48.809Z Downloaded indenter v0.3.4
2842026-04-16T04:07:48.813Z Downloaded find-msvc-tools v0.1.9
2852026-04-16T04:07:48.817Z Downloaded cargo-util-schemas v0.2.0
2862026-04-16T04:07:48.820Z Downloaded globset v0.4.18
2872026-04-16T04:07:48.820Z Downloaded futures-executor v0.3.32
2882026-04-16T04:07:48.823Z Downloaded strsim v0.11.1
2892026-04-16T04:07:48.823Z Downloaded fixedbitset v0.5.7
2902026-04-16T04:07:48.823Z Downloaded ed25519 v2.2.3
2912026-04-16T04:07:48.827Z Downloaded sync_wrapper v1.0.2
2922026-04-16T04:07:48.827Z Downloaded duct v0.13.7
2932026-04-16T04:07:48.827Z Downloaded supports-unicode v3.0.0
2942026-04-16T04:07:48.827Z Downloaded supports-color v3.0.2
2952026-04-16T04:07:48.830Z Downloaded strip-ansi-escapes v0.2.1
2962026-04-16T04:07:48.830Z Downloaded swrite v0.1.0
2972026-04-16T04:07:48.830Z Downloaded pin-project-internal v1.1.11
2982026-04-16T04:07:48.830Z Downloaded console v0.15.11
2992026-04-16T04:07:48.834Z Downloaded shell-words v1.1.1
3002026-04-16T04:07:48.834Z Downloaded scopeguard v1.2.0
3012026-04-16T04:07:48.834Z Downloaded rustc-demangle v0.1.27
3022026-04-16T04:07:48.837Z Downloaded erased-serde v0.4.10
3032026-04-16T04:07:48.837Z Downloaded serde_ignored v0.1.14
3042026-04-16T04:07:48.837Z Downloaded pkcs8 v0.10.2
3052026-04-16T04:07:48.840Z Downloaded eyre v0.6.12
3062026-04-16T04:07:48.844Z Downloaded supports-hyperlinks v3.2.0
3072026-04-16T04:07:48.844Z Downloaded heck v0.5.0
3082026-04-16T04:07:48.847Z Downloaded fastrand v2.4.1
3092026-04-16T04:07:48.850Z Downloaded tinyvec_macros v0.1.1
3102026-04-16T04:07:48.854Z Downloaded const-oid v0.9.6
3112026-04-16T04:07:48.854Z Downloaded litrs v1.0.0
3122026-04-16T04:07:48.857Z Downloaded terminal_size v0.4.4
3132026-04-16T04:07:48.864Z Downloaded toml_datetime v0.6.11
3142026-04-16T04:07:48.867Z Downloaded sha2 v0.10.9
3152026-04-16T04:07:48.867Z Downloaded rand_chacha v0.9.0
3162026-04-16T04:07:48.867Z Downloaded h2 v0.4.13
3172026-04-16T04:07:48.870Z Downloaded serde_path_to_error v0.1.20
3182026-04-16T04:07:48.874Z Downloaded serde-untagged v0.1.9
3192026-04-16T04:07:48.874Z Downloaded tower-layer v0.3.3
3202026-04-16T04:07:48.874Z Downloaded nextest-metadata v0.12.2
3212026-04-16T04:07:48.879Z Downloaded shlex v1.3.0
3222026-04-16T04:07:48.879Z Downloaded borsh v1.6.1
3232026-04-16T04:07:48.883Z Downloaded toml_write v0.1.2
3242026-04-16T04:07:48.883Z Downloaded parking_lot v0.12.5
3252026-04-16T04:07:48.883Z Downloaded log v0.4.29
3262026-04-16T04:07:48.887Z Downloaded http-body-util v0.1.3
3272026-04-16T04:07:48.887Z Downloaded futures-channel v0.3.32
3282026-04-16T04:07:48.887Z Downloaded crc32fast v1.5.0
3292026-04-16T04:07:48.893Z Downloaded dialoguer v0.11.0
3302026-04-16T04:07:48.893Z Downloaded tracing-error v0.2.1
3312026-04-16T04:07:48.893Z Downloaded signal-hook-registry v1.4.8
3322026-04-16T04:07:48.897Z Downloaded shared_child v1.1.1
3332026-04-16T04:07:48.897Z Downloaded tower-service v0.3.3
3342026-04-16T04:07:48.897Z Downloaded smol_str v0.3.6
3352026-04-16T04:07:48.897Z Downloaded convert_case v0.10.0
3362026-04-16T04:07:48.897Z Downloaded typeid v1.0.3
3372026-04-16T04:07:48.897Z Downloaded spki v0.7.3
3382026-04-16T04:07:48.897Z Downloaded ipnet v2.12.0
3392026-04-16T04:07:48.901Z Downloaded try-lock v0.2.5
3402026-04-16T04:07:48.901Z Downloaded clap_derive v4.6.1
3412026-04-16T04:07:48.901Z Downloaded unicode-linebreak v0.1.5
3422026-04-16T04:07:48.901Z Downloaded slab v0.4.12
3432026-04-16T04:07:48.904Z Downloaded cfg-expr v0.20.7
3442026-04-16T04:07:48.904Z Downloaded tokio-macros v2.7.0
3452026-04-16T04:07:48.904Z Downloaded pkg-config v0.3.33
3462026-04-16T04:07:48.908Z Downloaded subtle v2.6.1
3472026-04-16T04:07:48.911Z Downloaded getrandom v0.3.4
3482026-04-16T04:07:48.914Z Downloaded getrandom v0.2.17
3492026-04-16T04:07:48.918Z Downloaded hyper-rustls v0.27.9
3502026-04-16T04:07:48.921Z Downloaded target-lexicon v0.13.3
3512026-04-16T04:07:48.921Z Downloaded rustls-pki-types v1.14.0
3522026-04-16T04:07:48.925Z Downloaded thiserror v2.0.18
3532026-04-16T04:07:48.925Z Downloaded thiserror-impl v1.0.69
3542026-04-16T04:07:48.928Z Downloaded thiserror v1.0.69
3552026-04-16T04:07:48.928Z Downloaded utf8_iter v1.0.4
3562026-04-16T04:07:48.928Z Downloaded urlencoding v2.1.3
3572026-04-16T04:07:48.932Z Downloaded self_update v0.42.0
3582026-04-16T04:07:48.932Z Downloaded want v0.3.1
3592026-04-16T04:07:48.932Z Downloaded version_check v0.9.5
3602026-04-16T04:07:48.932Z Downloaded thread_local v1.1.9
3612026-04-16T04:07:48.935Z Downloaded untrusted v0.9.0
3622026-04-16T04:07:48.935Z Downloaded static_assertions v1.1.0
3632026-04-16T04:07:48.935Z Downloaded getrandom v0.4.2
3642026-04-16T04:07:48.939Z Downloaded cc v1.2.60
3652026-04-16T04:07:48.942Z Downloaded target-spec-miette v0.4.6
3662026-04-16T04:07:48.942Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3672026-04-16T04:07:48.945Z Downloaded tokio-native-tls v0.3.1
3682026-04-16T04:07:48.945Z Downloaded simd-adler32 v0.3.9
3692026-04-16T04:07:48.945Z Downloaded httparse v1.10.1
3702026-04-16T04:07:48.949Z Downloaded xattr v1.6.1
3712026-04-16T04:07:48.949Z Downloaded utf8parse v0.2.2
3722026-04-16T04:07:48.949Z Downloaded semver v1.0.28
3732026-04-16T04:07:48.952Z Downloaded derive-where v1.6.1
3742026-04-16T04:07:48.955Z Downloaded futures v0.3.32
3752026-04-16T04:07:48.958Z Downloaded tracing-log v0.2.0
3762026-04-16T04:07:48.958Z Downloaded quote v1.0.45
3772026-04-16T04:07:48.959Z Downloaded anstyle-parse v1.0.0
3782026-04-16T04:07:48.962Z Downloaded toml_writer v1.1.1+spec-1.1.0
3792026-04-16T04:07:48.965Z Downloaded unicase v2.9.0
3802026-04-16T04:07:48.968Z Downloaded memchr v2.8.0
3812026-04-16T04:07:48.972Z Downloaded miette v7.6.0
3822026-04-16T04:07:48.975Z Downloaded openssl-sys v0.9.113
3832026-04-16T04:07:48.975Z Downloaded config v0.15.22
3842026-04-16T04:07:48.979Z Downloaded ryu v1.0.23
3852026-04-16T04:07:48.984Z Downloaded tempfile v3.27.0
3862026-04-16T04:07:48.987Z Downloaded quick-junit v0.5.2
3872026-04-16T04:07:48.991Z Downloaded target-spec v3.6.0
3882026-04-16T04:07:48.994Z Downloaded unicode-xid v0.2.6
3892026-04-16T04:07:48.994Z Downloaded thiserror-impl v2.0.18
3902026-04-16T04:07:48.997Z Downloaded xxhash-rust v0.8.15
3912026-04-16T04:07:49.001Z Downloaded serde_derive v1.0.228
3922026-04-16T04:07:49.001Z Downloaded proc-macro2 v1.0.106
3932026-04-16T04:07:49.001Z Downloaded toml_parser v1.1.2+spec-1.1.0
3942026-04-16T04:07:49.004Z Downloaded toml v0.8.23
3952026-04-16T04:07:49.004Z Downloaded smallvec v1.15.1
3962026-04-16T04:07:49.008Z Downloaded serde_core v1.0.228
3972026-04-16T04:07:49.008Z Downloaded tokio-rustls v0.26.4
3982026-04-16T04:07:49.008Z Downloaded zmij v1.0.21
3992026-04-16T04:07:49.011Z Downloaded zeroize v1.8.2
4002026-04-16T04:07:49.011Z Downloaded signal-hook v0.3.18
4012026-04-16T04:07:49.011Z Downloaded socket2 v0.6.3
4022026-04-16T04:07:49.015Z Downloaded zstd v0.13.3
4032026-04-16T04:07:49.026Z Downloaded backtrace v0.3.76
4042026-04-16T04:07:49.034Z Downloaded sharded-slab v0.1.7
4052026-04-16T04:07:49.038Z Downloaded pin-project v1.1.11
4062026-04-16T04:07:49.049Z Downloaded zipsign-api v0.1.5
4072026-04-16T04:07:49.053Z Downloaded der v0.7.10
4082026-04-16T04:07:49.056Z Downloaded tinyvec v1.11.0
4092026-04-16T04:07:49.056Z Downloaded clap v4.6.1
4102026-04-16T04:07:49.060Z Downloaded zstd-safe v7.2.4
4112026-04-16T04:07:49.063Z Downloaded toml v1.1.2+spec-1.1.0
4122026-04-16T04:07:49.063Z Downloaded tokio-stream v0.1.18
4132026-04-16T04:07:49.067Z Downloaded derive_more v2.1.1
4142026-04-16T04:07:49.073Z Downloaded textwrap v0.16.2
4152026-04-16T04:07:49.076Z Downloaded quinn v0.11.9
4162026-04-16T04:07:49.076Z Downloaded flate2 v1.1.9
4172026-04-16T04:07:49.080Z Downloaded uuid v1.23.0
4182026-04-16T04:07:49.084Z Downloaded unicode-ident v1.0.24
4192026-04-16T04:07:49.084Z Downloaded miniz_oxide v0.8.9
4202026-04-16T04:07:49.084Z Downloaded tracing-attributes v0.1.31
4212026-04-16T04:07:49.088Z Downloaded derive_more-impl v2.1.1
4222026-04-16T04:07:49.091Z Downloaded serde v1.0.228
4232026-04-16T04:07:49.095Z Downloaded tar v0.4.45
4242026-04-16T04:07:49.098Z Downloaded typenum v1.19.0
4252026-04-16T04:07:49.104Z Downloaded ed25519-dalek v2.2.0
4262026-04-16T04:07:49.107Z Downloaded vte v0.14.1
4272026-04-16T04:07:49.107Z Downloaded rustls-webpki v0.103.12
4282026-04-16T04:07:49.111Z Downloaded toml_edit v0.22.27
4292026-04-16T04:07:49.114Z Downloaded tracing-core v0.1.36
4302026-04-16T04:07:49.122Z Downloaded rand v0.9.4
4312026-04-16T04:07:49.125Z Downloaded http v1.4.0
4322026-04-16T04:07:49.135Z Downloaded indexmap v2.14.0
4332026-04-16T04:07:49.146Z Downloaded guppy v0.17.25
4342026-04-16T04:07:49.149Z Downloaded clap_builder v4.6.0
4352026-04-16T04:07:49.165Z Downloaded unicode-segmentation v1.13.2
4362026-04-16T04:07:49.168Z Downloaded hashbrown v0.15.5
4372026-04-16T04:07:49.173Z Downloaded crossterm v0.29.0
4382026-04-16T04:07:49.177Z Downloaded hashbrown v0.17.0
4392026-04-16T04:07:49.180Z Downloaded mio v1.2.0
4402026-04-16T04:07:49.180Z Downloaded futures-util v0.3.32
4412026-04-16T04:07:49.186Z Downloaded unicode-normalization v0.1.25
4422026-04-16T04:07:49.191Z Downloaded hyper-util v0.1.20
4432026-04-16T04:07:49.195Z Downloaded aho-corasick v1.1.4
4442026-04-16T04:07:49.199Z Downloaded ron v0.12.1
4452026-04-16T04:07:49.202Z Downloaded url v2.5.8
4462026-04-16T04:07:49.202Z Downloaded serde_json v1.0.149
4472026-04-16T04:07:49.206Z Downloaded tokio-util v0.7.18
4482026-04-16T04:07:49.210Z Downloaded tower v0.5.3
4492026-04-16T04:07:49.248Z Downloaded itertools v0.14.0
4502026-04-16T04:07:49.252Z Downloaded winnow v1.0.1
4512026-04-16T04:07:49.257Z Downloaded idna v1.1.0
4522026-04-16T04:07:49.261Z Downloaded iri-string v0.7.12
4532026-04-16T04:07:49.266Z Downloaded regex v1.12.3
4542026-04-16T04:07:49.269Z Downloaded curve25519-dalek v4.1.3
4552026-04-16T04:07:49.274Z Downloaded tracing-subscriber v0.3.23
4562026-04-16T04:07:49.278Z Downloaded hyper v1.9.0
4572026-04-16T04:07:49.282Z Downloaded tower-http v0.6.8
4582026-04-16T04:07:49.286Z Downloaded quick-xml v0.38.4
4592026-04-16T04:07:49.292Z Downloaded reqwest v0.12.28
4602026-04-16T04:07:49.296Z Downloaded chrono v0.4.44
4612026-04-16T04:07:49.300Z Downloaded pulldown-cmark v0.13.3
4622026-04-16T04:07:49.303Z Downloaded vcpkg v0.2.15
4632026-04-16T04:07:49.326Z Downloaded unicode-width v0.1.14
4642026-04-16T04:07:49.329Z Downloaded unicode-width v0.2.2
4652026-04-16T04:07:49.333Z Downloaded zerocopy v0.8.48
4662026-04-16T04:07:49.341Z Downloaded quick-xml v0.37.5
4672026-04-16T04:07:49.344Z Downloaded portable-atomic v1.13.1
4682026-04-16T04:07:49.348Z Downloaded bstr v1.12.1
4692026-04-16T04:07:49.353Z Downloaded gimli v0.32.3
4702026-04-16T04:07:49.365Z Downloaded winnow v0.7.15
4712026-04-16T04:07:49.379Z Downloaded tracing v0.1.44
4722026-04-16T04:07:49.389Z Downloaded quinn-proto v0.11.14
4732026-04-16T04:07:49.393Z Downloaded color-eyre v0.6.5
4742026-04-16T04:07:49.410Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4752026-04-16T04:07:49.421Z Downloaded webpki-roots v1.0.6
4762026-04-16T04:07:49.426Z Downloaded openssl v0.10.77
4772026-04-16T04:07:49.431Z Downloaded nextest-runner v0.80.0
4782026-04-16T04:07:49.460Z Downloaded syn v2.0.117
4792026-04-16T04:07:49.468Z Downloaded rustix v0.38.44
4802026-04-16T04:07:49.480Z Downloaded rustls v0.23.38
4812026-04-16T04:07:49.486Z Downloaded object v0.37.3
4822026-04-16T04:07:49.492Z Downloaded regex-syntax v0.8.10
4832026-04-16T04:07:49.496Z Downloaded nix v0.30.1
4842026-04-16T04:07:49.525Z Downloaded rustix v1.1.4
4852026-04-16T04:07:49.610Z Downloaded regex-automata v0.4.14
4862026-04-16T04:07:49.638Z Downloaded petgraph v0.8.3
4872026-04-16T04:07:49.653Z Downloaded libc v0.2.185
4882026-04-16T04:07:49.696Z Downloaded tokio v1.52.0
4892026-04-16T04:07:49.757Z Downloaded ring v0.17.14
4902026-04-16T04:07:49.779Z Downloaded recursion v0.5.4
4912026-04-16T04:07:49.821Z Compiling libc v0.2.185
4922026-04-16T04:07:49.825Z Compiling proc-macro2 v1.0.106
4932026-04-16T04:07:49.825Z Compiling unicode-ident v1.0.24
4942026-04-16T04:07:49.825Z Compiling quote v1.0.45
4952026-04-16T04:07:49.825Z Compiling serde_core v1.0.228
4962026-04-16T04:07:49.825Z Compiling cfg-if v1.0.4
4972026-04-16T04:07:49.825Z Compiling memchr v2.8.0
4982026-04-16T04:07:49.825Z Compiling once_cell v1.21.4
4992026-04-16T04:07:50.026Z Compiling log v0.4.29
5002026-04-16T04:07:50.068Z Compiling pin-project-lite v0.2.17
5012026-04-16T04:07:50.166Z Compiling itoa v1.0.18
5022026-04-16T04:07:50.261Z Compiling serde v1.0.228
5032026-04-16T04:07:50.368Z Compiling futures-core v0.3.32
5042026-04-16T04:07:50.407Z Compiling smallvec v1.15.1
5052026-04-16T04:07:50.527Z Compiling bitflags v2.11.1
5062026-04-16T04:07:50.594Z Compiling equivalent v1.0.2
5072026-04-16T04:07:50.651Z Compiling find-msvc-tools v0.1.9
5082026-04-16T04:07:50.678Z Compiling shlex v1.3.0
5092026-04-16T04:07:50.860Z Compiling errno v0.3.14
5102026-04-16T04:07:50.877Z Compiling hashbrown v0.17.0
5112026-04-16T04:07:50.892Z Compiling bytes v1.11.1
5122026-04-16T04:07:50.913Z Compiling mio v1.2.0
5132026-04-16T04:07:51.023Z Compiling signal-hook-registry v1.4.8
5142026-04-16T04:07:51.137Z Compiling jobserver v0.1.34
5152026-04-16T04:07:51.176Z Compiling syn v2.0.117
5162026-04-16T04:07:51.236Z Compiling futures-sink v0.3.32
5172026-04-16T04:07:51.347Z Compiling cc v1.2.60
5182026-04-16T04:07:51.453Z Compiling rustix v1.1.4
5192026-04-16T04:07:51.541Z Compiling socket2 v0.6.3
5202026-04-16T04:07:51.541Z Compiling zmij v1.0.21
5212026-04-16T04:07:51.600Z Compiling slab v0.4.12
5222026-04-16T04:07:51.791Z Compiling futures-channel v0.3.32
5232026-04-16T04:07:51.816Z Compiling tracing-core v0.1.36
5242026-04-16T04:07:51.876Z Compiling serde_json v1.0.149
5252026-04-16T04:07:52.102Z Compiling version_check v0.9.5
5262026-04-16T04:07:52.372Z Compiling indexmap v2.14.0
5272026-04-16T04:07:52.387Z Compiling futures-io v0.3.32
5282026-04-16T04:07:52.400Z Compiling getrandom v0.4.2
5292026-04-16T04:07:52.499Z Compiling futures-task v0.3.32
5302026-04-16T04:07:52.660Z Compiling camino v1.2.2
5312026-04-16T04:07:52.685Z Compiling unicode-width v0.2.2
5322026-04-16T04:07:52.870Z Compiling ring v0.17.14
5332026-04-16T04:07:53.005Z Compiling http v1.4.0
5342026-04-16T04:07:53.017Z Compiling adler2 v2.0.1
5352026-04-16T04:07:53.036Z Compiling percent-encoding v2.3.2
5362026-04-16T04:07:53.183Z Compiling zeroize v1.8.2
5372026-04-16T04:07:53.214Z Compiling simd-adler32 v0.3.9
5382026-04-16T04:07:53.322Z Compiling autocfg v1.5.0
5392026-04-16T04:07:53.403Z Compiling miniz_oxide v0.8.9
5402026-04-16T04:07:53.685Z Compiling num-traits v0.2.19
5412026-04-16T04:07:53.995Z Compiling object v0.37.3
5422026-04-16T04:07:54.087Z Compiling target-lexicon v0.13.3
5432026-04-16T04:07:54.299Z Compiling zerocopy v0.8.48
5442026-04-16T04:07:54.509Z Compiling getrandom v0.3.4
5452026-04-16T04:07:54.730Z Compiling http-body v1.0.1
5462026-04-16T04:07:54.799Z Compiling rustls-pki-types v1.14.0
5472026-04-16T04:07:54.811Z Compiling semver v1.0.28
5482026-04-16T04:07:54.831Z Compiling getrandom v0.2.17
5492026-04-16T04:07:54.859Z Compiling signal-hook v0.3.18
5502026-04-16T04:07:54.885Z Compiling httparse v1.10.1
5512026-04-16T04:07:54.897Z Compiling serde_derive v1.0.228
5522026-04-16T04:07:55.014Z Compiling tokio-macros v2.7.0
5532026-04-16T04:07:55.066Z Compiling futures-macro v0.3.32
5542026-04-16T04:07:55.139Z Compiling tracing-attributes v0.1.31
5552026-04-16T04:07:55.221Z Compiling guppy-workspace-hack v0.1.0
5562026-04-16T04:07:55.438Z Compiling fnv v1.0.7
5572026-04-16T04:07:55.458Z Compiling typenum v1.19.0
5582026-04-16T04:07:55.542Z Compiling thiserror v2.0.18
5592026-04-16T04:07:55.634Z Compiling owo-colors v4.3.0
5602026-04-16T04:07:55.745Z Compiling tokio v1.52.0
5612026-04-16T04:07:55.789Z Compiling untrusted v0.9.0
5622026-04-16T04:07:55.873Z Compiling futures-util v0.3.32
5632026-04-16T04:07:55.877Z Compiling gimli v0.32.3
5642026-04-16T04:07:56.090Z Compiling thiserror-impl v2.0.18
5652026-04-16T04:07:56.334Z Compiling tracing v0.1.44
5662026-04-16T04:07:57.862Z Compiling addr2line v0.25.1
5672026-04-16T04:07:58.138Z Compiling form_urlencoded v1.2.2
5682026-04-16T04:07:58.290Z Compiling generic-array v0.14.7
5692026-04-16T04:07:58.409Z Compiling try-lock v0.2.5
5702026-04-16T04:07:58.501Z Compiling typeid v1.0.3
5712026-04-16T04:07:58.514Z Compiling fastrand v2.4.1
5722026-04-16T04:07:58.514Z Compiling rustls v0.23.38
5732026-04-16T04:07:58.537Z Compiling atomic-waker v1.1.2
5742026-04-16T04:07:58.662Z Compiling tower-service v0.3.3
5752026-04-16T04:07:58.727Z Compiling target-spec v3.6.0
5762026-04-16T04:07:58.760Z Compiling thiserror v1.0.69
5772026-04-16T04:07:58.772Z Compiling rustc-demangle v0.1.27
5782026-04-16T04:07:58.831Z Compiling pkg-config v0.3.33
5792026-04-16T04:07:58.992Z Compiling utf8_iter v1.0.4
5802026-04-16T04:07:59.052Z Compiling idna_adapter v1.0.0
5812026-04-16T04:07:59.157Z Compiling idna v1.1.0
5822026-04-16T04:07:59.267Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5832026-04-16T04:07:59.414Z Compiling tempfile v3.27.0
5842026-04-16T04:07:59.668Z Compiling tokio-util v0.7.18
5852026-04-16T04:07:59.725Z Compiling want v0.3.1
5862026-04-16T04:07:59.755Z Compiling cfg-expr v0.20.7
5872026-04-16T04:07:59.906Z Compiling backtrace v0.3.76
5882026-04-16T04:08:00.293Z Compiling h2 v0.4.13
5892026-04-16T04:08:00.918Z Compiling thiserror-impl v1.0.69
5902026-04-16T04:08:01.212Z Compiling terminal_size v0.4.4
5912026-04-16T04:08:01.361Z Compiling aho-corasick v1.1.4
5922026-04-16T04:08:01.373Z Compiling subtle v2.6.1
5932026-04-16T04:08:01.532Z Compiling winnow v0.7.15
5942026-04-16T04:08:01.723Z Compiling regex-syntax v0.8.10
5952026-04-16T04:08:02.044Z Compiling rustls-webpki v0.103.12
5962026-04-16T04:08:03.415Z Compiling erased-serde v0.4.10
5972026-04-16T04:08:03.748Z Compiling regex-automata v0.4.14
5982026-04-16T04:08:04.555Z Compiling hyper v1.9.0
5992026-04-16T04:08:06.785Z Compiling url v2.5.8
6002026-04-16T04:08:08.329Z Compiling serde_spanned v0.6.9
6012026-04-16T04:08:08.496Z Compiling toml_datetime v0.6.11
6022026-04-16T04:08:08.869Z Compiling ahash v0.8.12
6032026-04-16T04:08:08.905Z Compiling sync_wrapper v1.0.2
6042026-04-16T04:08:08.918Z Compiling parking_lot_core v0.9.12
6052026-04-16T04:08:09.020Z Compiling crc32fast v1.5.0
6062026-04-16T04:08:09.096Z Compiling unicode-segmentation v1.13.2
6072026-04-16T04:08:09.109Z Compiling portable-atomic v1.13.1
6082026-04-16T04:08:09.182Z Compiling tower-layer v0.3.3
6092026-04-16T04:08:09.209Z Compiling is_ci v1.2.0
6102026-04-16T04:08:09.334Z Compiling toml_write v0.1.2
6112026-04-16T04:08:09.379Z Compiling base64 v0.22.1
6122026-04-16T04:08:09.392Z Compiling foldhash v0.1.5
6132026-04-16T04:08:09.493Z Compiling ipnet v2.12.0
6142026-04-16T04:08:09.550Z Compiling either v1.15.0
6152026-04-16T04:08:09.576Z Compiling lazy_static v1.5.0
6162026-04-16T04:08:09.605Z Compiling nextest-workspace-hack v0.1.0
6172026-04-16T04:08:09.679Z Compiling unicode-linebreak v0.1.5
6182026-04-16T04:08:09.768Z Compiling hyper-util v0.1.20
6192026-04-16T04:08:09.841Z Compiling sharded-slab v0.1.7
6202026-04-16T04:08:09.910Z Compiling textwrap v0.16.2
6212026-04-16T04:08:09.955Z Compiling hashbrown v0.15.5
6222026-04-16T04:08:10.456Z Compiling toml_edit v0.22.27
6232026-04-16T04:08:10.578Z Compiling convert_case v0.10.0
6242026-04-16T04:08:10.688Z Compiling tower v0.5.3
6252026-04-16T04:08:10.886Z Compiling supports-color v3.0.2
6262026-04-16T04:08:11.282Z Compiling tokio-rustls v0.26.4
6272026-04-16T04:08:11.321Z Compiling backtrace-ext v0.2.1
6282026-04-16T04:08:11.563Z Compiling ordered-float v2.10.1
6292026-04-16T04:08:11.586Z Compiling webpki-roots v1.0.6
6302026-04-16T04:08:11.701Z Compiling miette-derive v7.6.0
6312026-04-16T04:08:11.755Z Compiling pathdiff v0.2.3
6322026-04-16T04:08:11.838Z Compiling console v0.15.11
6332026-04-16T04:08:11.882Z Compiling tracing-log v0.2.0
6342026-04-16T04:08:12.246Z Compiling cargo-platform v0.3.2
6352026-04-16T04:08:12.440Z Compiling os_pipe v1.2.3
6362026-04-16T04:08:12.593Z Compiling thread_local v1.1.9
6372026-04-16T04:08:12.798Z Compiling utf8parse v0.2.2
6382026-04-16T04:08:12.825Z Compiling debug-ignore v1.0.5
6392026-04-16T04:08:12.914Z Compiling zstd-safe v7.2.4
6402026-04-16T04:08:12.945Z Compiling winnow v1.0.1
6412026-04-16T04:08:12.957Z Compiling fixedbitset v0.5.7
6422026-04-16T04:08:13.150Z Compiling supports-unicode v3.0.0
6432026-04-16T04:08:13.173Z Compiling pulldown-cmark v0.13.3
6442026-04-16T04:08:13.329Z Compiling supports-hyperlinks v3.2.0
6452026-04-16T04:08:13.398Z Compiling unicode-width v0.1.14
6462026-04-16T04:08:13.461Z Compiling rustix v0.38.44
6472026-04-16T04:08:13.550Z Compiling ryu v1.0.23
6482026-04-16T04:08:13.804Z Compiling scopeguard v1.2.0
6492026-04-16T04:08:13.848Z Compiling cfg_aliases v0.2.1
6502026-04-16T04:08:13.912Z Compiling iri-string v0.7.12
6512026-04-16T04:08:13.923Z Compiling nix v0.30.1
6522026-04-16T04:08:14.073Z Compiling toml_parser v1.1.2+spec-1.1.0
6532026-04-16T04:08:14.298Z Compiling lock_api v0.4.14
6542026-04-16T04:08:14.470Z Compiling serde_urlencoded v0.7.1
6552026-04-16T04:08:14.538Z Compiling miette v7.6.0
6562026-04-16T04:08:14.801Z Compiling petgraph v0.8.3
6572026-04-16T04:08:14.890Z Compiling anstyle-parse v1.0.0
6582026-04-16T04:08:15.118Z Compiling tracing-subscriber v0.3.23
6592026-04-16T04:08:15.399Z Compiling tower-http v0.6.8
6602026-04-16T04:08:16.360Z Compiling sigchld v0.2.4
6612026-04-16T04:08:16.546Z Compiling cargo_metadata v0.23.1
6622026-04-16T04:08:16.559Z Compiling toml v0.8.23
6632026-04-16T04:08:16.730Z Compiling serde-value v0.7.0
6642026-04-16T04:08:17.458Z Compiling hyper-rustls v0.27.9
6652026-04-16T04:08:18.139Z Compiling serde-untagged v0.1.9
6662026-04-16T04:08:18.681Z Compiling derive_more-impl v2.1.1
6672026-04-16T04:08:18.999Z Compiling itertools v0.14.0
6682026-04-16T04:08:19.471Z Compiling regex v1.12.3
6692026-04-16T04:08:19.490Z Compiling crypto-common v0.1.7
6702026-04-16T04:08:19.597Z Compiling block-buffer v0.10.4
6712026-04-16T04:08:19.624Z Compiling ppv-lite86 v0.2.21
6722026-04-16T04:08:19.753Z Compiling futures-executor v0.3.32
6732026-04-16T04:08:19.955Z Compiling rand_core v0.9.5
6742026-04-16T04:08:19.984Z Compiling pin-project-internal v1.1.11
6752026-04-16T04:08:20.210Z Compiling http-body-util v0.1.3
6762026-04-16T04:08:20.291Z Compiling uuid v1.23.0
6772026-04-16T04:08:20.485Z Compiling smol_str v0.3.6
6782026-04-16T04:08:20.498Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-04-16T04:08:20.823Z Compiling serde_spanned v1.1.1
6802026-04-16T04:08:20.840Z Compiling filetime v0.2.27
6812026-04-16T04:08:20.904Z Compiling bstr v1.12.1
6822026-04-16T04:08:20.918Z Compiling vte v0.14.1
6832026-04-16T04:08:20.981Z Compiling nested v0.1.1
6842026-04-16T04:08:21.034Z Compiling number_prefix v0.4.0
6852026-04-16T04:08:21.046Z Compiling iana-time-zone v0.1.65
6862026-04-16T04:08:21.134Z Compiling anstyle-query v1.1.5
6872026-04-16T04:08:21.187Z Compiling colorchoice v1.0.5
6882026-04-16T04:08:21.241Z Compiling tinyvec_macros v0.1.1
6892026-04-16T04:08:21.305Z Compiling eyre v0.6.12
6902026-04-16T04:08:21.319Z Compiling unicode-xid v0.2.6
6912026-04-16T04:08:21.383Z Compiling litrs v1.0.0
6922026-04-16T04:08:21.454Z Compiling unicase v2.9.0
6932026-04-16T04:08:21.588Z Compiling anstyle v1.0.14
6942026-04-16T04:08:21.612Z Compiling static_assertions v1.1.0
6952026-04-16T04:08:21.639Z Compiling self_update v0.42.0
6962026-04-16T04:08:21.688Z Compiling is_terminal_polyfill v1.70.2
6972026-04-16T04:08:21.723Z Compiling color-spantrace v0.3.0
6982026-04-16T04:08:21.795Z Compiling xattr v1.6.1
6992026-04-16T04:08:21.824Z Compiling document-features v0.2.12
7002026-04-16T04:08:21.852Z Compiling anstream v1.0.0
7012026-04-16T04:08:21.880Z Compiling guppy v0.17.25
7022026-04-16T04:08:21.978Z Compiling tar v0.4.45
7032026-04-16T04:08:22.338Z Compiling cargo-util-schemas v0.2.0
7042026-04-16T04:08:22.368Z Compiling globset v0.4.18
7052026-04-16T04:08:22.381Z Compiling tinyvec v1.11.0
7062026-04-16T04:08:22.800Z Compiling chrono v0.4.44
7072026-04-16T04:08:23.119Z Compiling indicatif v0.17.11
7082026-04-16T04:08:24.015Z Compiling strip-ansi-escapes v0.2.1
7092026-04-16T04:08:24.528Z Compiling pin-project v1.1.11
7102026-04-16T04:08:24.584Z Compiling toml v1.1.2+spec-1.1.0
7112026-04-16T04:08:24.638Z Compiling nextest-metadata v0.12.2
7122026-04-16T04:08:24.769Z Compiling newtype-uuid v1.3.2
7132026-04-16T04:08:24.967Z Compiling reqwest v0.12.28
7142026-04-16T04:08:25.600Z Compiling rand_chacha v0.9.0
7152026-04-16T04:08:26.167Z Compiling futures v0.3.32
7162026-04-16T04:08:26.217Z Compiling digest v0.10.7
7172026-04-16T04:08:26.251Z Compiling derive_more v2.1.1
7182026-04-16T04:08:26.301Z Compiling flate2 v1.1.9
7192026-04-16T04:08:26.334Z Compiling parking_lot v0.12.5
7202026-04-16T04:08:26.448Z Compiling shared_child v1.1.1
7212026-04-16T04:08:26.788Z Compiling tracing-error v0.2.1
7222026-04-16T04:08:27.255Z Compiling signal-hook-mio v0.2.5
7232026-04-16T04:08:27.379Z Compiling self-replace v1.5.0
7242026-04-16T04:08:27.392Z Compiling cargo-platform v0.2.0
7252026-04-16T04:08:27.676Z Compiling quick-xml v0.37.5
7262026-04-16T04:08:27.861Z Compiling quick-xml v0.38.4
7272026-04-16T04:08:27.947Z Compiling clap_lex v1.1.0
7282026-04-16T04:08:28.158Z Compiling recursion v0.5.4
7292026-04-16T04:08:28.316Z Compiling shell-words v1.1.1
7302026-04-16T04:08:28.561Z Compiling cpufeatures v0.2.17
7312026-04-16T04:08:28.561Z Compiling humantime v2.3.0
7322026-04-16T04:08:28.862Z Compiling heck v0.5.0
7332026-04-16T04:08:28.992Z Compiling indenter v0.3.4
7342026-04-16T04:08:29.070Z Compiling strsim v0.11.1
7352026-04-16T04:08:29.124Z Compiling urlencoding v2.1.3
7362026-04-16T04:08:29.371Z Compiling clap_builder v4.6.0
7372026-04-16T04:08:29.720Z Compiling clap_derive v4.6.1
7382026-04-16T04:08:29.815Z Compiling humantime-serde v1.1.1
7392026-04-16T04:08:29.905Z Compiling sha2 v0.10.9
7402026-04-16T04:08:29.973Z Compiling quick-junit v0.5.2
7412026-04-16T04:08:31.110Z Compiling nextest-filtering v0.15.0
7422026-04-16T04:08:31.491Z Compiling cargo_metadata v0.20.0
7432026-04-16T04:08:33.088Z Compiling atomicwrites v0.4.4
7442026-04-16T04:08:33.372Z Compiling cargo-nextest v0.9.97
7452026-04-16T04:08:33.689Z Compiling crossterm v0.29.0
7462026-04-16T04:08:35.347Z Compiling zstd v0.13.3
7472026-04-16T04:08:35.790Z Compiling duct v0.13.7
7482026-04-16T04:08:35.930Z Compiling async-scoped v0.9.0
7492026-04-16T04:08:36.031Z Compiling rand v0.9.4
7502026-04-16T04:08:36.044Z Compiling config v0.15.22
7512026-04-16T04:08:36.148Z Compiling unicode-normalization v0.1.25
7522026-04-16T04:08:36.602Z Compiling target-spec-miette v0.4.6
7532026-04-16T04:08:36.732Z Compiling future-queue v0.4.0
7542026-04-16T04:08:36.772Z Compiling mukti-metadata v0.3.0
7552026-04-16T04:08:36.885Z Compiling camino-tempfile v1.4.1
7562026-04-16T04:08:37.003Z Compiling tokio-stream v0.1.18
7572026-04-16T04:08:37.016Z Compiling derive-where v1.6.1
7582026-04-16T04:08:37.266Z Compiling serde_ignored v0.1.14
7592026-04-16T04:08:37.325Z Compiling serde_path_to_error v0.1.20
7602026-04-16T04:08:37.492Z Compiling xxhash-rust v0.8.15
7612026-04-16T04:08:37.581Z Compiling home v0.5.12
7622026-04-16T04:08:37.650Z Compiling indent_write v2.2.0
7632026-04-16T04:08:37.675Z Compiling swrite v0.1.0
7642026-04-16T04:08:37.754Z Compiling hex v0.4.3
7652026-04-16T04:08:37.777Z Compiling color-eyre v0.6.5
7662026-04-16T04:08:37.800Z Compiling clap v4.6.1
7672026-04-16T04:08:37.815Z Compiling dialoguer v0.11.0
7682026-04-16T04:08:37.886Z Compiling enable-ansi-support v0.2.1
7692026-04-16T04:08:38.255Z Compiling nextest-runner v0.80.0
7702026-04-16T04:08:56.507Z Finished `release` profile [optimized] target(s) in 1m 10s
7712026-04-16T04:08:56.695Z Installing /home/build/.cargo/bin/cargo-nextest
7722026-04-16T04:08:56.698Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7732026-04-16T04:08:56.817Z+ pushd bgp
7742026-04-16T04:08:56.820Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7752026-04-16T04:08:56.820Z+ pfexec cargo nextest run
7762026-04-16T04:08:56.977Z Updating git repository `https://github.com/oxidecomputer/falcon`
7772026-04-16T04:08:57.869ZFrom https://github.com/oxidecomputer/falcon
7782026-04-16T04:08:57.870Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7792026-04-16T04:08:57.949Z Updating crates.io index
7802026-04-16T04:08:57.986Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7812026-04-16T04:08:58.736ZFrom https://github.com/oxidecomputer/dendrite
7822026-04-16T04:08:58.736Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7832026-04-16T04:08:58.768Z Updating git repository `https://github.com/oxidecomputer/ispf`
7842026-04-16T04:08:59.021ZFrom https://github.com/oxidecomputer/ispf
7852026-04-16T04:08:59.021Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7862026-04-16T04:08:59.056Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7872026-04-16T04:08:59.639ZFrom https://github.com/oxidecomputer/netadm-sys
7882026-04-16T04:08:59.639Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7892026-04-16T04:08:59.646Z Updating git repository `https://github.com/oxidecomputer/omicron`
7902026-04-16T04:09:07.935ZFrom https://github.com/oxidecomputer/omicron
7912026-04-16T04:09:07.935Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7922026-04-16T04:09:08.334Z Updating git repository `https://github.com/oxidecomputer/opte`
7932026-04-16T04:09:08.921ZFrom https://github.com/oxidecomputer/opte
7942026-04-16T04:09:08.921Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
7952026-04-16T04:09:08.953Z Updating git repository `https://github.com/illumos/smf-rs`
7962026-04-16T04:09:09.211ZFrom https://github.com/illumos/smf-rs
7972026-04-16T04:09:09.211Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7982026-04-16T04:09:09.317Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7992026-04-16T04:09:09.573ZFrom https://github.com/oxidecomputer/network-interface
8002026-04-16T04:09:09.573Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8012026-04-16T04:09:09.580Z Updating git repository `https://github.com/oxidecomputer/zone`
8022026-04-16T04:09:09.861ZFrom https://github.com/oxidecomputer/zone
8032026-04-16T04:09:09.861Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8042026-04-16T04:09:09.892Z Updating git repository `https://github.com/oxidecomputer/propolis`
8052026-04-16T04:09:11.027ZFrom https://github.com/oxidecomputer/propolis
8062026-04-16T04:09:11.028Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8072026-04-16T04:09:11.075Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8082026-04-16T04:09:11.586ZFrom https://github.com/oxidecomputer/transceiver-control
8092026-04-16T04:09:11.586Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8102026-04-16T04:09:11.629Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8112026-04-16T04:09:11.909ZFrom https://github.com/oxidecomputer/dlpi-sys
8122026-04-16T04:09:11.909Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8132026-04-16T04:09:11.926Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8142026-04-16T04:09:12.240ZFrom https://github.com/jmesmon/rust-libzfs
8152026-04-16T04:09:12.240Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8162026-04-16T04:09:12.248Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8172026-04-16T04:09:12.520ZFrom https://github.com/oxidecomputer/rusty-doors
8182026-04-16T04:09:12.520Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8192026-04-16T04:09:12.542Z Updating git repository `https://github.com/oxidecomputer/lldp`
8202026-04-16T04:09:12.865ZFrom https://github.com/oxidecomputer/lldp
8212026-04-16T04:09:12.865Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8222026-04-16T04:09:12.909Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8232026-04-16T04:09:13.181ZFrom https://github.com/oxidecomputer/slog-error-chain
8242026-04-16T04:09:13.181Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8252026-04-16T04:09:13.201Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8262026-04-16T04:09:13.490ZFrom https://github.com/oxidecomputer/tufaceous
8272026-04-16T04:09:13.490Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8282026-04-16T04:09:13.531Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8292026-04-16T04:09:13.970ZFrom https://github.com/oxidecomputer/management-gateway-service
8302026-04-16T04:09:13.970Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8312026-04-16T04:09:13.994Z Updating git repository `https://github.com/oxidecomputer/crucible`
8322026-04-16T04:09:14.823ZFrom https://github.com/oxidecomputer/crucible
8332026-04-16T04:09:14.823Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8342026-04-16T04:09:14.923Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8352026-04-16T04:09:15.187ZFrom https://github.com/oxidecomputer/serde_human_bytes
8362026-04-16T04:09:15.187Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8372026-04-16T04:09:15.324Z Updating git repository `https://github.com/oxidecomputer/propolis`
8382026-04-16T04:09:15.720ZFrom https://github.com/oxidecomputer/propolis
8392026-04-16T04:09:15.720Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8402026-04-16T04:09:15.798Z Updating git repository `https://github.com/oxidecomputer/tofino`
8412026-04-16T04:09:16.068ZFrom https://github.com/oxidecomputer/tofino
8422026-04-16T04:09:16.068Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8432026-04-16T04:09:16.075Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-04-16T04:09:16.854ZFrom https://github.com/oxidecomputer/maghemite
8452026-04-16T04:09:16.854Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8462026-04-16T04:09:16.917Z Updating git repository `https://github.com/oxidecomputer/clickward`
8472026-04-16T04:09:17.188ZFrom https://github.com/oxidecomputer/clickward
8482026-04-16T04:09:17.188Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8492026-04-16T04:09:17.288Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8502026-04-16T04:09:17.701ZFrom https://github.com/oxidecomputer/illumos-devinfo
8512026-04-16T04:09:17.701Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8522026-04-16T04:09:17.770Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-04-16T04:09:18.096ZFrom https://github.com/oxidecomputer/crucible
8542026-04-16T04:09:18.096Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8552026-04-16T04:09:18.973Z Downloading crates ...
8562026-04-16T04:09:19.080Z Downloaded aead v0.5.2
8572026-04-16T04:09:19.084Z Downloaded daft v0.1.5
8582026-04-16T04:09:19.088Z Downloaded data-encoding v2.10.0
8592026-04-16T04:09:19.088Z Downloaded bitflags v1.3.2
8602026-04-16T04:09:19.092Z Downloaded dyn-clone v1.0.20
8612026-04-16T04:09:19.096Z Downloaded chacha20poly1305 v0.10.1
8622026-04-16T04:09:19.099Z Downloaded bit-vec v0.8.0
8632026-04-16T04:09:19.105Z Downloaded ciborium v0.2.2
8642026-04-16T04:09:19.105Z Downloaded glob v0.3.3
8652026-04-16T04:09:19.105Z Downloaded foreign-types v0.5.0
8662026-04-16T04:09:19.105Z Downloaded chacha20 v0.10.0
8672026-04-16T04:09:19.109Z Downloaded managed v0.8.0
8682026-04-16T04:09:19.112Z Downloaded is-terminal v0.4.17
8692026-04-16T04:09:19.112Z Downloaded float-ord v0.3.2
8702026-04-16T04:09:19.117Z Downloaded mime v0.3.17
8712026-04-16T04:09:19.117Z Downloaded dof v0.4.0
8722026-04-16T04:09:19.117Z Downloaded cargo_toml v0.22.3
8732026-04-16T04:09:19.120Z Downloaded foldhash v0.2.0
8742026-04-16T04:09:19.120Z Downloaded highway v1.3.0
8752026-04-16T04:09:19.124Z Downloaded no-std-compat v0.4.1
8762026-04-16T04:09:19.124Z Downloaded crossbeam-deque v0.8.6
8772026-04-16T04:09:19.127Z Downloaded multer v3.1.0
8782026-04-16T04:09:19.131Z Downloaded hostname v0.3.1
8792026-04-16T04:09:19.131Z Downloaded fs_extra v1.3.0
8802026-04-16T04:09:19.135Z Downloaded const-random v0.1.18
8812026-04-16T04:09:19.135Z Downloaded ingot-macros v0.1.1
8822026-04-16T04:09:19.135Z Downloaded linked-hash-map v0.5.6
8832026-04-16T04:09:19.139Z Downloaded hubpack_derive v0.1.1
8842026-04-16T04:09:19.139Z Downloaded opaque-debug v0.3.1
8852026-04-16T04:09:19.144Z Downloaded dropshot-api-manager-types v0.7.1
8862026-04-16T04:09:19.144Z Downloaded group v0.13.0
8872026-04-16T04:09:19.144Z Downloaded erased-serde v0.3.31
8882026-04-16T04:09:19.148Z Downloaded foreign-types-shared v0.3.1
8892026-04-16T04:09:19.148Z Downloaded darling v0.23.0
8902026-04-16T04:09:19.151Z Downloaded ff v0.13.1
8912026-04-16T04:09:19.151Z Downloaded byteorder v1.5.0
8922026-04-16T04:09:19.154Z Downloaded crucible-workspace-hack v0.1.0
8932026-04-16T04:09:19.155Z Downloaded cipher v0.4.4
8942026-04-16T04:09:19.159Z Downloaded cpufeatures v0.3.0
8952026-04-16T04:09:19.159Z Downloaded cookie v0.18.1
8962026-04-16T04:09:19.162Z Downloaded csv-core v0.1.13
8972026-04-16T04:09:19.163Z Downloaded cancel-safe-futures v0.1.5
8982026-04-16T04:09:19.167Z Downloaded async-stream-impl v0.3.6
8992026-04-16T04:09:19.167Z Downloaded compression-core v0.4.31
9002026-04-16T04:09:19.173Z Downloaded linear-map v1.2.0
9012026-04-16T04:09:19.173Z Downloaded anyhow v1.0.102
9022026-04-16T04:09:19.177Z Downloaded papergrid v0.17.0
9032026-04-16T04:09:19.177Z Downloaded embedded-io v0.4.0
9042026-04-16T04:09:19.180Z Downloaded defmt-parser v1.0.0
9052026-04-16T04:09:19.180Z Downloaded httpdate v1.0.3
9062026-04-16T04:09:19.180Z Downloaded defmt v0.3.100
9072026-04-16T04:09:19.184Z Downloaded cstr-argument v0.1.2
9082026-04-16T04:09:19.184Z Downloaded const-random-macro v0.1.16
9092026-04-16T04:09:19.184Z Downloaded indexmap v2.13.0
9102026-04-16T04:09:19.187Z Downloaded keccak v0.1.6
9112026-04-16T04:09:19.191Z Downloaded paste v1.0.15
9122026-04-16T04:09:19.191Z Downloaded libsw v3.5.0
9132026-04-16T04:09:19.194Z Downloaded newtype-uuid-macros v0.1.0
9142026-04-16T04:09:19.194Z Downloaded inout v0.1.4
9152026-04-16T04:09:19.198Z Downloaded drift v0.1.3
9162026-04-16T04:09:19.201Z Downloaded memoffset v0.9.1
9172026-04-16T04:09:19.201Z Downloaded git-stub-vcs v0.1.0
9182026-04-16T04:09:19.205Z Downloaded const_format v0.2.35
9192026-04-16T04:09:19.209Z Downloaded num-iter v0.1.45
9202026-04-16T04:09:19.209Z Downloaded dof v0.3.0
9212026-04-16T04:09:19.214Z Downloaded natord v1.0.9
9222026-04-16T04:09:19.214Z Downloaded cobs v0.3.0
9232026-04-16T04:09:19.214Z Downloaded lru-cache v0.1.2
9242026-04-16T04:09:19.214Z Downloaded bit-set v0.8.0
9252026-04-16T04:09:19.218Z Downloaded num-conv v0.2.1
9262026-04-16T04:09:19.218Z Downloaded darling_macro v0.23.0
9272026-04-16T04:09:19.218Z Downloaded crc8 v0.1.1
9282026-04-16T04:09:19.218Z Downloaded match_cfg v0.1.0
9292026-04-16T04:09:19.224Z Downloaded async-trait v0.1.89
9302026-04-16T04:09:19.224Z Downloaded base16ct v1.0.0
9312026-04-16T04:09:19.227Z Downloaded gethostname v0.5.0
9322026-04-16T04:09:19.227Z Downloaded num_enum_derive v0.5.11
9332026-04-16T04:09:19.227Z Downloaded embedded-io v0.6.1
9342026-04-16T04:09:19.227Z Downloaded dtrace-parser v0.2.0
9352026-04-16T04:09:19.231Z Downloaded ingot v0.1.1
9362026-04-16T04:09:19.231Z Downloaded parse-display-derive v0.10.0
9372026-04-16T04:09:19.235Z Downloaded omicron-workspace-hack v0.1.0
9382026-04-16T04:09:19.235Z Downloaded bcs v0.1.6
9392026-04-16T04:09:19.235Z Downloaded newtype_derive v0.1.6
9402026-04-16T04:09:19.235Z Downloaded libsw-core v0.3.2
9412026-04-16T04:09:19.238Z Downloaded fs-err v3.3.0
9422026-04-16T04:09:19.238Z Downloaded heapless v0.8.0
9432026-04-16T04:09:19.243Z Downloaded hyper-rustls v0.27.7
9442026-04-16T04:09:19.246Z Downloaded litemap v0.8.1
9452026-04-16T04:09:19.246Z Downloaded const_format_proc_macros v0.2.34
9462026-04-16T04:09:19.249Z Downloaded parse-display v0.10.0
9472026-04-16T04:09:19.249Z Downloaded progenitor-client v0.11.2
9482026-04-16T04:09:19.253Z Downloaded powerfmt v0.2.0
9492026-04-16T04:09:19.253Z Downloaded olpc-cjson v0.1.4
9502026-04-16T04:09:19.253Z Downloaded argon2 v0.5.3
9512026-04-16T04:09:19.256Z Downloaded proc-macro-crate v3.5.0
9522026-04-16T04:09:19.256Z Downloaded byte-wrapper v0.1.0
9532026-04-16T04:09:19.261Z Downloaded libscf-sys v1.1.0
9542026-04-16T04:09:19.261Z Downloaded potential_utf v0.1.4
9552026-04-16T04:09:19.261Z Downloaded constant_time_eq v0.4.2
9562026-04-16T04:09:19.265Z Downloaded proc-macro-error-attr2 v2.0.0
9572026-04-16T04:09:19.265Z Downloaded progenitor-client v0.10.0
9582026-04-16T04:09:19.265Z Downloaded memmap v0.7.0
9592026-04-16T04:09:19.265Z Downloaded heck v0.4.1
9602026-04-16T04:09:19.268Z Downloaded macaddr v1.0.1
9612026-04-16T04:09:19.268Z Downloaded idna_adapter v1.2.1
9622026-04-16T04:09:19.274Z Downloaded progenitor-macro v0.13.0
9632026-04-16T04:09:19.274Z Downloaded num-derive v0.3.3
9642026-04-16T04:09:19.274Z Downloaded num v0.4.3
9652026-04-16T04:09:19.277Z Downloaded progenitor-macro v0.11.2
9662026-04-16T04:09:19.277Z Downloaded progenitor-macro v0.10.0
9672026-04-16T04:09:19.277Z Downloaded hostname v0.4.2
9682026-04-16T04:09:19.277Z Downloaded newline-converter v0.3.0
9692026-04-16T04:09:19.278Z Downloaded daft-derive v0.1.5
9702026-04-16T04:09:19.281Z Downloaded phf_shared v0.12.1
9712026-04-16T04:09:19.281Z Downloaded chacha20 v0.9.1
9722026-04-16T04:09:19.285Z Downloaded num-derive v0.4.2
9732026-04-16T04:09:19.285Z Downloaded compression-codecs v0.4.37
9742026-04-16T04:09:19.289Z Downloaded defmt v1.0.1
9752026-04-16T04:09:19.293Z Downloaded backoff v0.4.0
9762026-04-16T04:09:19.293Z Downloaded rand_xorshift v0.4.0
9772026-04-16T04:09:19.297Z Downloaded pkg-config v0.3.32
9782026-04-16T04:09:19.297Z Downloaded proc-macro-error-attr v1.0.4
9792026-04-16T04:09:19.297Z Downloaded pretty-hex v0.4.2
9802026-04-16T04:09:19.297Z Downloaded ref-cast-impl v1.0.25
9812026-04-16T04:09:19.300Z Downloaded pem v3.0.6
9822026-04-16T04:09:19.300Z Downloaded ref-cast v1.0.25
9832026-04-16T04:09:19.304Z Downloaded oxide-tokio-rt v0.1.3
9842026-04-16T04:09:19.304Z Downloaded phf v0.12.1
9852026-04-16T04:09:19.304Z Downloaded diff v0.1.13
9862026-04-16T04:09:19.312Z Downloaded num-integer v0.1.46
9872026-04-16T04:09:19.312Z Downloaded indexmap v1.9.3
9882026-04-16T04:09:19.316Z Downloaded bitflags v2.11.0
9892026-04-16T04:09:19.316Z Downloaded console v0.16.3
9902026-04-16T04:09:19.316Z Downloaded rustc_version v0.1.7
9912026-04-16T04:09:19.316Z Downloaded num_enum v0.5.11
9922026-04-16T04:09:19.320Z Downloaded same-file v1.0.6
9932026-04-16T04:09:19.320Z Downloaded bytecount v0.6.9
9942026-04-16T04:09:19.323Z Downloaded poly1305 v0.8.0
9952026-04-16T04:09:19.323Z Downloaded oxnet v0.1.4
9962026-04-16T04:09:19.328Z Downloaded num_enum_derive v0.7.6
9972026-04-16T04:09:19.328Z Downloaded proc-macro-crate v1.3.1
9982026-04-16T04:09:19.328Z Downloaded num_enum v0.7.6
9992026-04-16T04:09:19.384Z Downloaded progenitor v0.11.2
10002026-04-16T04:09:19.384Z Downloaded scroll_derive v0.13.1
10012026-04-16T04:09:19.384Z Downloaded progenitor v0.13.0
10022026-04-16T04:09:19.384Z Downloaded proc-macro-error v1.0.4
10032026-04-16T04:09:19.384Z Downloaded serial_test v3.4.0
10042026-04-16T04:09:19.384Z Downloaded serde_spanned v1.1.0
10052026-04-16T04:09:19.384Z Downloaded serde_repr v0.1.20
10062026-04-16T04:09:19.384Z Downloaded sha1 v0.10.6
10072026-04-16T04:09:19.384Z Downloaded scroll_derive v0.12.1
10082026-04-16T04:09:19.384Z Downloaded serde_plain v1.0.2
10092026-04-16T04:09:19.384Z Downloaded secrecy v0.10.3
10102026-04-16T04:09:19.384Z Downloaded darling_core v0.23.0
10112026-04-16T04:09:19.384Z Downloaded password-hash v0.5.0
10122026-04-16T04:09:19.384Z Downloaded parking_lot_core v0.8.6
10132026-04-16T04:09:19.384Z Downloaded num-complex v0.4.6
10142026-04-16T04:09:19.384Z Downloaded crossbeam-channel v0.5.15
10152026-04-16T04:09:19.384Z Downloaded rand_chacha v0.3.1
10162026-04-16T04:09:19.384Z Downloaded memmap2 v0.9.10
10172026-04-16T04:09:19.385Z Downloaded deranged v0.5.8
10182026-04-16T04:09:19.385Z Downloaded crossbeam-utils v0.8.21
10192026-04-16T04:09:19.385Z Downloaded critical-section v1.2.0
10202026-04-16T04:09:19.385Z Downloaded slog-envlogger v2.2.0
10212026-04-16T04:09:19.385Z Downloaded semver v0.1.20
10222026-04-16T04:09:19.385Z Downloaded blake2 v0.10.6
10232026-04-16T04:09:19.385Z Downloaded arrayvec v0.7.6
10242026-04-16T04:09:19.385Z Downloaded ipnetwork v0.21.1
10252026-04-16T04:09:19.385Z Downloaded icu_provider v2.1.1
10262026-04-16T04:09:19.385Z Downloaded sigpipe v0.1.3
10272026-04-16T04:09:19.385Z Downloaded pest_derive v2.8.6
10282026-04-16T04:09:19.394Z Downloaded quick-error v1.2.3
10292026-04-16T04:09:19.394Z Downloaded serde-big-array v0.5.1
10302026-04-16T04:09:19.394Z Downloaded icu_normalizer_data v2.1.1
10312026-04-16T04:09:19.394Z Downloaded rustls-pemfile v2.2.0
10322026-04-16T04:09:19.394Z Downloaded resolv-conf v0.7.6
10332026-04-16T04:09:19.394Z Downloaded strum v0.27.2
10342026-04-16T04:09:19.394Z Downloaded rustls-native-certs v0.8.3
10352026-04-16T04:09:19.394Z Downloaded serial_test_derive v3.4.0
10362026-04-16T04:09:19.394Z Downloaded rand_core v0.10.0
10372026-04-16T04:09:19.394Z Downloaded strum v0.26.3
10382026-04-16T04:09:19.394Z Downloaded clap v4.6.0
10392026-04-16T04:09:19.399Z Downloaded siphasher v1.0.2
10402026-04-16T04:09:19.399Z Downloaded rusty-fork v0.3.1
10412026-04-16T04:09:19.399Z Downloaded rustversion v1.0.22
10422026-04-16T04:09:19.399Z Downloaded parking_lot v0.11.2
10432026-04-16T04:09:19.399Z Downloaded tabled_derive v0.11.0
10442026-04-16T04:09:19.399Z Downloaded schemars_derive v0.8.22
10452026-04-16T04:09:19.402Z Downloaded sdd v3.0.10
10462026-04-16T04:09:19.402Z Downloaded progenitor-extras v0.1.1
10472026-04-16T04:09:19.402Z Downloaded termtree v0.5.1
10482026-04-16T04:09:19.402Z Downloaded tabled_derive v0.7.0
10492026-04-16T04:09:19.406Z Downloaded scroll v0.13.0
10502026-04-16T04:09:19.406Z Downloaded scroll v0.12.0
10512026-04-16T04:09:19.406Z Downloaded postcard v1.1.3
10522026-04-16T04:09:19.409Z Downloaded crossbeam-epoch v0.9.18
10532026-04-16T04:09:19.409Z Downloaded time-core v0.1.8
10542026-04-16T04:09:19.413Z Downloaded thread-id v5.1.0
10552026-04-16T04:09:19.413Z Downloaded take_mut v0.2.2
10562026-04-16T04:09:19.413Z Downloaded hubpack v0.1.2
10572026-04-16T04:09:19.413Z Downloaded progenitor-client v0.13.0
10582026-04-16T04:09:19.413Z Downloaded progenitor v0.10.0
10592026-04-16T04:09:19.419Z Downloaded structmeta-derive v0.3.0
10602026-04-16T04:09:19.419Z Downloaded structmeta v0.3.0
10612026-04-16T04:09:19.419Z Downloaded spin v0.5.2
10622026-04-16T04:09:19.422Z Downloaded proc-macro-error2 v2.0.1
10632026-04-16T04:09:19.422Z Downloaded num-rational v0.4.2
10642026-04-16T04:09:19.422Z Downloaded clap_derive v4.6.0
10652026-04-16T04:09:19.422Z Downloaded allocator-api2 v0.2.21
10662026-04-16T04:09:19.426Z Downloaded testing_table v0.3.0
10672026-04-16T04:09:19.426Z Downloaded elliptic-curve v0.13.8
10682026-04-16T04:09:19.429Z Downloaded dropshot_endpoint v0.17.0
10692026-04-16T04:09:19.429Z Downloaded slog-scope v4.4.1
10702026-04-16T04:09:19.433Z Downloaded slog-json v2.6.1
10712026-04-16T04:09:19.433Z Downloaded omicron-zone-package v0.12.2
10722026-04-16T04:09:19.433Z Downloaded tabwriter v1.4.1
10732026-04-16T04:09:19.436Z Downloaded serde_derive_internals v0.29.1
10742026-04-16T04:09:19.436Z Downloaded papergrid v0.11.0
10752026-04-16T04:09:19.441Z Downloaded backon v1.6.0
10762026-04-16T04:09:19.441Z Downloaded stable_deref_trait v1.2.1
10772026-04-16T04:09:19.445Z Downloaded icu_properties v2.1.2
10782026-04-16T04:09:19.445Z Downloaded dropshot_endpoint v0.16.7
10792026-04-16T04:09:19.445Z Downloaded darling v0.21.3
10802026-04-16T04:09:19.449Z Downloaded slog-bunyan v2.5.0
10812026-04-16T04:09:19.449Z Downloaded smawk v0.3.2
10822026-04-16T04:09:19.452Z Downloaded smf v0.2.3
10832026-04-16T04:09:19.452Z Downloaded smartstring v1.0.1
10842026-04-16T04:09:19.452Z Downloaded instant v0.1.13
10852026-04-16T04:09:19.452Z Downloaded num_threads v0.1.7
10862026-04-16T04:09:19.456Z Downloaded fxhash v0.2.1
10872026-04-16T04:09:19.456Z Downloaded derive-ex v0.1.8
10882026-04-16T04:09:19.456Z Downloaded unit-prefix v0.5.2
10892026-04-16T04:09:19.456Z Downloaded typify-macro v0.4.3
10902026-04-16T04:09:19.460Z Downloaded topological-sort v0.2.2
10912026-04-16T04:09:19.460Z Downloaded plain v0.2.3
10922026-04-16T04:09:19.460Z Downloaded pest_generator v2.8.6
10932026-04-16T04:09:19.460Z Downloaded derive_more v0.99.20
10942026-04-16T04:09:19.464Z Downloaded slog-stdlog v4.1.1
10952026-04-16T04:09:19.464Z Downloaded synstructure v0.13.2
10962026-04-16T04:09:19.464Z Downloaded displaydoc v0.2.5
10972026-04-16T04:09:19.467Z Downloaded unarray v0.1.4
10982026-04-16T04:09:19.467Z Downloaded cc v1.2.58
10992026-04-16T04:09:19.471Z Downloaded defmt-macros v1.0.1
11002026-04-16T04:09:19.471Z Downloaded universal-hash v0.5.1
11012026-04-16T04:09:19.471Z Downloaded tagptr v0.2.0
11022026-04-16T04:09:19.475Z Downloaded async-recursion v1.1.1
11032026-04-16T04:09:19.475Z Downloaded usdt-attr-macro v0.6.0
11042026-04-16T04:09:19.478Z Downloaded untrusted v0.7.1
11052026-04-16T04:09:19.478Z Downloaded slog-term v2.9.2
11062026-04-16T04:09:19.478Z Downloaded thread-id v4.2.2
11072026-04-16T04:09:19.478Z Downloaded tokio-dtrace v0.1.1
11082026-04-16T04:09:19.482Z Downloaded time-macros v0.2.27
11092026-04-16T04:09:19.482Z Downloaded progenitor-impl v0.11.2
11102026-04-16T04:09:19.482Z Downloaded ingot-types v0.1.2
11112026-04-16T04:09:19.486Z Downloaded hmac v0.12.1
11122026-04-16T04:09:19.486Z Downloaded usdt-macro v0.5.0
11132026-04-16T04:09:19.486Z Downloaded waitgroup v0.1.2
11142026-04-16T04:09:19.486Z Downloaded utf-8 v0.7.6
11152026-04-16T04:09:19.489Z Downloaded progenitor-impl v0.10.0
11162026-04-16T04:09:19.489Z Downloaded strum_macros v0.27.2
11172026-04-16T04:09:19.489Z Downloaded serde_with_macros v3.18.0
11182026-04-16T04:09:19.493Z Downloaded serde_tokenstream v0.2.3
11192026-04-16T04:09:19.493Z Downloaded usdt v0.5.0
11202026-04-16T04:09:19.493Z Downloaded tinystr v0.8.2
11212026-04-16T04:09:19.497Z Downloaded usdt-macro v0.6.0
11222026-04-16T04:09:19.497Z Downloaded usdt-attr-macro v0.5.0
11232026-04-16T04:09:19.497Z Downloaded progenitor-impl v0.13.0
11242026-04-16T04:09:19.497Z Downloaded dunce v1.0.5
11252026-04-16T04:09:19.500Z Downloaded ident_case v1.0.1
11262026-04-16T04:09:19.501Z Downloaded dtrace-parser v0.3.0
11272026-04-16T04:09:19.501Z Downloaded snafu-derive v0.8.9
11282026-04-16T04:09:19.501Z Downloaded arc-swap v1.9.0
11292026-04-16T04:09:19.504Z Downloaded crypto-bigint v0.5.5
11302026-04-16T04:09:19.508Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11312026-04-16T04:09:19.508Z Downloaded zeroize_derive v1.4.3
11322026-04-16T04:09:19.508Z Downloaded tokio-tungstenite v0.21.0
11332026-04-16T04:09:19.512Z Downloaded tokio-rustls v0.25.0
11342026-04-16T04:09:19.512Z Downloaded slog-dtrace v0.3.0
11352026-04-16T04:09:19.512Z Downloaded arrayref v0.3.9
11362026-04-16T04:09:19.512Z Downloaded hash32 v0.3.1
11372026-04-16T04:09:19.515Z Downloaded zone_cfg_derive v0.3.1
11382026-04-16T04:09:19.515Z Downloaded wait-timeout v0.2.1
11392026-04-16T04:09:19.515Z Downloaded usdt v0.6.0
11402026-04-16T04:09:19.515Z Downloaded git-stub v1.0.0
11412026-04-16T04:09:19.515Z Downloaded thiserror-no-std v2.0.2
11422026-04-16T04:09:19.519Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11432026-04-16T04:09:19.519Z Downloaded icu_collections v2.1.1
11442026-04-16T04:09:19.523Z Downloaded tiny-keccak v2.0.2
11452026-04-16T04:09:19.527Z Downloaded zerofrom-derive v0.1.6
11462026-04-16T04:09:19.527Z Downloaded zerofrom v0.1.6
11472026-04-16T04:09:19.527Z Downloaded yoke-derive v0.8.1
11482026-04-16T04:09:19.527Z Downloaded toml_writer v1.1.0+spec-1.1.0
11492026-04-16T04:09:19.531Z Downloaded strum_macros v0.26.4
11502026-04-16T04:09:19.531Z Downloaded darling_core v0.21.3
11512026-04-16T04:09:19.534Z Downloaded schemars v0.8.22
11522026-04-16T04:09:19.538Z Downloaded typify-macro v0.6.1
11532026-04-16T04:09:19.541Z Downloaded term v1.2.1
11542026-04-16T04:09:19.541Z Downloaded rhai_codegen v3.1.0
11552026-04-16T04:09:19.548Z Downloaded xz2 v0.1.7
11562026-04-16T04:09:19.551Z Downloaded base64 v0.21.7
11572026-04-16T04:09:19.551Z Downloaded vsss-rs v3.3.4
11582026-04-16T04:09:19.551Z Downloaded usdt-impl v0.5.0
11592026-04-16T04:09:19.551Z Downloaded spin v0.9.8
11602026-04-16T04:09:19.555Z Downloaded prettyplease v0.2.37
11612026-04-16T04:09:19.555Z Downloaded half v2.7.1
11622026-04-16T04:09:19.559Z Downloaded rustls-platform-verifier v0.6.2
11632026-04-16T04:09:19.560Z Downloaded icu_locale_core v2.1.1
11642026-04-16T04:09:19.563Z Downloaded pest_meta v2.8.6
11652026-04-16T04:09:19.567Z Downloaded openssl-sys v0.9.112
11662026-04-16T04:09:19.570Z Downloaded slog v2.8.2
11672026-04-16T04:09:19.570Z Downloaded indicatif v0.18.4
11682026-04-16T04:09:19.575Z Downloaded slog-async v2.8.0
11692026-04-16T04:09:19.575Z Downloaded thiserror-impl-no-std v2.0.2
11702026-04-16T04:09:19.575Z Downloaded icu_normalizer v2.1.1
11712026-04-16T04:09:19.582Z Downloaded colored v3.1.1
11722026-04-16T04:09:19.582Z Downloaded hickory-resolver v0.24.4
11732026-04-16T04:09:19.586Z Downloaded serde_yaml v0.9.34+deprecated
11742026-04-16T04:09:19.587Z Downloaded pretty_assertions v1.4.1
11752026-04-16T04:09:19.587Z Downloaded async-compression v0.4.41
11762026-04-16T04:09:19.592Z Downloaded zerocopy-derive v0.7.35
11772026-04-16T04:09:19.592Z Downloaded fixedbitset v0.4.2
11782026-04-16T04:09:19.592Z Downloaded whoami v1.6.1
11792026-04-16T04:09:19.592Z Downloaded usdt-impl v0.6.0
11802026-04-16T04:09:19.597Z Downloaded hickory-resolver v0.25.2
11812026-04-16T04:09:19.597Z Downloaded ciborium-ll v0.2.2
11822026-04-16T04:09:19.597Z Downloaded internet-checksum v0.2.1
11832026-04-16T04:09:19.600Z Downloaded foreign-types-macros v0.2.3
11842026-04-16T04:09:19.600Z Downloaded fastrand v2.3.0
11852026-04-16T04:09:19.600Z Downloaded rayon-core v1.13.0
11862026-04-16T04:09:19.600Z Downloaded yoke v0.8.1
11872026-04-16T04:09:19.603Z Downloaded toml v0.9.12+spec-1.1.0
11882026-04-16T04:09:19.606Z Downloaded similar v2.7.0
11892026-04-16T04:09:19.610Z Downloaded zone v0.3.1
11902026-04-16T04:09:19.610Z Downloaded zerovec-derive v0.11.2
11912026-04-16T04:09:19.610Z Downloaded enum-as-inner v0.6.1
11922026-04-16T04:09:19.610Z Downloaded darling_macro v0.21.3
11932026-04-16T04:09:19.613Z Downloaded crunchy v0.2.4
11942026-04-16T04:09:19.613Z Downloaded convert_case v0.4.0
11952026-04-16T04:09:19.613Z Downloaded ciborium-io v0.2.2
11962026-04-16T04:09:19.613Z Downloaded async-stream v0.3.6
11972026-04-16T04:09:19.613Z Downloaded cmake v0.1.58
11982026-04-16T04:09:19.613Z Downloaded ucd-trie v0.1.7
11992026-04-16T04:09:19.613Z Downloaded toml_parser v1.1.0+spec-1.1.0
12002026-04-16T04:09:19.617Z Downloaded schemars v0.9.0
12012026-04-16T04:09:19.622Z Downloaded unsafe-libyaml v0.2.11
12022026-04-16T04:09:19.629Z Downloaded thin-vec v0.2.14
12032026-04-16T04:09:19.629Z Downloaded test-strategy v0.4.5
12042026-04-16T04:09:19.633Z Downloaded jiff-static v0.2.23
12052026-04-16T04:09:19.633Z Downloaded rand v0.10.1
12062026-04-16T04:09:19.633Z Downloaded dropshot-api-manager v0.7.1
12072026-04-16T04:09:19.633Z Downloaded qorb v0.4.1
12082026-04-16T04:09:19.636Z Downloaded toml_edit v0.25.8+spec-1.1.0
12092026-04-16T04:09:19.641Z Downloaded writeable v0.6.2
12102026-04-16T04:09:19.641Z Downloaded walkdir v2.5.0
12112026-04-16T04:09:19.644Z Downloaded rand v0.8.5
12122026-04-16T04:09:19.644Z Downloaded rustls-webpki v0.103.10
12132026-04-16T04:09:19.644Z Downloaded nom v7.1.3
12142026-04-16T04:09:19.648Z Downloaded minimal-lexical v0.2.1
12152026-04-16T04:09:19.651Z Downloaded base16ct v0.2.0
12162026-04-16T04:09:19.651Z Downloaded typify v0.6.1
12172026-04-16T04:09:19.655Z Downloaded hashbrown v0.12.3
12182026-04-16T04:09:19.658Z Downloaded expectorate v1.2.0
12192026-04-16T04:09:19.658Z Downloaded tungstenite v0.21.0
12202026-04-16T04:09:19.662Z Downloaded toml v0.7.8
12212026-04-16T04:09:19.666Z Downloaded typify v0.4.3
12222026-04-16T04:09:19.669Z Downloaded pest v2.8.6
12232026-04-16T04:09:19.675Z Downloaded toml v1.1.0+spec-1.1.0
12242026-04-16T04:09:19.678Z Downloaded rand v0.9.2
12252026-04-16T04:09:19.682Z Downloaded zerotrie v0.2.3
12262026-04-16T04:09:19.686Z Downloaded schemars v1.2.1
12272026-04-16T04:09:19.694Z Downloaded snafu v0.8.9
12282026-04-16T04:09:19.701Z Downloaded steno v0.4.1
12292026-04-16T04:09:19.714Z Downloaded toml_edit v0.19.15
12302026-04-16T04:09:19.722Z Downloaded goblin v0.8.2
12312026-04-16T04:09:19.726Z Downloaded blake3 v1.8.4
12322026-04-16T04:09:19.732Z Downloaded aws-lc-rs v1.16.2
12332026-04-16T04:09:19.736Z Downloaded yansi v1.0.1
12342026-04-16T04:09:19.739Z Downloaded libm v0.2.16
12352026-04-16T04:09:19.743Z Downloaded zerocopy-derive v0.8.48
12362026-04-16T04:09:19.749Z Downloaded scc v2.4.0
12372026-04-16T04:09:19.752Z Downloaded itertools v0.12.1
12382026-04-16T04:09:19.756Z Downloaded iddqd v0.3.17
12392026-04-16T04:09:19.759Z Downloaded rayon v1.11.0
12402026-04-16T04:09:19.764Z Downloaded nom v8.0.0
12412026-04-16T04:09:19.770Z Downloaded icu_properties_data v2.1.2
12422026-04-16T04:09:19.775Z Downloaded zerovec v0.11.5
12432026-04-16T04:09:19.780Z Downloaded hashbrown v0.16.1
12442026-04-16T04:09:19.783Z Downloaded hkdf v0.12.4
12452026-04-16T04:09:19.786Z Downloaded goblin v0.10.5
12462026-04-16T04:09:19.790Z Downloaded zerocopy v0.7.35
12472026-04-16T04:09:19.800Z Downloaded typed-path v0.9.3
12482026-04-16T04:09:19.803Z Downloaded reqwest v0.13.2
12492026-04-16T04:09:19.806Z Downloaded rustls-webpki v0.102.8
12502026-04-16T04:09:19.817Z Downloaded proptest v1.11.0
12512026-04-16T04:09:19.821Z Downloaded tough v0.20.0
12522026-04-16T04:09:19.827Z Downloaded serde_with v3.18.0
12532026-04-16T04:09:19.834Z Downloaded winnow v0.5.40
12542026-04-16T04:09:19.839Z Downloaded tabled v0.15.0
12552026-04-16T04:09:19.849Z Downloaded time v0.3.47
12562026-04-16T04:09:19.876Z Downloaded openssl v0.10.76
12572026-04-16T04:09:19.882Z Downloaded tabled v0.20.0
12582026-04-16T04:09:19.896Z Downloaded syn v1.0.109
12592026-04-16T04:09:19.900Z Downloaded moka v0.12.15
12602026-04-16T04:09:19.921Z Downloaded nix v0.31.2
12612026-04-16T04:09:19.927Z Downloaded smoltcp v0.11.0
12622026-04-16T04:09:19.933Z Downloaded rustls v0.22.4
12632026-04-16T04:09:19.942Z Downloaded hickory-proto v0.24.4
12642026-04-16T04:09:19.952Z Downloaded rhai v1.24.0
12652026-04-16T04:09:19.957Z Downloaded hickory-proto v0.25.2
12662026-04-16T04:09:19.967Z Downloaded dropshot v0.16.7
12672026-04-16T04:09:19.979Z Downloaded rustls v0.23.37
12682026-04-16T04:09:19.987Z Downloaded dropshot v0.17.0
12692026-04-16T04:09:19.999Z Downloaded regress v0.10.5
12702026-04-16T04:09:20.003Z Downloaded openapiv3 v2.2.0
12712026-04-16T04:09:20.008Z Downloaded typify-impl v0.6.1
12722026-04-16T04:09:20.015Z Downloaded typify-impl v0.4.3
12732026-04-16T04:09:20.023Z Downloaded sled v0.34.7
12742026-04-16T04:09:20.070Z Downloaded petgraph v0.6.5
12752026-04-16T04:09:20.080Z Downloaded lzma-sys v0.1.20
12762026-04-16T04:09:20.097Z Downloaded jiff v0.2.23
12772026-04-16T04:09:20.107Z Downloaded chrono-tz v0.10.4
12782026-04-16T04:09:20.118Z Downloaded sha3 v0.10.8
12792026-04-16T04:09:20.122Z Downloaded csv v1.4.0
12802026-04-16T04:09:20.159Z Downloaded encoding_rs v0.8.35
12812026-04-16T04:09:20.718Z Downloaded aws-lc-sys v0.39.1
12822026-04-16T04:09:21.608Z Compiling proc-macro2 v1.0.106
12832026-04-16T04:09:21.608Z Compiling quote v1.0.45
12842026-04-16T04:09:21.608Z Compiling unicode-ident v1.0.24
12852026-04-16T04:09:21.609Z Compiling serde_core v1.0.228
12862026-04-16T04:09:21.609Z Compiling cfg-if v1.0.4
12872026-04-16T04:09:21.616Z Compiling serde v1.0.228
12882026-04-16T04:09:21.616Z Compiling libc v0.2.185
12892026-04-16T04:09:21.616Z Compiling memchr v2.8.0
12902026-04-16T04:09:21.844Z Compiling itoa v1.0.18
12912026-04-16T04:09:22.044Z Compiling zmij v1.0.21
12922026-04-16T04:09:22.084Z Compiling autocfg v1.5.0
12932026-04-16T04:09:22.099Z Compiling version_check v0.9.5
12942026-04-16T04:09:22.375Z Compiling libm v0.2.16
12952026-04-16T04:09:22.430Z Compiling stable_deref_trait v1.2.1
12962026-04-16T04:09:22.471Z Compiling pin-project-lite v0.2.17
12972026-04-16T04:09:22.502Z Compiling litemap v0.8.1
12982026-04-16T04:09:22.557Z Compiling writeable v0.6.2
12992026-04-16T04:09:22.567Z Compiling icu_normalizer_data v2.1.1
13002026-04-16T04:09:22.637Z Compiling icu_properties_data v2.1.2
13012026-04-16T04:09:22.685Z Compiling percent-encoding v2.3.2
13022026-04-16T04:09:22.696Z Compiling scopeguard v1.2.0
13032026-04-16T04:09:22.805Z Compiling iana-time-zone v0.1.65
13042026-04-16T04:09:22.869Z Compiling equivalent v1.0.2
13052026-04-16T04:09:22.891Z Compiling parking_lot_core v0.9.12
13062026-04-16T04:09:22.952Z Compiling syn v2.0.117
13072026-04-16T04:09:23.010Z Compiling lock_api v0.4.14
13082026-04-16T04:09:23.025Z Compiling allocator-api2 v0.2.21
13092026-04-16T04:09:23.052Z Compiling foldhash v0.2.0
13102026-04-16T04:09:23.137Z Compiling form_urlencoded v1.2.2
13112026-04-16T04:09:23.168Z Compiling utf8_iter v1.0.4
13122026-04-16T04:09:23.240Z Compiling serde_json v1.0.149
13132026-04-16T04:09:23.289Z Compiling dyn-clone v1.0.20
13142026-04-16T04:09:23.311Z Compiling num-traits v0.2.19
13152026-04-16T04:09:23.321Z Compiling hashbrown v0.16.1
13162026-04-16T04:09:23.360Z Compiling log v0.4.29
13172026-04-16T04:09:23.428Z Compiling jobserver v0.1.34
13182026-04-16T04:09:23.482Z Compiling shlex v1.3.0
13192026-04-16T04:09:23.544Z Compiling find-msvc-tools v0.1.9
13202026-04-16T04:09:23.668Z Compiling zerocopy v0.8.48
13212026-04-16T04:09:23.755Z Compiling cc v1.2.58
13222026-04-16T04:09:23.781Z Compiling futures-core v0.3.32
13232026-04-16T04:09:23.933Z Compiling semver v1.0.28
13242026-04-16T04:09:23.954Z Compiling errno v0.3.14
13252026-04-16T04:09:24.063Z Compiling rand_core v0.10.0
13262026-04-16T04:09:24.095Z Compiling getrandom v0.4.2
13272026-04-16T04:09:24.107Z Compiling thiserror v2.0.18
13282026-04-16T04:09:24.223Z Compiling indexmap v2.13.0
13292026-04-16T04:09:24.342Z Compiling futures-sink v0.3.32
13302026-04-16T04:09:24.444Z Compiling heck v0.5.0
13312026-04-16T04:09:24.550Z Compiling slab v0.4.12
13322026-04-16T04:09:24.654Z Compiling fnv v1.0.7
13332026-04-16T04:09:24.708Z Compiling uuid v1.23.0
13342026-04-16T04:09:24.727Z Compiling futures-channel v0.3.32
13352026-04-16T04:09:24.747Z Compiling portable-atomic v1.13.1
13362026-04-16T04:09:24.875Z Compiling futures-task v0.3.32
13372026-04-16T04:09:24.949Z Compiling rustversion v1.0.22
13382026-04-16T04:09:25.035Z Compiling futures-io v0.3.32
13392026-04-16T04:09:25.048Z Compiling typenum v1.19.0
13402026-04-16T04:09:25.112Z Compiling schemars v0.8.22
13412026-04-16T04:09:25.124Z Compiling socket2 v0.6.3
13422026-04-16T04:09:25.198Z Compiling getrandom v0.2.17
13432026-04-16T04:09:25.362Z Compiling critical-section v1.2.0
13442026-04-16T04:09:25.374Z Compiling signal-hook-registry v1.4.8
13452026-04-16T04:09:25.450Z Compiling mio v1.2.0
13462026-04-16T04:09:25.461Z Compiling bitflags v2.11.0
13472026-04-16T04:09:25.566Z Compiling subtle v2.6.1
13482026-04-16T04:09:25.664Z Compiling once_cell v1.21.4
13492026-04-16T04:09:25.696Z Compiling byteorder v1.5.0
13502026-04-16T04:09:25.727Z Compiling untrusted v0.9.0
13512026-04-16T04:09:25.736Z Compiling base64 v0.22.1
13522026-04-16T04:09:25.843Z Compiling synstructure v0.13.2
13532026-04-16T04:09:25.869Z Compiling serde_derive_internals v0.29.1
13542026-04-16T04:09:25.873Z Compiling rand_core v0.6.4
13552026-04-16T04:09:25.916Z Compiling cmake v0.1.58
13562026-04-16T04:09:25.950Z Compiling dunce v1.0.5
13572026-04-16T04:09:25.961Z Compiling fs_extra v1.3.0
13582026-04-16T04:09:26.039Z Compiling strsim v0.11.1
13592026-04-16T04:09:26.072Z Compiling regex-syntax v0.8.10
13602026-04-16T04:09:26.102Z Compiling ipnet v2.12.0
13612026-04-16T04:09:26.209Z Compiling rustix v1.1.4
13622026-04-16T04:09:26.248Z Compiling aws-lc-sys v0.39.1
13632026-04-16T04:09:26.346Z Compiling httparse v1.10.1
13642026-04-16T04:09:26.431Z Compiling atomic-waker v1.1.2
13652026-04-16T04:09:26.552Z Compiling slog v2.8.2
13662026-04-16T04:09:26.607Z Compiling generic-array v0.14.7
13672026-04-16T04:09:26.633Z Compiling thiserror v1.0.69
13682026-04-16T04:09:26.724Z Compiling ucd-trie v0.1.7
13692026-04-16T04:09:26.771Z Compiling tower-layer v0.3.3
13702026-04-16T04:09:26.782Z Compiling tower-service v0.3.3
13712026-04-16T04:09:26.821Z Compiling getrandom v0.3.4
13722026-04-16T04:09:26.873Z Compiling pest v2.8.6
13732026-04-16T04:09:27.056Z Compiling serde_derive v1.0.228
13742026-04-16T04:09:27.091Z Compiling zerofrom-derive v0.1.6
13752026-04-16T04:09:27.134Z Compiling yoke-derive v0.8.1
13762026-04-16T04:09:27.164Z Compiling zerovec-derive v0.11.2
13772026-04-16T04:09:27.191Z Compiling displaydoc v0.2.5
13782026-04-16T04:09:27.314Z Compiling tokio-macros v2.7.0
13792026-04-16T04:09:27.953Z Compiling schemars_derive v0.8.22
13802026-04-16T04:09:28.055Z Compiling zerocopy-derive v0.8.48
13812026-04-16T04:09:28.192Z Compiling thiserror-impl v2.0.18
13822026-04-16T04:09:28.202Z Compiling zeroize_derive v1.4.3
13832026-04-16T04:09:28.259Z Compiling futures-macro v0.3.32
13842026-04-16T04:09:28.301Z Compiling zerofrom v0.1.6
13852026-04-16T04:09:28.426Z Compiling yoke v0.8.1
13862026-04-16T04:09:28.614Z Compiling zerovec v0.11.5
13872026-04-16T04:09:28.770Z Compiling zerotrie v0.2.3
13882026-04-16T04:09:28.874Z Compiling zeroize v1.8.2
13892026-04-16T04:09:29.068Z Compiling tinystr v0.8.2
13902026-04-16T04:09:29.080Z Compiling potential_utf v0.1.4
13912026-04-16T04:09:29.095Z Compiling futures-util v0.3.32
13922026-04-16T04:09:29.188Z Compiling icu_collections v2.1.1
13932026-04-16T04:09:29.233Z Compiling icu_locale_core v2.1.1
13942026-04-16T04:09:29.265Z Compiling thiserror-impl v1.0.69
13952026-04-16T04:09:29.509Z Compiling try-lock v0.2.5
13962026-04-16T04:09:29.614Z Compiling want v0.3.1
13972026-04-16T04:09:29.782Z Compiling pest_meta v2.8.6
13982026-04-16T04:09:30.156Z Compiling icu_provider v2.1.1
13992026-04-16T04:09:30.173Z Compiling httpdate v1.0.3
14002026-04-16T04:09:30.271Z Compiling bytes v1.11.1
14012026-04-16T04:09:30.401Z Compiling smallvec v1.15.1
14022026-04-16T04:09:30.411Z Compiling icu_properties v2.1.2
14032026-04-16T04:09:30.452Z Compiling chrono v0.4.44
14042026-04-16T04:09:30.624Z Compiling icu_normalizer v2.1.1
14052026-04-16T04:09:31.045Z Compiling http v1.4.0
14062026-04-16T04:09:31.207Z Compiling parking_lot v0.12.5
14072026-04-16T04:09:31.218Z Compiling serde_tokenstream v0.2.3
14082026-04-16T04:09:31.366Z Compiling idna_adapter v1.2.1
14092026-04-16T04:09:31.488Z Compiling idna v1.1.0
14102026-04-16T04:09:31.513Z Compiling tokio v1.52.0
14112026-04-16T04:09:31.560Z Compiling erased-serde v0.3.31
14122026-04-16T04:09:31.704Z Compiling http-body v1.0.1
14132026-04-16T04:09:31.852Z Compiling url v2.5.8
14142026-04-16T04:09:31.943Z Compiling ryu v1.0.23
14152026-04-16T04:09:32.065Z Compiling pest_generator v2.8.6
14162026-04-16T04:09:32.136Z Compiling pretty-hex v0.4.2
14172026-04-16T04:09:32.270Z Compiling plain v0.2.3
14182026-04-16T04:09:32.322Z Compiling ppv-lite86 v0.2.21
14192026-04-16T04:09:32.496Z Compiling paste v1.0.15
14202026-04-16T04:09:32.501Z Compiling crypto-common v0.1.7
14212026-04-16T04:09:32.604Z Compiling ident_case v1.0.1
14222026-04-16T04:09:32.637Z Compiling omicron-workspace-hack v0.1.0
14232026-04-16T04:09:32.683Z Compiling pest_derive v2.8.6
14242026-04-16T04:09:32.721Z Compiling tracing-attributes v0.1.31
14252026-04-16T04:09:32.741Z Compiling tracing-core v0.1.36
14262026-04-16T04:09:32.922Z Compiling serde_urlencoded v0.7.1
14272026-04-16T04:09:33.167Z Compiling http-body-util v0.1.3
14282026-04-16T04:09:33.213Z Compiling ipnetwork v0.21.1
14292026-04-16T04:09:33.278Z Compiling daft-derive v0.1.5
14302026-04-16T04:09:33.350Z Compiling sync_wrapper v1.0.2
14312026-04-16T04:09:33.405Z Compiling fastrand v2.3.0
14322026-04-16T04:09:33.454Z Compiling aho-corasick v1.1.4
14332026-04-16T04:09:33.668Z Compiling winnow v1.0.1
14342026-04-16T04:09:33.676Z Compiling rustls-pki-types v1.14.0
14352026-04-16T04:09:33.871Z Compiling async-trait v0.1.89
14362026-04-16T04:09:33.942Z Compiling tracing v0.1.44
14372026-04-16T04:09:34.016Z Compiling scroll_derive v0.13.1
14382026-04-16T04:09:34.149Z Compiling ring v0.17.14
14392026-04-16T04:09:34.399Z Compiling regex-automata v0.4.14
14402026-04-16T04:09:34.643Z Compiling anyhow v1.0.102
14412026-04-16T04:09:34.726Z Compiling num-conv v0.2.1
14422026-04-16T04:09:34.827Z Compiling time-core v0.1.8
14432026-04-16T04:09:34.830Z Compiling iri-string v0.7.12
14442026-04-16T04:09:34.847Z Compiling cpufeatures v0.2.17
14452026-04-16T04:09:34.864Z Compiling powerfmt v0.2.0
14462026-04-16T04:09:34.911Z Compiling scroll v0.13.0
14472026-04-16T04:09:34.968Z Compiling time-macros v0.2.27
14482026-04-16T04:09:35.063Z Compiling deranged v0.5.8
14492026-04-16T04:09:35.332Z Compiling block-buffer v0.10.4
14502026-04-16T04:09:35.478Z Compiling hex v0.4.3
14512026-04-16T04:09:35.725Z Compiling num_threads v0.1.7
14522026-04-16T04:09:35.824Z Compiling digest v0.10.7
14532026-04-16T04:09:36.002Z Compiling tokio-util v0.7.18
14542026-04-16T04:09:36.030Z Compiling regex v1.12.3
14552026-04-16T04:09:36.487Z Compiling goblin v0.10.5
14562026-04-16T04:09:36.502Z Compiling oxnet v0.1.4
14572026-04-16T04:09:36.906Z Compiling camino v1.2.2
14582026-04-16T04:09:37.134Z Compiling usdt-impl v0.6.0
14592026-04-16T04:09:37.310Z Compiling openssl-probe v0.2.1
14602026-04-16T04:09:37.494Z Compiling dtrace-parser v0.3.0
14612026-04-16T04:09:37.794Z Compiling futures-executor v0.3.32
14622026-04-16T04:09:38.195Z Compiling crossbeam-utils v0.8.21
14632026-04-16T04:09:38.273Z Compiling h2 v0.4.13
14642026-04-16T04:09:38.370Z Compiling structmeta-derive v0.3.0
14652026-04-16T04:09:38.502Z Compiling regress v0.10.5
14662026-04-16T04:09:38.512Z Compiling thread-id v5.1.0
14672026-04-16T04:09:38.587Z Compiling rustls v0.22.4
14682026-04-16T04:09:38.789Z Compiling syn v1.0.109
14692026-04-16T04:09:39.277Z Compiling dof v0.4.0
14702026-04-16T04:09:39.376Z Compiling structmeta v0.3.0
14712026-04-16T04:09:39.576Z Compiling futures v0.3.32
14722026-04-16T04:09:39.616Z Compiling rand_core v0.9.5
14732026-04-16T04:09:39.651Z Compiling darling_core v0.23.0
14742026-04-16T04:09:39.830Z Compiling newtype-uuid-macros v0.1.0
14752026-04-16T04:09:40.628Z Compiling hyper v1.9.0
14762026-04-16T04:09:41.325Z Compiling thread_local v1.1.9
14772026-04-16T04:09:41.336Z Compiling aws-lc-rs v1.16.2
14782026-04-16T04:09:41.346Z Compiling match_cfg v0.1.0
14792026-04-16T04:09:41.387Z Compiling winnow v0.7.15
14802026-04-16T04:09:41.545Z Compiling newtype-uuid v1.3.2
14812026-04-16T04:09:41.740Z Compiling darling_macro v0.23.0
14822026-04-16T04:09:41.818Z Compiling hyper-util v0.1.20
14832026-04-16T04:09:41.882Z Compiling quick-error v1.2.3
14842026-04-16T04:09:41.987Z Compiling ref-cast v1.0.25
14852026-04-16T04:09:42.348Z Compiling slog-async v2.8.0
14862026-04-16T04:09:42.361Z Compiling darling v0.23.0
14872026-04-16T04:09:42.410Z Compiling daft v0.1.5
14882026-04-16T04:09:42.422Z Compiling usdt-attr-macro v0.6.0
14892026-04-16T04:09:42.435Z Compiling usdt-macro v0.6.0
14902026-04-16T04:09:42.666Z Compiling rand_chacha v0.9.0
14912026-04-16T04:09:42.678Z Compiling strum_macros v0.26.4
14922026-04-16T04:09:42.943Z Compiling ref-cast-impl v1.0.25
14932026-04-16T04:09:43.108Z Compiling serde_spanned v1.1.0
14942026-04-16T04:09:43.264Z Compiling toml_datetime v0.7.5+spec-1.1.0
14952026-04-16T04:09:43.548Z Compiling multer v3.1.0
14962026-04-16T04:09:43.551Z Compiling bit-vec v0.8.0
14972026-04-16T04:09:43.568Z Compiling toml_writer v1.1.0+spec-1.1.0
14982026-04-16T04:09:43.578Z Compiling term v1.2.1
14992026-04-16T04:09:43.578Z Compiling untrusted v0.7.1
15002026-04-16T04:09:43.706Z Compiling debug-ignore v1.0.5
15012026-04-16T04:09:43.757Z Compiling take_mut v0.2.2
15022026-04-16T04:09:43.781Z Compiling bit-set v0.8.0
15032026-04-16T04:09:43.814Z Compiling rand v0.9.2
15042026-04-16T04:09:43.860Z Compiling serde_with_macros v3.18.0
15052026-04-16T04:09:43.933Z Compiling async-stream-impl v0.3.6
15062026-04-16T04:09:44.286Z Compiling dropshot v0.16.7
15072026-04-16T04:09:44.298Z Compiling strum v0.26.3
15082026-04-16T04:09:44.410Z Compiling encoding_rs v0.8.35
15092026-04-16T04:09:44.506Z Compiling rustls v0.23.37
15102026-04-16T04:09:44.559Z Compiling mime v0.3.17
15112026-04-16T04:09:44.654Z Compiling spin v0.9.8
15122026-04-16T04:09:44.707Z Compiling unarray v0.1.4
15132026-04-16T04:09:44.782Z Compiling async-stream v0.3.6
15142026-04-16T04:09:44.811Z Compiling derive-ex v0.1.8
15152026-04-16T04:09:44.841Z Compiling dropshot_endpoint v0.16.7
15162026-04-16T04:09:44.952Z Compiling macaddr v1.0.1
15172026-04-16T04:09:44.980Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-04-16T04:09:45.174Z Compiling waitgroup v0.1.2
15192026-04-16T04:09:45.247Z Compiling serde_path_to_error v0.1.20
15202026-04-16T04:09:45.441Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-04-16T04:09:45.564Z Compiling tempfile v3.27.0
15222026-04-16T04:09:45.590Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15232026-04-16T04:09:45.767Z Compiling tower v0.5.3
15242026-04-16T04:09:45.926Z Compiling strum_macros v0.27.2
15252026-04-16T04:09:45.974Z Compiling instant v0.1.13
15262026-04-16T04:09:46.074Z Compiling time v0.3.47
15272026-04-16T04:09:46.254Z Compiling tower-http v0.6.8
15282026-04-16T04:09:46.350Z Compiling test-strategy v0.4.5
15292026-04-16T04:09:46.412Z Compiling rustc-hash v2.1.2
15302026-04-16T04:09:46.531Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15312026-04-16T04:09:46.679Z Compiling crossbeam-channel v0.5.15
15322026-04-16T04:09:47.431Z Compiling openapiv3 v2.2.0
15332026-04-16T04:09:47.763Z Compiling strum v0.27.2
15342026-04-16T04:09:47.891Z Compiling parse-display-derive v0.10.0
15352026-04-16T04:09:48.335Z Compiling rustls-webpki v0.102.8
15362026-04-16T04:09:49.033Z Compiling rustls-native-certs v0.8.3
15372026-04-16T04:09:49.077Z Compiling backon v1.6.0
15382026-04-16T04:09:49.213Z Compiling rand_chacha v0.3.1
15392026-04-16T04:09:49.529Z Compiling rand v0.8.5
15402026-04-16T04:09:49.667Z Compiling slog-json v2.6.1
15412026-04-16T04:09:49.865Z Compiling hostname v0.3.1
15422026-04-16T04:09:49.876Z Compiling toml_parser v1.1.0+spec-1.1.0
15432026-04-16T04:09:50.004Z Compiling wait-timeout v0.2.1
15442026-04-16T04:09:50.064Z Compiling is-terminal v0.4.17
15452026-04-16T04:09:50.158Z Compiling memmap2 v0.9.10
15462026-04-16T04:09:50.310Z Compiling either v1.15.0
15472026-04-16T04:09:50.330Z Compiling usdt v0.6.0
15482026-04-16T04:09:50.371Z Compiling toml v0.9.12+spec-1.1.0
15492026-04-16T04:09:50.511Z Compiling slog-term v2.9.2
15502026-04-16T04:09:50.567Z Compiling rusty-fork v0.3.1
15512026-04-16T04:09:50.603Z Compiling slog-bunyan v2.5.0
15522026-04-16T04:09:50.912Z Compiling serde_with v3.18.0
15532026-04-16T04:09:51.113Z Compiling tokio-rustls v0.25.0
15542026-04-16T04:09:51.178Z Compiling rand_xorshift v0.4.0
15552026-04-16T04:09:51.272Z Compiling sha1 v0.10.6
15562026-04-16T04:09:51.322Z Compiling rustls-pemfile v2.2.0
15572026-04-16T04:09:51.333Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15582026-04-16T04:09:51.493Z Compiling hostname v0.4.2
15592026-04-16T04:09:51.515Z Compiling proptest v1.11.0
15602026-04-16T04:09:52.326Z Compiling reqwest v0.12.28
15612026-04-16T04:09:52.369Z Compiling iddqd v0.3.17
15622026-04-16T04:09:52.688Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15632026-04-16T04:09:53.548Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15642026-04-16T04:09:53.708Z Compiling progenitor-client v0.10.0
15652026-04-16T04:09:53.988Z Compiling parse-display v0.10.0
15662026-04-16T04:09:54.120Z Compiling itertools v0.14.0
15672026-04-16T04:09:54.290Z Compiling backoff v0.4.0
15682026-04-16T04:09:54.321Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15692026-04-16T04:09:54.895Z Compiling toml_datetime v0.6.11
15702026-04-16T04:09:55.343Z Compiling utf8parse v0.2.2
15712026-04-16T04:09:55.450Z Compiling anstyle-parse v1.0.0
15722026-04-16T04:09:55.798Z Compiling zerocopy-derive v0.7.35
15732026-04-16T04:09:56.108Z Compiling anstyle v1.0.14
15742026-04-16T04:09:56.332Z Compiling colorchoice v1.0.5
15752026-04-16T04:09:56.448Z Compiling is_terminal_polyfill v1.70.2
15762026-04-16T04:09:56.541Z Compiling anstyle-query v1.1.5
15772026-04-16T04:09:56.610Z Compiling zerocopy v0.7.35
15782026-04-16T04:09:56.637Z Compiling anstream v1.0.0
15792026-04-16T04:09:57.192Z Compiling clap_lex v1.1.0
15802026-04-16T04:09:57.274Z Compiling convert_case v0.4.0
15812026-04-16T04:09:57.587Z Compiling derive_more v0.99.20
15822026-04-16T04:09:58.073Z Compiling tinyvec_macros v0.1.1
15832026-04-16T04:09:58.118Z Compiling unicode-width v0.2.2
15842026-04-16T04:09:58.188Z Compiling tinyvec v1.11.0
15852026-04-16T04:09:58.751Z Compiling dtrace-parser v0.2.0
15862026-04-16T04:09:58.850Z Compiling serde_spanned v0.6.9
15872026-04-16T04:09:58.939Z Compiling secrecy v0.10.3
15882026-04-16T04:09:58.990Z Compiling clap_derive v4.6.0
15892026-04-16T04:09:59.094Z Compiling scroll_derive v0.12.1
15902026-04-16T04:09:59.593Z Compiling usdt-impl v0.5.0
15912026-04-16T04:09:59.633Z Compiling toml_write v0.1.2
15922026-04-16T04:09:59.798Z Compiling crucible-workspace-hack v0.1.0
15932026-04-16T04:09:59.817Z Compiling scroll v0.12.0
15942026-04-16T04:09:59.828Z Compiling toml_edit v0.22.27
15952026-04-16T04:10:00.311Z Compiling dof v0.3.0
15962026-04-16T04:10:00.628Z Compiling typify-impl v0.6.1
15972026-04-16T04:10:00.669Z Compiling terminal_size v0.4.4
15982026-04-16T04:10:00.693Z Compiling darling_core v0.21.3
15992026-04-16T04:10:00.765Z Compiling rustc_version v0.4.1
16002026-04-16T04:10:00.802Z Compiling thread-id v4.2.2
16012026-04-16T04:10:01.036Z Compiling curve25519-dalek v4.1.3
16022026-04-16T04:10:01.266Z Compiling toml v0.8.23
16032026-04-16T04:10:01.910Z Compiling goblin v0.8.2
16042026-04-16T04:10:02.291Z Compiling crossbeam-epoch v0.9.18
16052026-04-16T04:10:02.384Z Compiling hmac v0.12.1
16062026-04-16T04:10:02.521Z Compiling inout v0.1.4
16072026-04-16T04:10:02.645Z Compiling ff v0.13.1
16082026-04-16T04:10:02.667Z Compiling num-integer v0.1.46
16092026-04-16T04:10:02.846Z Compiling darling_macro v0.21.3
16102026-04-16T04:10:03.085Z Compiling float-ord v0.3.2
16112026-04-16T04:10:03.423Z Compiling darling v0.21.3
16122026-04-16T04:10:03.484Z Compiling group v0.13.0
16132026-04-16T04:10:03.502Z Compiling cipher v0.4.4
16142026-04-16T04:10:03.571Z Compiling hkdf v0.12.4
16152026-04-16T04:10:03.940Z Compiling clap_builder v4.6.0
16162026-04-16T04:10:05.779Z Compiling thiserror-impl-no-std v2.0.2
16172026-04-16T04:10:05.968Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16182026-04-16T04:10:06.637Z Compiling universal-hash v0.5.1
16192026-04-16T04:10:06.642Z Compiling half v2.7.1
16202026-04-16T04:10:06.767Z Compiling crypto-bigint v0.5.5
16212026-04-16T04:10:06.859Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-16T04:10:06.909Z Compiling typify-macro v0.6.1
16232026-04-16T04:10:07.208Z Compiling proc-macro-error-attr v1.0.4
16242026-04-16T04:10:07.431Z Compiling heapless v0.8.0
16252026-04-16T04:10:07.529Z Compiling opaque-debug v0.3.1
16262026-04-16T04:10:07.572Z Compiling ciborium-io v0.2.2
16272026-04-16T04:10:07.585Z Compiling prettyplease v0.2.37
16282026-04-16T04:10:07.597Z Compiling base16ct v0.2.0
16292026-04-16T04:10:07.662Z Compiling toml_datetime v1.1.0+spec-1.1.0
16302026-04-16T04:10:07.725Z Compiling base64ct v1.8.3
16312026-04-16T04:10:07.751Z Compiling rustix v0.38.44
16322026-04-16T04:10:07.825Z Compiling toml_edit v0.25.8+spec-1.1.0
16332026-04-16T04:10:07.886Z Compiling elliptic-curve v0.13.8
16342026-04-16T04:10:07.955Z Compiling password-hash v0.5.0
16352026-04-16T04:10:08.009Z Compiling ciborium-ll v0.2.2
16362026-04-16T04:10:08.154Z Compiling poly1305 v0.8.0
16372026-04-16T04:10:08.391Z Compiling thiserror-no-std v2.0.2
16382026-04-16T04:10:08.567Z Compiling clap v4.6.0
16392026-04-16T04:10:08.914Z Compiling chacha20 v0.9.1
16402026-04-16T04:10:08.938Z Compiling ingot-macros v0.1.1
16412026-04-16T04:10:08.941Z Compiling num-rational v0.4.2
16422026-04-16T04:10:09.017Z Compiling num-iter v0.1.45
16432026-04-16T04:10:09.035Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16442026-04-16T04:10:09.126Z Compiling usdt-attr-macro v0.5.0
16452026-04-16T04:10:09.136Z Compiling usdt-macro v0.5.0
16462026-04-16T04:10:09.555Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16472026-04-16T04:10:10.169Z Compiling blake2 v0.10.6
16482026-04-16T04:10:10.256Z Compiling byte-wrapper v0.1.0
16492026-04-16T04:10:10.293Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16502026-04-16T04:10:10.619Z Compiling aead v0.5.2
16512026-04-16T04:10:10.640Z Compiling enum-as-inner v0.6.1
16522026-04-16T04:10:10.787Z Compiling hash32 v0.3.1
16532026-04-16T04:10:10.933Z Compiling num-complex v0.4.6
16542026-04-16T04:10:10.944Z Compiling memmap v0.7.0
16552026-04-16T04:10:11.129Z Compiling proc-macro-error v1.0.4
16562026-04-16T04:10:11.202Z Compiling static_assertions v1.1.0
16572026-04-16T04:10:11.270Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16582026-04-16T04:10:11.281Z Compiling keccak v0.1.6
16592026-04-16T04:10:11.313Z Compiling data-encoding v2.10.0
16602026-04-16T04:10:11.353Z Compiling rustls-webpki v0.103.10
16612026-04-16T04:10:11.507Z Compiling smoltcp v0.11.0
16622026-04-16T04:10:11.684Z Compiling winnow v0.5.40
16632026-04-16T04:10:11.862Z Compiling ingot-types v0.1.2
16642026-04-16T04:10:11.982Z Compiling sha3 v0.10.8
16652026-04-16T04:10:12.334Z Compiling num v0.4.3
16662026-04-16T04:10:12.406Z Compiling usdt v0.5.0
16672026-04-16T04:10:12.461Z Compiling chacha20poly1305 v0.10.1
16682026-04-16T04:10:12.593Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16692026-04-16T04:10:12.651Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16702026-04-16T04:10:12.683Z Compiling argon2 v0.5.3
16712026-04-16T04:10:12.851Z Compiling typify v0.6.1
16722026-04-16T04:10:12.947Z Compiling vsss-rs v3.3.4
16732026-04-16T04:10:13.195Z Compiling toml_edit v0.19.15
16742026-04-16T04:10:13.212Z Compiling proc-macro-crate v3.5.0
16752026-04-16T04:10:14.081Z Compiling ciborium v0.2.2
16762026-04-16T04:10:14.747Z Compiling tabwriter v1.4.1
16772026-04-16T04:10:14.787Z Compiling tokio-rustls v0.26.4
16782026-04-16T04:10:14.842Z Compiling rustls-platform-verifier v0.6.2
16792026-04-16T04:10:15.052Z Compiling hyper-rustls v0.27.7
16802026-04-16T04:10:15.284Z Compiling cobs v0.3.0
16812026-04-16T04:10:15.290Z Compiling reqwest v0.13.2
16822026-04-16T04:10:15.423Z Compiling memoffset v0.9.1
16832026-04-16T04:10:15.434Z Compiling unsafe-libyaml v0.2.11
16842026-04-16T04:10:15.598Z Compiling indent_write v2.2.0
16852026-04-16T04:10:15.658Z Compiling cfg_aliases v0.2.1
16862026-04-16T04:10:15.733Z Compiling bitflags v1.3.2
16872026-04-16T04:10:15.736Z Compiling managed v0.8.0
16882026-04-16T04:10:15.810Z Compiling vcpkg v0.2.15
16892026-04-16T04:10:15.961Z Compiling pkg-config v0.3.32
16902026-04-16T04:10:16.106Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16912026-04-16T04:10:16.341Z Compiling serde_yaml v0.9.34+deprecated
16922026-04-16T04:10:16.417Z Compiling progenitor-client v0.13.0
16932026-04-16T04:10:16.470Z Compiling openssl-sys v0.9.112
16942026-04-16T04:10:16.723Z Compiling progenitor-extras v0.1.1
16952026-04-16T04:10:16.963Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16962026-04-16T04:10:17.750Z Compiling nix v0.31.2
16972026-04-16T04:10:18.215Z Compiling postcard v1.1.3
16982026-04-16T04:10:18.341Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16992026-04-16T04:10:18.552Z Compiling proc-macro-crate v1.3.1
17002026-04-16T04:10:18.894Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17012026-04-16T04:10:19.274Z Compiling num_enum_derive v0.7.6
17022026-04-16T04:10:19.558Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17032026-04-16T04:10:19.713Z Compiling progenitor-impl v0.13.0
17042026-04-16T04:10:19.815Z Compiling ingot v0.1.1
17052026-04-16T04:10:20.321Z Compiling hubpack_derive v0.1.1
17062026-04-16T04:10:20.763Z Compiling foreign-types-macros v0.2.3
17072026-04-16T04:10:20.850Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17082026-04-16T04:10:21.158Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17092026-04-16T04:10:21.390Z Compiling resolv-conf v0.7.6
17102026-04-16T04:10:21.407Z Compiling rayon-core v1.13.0
17112026-04-16T04:10:21.523Z Compiling linked-hash-map v0.5.6
17122026-04-16T04:10:21.624Z Compiling swrite v0.1.0
17132026-04-16T04:10:21.680Z Compiling colored v3.1.1
17142026-04-16T04:10:21.710Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17152026-04-16T04:10:21.722Z Compiling semver v0.1.20
17162026-04-16T04:10:21.768Z Compiling cpufeatures v0.3.0
17172026-04-16T04:10:21.843Z Compiling heck v0.4.1
17182026-04-16T04:10:21.975Z Compiling foreign-types-shared v0.3.1
17192026-04-16T04:10:22.110Z Compiling foreign-types v0.5.0
17202026-04-16T04:10:22.114Z Compiling rustc_version v0.1.7
17212026-04-16T04:10:22.131Z Compiling chacha20 v0.10.0
17222026-04-16T04:10:22.190Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17232026-04-16T04:10:22.296Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17242026-04-16T04:10:22.322Z Compiling lru-cache v0.1.2
17252026-04-16T04:10:22.398Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17262026-04-16T04:10:22.493Z Compiling hubpack v0.1.2
17272026-04-16T04:10:22.730Z Compiling num_enum v0.7.6
17282026-04-16T04:10:22.982Z Compiling num_enum_derive v0.5.11
17292026-04-16T04:10:23.362Z Compiling progenitor-macro v0.13.0
17302026-04-16T04:10:24.320Z Compiling hickory-proto v0.24.4
17312026-04-16T04:10:25.023Z Compiling crossbeam-deque v0.8.6
17322026-04-16T04:10:25.128Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17332026-04-16T04:10:25.214Z Compiling serde-big-array v0.5.1
17342026-04-16T04:10:25.361Z Compiling serde_repr v0.1.20
17352026-04-16T04:10:25.629Z Compiling pin-project-internal v1.1.11
17362026-04-16T04:10:25.652Z Compiling derive-where v1.6.1
17372026-04-16T04:10:25.951Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17382026-04-16T04:10:25.972Z Compiling cstr-argument v0.1.2
17392026-04-16T04:10:26.130Z Compiling minimal-lexical v0.2.1
17402026-04-16T04:10:26.392Z Compiling unicode-segmentation v1.13.2
17412026-04-16T04:10:26.458Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17422026-04-16T04:10:26.683Z Compiling siphasher v1.0.2
17432026-04-16T04:10:26.712Z Compiling pin-project v1.1.11
17442026-04-16T04:10:26.813Z Compiling newline-converter v0.3.0
17452026-04-16T04:10:26.840Z Compiling phf_shared v0.12.1
17462026-04-16T04:10:26.917Z Compiling nom v7.1.3
17472026-04-16T04:10:26.933Z Compiling hickory-resolver v0.24.4
17482026-04-16T04:10:27.017Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17492026-04-16T04:10:27.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17502026-04-16T04:10:27.355Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17512026-04-16T04:10:27.459Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17522026-04-16T04:10:27.681Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17532026-04-16T04:10:27.888Z Compiling num_enum v0.5.11
17542026-04-16T04:10:28.268Z Compiling newtype_derive v0.1.6
17552026-04-16T04:10:28.335Z Compiling rand v0.10.1
17562026-04-16T04:10:28.502Z Compiling atomicwrites v0.4.4
17572026-04-16T04:10:28.580Z Compiling progenitor v0.13.0
17582026-04-16T04:10:28.716Z Compiling unicode-normalization v0.1.25
17592026-04-16T04:10:29.006Z Compiling console v0.15.11
17602026-04-16T04:10:29.181Z Compiling camino-tempfile v1.4.1
17612026-04-16T04:10:29.193Z Compiling tokio-stream v0.1.18
17622026-04-16T04:10:29.427Z Compiling async-recursion v1.1.1
17632026-04-16T04:10:29.524Z Compiling snafu-derive v0.8.9
17642026-04-16T04:10:29.624Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17652026-04-16T04:10:29.655Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17662026-04-16T04:10:29.678Z Compiling slog-dtrace v0.3.0
17672026-04-16T04:10:29.901Z Compiling bstr v1.12.1
17682026-04-16T04:10:29.938Z Compiling csv-core v0.1.13
17692026-04-16T04:10:30.106Z Compiling foreign-types-shared v0.1.1
17702026-04-16T04:10:30.109Z Compiling openssl v0.10.76
17712026-04-16T04:10:30.138Z Compiling owo-colors v4.3.0
17722026-04-16T04:10:30.197Z Compiling similar v2.7.0
17732026-04-16T04:10:30.205Z Compiling unicode-xid v0.2.6
17742026-04-16T04:10:30.327Z Compiling same-file v1.0.6
17752026-04-16T04:10:30.377Z Compiling cancel-safe-futures v0.1.5
17762026-04-16T04:10:30.393Z Compiling highway v1.3.0
17772026-04-16T04:10:30.465Z Compiling foldhash v0.1.5
17782026-04-16T04:10:30.500Z Compiling chrono-tz v0.10.4
17792026-04-16T04:10:30.618Z Compiling unicode-width v0.1.14
17802026-04-16T04:10:30.646Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17812026-04-16T04:10:30.749Z Compiling expectorate v1.2.0
17822026-04-16T04:10:30.790Z Compiling hashbrown v0.15.5
17832026-04-16T04:10:30.895Z Compiling walkdir v2.5.0
17842026-04-16T04:10:30.969Z Compiling const_format_proc_macros v0.2.34
17852026-04-16T04:10:31.151Z Compiling globset v0.4.18
17862026-04-16T04:10:31.258Z Compiling foreign-types v0.3.2
17872026-04-16T04:10:31.270Z Compiling snafu v0.8.9
17882026-04-16T04:10:31.321Z Compiling csv v1.4.0
17892026-04-16T04:10:31.440Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17902026-04-16T04:10:31.661Z Compiling qorb v0.4.1
17912026-04-16T04:10:31.886Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17922026-04-16T04:10:31.999Z Compiling olpc-cjson v0.1.4
17932026-04-16T04:10:32.654Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17942026-04-16T04:10:33.189Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17952026-04-16T04:10:33.541Z Compiling rayon v1.11.0
17962026-04-16T04:10:33.554Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17972026-04-16T04:10:33.710Z Compiling phf v0.12.1
17982026-04-16T04:10:33.866Z Compiling zone_cfg_derive v0.3.1
17992026-04-16T04:10:33.976Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18002026-04-16T04:10:33.999Z Compiling tokio-dtrace v0.1.1
18012026-04-16T04:10:34.151Z Compiling itertools v0.12.1
18022026-04-16T04:10:34.261Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18032026-04-16T04:10:34.271Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18042026-04-16T04:10:34.459Z Compiling libsw-core v0.3.2
18052026-04-16T04:10:34.548Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18062026-04-16T04:10:34.628Z Compiling serde_plain v1.0.2
18072026-04-16T04:10:34.636Z Compiling openssl-macros v0.1.1
18082026-04-16T04:10:34.830Z Compiling num-derive v0.4.2
18092026-04-16T04:10:34.863Z Compiling pem v3.0.6
18102026-04-16T04:10:34.889Z Compiling sigpipe v0.1.3
18112026-04-16T04:10:34.979Z Compiling cookie v0.18.1
18122026-04-16T04:10:35.092Z Compiling glob v0.3.3
18132026-04-16T04:10:35.117Z Compiling jiff v0.2.23
18142026-04-16T04:10:35.203Z Compiling fixedbitset v0.5.7
18152026-04-16T04:10:35.243Z Compiling fixedbitset v0.4.2
18162026-04-16T04:10:35.304Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18172026-04-16T04:10:35.349Z Compiling typed-path v0.9.3
18182026-04-16T04:10:35.474Z Compiling bytecount v0.6.9
18192026-04-16T04:10:35.535Z Compiling petgraph v0.8.3
18202026-04-16T04:10:35.548Z Compiling petgraph v0.6.5
18212026-04-16T04:10:35.551Z Compiling zone v0.3.1
18222026-04-16T04:10:35.609Z Compiling papergrid v0.11.0
18232026-04-16T04:10:35.778Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18242026-04-16T04:10:36.227Z Compiling tough v0.20.0
18252026-04-16T04:10:36.698Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18262026-04-16T04:10:37.022Z Compiling libsw v3.5.0
18272026-04-16T04:10:37.203Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18282026-04-16T04:10:37.399Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18292026-04-16T04:10:37.429Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18302026-04-16T04:10:37.679Z Compiling oxide-tokio-rt v0.1.3
18312026-04-16T04:10:37.878Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-16T04:10:38.679Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-04-16T04:10:38.825Z Compiling const_format v0.2.35
18342026-04-16T04:10:38.850Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18352026-04-16T04:10:39.591Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-04-16T04:10:39.687Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18372026-04-16T04:10:39.920Z Compiling tabled_derive v0.7.0
18382026-04-16T04:10:39.976Z Compiling gethostname v0.5.0
18392026-04-16T04:10:40.043Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18402026-04-16T04:10:40.097Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18412026-04-16T04:10:40.165Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-04-16T04:10:40.199Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18432026-04-16T04:10:40.288Z Compiling smf v0.2.3
18442026-04-16T04:10:40.776Z Compiling bcs v0.1.6
18452026-04-16T04:10:40.855Z Compiling crunchy v0.2.4
18462026-04-16T04:10:40.893Z Compiling tagptr v0.2.0
18472026-04-16T04:10:40.948Z Compiling unicode-linebreak v0.1.5
18482026-04-16T04:10:41.042Z Compiling lazy_static v1.5.0
18492026-04-16T04:10:41.102Z Compiling termtree v0.5.1
18502026-04-16T04:10:41.137Z Compiling linear-map v1.2.0
18512026-04-16T04:10:41.151Z Compiling whoami v1.6.1
18522026-04-16T04:10:41.202Z Compiling smawk v0.3.2
18532026-04-16T04:10:41.271Z Compiling steno v0.4.1
18542026-04-16T04:10:41.341Z Compiling textwrap v0.16.2
18552026-04-16T04:10:41.459Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-04-16T04:10:41.523Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-04-16T04:10:41.639Z Compiling moka v0.12.15
18582026-04-16T04:10:41.876Z Compiling tabled v0.15.0
18592026-04-16T04:10:42.657Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18602026-04-16T04:10:42.814Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-04-16T04:10:42.859Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18622026-04-16T04:10:43.198Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18632026-04-16T04:10:44.033Z Compiling hickory-proto v0.25.2
18642026-04-16T04:10:44.605Z Compiling tiny-keccak v2.0.2
18652026-04-16T04:10:44.654Z Compiling humantime v2.3.0
18662026-04-16T04:10:44.919Z Compiling num-derive v0.3.3
18672026-04-16T04:10:44.936Z Compiling parking_lot_core v0.8.6
18682026-04-16T04:10:45.458Z Compiling crc32fast v1.5.0
18692026-04-16T04:10:45.764Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18702026-04-16T04:10:45.838Z Compiling libscf-sys v1.1.0
18712026-04-16T04:10:45.899Z Compiling hickory-resolver v0.25.2
18722026-04-16T04:10:45.960Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18732026-04-16T04:10:45.982Z Compiling const-random-macro v0.1.16
18742026-04-16T04:10:46.203Z Compiling smartstring v1.0.1
18752026-04-16T04:10:46.322Z Compiling ahash v0.8.12
18762026-04-16T04:10:46.350Z Compiling parking_lot v0.11.2
18772026-04-16T04:10:46.361Z Compiling const-random v0.1.18
18782026-04-16T04:10:46.738Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-04-16T04:10:46.762Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18802026-04-16T04:10:46.773Z Compiling fxhash v0.2.1
18812026-04-16T04:10:46.824Z Compiling internet-checksum v0.2.1
18822026-04-16T04:10:46.909Z Compiling sled v0.34.7
18832026-04-16T04:10:47.262Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18842026-04-16T04:10:47.288Z Compiling thin-vec v0.2.14
18852026-04-16T04:10:47.573Z Compiling rhai_codegen v3.1.0
18862026-04-16T04:10:47.608Z Compiling sdd v3.0.10
18872026-04-16T04:10:47.773Z Compiling serial_test_derive v3.4.0
18882026-04-16T04:10:47.955Z Compiling scc v2.4.0
18892026-04-16T04:10:48.213Z Compiling nom v8.0.0
18902026-04-16T04:10:48.505Z Compiling yansi v1.0.1
18912026-04-16T04:10:48.791Z Compiling rhai v1.24.0
18922026-04-16T04:10:48.829Z Compiling diff v0.1.13
18932026-04-16T04:10:49.001Z Compiling pretty_assertions v1.4.1
18942026-04-16T04:10:49.095Z Compiling serial_test v3.4.0
18952026-04-16T04:10:51.118Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18962026-04-16T04:10:59.699Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18972026-04-16T04:11:00.365Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18982026-04-16T04:11:01.441Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18992026-04-16T04:11:02.606Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19002026-04-16T04:11:03.379Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19012026-04-16T04:11:04.825Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19022026-04-16T04:11:40.065Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19032026-04-16T04:11:40.241Z────────────
19042026-04-16T04:11:40.241Z Nextest run ID e70791c8-a3a2-4224-a63c-4c6dbc107da6 with nextest profile: default
19052026-04-16T04:11:40.241Z Starting 150 tests across 1 binary
19062026-04-16T04:11:40.250Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_byte_len
19072026-04-16T04:11:40.254Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_invalid_length
19082026-04-16T04:11:40.254Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19092026-04-16T04:11:40.254Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19102026-04-16T04:11:40.254Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19112026-04-16T04:11:40.254Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19122026-04-16T04:11:40.254Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19132026-04-16T04:11:40.254Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19142026-04-16T04:11:40.259Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19152026-04-16T04:11:40.264Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19162026-04-16T04:11:40.264Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19172026-04-16T04:11:40.264Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
19182026-04-16T04:11:40.264Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19192026-04-16T04:11:40.264Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19202026-04-16T04:11:40.264Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19212026-04-16T04:11:40.264Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19222026-04-16T04:11:40.268Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19232026-04-16T04:11:40.275Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19242026-04-16T04:11:40.275Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19252026-04-16T04:11:40.275Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19262026-04-16T04:11:40.275Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19272026-04-16T04:11:40.275Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19282026-04-16T04:11:40.275Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19292026-04-16T04:11:40.275Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19302026-04-16T04:11:40.279Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19312026-04-16T04:11:40.279Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19322026-04-16T04:11:40.279Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19332026-04-16T04:11:40.279Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19342026-04-16T04:11:40.285Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19352026-04-16T04:11:40.285Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19362026-04-16T04:11:40.285Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19372026-04-16T04:11:40.285Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19382026-04-16T04:11:40.288Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19392026-04-16T04:11:40.288Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19402026-04-16T04:11:40.288Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19412026-04-16T04:11:40.288Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19422026-04-16T04:11:40.288Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19432026-04-16T04:11:40.293Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19442026-04-16T04:11:40.293Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19452026-04-16T04:11:40.293Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19462026-04-16T04:11:40.297Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19472026-04-16T04:11:40.297Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19482026-04-16T04:11:40.297Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19492026-04-16T04:11:40.297Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19502026-04-16T04:11:40.297Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19512026-04-16T04:11:40.302Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19522026-04-16T04:11:40.302Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19532026-04-16T04:11:40.302Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19542026-04-16T04:11:40.306Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19552026-04-16T04:11:40.306Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19562026-04-16T04:11:40.306Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19572026-04-16T04:11:40.311Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19582026-04-16T04:11:40.312Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19592026-04-16T04:11:40.312Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19602026-04-16T04:11:40.312Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19612026-04-16T04:11:40.312Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19622026-04-16T04:11:40.317Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_round_trip
19632026-04-16T04:11:40.320Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19642026-04-16T04:11:40.320Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19652026-04-16T04:11:40.320Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19662026-04-16T04:11:40.320Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19672026-04-16T04:11:40.320Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
19682026-04-16T04:11:40.320Z PASS [ 0.010s] bgp messages::tests::prefix_within
19692026-04-16T04:11:40.320Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19702026-04-16T04:11:40.327Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19712026-04-16T04:11:40.331Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19722026-04-16T04:11:40.331Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19732026-04-16T04:11:40.331Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19742026-04-16T04:11:40.331Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19752026-04-16T04:11:40.331Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19762026-04-16T04:11:40.331Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19772026-04-16T04:11:40.331Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19782026-04-16T04:11:40.337Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19792026-04-16T04:11:40.343Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19802026-04-16T04:11:40.343Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19812026-04-16T04:11:40.343Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19822026-04-16T04:11:40.343Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19832026-04-16T04:11:40.343Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19842026-04-16T04:11:40.344Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19852026-04-16T04:11:40.344Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19862026-04-16T04:11:40.347Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
19872026-04-16T04:11:40.351Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
19882026-04-16T04:11:40.351Z PASS [ 0.011s] bgp messages::tests::update_round_trip
19892026-04-16T04:11:40.361Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
19902026-04-16T04:11:40.361Z PASS [ 0.023s] bgp policy::test::update_shape_community
19912026-04-16T04:11:40.364Z PASS [ 0.026s] bgp policy::test::update_drop_on_no_export
19922026-04-16T04:11:40.364Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19932026-04-16T04:11:40.364Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
19942026-04-16T04:11:40.364Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
19952026-04-16T04:11:40.369Z PASS [ 0.022s] bgp proptest::prop_duplicate_attrs_deduplicated
19962026-04-16T04:11:40.375Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
19972026-04-16T04:11:40.379Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19982026-04-16T04:11:40.379Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
19992026-04-16T04:11:40.379Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20002026-04-16T04:11:40.379Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20012026-04-16T04:11:40.382Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20022026-04-16T04:11:40.383Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20032026-04-16T04:11:40.386Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20042026-04-16T04:11:40.390Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20052026-04-16T04:11:40.393Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20062026-04-16T04:11:40.394Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20072026-04-16T04:11:40.394Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20082026-04-16T04:11:40.397Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20092026-04-16T04:11:40.401Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20102026-04-16T04:11:40.401Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20112026-04-16T04:11:40.404Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20122026-04-16T04:11:40.404Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20132026-04-16T04:11:40.411Z PASS [ 0.028s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20142026-04-16T04:11:40.411Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20152026-04-16T04:11:40.411Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20162026-04-16T04:11:40.411Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20172026-04-16T04:11:40.415Z PASS [ 0.030s] bgp proptest::prop_update_mp_reach_roundtrip
20182026-04-16T04:11:40.415Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20192026-04-16T04:11:40.415Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20202026-04-16T04:11:40.415Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20212026-04-16T04:11:40.415Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20222026-04-16T04:11:40.415Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20232026-04-16T04:11:40.419Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20242026-04-16T04:11:40.419Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20252026-04-16T04:11:40.419Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20262026-04-16T04:11:40.422Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20272026-04-16T04:11:43.480Z PASS [ 3.069s] bgp test::test_basic_peering_active
20282026-04-16T04:11:43.483Z PASS [ 3.065s] bgp test::test_basic_update
20292026-04-16T04:11:43.489Z PASS [ 3.073s] bgp test::test_basic_update_ipv6
20302026-04-16T04:11:43.493Z PASS [ 3.076s] bgp test::test_basic_peering_passive_tcp
20312026-04-16T04:11:43.498Z PASS [ 3.078s] bgp test::test_basic_update_tcp
20322026-04-16T04:11:43.501Z PASS [ 3.079s] bgp test::test_basic_update_ipv6_tcp
20332026-04-16T04:11:44.479Z PASS [ 4.066s] bgp test::test_basic_peering_passive
20342026-04-16T04:11:44.491Z PASS [ 4.080s] bgp test::test_basic_peering_active_tcp
20352026-04-16T04:11:46.564Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_active
20362026-04-16T04:11:47.550Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20372026-04-16T04:11:47.567Z PASS [ 4.079s] bgp test::test_dual_stack_routes_ipv6_peer_success
20382026-04-16T04:11:47.568Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv4_peer_success
20392026-04-16T04:11:47.582Z PASS [ 4.078s] bgp test::test_ipv4_routes_ipv6_peer_success
20402026-04-16T04:11:47.583Z PASS [ 4.078s] bgp test::test_import_export_policy_filtering
20412026-04-16T04:11:47.583Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20422026-04-16T04:11:47.583Z PASS [ 4.077s] bgp test::test_ipv6_basic_peering_active_tcp
20432026-04-16T04:11:48.611Z PASS [ 1.066s] bgp test::test_multiple_unnumbered_sessions
20442026-04-16T04:11:48.662Z PASS [ 1.094s] bgp test::test_three_router_chain_tcp_ipv6
20452026-04-16T04:11:48.666Z PASS [ 1.096s] bgp test::test_three_router_chain_tcp
20462026-04-16T04:11:49.626Z PASS [ 2.065s] bgp test::test_same_linklocal_multiple_interfaces
20472026-04-16T04:11:49.724Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20482026-04-16T04:11:50.378Z PASS [ 2.818s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20492026-04-16T04:11:50.640Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20502026-04-16T04:11:51.636Z PASS [ 4.067s] bgp test::test_three_router_chain_unnumbered
20512026-04-16T04:11:52.638Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20522026-04-16T04:11:54.688Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20532026-04-16T04:11:57.730Z PASS [ 9.065s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20542026-04-16T04:11:58.787Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20552026-04-16T04:12:06.678Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20562026-04-16T04:12:06.682Z────────────
20572026-04-16T04:12:06.682Z Summary [ 26.434s] 150 tests run: 150 passed, 0 skipped
20582026-04-16T04:12:06.692Z+ 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/
20592026-04-16T04:12:06.697Z+ popd
20602026-04-16T04:12:06.697Z+ pushd mgd
20612026-04-16T04:12:06.697Z/work/oxidecomputer/maghemite
20622026-04-16T04:12:06.697Z+ pfexec cargo nextest run
20632026-04-16T04:12:06.697Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20642026-04-16T04:12:07.856Z Compiling slog v2.8.2
20652026-04-16T04:12:07.968Z Compiling usdt v0.6.0
20662026-04-16T04:12:08.049Z Compiling typify-impl v0.4.3
20672026-04-16T04:12:08.066Z Compiling proc-macro-error-attr2 v2.0.0
20682026-04-16T04:12:08.066Z Compiling adler2 v2.0.1
20692026-04-16T04:12:08.072Z Compiling simd-adler32 v0.3.9
20702026-04-16T04:12:08.212Z Compiling miniz_oxide v0.8.9
20712026-04-16T04:12:08.254Z Compiling papergrid v0.17.0
20722026-04-16T04:12:08.264Z Compiling slog-json v2.6.1
20732026-04-16T04:12:08.349Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20742026-04-16T04:12:08.462Z Compiling slog-term v2.9.2
20752026-04-16T04:12:08.492Z Compiling slog-async v2.8.0
20762026-04-16T04:12:08.682Z Compiling slog-bunyan v2.5.0
20772026-04-16T04:12:08.694Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20782026-04-16T04:12:08.821Z Compiling dropshot v0.16.7
20792026-04-16T04:12:08.890Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20802026-04-16T04:12:09.235Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20812026-04-16T04:12:09.325Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20822026-04-16T04:12:09.676Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20832026-04-16T04:12:10.291Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20842026-04-16T04:12:10.424Z Compiling slog-dtrace v0.3.0
20852026-04-16T04:12:10.448Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20862026-04-16T04:12:10.746Z Compiling steno v0.4.1
20872026-04-16T04:12:12.087Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20882026-04-16T04:12:13.988Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20892026-04-16T04:12:14.323Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20902026-04-16T04:12:14.499Z Compiling typify-macro v0.4.3
20912026-04-16T04:12:14.917Z Compiling proc-macro-error2 v2.0.1
20922026-04-16T04:12:14.931Z Compiling flate2 v1.1.9
20932026-04-16T04:12:15.202Z Compiling tabled_derive v0.11.0
20942026-04-16T04:12:15.359Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20952026-04-16T04:12:15.477Z Compiling testing_table v0.3.0
20962026-04-16T04:12:15.646Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20972026-04-16T04:12:15.831Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20982026-04-16T04:12:16.149Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20992026-04-16T04:12:16.194Z Compiling compression-core v0.4.31
21002026-04-16T04:12:16.294Z Compiling tabled v0.20.0
21012026-04-16T04:12:16.342Z Compiling compression-codecs v0.4.37
21022026-04-16T04:12:16.359Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21032026-04-16T04:12:16.425Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21042026-04-16T04:12:16.533Z Compiling typify v0.4.3
21052026-04-16T04:12:16.607Z Compiling progenitor-impl v0.11.2
21062026-04-16T04:12:16.813Z Compiling progenitor-client v0.11.2
21072026-04-16T04:12:17.181Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21082026-04-16T04:12:17.751Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21092026-04-16T04:12:17.965Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21102026-04-16T04:12:19.093Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21112026-04-16T04:12:19.650Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21122026-04-16T04:12:20.046Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21132026-04-16T04:12:20.223Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21142026-04-16T04:12:20.404Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21152026-04-16T04:12:20.598Z Compiling progenitor-macro v0.11.2
21162026-04-16T04:12:20.930Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21172026-04-16T04:12:21.558Z Compiling dropshot v0.17.0
21182026-04-16T04:12:21.755Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21192026-04-16T04:12:21.791Z Compiling toml_datetime v1.1.0+spec-1.1.0
21202026-04-16T04:12:22.025Z Compiling toml v1.1.0+spec-1.1.0
21212026-04-16T04:12:22.233Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21222026-04-16T04:12:22.481Z Compiling async-compression v0.4.41
21232026-04-16T04:12:22.810Z Compiling dropshot_endpoint v0.17.0
21242026-04-16T04:12:23.119Z Compiling crc8 v0.1.1
21252026-04-16T04:12:23.234Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21262026-04-16T04:12:23.246Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21272026-04-16T04:12:23.470Z Compiling dropshot-api-manager-types v0.7.1
21282026-04-16T04:12:25.093Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21292026-04-16T04:12:25.533Z Compiling progenitor v0.11.2
21302026-04-16T04:12:25.667Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21312026-04-16T04:12:26.159Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21322026-04-16T04:12:26.170Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21332026-04-16T04:12:26.324Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21342026-04-16T04:12:30.599Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21352026-04-16T04:12:31.409Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21362026-04-16T04:12:35.221Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21372026-04-16T04:12:42.358Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21382026-04-16T04:12:44.468Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21392026-04-16T04:12:45.058Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21402026-04-16T04:12:46.169Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21412026-04-16T04:12:46.934Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21422026-04-16T04:12:48.432Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21432026-04-16T04:12:48.432Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21442026-04-16T04:12:48.436Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21452026-04-16T04:12:55.284Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21462026-04-16T04:12:56.680Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21472026-04-16T04:12:56.680Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21482026-04-16T04:12:58.063Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21492026-04-16T04:13:27.816Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
21502026-04-16T04:13:27.992Z────────────
21512026-04-16T04:13:27.992Z Nextest run ID cdd38728-0d1e-4392-b9e9-8cf693945b8b with nextest profile: default
21522026-04-16T04:13:27.992Z Starting 32 tests across 1 binary
21532026-04-16T04:13:28.003Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21542026-04-16T04:13:28.007Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21552026-04-16T04:13:28.019Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21562026-04-16T04:13:28.035Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21572026-04-16T04:13:28.051Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21582026-04-16T04:13:28.058Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21592026-04-16T04:13:28.058Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21602026-04-16T04:13:28.058Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21612026-04-16T04:13:28.058Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21622026-04-16T04:13:28.058Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21632026-04-16T04:13:28.063Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21642026-04-16T04:13:28.063Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21652026-04-16T04:13:28.066Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21662026-04-16T04:13:28.066Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21672026-04-16T04:13:28.066Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21682026-04-16T04:13:28.066Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21692026-04-16T04:13:28.066Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21702026-04-16T04:13:28.070Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21712026-04-16T04:13:28.070Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21722026-04-16T04:13:28.074Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21732026-04-16T04:13:28.074Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21742026-04-16T04:13:28.074Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21752026-04-16T04:13:28.074Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21762026-04-16T04:13:28.075Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21772026-04-16T04:13:28.075Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21782026-04-16T04:13:28.078Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21792026-04-16T04:13:28.078Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21802026-04-16T04:13:28.078Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21812026-04-16T04:13:28.082Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21822026-04-16T04:13:28.082Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21832026-04-16T04:13:28.082Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21842026-04-16T04:13:28.082Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21852026-04-16T04:13:28.082Z────────────
21862026-04-16T04:13:28.082Z Summary [ 0.090s] 32 tests run: 32 passed, 0 skipped
21872026-04-16T04:13:28.092Z+ cp apply_remove_entire_group.log /work/
21882026-04-16T04:13:28.096Z+ popd
21892026-04-16T04:13:28.096Z/work/oxidecomputer/maghemite
21902026-04-16T04:13:28.096Zprocess exited: duration 406759 ms, exit code 0
 
21912026-04-16T04:13:28.109Zfound 66 output files
21922026-04-16T04:13:28.109Zuploading: /work/apply_remove_entire_group.log (23765 bytes)
21932026-04-16T04:13:29.122Zuploaded: /work/apply_remove_entire_group.log
21942026-04-16T04:13:29.123Zuploading: /work/dualstack_routes.log (119479 bytes)
21952026-04-16T04:13:30.147Zuploaded: /work/dualstack_routes.log
21962026-04-16T04:13:30.147Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2278 bytes)
21972026-04-16T04:13:31.159Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21982026-04-16T04:13:31.159Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1429 bytes)
21992026-04-16T04:13:32.172Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22002026-04-16T04:13:32.172Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2212 bytes)
22012026-04-16T04:13:33.185Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22022026-04-16T04:13:33.185Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2322 bytes)
22032026-04-16T04:13:34.195Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22042026-04-16T04:13:34.196Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2245 bytes)
22052026-04-16T04:13:35.208Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22062026-04-16T04:13:35.208Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2255 bytes)
22072026-04-16T04:13:36.220Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22082026-04-16T04:13:36.220Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2338 bytes)
22092026-04-16T04:13:37.233Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22102026-04-16T04:13:37.233Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2302 bytes)
22112026-04-16T04:13:38.246Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22122026-04-16T04:13:38.246Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (1993 bytes)
22132026-04-16T04:13:39.260Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22142026-04-16T04:13:39.260Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2383 bytes)
22152026-04-16T04:13:40.272Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22162026-04-16T04:13:40.272Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2298 bytes)
22172026-04-16T04:13:41.283Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22182026-04-16T04:13:41.283Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2418 bytes)
22192026-04-16T04:13:42.296Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22202026-04-16T04:13:42.296Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3540 bytes)
22212026-04-16T04:13:43.308Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22222026-04-16T04:13:43.308Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3490 bytes)
22232026-04-16T04:13:44.322Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22242026-04-16T04:13:44.322Zuploading: /work/multiple_unnumbered.log (174162 bytes)
22252026-04-16T04:13:45.344Zuploaded: /work/multiple_unnumbered.log
22262026-04-16T04:13:45.344Zuploading: /work/ndp_change_reset.log (69973 bytes)
22272026-04-16T04:13:46.364Zuploaded: /work/ndp_change_reset.log
22282026-04-16T04:13:46.364Zuploading: /work/ndp_changes.log (89366 bytes)
22292026-04-16T04:13:47.386Zuploaded: /work/ndp_changes.log
22302026-04-16T04:13:47.386Zuploading: /work/r1.test_basic_peering_active.log (38575 bytes)
22312026-04-16T04:13:48.404Zuploaded: /work/r1.test_basic_peering_active.log
22322026-04-16T04:13:48.404Zuploading: /work/r1.test_basic_peering_active_tcp.log (49141 bytes)
22332026-04-16T04:13:49.465Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22342026-04-16T04:13:49.466Zuploading: /work/r1.test_basic_peering_passive.log (34217 bytes)
22352026-04-16T04:13:50.498Zuploaded: /work/r1.test_basic_peering_passive.log
22362026-04-16T04:13:50.498Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39775 bytes)
22372026-04-16T04:13:51.515Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22382026-04-16T04:13:51.515Zuploading: /work/r1.test_basic_update.log (28641 bytes)
22392026-04-16T04:13:52.530Zuploaded: /work/r1.test_basic_update.log
22402026-04-16T04:13:52.530Zuploading: /work/r1.test_basic_update_ipv6.log (28248 bytes)
22412026-04-16T04:13:53.549Zuploaded: /work/r1.test_basic_update_ipv6.log
22422026-04-16T04:13:53.549Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31032 bytes)
22432026-04-16T04:13:54.565Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22442026-04-16T04:13:54.565Zuploading: /work/r1.test_basic_update_tcp.log (31352 bytes)
22452026-04-16T04:13:55.582Zuploaded: /work/r1.test_basic_update_tcp.log
22462026-04-16T04:13:55.582Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44972 bytes)
22472026-04-16T04:13:56.600Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22482026-04-16T04:13:56.600Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (45304 bytes)
22492026-04-16T04:13:57.619Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22502026-04-16T04:13:57.619Zuploading: /work/r1.test_import_export_policy_filtering.log (40194 bytes)
22512026-04-16T04:13:58.640Zuploaded: /work/r1.test_import_export_policy_filtering.log
22522026-04-16T04:13:58.640Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35338 bytes)
22532026-04-16T04:13:59.656Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22542026-04-16T04:13:59.656Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40426 bytes)
22552026-04-16T04:14:00.674Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22562026-04-16T04:14:00.674Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49029 bytes)
22572026-04-16T04:14:01.742Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22582026-04-16T04:14:01.742Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33966 bytes)
22592026-04-16T04:14:02.762Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22602026-04-16T04:14:02.762Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39620 bytes)
22612026-04-16T04:14:03.784Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22622026-04-16T04:14:03.784Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35157 bytes)
22632026-04-16T04:14:04.803Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22642026-04-16T04:14:04.803Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29942 bytes)
22652026-04-16T04:14:05.822Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22662026-04-16T04:14:05.822Zuploading: /work/r1.test_three_router_chain_tcp.log (23332 bytes)
22672026-04-16T04:14:06.891Zuploaded: /work/r1.test_three_router_chain_tcp.log
22682026-04-16T04:14:06.891Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (21846 bytes)
22692026-04-16T04:14:07.911Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22702026-04-16T04:14:07.914Zuploading: /work/r2.test_basic_peering_active.log (39057 bytes)
22712026-04-16T04:14:08.929Zuploaded: /work/r2.test_basic_peering_active.log
22722026-04-16T04:14:08.929Zuploading: /work/r2.test_basic_peering_active_tcp.log (47937 bytes)
22732026-04-16T04:14:09.947Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22742026-04-16T04:14:09.947Zuploading: /work/r2.test_basic_peering_passive.log (43728 bytes)
22752026-04-16T04:14:10.964Zuploaded: /work/r2.test_basic_peering_passive.log
22762026-04-16T04:14:10.964Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46782 bytes)
22772026-04-16T04:14:11.989Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22782026-04-16T04:14:11.989Zuploading: /work/r2.test_basic_update.log (29022 bytes)
22792026-04-16T04:14:13.006Zuploaded: /work/r2.test_basic_update.log
22802026-04-16T04:14:13.006Zuploading: /work/r2.test_basic_update_ipv6.log (26622 bytes)
22812026-04-16T04:14:14.025Zuploaded: /work/r2.test_basic_update_ipv6.log
22822026-04-16T04:14:14.025Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32790 bytes)
22832026-04-16T04:14:15.045Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22842026-04-16T04:14:15.045Zuploading: /work/r2.test_basic_update_tcp.log (32793 bytes)
22852026-04-16T04:14:16.062Zuploaded: /work/r2.test_basic_update_tcp.log
22862026-04-16T04:14:16.062Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (45845 bytes)
22872026-04-16T04:14:17.087Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22882026-04-16T04:14:17.087Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43819 bytes)
22892026-04-16T04:14:18.109Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22902026-04-16T04:14:18.109Zuploading: /work/r2.test_import_export_policy_filtering.log (36558 bytes)
22912026-04-16T04:14:19.136Zuploaded: /work/r2.test_import_export_policy_filtering.log
22922026-04-16T04:14:19.136Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38293 bytes)
22932026-04-16T04:14:20.152Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22942026-04-16T04:14:20.152Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39157 bytes)
22952026-04-16T04:14:21.181Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22962026-04-16T04:14:21.181Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47806 bytes)
22972026-04-16T04:14:22.205Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22982026-04-16T04:14:22.205Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41617 bytes)
22992026-04-16T04:14:23.222Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23002026-04-16T04:14:23.222Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46664 bytes)
23012026-04-16T04:14:24.241Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23022026-04-16T04:14:24.241Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38170 bytes)
23032026-04-16T04:14:25.263Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23042026-04-16T04:14:25.263Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28858 bytes)
23052026-04-16T04:14:26.287Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23062026-04-16T04:14:26.288Zuploading: /work/r2.test_three_router_chain_tcp.log (41604 bytes)
23072026-04-16T04:14:27.345Zuploaded: /work/r2.test_three_router_chain_tcp.log
23082026-04-16T04:14:27.345Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (43035 bytes)
23092026-04-16T04:14:28.506Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23102026-04-16T04:14:28.507Zuploading: /work/r3.test_three_router_chain_tcp.log (20595 bytes)
23112026-04-16T04:14:29.527Zuploaded: /work/r3.test_three_router_chain_tcp.log
23122026-04-16T04:14:29.527Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22683 bytes)
23132026-04-16T04:14:30.555Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23142026-04-16T04:14:30.556Zuploading: /work/same_linklocal.log (135429 bytes)
23152026-04-16T04:14:31.587Zuploaded: /work/same_linklocal.log
23162026-04-16T04:14:31.587Zuploading: /work/three_chain.log (145153 bytes)
23172026-04-16T04:14:32.613Zuploaded: /work/three_chain.log
23182026-04-16T04:14:32.613Zuploading: /work/unnumbered_expiry.log (88509 bytes)
23192026-04-16T04:14:33.676Zuploaded: /work/unnumbered_expiry.log
23202026-04-16T04:14:33.677Zuploading: /work/unnumbered_interface_lifecycle.log (197594 bytes)
23212026-04-16T04:14:34.703Zuploaded: /work/unnumbered_interface_lifecycle.log
23222026-04-16T04:14:34.706Zuploading: /work/unnumbered_peer_change.log (78804 bytes)
23232026-04-16T04:14:35.740Zuploaded: /work/unnumbered_peer_change.log