01KMP5MS3JANH675R1M4JBHT6J: 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: 01KMP5NH72QK65N8J9K6DK2HE2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T22:54:56.976Zjob assigned to worker 01KMP5NQ3RGCT1D45K3NEBFBJ7 [factory aws, i-0520daf76f4f50214] (queued for 57 s)
 
22026-03-26T22:55:03.615Zstarting task 0: "setup"
32026-03-26T22:55:03.619Z++ uname -s
42026-03-26T22:55:03.623Z+ kern=SunOS
52026-03-26T22:55:03.623Z+ build_user=build
62026-03-26T22:55:03.623Z+ build_uid=12345
72026-03-26T22:55:03.623Z+ work_dir=/work
82026-03-26T22:55:03.623Z+ input_dir=/input
92026-03-26T22:55:03.623Z+ [[ 0 == 12345 ]]
102026-03-26T22:55:03.623Z+ case "$kern" in
112026-03-26T22:55:03.623Z+ groupadd -g 12345 build
122026-03-26T22:55:03.623Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T22:55:05.629Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T22:55:05.705Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T22:55:05.708Z+ home_fs=zfs
162026-03-26T22:55:05.708Z+ [[ zfs == autofs ]]
172026-03-26T22:55:05.708Z+ mkdir -p /home/build
182026-03-26T22:55:05.708Z+ chown build:build /home/build /work
192026-03-26T22:55:07.710Z+ chmod 0700 /home/build /work
202026-03-26T22:55:07.713Zprocess exited: duration 4099 ms, exit code 0
 
212026-03-26T22:55:07.719Zstarting task 1: "rust-toolchain"
222026-03-26T22:55:07.723Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T22:55:07.723Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-26T22:55:07.723Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-26T22:55:07.726Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-26T22:55:07.726Z * rust toolchain channel = "stable"
272026-03-26T22:55:07.726Z * rust toolchain profile = "default"
282026-03-26T22:55:07.726Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T22:55:07.726Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T22:55:07.847Zinfo: downloading installer
312026-03-26T22:55:09.207Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T22:55:09.207Zwarn: /opt/ooce/bin
332026-03-26T22:55:09.207Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T22:55:09.207Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T22:55:09.208Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T22:55:09.208Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T22:55:09.208Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T22:55:09.208Zerror: cannot install while Rust is installed
392026-03-26T22:55:09.208Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T22:55:09.208Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T22:55:09.208Zwarn: /home/build/.rustup/settings.toml
422026-03-26T22:55:09.208Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T22:55:09.208Zwarn: instead of the one inferred from the default host triple.
442026-03-26T22:55:09.221Zinfo: profile set to default
452026-03-26T22:55:09.221Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T22:55:09.226Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T22:55:09.366Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-26T22:55:09.369Zinfo: downloading 6 components
492026-03-26T22:55:23.816Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-26T22:55:23.816Z
512026-03-26T22:55:23.845Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-26T22:55:23.845Z
532026-03-26T22:55:23.845Z
542026-03-26T22:55:23.845ZRust is installed now. Great!
552026-03-26T22:55:23.845Z
562026-03-26T22:55:23.848ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T22:55:23.848Zenvironment variable. This has not been done automatically.
582026-03-26T22:55:23.848Z
592026-03-26T22:55:23.848ZTo configure your current shell, you need to source
602026-03-26T22:55:23.848Zthe corresponding env file under $HOME/.cargo.
612026-03-26T22:55:23.848Z
622026-03-26T22:55:23.848ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T22:55:23.848Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T22:55:23.848Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T22:55:23.848Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T22:55:23.848Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T22:55:23.848Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T22:55:23.848Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T22:55:23.848Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T22:55:23.848Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T22:55:23.947Z+ rustup --version
722026-03-26T22:55:23.956Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T22:55:23.960Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T22:55:23.977Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-26T22:55:23.980Z+ cargo --version
762026-03-26T22:55:23.993Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-26T22:55:23.996Z+ rustc --version
782026-03-26T22:55:24.018Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-26T22:55:24.022Zprocess exited: duration 16297 ms, exit code 0
 
802026-03-26T22:55:24.030Zstarting task 2: "authentication"
812026-03-26T22:55:24.046Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T22:55:24.052Zstarting task 3: "clone repository"
832026-03-26T22:55:24.057Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T22:55:24.060Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T22:55:24.101ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T22:55:24.875Z+ cd /work/oxidecomputer/maghemite
872026-03-26T22:55:24.875Z+ git fetch origin 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
882026-03-26T22:55:25.122ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T22:55:25.122Z * branch 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486 -> FETCH_HEAD
902026-03-26T22:55:25.127Z+ [[ -n renovate/opte-ioctl-digest ]]
912026-03-26T22:55:25.130Z++ git branch --show-current
922026-03-26T22:55:25.130Z+ current=main
932026-03-26T22:55:25.130Z+ [[ main != renovate/opte-ioctl-digest ]]
942026-03-26T22:55:25.130Z+ git branch -f renovate/opte-ioctl-digest 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
952026-03-26T22:55:25.133Z+ git checkout -f renovate/opte-ioctl-digest
962026-03-26T22:55:25.155ZSwitched to branch 'renovate/opte-ioctl-digest'
972026-03-26T22:55:25.159Z+ git reset --hard 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
982026-03-26T22:55:25.165ZHEAD is now at 315d5b4 Update opte-ioctl digest to 04c3d5d
992026-03-26T22:55:25.170Zprocess exited: duration 1113 ms, exit code 0
 
1002026-03-26T22:55:25.176Zstarting task 4: "build"
1012026-03-26T22:55:25.181Z+ set -e
1022026-03-26T22:55:25.181Z+ source .github/buildomat/test-common.sh
1032026-03-26T22:55:25.181Z++ NEXTEST_VERSION=0.9.97
1042026-03-26T22:55:25.181Z++ PLATFORM=illumos
1052026-03-26T22:55:25.181Z++ banner install
1062026-03-26T22:55:25.184Z
1072026-03-26T22:55:25.184Z # # # #### ##### ## # #
1082026-03-26T22:55:25.184Z # ## # # # # # # #
1092026-03-26T22:55:25.184Z # # # # #### # # # # #
1102026-03-26T22:55:25.184Z # # # # # # ###### # #
1112026-03-26T22:55:25.184Z # # ## # # # # # # #
1122026-03-26T22:55:25.184Z # # # #### # # # ###### ######
1132026-03-26T22:55:25.184Z
1142026-03-26T22:55:25.184Z++ set +o errexit
1152026-03-26T22:55:25.184Z++ pkg info clang-15
1162026-03-26T22:55:25.184Z++ grep -qi installed
1172026-03-26T22:55:26.371Zpkg: info: no packages matching the following patterns you specified are
1182026-03-26T22:55:26.371Zinstalled on the system. Try querying remotely instead:
1192026-03-26T22:55:26.371Z
1202026-03-26T22:55:26.371Z clang-15
1212026-03-26T22:55:26.409Z++ [[ 1 != 0 ]]
1222026-03-26T22:55:26.409Z++ set -o errexit
1232026-03-26T22:55:26.412Z++ pfexec pkg install clang-15
1242026-03-26T22:55:32.672Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-26T22:55:39.486Z Startup: Caching catalogs ... Done
1262026-03-26T22:55:43.278ZPlanning: Solver setup ... Done
1272026-03-26T22:55:43.292ZPlanning: Running solver ... Done
1282026-03-26T22:55:43.408ZPlanning: Finding local manifests ... Done
1292026-03-26T22:55:43.440ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-26T22:55:43.514ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-26T22:55:43.544ZPlanning: Package planning ... Done
1322026-03-26T22:55:43.569ZPlanning: Merging actions ... Done
1332026-03-26T22:55:43.681ZPlanning: Checking for conflicting actions ... Done
1342026-03-26T22:55:43.687ZPlanning: Consolidating action changes ... Done
1352026-03-26T22:55:44.460ZPlanning: Evaluating mediators ... Done
1362026-03-26T22:55:44.465ZPlanning: Planning completed in 4.83 seconds
1372026-03-26T22:55:44.596Z Packages to install: 2
1382026-03-26T22:55:44.596Z Mediators to change: 2
1392026-03-26T22:55:44.596Z Services to change: 1
1402026-03-26T22:55:44.596Z Create boot environment: No
1412026-03-26T22:55:44.596ZCreate backup boot environment: No
1422026-03-26T22:55:44.637Z
1432026-03-26T22:55:44.637ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-26T22:55:49.645ZDownload: 1554/3076 items 117.0/211.3MB 55% complete (24.2M/s)
1452026-03-26T22:55:55.138ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (15.3M/s)
1462026-03-26T22:56:00.135ZDownload: 2922/3076 items 155.3/211.3MB 73% complete (3.7M/s)
1472026-03-26T22:56:14.330ZDownload: 3072/3076 items 210.4/211.3MB 99% complete
1482026-03-26T22:56:14.382ZDownload: Completed 211.31 MB in 29.74 seconds (7.1M/s)
1492026-03-26T22:56:14.492Z Actions: 1/3418 actions (Installing new actions)
1502026-03-26T22:56:17.801Z Actions: Completed 3418 actions in 3.31 seconds.
1512026-03-26T22:56:18.438Z Done
1522026-03-26T22:56:18.438Z Done
1532026-03-26T22:56:19.153Z Done
1542026-03-26T22:56:22.052Z Done
1552026-03-26T22:56:22.127Z Done
1562026-03-26T22:56:22.131Z Done
1572026-03-26T22:56:22.438Z Done
1582026-03-26T22:56:23.072Z++ set -o errexit
1592026-03-26T22:56:23.072Z++ cargo --version
1602026-03-26T22:56:23.081Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1612026-03-26T22:56:23.248Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1622026-03-26T22:56:23.254Zinfo: downloading 6 components
1632026-03-26T22:56:39.880Zcargo 1.94.0 (85eff7c80 2026-01-15)
1642026-03-26T22:56:39.883Z++ rustc --version
1652026-03-26T22:56:39.910Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1662026-03-26T22:56:39.913Z++ cargo install cargo-nextest --version 0.9.97
1672026-03-26T22:56:39.957Z Updating crates.io index
1682026-03-26T22:56:40.058Z Downloading crates ...
1692026-03-26T22:56:40.107Z Downloaded cargo-nextest v0.9.97
1702026-03-26T22:56:40.172Z Installing cargo-nextest v0.9.97
1712026-03-26T22:56:40.213Z Updating crates.io index
1722026-03-26T22:56:42.894Z Locking 408 packages to latest compatible versions
1732026-03-26T22:56:42.899Z Adding dialoguer v0.11.0 (available: v0.12.0)
1742026-03-26T22:56:42.902Z Adding duct v0.13.7 (available: v1.1.1)
1752026-03-26T22:56:42.902Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1762026-03-26T22:56:42.902Z Adding generic-array v0.14.7 (available: v0.14.9)
1772026-03-26T22:56:42.906Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1782026-03-26T22:56:42.906Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1792026-03-26T22:56:42.906Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1802026-03-26T22:56:42.909Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1812026-03-26T22:56:42.913Z Adding quick-junit v0.5.2 (available: v0.6.0)
1822026-03-26T22:56:42.929Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1832026-03-26T22:56:42.938Z Downloading crates ...
1842026-03-26T22:56:43.010Z Downloaded addr2line v0.25.1
1852026-03-26T22:56:43.013Z Downloaded equivalent v1.0.2
1862026-03-26T22:56:43.013Z Downloaded backtrace-ext v0.2.1
1872026-03-26T22:56:43.018Z Downloaded futures-macro v0.3.32
1882026-03-26T22:56:43.021Z Downloaded cargo-platform v0.2.0
1892026-03-26T22:56:43.025Z Downloaded home v0.5.12
1902026-03-26T22:56:43.028Z Downloaded filetime v0.2.27
1912026-03-26T22:56:43.031Z Downloaded duct v0.13.7
1922026-03-26T22:56:43.031Z Downloaded heck v0.5.0
1932026-03-26T22:56:43.034Z Downloaded indenter v0.3.4
1942026-03-26T22:56:43.038Z Downloaded foldhash v0.1.5
1952026-03-26T22:56:43.041Z Downloaded clap v4.6.0
1962026-03-26T22:56:43.045Z Downloaded getrandom v0.2.17
1972026-03-26T22:56:43.049Z Downloaded convert_case v0.10.0
1982026-03-26T22:56:43.053Z Downloaded futures v0.3.32
1992026-03-26T22:56:43.056Z Downloaded cc v1.2.57
2002026-03-26T22:56:43.056Z Downloaded const-oid v0.9.6
2012026-03-26T22:56:43.059Z Downloaded form_urlencoded v1.2.2
2022026-03-26T22:56:43.059Z Downloaded block-buffer v0.10.4
2032026-03-26T22:56:43.062Z Downloaded futures-io v0.3.32
2042026-03-26T22:56:43.066Z Downloaded fastrand v2.3.0
2052026-03-26T22:56:43.069Z Downloaded generic-array v0.14.7
2062026-03-26T22:56:43.069Z Downloaded async-scoped v0.9.0
2072026-03-26T22:56:43.069Z Downloaded digest v0.10.7
2082026-03-26T22:56:43.076Z Downloaded futures-sink v0.3.32
2092026-03-26T22:56:43.081Z Downloaded cfg-if v1.0.4
2102026-03-26T22:56:43.084Z Downloaded atomicwrites v0.4.4
2112026-03-26T22:56:43.087Z Downloaded futures-core v0.3.32
2122026-03-26T22:56:43.094Z Downloaded iana-time-zone v0.1.65
2132026-03-26T22:56:43.098Z Downloaded nested v0.1.1
2142026-03-26T22:56:43.098Z Downloaded cpufeatures v0.2.17
2152026-03-26T22:56:43.101Z Downloaded mukti-metadata v0.3.0
2162026-03-26T22:56:43.101Z Downloaded cfg_aliases v0.2.1
2172026-03-26T22:56:43.101Z Downloaded clap_lex v1.1.0
2182026-03-26T22:56:43.101Z Downloaded openssl-probe v0.2.1
2192026-03-26T22:56:43.104Z Downloaded cargo-platform v0.3.2
2202026-03-26T22:56:43.104Z Downloaded adler2 v2.0.1
2212026-03-26T22:56:43.104Z Downloaded fixedbitset v0.5.7
2222026-03-26T22:56:43.108Z Downloaded derive_more v2.1.1
2232026-03-26T22:56:43.112Z Downloaded openssl-macros v0.1.1
2242026-03-26T22:56:43.116Z Downloaded scopeguard v1.2.0
2252026-03-26T22:56:43.117Z Downloaded errno v0.3.14
2262026-03-26T22:56:43.117Z Downloaded pin-project-internal v1.1.11
2272026-03-26T22:56:43.117Z Downloaded color-spantrace v0.3.0
2282026-03-26T22:56:43.120Z Downloaded lock_api v0.4.14
2292026-03-26T22:56:43.120Z Downloaded foreign-types v0.3.2
2302026-03-26T22:56:43.120Z Downloaded debug-ignore v1.0.5
2312026-03-26T22:56:43.123Z Downloaded guppy-workspace-hack v0.1.0
2322026-03-26T22:56:43.126Z Downloaded foreign-types-shared v0.1.1
2332026-03-26T22:56:43.129Z Downloaded serde-value v0.7.0
2342026-03-26T22:56:43.132Z Downloaded futures-task v0.3.32
2352026-03-26T22:56:43.132Z Downloaded nextest-workspace-hack v0.1.0
2362026-03-26T22:56:43.132Z Downloaded curve25519-dalek-derive v0.1.1
2372026-03-26T22:56:43.137Z Downloaded crypto-common v0.1.7
2382026-03-26T22:56:43.137Z Downloaded number_prefix v0.4.0
2392026-03-26T22:56:43.140Z Downloaded indent_write v2.2.0
2402026-03-26T22:56:43.142Z Downloaded percent-encoding v2.3.2
2412026-03-26T22:56:43.142Z Downloaded atomic-waker v1.1.2
2422026-03-26T22:56:43.142Z Downloaded anstyle-query v1.1.5
2432026-03-26T22:56:43.144Z Downloaded enable-ansi-support v0.2.1
2442026-03-26T22:56:43.151Z Downloaded colorchoice v1.0.5
2452026-03-26T22:56:43.154Z Downloaded pin-utils v0.1.0
2462026-03-26T22:56:43.154Z Downloaded is_ci v1.2.0
2472026-03-26T22:56:43.158Z Downloaded fnv v1.0.7
2482026-03-26T22:56:43.158Z Downloaded rustc-demangle v0.1.27
2492026-03-26T22:56:43.161Z Downloaded pathdiff v0.2.3
2502026-03-26T22:56:43.161Z Downloaded is_terminal_polyfill v1.70.2
2512026-03-26T22:56:43.161Z Downloaded rand_core v0.6.4
2522026-03-26T22:56:43.164Z Downloaded hex v0.4.3
2532026-03-26T22:56:43.167Z Downloaded serde_spanned v0.6.9
2542026-03-26T22:56:43.167Z Downloaded rand_chacha v0.9.0
2552026-03-26T22:56:43.168Z Downloaded pin-project-lite v0.2.17
2562026-03-26T22:56:43.172Z Downloaded serde_urlencoded v0.7.1
2572026-03-26T22:56:43.172Z Downloaded serde_spanned v1.1.0
2582026-03-26T22:56:43.172Z Downloaded newtype-uuid v1.3.2
2592026-03-26T22:56:43.175Z Downloaded either v1.15.0
2602026-03-26T22:56:43.181Z Downloaded rustc_version v0.4.1
2612026-03-26T22:56:43.181Z Downloaded ed25519 v2.2.3
2622026-03-26T22:56:43.184Z Downloaded cargo_metadata v0.23.1
2632026-03-26T22:56:43.184Z Downloaded lazy_static v1.5.0
2642026-03-26T22:56:43.184Z Downloaded lru-slab v0.1.2
2652026-03-26T22:56:43.184Z Downloaded hyper-tls v0.6.0
2662026-03-26T22:56:43.184Z Downloaded autocfg v1.5.0
2672026-03-26T22:56:43.188Z Downloaded futures-executor v0.3.32
2682026-03-26T22:56:43.188Z Downloaded humantime-serde v1.1.1
2692026-03-26T22:56:43.188Z Downloaded dialoguer v0.11.0
2702026-03-26T22:56:43.191Z Downloaded idna_adapter v1.0.0
2712026-03-26T22:56:43.192Z Downloaded shared_child v1.1.1
2722026-03-26T22:56:43.192Z Downloaded anstyle v1.0.14
2732026-03-26T22:56:43.194Z Downloaded shell-words v1.1.1
2742026-03-26T22:56:43.195Z Downloaded ordered-float v2.10.1
2752026-03-26T22:56:43.195Z Downloaded sigchld v0.2.4
2762026-03-26T22:56:43.200Z Downloaded signature v2.2.0
2772026-03-26T22:56:43.203Z Downloaded http-body v1.0.1
2782026-03-26T22:56:43.206Z Downloaded strsim v0.11.1
2792026-03-26T22:56:43.209Z Downloaded supports-color v3.0.2
2802026-03-26T22:56:43.212Z Downloaded sync_wrapper v1.0.2
2812026-03-26T22:56:43.212Z Downloaded document-features v0.2.12
2822026-03-26T22:56:43.212Z Downloaded camino-tempfile v1.4.1
2832026-03-26T22:56:43.212Z Downloaded supports-unicode v3.0.0
2842026-03-26T22:56:43.215Z Downloaded cargo_metadata v0.20.0
2852026-03-26T22:56:43.219Z Downloaded find-msvc-tools v0.1.9
2862026-03-26T22:56:43.222Z Downloaded itoa v1.0.18
2872026-03-26T22:56:43.222Z Downloaded quote v1.0.45
2882026-03-26T22:56:43.225Z Downloaded anstyle-parse v1.0.0
2892026-03-26T22:56:43.228Z Downloaded native-tls v0.2.18
2902026-03-26T22:56:43.228Z Downloaded ipnet v2.12.0
2912026-03-26T22:56:43.231Z Downloaded serde-untagged v0.1.9
2922026-03-26T22:56:43.231Z Downloaded owo-colors v4.3.0
2932026-03-26T22:56:43.234Z Downloaded rand_core v0.9.5
2942026-03-26T22:56:43.234Z Downloaded miette-derive v7.6.0
2952026-03-26T22:56:43.234Z Downloaded erased-serde v0.4.10
2962026-03-26T22:56:43.237Z Downloaded os_pipe v1.2.3
2972026-03-26T22:56:43.237Z Downloaded rustc-hash v2.1.1
2982026-03-26T22:56:43.242Z Downloaded serde_ignored v0.1.14
2992026-03-26T22:56:43.245Z Downloaded jobserver v0.1.34
3002026-03-26T22:56:43.245Z Downloaded once_cell v1.21.4
3012026-03-26T22:56:43.248Z Downloaded strip-ansi-escapes v0.2.1
3022026-03-26T22:56:43.248Z Downloaded globset v0.4.18
3032026-03-26T22:56:43.251Z Downloaded subtle v2.6.1
3042026-03-26T22:56:43.254Z Downloaded eyre v0.6.12
3052026-03-26T22:56:43.256Z Downloaded terminal_size v0.4.4
3062026-03-26T22:56:43.259Z Downloaded crc32fast v1.5.0
3072026-03-26T22:56:43.259Z Downloaded bitflags v2.11.0
3082026-03-26T22:56:43.264Z Downloaded target-spec-miette v0.4.5
3092026-03-26T22:56:43.264Z Downloaded humantime v2.3.0
3102026-03-26T22:56:43.269Z Downloaded pkcs8 v0.10.2
3112026-03-26T22:56:43.272Z Downloaded nextest-metadata v0.12.2
3122026-03-26T22:56:43.276Z Downloaded self-replace v1.5.0
3132026-03-26T22:56:43.280Z Downloaded swrite v0.1.0
3142026-03-26T22:56:43.283Z Downloaded tinyvec_macros v0.1.1
3152026-03-26T22:56:43.283Z Downloaded supports-hyperlinks v3.2.0
3162026-03-26T22:56:43.286Z Downloaded signal-hook-mio v0.2.5
3172026-03-26T22:56:43.286Z Downloaded slab v0.4.12
3182026-03-26T22:56:43.286Z Downloaded simd-adler32 v0.3.8
3192026-03-26T22:56:43.289Z Downloaded smol_str v0.3.6
3202026-03-26T22:56:43.289Z Downloaded signal-hook-registry v1.4.8
3212026-03-26T22:56:43.289Z Downloaded shlex v1.3.0
3222026-03-26T22:56:43.292Z Downloaded tower-layer v0.3.3
3232026-03-26T22:56:43.292Z Downloaded sha2 v0.10.9
3242026-03-26T22:56:43.292Z Downloaded tracing-error v0.2.1
3252026-03-26T22:56:43.295Z Downloaded try-lock v0.2.5
3262026-03-26T22:56:43.295Z Downloaded typeid v1.0.3
3272026-03-26T22:56:43.295Z Downloaded serde_path_to_error v0.1.20
3282026-03-26T22:56:43.298Z Downloaded rustls-pki-types v1.14.0
3292026-03-26T22:56:43.301Z Downloaded untrusted v0.9.0
3302026-03-26T22:56:43.301Z Downloaded hyper-rustls v0.27.7
3312026-03-26T22:56:43.304Z Downloaded quick-junit v0.5.2
3322026-03-26T22:56:43.307Z Downloaded future-queue v0.4.0
3332026-03-26T22:56:43.307Z Downloaded cfg-expr v0.20.7
3342026-03-26T22:56:43.310Z Downloaded base64ct v1.8.3
3352026-03-26T22:56:43.315Z Downloaded toml_datetime v0.6.11
3362026-03-26T22:56:43.315Z Downloaded semver v1.0.27
3372026-03-26T22:56:43.315Z Downloaded tower-service v0.3.3
3382026-03-26T22:56:43.318Z Downloaded toml_write v0.1.2
3392026-03-26T22:56:43.318Z Downloaded ppv-lite86 v0.2.21
3402026-03-26T22:56:43.318Z Downloaded parking_lot_core v0.9.12
3412026-03-26T22:56:43.318Z Downloaded futures-channel v0.3.32
3422026-03-26T22:56:43.318Z Downloaded pkg-config v0.3.32
3432026-03-26T22:56:43.322Z Downloaded ahash v0.8.12
3442026-03-26T22:56:43.331Z Downloaded self_update v0.42.0
3452026-03-26T22:56:43.335Z Downloaded target-lexicon v0.13.3
3462026-03-26T22:56:43.335Z Downloaded static_assertions v1.1.0
3472026-03-26T22:56:43.335Z Downloaded utf8_iter v1.0.4
3482026-03-26T22:56:43.339Z Downloaded unicode-linebreak v0.1.5
3492026-03-26T22:56:43.339Z Downloaded derive-where v1.6.1
3502026-03-26T22:56:43.342Z Downloaded cargo-util-schemas v0.2.0
3512026-03-26T22:56:43.342Z Downloaded urlencoding v2.1.3
3522026-03-26T22:56:43.342Z Downloaded unicode-xid v0.2.6
3532026-03-26T22:56:43.345Z Downloaded thiserror v1.0.69
3542026-03-26T22:56:43.345Z Downloaded spki v0.7.3
3552026-03-26T22:56:43.349Z Downloaded want v0.3.1
3562026-03-26T22:56:43.349Z Downloaded utf8parse v0.2.2
3572026-03-26T22:56:43.349Z Downloaded version_check v0.9.5
3582026-03-26T22:56:43.349Z Downloaded httparse v1.10.1
3592026-03-26T22:56:43.352Z Downloaded anstream v1.0.0
3602026-03-26T22:56:43.355Z Downloaded thiserror-impl v2.0.18
3612026-03-26T22:56:43.359Z Downloaded quinn-udp v0.5.14
3622026-03-26T22:56:43.359Z Downloaded thread_local v1.1.9
3632026-03-26T22:56:43.359Z Downloaded thiserror-impl v1.0.69
3642026-03-26T22:56:43.362Z Downloaded parking_lot v0.12.5
3652026-03-26T22:56:43.362Z Downloaded thiserror v2.0.18
3662026-03-26T22:56:43.364Z Downloaded xattr v1.6.1
3672026-03-26T22:56:43.367Z Downloaded tokio-native-tls v0.3.1
3682026-03-26T22:56:43.367Z Downloaded smallvec v1.15.1
3692026-03-26T22:56:43.370Z Downloaded http-body-util v0.1.3
3702026-03-26T22:56:43.373Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3712026-03-26T22:56:43.373Z Downloaded target-spec v3.5.7
3722026-03-26T22:56:43.375Z Downloaded toml_writer v1.1.0+spec-1.1.0
3732026-03-26T22:56:43.378Z Downloaded unicase v2.9.0
3742026-03-26T22:56:43.381Z Downloaded tracing-log v0.2.0
3752026-03-26T22:56:43.382Z Downloaded getrandom v0.3.4
3762026-03-26T22:56:43.384Z Downloaded clap_derive v4.6.0
3772026-03-26T22:56:43.387Z Downloaded console v0.15.11
3782026-03-26T22:56:43.387Z Downloaded pin-project v1.1.11
3792026-03-26T22:56:43.394Z Downloaded ryu v1.0.23
3802026-03-26T22:56:43.398Z Downloaded camino v1.2.2
3812026-03-26T22:56:43.398Z Downloaded nextest-filtering v0.15.0
3822026-03-26T22:56:43.403Z Downloaded num-traits v0.2.19
3832026-03-26T22:56:43.403Z Downloaded config v0.15.22
3842026-03-26T22:56:43.406Z Downloaded getrandom v0.4.2
3852026-03-26T22:56:43.406Z Downloaded base64 v0.22.1
3862026-03-26T22:56:43.417Z Downloaded litrs v1.0.0
3872026-03-26T22:56:43.423Z Downloaded zeroize v1.8.2
3882026-03-26T22:56:43.426Z Downloaded tokio-stream v0.1.18
3892026-03-26T22:56:43.429Z Downloaded toml v0.8.23
3902026-03-26T22:56:43.432Z Downloaded zmij v1.0.21
3912026-03-26T22:56:43.433Z Downloaded xxhash-rust v0.8.15
3922026-03-26T22:56:43.436Z Downloaded serde_core v1.0.228
3932026-03-26T22:56:43.436Z Downloaded signal-hook v0.3.18
3942026-03-26T22:56:43.439Z Downloaded tokio-macros v2.6.1
3952026-03-26T22:56:43.439Z Downloaded toml_parser v1.1.0+spec-1.1.0
3962026-03-26T22:56:43.442Z Downloaded tokio-rustls v0.26.4
3972026-03-26T22:56:43.442Z Downloaded miniz_oxide v0.8.9
3982026-03-26T22:56:43.453Z Downloaded log v0.4.29
3992026-03-26T22:56:43.458Z Downloaded zipsign-api v0.1.5
4002026-03-26T22:56:43.458Z Downloaded tracing-attributes v0.1.31
4012026-03-26T22:56:43.461Z Downloaded serde_derive v1.0.228
4022026-03-26T22:56:43.485Z Downloaded memchr v2.8.0
4032026-03-26T22:56:43.485Z Downloaded flate2 v1.1.9
4042026-03-26T22:56:43.489Z Downloaded guppy v0.17.25
4052026-03-26T22:56:43.489Z Downloaded tinyvec v1.11.0
4062026-03-26T22:56:43.489Z Downloaded zstd v0.13.3
4072026-03-26T22:56:43.489Z Downloaded sharded-slab v0.1.7
4082026-03-26T22:56:43.489Z Downloaded socket2 v0.6.3
4092026-03-26T22:56:43.489Z Downloaded openssl-sys v0.9.112
4102026-03-26T22:56:43.489Z Downloaded indicatif v0.17.11
4112026-03-26T22:56:43.489Z Downloaded ed25519-dalek v2.2.0
4122026-03-26T22:56:43.489Z Downloaded bytes v1.11.1
4132026-03-26T22:56:43.492Z Downloaded borsh v1.6.1
4142026-03-26T22:56:43.496Z Downloaded zstd-safe v7.2.4
4152026-03-26T22:56:43.498Z Downloaded nix v0.30.1
4162026-03-26T22:56:43.502Z Downloaded serde v1.0.228
4172026-03-26T22:56:43.505Z Downloaded proc-macro2 v1.0.106
4182026-03-26T22:56:43.508Z Downloaded tempfile v3.27.0
4192026-03-26T22:56:43.508Z Downloaded tar v0.4.45
4202026-03-26T22:56:43.510Z Downloaded vte v0.14.1
4212026-03-26T22:56:43.511Z Downloaded derive_more-impl v2.1.1
4222026-03-26T22:56:43.514Z Downloaded textwrap v0.16.2
4232026-03-26T22:56:43.518Z Downloaded toml v1.1.0+spec-1.1.0
4242026-03-26T22:56:43.523Z Downloaded tracing-core v0.1.36
4252026-03-26T22:56:43.526Z Downloaded indexmap v2.13.0
4262026-03-26T22:56:43.527Z Downloaded unicode-ident v1.0.24
4272026-03-26T22:56:43.530Z Downloaded backtrace v0.3.76
4282026-03-26T22:56:43.534Z Downloaded quinn v0.11.9
4292026-03-26T22:56:43.537Z Downloaded rustls-webpki v0.103.10
4302026-03-26T22:56:43.548Z Downloaded der v0.7.10
4312026-03-26T22:56:43.551Z Downloaded hyper-util v0.1.20
4322026-03-26T22:56:43.554Z Downloaded toml_edit v0.22.27
4332026-03-26T22:56:43.558Z Downloaded typenum v1.19.0
4342026-03-26T22:56:43.564Z Downloaded url v2.5.8
4352026-03-26T22:56:43.567Z Downloaded crossterm v0.29.0
4362026-03-26T22:56:43.570Z Downloaded uuid v1.22.0
4372026-03-26T22:56:43.576Z Downloaded mio v1.1.1
4382026-03-26T22:56:43.581Z Downloaded http v1.4.0
4392026-03-26T22:56:43.585Z Downloaded miette v7.6.0
4402026-03-26T22:56:43.592Z Downloaded rand v0.9.2
4412026-03-26T22:56:43.603Z Downloaded hashbrown v0.16.1
4422026-03-26T22:56:43.607Z Downloaded hashbrown v0.15.5
4432026-03-26T22:56:43.610Z Downloaded unicode-segmentation v1.13.2
4442026-03-26T22:56:43.617Z Downloaded idna v1.1.0
4452026-03-26T22:56:43.632Z Downloaded regex-automata v0.4.14
4462026-03-26T22:56:43.640Z Downloaded serde_json v1.0.149
4472026-03-26T22:56:43.644Z Downloaded clap_builder v4.6.0
4482026-03-26T22:56:43.647Z Downloaded itertools v0.14.0
4492026-03-26T22:56:43.652Z Downloaded tower-http v0.6.8
4502026-03-26T22:56:43.657Z Downloaded h2 v0.4.13
4512026-03-26T22:56:43.660Z Downloaded tokio-util v0.7.18
4522026-03-26T22:56:43.663Z Downloaded ron v0.12.0
4532026-03-26T22:56:43.668Z Downloaded tower v0.5.3
4542026-03-26T22:56:43.672Z Downloaded pulldown-cmark v0.13.3
4552026-03-26T22:56:43.675Z Downloaded unicode-normalization v0.1.25
4562026-03-26T22:56:43.677Z Downloaded regex v1.12.3
4572026-03-26T22:56:43.680Z Downloaded futures-util v0.3.32
4582026-03-26T22:56:43.686Z Downloaded reqwest v0.12.28
4592026-03-26T22:56:43.691Z Downloaded hyper v1.8.1
4602026-03-26T22:56:43.694Z Downloaded aho-corasick v1.1.4
4612026-03-26T22:56:43.704Z Downloaded winnow v1.0.0
4622026-03-26T22:56:43.710Z Downloaded winnow v0.7.15
4632026-03-26T22:56:43.715Z Downloaded chrono v0.4.44
4642026-03-26T22:56:43.722Z Downloaded quick-xml v0.37.5
4652026-03-26T22:56:43.726Z Downloaded iri-string v0.7.11
4662026-03-26T22:56:43.730Z Downloaded curve25519-dalek v4.1.3
4672026-03-26T22:56:43.734Z Downloaded vcpkg v0.2.15
4682026-03-26T22:56:43.757Z Downloaded webpki-roots v1.0.6
4692026-03-26T22:56:43.760Z Downloaded portable-atomic v1.13.1
4702026-03-26T22:56:43.772Z Downloaded unicode-width v0.2.2
4712026-03-26T22:56:43.775Z Downloaded quick-xml v0.38.4
4722026-03-26T22:56:43.779Z Downloaded syn v2.0.117
4732026-03-26T22:56:43.784Z Downloaded gimli v0.32.3
4742026-03-26T22:56:43.788Z Downloaded bstr v1.12.1
4752026-03-26T22:56:43.801Z Downloaded quinn-proto v0.11.14
4762026-03-26T22:56:43.807Z Downloaded tracing-subscriber v0.3.23
4772026-03-26T22:56:43.815Z Downloaded color-eyre v0.6.5
4782026-03-26T22:56:43.833Z Downloaded tokio v1.50.0
4792026-03-26T22:56:43.865Z Downloaded openssl v0.10.76
4802026-03-26T22:56:43.871Z Downloaded zerocopy v0.8.47
4812026-03-26T22:56:43.881Z Downloaded unicode-width v0.1.14
4822026-03-26T22:56:43.884Z Downloaded nextest-runner v0.80.0
4832026-03-26T22:56:43.903Z Downloaded regex-syntax v0.8.10
4842026-03-26T22:56:43.907Z Downloaded object v0.37.3
4852026-03-26T22:56:43.913Z Downloaded rustls v0.23.37
4862026-03-26T22:56:43.920Z Downloaded rustix v0.38.44
4872026-03-26T22:56:43.961Z Downloaded rustix v1.1.4
4882026-03-26T22:56:43.993Z Downloaded tracing v0.1.44
4892026-03-26T22:56:44.076Z Downloaded petgraph v0.8.3
4902026-03-26T22:56:44.087Z Downloaded libc v0.2.183
4912026-03-26T22:56:44.106Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4922026-03-26T22:56:44.183Z Downloaded recursion v0.5.4
4932026-03-26T22:56:44.198Z Downloaded ring v0.17.14
4942026-03-26T22:56:44.261Z Compiling proc-macro2 v1.0.106
4952026-03-26T22:56:44.261Z Compiling libc v0.2.183
4962026-03-26T22:56:44.265Z Compiling quote v1.0.45
4972026-03-26T22:56:44.265Z Compiling unicode-ident v1.0.24
4982026-03-26T22:56:44.265Z Compiling serde_core v1.0.228
4992026-03-26T22:56:44.388Z Compiling cfg-if v1.0.4
5002026-03-26T22:56:44.393Z Compiling memchr v2.8.0
5012026-03-26T22:56:44.393Z Compiling once_cell v1.21.4
5022026-03-26T22:56:44.487Z Compiling log v0.4.29
5032026-03-26T22:56:44.515Z Compiling pin-project-lite v0.2.17
5042026-03-26T22:56:44.603Z Compiling serde v1.0.228
5052026-03-26T22:56:44.635Z Compiling itoa v1.0.18
5062026-03-26T22:56:44.865Z Compiling futures-core v0.3.32
5072026-03-26T22:56:45.014Z Compiling bitflags v2.11.0
5082026-03-26T22:56:45.144Z Compiling smallvec v1.15.1
5092026-03-26T22:56:45.181Z Compiling find-msvc-tools v0.1.9
5102026-03-26T22:56:45.386Z Compiling equivalent v1.0.2
5112026-03-26T22:56:45.386Z Compiling hashbrown v0.16.1
5122026-03-26T22:56:45.411Z Compiling shlex v1.3.0
5132026-03-26T22:56:45.482Z Compiling jobserver v0.1.34
5142026-03-26T22:56:45.494Z Compiling bytes v1.11.1
5152026-03-26T22:56:45.498Z Compiling rustix v1.1.4
5162026-03-26T22:56:45.597Z Compiling futures-sink v0.3.32
5172026-03-26T22:56:45.710Z Compiling errno v0.3.14
5182026-03-26T22:56:45.710Z Compiling cc v1.2.57
5192026-03-26T22:56:45.840Z Compiling signal-hook-registry v1.4.8
5202026-03-26T22:56:45.909Z Compiling mio v1.1.1
5212026-03-26T22:56:46.043Z Compiling syn v2.0.117
5222026-03-26T22:56:46.056Z Compiling socket2 v0.6.3
5232026-03-26T22:56:46.408Z Compiling zmij v1.0.21
5242026-03-26T22:56:46.421Z Compiling slab v0.4.12
5252026-03-26T22:56:46.619Z Compiling futures-channel v0.3.32
5262026-03-26T22:56:46.635Z Compiling tracing-core v0.1.36
5272026-03-26T22:56:46.759Z Compiling version_check v0.9.5
5282026-03-26T22:56:46.892Z Compiling serde_json v1.0.149
5292026-03-26T22:56:47.030Z Compiling futures-io v0.3.32
5302026-03-26T22:56:47.042Z Compiling futures-task v0.3.32
5312026-03-26T22:56:47.128Z Compiling indexmap v2.13.0
5322026-03-26T22:56:47.240Z Compiling getrandom v0.4.2
5332026-03-26T22:56:47.265Z Compiling camino v1.2.2
5342026-03-26T22:56:47.277Z Compiling unicode-width v0.2.2
5352026-03-26T22:56:47.621Z Compiling ring v0.17.14
5362026-03-26T22:56:47.645Z Compiling http v1.4.0
5372026-03-26T22:56:47.699Z Compiling percent-encoding v2.3.2
5382026-03-26T22:56:47.757Z Compiling adler2 v2.0.1
5392026-03-26T22:56:47.935Z Compiling zeroize v1.8.2
5402026-03-26T22:56:47.981Z Compiling autocfg v1.5.0
5412026-03-26T22:56:47.995Z Compiling simd-adler32 v0.3.8
5422026-03-26T22:56:48.125Z Compiling getrandom v0.3.4
5432026-03-26T22:56:48.320Z Compiling num-traits v0.2.19
5442026-03-26T22:56:48.445Z Compiling miniz_oxide v0.8.9
5452026-03-26T22:56:48.542Z Compiling object v0.37.3
5462026-03-26T22:56:48.675Z Compiling zerocopy v0.8.47
5472026-03-26T22:56:48.821Z Compiling target-lexicon v0.13.3
5482026-03-26T22:56:49.077Z Compiling http-body v1.0.1
5492026-03-26T22:56:49.094Z Compiling rustls-pki-types v1.14.0
5502026-03-26T22:56:49.238Z Compiling semver v1.0.27
5512026-03-26T22:56:49.330Z Compiling getrandom v0.2.17
5522026-03-26T22:56:49.454Z Compiling httparse v1.10.1
5532026-03-26T22:56:49.523Z Compiling gimli v0.32.3
5542026-03-26T22:56:49.759Z Compiling thiserror v2.0.18
5552026-03-26T22:56:49.771Z Compiling serde_derive v1.0.228
5562026-03-26T22:56:49.795Z Compiling tokio-macros v2.6.1
5572026-03-26T22:56:49.877Z Compiling futures-macro v0.3.32
5582026-03-26T22:56:49.899Z Compiling tracing-attributes v0.1.31
5592026-03-26T22:56:49.915Z Compiling untrusted v0.9.0
5602026-03-26T22:56:50.049Z Compiling owo-colors v4.3.0
5612026-03-26T22:56:50.088Z Compiling typenum v1.19.0
5622026-03-26T22:56:50.366Z Compiling signal-hook v0.3.18
5632026-03-26T22:56:50.418Z Compiling fnv v1.0.7
5642026-03-26T22:56:50.524Z Compiling guppy-workspace-hack v0.1.0
5652026-03-26T22:56:50.606Z Compiling tokio v1.50.0
5662026-03-26T22:56:50.674Z Compiling futures-util v0.3.32
5672026-03-26T22:56:50.796Z Compiling thiserror-impl v2.0.18
5682026-03-26T22:56:51.091Z Compiling tracing v0.1.44
5692026-03-26T22:56:51.435Z Compiling addr2line v0.25.1
5702026-03-26T22:56:52.200Z Compiling form_urlencoded v1.2.2
5712026-03-26T22:56:52.457Z Compiling generic-array v0.14.7
5722026-03-26T22:56:52.687Z Compiling rustls v0.23.37
5732026-03-26T22:56:52.751Z Compiling typeid v1.0.3
5742026-03-26T22:56:52.886Z Compiling fastrand v2.3.0
5752026-03-26T22:56:52.977Z Compiling utf8_iter v1.0.4
5762026-03-26T22:56:53.022Z Compiling try-lock v0.2.5
5772026-03-26T22:56:53.134Z Compiling rustc-demangle v0.1.27
5782026-03-26T22:56:53.137Z Compiling pkg-config v0.3.32
5792026-03-26T22:56:53.505Z Compiling idna_adapter v1.0.0
5802026-03-26T22:56:53.528Z Compiling thiserror v1.0.69
5812026-03-26T22:56:53.528Z Compiling atomic-waker v1.1.2
5822026-03-26T22:56:53.528Z Compiling target-spec v3.5.7
5832026-03-26T22:56:53.572Z Compiling tower-service v0.3.3
5842026-03-26T22:56:53.666Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-03-26T22:56:53.755Z Compiling idna v1.1.0
5862026-03-26T22:56:53.776Z Compiling want v0.3.1
5872026-03-26T22:56:53.967Z Compiling tempfile v3.27.0
5882026-03-26T22:56:54.153Z Compiling cfg-expr v0.20.7
5892026-03-26T22:56:54.453Z Compiling tokio-util v0.7.18
5902026-03-26T22:56:54.847Z Compiling backtrace v0.3.76
5912026-03-26T22:56:55.110Z Compiling h2 v0.4.13
5922026-03-26T22:56:55.538Z Compiling thiserror-impl v1.0.69
5932026-03-26T22:56:55.635Z Compiling terminal_size v0.4.4
5942026-03-26T22:56:55.787Z Compiling aho-corasick v1.1.4
5952026-03-26T22:56:55.847Z Compiling regex-syntax v0.8.10
5962026-03-26T22:56:55.932Z Compiling subtle v2.6.1
5972026-03-26T22:56:56.091Z Compiling winnow v0.7.15
5982026-03-26T22:56:56.679Z Compiling pin-utils v0.1.0
5992026-03-26T22:56:56.758Z Compiling erased-serde v0.4.10
6002026-03-26T22:56:57.724Z Compiling rustls-webpki v0.103.10
6012026-03-26T22:56:57.961Z Compiling hyper v1.8.1
6022026-03-26T22:57:00.244Z Compiling regex-automata v0.4.14
6032026-03-26T22:57:01.281Z Compiling url v2.5.8
6042026-03-26T22:57:01.691Z Compiling serde_spanned v0.6.9
6052026-03-26T22:57:01.854Z Compiling toml_datetime v0.6.11
6062026-03-26T22:57:02.224Z Compiling ahash v0.8.12
6072026-03-26T22:57:02.472Z Compiling sync_wrapper v1.0.2
6082026-03-26T22:57:02.587Z Compiling foldhash v0.1.5
6092026-03-26T22:57:02.809Z Compiling crc32fast v1.5.0
6102026-03-26T22:57:03.019Z Compiling tower-layer v0.3.3
6112026-03-26T22:57:03.095Z Compiling unicode-segmentation v1.13.2
6122026-03-26T22:57:03.255Z Compiling base64 v0.22.1
6132026-03-26T22:57:03.411Z Compiling portable-atomic v1.13.1
6142026-03-26T22:57:03.489Z Compiling lazy_static v1.5.0
6152026-03-26T22:57:03.598Z Compiling either v1.15.0
6162026-03-26T22:57:03.706Z Compiling ipnet v2.12.0
6172026-03-26T22:57:03.736Z Compiling is_ci v1.2.0
6182026-03-26T22:57:03.822Z Compiling parking_lot_core v0.9.12
6192026-03-26T22:57:03.855Z Compiling unicode-linebreak v0.1.5
6202026-03-26T22:57:03.866Z Compiling nextest-workspace-hack v0.1.0
6212026-03-26T22:57:03.902Z Compiling toml_write v0.1.2
6222026-03-26T22:57:04.105Z Compiling toml_edit v0.22.27
6232026-03-26T22:57:04.116Z Compiling textwrap v0.16.2
6242026-03-26T22:57:04.127Z Compiling hyper-util v0.1.20
6252026-03-26T22:57:04.184Z Compiling supports-color v3.0.2
6262026-03-26T22:57:04.414Z Compiling sharded-slab v0.1.7
6272026-03-26T22:57:04.915Z Compiling convert_case v0.10.0
6282026-03-26T22:57:05.014Z Compiling tower v0.5.3
6292026-03-26T22:57:05.218Z Compiling tokio-rustls v0.26.4
6302026-03-26T22:57:05.503Z Compiling hashbrown v0.15.5
6312026-03-26T22:57:05.589Z Compiling backtrace-ext v0.2.1
6322026-03-26T22:57:05.853Z Compiling ordered-float v2.10.1
6332026-03-26T22:57:06.120Z Compiling miette-derive v7.6.0
6342026-03-26T22:57:06.120Z Compiling webpki-roots v1.0.6
6352026-03-26T22:57:06.123Z Compiling pathdiff v0.2.3
6362026-03-26T22:57:06.251Z Compiling console v0.15.11
6372026-03-26T22:57:06.266Z Compiling cargo-platform v0.3.2
6382026-03-26T22:57:06.755Z Compiling tracing-log v0.2.0
6392026-03-26T22:57:06.829Z Compiling os_pipe v1.2.3
6402026-03-26T22:57:07.000Z Compiling thread_local v1.1.9
6412026-03-26T22:57:07.134Z Compiling scopeguard v1.2.0
6422026-03-26T22:57:07.216Z Compiling rustix v0.38.44
6432026-03-26T22:57:07.244Z Compiling unicode-width v0.1.14
6442026-03-26T22:57:07.361Z Compiling iri-string v0.7.11
6452026-03-26T22:57:07.543Z Compiling pulldown-cmark v0.13.3
6462026-03-26T22:57:07.561Z Compiling debug-ignore v1.0.5
6472026-03-26T22:57:07.576Z Compiling fixedbitset v0.5.7
6482026-03-26T22:57:07.669Z Compiling supports-hyperlinks v3.2.0
6492026-03-26T22:57:07.755Z Compiling utf8parse v0.2.2
6502026-03-26T22:57:08.874Z Compiling cfg_aliases v0.2.1
6512026-03-26T22:57:08.877Z Compiling supports-unicode v3.0.0
6522026-03-26T22:57:08.877Z Compiling ryu v1.0.23
6532026-03-26T22:57:08.877Z Compiling winnow v1.0.0
6542026-03-26T22:57:08.877Z Compiling zstd-safe v7.2.4
6552026-03-26T22:57:08.877Z Compiling serde_urlencoded v0.7.1
6562026-03-26T22:57:08.877Z Compiling miette v7.6.0
6572026-03-26T22:57:08.877Z Compiling nix v0.30.1
6582026-03-26T22:57:09.171Z Compiling toml_parser v1.1.0+spec-1.1.0
6592026-03-26T22:57:09.518Z Compiling tower-http v0.6.8
6602026-03-26T22:57:09.999Z Compiling anstyle-parse v1.0.0
6612026-03-26T22:57:10.220Z Compiling petgraph v0.8.3
6622026-03-26T22:57:10.507Z Compiling lock_api v0.4.14
6632026-03-26T22:57:10.584Z Compiling tracing-subscriber v0.3.23
6642026-03-26T22:57:10.750Z Compiling sigchld v0.2.4
6652026-03-26T22:57:10.948Z Compiling cargo_metadata v0.23.1
6662026-03-26T22:57:11.444Z Compiling hyper-rustls v0.27.7
6672026-03-26T22:57:12.127Z Compiling serde-value v0.7.0
6682026-03-26T22:57:12.131Z Compiling serde-untagged v0.1.9
6692026-03-26T22:57:12.491Z Compiling toml v0.8.23
6702026-03-26T22:57:12.999Z Compiling derive_more-impl v2.1.1
6712026-03-26T22:57:13.811Z Compiling itertools v0.14.0
6722026-03-26T22:57:13.872Z Compiling regex v1.12.3
6732026-03-26T22:57:13.887Z Compiling crypto-common v0.1.7
6742026-03-26T22:57:13.990Z Compiling block-buffer v0.10.4
6752026-03-26T22:57:14.019Z Compiling ppv-lite86 v0.2.21
6762026-03-26T22:57:14.138Z Compiling futures-executor v0.3.32
6772026-03-26T22:57:14.348Z Compiling rand_core v0.9.5
6782026-03-26T22:57:14.602Z Compiling pin-project-internal v1.1.11
6792026-03-26T22:57:14.672Z Compiling http-body-util v0.1.3
6802026-03-26T22:57:14.947Z Compiling uuid v1.22.0
6812026-03-26T22:57:15.274Z Compiling toml_datetime v1.1.0+spec-1.1.0
6822026-03-26T22:57:15.305Z Compiling smol_str v0.3.6
6832026-03-26T22:57:15.395Z Compiling serde_spanned v1.1.0
6842026-03-26T22:57:15.480Z Compiling filetime v0.2.27
6852026-03-26T22:57:15.558Z Compiling vte v0.14.1
6862026-03-26T22:57:15.639Z Compiling bstr v1.12.1
6872026-03-26T22:57:15.687Z Compiling litrs v1.0.0
6882026-03-26T22:57:15.687Z Compiling anstyle-query v1.1.5
6892026-03-26T22:57:15.774Z Compiling is_terminal_polyfill v1.70.2
6902026-03-26T22:57:15.804Z Compiling color-spantrace v0.3.0
6912026-03-26T22:57:16.063Z Compiling number_prefix v0.4.0
6922026-03-26T22:57:16.102Z Compiling unicode-xid v0.2.6
6932026-03-26T22:57:16.133Z Compiling self_update v0.42.0
6942026-03-26T22:57:16.153Z Compiling tinyvec_macros v0.1.1
6952026-03-26T22:57:16.201Z Compiling nested v0.1.1
6962026-03-26T22:57:16.213Z Compiling eyre v0.6.12
6972026-03-26T22:57:16.226Z Compiling unicase v2.9.0
6982026-03-26T22:57:16.239Z Compiling static_assertions v1.1.0
6992026-03-26T22:57:16.303Z Compiling iana-time-zone v0.1.65
7002026-03-26T22:57:16.345Z Compiling anstyle v1.0.14
7012026-03-26T22:57:16.360Z Compiling xattr v1.6.1
7022026-03-26T22:57:16.384Z Compiling colorchoice v1.0.5
7032026-03-26T22:57:16.504Z Compiling tar v0.4.45
7042026-03-26T22:57:16.542Z Compiling anstream v1.0.0
7052026-03-26T22:57:16.603Z Compiling chrono v0.4.44
7062026-03-26T22:57:16.666Z Compiling guppy v0.17.25
7072026-03-26T22:57:16.785Z Compiling tinyvec v1.11.0
7082026-03-26T22:57:17.023Z Compiling cargo-util-schemas v0.2.0
7092026-03-26T22:57:17.198Z Compiling indicatif v0.17.11
7102026-03-26T22:57:17.546Z Compiling document-features v0.2.12
7112026-03-26T22:57:18.143Z Compiling globset v0.4.18
7122026-03-26T22:57:18.826Z Compiling strip-ansi-escapes v0.2.1
7132026-03-26T22:57:19.111Z Compiling pin-project v1.1.11
7142026-03-26T22:57:19.221Z Compiling toml v1.1.0+spec-1.1.0
7152026-03-26T22:57:19.340Z Compiling nextest-metadata v0.12.2
7162026-03-26T22:57:19.445Z Compiling newtype-uuid v1.3.2
7172026-03-26T22:57:19.644Z Compiling reqwest v0.12.28
7182026-03-26T22:57:19.994Z Compiling rand_chacha v0.9.0
7192026-03-26T22:57:20.353Z Compiling futures v0.3.32
7202026-03-26T22:57:20.437Z Compiling digest v0.10.7
7212026-03-26T22:57:20.548Z Compiling derive_more v2.1.1
7222026-03-26T22:57:20.629Z Compiling parking_lot v0.12.5
7232026-03-26T22:57:20.657Z Compiling flate2 v1.1.9
7242026-03-26T22:57:21.200Z Compiling tracing-error v0.2.1
7252026-03-26T22:57:21.388Z Compiling shared_child v1.1.1
7262026-03-26T22:57:21.734Z Compiling signal-hook-mio v0.2.5
7272026-03-26T22:57:21.872Z Compiling self-replace v1.5.0
7282026-03-26T22:57:21.893Z Compiling cargo-platform v0.2.0
7292026-03-26T22:57:22.161Z Compiling quick-xml v0.38.4
7302026-03-26T22:57:22.441Z Compiling quick-xml v0.37.5
7312026-03-26T22:57:22.454Z Compiling cpufeatures v0.2.17
7322026-03-26T22:57:22.745Z Compiling recursion v0.5.4
7332026-03-26T22:57:22.879Z Compiling shell-words v1.1.1
7342026-03-26T22:57:22.986Z Compiling clap_lex v1.1.0
7352026-03-26T22:57:23.127Z Compiling heck v0.5.0
7362026-03-26T22:57:23.336Z Compiling indenter v0.3.4
7372026-03-26T22:57:23.351Z Compiling humantime v2.3.0
7382026-03-26T22:57:23.466Z Compiling urlencoding v2.1.3
7392026-03-26T22:57:23.707Z Compiling strsim v0.11.1
7402026-03-26T22:57:23.805Z Compiling humantime-serde v1.1.1
7412026-03-26T22:57:23.963Z Compiling clap_builder v4.6.0
7422026-03-26T22:57:24.488Z Compiling clap_derive v4.6.0
7432026-03-26T22:57:24.501Z Compiling nextest-filtering v0.15.0
7442026-03-26T22:57:24.542Z Compiling quick-junit v0.5.2
7452026-03-26T22:57:26.253Z Compiling sha2 v0.10.9
7462026-03-26T22:57:27.474Z Compiling atomicwrites v0.4.4
7472026-03-26T22:57:27.638Z Compiling cargo_metadata v0.20.0
7482026-03-26T22:57:27.767Z Compiling cargo-nextest v0.9.97
7492026-03-26T22:57:28.076Z Compiling crossterm v0.29.0
7502026-03-26T22:57:29.280Z Compiling duct v0.13.7
7512026-03-26T22:57:30.337Z Compiling zstd v0.13.3
7522026-03-26T22:57:30.363Z Compiling async-scoped v0.9.0
7532026-03-26T22:57:30.552Z Compiling rand v0.9.2
7542026-03-26T22:57:30.755Z Compiling config v0.15.22
7552026-03-26T22:57:30.795Z Compiling unicode-normalization v0.1.25
7562026-03-26T22:57:31.056Z Compiling target-spec-miette v0.4.5
7572026-03-26T22:57:31.263Z Compiling future-queue v0.4.0
7582026-03-26T22:57:31.306Z Compiling mukti-metadata v0.3.0
7592026-03-26T22:57:31.385Z Compiling tokio-stream v0.1.18
7602026-03-26T22:57:31.463Z Compiling camino-tempfile v1.4.1
7612026-03-26T22:57:31.545Z Compiling derive-where v1.6.1
7622026-03-26T22:57:31.793Z Compiling serde_ignored v0.1.14
7632026-03-26T22:57:31.900Z Compiling serde_path_to_error v0.1.20
7642026-03-26T22:57:31.935Z Compiling xxhash-rust v0.8.15
7652026-03-26T22:57:32.017Z Compiling hex v0.4.3
7662026-03-26T22:57:32.098Z Compiling indent_write v2.2.0
7672026-03-26T22:57:32.306Z Compiling swrite v0.1.0
7682026-03-26T22:57:32.350Z Compiling home v0.5.12
7692026-03-26T22:57:32.373Z Compiling color-eyre v0.6.5
7702026-03-26T22:57:32.427Z Compiling clap v4.6.0
7712026-03-26T22:57:32.510Z Compiling dialoguer v0.11.0
7722026-03-26T22:57:32.523Z Compiling enable-ansi-support v0.2.1
7732026-03-26T22:57:32.780Z Compiling nextest-runner v0.80.0
7742026-03-26T22:57:51.081Z Finished `release` profile [optimized] target(s) in 1m 11s
7752026-03-26T22:57:51.260Z Installing /home/build/.cargo/bin/cargo-nextest
7762026-03-26T22:57:51.263Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7772026-03-26T22:57:51.382Z+ pushd bgp
7782026-03-26T22:57:51.386Z+ pfexec cargo nextest run
7792026-03-26T22:57:51.386Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7802026-03-26T22:57:51.548Z Updating git repository `https://github.com/oxidecomputer/falcon`
7812026-03-26T22:57:52.107ZFrom https://github.com/oxidecomputer/falcon
7822026-03-26T22:57:52.107Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7832026-03-26T22:57:52.184Z Updating crates.io index
7842026-03-26T22:57:52.218Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7852026-03-26T22:57:52.897ZFrom https://github.com/oxidecomputer/dendrite
7862026-03-26T22:57:52.897Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7872026-03-26T22:57:52.929Z Updating git repository `https://github.com/oxidecomputer/ispf`
7882026-03-26T22:57:53.193ZFrom https://github.com/oxidecomputer/ispf
7892026-03-26T22:57:53.193Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7902026-03-26T22:57:53.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7912026-03-26T22:57:53.591ZFrom https://github.com/oxidecomputer/netadm-sys
7922026-03-26T22:57:53.591Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7932026-03-26T22:57:53.598Z Updating git repository `https://github.com/oxidecomputer/omicron`
7942026-03-26T22:58:01.648ZFrom https://github.com/oxidecomputer/omicron
7952026-03-26T22:58:01.648Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7962026-03-26T22:58:02.080Z Updating git repository `https://github.com/oxidecomputer/opte`
7972026-03-26T22:58:02.680ZFrom https://github.com/oxidecomputer/opte
7982026-03-26T22:58:02.680Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
7992026-03-26T22:58:02.868Z Updating git repository `https://github.com/illumos/smf-rs`
8002026-03-26T22:58:03.116ZFrom https://github.com/illumos/smf-rs
8012026-03-26T22:58:03.116Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8022026-03-26T22:58:03.275Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8032026-03-26T22:58:03.563ZFrom https://github.com/oxidecomputer/network-interface
8042026-03-26T22:58:03.563Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8052026-03-26T22:58:03.592Z Updating git repository `https://github.com/oxidecomputer/zone`
8062026-03-26T22:58:03.995ZFrom https://github.com/oxidecomputer/zone
8072026-03-26T22:58:03.995Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8082026-03-26T22:58:04.016Z Updating git repository `https://github.com/oxidecomputer/propolis`
8092026-03-26T22:58:05.171ZFrom https://github.com/oxidecomputer/propolis
8102026-03-26T22:58:05.171Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8112026-03-26T22:58:05.300Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8122026-03-26T22:58:05.796ZFrom https://github.com/oxidecomputer/transceiver-control
8132026-03-26T22:58:05.796Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8142026-03-26T22:58:05.807Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8152026-03-26T22:58:06.062ZFrom https://github.com/oxidecomputer/dlpi-sys
8162026-03-26T22:58:06.062Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8172026-03-26T22:58:06.078Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8182026-03-26T22:58:06.349ZFrom https://github.com/jmesmon/rust-libzfs
8192026-03-26T22:58:06.349Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8202026-03-26T22:58:06.359Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8212026-03-26T22:58:06.638ZFrom https://github.com/oxidecomputer/rusty-doors
8222026-03-26T22:58:06.638Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8232026-03-26T22:58:06.685Z Updating git repository `https://github.com/oxidecomputer/lldp`
8242026-03-26T22:58:07.006ZFrom https://github.com/oxidecomputer/lldp
8252026-03-26T22:58:07.006Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8262026-03-26T22:58:07.019Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8272026-03-26T22:58:07.284ZFrom https://github.com/oxidecomputer/slog-error-chain
8282026-03-26T22:58:07.284Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8292026-03-26T22:58:07.372Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8302026-03-26T22:58:07.677ZFrom https://github.com/oxidecomputer/tufaceous
8312026-03-26T22:58:07.677Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8322026-03-26T22:58:07.753Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8332026-03-26T22:58:08.186ZFrom https://github.com/oxidecomputer/management-gateway-service
8342026-03-26T22:58:08.186Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8352026-03-26T22:58:08.209Z Updating git repository `https://github.com/oxidecomputer/crucible`
8362026-03-26T22:58:09.058ZFrom https://github.com/oxidecomputer/crucible
8372026-03-26T22:58:09.058Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8382026-03-26T22:58:09.255Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8392026-03-26T22:58:09.534ZFrom https://github.com/oxidecomputer/serde_human_bytes
8402026-03-26T22:58:09.534Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8412026-03-26T22:58:09.847Z Updating git repository `https://github.com/oxidecomputer/propolis`
8422026-03-26T22:58:10.214ZFrom https://github.com/oxidecomputer/propolis
8432026-03-26T22:58:10.214Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8442026-03-26T22:58:10.255Z Updating git repository `https://github.com/oxidecomputer/tofino`
8452026-03-26T22:58:10.555ZFrom https://github.com/oxidecomputer/tofino
8462026-03-26T22:58:10.555Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8472026-03-26T22:58:10.573Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8482026-03-26T22:58:11.065ZFrom https://github.com/oxidecomputer/maghemite
8492026-03-26T22:58:11.065Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8502026-03-26T22:58:11.141Z Updating git repository `https://github.com/oxidecomputer/clickward`
8512026-03-26T22:58:11.423ZFrom https://github.com/oxidecomputer/clickward
8522026-03-26T22:58:11.423Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8532026-03-26T22:58:11.608Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-03-26T22:58:11.877ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-03-26T22:58:11.877Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-03-26T22:58:11.887Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-03-26T22:58:12.597ZFrom https://github.com/oxidecomputer/crucible
8582026-03-26T22:58:12.597Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8592026-03-26T22:58:13.498Z Downloading crates ...
8602026-03-26T22:58:13.621Z Downloaded crunchy v0.2.4
8612026-03-26T22:58:13.627Z Downloaded bit-set v0.8.0
8622026-03-26T22:58:13.632Z Downloaded foreign-types v0.5.0
8632026-03-26T22:58:13.632Z Downloaded arrayvec v0.7.6
8642026-03-26T22:58:13.635Z Downloaded cobs v0.3.0
8652026-03-26T22:58:13.635Z Downloaded aead v0.5.2
8662026-03-26T22:58:13.635Z Downloaded cipher v0.4.4
8672026-03-26T22:58:13.635Z Downloaded colored v3.1.1
8682026-03-26T22:58:13.640Z Downloaded bit-vec v0.8.0
8692026-03-26T22:58:13.646Z Downloaded ciborium-io v0.2.2
8702026-03-26T22:58:13.649Z Downloaded num-rational v0.4.2
8712026-03-26T22:58:13.649Z Downloaded async-stream v0.3.6
8722026-03-26T22:58:13.649Z Downloaded base16ct v1.0.0
8732026-03-26T22:58:13.649Z Downloaded cmake v0.1.57
8742026-03-26T22:58:13.649Z Downloaded libm v0.2.16
8752026-03-26T22:58:13.653Z Downloaded ingot v0.1.1
8762026-03-26T22:58:13.656Z Downloaded ident_case v1.0.1
8772026-03-26T22:58:13.657Z Downloaded git-stub-vcs v0.1.0
8782026-03-26T22:58:13.657Z Downloaded foreign-types-shared v0.3.1
8792026-03-26T22:58:13.660Z Downloaded ingot-macros v0.1.1
8802026-03-26T22:58:13.660Z Downloaded async-stream-impl v0.3.6
8812026-03-26T22:58:13.661Z Downloaded arrayref v0.3.9
8822026-03-26T22:58:13.665Z Downloaded inout v0.1.4
8832026-03-26T22:58:13.665Z Downloaded half v2.7.1
8842026-03-26T22:58:13.665Z Downloaded backoff v0.4.0
8852026-03-26T22:58:13.668Z Downloaded hmac v0.12.1
8862026-03-26T22:58:13.671Z Downloaded ciborium v0.2.2
8872026-03-26T22:58:13.671Z Downloaded chacha20 v0.10.0
8882026-03-26T22:58:13.675Z Downloaded embedded-io v0.4.0
8892026-03-26T22:58:13.678Z Downloaded heapless v0.8.0
8902026-03-26T22:58:13.681Z Downloaded foreign-types-macros v0.2.3
8912026-03-26T22:58:13.681Z Downloaded dof v0.4.0
8922026-03-26T22:58:13.681Z Downloaded group v0.13.0
8932026-03-26T22:58:13.684Z Downloaded is-terminal v0.4.17
8942026-03-26T22:58:13.684Z Downloaded dof v0.3.0
8952026-03-26T22:58:13.684Z Downloaded instant v0.1.13
8962026-03-26T22:58:13.689Z Downloaded hubpack_derive v0.1.1
8972026-03-26T22:58:13.689Z Downloaded blake2 v0.10.6
8982026-03-26T22:58:13.689Z Downloaded byteorder v1.5.0
8992026-03-26T22:58:13.693Z Downloaded icu_properties v2.1.2
9002026-03-26T22:58:13.693Z Downloaded allocator-api2 v0.2.21
9012026-03-26T22:58:13.697Z Downloaded chacha20poly1305 v0.10.1
9022026-03-26T22:58:13.697Z Downloaded lru-cache v0.1.2
9032026-03-26T22:58:13.697Z Downloaded hostname v0.3.1
9042026-03-26T22:58:13.697Z Downloaded libscf-sys v1.1.0
9052026-03-26T22:58:13.700Z Downloaded keccak v0.1.6
9062026-03-26T22:58:13.700Z Downloaded heck v0.4.1
9072026-03-26T22:58:13.700Z Downloaded hostname v0.4.2
9082026-03-26T22:58:13.702Z Downloaded idna_adapter v1.2.1
9092026-03-26T22:58:13.702Z Downloaded glob v0.3.3
9102026-03-26T22:58:13.705Z Downloaded managed v0.8.0
9112026-03-26T22:58:13.706Z Downloaded num-derive v0.3.3
9122026-03-26T22:58:13.709Z Downloaded darling_macro v0.23.0
9132026-03-26T22:58:13.709Z Downloaded defmt v0.3.100
9142026-03-26T22:58:13.712Z Downloaded hubpack v0.1.2
9152026-03-26T22:58:13.712Z Downloaded async-recursion v1.1.1
9162026-03-26T22:58:13.715Z Downloaded newline-converter v0.3.0
9172026-03-26T22:58:13.715Z Downloaded crc8 v0.1.1
9182026-03-26T22:58:13.715Z Downloaded const-random-macro v0.1.16
9192026-03-26T22:58:13.715Z Downloaded const-random v0.1.18
9202026-03-26T22:58:13.718Z Downloaded ciborium-ll v0.2.2
9212026-03-26T22:58:13.718Z Downloaded internet-checksum v0.2.1
9222026-03-26T22:58:13.721Z Downloaded num-iter v0.1.45
9232026-03-26T22:58:13.721Z Downloaded memmap v0.7.0
9242026-03-26T22:58:13.725Z Downloaded newtype_derive v0.1.6
9252026-03-26T22:58:13.725Z Downloaded httpdate v1.0.3
9262026-03-26T22:58:13.725Z Downloaded git-stub v1.0.0
9272026-03-26T22:58:13.728Z Downloaded ff v0.13.1
9282026-03-26T22:58:13.728Z Downloaded bitflags v1.3.2
9292026-03-26T22:58:13.728Z Downloaded defmt-parser v1.0.0
9302026-03-26T22:58:13.731Z Downloaded macaddr v1.0.1
9312026-03-26T22:58:13.731Z Downloaded hash32 v0.3.1
9322026-03-26T22:58:13.731Z Downloaded gethostname v0.5.0
9332026-03-26T22:58:13.734Z Downloaded linked-hash-map v0.5.6
9342026-03-26T22:58:13.734Z Downloaded float-ord v0.3.2
9352026-03-26T22:58:13.734Z Downloaded async-trait v0.1.89
9362026-03-26T22:58:13.737Z Downloaded olpc-cjson v0.1.4
9372026-03-26T22:58:13.740Z Downloaded fxhash v0.2.1
9382026-03-26T22:58:13.740Z Downloaded mime v0.3.17
9392026-03-26T22:58:13.740Z Downloaded num_enum_derive v0.5.11
9402026-03-26T22:58:13.740Z Downloaded match_cfg v0.1.0
9412026-03-26T22:58:13.743Z Downloaded opaque-debug v0.3.1
9422026-03-26T22:58:13.743Z Downloaded dyn-clone v1.0.20
9432026-03-26T22:58:13.743Z Downloaded dunce v1.0.5
9442026-03-26T22:58:13.746Z Downloaded num_threads v0.1.7
9452026-03-26T22:58:13.746Z Downloaded base16ct v0.2.0
9462026-03-26T22:58:13.746Z Downloaded num v0.4.3
9472026-03-26T22:58:13.748Z Downloaded no-std-compat v0.4.1
9482026-03-26T22:58:13.748Z Downloaded natord v1.0.9
9492026-03-26T22:58:13.749Z Downloaded enum-as-inner v0.6.1
9502026-03-26T22:58:13.751Z Downloaded embedded-io v0.6.1
9512026-03-26T22:58:13.751Z Downloaded dtrace-parser v0.2.0
9522026-03-26T22:58:13.751Z Downloaded crucible-workspace-hack v0.1.0
9532026-03-26T22:58:13.751Z Downloaded base64 v0.21.7
9542026-03-26T22:58:13.754Z Downloaded num-derive v0.4.2
9552026-03-26T22:58:13.758Z Downloaded memoffset v0.9.1
9562026-03-26T22:58:13.758Z Downloaded fixedbitset v0.4.2
9572026-03-26T22:58:13.762Z Downloaded newtype-uuid-macros v0.1.0
9582026-03-26T22:58:13.762Z Downloaded dtrace-parser v0.3.0
9592026-03-26T22:58:13.762Z Downloaded dropshot-api-manager-types v0.5.2
9602026-03-26T22:58:13.762Z Downloaded convert_case v0.4.0
9612026-03-26T22:58:13.765Z Downloaded parse-display v0.10.0
9622026-03-26T22:58:13.765Z Downloaded highway v1.3.0
9632026-03-26T22:58:13.768Z Downloaded displaydoc v0.2.5
9642026-03-26T22:58:13.768Z Downloaded parking_lot_core v0.8.6
9652026-03-26T22:58:13.771Z Downloaded ingot-types v0.1.2
9662026-03-26T22:58:13.771Z Downloaded chacha20 v0.9.1
9672026-03-26T22:58:13.774Z Downloaded csv-core v0.1.13
9682026-03-26T22:58:13.774Z Downloaded plain v0.2.3
9692026-03-26T22:58:13.774Z Downloaded phf_shared v0.12.1
9702026-03-26T22:58:13.778Z Downloaded omicron-workspace-hack v0.1.0
9712026-03-26T22:58:13.778Z Downloaded constant_time_eq v0.4.2
9722026-03-26T22:58:13.778Z Downloaded pretty-hex v0.4.2
9732026-03-26T22:58:13.783Z Downloaded powerfmt v0.2.0
9742026-03-26T22:58:13.783Z Downloaded const_format_proc_macros v0.2.34
9752026-03-26T22:58:13.783Z Downloaded byte-wrapper v0.1.0
9762026-03-26T22:58:13.786Z Downloaded potential_utf v0.1.4
9772026-03-26T22:58:13.786Z Downloaded ipnetwork v0.21.1
9782026-03-26T22:58:13.786Z Downloaded proc-macro-crate v3.5.0
9792026-03-26T22:58:13.789Z Downloaded crossbeam-deque v0.8.6
9802026-03-26T22:58:13.789Z Downloaded progenitor-macro v0.11.2
9812026-03-26T22:58:13.789Z Downloaded erased-serde v0.3.31
9822026-03-26T22:58:13.792Z Downloaded rand_chacha v0.3.1
9832026-03-26T22:58:13.792Z Downloaded proc-macro-crate v1.3.1
9842026-03-26T22:58:13.795Z Downloaded quick-error v1.2.3
9852026-03-26T22:58:13.795Z Downloaded proc-macro-error-attr v1.0.4
9862026-03-26T22:58:13.795Z Downloaded data-encoding v2.10.0
9872026-03-26T22:58:13.798Z Downloaded libsw v3.5.0
9882026-03-26T22:58:13.798Z Downloaded multer v3.1.0
9892026-03-26T22:58:13.802Z Downloaded linear-map v1.2.0
9902026-03-26T22:58:13.802Z Downloaded rand_xorshift v0.4.0
9912026-03-26T22:58:13.805Z Downloaded num-integer v0.1.46
9922026-03-26T22:58:13.805Z Downloaded num-complex v0.4.6
9932026-03-26T22:58:13.805Z Downloaded num-conv v0.2.0
9942026-03-26T22:58:13.805Z Downloaded progenitor-macro v0.13.0
9952026-03-26T22:58:13.805Z Downloaded progenitor-macro v0.10.0
9962026-03-26T22:58:13.808Z Downloaded daft-derive v0.1.5
9972026-03-26T22:58:13.811Z Downloaded num_enum_derive v0.7.6
9982026-03-26T22:58:13.811Z Downloaded progenitor-client v0.10.0
9992026-03-26T22:58:13.811Z Downloaded proc-macro-error-attr2 v2.0.0
10002026-03-26T22:58:13.814Z Downloaded fs_extra v1.3.0
10012026-03-26T22:58:13.814Z Downloaded defmt v1.0.1
10022026-03-26T22:58:13.817Z Downloaded num_enum v0.7.6
10032026-03-26T22:58:13.820Z Downloaded phf v0.12.1
10042026-03-26T22:58:13.820Z Downloaded fs-err v3.3.0
10052026-03-26T22:58:13.823Z Downloaded scroll_derive v0.13.1
10062026-03-26T22:58:13.823Z Downloaded scroll_derive v0.12.1
10072026-03-26T22:58:13.826Z Downloaded paste v1.0.15
10082026-03-26T22:58:13.826Z Downloaded oxnet v0.1.4
10092026-03-26T22:58:13.829Z Downloaded darling v0.21.3
10102026-03-26T22:58:13.831Z Downloaded pem v3.0.6
10112026-03-26T22:58:13.832Z Downloaded password-hash v0.5.0
10122026-03-26T22:58:13.834Z Downloaded crossbeam-utils v0.8.21
10132026-03-26T22:58:13.835Z Downloaded poly1305 v0.8.0
10142026-03-26T22:58:13.839Z Downloaded icu_provider v2.1.1
10152026-03-26T22:58:13.843Z Downloaded serde_plain v1.0.2
10162026-03-26T22:58:13.843Z Downloaded semver v0.1.20
10172026-03-26T22:58:13.843Z Downloaded same-file v1.0.6
10182026-03-26T22:58:13.843Z Downloaded backon v1.6.0
10192026-03-26T22:58:13.846Z Downloaded secrecy v0.10.3
10202026-03-26T22:58:13.847Z Downloaded serde_repr v0.1.20
10212026-03-26T22:58:13.847Z Downloaded diff v0.1.13
10222026-03-26T22:58:13.850Z Downloaded proc-macro-error v1.0.4
10232026-03-26T22:58:13.850Z Downloaded rustc_version v0.1.7
10242026-03-26T22:58:13.854Z Downloaded ref-cast-impl v1.0.25
10252026-03-26T22:58:13.854Z Downloaded darling v0.23.0
10262026-03-26T22:58:13.857Z Downloaded slog-bunyan v2.5.0
10272026-03-26T22:58:13.857Z Downloaded progenitor-extras v0.1.1
10282026-03-26T22:58:13.857Z Downloaded slog-envlogger v2.2.0
10292026-03-26T22:58:13.861Z Downloaded progenitor v0.11.2
10302026-03-26T22:58:13.861Z Downloaded siphasher v1.0.2
10312026-03-26T22:58:13.861Z Downloaded sigpipe v0.1.3
10322026-03-26T22:58:13.863Z Downloaded sha1 v0.10.6
10332026-03-26T22:58:13.863Z Downloaded serde-big-array v0.5.1
10342026-03-26T22:58:13.866Z Downloaded oxide-tokio-rt v0.1.3
10352026-03-26T22:58:13.866Z Downloaded progenitor-client v0.13.0
10362026-03-26T22:58:13.866Z Downloaded parking_lot v0.11.2
10372026-03-26T22:58:13.869Z Downloaded litemap v0.8.1
10382026-03-26T22:58:13.874Z Downloaded derive-ex v0.1.8
10392026-03-26T22:58:13.874Z Downloaded serial_test_derive v3.4.0
10402026-03-26T22:58:13.874Z Downloaded crossbeam-epoch v0.9.18
10412026-03-26T22:58:13.874Z Downloaded serial_test v3.4.0
10422026-03-26T22:58:13.878Z Downloaded const_format v0.2.35
10432026-03-26T22:58:13.878Z Downloaded memmap2 v0.9.10
10442026-03-26T22:58:13.880Z Downloaded libsw-core v0.3.2
10452026-03-26T22:58:13.880Z Downloaded resolv-conf v0.7.6
10462026-03-26T22:58:13.888Z Downloaded strum v0.26.3
10472026-03-26T22:58:13.888Z Downloaded spin v0.5.2
10482026-03-26T22:58:13.888Z Downloaded pest_derive v2.8.6
10492026-03-26T22:58:13.888Z Downloaded indexmap v1.9.3
10502026-03-26T22:58:13.888Z Downloaded strum v0.27.2
10512026-03-26T22:58:13.888Z Downloaded stable_deref_trait v1.2.1
10522026-03-26T22:58:13.891Z Downloaded num_enum v0.5.11
10532026-03-26T22:58:13.895Z Downloaded structmeta-derive v0.3.0
10542026-03-26T22:58:13.895Z Downloaded pest_generator v2.8.6
10552026-03-26T22:58:13.895Z Downloaded structmeta v0.3.0
10562026-03-26T22:58:13.898Z Downloaded rustls-pemfile v2.2.0
10572026-03-26T22:58:13.898Z Downloaded anyhow v1.0.102
10582026-03-26T22:58:13.902Z Downloaded testing_table v0.3.0
10592026-03-26T22:58:13.902Z Downloaded postcard v1.1.3
10602026-03-26T22:58:13.902Z Downloaded parse-display-derive v0.10.0
10612026-03-26T22:58:13.902Z Downloaded rustls-native-certs v0.8.3
10622026-03-26T22:58:13.905Z Downloaded cookie v0.18.1
10632026-03-26T22:58:13.905Z Downloaded rusty-fork v0.3.1
10642026-03-26T22:58:13.908Z Downloaded tabwriter v1.4.1
10652026-03-26T22:58:13.908Z Downloaded tagptr v0.2.0
10662026-03-26T22:58:13.908Z Downloaded take_mut v0.2.2
10672026-03-26T22:58:13.908Z Downloaded rustversion v1.0.22
10682026-03-26T22:58:13.911Z Downloaded termtree v0.5.1
10692026-03-26T22:58:13.911Z Downloaded time-core v0.1.8
10702026-03-26T22:58:13.914Z Downloaded tabled_derive v0.7.0
10712026-03-26T22:58:13.914Z Downloaded thread-id v5.1.0
10722026-03-26T22:58:13.914Z Downloaded thiserror-impl-no-std v2.0.2
10732026-03-26T22:58:13.917Z Downloaded schemars_derive v0.8.22
10742026-03-26T22:58:13.917Z Downloaded progenitor v0.13.0
10752026-03-26T22:58:13.917Z Downloaded deranged v0.5.8
10762026-03-26T22:58:13.920Z Downloaded drift v0.1.3
10772026-03-26T22:58:13.922Z Downloaded serde_tokenstream v0.2.3
10782026-03-26T22:58:13.923Z Downloaded progenitor v0.10.0
10792026-03-26T22:58:13.925Z Downloaded proc-macro-error2 v2.0.1
10802026-03-26T22:58:13.925Z Downloaded darling_core v0.23.0
10812026-03-26T22:58:13.929Z Downloaded unarray v0.1.4
10822026-03-26T22:58:13.953Z Downloaded arc-swap v1.9.0
10832026-03-26T22:58:13.953Z Downloaded topological-sort v0.2.2
10842026-03-26T22:58:13.953Z Downloaded typify-macro v0.6.1
10852026-03-26T22:58:13.953Z Downloaded slog-json v2.6.1
10862026-03-26T22:58:13.953Z Downloaded slog-stdlog v4.1.1
10872026-03-26T22:58:13.953Z Downloaded daft v0.1.5
10882026-03-26T22:58:13.953Z Downloaded smartstring v1.0.1
10892026-03-26T22:58:13.953Z Downloaded slog-scope v4.4.1
10902026-03-26T22:58:13.953Z Downloaded omicron-zone-package v0.12.2
10912026-03-26T22:58:13.953Z Downloaded ref-cast v1.0.25
10922026-03-26T22:58:13.953Z Downloaded smawk v0.3.2
10932026-03-26T22:58:13.953Z Downloaded rand_core v0.10.0
10942026-03-26T22:58:13.953Z Downloaded serde_derive_internals v0.29.1
10952026-03-26T22:58:13.953Z Downloaded papergrid v0.17.0
10962026-03-26T22:58:13.953Z Downloaded slog-term v2.9.2
10972026-03-26T22:58:13.956Z Downloaded snafu-derive v0.8.9
10982026-03-26T22:58:13.956Z Downloaded slog-async v2.8.0
10992026-03-26T22:58:13.956Z Downloaded scroll v0.12.0
11002026-03-26T22:58:13.956Z Downloaded usdt v0.6.0
11012026-03-26T22:58:13.956Z Downloaded typify-macro v0.4.3
11022026-03-26T22:58:13.956Z Downloaded untrusted v0.7.1
11032026-03-26T22:58:13.956Z Downloaded universal-hash v0.5.1
11042026-03-26T22:58:13.956Z Downloaded usdt v0.5.0
11052026-03-26T22:58:13.960Z Downloaded usdt-attr-macro v0.6.0
11062026-03-26T22:58:13.960Z Downloaded smf v0.2.3
11072026-03-26T22:58:13.960Z Downloaded icu_normalizer_data v2.1.1
11082026-03-26T22:58:13.963Z Downloaded elliptic-curve v0.13.8
11092026-03-26T22:58:13.963Z Downloaded cancel-safe-futures v0.1.5
11102026-03-26T22:58:13.966Z Downloaded icu_normalizer v2.1.1
11112026-03-26T22:58:13.969Z Downloaded usdt-attr-macro v0.5.0
11122026-03-26T22:58:13.969Z Downloaded progenitor-client v0.11.2
11132026-03-26T22:58:13.969Z Downloaded hashbrown v0.12.3
11142026-03-26T22:58:13.972Z Downloaded usdt-macro v0.6.0
11152026-03-26T22:58:13.972Z Downloaded waitgroup v0.1.2
11162026-03-26T22:58:13.975Z Downloaded wait-timeout v0.2.1
11172026-03-26T22:58:13.975Z Downloaded strum_macros v0.27.2
11182026-03-26T22:58:13.975Z Downloaded synstructure v0.13.2
11192026-03-26T22:58:13.977Z Downloaded strum_macros v0.26.4
11202026-03-26T22:58:13.977Z Downloaded rhai_codegen v3.1.0
11212026-03-26T22:58:13.981Z Downloaded yoke-derive v0.8.1
11222026-03-26T22:58:13.983Z Downloaded utf-8 v0.7.6
11232026-03-26T22:58:13.983Z Downloaded icu_locale_core v2.1.1
11242026-03-26T22:58:13.986Z Downloaded tokio-rustls v0.25.0
11252026-03-26T22:58:13.989Z Downloaded thread-id v4.2.2
11262026-03-26T22:58:13.989Z Downloaded tinystr v0.8.2
11272026-03-26T22:58:13.992Z Downloaded time-macros v0.2.27
11282026-03-26T22:58:13.992Z Downloaded sdd v3.0.10
11292026-03-26T22:58:13.995Z Downloaded zerofrom-derive v0.1.6
11302026-03-26T22:58:13.995Z Downloaded progenitor-impl v0.13.0
11312026-03-26T22:58:13.995Z Downloaded papergrid v0.11.0
11322026-03-26T22:58:13.998Z Downloaded tokio-dtrace v0.1.1
11332026-03-26T22:58:13.998Z Downloaded thiserror-no-std v2.0.2
11342026-03-26T22:58:14.002Z Downloaded zeroize_derive v1.4.3
11352026-03-26T22:58:14.002Z Downloaded zerofrom v0.1.6
11362026-03-26T22:58:14.005Z Downloaded tokio-tungstenite v0.21.0
11372026-03-26T22:58:14.005Z Downloaded zone v0.3.1
11382026-03-26T22:58:14.005Z Downloaded tiny-keccak v2.0.2
11392026-03-26T22:58:14.007Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-03-26T22:58:14.007Z Downloaded slog-dtrace v0.3.0
11412026-03-26T22:58:14.007Z Downloaded progenitor-impl v0.10.0
11422026-03-26T22:58:14.010Z Downloaded progenitor-impl v0.11.2
11432026-03-26T22:58:14.010Z Downloaded rustls-platform-verifier v0.6.2
11442026-03-26T22:58:14.013Z Downloaded indicatif v0.18.4
11452026-03-26T22:58:14.016Z Downloaded unit-prefix v0.5.2
11462026-03-26T22:58:14.016Z Downloaded dropshot_endpoint v0.16.7
11472026-03-26T22:58:14.019Z Downloaded darling_core v0.21.3
11482026-03-26T22:58:14.022Z Downloaded derive_more v0.99.20
11492026-03-26T22:58:14.025Z Downloaded critical-section v1.2.0
11502026-03-26T22:58:14.025Z Downloaded cpufeatures v0.3.0
11512026-03-26T22:58:14.028Z Downloaded console v0.16.3
11522026-03-26T22:58:14.028Z Downloaded usdt-macro v0.5.0
11532026-03-26T22:58:14.028Z Downloaded crossbeam-channel v0.5.15
11542026-03-26T22:58:14.031Z Downloaded tabled_derive v0.11.0
11552026-03-26T22:58:14.031Z Downloaded scroll v0.13.0
11562026-03-26T22:58:14.034Z Downloaded cargo_toml v0.22.3
11572026-03-26T22:58:14.034Z Downloaded bytecount v0.6.9
11582026-03-26T22:58:14.035Z Downloaded bcs v0.1.6
11592026-03-26T22:58:14.037Z Downloaded usdt-impl v0.5.0
11602026-03-26T22:58:14.037Z Downloaded term v1.2.1
11612026-03-26T22:58:14.037Z Downloaded xz2 v0.1.7
11622026-03-26T22:58:14.040Z Downloaded walkdir v2.5.0
11632026-03-26T22:58:14.040Z Downloaded similar v2.7.0
11642026-03-26T22:58:14.043Z Downloaded jiff-static v0.2.23
11652026-03-26T22:58:14.046Z Downloaded thin-vec v0.2.14
11662026-03-26T22:58:14.046Z Downloaded vsss-rs v3.3.4
11672026-03-26T22:58:14.049Z Downloaded usdt-impl v0.6.0
11682026-03-26T22:58:14.049Z Downloaded prettyplease v0.2.37
11692026-03-26T22:58:14.052Z Downloaded zerovec-derive v0.11.2
11702026-03-26T22:58:14.053Z Downloaded yoke v0.8.1
11712026-03-26T22:58:14.053Z Downloaded writeable v0.6.2
11722026-03-26T22:58:14.055Z Downloaded foldhash v0.2.0
11732026-03-26T22:58:14.056Z Downloaded spin v0.9.8
11742026-03-26T22:58:14.056Z Downloaded zone_cfg_derive v0.3.1
11752026-03-26T22:58:14.059Z Downloaded defmt-macros v1.0.1
11762026-03-26T22:58:14.059Z Downloaded argon2 v0.5.3
11772026-03-26T22:58:14.059Z Downloaded darling_macro v0.21.3
11782026-03-26T22:58:14.062Z Downloaded cstr-argument v0.1.2
11792026-03-26T22:58:14.065Z Downloaded icu_collections v2.1.1
11802026-03-26T22:58:14.067Z Downloaded pest_meta v2.8.6
11812026-03-26T22:58:14.070Z Downloaded serde_yaml v0.9.34+deprecated
11822026-03-26T22:58:14.073Z Downloaded serde_with_macros v3.18.0
11832026-03-26T22:58:14.074Z Downloaded dropshot-api-manager v0.5.2
11842026-03-26T22:58:14.077Z Downloaded crypto-bigint v0.5.5
11852026-03-26T22:58:14.080Z Downloaded whoami v1.6.1
11862026-03-26T22:58:14.082Z Downloaded ucd-trie v0.1.7
11872026-03-26T22:58:14.082Z Downloaded zerocopy-derive v0.7.35
11882026-03-26T22:58:14.085Z Downloaded icu_properties_data v2.1.2
11892026-03-26T22:58:14.089Z Downloaded toml v0.7.8
11902026-03-26T22:58:14.092Z Downloaded typify v0.6.1
11912026-03-26T22:58:14.095Z Downloaded pretty_assertions v1.4.1
11922026-03-26T22:58:14.095Z Downloaded slog v2.8.2
11932026-03-26T22:58:14.098Z Downloaded schemars v0.8.22
11942026-03-26T22:58:14.103Z Downloaded unsafe-libyaml v0.2.11
11952026-03-26T22:58:14.106Z Downloaded typify v0.4.3
11962026-03-26T22:58:14.109Z Downloaded hickory-resolver v0.24.4
11972026-03-26T22:58:14.113Z Downloaded minimal-lexical v0.2.1
11982026-03-26T22:58:14.116Z Downloaded snafu v0.8.9
11992026-03-26T22:58:14.119Z Downloaded tungstenite v0.21.0
12002026-03-26T22:58:14.119Z Downloaded schemars v0.9.0
12012026-03-26T22:58:14.126Z Downloaded nom v7.1.3
12022026-03-26T22:58:14.129Z Downloaded hickory-resolver v0.25.2
12032026-03-26T22:58:14.131Z Downloaded rand v0.8.5
12042026-03-26T22:58:14.134Z Downloaded toml_edit v0.25.8+spec-1.1.0
12052026-03-26T22:58:14.137Z Downloaded toml v0.9.12+spec-1.1.0
12062026-03-26T22:58:14.140Z Downloaded hkdf v0.12.4
12072026-03-26T22:58:14.140Z Downloaded toml_edit v0.19.15
12082026-03-26T22:58:14.149Z Downloaded zerotrie v0.2.3
12092026-03-26T22:58:14.152Z Downloaded schemars v1.2.1
12102026-03-26T22:58:14.160Z Downloaded pest v2.8.6
12112026-03-26T22:58:14.163Z Downloaded steno v0.4.1
12122026-03-26T22:58:14.166Z Downloaded zerocopy-derive v0.8.47
12132026-03-26T22:58:14.170Z Downloaded yansi v1.0.1
12142026-03-26T22:58:14.173Z Downloaded rand v0.10.0
12152026-03-26T22:58:14.176Z Downloaded unicode-segmentation v1.13.1
12162026-03-26T22:58:14.178Z Downloaded itertools v0.12.1
12172026-03-26T22:58:14.181Z Downloaded qorb v0.4.1
12182026-03-26T22:58:14.184Z Downloaded iddqd v0.3.17
12192026-03-26T22:58:14.187Z Downloaded blake3 v1.8.3
12202026-03-26T22:58:14.193Z Downloaded expectorate v1.2.0
12212026-03-26T22:58:14.196Z Downloaded test-strategy v0.4.5
12222026-03-26T22:58:14.196Z Downloaded nom v8.0.0
12232026-03-26T22:58:14.199Z Downloaded scc v2.4.0
12242026-03-26T22:58:14.202Z Downloaded typed-path v0.9.3
12252026-03-26T22:58:14.205Z Downloaded goblin v0.8.2
12262026-03-26T22:58:14.209Z Downloaded rayon-core v1.13.0
12272026-03-26T22:58:14.217Z Downloaded reqwest v0.13.2
12282026-03-26T22:58:14.226Z Downloaded tough v0.20.0
12292026-03-26T22:58:14.231Z Downloaded zerovec v0.11.5
12302026-03-26T22:58:14.260Z Downloaded aws-lc-rs v1.16.2
12312026-03-26T22:58:14.266Z Downloaded zerocopy v0.7.35
12322026-03-26T22:58:14.275Z Downloaded serde_with v3.18.0
12332026-03-26T22:58:14.285Z Downloaded winnow v0.5.40
12342026-03-26T22:58:14.288Z Downloaded rustls-webpki v0.102.8
12352026-03-26T22:58:14.300Z Downloaded tabled v0.15.0
12362026-03-26T22:58:14.308Z Downloaded moka v0.12.15
12372026-03-26T22:58:14.312Z Downloaded proptest v1.11.0
12382026-03-26T22:58:14.318Z Downloaded tabled v0.20.0
12392026-03-26T22:58:14.328Z Downloaded time v0.3.47
12402026-03-26T22:58:14.335Z Downloaded goblin v0.10.5
12412026-03-26T22:58:14.339Z Downloaded syn v1.0.109
12422026-03-26T22:58:14.345Z Downloaded rayon v1.11.0
12432026-03-26T22:58:14.351Z Downloaded nix v0.31.2
12442026-03-26T22:58:14.363Z Downloaded regress v0.10.5
12452026-03-26T22:58:14.367Z Downloaded openapiv3 v2.2.0
12462026-03-26T22:58:14.373Z Downloaded hickory-proto v0.24.4
12472026-03-26T22:58:14.382Z Downloaded rhai v1.24.0
12482026-03-26T22:58:14.389Z Downloaded smoltcp v0.11.0
12492026-03-26T22:58:14.396Z Downloaded rustls v0.22.4
12502026-03-26T22:58:14.403Z Downloaded hickory-proto v0.25.2
12512026-03-26T22:58:14.412Z Downloaded dropshot v0.16.7
12522026-03-26T22:58:14.424Z Downloaded sled v0.34.7
12532026-03-26T22:58:14.450Z Downloaded typify-impl v0.6.1
12542026-03-26T22:58:14.455Z Downloaded typify-impl v0.4.3
12552026-03-26T22:58:14.466Z Downloaded petgraph v0.6.5
12562026-03-26T22:58:14.474Z Downloaded lzma-sys v0.1.20
12572026-03-26T22:58:14.495Z Downloaded jiff v0.2.23
12582026-03-26T22:58:14.524Z Downloaded chrono-tz v0.10.4
12592026-03-26T22:58:14.552Z Downloaded csv v1.4.0
12602026-03-26T22:58:14.564Z Downloaded sha3 v0.10.8
12612026-03-26T22:58:14.616Z Downloaded encoding_rs v0.8.35
12622026-03-26T22:58:15.143Z Downloaded aws-lc-sys v0.39.0
12632026-03-26T22:58:16.043Z Compiling proc-macro2 v1.0.106
12642026-03-26T22:58:16.043Z Compiling unicode-ident v1.0.24
12652026-03-26T22:58:16.043Z Compiling quote v1.0.45
12662026-03-26T22:58:16.043Z Compiling serde_core v1.0.228
12672026-03-26T22:58:16.043Z Compiling cfg-if v1.0.4
12682026-03-26T22:58:16.043Z Compiling serde v1.0.228
12692026-03-26T22:58:16.046Z Compiling libc v0.2.183
12702026-03-26T22:58:16.046Z Compiling memchr v2.8.0
12712026-03-26T22:58:16.242Z Compiling itoa v1.0.18
12722026-03-26T22:58:16.497Z Compiling zmij v1.0.21
12732026-03-26T22:58:16.497Z Compiling autocfg v1.5.0
12742026-03-26T22:58:16.523Z Compiling libm v0.2.16
12752026-03-26T22:58:16.847Z Compiling version_check v0.9.5
12762026-03-26T22:58:16.901Z Compiling stable_deref_trait v1.2.1
12772026-03-26T22:58:16.976Z Compiling writeable v0.6.2
12782026-03-26T22:58:17.008Z Compiling litemap v0.8.1
12792026-03-26T22:58:17.118Z Compiling pin-project-lite v0.2.17
12802026-03-26T22:58:17.121Z Compiling icu_normalizer_data v2.1.1
12812026-03-26T22:58:17.138Z Compiling icu_properties_data v2.1.2
12822026-03-26T22:58:17.200Z Compiling percent-encoding v2.3.2
12832026-03-26T22:58:17.211Z Compiling iana-time-zone v0.1.65
12842026-03-26T22:58:17.346Z Compiling syn v2.0.117
12852026-03-26T22:58:17.436Z Compiling parking_lot_core v0.9.12
12862026-03-26T22:58:17.449Z Compiling equivalent v1.0.2
12872026-03-26T22:58:17.470Z Compiling scopeguard v1.2.0
12882026-03-26T22:58:17.585Z Compiling allocator-api2 v0.2.21
12892026-03-26T22:58:17.597Z Compiling foldhash v0.2.0
12902026-03-26T22:58:17.621Z Compiling lock_api v0.4.14
12912026-03-26T22:58:17.647Z Compiling form_urlencoded v1.2.2
12922026-03-26T22:58:17.766Z Compiling utf8_iter v1.0.4
12932026-03-26T22:58:17.830Z Compiling serde_json v1.0.149
12942026-03-26T22:58:17.833Z Compiling dyn-clone v1.0.20
12952026-03-26T22:58:17.867Z Compiling num-traits v0.2.19
12962026-03-26T22:58:17.915Z Compiling hashbrown v0.16.1
12972026-03-26T22:58:17.919Z Compiling log v0.4.29
12982026-03-26T22:58:17.977Z Compiling jobserver v0.1.34
12992026-03-26T22:58:18.075Z Compiling find-msvc-tools v0.1.9
13002026-03-26T22:58:18.107Z Compiling shlex v1.3.0
13012026-03-26T22:58:18.190Z Compiling zerocopy v0.8.47
13022026-03-26T22:58:18.292Z Compiling cc v1.2.57
13032026-03-26T22:58:18.310Z Compiling futures-core v0.3.32
13042026-03-26T22:58:18.313Z Compiling errno v0.3.14
13052026-03-26T22:58:18.464Z Compiling semver v1.0.27
13062026-03-26T22:58:18.523Z Compiling getrandom v0.4.2
13072026-03-26T22:58:18.545Z Compiling thiserror v2.0.18
13082026-03-26T22:58:18.617Z Compiling rand_core v0.10.0
13092026-03-26T22:58:18.770Z Compiling indexmap v2.13.0
13102026-03-26T22:58:18.887Z Compiling heck v0.5.0
13112026-03-26T22:58:18.974Z Compiling futures-sink v0.3.32
13122026-03-26T22:58:19.067Z Compiling slab v0.4.12
13132026-03-26T22:58:19.079Z Compiling fnv v1.0.7
13142026-03-26T22:58:19.140Z Compiling futures-channel v0.3.32
13152026-03-26T22:58:19.171Z Compiling uuid v1.22.0
13162026-03-26T22:58:19.239Z Compiling portable-atomic v1.13.1
13172026-03-26T22:58:19.366Z Compiling futures-task v0.3.32
13182026-03-26T22:58:19.413Z Compiling futures-io v0.3.32
13192026-03-26T22:58:19.536Z Compiling rustversion v1.0.22
13202026-03-26T22:58:19.550Z Compiling schemars v0.8.22
13212026-03-26T22:58:19.569Z Compiling typenum v1.19.0
13222026-03-26T22:58:19.582Z Compiling socket2 v0.6.3
13232026-03-26T22:58:19.602Z Compiling getrandom v0.2.17
13242026-03-26T22:58:19.789Z Compiling critical-section v1.2.0
13252026-03-26T22:58:19.801Z Compiling signal-hook-registry v1.4.8
13262026-03-26T22:58:19.893Z Compiling mio v1.1.1
13272026-03-26T22:58:19.956Z Compiling bitflags v2.11.0
13282026-03-26T22:58:20.014Z Compiling subtle v2.6.1
13292026-03-26T22:58:20.095Z Compiling base64 v0.22.1
13302026-03-26T22:58:20.181Z Compiling synstructure v0.13.2
13312026-03-26T22:58:20.192Z Compiling serde_derive_internals v0.29.1
13322026-03-26T22:58:20.220Z Compiling once_cell v1.21.4
13332026-03-26T22:58:20.400Z Compiling untrusted v0.9.0
13342026-03-26T22:58:20.424Z Compiling byteorder v1.5.0
13352026-03-26T22:58:20.435Z Compiling rand_core v0.6.4
13362026-03-26T22:58:20.460Z Compiling cmake v0.1.57
13372026-03-26T22:58:20.492Z Compiling dunce v1.0.5
13382026-03-26T22:58:20.517Z Compiling fs_extra v1.3.0
13392026-03-26T22:58:20.584Z Compiling httparse v1.10.1
13402026-03-26T22:58:20.646Z Compiling atomic-waker v1.1.2
13412026-03-26T22:58:20.650Z Compiling ipnet v2.12.0
13422026-03-26T22:58:20.679Z Compiling regex-syntax v0.8.10
13432026-03-26T22:58:20.771Z Compiling strsim v0.11.1
13442026-03-26T22:58:20.771Z Compiling rustix v1.1.4
13452026-03-26T22:58:20.789Z Compiling aws-lc-sys v0.39.0
13462026-03-26T22:58:20.936Z Compiling slog v2.8.2
13472026-03-26T22:58:20.968Z Compiling generic-array v0.14.7
13482026-03-26T22:58:21.153Z Compiling thiserror v1.0.69
13492026-03-26T22:58:21.164Z Compiling tower-service v0.3.3
13502026-03-26T22:58:21.186Z Compiling tower-layer v0.3.3
13512026-03-26T22:58:21.189Z Compiling getrandom v0.3.4
13522026-03-26T22:58:21.249Z Compiling ucd-trie v0.1.7
13532026-03-26T22:58:21.420Z Compiling serde_derive v1.0.228
13542026-03-26T22:58:21.434Z Compiling zerofrom-derive v0.1.6
13552026-03-26T22:58:21.498Z Compiling yoke-derive v0.8.1
13562026-03-26T22:58:21.579Z Compiling zerovec-derive v0.11.2
13572026-03-26T22:58:21.620Z Compiling displaydoc v0.2.5
13582026-03-26T22:58:21.671Z Compiling tokio-macros v2.6.1
13592026-03-26T22:58:21.717Z Compiling schemars_derive v0.8.22
13602026-03-26T22:58:22.374Z Compiling zerocopy-derive v0.8.47
13612026-03-26T22:58:22.455Z Compiling thiserror-impl v2.0.18
13622026-03-26T22:58:22.543Z Compiling zeroize_derive v1.4.3
13632026-03-26T22:58:22.665Z Compiling zerofrom v0.1.6
13642026-03-26T22:58:22.707Z Compiling futures-macro v0.3.32
13652026-03-26T22:58:22.789Z Compiling yoke v0.8.1
13662026-03-26T22:58:22.973Z Compiling zerovec v0.11.5
13672026-03-26T22:58:23.229Z Compiling zerotrie v0.2.3
13682026-03-26T22:58:23.340Z Compiling zeroize v1.8.2
13692026-03-26T22:58:23.461Z Compiling tinystr v0.8.2
13702026-03-26T22:58:23.520Z Compiling potential_utf v0.1.4
13712026-03-26T22:58:23.535Z Compiling futures-util v0.3.32
13722026-03-26T22:58:23.657Z Compiling icu_locale_core v2.1.1
13732026-03-26T22:58:23.684Z Compiling icu_collections v2.1.1
13742026-03-26T22:58:23.729Z Compiling pest v2.8.6
13752026-03-26T22:58:23.782Z Compiling thiserror-impl v1.0.69
13762026-03-26T22:58:24.179Z Compiling try-lock v0.2.5
13772026-03-26T22:58:24.283Z Compiling icu_provider v2.1.1
13782026-03-26T22:58:24.579Z Compiling bytes v1.11.1
13792026-03-26T22:58:24.603Z Compiling smallvec v1.15.1
13802026-03-26T22:58:24.632Z Compiling icu_properties v2.1.2
13812026-03-26T22:58:24.830Z Compiling icu_normalizer v2.1.1
13822026-03-26T22:58:24.924Z Compiling chrono v0.4.44
13832026-03-26T22:58:25.204Z Compiling parking_lot v0.12.5
13842026-03-26T22:58:25.293Z Compiling http v1.4.0
13852026-03-26T22:58:25.412Z Compiling tokio v1.50.0
13862026-03-26T22:58:25.607Z Compiling idna_adapter v1.2.1
13872026-03-26T22:58:25.752Z Compiling idna v1.1.0
13882026-03-26T22:58:25.775Z Compiling serde_tokenstream v0.2.3
13892026-03-26T22:58:25.823Z Compiling erased-serde v0.3.31
13902026-03-26T22:58:26.057Z Compiling url v2.5.8
13912026-03-26T22:58:26.266Z Compiling http-body v1.0.1
13922026-03-26T22:58:26.455Z Compiling pest_meta v2.8.6
13932026-03-26T22:58:26.543Z Compiling want v0.3.1
13942026-03-26T22:58:26.570Z Compiling ppv-lite86 v0.2.21
13952026-03-26T22:58:26.768Z Compiling ryu v1.0.23
13962026-03-26T22:58:26.890Z Compiling httpdate v1.0.3
13972026-03-26T22:58:26.952Z Compiling pin-utils v0.1.0
13982026-03-26T22:58:26.983Z Compiling pretty-hex v0.4.2
13992026-03-26T22:58:27.018Z Compiling pest_generator v2.8.6
14002026-03-26T22:58:27.116Z Compiling plain v0.2.3
14012026-03-26T22:58:27.127Z Compiling paste v1.0.15
14022026-03-26T22:58:27.221Z Compiling crypto-common v0.1.7
14032026-03-26T22:58:27.232Z Compiling ident_case v1.0.1
14042026-03-26T22:58:27.347Z Compiling omicron-workspace-hack v0.1.0
14052026-03-26T22:58:27.347Z Compiling tracing-attributes v0.1.31
14062026-03-26T22:58:27.577Z Compiling tracing-core v0.1.36
14072026-03-26T22:58:27.694Z Compiling serde_urlencoded v0.7.1
14082026-03-26T22:58:27.750Z Compiling pest_derive v2.8.6
14092026-03-26T22:58:27.932Z Compiling http-body-util v0.1.3
14102026-03-26T22:58:27.943Z Compiling ipnetwork v0.21.1
14112026-03-26T22:58:28.165Z Compiling daft-derive v0.1.5
14122026-03-26T22:58:28.181Z Compiling sync_wrapper v1.0.2
14132026-03-26T22:58:28.277Z Compiling fastrand v2.3.0
14142026-03-26T22:58:28.297Z Compiling aho-corasick v1.1.4
14152026-03-26T22:58:28.371Z Compiling winnow v1.0.0
14162026-03-26T22:58:28.386Z Compiling rustls-pki-types v1.14.0
14172026-03-26T22:58:28.541Z Compiling async-trait v0.1.89
14182026-03-26T22:58:28.556Z Compiling tracing v0.1.44
14192026-03-26T22:58:28.795Z Compiling scroll_derive v0.13.1
14202026-03-26T22:58:28.863Z Compiling ring v0.17.14
14212026-03-26T22:58:29.119Z Compiling regex-automata v0.4.14
14222026-03-26T22:58:29.360Z Compiling powerfmt v0.2.0
14232026-03-26T22:58:29.445Z Compiling anyhow v1.0.102
14242026-03-26T22:58:29.524Z Compiling num-conv v0.2.0
14252026-03-26T22:58:29.574Z Compiling time-core v0.1.8
14262026-03-26T22:58:29.613Z Compiling cpufeatures v0.2.17
14272026-03-26T22:58:29.650Z Compiling iri-string v0.7.11
14282026-03-26T22:58:29.668Z Compiling scroll v0.13.0
14292026-03-26T22:58:29.680Z Compiling deranged v0.5.8
14302026-03-26T22:58:29.712Z Compiling time-macros v0.2.27
14312026-03-26T22:58:30.122Z Compiling block-buffer v0.10.4
14322026-03-26T22:58:30.265Z Compiling num_threads v0.1.7
14332026-03-26T22:58:30.358Z Compiling hex v0.4.3
14342026-03-26T22:58:30.610Z Compiling digest v0.10.7
14352026-03-26T22:58:30.817Z Compiling regex v1.12.3
14362026-03-26T22:58:31.046Z Compiling goblin v0.10.5
14372026-03-26T22:58:31.211Z Compiling tokio-util v0.7.18
14382026-03-26T22:58:31.257Z Compiling oxnet v0.1.4
14392026-03-26T22:58:31.712Z Compiling camino v1.2.2
14402026-03-26T22:58:31.927Z Compiling usdt-impl v0.6.0
14412026-03-26T22:58:32.015Z Compiling openssl-probe v0.2.1
14422026-03-26T22:58:32.177Z Compiling dtrace-parser v0.3.0
14432026-03-26T22:58:32.198Z Compiling futures-executor v0.3.32
14442026-03-26T22:58:32.613Z Compiling crossbeam-utils v0.8.21
14452026-03-26T22:58:32.743Z Compiling h2 v0.4.13
14462026-03-26T22:58:32.916Z Compiling structmeta-derive v0.3.0
14472026-03-26T22:58:33.036Z Compiling regress v0.10.5
14482026-03-26T22:58:33.064Z Compiling thread-id v5.1.0
14492026-03-26T22:58:33.141Z Compiling rustls v0.22.4
14502026-03-26T22:58:33.341Z Compiling syn v1.0.109
14512026-03-26T22:58:33.879Z Compiling dof v0.4.0
14522026-03-26T22:58:33.936Z Compiling structmeta v0.3.0
14532026-03-26T22:58:34.204Z Compiling futures v0.3.32
14542026-03-26T22:58:34.280Z Compiling rand_core v0.9.5
14552026-03-26T22:58:34.291Z Compiling darling_core v0.23.0
14562026-03-26T22:58:34.492Z Compiling newtype-uuid-macros v0.1.0
14572026-03-26T22:58:35.226Z Compiling hyper v1.8.1
14582026-03-26T22:58:35.771Z Compiling thread_local v1.1.9
14592026-03-26T22:58:35.840Z Compiling match_cfg v0.1.0
14602026-03-26T22:58:35.909Z Compiling winnow v0.7.15
14612026-03-26T22:58:35.934Z Compiling aws-lc-rs v1.16.2
14622026-03-26T22:58:36.042Z Compiling newtype-uuid v1.3.2
14632026-03-26T22:58:36.228Z Compiling ref-cast v1.0.25
14642026-03-26T22:58:36.412Z Compiling darling_macro v0.23.0
14652026-03-26T22:58:36.444Z Compiling hyper-util v0.1.20
14662026-03-26T22:58:36.570Z Compiling quick-error v1.2.3
14672026-03-26T22:58:36.867Z Compiling slog-async v2.8.0
14682026-03-26T22:58:36.927Z Compiling daft v0.1.5
14692026-03-26T22:58:36.993Z Compiling darling v0.23.0
14702026-03-26T22:58:37.030Z Compiling usdt-attr-macro v0.6.0
14712026-03-26T22:58:37.071Z Compiling usdt-macro v0.6.0
14722026-03-26T22:58:37.186Z Compiling rand_chacha v0.9.0
14732026-03-26T22:58:37.197Z Compiling ref-cast-impl v1.0.25
14742026-03-26T22:58:37.465Z Compiling strum_macros v0.26.4
14752026-03-26T22:58:37.624Z Compiling serde_spanned v1.1.0
14762026-03-26T22:58:37.769Z Compiling toml_datetime v0.7.5+spec-1.1.0
14772026-03-26T22:58:37.794Z Compiling multer v3.1.0
14782026-03-26T22:58:38.014Z Compiling take_mut v0.2.2
14792026-03-26T22:58:38.077Z Compiling term v1.2.1
14802026-03-26T22:58:38.121Z Compiling debug-ignore v1.0.5
14812026-03-26T22:58:38.142Z Compiling bit-vec v0.8.0
14822026-03-26T22:58:38.185Z Compiling toml_writer v1.1.0+spec-1.1.0
14832026-03-26T22:58:38.185Z Compiling untrusted v0.7.1
14842026-03-26T22:58:38.311Z Compiling bit-set v0.8.0
14852026-03-26T22:58:38.354Z Compiling rand v0.9.2
14862026-03-26T22:58:38.366Z Compiling serde_with_macros v3.18.0
14872026-03-26T22:58:38.471Z Compiling async-stream-impl v0.3.6
14882026-03-26T22:58:38.773Z Compiling dropshot v0.16.7
14892026-03-26T22:58:38.940Z Compiling encoding_rs v0.8.35
14902026-03-26T22:58:38.991Z Compiling mime v0.3.17
14912026-03-26T22:58:39.080Z Compiling strum v0.26.3
14922026-03-26T22:58:39.091Z Compiling spin v0.9.8
14932026-03-26T22:58:39.202Z Compiling rustls v0.23.37
14942026-03-26T22:58:39.210Z Compiling unarray v0.1.4
14952026-03-26T22:58:39.313Z Compiling async-stream v0.3.6
14962026-03-26T22:58:39.402Z Compiling derive-ex v0.1.8
14972026-03-26T22:58:39.478Z Compiling dropshot_endpoint v0.16.7
14982026-03-26T22:58:39.489Z Compiling macaddr v1.0.1
14992026-03-26T22:58:39.514Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15002026-03-26T22:58:39.706Z Compiling waitgroup v0.1.2
15012026-03-26T22:58:39.809Z Compiling serde_path_to_error v0.1.20
15022026-03-26T22:58:39.972Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15032026-03-26T22:58:40.098Z Compiling tempfile v3.27.0
15042026-03-26T22:58:40.153Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15052026-03-26T22:58:40.331Z Compiling tower v0.5.3
15062026-03-26T22:58:40.400Z Compiling strum_macros v0.27.2
15072026-03-26T22:58:40.516Z Compiling instant v0.1.13
15082026-03-26T22:58:40.617Z Compiling time v0.3.47
15092026-03-26T22:58:40.812Z Compiling tower-http v0.6.8
15102026-03-26T22:58:40.941Z Compiling rustc-hash v2.1.1
15112026-03-26T22:58:40.964Z Compiling test-strategy v0.4.5
15122026-03-26T22:58:41.131Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15132026-03-26T22:58:41.229Z Compiling crossbeam-channel v0.5.15
15142026-03-26T22:58:42.030Z Compiling openapiv3 v2.2.0
15152026-03-26T22:58:42.289Z Compiling strum v0.27.2
15162026-03-26T22:58:42.420Z Compiling parse-display-derive v0.10.0
15172026-03-26T22:58:42.838Z Compiling rustls-webpki v0.102.8
15182026-03-26T22:58:43.580Z Compiling rustls-native-certs v0.8.3
15192026-03-26T22:58:43.669Z Compiling backon v1.6.0
15202026-03-26T22:58:43.709Z Compiling rand_chacha v0.3.1
15212026-03-26T22:58:43.916Z Compiling rand v0.8.5
15222026-03-26T22:58:44.168Z Compiling slog-json v2.6.1
15232026-03-26T22:58:44.375Z Compiling hostname v0.3.1
15242026-03-26T22:58:44.389Z Compiling toml_parser v1.1.0+spec-1.1.0
15252026-03-26T22:58:44.510Z Compiling wait-timeout v0.2.1
15262026-03-26T22:58:44.558Z Compiling memmap2 v0.9.10
15272026-03-26T22:58:44.656Z Compiling is-terminal v0.4.17
15282026-03-26T22:58:44.749Z Compiling either v1.15.0
15292026-03-26T22:58:44.810Z Compiling toml v0.9.12+spec-1.1.0
15302026-03-26T22:58:44.931Z Compiling slog-term v2.9.2
15312026-03-26T22:58:44.949Z Compiling usdt v0.6.0
15322026-03-26T22:58:45.071Z Compiling rusty-fork v0.3.1
15332026-03-26T22:58:45.219Z Compiling slog-bunyan v2.5.0
15342026-03-26T22:58:45.416Z Compiling serde_with v3.18.0
15352026-03-26T22:58:45.526Z Compiling rand_xorshift v0.4.0
15362026-03-26T22:58:45.672Z Compiling sha1 v0.10.6
15372026-03-26T22:58:45.705Z Compiling rustls-pemfile v2.2.0
15382026-03-26T22:58:45.892Z Compiling tokio-rustls v0.25.0
15392026-03-26T22:58:45.903Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15402026-03-26T22:58:45.907Z Compiling hostname v0.4.2
15412026-03-26T22:58:46.045Z Compiling proptest v1.11.0
15422026-03-26T22:58:47.136Z Compiling reqwest v0.12.28
15432026-03-26T22:58:47.214Z Compiling iddqd v0.3.17
15442026-03-26T22:58:47.291Z Compiling itertools v0.14.0
15452026-03-26T22:58:48.103Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15462026-03-26T22:58:48.346Z Compiling utf8parse v0.2.2
15472026-03-26T22:58:48.455Z Compiling anstyle-parse v1.0.0
15482026-03-26T22:58:48.531Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15492026-03-26T22:58:48.678Z Compiling toml_datetime v0.6.11
15502026-03-26T22:58:48.774Z Compiling anstyle-query v1.1.5
15512026-03-26T22:58:48.882Z Compiling colorchoice v1.0.5
15522026-03-26T22:58:48.994Z Compiling anstyle v1.0.14
15532026-03-26T22:58:49.221Z Compiling is_terminal_polyfill v1.70.2
15542026-03-26T22:58:49.247Z Compiling progenitor-client v0.10.0
15552026-03-26T22:58:49.311Z Compiling anstream v1.0.0
15562026-03-26T22:58:49.456Z Compiling parse-display v0.10.0
15572026-03-26T22:58:49.627Z Compiling backoff v0.4.0
15582026-03-26T22:58:49.792Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15592026-03-26T22:58:49.836Z Compiling clap_lex v1.1.0
15602026-03-26T22:58:50.081Z Compiling clap_derive v4.6.0
15612026-03-26T22:58:50.663Z Compiling unicode-width v0.2.2
15622026-03-26T22:58:50.765Z Compiling terminal_size v0.4.4
15632026-03-26T22:58:50.805Z Compiling darling_core v0.21.3
15642026-03-26T22:58:50.945Z Compiling zerocopy-derive v0.7.35
15652026-03-26T22:58:51.841Z Compiling zerocopy v0.7.35
15662026-03-26T22:58:52.496Z Compiling crossbeam-epoch v0.9.18
15672026-03-26T22:58:52.885Z Compiling clap_builder v4.6.0
15682026-03-26T22:58:52.952Z Compiling darling_macro v0.21.3
15692026-03-26T22:58:53.124Z Compiling proc-macro-error-attr v1.0.4
15702026-03-26T22:58:53.303Z Compiling heapless v0.8.0
15712026-03-26T22:58:53.367Z Compiling toml_datetime v1.1.0+spec-1.1.0
15722026-03-26T22:58:53.394Z Compiling tinyvec_macros v0.1.1
15732026-03-26T22:58:53.521Z Compiling darling v0.21.3
15742026-03-26T22:58:53.594Z Compiling convert_case v0.4.0
15752026-03-26T22:58:53.606Z Compiling ingot-macros v0.1.1
15762026-03-26T22:58:53.659Z Compiling toml_edit v0.25.8+spec-1.1.0
15772026-03-26T22:58:53.765Z Compiling tinyvec v1.11.0
15782026-03-26T22:58:53.893Z Compiling derive_more v0.99.20
15792026-03-26T22:58:54.554Z Compiling clap v4.6.0
15802026-03-26T22:58:54.963Z Compiling dtrace-parser v0.2.0
15812026-03-26T22:58:55.148Z Compiling secrecy v0.10.3
15822026-03-26T22:58:55.302Z Compiling scroll_derive v0.12.1
15832026-03-26T22:58:55.833Z Compiling hash32 v0.3.1
15842026-03-26T22:58:55.898Z Compiling proc-macro-error v1.0.4
15852026-03-26T22:58:55.988Z Compiling usdt-impl v0.5.0
15862026-03-26T22:58:56.005Z Compiling crucible-workspace-hack v0.1.0
15872026-03-26T22:58:56.103Z Compiling winnow v0.5.40
15882026-03-26T22:58:56.118Z Compiling smoltcp v0.11.0
15892026-03-26T22:58:56.192Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15902026-03-26T22:58:56.319Z Compiling scroll v0.12.0
15912026-03-26T22:58:56.341Z Compiling ingot-types v0.1.2
15922026-03-26T22:58:56.583Z Compiling proc-macro-crate v3.5.0
15932026-03-26T22:58:56.924Z Compiling dof v0.3.0
15942026-03-26T22:58:57.201Z Compiling typify-impl v0.6.1
15952026-03-26T22:58:57.271Z Compiling serde_spanned v0.6.9
15962026-03-26T22:58:57.293Z Compiling cobs v0.3.0
15972026-03-26T22:58:57.342Z Compiling thread-id v4.2.2
15982026-03-26T22:58:57.409Z Compiling memoffset v0.9.1
15992026-03-26T22:58:57.421Z Compiling bitflags v1.3.2
16002026-03-26T22:58:57.430Z Compiling toml_edit v0.19.15
16012026-03-26T22:58:57.484Z Compiling managed v0.8.0
16022026-03-26T22:58:57.495Z Compiling cfg_aliases v0.2.1
16032026-03-26T22:58:57.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16042026-03-26T22:58:57.568Z Compiling toml_write v0.1.2
16052026-03-26T22:58:57.650Z Compiling nix v0.31.2
16062026-03-26T22:58:57.734Z Compiling toml_edit v0.22.27
16072026-03-26T22:58:57.788Z Compiling postcard v1.1.3
16082026-03-26T22:58:58.563Z Compiling proc-macro-crate v1.3.1
16092026-03-26T22:58:58.879Z Compiling num_enum_derive v0.7.6
16102026-03-26T22:58:59.135Z Compiling ingot v0.1.1
16112026-03-26T22:58:59.427Z Compiling goblin v0.8.2
16122026-03-26T22:58:59.902Z Compiling tabwriter v1.4.1
16132026-03-26T22:59:00.103Z Compiling foreign-types-macros v0.2.3
16142026-03-26T22:59:00.137Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16152026-03-26T22:59:00.425Z Compiling num-integer v0.1.46
16162026-03-26T22:59:00.735Z Compiling rustc_version v0.4.1
16172026-03-26T22:59:00.944Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16182026-03-26T22:59:01.003Z Compiling cpufeatures v0.3.0
16192026-03-26T22:59:01.067Z Compiling heck v0.4.1
16202026-03-26T22:59:01.078Z Compiling rayon-core v1.13.0
16212026-03-26T22:59:01.164Z Compiling foreign-types-shared v0.3.1
16222026-03-26T22:59:01.200Z Compiling float-ord v0.3.2
16232026-03-26T22:59:01.256Z Compiling foreign-types v0.5.0
16242026-03-26T22:59:01.316Z Compiling chacha20 v0.10.0
16252026-03-26T22:59:01.333Z Compiling curve25519-dalek v4.1.3
16262026-03-26T22:59:01.630Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16272026-03-26T22:59:01.968Z Compiling num_enum v0.7.6
16282026-03-26T22:59:02.087Z Compiling num_enum_derive v0.5.11
16292026-03-26T22:59:02.526Z Compiling toml v0.8.23
16302026-03-26T22:59:03.346Z Compiling crossbeam-deque v0.8.6
16312026-03-26T22:59:03.481Z Compiling typify-macro v0.6.1
16322026-03-26T22:59:03.560Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16332026-03-26T22:59:03.744Z Compiling hmac v0.12.1
16342026-03-26T22:59:03.878Z Compiling inout v0.1.4
16352026-03-26T22:59:04.048Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16362026-03-26T22:59:04.071Z Compiling ff v0.13.1
16372026-03-26T22:59:04.194Z Compiling cstr-argument v0.1.2
16382026-03-26T22:59:04.314Z Compiling colored v3.1.1
16392026-03-26T22:59:04.341Z Compiling prettyplease v0.2.37
16402026-03-26T22:59:04.579Z Compiling rustix v0.38.44
16412026-03-26T22:59:04.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16422026-03-26T22:59:05.008Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16432026-03-26T22:59:05.467Z Compiling rustls-webpki v0.103.10
16442026-03-26T22:59:05.562Z Compiling group v0.13.0
16452026-03-26T22:59:05.783Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16462026-03-26T22:59:05.839Z Compiling cipher v0.4.4
16472026-03-26T22:59:06.386Z Compiling hkdf v0.12.4
16482026-03-26T22:59:06.641Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16492026-03-26T22:59:06.706Z Compiling num_enum v0.5.11
16502026-03-26T22:59:06.816Z Compiling rand v0.10.0
16512026-03-26T22:59:06.828Z Compiling num-rational v0.4.2
16522026-03-26T22:59:06.839Z Compiling num-iter v0.1.45
16532026-03-26T22:59:06.956Z Compiling usdt-macro v0.5.0
16542026-03-26T22:59:07.324Z Compiling usdt-attr-macro v0.5.0
16552026-03-26T22:59:08.090Z Compiling camino-tempfile v1.4.1
16562026-03-26T22:59:08.329Z Compiling thiserror-impl-no-std v2.0.2
16572026-03-26T22:59:08.329Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16582026-03-26T22:59:08.629Z Compiling universal-hash v0.5.1
16592026-03-26T22:59:08.688Z Compiling crypto-bigint v0.5.5
16602026-03-26T22:59:08.761Z Compiling half v2.7.1
16612026-03-26T22:59:09.002Z Compiling tokio-rustls v0.26.4
16622026-03-26T22:59:09.068Z Compiling rustls-platform-verifier v0.6.2
16632026-03-26T22:59:09.268Z Compiling hyper-rustls v0.27.7
16642026-03-26T22:59:09.408Z Compiling curve25519-dalek-derive v0.1.1
16652026-03-26T22:59:09.572Z Compiling reqwest v0.13.2
16662026-03-26T22:59:09.607Z Compiling enum-as-inner v0.6.1
16672026-03-26T22:59:09.875Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16682026-03-26T22:59:10.095Z Compiling num-complex v0.4.6
16692026-03-26T22:59:10.169Z Compiling memmap v0.7.0
16702026-03-26T22:59:10.188Z Compiling data-encoding v2.10.0
16712026-03-26T22:59:10.362Z Compiling opaque-debug v0.3.1
16722026-03-26T22:59:10.430Z Compiling static_assertions v1.1.0
16732026-03-26T22:59:10.441Z Compiling ciborium-io v0.2.2
16742026-03-26T22:59:10.475Z Compiling base64ct v1.8.3
16752026-03-26T22:59:10.505Z Compiling base16ct v0.2.0
16762026-03-26T22:59:10.535Z Compiling ciborium-ll v0.2.2
16772026-03-26T22:59:10.667Z Compiling elliptic-curve v0.13.8
16782026-03-26T22:59:10.750Z Compiling progenitor-client v0.13.0
16792026-03-26T22:59:10.773Z Compiling password-hash v0.5.0
16802026-03-26T22:59:10.943Z Compiling num v0.4.3
16812026-03-26T22:59:11.019Z Compiling progenitor-extras v0.1.1
16822026-03-26T22:59:11.022Z Compiling poly1305 v0.8.0
16832026-03-26T22:59:11.225Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16842026-03-26T22:59:11.350Z Compiling usdt v0.5.0
16852026-03-26T22:59:11.639Z Compiling thiserror-no-std v2.0.2
16862026-03-26T22:59:11.732Z Compiling rayon v1.11.0
16872026-03-26T22:59:12.368Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16882026-03-26T22:59:12.722Z Compiling chacha20 v0.9.1
16892026-03-26T22:59:12.778Z Compiling typify v0.6.1
16902026-03-26T22:59:12.874Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16912026-03-26T22:59:13.679Z Compiling zone_cfg_derive v0.3.1
16922026-03-26T22:59:13.759Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16932026-03-26T22:59:13.824Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16942026-03-26T22:59:14.033Z Compiling itertools v0.12.1
16952026-03-26T22:59:14.163Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16962026-03-26T22:59:14.252Z Compiling blake2 v0.10.6
16972026-03-26T22:59:14.346Z Compiling byte-wrapper v0.1.0
16982026-03-26T22:59:14.357Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16992026-03-26T22:59:14.621Z Compiling aead v0.5.2
17002026-03-26T22:59:14.679Z Compiling num-derive v0.4.2
17012026-03-26T22:59:14.707Z Compiling sigpipe v0.1.3
17022026-03-26T22:59:14.718Z Compiling glob v0.3.3
17032026-03-26T22:59:14.785Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17042026-03-26T22:59:14.807Z Compiling jiff v0.2.23
17052026-03-26T22:59:15.002Z Compiling pkg-config v0.3.32
17062026-03-26T22:59:15.162Z Compiling unsafe-libyaml v0.2.11
17072026-03-26T22:59:15.246Z Compiling vcpkg v0.2.15
17082026-03-26T22:59:15.462Z Compiling keccak v0.1.6
17092026-03-26T22:59:15.619Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17102026-03-26T22:59:15.711Z Compiling serde_yaml v0.9.34+deprecated
17112026-03-26T22:59:15.807Z Compiling openssl-sys v0.9.112
17122026-03-26T22:59:15.954Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17132026-03-26T22:59:16.027Z Compiling sha3 v0.10.8
17142026-03-26T22:59:16.352Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17152026-03-26T22:59:16.534Z Compiling zone v0.3.1
17162026-03-26T22:59:16.918Z Compiling chacha20poly1305 v0.10.1
17172026-03-26T22:59:17.002Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17182026-03-26T22:59:17.141Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17192026-03-26T22:59:17.358Z Compiling argon2 v0.5.3
17202026-03-26T22:59:17.891Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17212026-03-26T22:59:18.351Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17222026-03-26T22:59:18.603Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17232026-03-26T22:59:18.655Z Compiling progenitor-impl v0.13.0
17242026-03-26T22:59:18.991Z Compiling vsss-rs v3.3.4
17252026-03-26T22:59:19.227Z Compiling ciborium v0.2.2
17262026-03-26T22:59:19.651Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-26T22:59:19.698Z Compiling hubpack_derive v0.1.1
17282026-03-26T22:59:19.710Z Compiling smf v0.2.3
17292026-03-26T22:59:19.772Z Compiling indent_write v2.2.0
17302026-03-26T22:59:19.827Z Compiling resolv-conf v0.7.6
17312026-03-26T22:59:19.912Z Compiling linked-hash-map v0.5.6
17322026-03-26T22:59:20.097Z Compiling whoami v1.6.1
17332026-03-26T22:59:20.209Z Compiling semver v0.1.20
17342026-03-26T22:59:20.222Z Compiling hubpack v0.1.2
17352026-03-26T22:59:20.260Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17362026-03-26T22:59:20.406Z Compiling rustc_version v0.1.7
17372026-03-26T22:59:20.442Z Compiling lru-cache v0.1.2
17382026-03-26T22:59:20.539Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17392026-03-26T22:59:20.550Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17402026-03-26T22:59:20.670Z Compiling hickory-proto v0.24.4
17412026-03-26T22:59:21.018Z Compiling serde-big-array v0.5.1
17422026-03-26T22:59:21.166Z Compiling derive-where v1.6.1
17432026-03-26T22:59:22.241Z Compiling pin-project-internal v1.1.11
17442026-03-26T22:59:22.293Z Compiling progenitor-macro v0.13.0
17452026-03-26T22:59:22.477Z Compiling serde_repr v0.1.20
17462026-03-26T22:59:23.069Z Compiling swrite v0.1.0
17472026-03-26T22:59:23.172Z Compiling minimal-lexical v0.2.1
17482026-03-26T22:59:23.332Z Compiling unicode-segmentation v1.13.1
17492026-03-26T22:59:23.395Z Compiling siphasher v1.0.2
17502026-03-26T22:59:23.442Z Compiling nom v7.1.3
17512026-03-26T22:59:23.597Z Compiling phf_shared v0.12.1
17522026-03-26T22:59:23.767Z Compiling newline-converter v0.3.0
17532026-03-26T22:59:23.783Z Compiling pin-project v1.1.11
17542026-03-26T22:59:23.887Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17552026-03-26T22:59:23.895Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17562026-03-26T22:59:24.057Z Compiling hickory-resolver v0.24.4
17572026-03-26T22:59:24.263Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17582026-03-26T22:59:24.314Z Compiling newtype_derive v0.1.6
17592026-03-26T22:59:24.545Z Compiling atomicwrites v0.4.4
17602026-03-26T22:59:24.835Z Compiling unicode-normalization v0.1.25
17612026-03-26T22:59:25.199Z Compiling console v0.15.11
17622026-03-26T22:59:25.310Z Compiling tokio-stream v0.1.18
17632026-03-26T22:59:25.777Z Compiling async-recursion v1.1.1
17642026-03-26T22:59:25.878Z Compiling snafu-derive v0.8.9
17652026-03-26T22:59:25.967Z Compiling slog-dtrace v0.3.0
17662026-03-26T22:59:26.178Z Compiling bstr v1.12.1
17672026-03-26T22:59:26.196Z Compiling csv-core v0.1.13
17682026-03-26T22:59:26.463Z Compiling openssl v0.10.76
17692026-03-26T22:59:26.492Z Compiling foreign-types-shared v0.1.1
17702026-03-26T22:59:26.589Z Compiling cancel-safe-futures v0.1.5
17712026-03-26T22:59:26.742Z Compiling same-file v1.0.6
17722026-03-26T22:59:26.745Z Compiling owo-colors v4.3.0
17732026-03-26T22:59:26.772Z Compiling unicode-width v0.1.14
17742026-03-26T22:59:26.775Z Compiling unicode-xid v0.2.6
17752026-03-26T22:59:26.838Z Compiling highway v1.3.0
17762026-03-26T22:59:26.902Z Compiling similar v2.7.0
17772026-03-26T22:59:26.920Z Compiling chrono-tz v0.10.4
17782026-03-26T22:59:27.054Z Compiling foldhash v0.1.5
17792026-03-26T22:59:27.126Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17802026-03-26T22:59:27.154Z Compiling const_format_proc_macros v0.2.34
17812026-03-26T22:59:27.239Z Compiling hashbrown v0.15.5
17822026-03-26T22:59:27.251Z Compiling walkdir v2.5.0
17832026-03-26T22:59:27.470Z Compiling progenitor v0.13.0
17842026-03-26T22:59:27.608Z Compiling expectorate v1.2.0
17852026-03-26T22:59:27.650Z Compiling globset v0.4.18
17862026-03-26T22:59:27.672Z Compiling snafu v0.8.9
17872026-03-26T22:59:27.765Z Compiling foreign-types v0.3.2
17882026-03-26T22:59:27.778Z Compiling csv v1.4.0
17892026-03-26T22:59:27.842Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17902026-03-26T22:59:27.924Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17912026-03-26T22:59:27.960Z Compiling qorb v0.4.1
17922026-03-26T22:59:28.336Z Compiling olpc-cjson v0.1.4
17932026-03-26T22:59:28.496Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17942026-03-26T22:59:28.554Z Compiling phf v0.12.1
17952026-03-26T22:59:29.018Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17962026-03-26T22:59:29.031Z Compiling tokio-dtrace v0.1.1
17972026-03-26T22:59:29.226Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17982026-03-26T22:59:29.307Z Compiling libsw-core v0.3.2
17992026-03-26T22:59:29.483Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-26T22:59:29.606Z Compiling serde_plain v1.0.2
18012026-03-26T22:59:29.771Z Compiling openssl-macros v0.1.1
18022026-03-26T22:59:29.818Z Compiling pem v3.0.6
18032026-03-26T22:59:29.960Z Compiling cookie v0.18.1
18042026-03-26T22:59:30.044Z Compiling fixedbitset v0.4.2
18052026-03-26T22:59:30.063Z Compiling typed-path v0.9.3
18062026-03-26T22:59:30.132Z Compiling bytecount v0.6.9
18072026-03-26T22:59:30.195Z Compiling fixedbitset v0.5.7
18082026-03-26T22:59:30.249Z Compiling papergrid v0.11.0
18092026-03-26T22:59:30.273Z Compiling petgraph v0.6.5
18102026-03-26T22:59:30.283Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18112026-03-26T22:59:30.533Z Compiling petgraph v0.8.3
18122026-03-26T22:59:31.409Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18132026-03-26T22:59:31.585Z Compiling tough v0.20.0
18142026-03-26T22:59:31.791Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18152026-03-26T22:59:32.086Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18162026-03-26T22:59:32.266Z Compiling libsw v3.5.0
18172026-03-26T22:59:32.387Z Compiling oxide-tokio-rt v0.1.3
18182026-03-26T22:59:32.794Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18192026-03-26T22:59:33.514Z Compiling const_format v0.2.35
18202026-03-26T22:59:33.848Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18212026-03-26T22:59:35.106Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-26T22:59:35.240Z Compiling gethostname v0.5.0
18232026-03-26T22:59:35.368Z Compiling tabled_derive v0.7.0
18242026-03-26T22:59:35.638Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18252026-03-26T22:59:35.795Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-26T22:59:35.824Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-26T22:59:35.916Z Compiling bcs v0.1.6
18282026-03-26T22:59:36.015Z Compiling crunchy v0.2.4
18292026-03-26T22:59:36.240Z Compiling termtree v0.5.1
18302026-03-26T22:59:36.305Z Compiling unicode-linebreak v0.1.5
18312026-03-26T22:59:36.317Z Compiling linear-map v1.2.0
18322026-03-26T22:59:36.321Z Compiling smawk v0.3.2
18332026-03-26T22:59:36.388Z Compiling tagptr v0.2.0
18342026-03-26T22:59:36.392Z Compiling lazy_static v1.5.0
18352026-03-26T22:59:36.516Z Compiling tabled v0.15.0
18362026-03-26T22:59:36.562Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18372026-03-26T22:59:36.572Z Compiling textwrap v0.16.2
18382026-03-26T22:59:36.606Z Compiling moka v0.12.15
18392026-03-26T22:59:36.632Z Compiling steno v0.4.1
18402026-03-26T22:59:37.125Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-26T22:59:37.136Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-26T22:59:37.163Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-26T22:59:37.414Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-26T22:59:37.621Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-26T22:59:38.195Z Compiling hickory-proto v0.25.2
18462026-03-26T22:59:38.449Z Compiling tiny-keccak v2.0.2
18472026-03-26T22:59:38.673Z Compiling humantime v2.3.0
18482026-03-26T22:59:39.058Z Compiling num-derive v0.3.3
18492026-03-26T22:59:39.257Z Compiling parking_lot_core v0.8.6
18502026-03-26T22:59:39.775Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18512026-03-26T22:59:39.892Z Compiling crc32fast v1.5.0
18522026-03-26T22:59:39.982Z Compiling libscf-sys v1.1.0
18532026-03-26T22:59:40.009Z Compiling const-random-macro v0.1.16
18542026-03-26T22:59:40.129Z Compiling hickory-resolver v0.25.2
18552026-03-26T22:59:40.175Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18562026-03-26T22:59:40.235Z Compiling ahash v0.8.12
18572026-03-26T22:59:40.396Z Compiling smartstring v1.0.1
18582026-03-26T22:59:40.527Z Compiling parking_lot v0.11.2
18592026-03-26T22:59:40.543Z Compiling const-random v0.1.18
18602026-03-26T22:59:40.766Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18612026-03-26T22:59:40.941Z Compiling fxhash v0.2.1
18622026-03-26T22:59:40.952Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18632026-03-26T22:59:40.955Z Compiling internet-checksum v0.2.1
18642026-03-26T22:59:41.080Z Compiling sled v0.34.7
18652026-03-26T22:59:41.271Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18662026-03-26T22:59:41.347Z Compiling thin-vec v0.2.14
18672026-03-26T22:59:41.661Z Compiling rhai_codegen v3.1.0
18682026-03-26T22:59:41.770Z Compiling sdd v3.0.10
18692026-03-26T22:59:41.817Z Compiling serial_test_derive v3.4.0
18702026-03-26T22:59:42.121Z Compiling scc v2.4.0
18712026-03-26T22:59:42.457Z Compiling nom v8.0.0
18722026-03-26T22:59:42.554Z Compiling yansi v1.0.1
18732026-03-26T22:59:42.890Z Compiling diff v0.1.13
18742026-03-26T22:59:42.893Z Compiling rhai v1.24.0
18752026-03-26T22:59:43.185Z Compiling pretty_assertions v1.4.1
18762026-03-26T22:59:43.206Z Compiling serial_test v3.4.0
18772026-03-26T22:59:46.506Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18782026-03-26T22:59:54.108Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18792026-03-26T22:59:55.689Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18802026-03-26T22:59:56.800Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18812026-03-26T22:59:57.911Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18822026-03-26T22:59:58.672Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18832026-03-26T23:00:00.103Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18842026-03-26T23:00:35.861Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
18852026-03-26T23:00:36.082Z────────────
18862026-03-26T23:00:36.082Z Nextest run ID a73a4eb9-6485-4c3c-b551-d152ff8dda6f with nextest profile: default
18872026-03-26T23:00:36.082Z Starting 150 tests across 1 binary
18882026-03-26T23:00:36.097Z PASS [ 0.008s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18892026-03-26T23:00:36.097Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18902026-03-26T23:00:36.097Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18912026-03-26T23:00:36.097Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
18922026-03-26T23:00:36.097Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
18932026-03-26T23:00:36.097Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
18942026-03-26T23:00:36.097Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18952026-03-26T23:00:36.097Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
18962026-03-26T23:00:36.097Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
18972026-03-26T23:00:36.097Z PASS [ 0.008s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
18982026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::empty_update_end_of_rib
18992026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::header_round_trip
19002026-03-26T23:00:36.098Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19012026-03-26T23:00:36.098Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19022026-03-26T23:00:36.098Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19032026-03-26T23:00:36.098Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19042026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
19052026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19062026-03-26T23:00:36.098Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19072026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19082026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::header_tests::roundtrip_max_length_header
19092026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19102026-03-26T23:00:36.098Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19112026-03-26T23:00:36.098Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19122026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19132026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19142026-03-26T23:00:36.098Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19152026-03-26T23:00:36.098Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19162026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19172026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19182026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19192026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19202026-03-26T23:00:36.098Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19212026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19222026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19232026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19242026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19252026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19262026-03-26T23:00:36.099Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19272026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19282026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19292026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19302026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19312026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19322026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19332026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19342026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19352026-03-26T23:00:36.099Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19362026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19372026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first
19382026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19392026-03-26T23:00:36.104Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19402026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19412026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
19422026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19432026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19442026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
19452026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::notification_round_trip
19462026-03-26T23:00:36.104Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19472026-03-26T23:00:36.104Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19482026-03-26T23:00:36.104Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19492026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::prefix_within
19502026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19512026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19522026-03-26T23:00:36.104Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19532026-03-26T23:00:36.135Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19542026-03-26T23:00:36.135Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19552026-03-26T23:00:36.135Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19562026-03-26T23:00:36.135Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19572026-03-26T23:00:36.136Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19582026-03-26T23:00:36.136Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19592026-03-26T23:00:36.136Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19602026-03-26T23:00:36.136Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19612026-03-26T23:00:36.136Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19622026-03-26T23:00:36.136Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19632026-03-26T23:00:36.136Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19642026-03-26T23:00:36.136Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19652026-03-26T23:00:36.136Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19662026-03-26T23:00:36.136Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19672026-03-26T23:00:36.136Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19682026-03-26T23:00:36.136Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
19692026-03-26T23:00:36.136Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19702026-03-26T23:00:36.136Z PASS [ 0.009s] bgp messages::tests::update_round_trip
19712026-03-26T23:00:36.143Z PASS [ 0.021s] bgp policy::test::open_add_4byte_as
19722026-03-26T23:00:36.143Z PASS [ 0.020s] bgp policy::test::update_shape_community
19732026-03-26T23:00:36.143Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19742026-03-26T23:00:36.143Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
19752026-03-26T23:00:36.143Z PASS [ 0.023s] bgp policy::test::shape_update_prefixes
19762026-03-26T23:00:36.143Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
19772026-03-26T23:00:36.156Z PASS [ 0.020s] bgp proptest::prop_duplicate_attrs_deduplicated
19782026-03-26T23:00:36.161Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
19792026-03-26T23:00:36.161Z PASS [ 0.013s] bgp proptest::prop_ipv4_wire_format_roundtrip
19802026-03-26T23:00:36.161Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19812026-03-26T23:00:36.161Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19822026-03-26T23:00:36.161Z PASS [ 0.013s] bgp proptest::prop_ipv6_wire_format_roundtrip
19832026-03-26T23:00:36.161Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19842026-03-26T23:00:36.161Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19852026-03-26T23:00:36.161Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19862026-03-26T23:00:36.178Z PASS [ 0.014s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19872026-03-26T23:00:36.178Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19882026-03-26T23:00:36.178Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19892026-03-26T23:00:36.178Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19902026-03-26T23:00:36.178Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
19912026-03-26T23:00:36.178Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
19922026-03-26T23:00:36.179Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19932026-03-26T23:00:36.179Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
19942026-03-26T23:00:36.182Z PASS [ 0.011s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19952026-03-26T23:00:36.182Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
19962026-03-26T23:00:36.182Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
19972026-03-26T23:00:36.182Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19982026-03-26T23:00:36.187Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
19992026-03-26T23:00:36.187Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20002026-03-26T23:00:36.187Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20012026-03-26T23:00:36.187Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20022026-03-26T23:00:36.194Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv4_configured
20032026-03-26T23:00:36.194Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20042026-03-26T23:00:36.194Z PASS [ 0.012s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20052026-03-26T23:00:36.194Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv6_configured
20062026-03-26T23:00:36.195Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20072026-03-26T23:00:36.199Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20082026-03-26T23:00:36.199Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20092026-03-26T23:00:39.270Z PASS [ 3.065s] bgp test::test_basic_update
20102026-03-26T23:00:39.270Z PASS [ 3.070s] bgp test::test_basic_peering_active
20112026-03-26T23:00:39.270Z PASS [ 3.064s] bgp test::test_basic_update_ipv6
20122026-03-26T23:00:39.270Z PASS [ 3.066s] bgp test::test_basic_peering_passive
20132026-03-26T23:00:39.279Z PASS [ 3.080s] bgp test::test_basic_peering_passive_tcp
20142026-03-26T23:00:39.315Z PASS [ 3.079s] bgp test::test_basic_update_tcp
20152026-03-26T23:00:39.315Z PASS [ 3.082s] bgp test::test_basic_update_ipv6_tcp
20162026-03-26T23:00:40.280Z PASS [ 4.087s] bgp test::test_basic_peering_active_tcp
20172026-03-26T23:00:42.344Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_passive
20182026-03-26T23:00:42.362Z PASS [ 3.074s] bgp test::test_ipv6_basic_peering_active
20192026-03-26T23:00:43.391Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv4_peer_success
20202026-03-26T23:00:43.391Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv6_peer_success
20212026-03-26T23:00:43.391Z PASS [ 4.085s] bgp test::test_ipv4_routes_ipv6_peer_success
20222026-03-26T23:00:43.489Z PASS [ 4.087s] bgp test::test_import_export_policy_filtering
20232026-03-26T23:00:43.489Z PASS [ 4.077s] bgp test::test_ipv6_basic_peering_active_tcp
20242026-03-26T23:00:43.489Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20252026-03-26T23:00:43.522Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20262026-03-26T23:00:45.332Z PASS [ 1.092s] bgp test::test_three_router_chain_tcp_ipv6
20272026-03-26T23:00:45.379Z PASS [ 1.101s] bgp test::test_three_router_chain_tcp
20282026-03-26T23:00:45.410Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20292026-03-26T23:00:45.499Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20302026-03-26T23:00:46.167Z PASS [ 2.823s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20312026-03-26T23:00:46.431Z PASS [ 3.067s] bgp test::test_three_router_chain_unnumbered
20322026-03-26T23:00:46.435Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20332026-03-26T23:00:48.418Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
20342026-03-26T23:00:50.469Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20352026-03-26T23:00:53.510Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20362026-03-26T23:00:54.563Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20372026-03-26T23:01:01.473Z PASS [ 18.063s] bgp test::test_unnumbered_interface_lifecycle
20382026-03-26T23:01:01.473Z────────────
20392026-03-26T23:01:01.473Z Summary [ 25.441s] 150 tests run: 150 passed, 0 skipped
20402026-03-26T23:01:01.485Z+ 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/
20412026-03-26T23:01:01.495Z+ popd
20422026-03-26T23:01:01.495Z/work/oxidecomputer/maghemite
20432026-03-26T23:01:01.495Z+ pushd mgd
20442026-03-26T23:01:01.495Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20452026-03-26T23:01:01.498Z+ pfexec cargo nextest run
20462026-03-26T23:01:02.665Z Compiling slog v2.8.2
20472026-03-26T23:01:02.769Z Compiling usdt v0.6.0
20482026-03-26T23:01:02.851Z Compiling typify-impl v0.4.3
20492026-03-26T23:01:02.868Z Compiling proc-macro-error-attr2 v2.0.0
20502026-03-26T23:01:02.887Z Compiling papergrid v0.17.0
20512026-03-26T23:01:03.046Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20522026-03-26T23:01:03.056Z Compiling slog-json v2.6.1
20532026-03-26T23:01:03.150Z Compiling slog-term v2.9.2
20542026-03-26T23:01:03.259Z Compiling slog-async v2.8.0
20552026-03-26T23:01:03.592Z Compiling slog-bunyan v2.5.0
20562026-03-26T23:01:03.739Z Compiling dropshot v0.16.7
20572026-03-26T23:01:03.772Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20582026-03-26T23:01:03.899Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20592026-03-26T23:01:04.026Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20602026-03-26T23:01:04.329Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20612026-03-26T23:01:04.376Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20622026-03-26T23:01:04.454Z Compiling slog-dtrace v0.3.0
20632026-03-26T23:01:04.773Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20642026-03-26T23:01:04.948Z Compiling steno v0.4.1
20652026-03-26T23:01:05.518Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20662026-03-26T23:01:05.646Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20672026-03-26T23:01:07.305Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20682026-03-26T23:01:08.342Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20692026-03-26T23:01:09.137Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20702026-03-26T23:01:09.137Z Compiling typify-macro v0.4.3
20712026-03-26T23:01:09.735Z Compiling proc-macro-error2 v2.0.1
20722026-03-26T23:01:10.021Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20732026-03-26T23:01:10.086Z Compiling tabled_derive v0.11.0
20742026-03-26T23:01:10.202Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20752026-03-26T23:01:10.338Z Compiling testing_table v0.3.0
20762026-03-26T23:01:10.511Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20772026-03-26T23:01:10.556Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20782026-03-26T23:01:10.672Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20792026-03-26T23:01:10.794Z Compiling progenitor-client v0.11.2
20802026-03-26T23:01:11.058Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20812026-03-26T23:01:11.088Z Compiling crc8 v0.1.1
20822026-03-26T23:01:11.193Z Compiling typify v0.4.3
20832026-03-26T23:01:11.217Z Compiling tabled v0.20.0
20842026-03-26T23:01:11.287Z Compiling progenitor-impl v0.11.2
20852026-03-26T23:01:12.185Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20862026-03-26T23:01:12.758Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20872026-03-26T23:01:13.376Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20882026-03-26T23:01:13.985Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20892026-03-26T23:01:14.556Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20902026-03-26T23:01:14.915Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20912026-03-26T23:01:14.937Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20922026-03-26T23:01:14.950Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20932026-03-26T23:01:15.589Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20942026-03-26T23:01:16.187Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20952026-03-26T23:01:16.272Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20962026-03-26T23:01:16.511Z Compiling progenitor-macro v0.11.2
20972026-03-26T23:01:16.840Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20982026-03-26T23:01:17.046Z Compiling dropshot-api-manager-types v0.5.2
20992026-03-26T23:01:17.132Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21002026-03-26T23:01:20.215Z Compiling progenitor v0.11.2
21012026-03-26T23:01:20.309Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21022026-03-26T23:01:22.742Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21032026-03-26T23:01:23.854Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21042026-03-26T23:01:23.854Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21052026-03-26T23:01:23.883Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21062026-03-26T23:01:24.098Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21072026-03-26T23:01:32.372Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21082026-03-26T23:01:39.486Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21092026-03-26T23:01:41.070Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21102026-03-26T23:01:42.166Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21112026-03-26T23:01:43.289Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21122026-03-26T23:01:44.063Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21132026-03-26T23:01:45.529Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21142026-03-26T23:01:45.529Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21152026-03-26T23:01:45.533Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21162026-03-26T23:01:52.176Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21172026-03-26T23:01:53.584Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21182026-03-26T23:01:53.584Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21192026-03-26T23:01:54.824Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21202026-03-26T23:02:23.925Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
21212026-03-26T23:02:24.087Z────────────
21222026-03-26T23:02:24.087Z Nextest run ID 98c2ea5d-542d-4828-aa95-ba5ddf334173 with nextest profile: default
21232026-03-26T23:02:24.087Z Starting 32 tests across 1 binary
21242026-03-26T23:02:24.099Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21252026-03-26T23:02:24.099Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21262026-03-26T23:02:24.115Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21272026-03-26T23:02:24.132Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21282026-03-26T23:02:24.146Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21292026-03-26T23:02:24.153Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21302026-03-26T23:02:24.153Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21312026-03-26T23:02:24.153Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21322026-03-26T23:02:24.153Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21332026-03-26T23:02:24.153Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21342026-03-26T23:02:24.153Z PASS [ 0.062s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21352026-03-26T23:02:24.156Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21362026-03-26T23:02:24.156Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21372026-03-26T23:02:24.156Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21382026-03-26T23:02:24.160Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21392026-03-26T23:02:24.160Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21402026-03-26T23:02:24.160Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21412026-03-26T23:02:24.160Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21422026-03-26T23:02:24.163Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21432026-03-26T23:02:24.167Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21442026-03-26T23:02:24.167Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21452026-03-26T23:02:24.167Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21462026-03-26T23:02:24.167Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21472026-03-26T23:02:24.167Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21482026-03-26T23:02:24.167Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21492026-03-26T23:02:24.170Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21502026-03-26T23:02:24.173Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21512026-03-26T23:02:24.173Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21522026-03-26T23:02:24.177Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21532026-03-26T23:02:24.177Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21542026-03-26T23:02:24.177Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21552026-03-26T23:02:24.177Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21562026-03-26T23:02:24.177Z────────────
21572026-03-26T23:02:24.177Z Summary [ 0.088s] 32 tests run: 32 passed, 0 skipped
21582026-03-26T23:02:24.186Z+ cp apply_remove_entire_group.log /work/
21592026-03-26T23:02:24.189Z+ popd
21602026-03-26T23:02:24.189Z/work/oxidecomputer/maghemite
21612026-03-26T23:02:24.189Zprocess exited: duration 418954 ms, exit code 0
 
21622026-03-26T23:02:24.200Zfound 66 output files
21632026-03-26T23:02:24.200Zuploading: /work/apply_remove_entire_group.log (7424 bytes)
21642026-03-26T23:02:25.212Zuploaded: /work/apply_remove_entire_group.log
21652026-03-26T23:02:25.217Zuploading: /work/dualstack_routes.log (116776 bytes)
21662026-03-26T23:02:26.230Zuploaded: /work/dualstack_routes.log
21672026-03-26T23:02:26.230Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2401 bytes)
21682026-03-26T23:02:27.241Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21692026-03-26T23:02:27.244Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1641 bytes)
21702026-03-26T23:02:28.250Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21712026-03-26T23:02:28.250Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2149 bytes)
21722026-03-26T23:02:29.259Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21732026-03-26T23:02:29.262Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2059 bytes)
21742026-03-26T23:02:30.268Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21752026-03-26T23:02:30.271Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2254 bytes)
21762026-03-26T23:02:31.278Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21772026-03-26T23:02:31.278Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2243 bytes)
21782026-03-26T23:02:32.287Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21792026-03-26T23:02:32.290Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2367 bytes)
21802026-03-26T23:02:33.297Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21812026-03-26T23:02:33.300Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2227 bytes)
21822026-03-26T23:02:34.306Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21832026-03-26T23:02:34.306Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2216 bytes)
21842026-03-26T23:02:35.315Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21852026-03-26T23:02:35.320Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2145 bytes)
21862026-03-26T23:02:36.327Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21872026-03-26T23:02:36.330Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2309 bytes)
21882026-03-26T23:02:37.336Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21892026-03-26T23:02:37.336Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2450 bytes)
21902026-03-26T23:02:38.346Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21912026-03-26T23:02:38.346Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3516 bytes)
21922026-03-26T23:02:39.354Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
21932026-03-26T23:02:39.354Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3592 bytes)
21942026-03-26T23:02:40.363Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
21952026-03-26T23:02:40.366Zuploading: /work/multiple_unnumbered.log (102281 bytes)
21962026-03-26T23:02:41.378Zuploaded: /work/multiple_unnumbered.log
21972026-03-26T23:02:41.378Zuploading: /work/ndp_change_reset.log (69738 bytes)
21982026-03-26T23:02:42.388Zuploaded: /work/ndp_change_reset.log
21992026-03-26T23:02:42.391Zuploading: /work/ndp_changes.log (86332 bytes)
22002026-03-26T23:02:43.402Zuploaded: /work/ndp_changes.log
22012026-03-26T23:02:43.403Zuploading: /work/r1.test_basic_peering_active.log (40026 bytes)
22022026-03-26T23:02:44.413Zuploaded: /work/r1.test_basic_peering_active.log
22032026-03-26T23:02:44.418Zuploading: /work/r1.test_basic_peering_active_tcp.log (49495 bytes)
22042026-03-26T23:02:45.427Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22052026-03-26T23:02:45.430Zuploading: /work/r1.test_basic_peering_passive.log (32187 bytes)
22062026-03-26T23:02:46.439Zuploaded: /work/r1.test_basic_peering_passive.log
22072026-03-26T23:02:46.442Zuploading: /work/r1.test_basic_peering_passive_tcp.log (37207 bytes)
22082026-03-26T23:02:47.452Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22092026-03-26T23:02:47.452Zuploading: /work/r1.test_basic_update.log (42410 bytes)
22102026-03-26T23:02:48.463Zuploaded: /work/r1.test_basic_update.log
22112026-03-26T23:02:48.468Zuploading: /work/r1.test_basic_update_ipv6.log (27453 bytes)
22122026-03-26T23:02:49.477Zuploaded: /work/r1.test_basic_update_ipv6.log
22132026-03-26T23:02:49.477Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29426 bytes)
22142026-03-26T23:02:50.488Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22152026-03-26T23:02:50.491Zuploading: /work/r1.test_basic_update_tcp.log (29464 bytes)
22162026-03-26T23:02:51.500Zuploaded: /work/r1.test_basic_update_tcp.log
22172026-03-26T23:02:51.501Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (40397 bytes)
22182026-03-26T23:02:52.512Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22192026-03-26T23:02:52.515Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (41594 bytes)
22202026-03-26T23:02:53.523Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22212026-03-26T23:02:53.527Zuploading: /work/r1.test_import_export_policy_filtering.log (41592 bytes)
22222026-03-26T23:02:54.537Zuploaded: /work/r1.test_import_export_policy_filtering.log
22232026-03-26T23:02:54.540Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (32896 bytes)
22242026-03-26T23:02:55.548Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22252026-03-26T23:02:55.548Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40042 bytes)
22262026-03-26T23:02:56.560Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22272026-03-26T23:02:56.562Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45950 bytes)
22282026-03-26T23:02:57.573Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22292026-03-26T23:02:57.573Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33111 bytes)
22302026-03-26T23:02:58.585Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22312026-03-26T23:02:58.587Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39964 bytes)
22322026-03-26T23:02:59.597Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22332026-03-26T23:02:59.597Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (33681 bytes)
22342026-03-26T23:03:00.610Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22352026-03-26T23:03:00.610Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28280 bytes)
22362026-03-26T23:03:01.621Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22372026-03-26T23:03:01.624Zuploading: /work/r1.test_three_router_chain_tcp.log (25600 bytes)
22382026-03-26T23:03:02.632Zuploaded: /work/r1.test_three_router_chain_tcp.log
22392026-03-26T23:03:02.632Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24892 bytes)
22402026-03-26T23:03:03.644Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22412026-03-26T23:03:03.644Zuploading: /work/r2.test_basic_peering_active.log (36700 bytes)
22422026-03-26T23:03:04.657Zuploaded: /work/r2.test_basic_peering_active.log
22432026-03-26T23:03:04.661Zuploading: /work/r2.test_basic_peering_active_tcp.log (44446 bytes)
22442026-03-26T23:03:05.669Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22452026-03-26T23:03:05.672Zuploading: /work/r2.test_basic_peering_passive.log (40382 bytes)
22462026-03-26T23:03:06.680Zuploaded: /work/r2.test_basic_peering_passive.log
22472026-03-26T23:03:06.683Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45366 bytes)
22482026-03-26T23:03:07.692Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22492026-03-26T23:03:07.692Zuploading: /work/r2.test_basic_update.log (44591 bytes)
22502026-03-26T23:03:08.704Zuploaded: /work/r2.test_basic_update.log
22512026-03-26T23:03:08.704Zuploading: /work/r2.test_basic_update_ipv6.log (28749 bytes)
22522026-03-26T23:03:09.713Zuploaded: /work/r2.test_basic_update_ipv6.log
22532026-03-26T23:03:09.716Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32323 bytes)
22542026-03-26T23:03:10.725Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22552026-03-26T23:03:10.725Zuploading: /work/r2.test_basic_update_tcp.log (32329 bytes)
22562026-03-26T23:03:11.737Zuploaded: /work/r2.test_basic_update_tcp.log
22572026-03-26T23:03:11.737Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43111 bytes)
22582026-03-26T23:03:12.749Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22592026-03-26T23:03:12.752Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43355 bytes)
22602026-03-26T23:03:13.761Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22612026-03-26T23:03:13.765Zuploading: /work/r2.test_import_export_policy_filtering.log (40515 bytes)
22622026-03-26T23:03:14.776Zuploaded: /work/r2.test_import_export_policy_filtering.log
22632026-03-26T23:03:14.776Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (37834 bytes)
22642026-03-26T23:03:15.788Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22652026-03-26T23:03:15.788Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36701 bytes)
22662026-03-26T23:03:16.800Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22672026-03-26T23:03:16.803Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44033 bytes)
22682026-03-26T23:03:17.812Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22692026-03-26T23:03:17.815Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40141 bytes)
22702026-03-26T23:03:18.824Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22712026-03-26T23:03:18.827Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48317 bytes)
22722026-03-26T23:03:19.836Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22732026-03-26T23:03:19.839Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (37705 bytes)
22742026-03-26T23:03:20.848Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22752026-03-26T23:03:20.850Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28444 bytes)
22762026-03-26T23:03:21.861Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22772026-03-26T23:03:21.864Zuploading: /work/r2.test_three_router_chain_tcp.log (41885 bytes)
22782026-03-26T23:03:22.872Zuploaded: /work/r2.test_three_router_chain_tcp.log
22792026-03-26T23:03:22.872Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44846 bytes)
22802026-03-26T23:03:23.886Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22812026-03-26T23:03:23.886Zuploading: /work/r3.test_three_router_chain_tcp.log (20912 bytes)
22822026-03-26T23:03:24.897Zuploaded: /work/r3.test_three_router_chain_tcp.log
22832026-03-26T23:03:24.900Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21038 bytes)
22842026-03-26T23:03:25.907Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22852026-03-26T23:03:25.910Zuploading: /work/same_linklocal.log (110979 bytes)
22862026-03-26T23:03:26.921Zuploaded: /work/same_linklocal.log
22872026-03-26T23:03:26.924Zuploading: /work/three_chain.log (132965 bytes)
22882026-03-26T23:03:27.934Zuploaded: /work/three_chain.log
22892026-03-26T23:03:27.934Zuploading: /work/unnumbered_expiry.log (86211 bytes)
22902026-03-26T23:03:28.945Zuploaded: /work/unnumbered_expiry.log
22912026-03-26T23:03:28.945Zuploading: /work/unnumbered_interface_lifecycle.log (158027 bytes)
22922026-03-26T23:03:29.962Zuploaded: /work/unnumbered_interface_lifecycle.log
22932026-03-26T23:03:29.962Zuploading: /work/unnumbered_peer_change.log (75808 bytes)
22942026-03-26T23:03:30.975Zuploaded: /work/unnumbered_peer_change.log