01KMZY063VDH109SSWTQDWD7K5: 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: 01KMZY0P9XTQ3JNZMQ612X4TPZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T17:59:11.320Zjob assigned to worker 01KMZYBAKBYRGK1NAK3WVXGT6R [factory aws, i-0d60b4aac83ff3166] (queued for 6 m 30 s)
 
22026-03-30T17:59:17.642Zstarting task 0: "setup"
32026-03-30T17:59:17.650Z++ uname -s
42026-03-30T17:59:17.654Z+ kern=SunOS
52026-03-30T17:59:17.654Z+ build_user=build
62026-03-30T17:59:17.654Z+ build_uid=12345
72026-03-30T17:59:17.655Z+ work_dir=/work
82026-03-30T17:59:17.655Z+ input_dir=/input
92026-03-30T17:59:17.655Z+ [[ 0 == 12345 ]]
102026-03-30T17:59:17.655Z+ case "$kern" in
112026-03-30T17:59:17.655Z+ groupadd -g 12345 build
122026-03-30T17:59:17.655Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T17:59:19.659Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T17:59:19.778Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T17:59:19.786Z+ home_fs=zfs
162026-03-30T17:59:19.787Z+ [[ zfs == autofs ]]
172026-03-30T17:59:19.787Z+ mkdir -p /home/build
182026-03-30T17:59:19.787Z+ chown build:build /home/build /work
192026-03-30T17:59:21.784Z+ chmod 0700 /home/build /work
202026-03-30T17:59:21.792Zprocess exited: duration 4136 ms, exit code 0
 
212026-03-30T17:59:21.836Zstarting task 1: "rust-toolchain"
222026-03-30T17:59:21.887Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T17:59:21.887Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-30T17:59:21.887Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-30T17:59:21.887Z * rust toolchain channel = "stable"
262026-03-30T17:59:21.887Z * rust toolchain profile = "default"
272026-03-30T17:59:21.887Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T17:59:21.887Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T17:59:21.887Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T17:59:21.975Zinfo: downloading installer
312026-03-30T17:59:23.562Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T17:59:23.562Zwarn: /opt/ooce/bin
332026-03-30T17:59:23.562Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T17:59:23.562Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T17:59:23.562Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T17:59:23.562Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T17:59:23.562Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T17:59:23.562Zerror: cannot install while Rust is installed
392026-03-30T17:59:23.562Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T17:59:23.562Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T17:59:23.562Zwarn: /home/build/.rustup/settings.toml
422026-03-30T17:59:23.562Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T17:59:23.562Zwarn: instead of the one inferred from the default host triple.
442026-03-30T17:59:23.570Zinfo: profile set to default
452026-03-30T17:59:23.570Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T17:59:23.570Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T17:59:23.765Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T17:59:23.770Zinfo: downloading 6 components
492026-03-30T17:59:40.113Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T17:59:40.113Z
512026-03-30T17:59:40.147Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T17:59:40.147Z
532026-03-30T17:59:40.147Z
542026-03-30T17:59:40.147ZRust is installed now. Great!
552026-03-30T17:59:40.147Z
562026-03-30T17:59:40.147ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T17:59:40.147Zenvironment variable. This has not been done automatically.
582026-03-30T17:59:40.147Z
592026-03-30T17:59:40.147ZTo configure your current shell, you need to source
602026-03-30T17:59:40.148Zthe corresponding env file under $HOME/.cargo.
612026-03-30T17:59:40.148Z
622026-03-30T17:59:40.148ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T17:59:40.148Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T17:59:40.148Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T17:59:40.148Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T17:59:40.148Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T17:59:40.148Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T17:59:40.148Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T17:59:40.152Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T17:59:40.152Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T17:59:40.235Z+ rustup --version
722026-03-30T17:59:40.245Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T17:59:40.248Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T17:59:40.266Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T17:59:40.269Z+ cargo --version
762026-03-30T17:59:40.281Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T17:59:40.285Z+ rustc --version
782026-03-30T17:59:40.303Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T17:59:40.307Zprocess exited: duration 18474 ms, exit code 0
 
802026-03-30T17:59:40.315Zstarting task 2: "authentication"
812026-03-30T17:59:40.334Zprocess exited: duration 18 ms, exit code 0
 
822026-03-30T17:59:40.341Zstarting task 3: "clone repository"
832026-03-30T17:59:40.345Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T17:59:40.349Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T17:59:40.380ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T17:59:41.200Z+ cd /work/oxidecomputer/maghemite
872026-03-30T17:59:41.200Z+ git fetch origin ae64f91873bb2e16d1a1f9b59786fca8905ac31f
882026-03-30T17:59:41.440ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T17:59:41.440Z * branch ae64f91873bb2e16d1a1f9b59786fca8905ac31f -> FETCH_HEAD
902026-03-30T17:59:41.448Z+ [[ -n trey/proptest_cleanup ]]
912026-03-30T17:59:41.452Z++ git branch --show-current
922026-03-30T17:59:41.452Z+ current=main
932026-03-30T17:59:41.452Z+ [[ main != trey/proptest_cleanup ]]
942026-03-30T17:59:41.452Z+ git branch -f trey/proptest_cleanup ae64f91873bb2e16d1a1f9b59786fca8905ac31f
952026-03-30T17:59:41.452Z+ git checkout -f trey/proptest_cleanup
962026-03-30T17:59:41.466ZSwitched to branch 'trey/proptest_cleanup'
972026-03-30T17:59:41.469Z+ git reset --hard ae64f91873bb2e16d1a1f9b59786fca8905ac31f
982026-03-30T17:59:41.483ZHEAD is now at ae64f91 bgp, rdb: make small-domain proptests exhaustive
992026-03-30T17:59:41.483Zprocess exited: duration 1131 ms, exit code 0
 
1002026-03-30T17:59:41.497Zstarting task 4: "build"
1012026-03-30T17:59:41.503Z+ set -e
1022026-03-30T17:59:41.503Z+ source .github/buildomat/test-common.sh
1032026-03-30T17:59:41.503Z++ NEXTEST_VERSION=0.9.97
1042026-03-30T17:59:41.503Z++ PLATFORM=illumos
1052026-03-30T17:59:41.503Z++ banner install
1062026-03-30T17:59:41.503Z
1072026-03-30T17:59:41.503Z # # # #### ##### ## # #
1082026-03-30T17:59:41.503Z # ## # # # # # # #
1092026-03-30T17:59:41.504Z # # # # #### # # # # #
1102026-03-30T17:59:41.504Z # # # # # # ###### # #
1112026-03-30T17:59:41.504Z # # ## # # # # # # #
1122026-03-30T17:59:41.504Z # # # #### # # # ###### ######
1132026-03-30T17:59:41.504Z
1142026-03-30T17:59:41.504Z++ set +o errexit
1152026-03-30T17:59:41.504Z++ pkg info clang-15
1162026-03-30T17:59:41.511Z++ grep -qi installed
1172026-03-30T17:59:42.684Zpkg: info: no packages matching the following patterns you specified are
1182026-03-30T17:59:42.684Zinstalled on the system. Try querying remotely instead:
1192026-03-30T17:59:42.688Z
1202026-03-30T17:59:42.688Z clang-15
1212026-03-30T17:59:42.721Z++ [[ 1 != 0 ]]
1222026-03-30T17:59:42.721Z++ set -o errexit
1232026-03-30T17:59:42.726Z++ pfexec pkg install clang-15
1242026-03-30T17:59:50.458Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-30T17:59:57.247Z Startup: Caching catalogs ... Done
1262026-03-30T18:00:01.384ZPlanning: Solver setup ... Done
1272026-03-30T18:00:01.402ZPlanning: Running solver ... Done
1282026-03-30T18:00:01.520ZPlanning: Finding local manifests ... Done
1292026-03-30T18:00:01.535ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-30T18:00:01.618ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-30T18:00:01.646ZPlanning: Package planning ... Done
1322026-03-30T18:00:01.674ZPlanning: Merging actions ... Done
1332026-03-30T18:00:01.784ZPlanning: Checking for conflicting actions ... Done
1342026-03-30T18:00:01.791ZPlanning: Consolidating action changes ... Done
1352026-03-30T18:00:02.558ZPlanning: Evaluating mediators ... Done
1362026-03-30T18:00:02.563ZPlanning: Planning completed in 5.16 seconds
1372026-03-30T18:00:02.574Z Packages to install: 2
1382026-03-30T18:00:02.574Z Mediators to change: 2
1392026-03-30T18:00:02.574Z Services to change: 1
1402026-03-30T18:00:02.577Z Create boot environment: No
1412026-03-30T18:00:02.577ZCreate backup boot environment: No
1422026-03-30T18:00:02.616Z
1432026-03-30T18:00:02.616ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-30T18:00:08.504ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (24.0M/s)
1452026-03-30T18:00:14.407ZDownload: 3069/3076 items 210.5/211.3MB 99% complete (19.1M/s)
1462026-03-30T18:00:14.435ZDownload: Completed 211.31 MB in 11.82 seconds (17.9M/s)
1472026-03-30T18:00:14.579Z Actions: 1/3418 actions (Installing new actions)
1482026-03-30T18:00:17.725Z Actions: Completed 3418 actions in 3.15 seconds.
1492026-03-30T18:00:18.335Z Done
1502026-03-30T18:00:18.335Z Done
1512026-03-30T18:00:19.033Z Done
1522026-03-30T18:00:22.104Z Done
1532026-03-30T18:00:22.180Z Done
1542026-03-30T18:00:22.184Z Done
1552026-03-30T18:00:22.494Z Done
1562026-03-30T18:00:23.141Z++ set -o errexit
1572026-03-30T18:00:23.142Z++ cargo --version
1582026-03-30T18:00:23.147Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1592026-03-30T18:00:23.313Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1602026-03-30T18:00:23.319Zinfo: downloading 6 components
1612026-03-30T18:00:37.716Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1622026-03-30T18:00:37.719Z++ rustc --version
1632026-03-30T18:00:37.748Zrustc 1.94.1 (e408947bf 2026-03-25)
1642026-03-30T18:00:37.752Z++ cargo install cargo-nextest --version 0.9.97
1652026-03-30T18:00:37.838Z Updating crates.io index
1662026-03-30T18:00:37.917Z Downloading crates ...
1672026-03-30T18:00:37.979Z Downloaded cargo-nextest v0.9.97
1682026-03-30T18:00:38.042Z Installing cargo-nextest v0.9.97
1692026-03-30T18:00:38.085Z Updating crates.io index
1702026-03-30T18:00:40.481Z Locking 408 packages to latest compatible versions
1712026-03-30T18:00:40.486Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-03-30T18:00:40.491Z Adding duct v0.13.7 (available: v1.1.1)
1732026-03-30T18:00:40.491Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-03-30T18:00:40.491Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-03-30T18:00:40.491Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-03-30T18:00:40.494Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-03-30T18:00:40.494Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-03-30T18:00:40.494Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-03-30T18:00:40.500Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-03-30T18:00:40.517Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-03-30T18:00:40.526Z Downloading crates ...
1822026-03-30T18:00:40.591Z Downloaded anstyle-query v1.1.5
1832026-03-30T18:00:40.598Z Downloaded addr2line v0.25.1
1842026-03-30T18:00:40.605Z Downloaded ed25519 v2.2.3
1852026-03-30T18:00:40.608Z Downloaded anstyle-parse v1.0.0
1862026-03-30T18:00:40.608Z Downloaded futures-macro v0.3.32
1872026-03-30T18:00:40.612Z Downloaded config v0.15.22
1882026-03-30T18:00:40.615Z Downloaded dialoguer v0.11.0
1892026-03-30T18:00:40.615Z Downloaded curve25519-dalek-derive v0.1.1
1902026-03-30T18:00:40.618Z Downloaded colorchoice v1.0.5
1912026-03-30T18:00:40.618Z Downloaded document-features v0.2.12
1922026-03-30T18:00:40.621Z Downloaded cargo-util-schemas v0.2.0
1932026-03-30T18:00:40.621Z Downloaded humantime-serde v1.1.1
1942026-03-30T18:00:40.625Z Downloaded hyper-tls v0.6.0
1952026-03-30T18:00:40.628Z Downloaded adler2 v2.0.1
1962026-03-30T18:00:40.628Z Downloaded indenter v0.3.4
1972026-03-30T18:00:40.632Z Downloaded home v0.5.12
1982026-03-30T18:00:40.632Z Downloaded block-buffer v0.10.4
1992026-03-30T18:00:40.635Z Downloaded hyper-rustls v0.27.7
2002026-03-30T18:00:40.635Z Downloaded cfg_aliases v0.2.1
2012026-03-30T18:00:40.638Z Downloaded http-body v1.0.1
2022026-03-30T18:00:40.638Z Downloaded humantime v2.3.0
2032026-03-30T18:00:40.638Z Downloaded debug-ignore v1.0.5
2042026-03-30T18:00:40.643Z Downloaded async-scoped v0.9.0
2052026-03-30T18:00:40.643Z Downloaded hyper-util v0.1.20
2062026-03-30T18:00:40.649Z Downloaded foreign-types-shared v0.1.1
2072026-03-30T18:00:40.649Z Downloaded mukti-metadata v0.3.0
2082026-03-30T18:00:40.652Z Downloaded log v0.4.29
2092026-03-30T18:00:40.652Z Downloaded errno v0.3.14
2102026-03-30T18:00:40.652Z Downloaded crypto-common v0.1.7
2112026-03-30T18:00:40.652Z Downloaded hyper v1.8.1
2122026-03-30T18:00:40.656Z Downloaded foreign-types v0.3.2
2132026-03-30T18:00:40.659Z Downloaded fnv v1.0.7
2142026-03-30T18:00:40.659Z Downloaded owo-colors v4.3.0
2152026-03-30T18:00:40.663Z Downloaded cfg-if v1.0.4
2162026-03-30T18:00:40.663Z Downloaded atomic-waker v1.1.2
2172026-03-30T18:00:40.663Z Downloaded duct v0.13.7
2182026-03-30T18:00:40.666Z Downloaded digest v0.10.7
2192026-03-30T18:00:40.666Z Downloaded bytes v1.11.1
2202026-03-30T18:00:40.669Z Downloaded idna_adapter v1.0.0
2212026-03-30T18:00:40.672Z Downloaded ahash v0.8.12
2222026-03-30T18:00:40.672Z Downloaded guppy-workspace-hack v0.1.0
2232026-03-30T18:00:40.675Z Downloaded generic-array v0.14.7
2242026-03-30T18:00:40.675Z Downloaded autocfg v1.5.0
2252026-03-30T18:00:40.675Z Downloaded anstyle v1.0.14
2262026-03-30T18:00:40.678Z Downloaded pin-project v1.1.11
2272026-03-30T18:00:40.685Z Downloaded openssl-probe v0.2.1
2282026-03-30T18:00:40.688Z Downloaded heck v0.5.0
2292026-03-30T18:00:40.688Z Downloaded futures-sink v0.3.32
2302026-03-30T18:00:40.688Z Downloaded fastrand v2.3.0
2312026-03-30T18:00:40.691Z Downloaded nested v0.1.1
2322026-03-30T18:00:40.692Z Downloaded lru-slab v0.1.2
2332026-03-30T18:00:40.692Z Downloaded lazy_static v1.5.0
2342026-03-30T18:00:40.695Z Downloaded futures-task v0.3.32
2352026-03-30T18:00:40.695Z Downloaded color-spantrace v0.3.0
2362026-03-30T18:00:40.695Z Downloaded cargo-platform v0.3.2
2372026-03-30T18:00:40.699Z Downloaded backtrace-ext v0.2.1
2382026-03-30T18:00:40.699Z Downloaded atomicwrites v0.4.4
2392026-03-30T18:00:40.699Z Downloaded is_terminal_polyfill v1.70.2
2402026-03-30T18:00:40.701Z Downloaded hex v0.4.3
2412026-03-30T18:00:40.702Z Downloaded futures-core v0.3.32
2422026-03-30T18:00:40.702Z Downloaded enable-ansi-support v0.2.1
2432026-03-30T18:00:40.706Z Downloaded form_urlencoded v1.2.2
2442026-03-30T18:00:40.706Z Downloaded equivalent v1.0.2
2452026-03-30T18:00:40.706Z Downloaded ordered-float v2.10.1
2462026-03-30T18:00:40.709Z Downloaded serde-value v0.7.0
2472026-03-30T18:00:40.709Z Downloaded itoa v1.0.18
2482026-03-30T18:00:40.709Z Downloaded cargo-platform v0.2.0
2492026-03-30T18:00:40.712Z Downloaded cargo_metadata v0.20.0
2502026-03-30T18:00:40.712Z Downloaded futures-io v0.3.32
2512026-03-30T18:00:40.712Z Downloaded clap_lex v1.1.0
2522026-03-30T18:00:40.715Z Downloaded base64ct v1.8.3
2532026-03-30T18:00:40.715Z Downloaded pin-utils v0.1.0
2542026-03-30T18:00:40.718Z Downloaded futures-executor v0.3.32
2552026-03-30T18:00:40.718Z Downloaded cpufeatures v0.2.17
2562026-03-30T18:00:40.721Z Downloaded httparse v1.10.1
2572026-03-30T18:00:40.721Z Downloaded serde_spanned v0.6.9
2582026-03-30T18:00:40.725Z Downloaded serde_ignored v0.1.14
2592026-03-30T18:00:40.725Z Downloaded crc32fast v1.5.0
2602026-03-30T18:00:40.730Z Downloaded either v1.15.0
2612026-03-30T18:00:40.730Z Downloaded cargo_metadata v0.23.1
2622026-03-30T18:00:40.730Z Downloaded anstream v1.0.0
2632026-03-30T18:00:40.733Z Downloaded nextest-metadata v0.12.2
2642026-03-30T18:00:40.733Z Downloaded nextest-workspace-hack v0.1.0
2652026-03-30T18:00:40.736Z Downloaded serde_urlencoded v0.7.1
2662026-03-30T18:00:40.736Z Downloaded signal-hook-mio v0.2.5
2672026-03-30T18:00:40.739Z Downloaded scopeguard v1.2.0
2682026-03-30T18:00:40.739Z Downloaded strip-ansi-escapes v0.2.1
2692026-03-30T18:00:40.739Z Downloaded percent-encoding v2.3.2
2702026-03-30T18:00:40.742Z Downloaded openssl-macros v0.1.1
2712026-03-30T18:00:40.742Z Downloaded number_prefix v0.4.0
2722026-03-30T18:00:40.742Z Downloaded supports-unicode v3.0.0
2732026-03-30T18:00:40.742Z Downloaded supports-hyperlinks v3.2.0
2742026-03-30T18:00:40.745Z Downloaded os_pipe v1.2.3
2752026-03-30T18:00:40.746Z Downloaded rustc_version v0.4.1
2762026-03-30T18:00:40.746Z Downloaded indent_write v2.2.0
2772026-03-30T18:00:40.749Z Downloaded globset v0.4.18
2782026-03-30T18:00:40.749Z Downloaded filetime v0.2.27
2792026-03-30T18:00:40.749Z Downloaded pathdiff v0.2.3
2802026-03-30T18:00:40.752Z Downloaded future-queue v0.4.0
2812026-03-30T18:00:40.752Z Downloaded foldhash v0.1.5
2822026-03-30T18:00:40.755Z Downloaded serde_spanned v1.1.0
2832026-03-30T18:00:40.755Z Downloaded erased-serde v0.4.10
2842026-03-30T18:00:40.756Z Downloaded convert_case v0.10.0
2852026-03-30T18:00:40.759Z Downloaded find-msvc-tools v0.1.9
2862026-03-30T18:00:40.759Z Downloaded supports-color v3.0.2
2872026-03-30T18:00:40.759Z Downloaded rustc-hash v2.1.2
2882026-03-30T18:00:40.762Z Downloaded is_ci v1.2.0
2892026-03-30T18:00:40.765Z Downloaded fixedbitset v0.5.7
2902026-03-30T18:00:40.766Z Downloaded subtle v2.6.1
2912026-03-30T18:00:40.769Z Downloaded sigchld v0.2.4
2922026-03-30T18:00:40.769Z Downloaded shared_child v1.1.1
2932026-03-30T18:00:40.769Z Downloaded sync_wrapper v1.0.2
2942026-03-30T18:00:40.772Z Downloaded const-oid v0.9.6
2952026-03-30T18:00:40.777Z Downloaded swrite v0.1.0
2962026-03-30T18:00:40.777Z Downloaded console v0.15.11
2972026-03-30T18:00:40.777Z Downloaded target-spec-miette v0.4.5
2982026-03-30T18:00:40.781Z Downloaded native-tls v0.2.18
2992026-03-30T18:00:40.781Z Downloaded clap_derive v4.6.0
3002026-03-30T18:00:40.784Z Downloaded semver v1.0.27
3012026-03-30T18:00:40.784Z Downloaded newtype-uuid v1.3.2
3022026-03-30T18:00:40.785Z Downloaded terminal_size v0.4.4
3032026-03-30T18:00:40.788Z Downloaded openssl-sys v0.9.112
3042026-03-30T18:00:40.788Z Downloaded miette-derive v7.6.0
3052026-03-30T18:00:40.792Z Downloaded derive-where v1.6.1
3062026-03-30T18:00:40.792Z Downloaded pin-project-internal v1.1.11
3072026-03-30T18:00:40.795Z Downloaded strsim v0.11.1
3082026-03-30T18:00:40.795Z Downloaded camino v1.2.2
3092026-03-30T18:00:40.799Z Downloaded self-replace v1.5.0
3102026-03-30T18:00:40.802Z Downloaded ppv-lite86 v0.2.21
3112026-03-30T18:00:40.802Z Downloaded pkg-config v0.3.32
3122026-03-30T18:00:40.806Z Downloaded toml_datetime v0.6.11
3132026-03-30T18:00:40.806Z Downloaded ipnet v2.12.0
3142026-03-30T18:00:40.806Z Downloaded tinyvec_macros v0.1.1
3152026-03-30T18:00:40.806Z Downloaded smol_str v0.3.6
3162026-03-30T18:00:40.809Z Downloaded signature v2.2.0
3172026-03-30T18:00:40.809Z Downloaded toml_write v0.1.2
3182026-03-30T18:00:40.813Z Downloaded shlex v1.3.0
3192026-03-30T18:00:40.813Z Downloaded iana-time-zone v0.1.65
3202026-03-30T18:00:40.813Z Downloaded tower-service v0.3.3
3212026-03-30T18:00:40.816Z Downloaded jobserver v0.1.34
3222026-03-30T18:00:40.816Z Downloaded typeid v1.0.3
3232026-03-30T18:00:40.816Z Downloaded bitflags v2.11.0
3242026-03-30T18:00:40.819Z Downloaded static_assertions v1.1.0
3252026-03-30T18:00:40.819Z Downloaded try-lock v0.2.5
3262026-03-30T18:00:40.823Z Downloaded pin-project-lite v0.2.17
3272026-03-30T18:00:40.826Z Downloaded rand_core v0.6.4
3282026-03-30T18:00:40.826Z Downloaded cfg-expr v0.20.7
3292026-03-30T18:00:40.829Z Downloaded eyre v0.6.12
3302026-03-30T18:00:40.834Z Downloaded shell-words v1.1.1
3312026-03-30T18:00:40.837Z Downloaded serde-untagged v0.1.9
3322026-03-30T18:00:40.837Z Downloaded getrandom v0.2.17
3332026-03-30T18:00:40.840Z Downloaded sha2 v0.10.9
3342026-03-30T18:00:40.840Z Downloaded signal-hook-registry v1.4.8
3352026-03-30T18:00:40.843Z Downloaded utf8parse v0.2.2
3362026-03-30T18:00:40.846Z Downloaded tracing-error v0.2.1
3372026-03-30T18:00:40.846Z Downloaded spki v0.7.3
3382026-03-30T18:00:40.849Z Downloaded unicode-xid v0.2.6
3392026-03-30T18:00:40.850Z Downloaded camino-tempfile v1.4.1
3402026-03-30T18:00:40.850Z Downloaded want v0.3.1
3412026-03-30T18:00:40.853Z Downloaded urlencoding v2.1.3
3422026-03-30T18:00:40.853Z Downloaded untrusted v0.9.0
3432026-03-30T18:00:40.853Z Downloaded unicode-linebreak v0.1.5
3442026-03-30T18:00:40.853Z Downloaded simd-adler32 v0.3.9
3452026-03-30T18:00:40.856Z Downloaded thiserror v2.0.18
3462026-03-30T18:00:40.862Z Downloaded thiserror-impl v1.0.69
3472026-03-30T18:00:40.862Z Downloaded quinn-udp v0.5.14
3482026-03-30T18:00:40.865Z Downloaded thiserror v1.0.69
3492026-03-30T18:00:40.865Z Downloaded version_check v0.9.5
3502026-03-30T18:00:40.865Z Downloaded self_update v0.42.0
3512026-03-30T18:00:40.868Z Downloaded litrs v1.0.0
3522026-03-30T18:00:40.868Z Downloaded thiserror-impl v2.0.18
3532026-03-30T18:00:40.872Z Downloaded rustc-demangle v0.1.27
3542026-03-30T18:00:40.872Z Downloaded tokio-native-tls v0.3.1
3552026-03-30T18:00:40.872Z Downloaded xattr v1.6.1
3562026-03-30T18:00:40.873Z Downloaded nextest-filtering v0.15.0
3572026-03-30T18:00:40.876Z Downloaded rand_core v0.9.5
3582026-03-30T18:00:40.876Z Downloaded http-body-util v0.1.3
3592026-03-30T18:00:40.879Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3602026-03-30T18:00:40.880Z Downloaded tokio-macros v2.6.1
3612026-03-30T18:00:40.880Z Downloaded tower-layer v0.3.3
3622026-03-30T18:00:40.880Z Downloaded toml_writer v1.1.0+spec-1.1.0
3632026-03-30T18:00:40.884Z Downloaded smallvec v1.15.1
3642026-03-30T18:00:40.884Z Downloaded quick-junit v0.5.2
3652026-03-30T18:00:40.884Z Downloaded pkcs8 v0.10.2
3662026-03-30T18:00:40.889Z Downloaded futures-channel v0.3.32
3672026-03-30T18:00:40.889Z Downloaded serde_path_to_error v0.1.20
3682026-03-30T18:00:40.893Z Downloaded slab v0.4.12
3692026-03-30T18:00:40.893Z Downloaded parking_lot_core v0.9.12
3702026-03-30T18:00:40.896Z Downloaded rustls-pki-types v1.14.0
3712026-03-30T18:00:40.896Z Downloaded getrandom v0.3.4
3722026-03-30T18:00:40.899Z Downloaded getrandom v0.4.2
3732026-03-30T18:00:40.903Z Downloaded once_cell v1.21.4
3742026-03-30T18:00:40.903Z Downloaded target-spec v3.5.7
3752026-03-30T18:00:40.907Z Downloaded target-lexicon v0.13.3
3762026-03-30T18:00:40.907Z Downloaded tempfile v3.27.0
3772026-03-30T18:00:40.907Z Downloaded unicase v2.9.0
3782026-03-30T18:00:40.907Z Downloaded tracing-log v0.2.0
3792026-03-30T18:00:40.912Z Downloaded rand_chacha v0.9.0
3802026-03-30T18:00:40.912Z Downloaded quote v1.0.45
3812026-03-30T18:00:40.912Z Downloaded utf8_iter v1.0.4
3822026-03-30T18:00:40.919Z Downloaded serde_core v1.0.228
3832026-03-30T18:00:40.922Z Downloaded num-traits v0.2.19
3842026-03-30T18:00:40.925Z Downloaded thread_local v1.1.9
3852026-03-30T18:00:40.925Z Downloaded der v0.7.10
3862026-03-30T18:00:40.928Z Downloaded proc-macro2 v1.0.106
3872026-03-30T18:00:40.931Z Downloaded tokio-stream v0.1.18
3882026-03-30T18:00:40.934Z Downloaded tokio-rustls v0.26.4
3892026-03-30T18:00:40.934Z Downloaded serde_derive v1.0.228
3902026-03-30T18:00:40.937Z Downloaded zipsign-api v0.1.5
3912026-03-30T18:00:40.937Z Downloaded zeroize v1.8.2
3922026-03-30T18:00:40.940Z Downloaded tracing-attributes v0.1.31
3932026-03-30T18:00:40.940Z Downloaded zstd v0.13.3
3942026-03-30T18:00:40.943Z Downloaded zmij v1.0.21
3952026-03-30T18:00:40.943Z Downloaded toml_parser v1.1.0+spec-1.1.0
3962026-03-30T18:00:40.947Z Downloaded futures v0.3.32
3972026-03-30T18:00:40.950Z Downloaded toml v0.8.23
3982026-03-30T18:00:40.950Z Downloaded base64 v0.22.1
3992026-03-30T18:00:40.953Z Downloaded sharded-slab v0.1.7
4002026-03-30T18:00:40.953Z Downloaded clap v4.6.0
4012026-03-30T18:00:40.957Z Downloaded ryu v1.0.23
4022026-03-30T18:00:40.960Z Downloaded miniz_oxide v0.8.9
4032026-03-30T18:00:40.963Z Downloaded mio v1.2.0
4042026-03-30T18:00:40.967Z Downloaded parking_lot v0.12.5
4052026-03-30T18:00:40.967Z Downloaded textwrap v0.16.2
4062026-03-30T18:00:40.970Z Downloaded lock_api v0.4.14
4072026-03-30T18:00:40.970Z Downloaded cc v1.2.58
4082026-03-30T18:00:40.973Z Downloaded socket2 v0.6.3
4092026-03-30T18:00:40.976Z Downloaded derive_more v2.1.1
4102026-03-30T18:00:40.980Z Downloaded xxhash-rust v0.8.15
4112026-03-30T18:00:40.983Z Downloaded derive_more-impl v2.1.1
4122026-03-30T18:00:40.986Z Downloaded zstd-safe v7.2.4
4132026-03-30T18:00:40.986Z Downloaded tracing-core v0.1.36
4142026-03-30T18:00:40.990Z Downloaded borsh v1.6.1
4152026-03-30T18:00:40.993Z Downloaded toml v1.1.0+spec-1.1.0
4162026-03-30T18:00:40.993Z Downloaded serde v1.0.228
4172026-03-30T18:00:40.997Z Downloaded tar v0.4.45
4182026-03-30T18:00:40.997Z Downloaded indicatif v0.17.11
4192026-03-30T18:00:41.000Z Downloaded tinyvec v1.11.0
4202026-03-30T18:00:41.000Z Downloaded flate2 v1.1.9
4212026-03-30T18:00:41.004Z Downloaded backtrace v0.3.76
4222026-03-30T18:00:41.011Z Downloaded signal-hook v0.3.18
4232026-03-30T18:00:41.015Z Downloaded unicode-ident v1.0.24
4242026-03-30T18:00:41.019Z Downloaded toml_edit v0.22.27
4252026-03-30T18:00:41.028Z Downloaded ed25519-dalek v2.2.0
4262026-03-30T18:00:41.032Z Downloaded uuid v1.23.0
4272026-03-30T18:00:41.035Z Downloaded vte v0.14.1
4282026-03-30T18:00:41.035Z Downloaded idna v1.1.0
4292026-03-30T18:00:41.042Z Downloaded quinn v0.11.9
4302026-03-30T18:00:41.045Z Downloaded http v1.4.0
4312026-03-30T18:00:41.049Z Downloaded typenum v1.19.0
4322026-03-30T18:00:41.052Z Downloaded rustls-webpki v0.103.10
4332026-03-30T18:00:41.056Z Downloaded indexmap v2.13.0
4342026-03-30T18:00:41.060Z Downloaded iri-string v0.7.12
4352026-03-30T18:00:41.067Z Downloaded crossterm v0.29.0
4362026-03-30T18:00:41.071Z Downloaded memchr v2.8.0
4372026-03-30T18:00:41.076Z Downloaded rand v0.9.2
4382026-03-30T18:00:41.081Z Downloaded guppy v0.17.25
4392026-03-30T18:00:41.084Z Downloaded url v2.5.8
4402026-03-30T18:00:41.087Z Downloaded miette v7.6.0
4412026-03-30T18:00:41.090Z Downloaded unicode-segmentation v1.13.2
4422026-03-30T18:00:41.103Z Downloaded hashbrown v0.16.1
4432026-03-30T18:00:41.106Z Downloaded clap_builder v4.6.0
4442026-03-30T18:00:41.109Z Downloaded unicode-normalization v0.1.25
4452026-03-30T18:00:41.118Z Downloaded tower v0.5.3
4462026-03-30T18:00:41.121Z Downloaded aho-corasick v1.1.4
4472026-03-30T18:00:41.124Z Downloaded serde_json v1.0.149
4482026-03-30T18:00:41.128Z Downloaded ron v0.12.1
4492026-03-30T18:00:41.132Z Downloaded hashbrown v0.15.5
4502026-03-30T18:00:41.135Z Downloaded h2 v0.4.13
4512026-03-30T18:00:41.149Z Downloaded futures-util v0.3.32
4522026-03-30T18:00:41.156Z Downloaded itertools v0.14.0
4532026-03-30T18:00:41.167Z Downloaded tower-http v0.6.8
4542026-03-30T18:00:41.171Z Downloaded tokio-util v0.7.18
4552026-03-30T18:00:41.174Z Downloaded winnow v1.0.1
4562026-03-30T18:00:41.179Z Downloaded chrono v0.4.44
4572026-03-30T18:00:41.217Z Downloaded regex v1.12.3
4582026-03-30T18:00:41.218Z Downloaded tracing-subscriber v0.3.23
4592026-03-30T18:00:41.218Z Downloaded pulldown-cmark v0.13.3
4602026-03-30T18:00:41.218Z Downloaded reqwest v0.12.28
4612026-03-30T18:00:41.218Z Downloaded curve25519-dalek v4.1.3
4622026-03-30T18:00:41.218Z Downloaded quick-xml v0.37.5
4632026-03-30T18:00:41.218Z Downloaded vcpkg v0.2.15
4642026-03-30T18:00:41.229Z Downloaded gimli v0.32.3
4652026-03-30T18:00:41.233Z Downloaded unicode-width v0.2.2
4662026-03-30T18:00:41.237Z Downloaded syn v2.0.117
4672026-03-30T18:00:41.243Z Downloaded quinn-proto v0.11.14
4682026-03-30T18:00:41.247Z Downloaded portable-atomic v1.13.1
4692026-03-30T18:00:41.256Z Downloaded bstr v1.12.1
4702026-03-30T18:00:41.260Z Downloaded quick-xml v0.38.4
4712026-03-30T18:00:41.260Z Downloaded winnow v0.7.15
4722026-03-30T18:00:41.273Z Downloaded tracing v0.1.44
4732026-03-30T18:00:41.287Z Downloaded color-eyre v0.6.5
4742026-03-30T18:00:41.302Z Downloaded tokio v1.50.0
4752026-03-30T18:00:41.322Z Downloaded webpki-roots v1.0.6
4762026-03-30T18:00:41.327Z Downloaded openssl v0.10.76
4772026-03-30T18:00:41.330Z Downloaded nextest-runner v0.80.0
4782026-03-30T18:00:41.343Z Downloaded unicode-width v0.1.14
4792026-03-30T18:00:41.364Z Downloaded object v0.37.3
4802026-03-30T18:00:41.371Z Downloaded zerocopy v0.8.48
4812026-03-30T18:00:41.381Z Downloaded rustls v0.23.37
4822026-03-30T18:00:41.390Z Downloaded rustix v0.38.44
4832026-03-30T18:00:41.399Z Downloaded regex-syntax v0.8.10
4842026-03-30T18:00:41.404Z Downloaded nix v0.30.1
4852026-03-30T18:00:41.410Z Downloaded rustix v1.1.4
4862026-03-30T18:00:41.480Z Downloaded regex-automata v0.4.14
4872026-03-30T18:00:41.524Z Downloaded libc v0.2.183
4882026-03-30T18:00:41.543Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4892026-03-30T18:00:41.553Z Downloaded petgraph v0.8.3
4902026-03-30T18:00:41.621Z Downloaded recursion v0.5.4
4912026-03-30T18:00:41.625Z Downloaded ring v0.17.14
4922026-03-30T18:00:41.685Z Compiling proc-macro2 v1.0.106
4932026-03-30T18:00:41.685Z Compiling libc v0.2.183
4942026-03-30T18:00:41.685Z Compiling quote v1.0.45
4952026-03-30T18:00:41.688Z Compiling unicode-ident v1.0.24
4962026-03-30T18:00:41.689Z Compiling serde_core v1.0.228
4972026-03-30T18:00:41.689Z Compiling cfg-if v1.0.4
4982026-03-30T18:00:41.689Z Compiling memchr v2.8.0
4992026-03-30T18:00:41.689Z Compiling once_cell v1.21.4
5002026-03-30T18:00:41.912Z Compiling log v0.4.29
5012026-03-30T18:00:41.937Z Compiling pin-project-lite v0.2.17
5022026-03-30T18:00:42.036Z Compiling serde v1.0.228
5032026-03-30T18:00:42.123Z Compiling itoa v1.0.18
5042026-03-30T18:00:42.213Z Compiling futures-core v0.3.32
5052026-03-30T18:00:42.351Z Compiling smallvec v1.15.1
5062026-03-30T18:00:42.373Z Compiling bitflags v2.11.0
5072026-03-30T18:00:42.386Z Compiling shlex v1.3.0
5082026-03-30T18:00:42.576Z Compiling equivalent v1.0.2
5092026-03-30T18:00:42.645Z Compiling hashbrown v0.16.1
5102026-03-30T18:00:42.691Z Compiling errno v0.3.14
5112026-03-30T18:00:42.771Z Compiling find-msvc-tools v0.1.9
5122026-03-30T18:00:42.807Z Compiling signal-hook-registry v1.4.8
5132026-03-30T18:00:42.857Z Compiling bytes v1.11.1
5142026-03-30T18:00:42.997Z Compiling jobserver v0.1.34
5152026-03-30T18:00:43.001Z Compiling mio v1.2.0
5162026-03-30T18:00:43.061Z Compiling futures-sink v0.3.32
5172026-03-30T18:00:43.173Z Compiling syn v2.0.117
5182026-03-30T18:00:43.191Z Compiling cc v1.2.58
5192026-03-30T18:00:43.300Z Compiling rustix v1.1.4
5202026-03-30T18:00:43.323Z Compiling socket2 v0.6.3
5212026-03-30T18:00:43.342Z Compiling slab v0.4.12
5222026-03-30T18:00:43.555Z Compiling zmij v1.0.21
5232026-03-30T18:00:43.721Z Compiling futures-channel v0.3.32
5242026-03-30T18:00:43.769Z Compiling tracing-core v0.1.36
5252026-03-30T18:00:43.884Z Compiling serde_json v1.0.149
5262026-03-30T18:00:43.972Z Compiling version_check v0.9.5
5272026-03-30T18:00:44.120Z Compiling indexmap v2.13.0
5282026-03-30T18:00:44.227Z Compiling getrandom v0.4.2
5292026-03-30T18:00:44.248Z Compiling futures-io v0.3.32
5302026-03-30T18:00:44.431Z Compiling futures-task v0.3.32
5312026-03-30T18:00:44.482Z Compiling unicode-width v0.2.2
5322026-03-30T18:00:44.509Z Compiling camino v1.2.2
5332026-03-30T18:00:44.770Z Compiling ring v0.17.14
5342026-03-30T18:00:44.785Z Compiling http v1.4.0
5352026-03-30T18:00:44.856Z Compiling adler2 v2.0.1
5362026-03-30T18:00:44.872Z Compiling simd-adler32 v0.3.9
5372026-03-30T18:00:44.917Z Compiling percent-encoding v2.3.2
5382026-03-30T18:00:45.017Z Compiling zeroize v1.8.2
5392026-03-30T18:00:45.187Z Compiling autocfg v1.5.0
5402026-03-30T18:00:45.214Z Compiling miniz_oxide v0.8.9
5412026-03-30T18:00:45.534Z Compiling num-traits v0.2.19
5422026-03-30T18:00:45.710Z Compiling target-lexicon v0.13.3
5432026-03-30T18:00:45.765Z Compiling getrandom v0.3.4
5442026-03-30T18:00:46.140Z Compiling object v0.37.3
5452026-03-30T18:00:46.213Z Compiling zerocopy v0.8.48
5462026-03-30T18:00:46.481Z Compiling http-body v1.0.1
5472026-03-30T18:00:46.555Z Compiling rustls-pki-types v1.14.0
5482026-03-30T18:00:46.647Z Compiling semver v1.0.27
5492026-03-30T18:00:46.659Z Compiling getrandom v0.2.17
5502026-03-30T18:00:46.663Z Compiling fnv v1.0.7
5512026-03-30T18:00:46.700Z Compiling httparse v1.10.1
5522026-03-30T18:00:46.767Z Compiling serde_derive v1.0.228
5532026-03-30T18:00:46.781Z Compiling tokio-macros v2.6.1
5542026-03-30T18:00:46.853Z Compiling futures-macro v0.3.32
5552026-03-30T18:00:46.990Z Compiling tracing-attributes v0.1.31
5562026-03-30T18:00:47.056Z Compiling untrusted v0.9.0
5572026-03-30T18:00:47.194Z Compiling signal-hook v0.3.18
5582026-03-30T18:00:47.329Z Compiling owo-colors v4.3.0
5592026-03-30T18:00:47.413Z Compiling typenum v1.19.0
5602026-03-30T18:00:47.424Z Compiling guppy-workspace-hack v0.1.0
5612026-03-30T18:00:47.550Z Compiling tokio v1.50.0
5622026-03-30T18:00:47.631Z Compiling gimli v0.32.3
5632026-03-30T18:00:47.643Z Compiling thiserror v2.0.18
5642026-03-30T18:00:47.686Z Compiling futures-util v0.3.32
5652026-03-30T18:00:47.879Z Compiling thiserror-impl v2.0.18
5662026-03-30T18:00:48.190Z Compiling tracing v0.1.44
5672026-03-30T18:00:49.493Z Compiling addr2line v0.25.1
5682026-03-30T18:00:50.026Z Compiling form_urlencoded v1.2.2
5692026-03-30T18:00:50.272Z Compiling generic-array v0.14.7
5702026-03-30T18:00:50.286Z Compiling idna_adapter v1.0.0
5712026-03-30T18:00:50.298Z Compiling try-lock v0.2.5
5722026-03-30T18:00:50.386Z Compiling tower-service v0.3.3
5732026-03-30T18:00:50.410Z Compiling rustls v0.23.37
5742026-03-30T18:00:50.483Z Compiling atomic-waker v1.1.2
5752026-03-30T18:00:50.494Z Compiling target-spec v3.5.7
5762026-03-30T18:00:50.494Z Compiling rustc-demangle v0.1.27
5772026-03-30T18:00:50.612Z Compiling utf8_iter v1.0.4
5782026-03-30T18:00:50.624Z Compiling typeid v1.0.3
5792026-03-30T18:00:50.766Z Compiling fastrand v2.3.0
5802026-03-30T18:00:50.789Z Compiling pkg-config v0.3.32
5812026-03-30T18:00:50.901Z Compiling thiserror v1.0.69
5822026-03-30T18:00:51.128Z Compiling tempfile v3.27.0
5832026-03-30T18:00:51.201Z Compiling idna v1.1.0
5842026-03-30T18:00:51.224Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-03-30T18:00:51.392Z Compiling tokio-util v0.7.18
5862026-03-30T18:00:51.544Z Compiling want v0.3.1
5872026-03-30T18:00:51.613Z Compiling cfg-expr v0.20.7
5882026-03-30T18:00:51.861Z Compiling backtrace v0.3.76
5892026-03-30T18:00:52.023Z Compiling h2 v0.4.13
5902026-03-30T18:00:52.798Z Compiling thiserror-impl v1.0.69
5912026-03-30T18:00:52.981Z Compiling terminal_size v0.4.4
5922026-03-30T18:00:53.134Z Compiling aho-corasick v1.1.4
5932026-03-30T18:00:53.383Z Compiling erased-serde v0.4.10
5942026-03-30T18:00:53.529Z Compiling pin-utils v0.1.0
5952026-03-30T18:00:53.607Z Compiling subtle v2.6.1
5962026-03-30T18:00:53.669Z Compiling regex-syntax v0.8.10
5972026-03-30T18:00:53.766Z Compiling winnow v0.7.15
5982026-03-30T18:00:54.615Z Compiling rustls-webpki v0.103.10
5992026-03-30T18:00:55.607Z Compiling regex-automata v0.4.14
6002026-03-30T18:00:57.164Z Compiling hyper v1.8.1
6012026-03-30T18:00:58.534Z Compiling url v2.5.8
6022026-03-30T18:01:00.420Z Compiling toml_datetime v0.6.11
6032026-03-30T18:01:00.636Z Compiling serde_spanned v0.6.9
6042026-03-30T18:01:00.802Z Compiling ahash v0.8.12
6052026-03-30T18:01:00.802Z Compiling sync_wrapper v1.0.2
6062026-03-30T18:01:00.826Z Compiling unicode-linebreak v0.1.5
6072026-03-30T18:01:00.853Z Compiling tower-layer v0.3.3
6082026-03-30T18:01:00.918Z Compiling base64 v0.22.1
6092026-03-30T18:01:00.972Z Compiling crc32fast v1.5.0
6102026-03-30T18:01:01.050Z Compiling toml_write v0.1.2
6112026-03-30T18:01:01.101Z Compiling nextest-workspace-hack v0.1.0
6122026-03-30T18:01:01.113Z Compiling is_ci v1.2.0
6132026-03-30T18:01:01.300Z Compiling lazy_static v1.5.0
6142026-03-30T18:01:01.310Z Compiling portable-atomic v1.13.1
6152026-03-30T18:01:01.310Z Compiling ipnet v2.12.0
6162026-03-30T18:01:01.314Z Compiling foldhash v0.1.5
6172026-03-30T18:01:01.383Z Compiling either v1.15.0
6182026-03-30T18:01:01.424Z Compiling parking_lot_core v0.9.12
6192026-03-30T18:01:01.524Z Compiling unicode-segmentation v1.13.2
6202026-03-30T18:01:01.604Z Compiling hyper-util v0.1.20
6212026-03-30T18:01:01.708Z Compiling hashbrown v0.15.5
6222026-03-30T18:01:01.768Z Compiling sharded-slab v0.1.7
6232026-03-30T18:01:01.924Z Compiling convert_case v0.10.0
6242026-03-30T18:01:02.252Z Compiling toml_edit v0.22.27
6252026-03-30T18:01:02.321Z Compiling supports-color v3.0.2
6262026-03-30T18:01:02.364Z Compiling tower v0.5.3
6272026-03-30T18:01:02.539Z Compiling textwrap v0.16.2
6282026-03-30T18:01:02.975Z Compiling tokio-rustls v0.26.4
6292026-03-30T18:01:03.113Z Compiling backtrace-ext v0.2.1
6302026-03-30T18:01:03.237Z Compiling ordered-float v2.10.1
6312026-03-30T18:01:03.369Z Compiling webpki-roots v1.0.6
6322026-03-30T18:01:03.496Z Compiling miette-derive v7.6.0
6332026-03-30T18:01:03.520Z Compiling pathdiff v0.2.3
6342026-03-30T18:01:03.649Z Compiling console v0.15.11
6352026-03-30T18:01:03.918Z Compiling tracing-log v0.2.0
6362026-03-30T18:01:04.261Z Compiling cargo-platform v0.3.2
6372026-03-30T18:01:04.283Z Compiling os_pipe v1.2.3
6382026-03-30T18:01:04.456Z Compiling thread_local v1.1.9
6392026-03-30T18:01:04.583Z Compiling supports-hyperlinks v3.2.0
6402026-03-30T18:01:04.802Z Compiling unicode-width v0.1.14
6412026-03-30T18:01:04.817Z Compiling supports-unicode v3.0.0
6422026-03-30T18:01:04.963Z Compiling pulldown-cmark v0.13.3
6432026-03-30T18:01:04.987Z Compiling debug-ignore v1.0.5
6442026-03-30T18:01:05.124Z Compiling iri-string v0.7.12
6452026-03-30T18:01:05.135Z Compiling winnow v1.0.1
6462026-03-30T18:01:05.148Z Compiling ryu v1.0.23
6472026-03-30T18:01:05.177Z Compiling fixedbitset v0.5.7
6482026-03-30T18:01:05.433Z Compiling zstd-safe v7.2.4
6492026-03-30T18:01:05.672Z Compiling rustix v0.38.44
6502026-03-30T18:01:05.691Z Compiling utf8parse v0.2.2
6512026-03-30T18:01:05.808Z Compiling cfg_aliases v0.2.1
6522026-03-30T18:01:05.886Z Compiling scopeguard v1.2.0
6532026-03-30T18:01:05.998Z Compiling lock_api v0.4.14
6542026-03-30T18:01:06.114Z Compiling nix v0.30.1
6552026-03-30T18:01:06.230Z Compiling toml_parser v1.1.0+spec-1.1.0
6562026-03-30T18:01:06.492Z Compiling anstyle-parse v1.0.0
6572026-03-30T18:01:06.547Z Compiling petgraph v0.8.3
6582026-03-30T18:01:06.715Z Compiling tower-http v0.6.8
6592026-03-30T18:01:06.754Z Compiling serde_urlencoded v0.7.1
6602026-03-30T18:01:07.097Z Compiling miette v7.6.0
6612026-03-30T18:01:07.541Z Compiling tracing-subscriber v0.3.23
6622026-03-30T18:01:07.675Z Compiling cargo_metadata v0.23.1
6632026-03-30T18:01:07.743Z Compiling sigchld v0.2.4
6642026-03-30T18:01:07.942Z Compiling toml v0.8.23
6652026-03-30T18:01:08.445Z Compiling hyper-rustls v0.27.7
6662026-03-30T18:01:09.115Z Compiling serde-value v0.7.0
6672026-03-30T18:01:09.825Z Compiling serde-untagged v0.1.9
6682026-03-30T18:01:10.784Z Compiling derive_more-impl v2.1.1
6692026-03-30T18:01:11.228Z Compiling itertools v0.14.0
6702026-03-30T18:01:11.288Z Compiling regex v1.12.3
6712026-03-30T18:01:11.482Z Compiling crypto-common v0.1.7
6722026-03-30T18:01:11.556Z Compiling block-buffer v0.10.4
6732026-03-30T18:01:11.611Z Compiling ppv-lite86 v0.2.21
6742026-03-30T18:01:11.708Z Compiling futures-executor v0.3.32
6752026-03-30T18:01:11.712Z Compiling rand_core v0.9.5
6762026-03-30T18:01:11.938Z Compiling pin-project-internal v1.1.11
6772026-03-30T18:01:11.971Z Compiling http-body-util v0.1.3
6782026-03-30T18:01:12.249Z Compiling uuid v1.23.0
6792026-03-30T18:01:12.257Z Compiling smol_str v0.3.6
6802026-03-30T18:01:12.596Z Compiling toml_datetime v1.1.0+spec-1.1.0
6812026-03-30T18:01:12.701Z Compiling serde_spanned v1.1.0
6822026-03-30T18:01:12.763Z Compiling filetime v0.2.27
6832026-03-30T18:01:12.785Z Compiling bstr v1.12.1
6842026-03-30T18:01:12.846Z Compiling vte v0.14.1
6852026-03-30T18:01:12.886Z Compiling unicase v2.9.0
6862026-03-30T18:01:12.974Z Compiling number_prefix v0.4.0
6872026-03-30T18:01:13.011Z Compiling color-spantrace v0.3.0
6882026-03-30T18:01:13.035Z Compiling static_assertions v1.1.0
6892026-03-30T18:01:13.046Z Compiling anstyle-query v1.1.5
6902026-03-30T18:01:13.084Z Compiling nested v0.1.1
6912026-03-30T18:01:13.157Z Compiling iana-time-zone v0.1.65
6922026-03-30T18:01:13.157Z Compiling anstyle v1.0.14
6932026-03-30T18:01:13.157Z Compiling xattr v1.6.1
6942026-03-30T18:01:13.291Z Compiling unicode-xid v0.2.6
6952026-03-30T18:01:13.323Z Compiling eyre v0.6.12
6962026-03-30T18:01:13.361Z Compiling tinyvec_macros v0.1.1
6972026-03-30T18:01:13.400Z Compiling litrs v1.0.0
6982026-03-30T18:01:13.422Z Compiling colorchoice v1.0.5
6992026-03-30T18:01:13.437Z Compiling self_update v0.42.0
7002026-03-30T18:01:13.450Z Compiling is_terminal_polyfill v1.70.2
7012026-03-30T18:01:13.540Z Compiling anstream v1.0.0
7022026-03-30T18:01:13.552Z Compiling tinyvec v1.11.0
7032026-03-30T18:01:13.686Z Compiling cargo-util-schemas v0.2.0
7042026-03-30T18:01:13.820Z Compiling document-features v0.2.12
7052026-03-30T18:01:13.961Z Compiling tar v0.4.45
7062026-03-30T18:01:13.980Z Compiling guppy v0.17.25
7072026-03-30T18:01:14.010Z Compiling chrono v0.4.44
7082026-03-30T18:01:14.352Z Compiling globset v0.4.18
7092026-03-30T18:01:14.998Z Compiling indicatif v0.17.11
7102026-03-30T18:01:15.753Z Compiling strip-ansi-escapes v0.2.1
7112026-03-30T18:01:16.110Z Compiling pin-project v1.1.11
7122026-03-30T18:01:16.199Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-30T18:01:16.266Z Compiling newtype-uuid v1.3.2
7142026-03-30T18:01:16.459Z Compiling nextest-metadata v0.12.2
7152026-03-30T18:01:16.557Z Compiling reqwest v0.12.28
7162026-03-30T18:01:17.343Z Compiling rand_chacha v0.9.0
7172026-03-30T18:01:17.566Z Compiling futures v0.3.32
7182026-03-30T18:01:17.655Z Compiling digest v0.10.7
7192026-03-30T18:01:17.878Z Compiling derive_more v2.1.1
7202026-03-30T18:01:17.920Z Compiling parking_lot v0.12.5
7212026-03-30T18:01:17.961Z Compiling flate2 v1.1.9
7222026-03-30T18:01:18.200Z Compiling tracing-error v0.2.1
7232026-03-30T18:01:18.439Z Compiling shared_child v1.1.1
7242026-03-30T18:01:18.820Z Compiling signal-hook-mio v0.2.5
7252026-03-30T18:01:18.839Z Compiling self-replace v1.5.0
7262026-03-30T18:01:18.949Z Compiling cargo-platform v0.2.0
7272026-03-30T18:01:19.137Z Compiling quick-xml v0.38.4
7282026-03-30T18:01:19.415Z Compiling quick-xml v0.37.5
7292026-03-30T18:01:19.776Z Compiling recursion v0.5.4
7302026-03-30T18:01:19.922Z Compiling cpufeatures v0.2.17
7312026-03-30T18:01:20.001Z Compiling indenter v0.3.4
7322026-03-30T18:01:20.075Z Compiling clap_lex v1.1.0
7332026-03-30T18:01:20.136Z Compiling humantime v2.3.0
7342026-03-30T18:01:20.444Z Compiling urlencoding v2.1.3
7352026-03-30T18:01:20.561Z Compiling shell-words v1.1.1
7362026-03-30T18:01:20.725Z Compiling strsim v0.11.1
7372026-03-30T18:01:20.815Z Compiling heck v0.5.0
7382026-03-30T18:01:20.920Z Compiling clap_builder v4.6.0
7392026-03-30T18:01:21.023Z Compiling clap_derive v4.6.0
7402026-03-30T18:01:21.556Z Compiling humantime-serde v1.1.1
7412026-03-30T18:01:21.714Z Compiling sha2 v0.10.9
7422026-03-30T18:01:22.120Z Compiling nextest-filtering v0.15.0
7432026-03-30T18:01:22.804Z Compiling quick-junit v0.5.2
7442026-03-30T18:01:22.910Z Compiling atomicwrites v0.4.4
7452026-03-30T18:01:23.206Z Compiling cargo_metadata v0.20.0
7462026-03-30T18:01:25.876Z Compiling crossterm v0.29.0
7472026-03-30T18:01:26.065Z Compiling cargo-nextest v0.9.97
7482026-03-30T18:01:27.016Z Compiling zstd v0.13.3
7492026-03-30T18:01:27.206Z Compiling duct v0.13.7
7502026-03-30T18:01:27.556Z Compiling async-scoped v0.9.0
7512026-03-30T18:01:27.673Z Compiling rand v0.9.2
7522026-03-30T18:01:27.752Z Compiling config v0.15.22
7532026-03-30T18:01:27.908Z Compiling unicode-normalization v0.1.25
7542026-03-30T18:01:28.291Z Compiling target-spec-miette v0.4.5
7552026-03-30T18:01:28.418Z Compiling future-queue v0.4.0
7562026-03-30T18:01:28.478Z Compiling mukti-metadata v0.3.0
7572026-03-30T18:01:28.696Z Compiling camino-tempfile v1.4.1
7582026-03-30T18:01:28.696Z Compiling tokio-stream v0.1.18
7592026-03-30T18:01:28.970Z Compiling derive-where v1.6.1
7602026-03-30T18:01:28.975Z Compiling serde_ignored v0.1.14
7612026-03-30T18:01:29.065Z Compiling serde_path_to_error v0.1.20
7622026-03-30T18:01:29.141Z Compiling xxhash-rust v0.8.15
7632026-03-30T18:01:29.193Z Compiling hex v0.4.3
7642026-03-30T18:01:29.320Z Compiling home v0.5.12
7652026-03-30T18:01:29.349Z Compiling swrite v0.1.0
7662026-03-30T18:01:29.459Z Compiling indent_write v2.2.0
7672026-03-30T18:01:29.482Z Compiling color-eyre v0.6.5
7682026-03-30T18:01:29.508Z Compiling clap v4.6.0
7692026-03-30T18:01:29.520Z Compiling dialoguer v0.11.0
7702026-03-30T18:01:29.593Z Compiling enable-ansi-support v0.2.1
7712026-03-30T18:01:30.198Z Compiling nextest-runner v0.80.0
7722026-03-30T18:01:48.234Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-03-30T18:01:48.414Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-03-30T18:01:48.417Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-03-30T18:01:48.535Z+ pushd bgp
7762026-03-30T18:01:48.539Z+ pfexec cargo nextest run
7772026-03-30T18:01:48.539Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7782026-03-30T18:01:48.695Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-03-30T18:01:49.370ZFrom https://github.com/oxidecomputer/falcon
7802026-03-30T18:01:49.370Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-03-30T18:01:49.448Z Updating crates.io index
7822026-03-30T18:01:49.451Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-03-30T18:01:50.184ZFrom https://github.com/oxidecomputer/dendrite
7842026-03-30T18:01:50.184Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-03-30T18:01:50.251Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-03-30T18:01:50.573ZFrom https://github.com/oxidecomputer/ispf
7872026-03-30T18:01:50.573Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-03-30T18:01:50.634Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-03-30T18:01:51.004ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-03-30T18:01:51.004Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-03-30T18:01:51.012Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-03-30T18:01:59.752ZFrom https://github.com/oxidecomputer/omicron
7932026-03-30T18:01:59.752Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7942026-03-30T18:02:00.182Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-03-30T18:02:00.769ZFrom https://github.com/oxidecomputer/opte
7962026-03-30T18:02:00.769Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
7972026-03-30T18:02:00.942Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-03-30T18:02:01.251ZFrom https://github.com/illumos/smf-rs
7992026-03-30T18:02:01.251Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-03-30T18:02:01.376Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-03-30T18:02:01.672ZFrom https://github.com/oxidecomputer/network-interface
8022026-03-30T18:02:01.673Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-03-30T18:02:01.698Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-03-30T18:02:02.016ZFrom https://github.com/oxidecomputer/zone
8052026-03-30T18:02:02.016Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-03-30T18:02:02.035Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-03-30T18:02:03.644ZFrom https://github.com/oxidecomputer/propolis
8082026-03-30T18:02:03.644Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-03-30T18:02:03.746Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-03-30T18:02:04.268ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-03-30T18:02:04.268Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8122026-03-30T18:02:04.290Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-03-30T18:02:04.536ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-03-30T18:02:04.536Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8152026-03-30T18:02:04.542Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-03-30T18:02:04.828ZFrom https://github.com/jmesmon/rust-libzfs
8172026-03-30T18:02:04.828Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-03-30T18:02:04.836Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-03-30T18:02:05.129ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-03-30T18:02:05.130Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-03-30T18:02:05.189Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-03-30T18:02:05.537ZFrom https://github.com/oxidecomputer/lldp
8232026-03-30T18:02:05.537Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8242026-03-30T18:02:05.674Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-03-30T18:02:05.947ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-03-30T18:02:05.947Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-03-30T18:02:05.969Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-03-30T18:02:06.301ZFrom https://github.com/oxidecomputer/tufaceous
8292026-03-30T18:02:06.301Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8302026-03-30T18:02:06.320Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-03-30T18:02:06.822ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-03-30T18:02:06.822Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8332026-03-30T18:02:06.930Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-03-30T18:02:07.760ZFrom https://github.com/oxidecomputer/crucible
8352026-03-30T18:02:07.760Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-03-30T18:02:08.008Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-03-30T18:02:08.361ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-03-30T18:02:08.361Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-03-30T18:02:08.717Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-03-30T18:02:09.116ZFrom https://github.com/oxidecomputer/propolis
8412026-03-30T18:02:09.117Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8422026-03-30T18:02:09.230Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-03-30T18:02:09.464ZFrom https://github.com/oxidecomputer/tofino
8442026-03-30T18:02:09.464Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8452026-03-30T18:02:09.490Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-03-30T18:02:09.994ZFrom https://github.com/oxidecomputer/maghemite
8472026-03-30T18:02:09.994Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8482026-03-30T18:02:10.070Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-03-30T18:02:10.400ZFrom https://github.com/oxidecomputer/clickward
8502026-03-30T18:02:10.400Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-03-30T18:02:10.590Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-03-30T18:02:10.864ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-03-30T18:02:10.864Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-03-30T18:02:11.004Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-03-30T18:02:11.324ZFrom https://github.com/oxidecomputer/crucible
8562026-03-30T18:02:11.324Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8572026-03-30T18:02:12.308Z Downloading crates ...
8582026-03-30T18:02:12.406Z Downloaded aead v0.5.2
8592026-03-30T18:02:12.411Z Downloaded async-stream-impl v0.3.6
8602026-03-30T18:02:12.411Z Downloaded async-stream v0.3.6
8612026-03-30T18:02:12.417Z Downloaded argon2 v0.5.3
8622026-03-30T18:02:12.420Z Downloaded cstr-argument v0.1.2
8632026-03-30T18:02:12.426Z Downloaded cpufeatures v0.3.0
8642026-03-30T18:02:12.429Z Downloaded embedded-io v0.4.0
8652026-03-30T18:02:12.432Z Downloaded dtrace-parser v0.2.0
8662026-03-30T18:02:12.432Z Downloaded async-trait v0.1.89
8672026-03-30T18:02:12.435Z Downloaded cobs v0.3.0
8682026-03-30T18:02:12.438Z Downloaded bit-set v0.8.0
8692026-03-30T18:02:12.447Z Downloaded defmt-macros v1.0.1
8702026-03-30T18:02:12.451Z Downloaded float-ord v0.3.2
8712026-03-30T18:02:12.458Z Downloaded dof v0.3.0
8722026-03-30T18:02:12.461Z Downloaded heck v0.4.1
8732026-03-30T18:02:12.461Z Downloaded foreign-types-macros v0.2.3
8742026-03-30T18:02:12.464Z Downloaded byte-wrapper v0.1.0
8752026-03-30T18:02:12.468Z Downloaded newtype_derive v0.1.6
8762026-03-30T18:02:12.468Z Downloaded managed v0.8.0
8772026-03-30T18:02:12.471Z Downloaded async-recursion v1.1.1
8782026-03-30T18:02:12.471Z Downloaded ipnetwork v0.21.1
8792026-03-30T18:02:12.475Z Downloaded libsw-core v0.3.2
8802026-03-30T18:02:12.479Z Downloaded backon v1.6.0
8812026-03-30T18:02:12.479Z Downloaded diff v0.1.13
8822026-03-30T18:02:12.482Z Downloaded match_cfg v0.1.0
8832026-03-30T18:02:12.482Z Downloaded libscf-sys v1.1.0
8842026-03-30T18:02:12.485Z Downloaded is-terminal v0.4.17
8852026-03-30T18:02:12.485Z Downloaded crucible-workspace-hack v0.1.0
8862026-03-30T18:02:12.488Z Downloaded omicron-workspace-hack v0.1.0
8872026-03-30T18:02:12.488Z Downloaded httpdate v1.0.3
8882026-03-30T18:02:12.488Z Downloaded darling v0.21.3
8892026-03-30T18:02:12.492Z Downloaded lru-cache v0.1.2
8902026-03-30T18:02:12.494Z Downloaded arrayvec v0.7.6
8912026-03-30T18:02:12.497Z Downloaded deranged v0.5.8
8922026-03-30T18:02:12.497Z Downloaded darling_macro v0.23.0
8932026-03-30T18:02:12.500Z Downloaded crunchy v0.2.4
8942026-03-30T18:02:12.500Z Downloaded foreign-types-shared v0.3.1
8952026-03-30T18:02:12.503Z Downloaded memoffset v0.9.1
8962026-03-30T18:02:12.503Z Downloaded dyn-clone v1.0.20
8972026-03-30T18:02:12.507Z Downloaded const-random-macro v0.1.16
8982026-03-30T18:02:12.507Z Downloaded highway v1.3.0
8992026-03-30T18:02:12.510Z Downloaded csv-core v0.1.13
9002026-03-30T18:02:12.510Z Downloaded fixedbitset v0.4.2
9012026-03-30T18:02:12.513Z Downloaded num_enum_derive v0.5.11
9022026-03-30T18:02:12.513Z Downloaded bcs v0.1.6
9032026-03-30T18:02:12.516Z Downloaded num-derive v0.4.2
9042026-03-30T18:02:12.516Z Downloaded bitflags v1.3.2
9052026-03-30T18:02:12.520Z Downloaded no-std-compat v0.4.1
9062026-03-30T18:02:12.520Z Downloaded newtype-uuid-macros v0.1.0
9072026-03-30T18:02:12.564Z Downloaded gethostname v0.5.0
9082026-03-30T18:02:12.564Z Downloaded olpc-cjson v0.1.4
9092026-03-30T18:02:12.571Z Downloaded memmap v0.7.0
9102026-03-30T18:02:12.571Z Downloaded hostname v0.4.2
9112026-03-30T18:02:12.571Z Downloaded macaddr v1.0.1
9122026-03-30T18:02:12.571Z Downloaded inout v0.1.4
9132026-03-30T18:02:12.572Z Downloaded hubpack_derive v0.1.1
9142026-03-30T18:02:12.572Z Downloaded newline-converter v0.3.0
9152026-03-30T18:02:12.572Z Downloaded natord v1.0.9
9162026-03-30T18:02:12.572Z Downloaded instant v0.1.13
9172026-03-30T18:02:12.572Z Downloaded mime v0.3.17
9182026-03-30T18:02:12.572Z Downloaded git-stub v1.0.0
9192026-03-30T18:02:12.572Z Downloaded enum-as-inner v0.6.1
9202026-03-30T18:02:12.572Z Downloaded opaque-debug v0.3.1
9212026-03-30T18:02:12.572Z Downloaded embedded-io v0.6.1
9222026-03-30T18:02:12.572Z Downloaded keccak v0.1.6
9232026-03-30T18:02:12.572Z Downloaded dropshot-api-manager-types v0.5.2
9242026-03-30T18:02:12.572Z Downloaded fxhash v0.2.1
9252026-03-30T18:02:12.572Z Downloaded chacha20 v0.9.1
9262026-03-30T18:02:12.572Z Downloaded arrayref v0.3.9
9272026-03-30T18:02:12.572Z Downloaded group v0.13.0
9282026-03-30T18:02:12.572Z Downloaded num-rational v0.4.2
9292026-03-30T18:02:12.572Z Downloaded dof v0.4.0
9302026-03-30T18:02:12.572Z Downloaded multer v3.1.0
9312026-03-30T18:02:12.572Z Downloaded libsw v3.5.0
9322026-03-30T18:02:12.572Z Downloaded critical-section v1.2.0
9332026-03-30T18:02:12.572Z Downloaded num-integer v0.1.46
9342026-03-30T18:02:12.572Z Downloaded num_threads v0.1.7
9352026-03-30T18:02:12.572Z Downloaded const-random v0.1.18
9362026-03-30T18:02:12.572Z Downloaded ciborium-io v0.2.2
9372026-03-30T18:02:12.572Z Downloaded hostname v0.3.1
9382026-03-30T18:02:12.572Z Downloaded num v0.4.3
9392026-03-30T18:02:12.572Z Downloaded linked-hash-map v0.5.6
9402026-03-30T18:02:12.572Z Downloaded fs_extra v1.3.0
9412026-03-30T18:02:12.576Z Downloaded num-conv v0.2.0
9422026-03-30T18:02:12.576Z Downloaded ingot v0.1.1
9432026-03-30T18:02:12.576Z Downloaded console v0.16.3
9442026-03-30T18:02:12.576Z Downloaded hash32 v0.3.1
9452026-03-30T18:02:12.576Z Downloaded num-iter v0.1.45
9462026-03-30T18:02:12.576Z Downloaded internet-checksum v0.2.1
9472026-03-30T18:02:12.579Z Downloaded num-derive v0.3.3
9482026-03-30T18:02:12.579Z Downloaded darling v0.23.0
9492026-03-30T18:02:12.582Z Downloaded defmt-parser v1.0.0
9502026-03-30T18:02:12.587Z Downloaded plain v0.2.3
9512026-03-30T18:02:12.587Z Downloaded phf_shared v0.12.1
9522026-03-30T18:02:12.588Z Downloaded ciborium-ll v0.2.2
9532026-03-30T18:02:12.594Z Downloaded base16ct v1.0.0
9542026-03-30T18:02:12.594Z Downloaded dunce v1.0.5
9552026-03-30T18:02:12.594Z Downloaded defmt v0.3.100
9562026-03-30T18:02:12.594Z Downloaded crc8 v0.1.1
9572026-03-30T18:02:12.594Z Downloaded crossbeam-utils v0.8.21
9582026-03-30T18:02:12.599Z Downloaded ingot-types v0.1.2
9592026-03-30T18:02:12.599Z Downloaded git-stub-vcs v0.1.0
9602026-03-30T18:02:12.599Z Downloaded bit-vec v0.8.0
9612026-03-30T18:02:12.603Z Downloaded hubpack v0.1.2
9622026-03-30T18:02:12.604Z Downloaded num_enum_derive v0.7.6
9632026-03-30T18:02:12.604Z Downloaded powerfmt v0.2.0
9642026-03-30T18:02:12.604Z Downloaded linear-map v1.2.0
9652026-03-30T18:02:12.607Z Downloaded darling_macro v0.21.3
9662026-03-30T18:02:12.607Z Downloaded progenitor-client v0.10.0
9672026-03-30T18:02:12.607Z Downloaded proc-macro-error-attr2 v2.0.0
9682026-03-30T18:02:12.607Z Downloaded proc-macro-error-attr v1.0.4
9692026-03-30T18:02:12.607Z Downloaded base16ct v0.2.0
9702026-03-30T18:02:12.610Z Downloaded progenitor-macro v0.10.0
9712026-03-30T18:02:12.610Z Downloaded dtrace-parser v0.3.0
9722026-03-30T18:02:12.610Z Downloaded ingot-macros v0.1.1
9732026-03-30T18:02:12.613Z Downloaded proc-macro-crate v1.3.1
9742026-03-30T18:02:12.613Z Downloaded daft v0.1.5
9752026-03-30T18:02:12.616Z Downloaded hmac v0.12.1
9762026-03-30T18:02:12.616Z Downloaded foreign-types v0.5.0
9772026-03-30T18:02:12.621Z Downloaded idna_adapter v1.2.1
9782026-03-30T18:02:12.621Z Downloaded daft-derive v0.1.5
9792026-03-30T18:02:12.625Z Downloaded convert_case v0.4.0
9802026-03-30T18:02:12.625Z Downloaded glob v0.3.3
9812026-03-30T18:02:12.625Z Downloaded bytecount v0.6.9
9822026-03-30T18:02:12.629Z Downloaded ident_case v1.0.1
9832026-03-30T18:02:12.629Z Downloaded crossbeam-epoch v0.9.18
9842026-03-30T18:02:12.629Z Downloaded icu_normalizer_data v2.1.1
9852026-03-30T18:02:12.633Z Downloaded cmake v0.1.57
9862026-03-30T18:02:12.633Z Downloaded proc-macro-crate v3.5.0
9872026-03-30T18:02:12.638Z Downloaded parse-display v0.10.0
9882026-03-30T18:02:12.638Z Downloaded cargo_toml v0.22.3
9892026-03-30T18:02:12.638Z Downloaded ciborium v0.2.2
9902026-03-30T18:02:12.641Z Downloaded quick-error v1.2.3
9912026-03-30T18:02:12.641Z Downloaded parse-display-derive v0.10.0
9922026-03-30T18:02:12.641Z Downloaded progenitor-client v0.11.2
9932026-03-30T18:02:12.641Z Downloaded pretty-hex v0.4.2
9942026-03-30T18:02:12.651Z Downloaded progenitor-macro v0.13.0
9952026-03-30T18:02:12.651Z Downloaded rustc-hash v2.1.1
9962026-03-30T18:02:12.651Z Downloaded potential_utf v0.1.4
9972026-03-30T18:02:12.659Z Downloaded data-encoding v2.10.0
9982026-03-30T18:02:12.659Z Downloaded crossbeam-deque v0.8.6
9992026-03-30T18:02:12.659Z Downloaded cipher v0.4.4
10002026-03-30T18:02:12.659Z Downloaded erased-serde v0.3.31
10012026-03-30T18:02:12.659Z Downloaded password-hash v0.5.0
10022026-03-30T18:02:12.659Z Downloaded phf v0.12.1
10032026-03-30T18:02:12.664Z Downloaded paste v1.0.15
10042026-03-30T18:02:12.664Z Downloaded num_enum v0.5.11
10052026-03-30T18:02:12.664Z Downloaded backoff v0.4.0
10062026-03-30T18:02:12.669Z Downloaded ref-cast v1.0.25
10072026-03-30T18:02:12.669Z Downloaded rand_xorshift v0.4.0
10082026-03-30T18:02:12.669Z Downloaded hickory-resolver v0.25.2
10092026-03-30T18:02:12.672Z Downloaded ref-cast-impl v1.0.25
10102026-03-30T18:02:12.672Z Downloaded rand_chacha v0.3.1
10112026-03-30T18:02:12.679Z Downloaded progenitor-macro v0.11.2
10122026-03-30T18:02:12.679Z Downloaded same-file v1.0.6
10132026-03-30T18:02:12.682Z Downloaded cc v1.2.57
10142026-03-30T18:02:12.682Z Downloaded defmt v1.0.1
10152026-03-30T18:02:12.682Z Downloaded const_format_proc_macros v0.2.34
10162026-03-30T18:02:12.688Z Downloaded const_format v0.2.35
10172026-03-30T18:02:12.694Z Downloaded progenitor v0.11.2
10182026-03-30T18:02:12.694Z Downloaded scroll_derive v0.12.1
10192026-03-30T18:02:12.694Z Downloaded ff v0.13.1
10202026-03-30T18:02:12.694Z Downloaded constant_time_eq v0.4.2
10212026-03-30T18:02:12.698Z Downloaded secrecy v0.10.3
10222026-03-30T18:02:12.698Z Downloaded pem v3.0.6
10232026-03-30T18:02:12.698Z Downloaded displaydoc v0.2.5
10242026-03-30T18:02:12.698Z Downloaded serde_repr v0.1.20
10252026-03-30T18:02:12.701Z Downloaded oxnet v0.1.4
10262026-03-30T18:02:12.701Z Downloaded scroll_derive v0.13.1
10272026-03-30T18:02:12.701Z Downloaded memmap2 v0.9.10
10282026-03-30T18:02:12.704Z Downloaded progenitor v0.13.0
10292026-03-30T18:02:12.704Z Downloaded proc-macro-error v1.0.4
10302026-03-30T18:02:12.710Z Downloaded parking_lot_core v0.8.6
10312026-03-30T18:02:12.710Z Downloaded serde_plain v1.0.2
10322026-03-30T18:02:12.713Z Downloaded serde-big-array v0.5.1
10332026-03-30T18:02:12.713Z Downloaded progenitor-client v0.13.0
10342026-03-30T18:02:12.713Z Downloaded cancel-safe-futures v0.1.5
10352026-03-30T18:02:12.713Z Downloaded sigpipe v0.1.3
10362026-03-30T18:02:12.716Z Downloaded sha1 v0.10.6
10372026-03-30T18:02:12.716Z Downloaded serial_test v3.4.0
10382026-03-30T18:02:12.716Z Downloaded byteorder v1.5.0
10392026-03-30T18:02:12.720Z Downloaded serial_test_derive v3.4.0
10402026-03-30T18:02:12.720Z Downloaded drift v0.1.3
10412026-03-30T18:02:12.724Z Downloaded semver v0.1.20
10422026-03-30T18:02:12.724Z Downloaded oxide-tokio-rt v0.1.3
10432026-03-30T18:02:12.727Z Downloaded hickory-resolver v0.24.4
10442026-03-30T18:02:12.732Z Downloaded siphasher v1.0.2
10452026-03-30T18:02:12.732Z Downloaded slog-bunyan v2.5.0
10462026-03-30T18:02:12.732Z Downloaded expectorate v1.2.0
10472026-03-30T18:02:12.735Z Downloaded fs-err v3.3.0
10482026-03-30T18:02:12.735Z Downloaded slog-envlogger v2.2.0
10492026-03-30T18:02:12.736Z Downloaded proc-macro-error2 v2.0.1
10502026-03-30T18:02:12.739Z Downloaded omicron-zone-package v0.12.2
10512026-03-30T18:02:12.742Z Downloaded litemap v0.8.1
10522026-03-30T18:02:12.742Z Downloaded resolv-conf v0.7.6
10532026-03-30T18:02:12.745Z Downloaded num_enum v0.7.6
10542026-03-30T18:02:12.748Z Downloaded progenitor v0.10.0
10552026-03-30T18:02:12.748Z Downloaded rustc_version v0.1.7
10562026-03-30T18:02:12.751Z Downloaded rand_core v0.10.0
10572026-03-30T18:02:12.751Z Downloaded rustls-native-certs v0.8.3
10582026-03-30T18:02:12.754Z Downloaded progenitor-extras v0.1.1
10592026-03-30T18:02:12.757Z Downloaded smawk v0.3.2
10602026-03-30T18:02:12.760Z Downloaded structmeta-derive v0.3.0
10612026-03-30T18:02:12.760Z Downloaded structmeta v0.3.0
10622026-03-30T18:02:12.763Z Downloaded strum v0.26.3
10632026-03-30T18:02:12.763Z Downloaded stable_deref_trait v1.2.1
10642026-03-30T18:02:12.763Z Downloaded strum v0.27.2
10652026-03-30T18:02:12.763Z Downloaded spin v0.5.2
10662026-03-30T18:02:12.767Z Downloaded rusty-fork v0.3.1
10672026-03-30T18:02:12.767Z Downloaded postcard v1.1.3
10682026-03-30T18:02:12.767Z Downloaded rustls-pemfile v2.2.0
10692026-03-30T18:02:12.772Z Downloaded pest_generator v2.8.6
10702026-03-30T18:02:12.772Z Downloaded foldhash v0.2.0
10712026-03-30T18:02:12.772Z Downloaded derive-ex v0.1.8
10722026-03-30T18:02:12.777Z Downloaded parking_lot v0.11.2
10732026-03-30T18:02:12.777Z Downloaded num-complex v0.4.6
10742026-03-30T18:02:12.777Z Downloaded cookie v0.18.1
10752026-03-30T18:02:12.777Z Downloaded poly1305 v0.8.0
10762026-03-30T18:02:12.780Z Downloaded tabwriter v1.4.1
10772026-03-30T18:02:12.783Z Downloaded scroll v0.13.0
10782026-03-30T18:02:12.783Z Downloaded tabled_derive v0.7.0
10792026-03-30T18:02:12.783Z Downloaded scroll v0.12.0
10802026-03-30T18:02:12.783Z Downloaded termtree v0.5.1
10812026-03-30T18:02:12.786Z Downloaded tagptr v0.2.0
10822026-03-30T18:02:12.786Z Downloaded heapless v0.8.0
10832026-03-30T18:02:12.789Z Downloaded tabled_derive v0.11.0
10842026-03-30T18:02:12.789Z Downloaded testing_table v0.3.0
10852026-03-30T18:02:12.793Z Downloaded papergrid v0.17.0
10862026-03-30T18:02:12.798Z Downloaded serde_tokenstream v0.2.3
10872026-03-30T18:02:12.798Z Downloaded icu_provider v2.1.1
10882026-03-30T18:02:12.801Z Downloaded chacha20 v0.10.0
10892026-03-30T18:02:12.801Z Downloaded thread-id v5.1.0
10902026-03-30T18:02:12.801Z Downloaded sdd v3.0.10
10912026-03-30T18:02:12.801Z Downloaded blake2 v0.10.6
10922026-03-30T18:02:12.806Z Downloaded thread-id v4.2.2
10932026-03-30T18:02:12.806Z Downloaded allocator-api2 v0.2.21
10942026-03-30T18:02:12.809Z Downloaded dropshot_endpoint v0.16.7
10952026-03-30T18:02:12.813Z Downloaded thiserror-impl-no-std v2.0.2
10962026-03-30T18:02:12.818Z Downloaded slog-async v2.8.0
10972026-03-30T18:02:12.818Z Downloaded colored v3.1.1
10982026-03-30T18:02:12.821Z Downloaded icu_properties v2.1.2
10992026-03-30T18:02:12.829Z Downloaded slog-stdlog v4.1.1
11002026-03-30T18:02:12.833Z Downloaded rhai_codegen v3.1.0
11012026-03-30T18:02:12.840Z Downloaded topological-sort v0.2.2
11022026-03-30T18:02:12.840Z Downloaded slog-term v2.9.2
11032026-03-30T18:02:12.844Z Downloaded smartstring v1.0.1
11042026-03-30T18:02:12.844Z Downloaded slog-scope v4.4.1
11052026-03-30T18:02:12.844Z Downloaded pest_derive v2.8.6
11062026-03-30T18:02:12.844Z Downloaded typify-macro v0.4.3
11072026-03-30T18:02:12.848Z Downloaded simd-adler32 v0.3.8
11082026-03-30T18:02:12.848Z Downloaded usdt-attr-macro v0.5.0
11092026-03-30T18:02:12.848Z Downloaded usdt-attr-macro v0.6.0
11102026-03-30T18:02:12.848Z Downloaded usdt v0.6.0
11112026-03-30T18:02:12.848Z Downloaded untrusted v0.7.1
11122026-03-30T18:02:12.848Z Downloaded base64 v0.21.7
11132026-03-30T18:02:12.851Z Downloaded slog-dtrace v0.3.0
11142026-03-30T18:02:12.851Z Downloaded usdt v0.5.0
11152026-03-30T18:02:12.856Z Downloaded smf v0.2.3
11162026-03-30T18:02:12.856Z Downloaded snafu-derive v0.8.9
11172026-03-30T18:02:12.859Z Downloaded icu_locale_core v2.1.1
11182026-03-30T18:02:12.862Z Downloaded universal-hash v0.5.1
11192026-03-30T18:02:12.862Z Downloaded unit-prefix v0.5.2
11202026-03-30T18:02:12.866Z Downloaded unarray v0.1.4
11212026-03-30T18:02:12.866Z Downloaded utf-8 v0.7.6
11222026-03-30T18:02:12.866Z Downloaded usdt-macro v0.5.0
11232026-03-30T18:02:12.866Z Downloaded indexmap v1.9.3
11242026-03-30T18:02:12.870Z Downloaded strum_macros v0.26.4
11252026-03-30T18:02:12.870Z Downloaded serde_derive_internals v0.29.1
11262026-03-30T18:02:12.870Z Downloaded waitgroup v0.1.2
11272026-03-30T18:02:12.873Z Downloaded usdt-macro v0.6.0
11282026-03-30T18:02:12.873Z Downloaded rustversion v1.0.22
11292026-03-30T18:02:12.873Z Downloaded papergrid v0.11.0
11302026-03-30T18:02:12.876Z Downloaded schemars_derive v0.8.22
11312026-03-30T18:02:12.876Z Downloaded elliptic-curve v0.13.8
11322026-03-30T18:02:12.879Z Downloaded half v2.7.1
11332026-03-30T18:02:12.882Z Downloaded take_mut v0.2.2
11342026-03-30T18:02:12.882Z Downloaded synstructure v0.13.2
11352026-03-30T18:02:12.882Z Downloaded strum_macros v0.27.2
11362026-03-30T18:02:12.882Z Downloaded derive_more v0.99.20
11372026-03-30T18:02:12.885Z Downloaded wait-timeout v0.2.1
11382026-03-30T18:02:12.885Z Downloaded thiserror-no-std v2.0.2
11392026-03-30T18:02:12.891Z Downloaded zone_cfg_derive v0.3.1
11402026-03-30T18:02:12.894Z Downloaded serde_with_macros v3.18.0
11412026-03-30T18:02:12.894Z Downloaded zone v0.3.1
11422026-03-30T18:02:12.894Z Downloaded darling_core v0.23.0
11432026-03-30T18:02:12.898Z Downloaded zerofrom-derive v0.1.6
11442026-03-30T18:02:12.903Z Downloaded zerofrom v0.1.6
11452026-03-30T18:02:12.906Z Downloaded yoke-derive v0.8.1
11462026-03-30T18:02:12.906Z Downloaded time-core v0.1.8
11472026-03-30T18:02:12.906Z Downloaded dropshot-api-manager v0.5.2
11482026-03-30T18:02:12.909Z Downloaded time-macros v0.2.27
11492026-03-30T18:02:12.912Z Downloaded slog-json v2.6.1
11502026-03-30T18:02:12.912Z Downloaded zeroize_derive v1.4.3
11512026-03-30T18:02:12.912Z Downloaded tokio-tungstenite v0.21.0
11522026-03-30T18:02:12.915Z Downloaded tinystr v0.8.2
11532026-03-30T18:02:12.922Z Downloaded tokio-rustls v0.25.0
11542026-03-30T18:02:12.925Z Downloaded tokio-dtrace v0.1.1
11552026-03-30T18:02:12.928Z Downloaded rustls-platform-verifier v0.6.2
11562026-03-30T18:02:12.931Z Downloaded typify-macro v0.6.1
11572026-03-30T18:02:12.931Z Downloaded darling_core v0.21.3
11582026-03-30T18:02:12.934Z Downloaded progenitor-impl v0.13.0
11592026-03-30T18:02:12.934Z Downloaded anyhow v1.0.102
11602026-03-30T18:02:12.937Z Downloaded schemars v0.8.22
11612026-03-30T18:02:12.942Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-03-30T18:02:12.945Z Downloaded whoami v1.6.1
11632026-03-30T18:02:12.945Z Downloaded writeable v0.6.2
11642026-03-30T18:02:12.948Z Downloaded prettyplease v0.2.37
11652026-03-30T18:02:12.948Z Downloaded spin v0.9.8
11662026-03-30T18:02:12.951Z Downloaded indicatif v0.18.4
11672026-03-30T18:02:12.951Z Downloaded jiff-static v0.2.23
11682026-03-30T18:02:12.954Z Downloaded icu_normalizer v2.1.1
11692026-03-30T18:02:12.954Z Downloaded crypto-bigint v0.5.5
11702026-03-30T18:02:12.959Z Downloaded xz2 v0.1.7
11712026-03-30T18:02:12.962Z Downloaded yoke v0.8.1
11722026-03-30T18:02:12.962Z Downloaded walkdir v2.5.0
11732026-03-30T18:02:12.962Z Downloaded pest_meta v2.8.6
11742026-03-30T18:02:12.966Z Downloaded usdt-impl v0.6.0
11752026-03-30T18:02:12.966Z Downloaded usdt-impl v0.5.0
11762026-03-30T18:02:12.966Z Downloaded tiny-keccak v2.0.2
11772026-03-30T18:02:12.966Z Downloaded hashbrown v0.12.3
11782026-03-30T18:02:12.969Z Downloaded term v1.2.1
11792026-03-30T18:02:12.972Z Downloaded thin-vec v0.2.14
11802026-03-30T18:02:12.972Z Downloaded rayon-core v1.13.0
11812026-03-30T18:02:12.975Z Downloaded icu_collections v2.1.1
11822026-03-30T18:02:12.979Z Downloaded similar v2.7.0
11832026-03-30T18:02:12.987Z Downloaded arc-swap v1.9.0
11842026-03-30T18:02:12.990Z Downloaded ucd-trie v0.1.7
11852026-03-30T18:02:12.993Z Downloaded progenitor-impl v0.10.0
11862026-03-30T18:02:12.993Z Downloaded progenitor-impl v0.11.2
11872026-03-30T18:02:12.999Z Downloaded test-strategy v0.4.5
11882026-03-30T18:02:13.004Z Downloaded nom v7.1.3
11892026-03-30T18:02:13.007Z Downloaded serde_yaml v0.9.34+deprecated
11902026-03-30T18:02:13.011Z Downloaded chacha20poly1305 v0.10.1
11912026-03-30T18:02:13.016Z Downloaded crossbeam-channel v0.5.15
11922026-03-30T18:02:13.019Z Downloaded vsss-rs v3.3.4
11932026-03-30T18:02:13.023Z Downloaded pretty_assertions v1.4.1
11942026-03-30T18:02:13.023Z Downloaded rand v0.8.5
11952026-03-30T18:02:13.026Z Downloaded zerovec-derive v0.11.2
11962026-03-30T18:02:13.026Z Downloaded toml v0.9.12+spec-1.1.0
11972026-03-30T18:02:13.029Z Downloaded slog v2.8.2
11982026-03-30T18:02:13.029Z Downloaded zerocopy-derive v0.7.35
11992026-03-30T18:02:13.032Z Downloaded tungstenite v0.21.0
12002026-03-30T18:02:13.035Z Downloaded minimal-lexical v0.2.1
12012026-03-30T18:02:13.038Z Downloaded typify v0.6.1
12022026-03-30T18:02:13.042Z Downloaded unsafe-libyaml v0.2.11
12032026-03-30T18:02:13.042Z Downloaded qorb v0.4.1
12042026-03-30T18:02:13.045Z Downloaded schemars v0.9.0
12052026-03-30T18:02:13.050Z Downloaded schemars v1.2.1
12062026-03-30T18:02:13.064Z Downloaded typify v0.4.3
12072026-03-30T18:02:13.067Z Downloaded toml v0.7.8
12082026-03-30T18:02:13.070Z Downloaded snafu v0.8.9
12092026-03-30T18:02:13.077Z Downloaded hkdf v0.12.4
12102026-03-30T18:02:13.080Z Downloaded toml_edit v0.25.8+spec-1.1.0
12112026-03-30T18:02:13.086Z Downloaded mio v1.1.1
12122026-03-30T18:02:13.091Z Downloaded yansi v1.0.1
12132026-03-30T18:02:13.101Z Downloaded nom v8.0.0
12142026-03-30T18:02:13.104Z Downloaded toml_edit v0.19.15
12152026-03-30T18:02:13.113Z Downloaded itertools v0.12.1
12162026-03-30T18:02:13.117Z Downloaded libm v0.2.16
12172026-03-30T18:02:13.122Z Downloaded iddqd v0.3.17
12182026-03-30T18:02:13.133Z Downloaded zerotrie v0.2.3
12192026-03-30T18:02:13.138Z Downloaded ron v0.12.0
12202026-03-30T18:02:13.142Z Downloaded steno v0.4.1
12212026-03-30T18:02:13.145Z Downloaded rand v0.10.0
12222026-03-30T18:02:13.148Z Downloaded icu_properties_data v2.1.2
12232026-03-30T18:02:13.152Z Downloaded iri-string v0.7.11
12242026-03-30T18:02:13.159Z Downloaded unicode-segmentation v1.13.1
12252026-03-30T18:02:13.162Z Downloaded scc v2.4.0
12262026-03-30T18:02:13.166Z Downloaded typed-path v0.9.3
12272026-03-30T18:02:13.169Z Downloaded goblin v0.8.2
12282026-03-30T18:02:13.176Z Downloaded reqwest v0.13.2
12292026-03-30T18:02:13.184Z Downloaded pest v2.8.6
12302026-03-30T18:02:13.188Z Downloaded zerocopy-derive v0.8.47
12312026-03-30T18:02:13.208Z Downloaded tough v0.20.0
12322026-03-30T18:02:13.224Z Downloaded zerovec v0.11.5
12332026-03-30T18:02:13.226Z Downloaded rayon v1.11.0
12342026-03-30T18:02:13.238Z Downloaded winnow v0.5.40
12352026-03-30T18:02:13.243Z Downloaded zerocopy v0.7.35
12362026-03-30T18:02:13.252Z Downloaded blake3 v1.8.3
12372026-03-30T18:02:13.257Z Downloaded moka v0.12.15
12382026-03-30T18:02:13.278Z Downloaded proptest v1.11.0
12392026-03-30T18:02:13.284Z Downloaded serde_with v3.18.0
12402026-03-30T18:02:13.292Z Downloaded winnow v1.0.0
12412026-03-30T18:02:13.296Z Downloaded rustls-webpki v0.102.8
12422026-03-30T18:02:13.307Z Downloaded goblin v0.10.5
12432026-03-30T18:02:13.311Z Downloaded aws-lc-rs v1.16.2
12442026-03-30T18:02:13.320Z Downloaded tabled v0.15.0
12452026-03-30T18:02:13.339Z Downloaded syn v1.0.109
12462026-03-30T18:02:13.345Z Downloaded time v0.3.47
12472026-03-30T18:02:13.353Z Downloaded tabled v0.20.0
12482026-03-30T18:02:13.362Z Downloaded nix v0.31.2
12492026-03-30T18:02:13.374Z Downloaded rhai v1.24.0
12502026-03-30T18:02:13.418Z Downloaded hickory-proto v0.24.4
12512026-03-30T18:02:13.428Z Downloaded zerocopy v0.8.47
12522026-03-30T18:02:13.428Z Downloaded rustls v0.22.4
12532026-03-30T18:02:13.428Z Downloaded smoltcp v0.11.0
12542026-03-30T18:02:13.428Z Downloaded hickory-proto v0.25.2
12552026-03-30T18:02:13.431Z Downloaded dropshot v0.16.7
12562026-03-30T18:02:13.437Z Downloaded regress v0.10.5
12572026-03-30T18:02:13.442Z Downloaded openapiv3 v2.2.0
12582026-03-30T18:02:13.448Z Downloaded sled v0.34.7
12592026-03-30T18:02:13.491Z Downloaded jiff v0.2.23
12602026-03-30T18:02:13.503Z Downloaded lzma-sys v0.1.20
12612026-03-30T18:02:13.518Z Downloaded typify-impl v0.6.1
12622026-03-30T18:02:13.527Z Downloaded typify-impl v0.4.3
12632026-03-30T18:02:13.537Z Downloaded sha3 v0.10.8
12642026-03-30T18:02:13.609Z Downloaded petgraph v0.6.5
12652026-03-30T18:02:13.620Z Downloaded chrono-tz v0.10.4
12662026-03-30T18:02:13.659Z Downloaded csv v1.4.0
12672026-03-30T18:02:13.748Z Downloaded encoding_rs v0.8.35
12682026-03-30T18:02:14.522Z Downloaded aws-lc-sys v0.39.0
12692026-03-30T18:02:15.419Z Compiling proc-macro2 v1.0.106
12702026-03-30T18:02:15.419Z Compiling quote v1.0.45
12712026-03-30T18:02:15.419Z Compiling unicode-ident v1.0.24
12722026-03-30T18:02:15.419Z Compiling serde_core v1.0.228
12732026-03-30T18:02:15.419Z Compiling cfg-if v1.0.4
12742026-03-30T18:02:15.423Z Compiling serde v1.0.228
12752026-03-30T18:02:15.423Z Compiling libc v0.2.183
12762026-03-30T18:02:15.423Z Compiling memchr v2.8.0
12772026-03-30T18:02:15.623Z Compiling itoa v1.0.18
12782026-03-30T18:02:15.814Z Compiling zmij v1.0.21
12792026-03-30T18:02:15.846Z Compiling autocfg v1.5.0
12802026-03-30T18:02:15.924Z Compiling libm v0.2.16
12812026-03-30T18:02:16.236Z Compiling version_check v0.9.5
12822026-03-30T18:02:16.272Z Compiling stable_deref_trait v1.2.1
12832026-03-30T18:02:16.345Z Compiling litemap v0.8.1
12842026-03-30T18:02:16.394Z Compiling pin-project-lite v0.2.17
12852026-03-30T18:02:16.458Z Compiling writeable v0.6.2
12862026-03-30T18:02:16.488Z Compiling icu_normalizer_data v2.1.1
12872026-03-30T18:02:16.491Z Compiling icu_properties_data v2.1.2
12882026-03-30T18:02:16.517Z Compiling percent-encoding v2.3.2
12892026-03-30T18:02:16.539Z Compiling scopeguard v1.2.0
12902026-03-30T18:02:16.659Z Compiling parking_lot_core v0.9.12
12912026-03-30T18:02:16.717Z Compiling equivalent v1.0.2
12922026-03-30T18:02:16.801Z Compiling iana-time-zone v0.1.65
12932026-03-30T18:02:16.812Z Compiling lock_api v0.4.14
12942026-03-30T18:02:16.894Z Compiling syn v2.0.117
12952026-03-30T18:02:16.938Z Compiling allocator-api2 v0.2.21
12962026-03-30T18:02:16.949Z Compiling foldhash v0.2.0
12972026-03-30T18:02:16.966Z Compiling form_urlencoded v1.2.2
12982026-03-30T18:02:17.036Z Compiling utf8_iter v1.0.4
12992026-03-30T18:02:17.047Z Compiling serde_json v1.0.149
13002026-03-30T18:02:17.150Z Compiling dyn-clone v1.0.20
13012026-03-30T18:02:17.183Z Compiling num-traits v0.2.19
13022026-03-30T18:02:17.186Z Compiling log v0.4.29
13032026-03-30T18:02:17.273Z Compiling hashbrown v0.16.1
13042026-03-30T18:02:17.302Z Compiling jobserver v0.1.34
13052026-03-30T18:02:17.314Z Compiling find-msvc-tools v0.1.9
13062026-03-30T18:02:17.376Z Compiling shlex v1.3.0
13072026-03-30T18:02:17.498Z Compiling futures-core v0.3.32
13082026-03-30T18:02:17.552Z Compiling cc v1.2.57
13092026-03-30T18:02:17.566Z Compiling zerocopy v0.8.47
13102026-03-30T18:02:17.639Z Compiling errno v0.3.14
13112026-03-30T18:02:17.649Z Compiling thiserror v2.0.18
13122026-03-30T18:02:17.795Z Compiling semver v1.0.27
13132026-03-30T18:02:17.879Z Compiling indexmap v2.13.0
13142026-03-30T18:02:18.137Z Compiling futures-sink v0.3.32
13152026-03-30T18:02:18.199Z Compiling rand_core v0.10.0
13162026-03-30T18:02:18.210Z Compiling slab v0.4.12
13172026-03-30T18:02:18.243Z Compiling getrandom v0.4.2
13182026-03-30T18:02:18.353Z Compiling fnv v1.0.7
13192026-03-30T18:02:18.378Z Compiling heck v0.5.0
13202026-03-30T18:02:18.449Z Compiling futures-channel v0.3.32
13212026-03-30T18:02:18.530Z Compiling portable-atomic v1.13.1
13222026-03-30T18:02:18.640Z Compiling uuid v1.23.0
13232026-03-30T18:02:18.671Z Compiling rustversion v1.0.22
13242026-03-30T18:02:18.692Z Compiling futures-task v0.3.32
13252026-03-30T18:02:18.828Z Compiling futures-io v0.3.32
13262026-03-30T18:02:18.861Z Compiling schemars v0.8.22
13272026-03-30T18:02:18.982Z Compiling typenum v1.19.0
13282026-03-30T18:02:18.991Z Compiling socket2 v0.6.3
13292026-03-30T18:02:19.066Z Compiling getrandom v0.2.17
13302026-03-30T18:02:19.104Z Compiling critical-section v1.2.0
13312026-03-30T18:02:19.161Z Compiling signal-hook-registry v1.4.8
13322026-03-30T18:02:19.204Z Compiling mio v1.1.1
13332026-03-30T18:02:19.226Z Compiling bitflags v2.11.0
13342026-03-30T18:02:19.426Z Compiling once_cell v1.21.4
13352026-03-30T18:02:19.451Z Compiling getrandom v0.3.4
13362026-03-30T18:02:19.462Z Compiling subtle v2.6.1
13372026-03-30T18:02:19.491Z Compiling byteorder v1.5.0
13382026-03-30T18:02:19.588Z Compiling base64 v0.22.1
13392026-03-30T18:02:19.622Z Compiling untrusted v0.9.0
13402026-03-30T18:02:19.632Z Compiling rand_core v0.6.4
13412026-03-30T18:02:19.708Z Compiling synstructure v0.13.2
13422026-03-30T18:02:19.719Z Compiling serde_derive_internals v0.29.1
13432026-03-30T18:02:19.737Z Compiling cmake v0.1.57
13442026-03-30T18:02:19.783Z Compiling dunce v1.0.5
13452026-03-30T18:02:19.858Z Compiling fs_extra v1.3.0
13462026-03-30T18:02:19.875Z Compiling atomic-waker v1.1.2
13472026-03-30T18:02:19.905Z Compiling strsim v0.11.1
13482026-03-30T18:02:19.916Z Compiling rustix v1.1.4
13492026-03-30T18:02:19.995Z Compiling ipnet v2.12.0
13502026-03-30T18:02:20.076Z Compiling regex-syntax v0.8.10
13512026-03-30T18:02:20.104Z Compiling aws-lc-sys v0.39.0
13522026-03-30T18:02:20.208Z Compiling httparse v1.10.1
13532026-03-30T18:02:20.298Z Compiling slog v2.8.2
13542026-03-30T18:02:20.447Z Compiling generic-array v0.14.7
13552026-03-30T18:02:20.476Z Compiling ucd-trie v0.1.7
13562026-03-30T18:02:20.518Z Compiling thiserror v1.0.69
13572026-03-30T18:02:20.521Z Compiling tower-layer v0.3.3
13582026-03-30T18:02:20.592Z Compiling tower-service v0.3.3
13592026-03-30T18:02:20.682Z Compiling pest v2.8.6
13602026-03-30T18:02:20.719Z Compiling try-lock v0.2.5
13612026-03-30T18:02:20.774Z Compiling pin-utils v0.1.0
13622026-03-30T18:02:20.829Z Compiling want v0.3.1
13632026-03-30T18:02:20.910Z Compiling ryu v1.0.23
13642026-03-30T18:02:20.915Z Compiling serde_derive v1.0.228
13652026-03-30T18:02:20.996Z Compiling zerofrom-derive v0.1.6
13662026-03-30T18:02:21.006Z Compiling yoke-derive v0.8.1
13672026-03-30T18:02:21.011Z Compiling zerovec-derive v0.11.2
13682026-03-30T18:02:21.076Z Compiling displaydoc v0.2.5
13692026-03-30T18:02:21.086Z Compiling tokio-macros v2.6.1
13702026-03-30T18:02:21.822Z Compiling schemars_derive v0.8.22
13712026-03-30T18:02:21.853Z Compiling zerocopy-derive v0.8.47
13722026-03-30T18:02:22.038Z Compiling thiserror-impl v2.0.18
13732026-03-30T18:02:22.048Z Compiling zeroize_derive v1.4.3
13742026-03-30T18:02:22.116Z Compiling futures-macro v0.3.32
13752026-03-30T18:02:22.222Z Compiling zerofrom v0.1.6
13762026-03-30T18:02:22.349Z Compiling yoke v0.8.1
13772026-03-30T18:02:22.529Z Compiling zerovec v0.11.5
13782026-03-30T18:02:22.721Z Compiling zerotrie v0.2.3
13792026-03-30T18:02:22.798Z Compiling zeroize v1.8.2
13802026-03-30T18:02:22.940Z Compiling futures-util v0.3.32
13812026-03-30T18:02:23.007Z Compiling tinystr v0.8.2
13822026-03-30T18:02:23.017Z Compiling potential_utf v0.1.4
13832026-03-30T18:02:23.028Z Compiling thiserror-impl v1.0.69
13842026-03-30T18:02:23.179Z Compiling icu_locale_core v2.1.1
13852026-03-30T18:02:23.197Z Compiling icu_collections v2.1.1
13862026-03-30T18:02:23.698Z Compiling pest_meta v2.8.6
13872026-03-30T18:02:23.852Z Compiling icu_provider v2.1.1
13882026-03-30T18:02:24.104Z Compiling bytes v1.11.1
13892026-03-30T18:02:24.115Z Compiling smallvec v1.15.1
13902026-03-30T18:02:24.147Z Compiling icu_properties v2.1.2
13912026-03-30T18:02:24.190Z Compiling chrono v0.4.44
13922026-03-30T18:02:24.334Z Compiling icu_normalizer v2.1.1
13932026-03-30T18:02:24.909Z Compiling parking_lot v0.12.5
13942026-03-30T18:02:24.948Z Compiling http v1.4.0
13952026-03-30T18:02:25.024Z Compiling idna_adapter v1.2.1
13962026-03-30T18:02:25.172Z Compiling idna v1.1.0
13972026-03-30T18:02:25.208Z Compiling tokio v1.50.0
13982026-03-30T18:02:25.273Z Compiling serde_tokenstream v0.2.3
13992026-03-30T18:02:25.306Z Compiling erased-serde v0.3.31
14002026-03-30T18:02:25.550Z Compiling url v2.5.8
14012026-03-30T18:02:25.675Z Compiling http-body v1.0.1
14022026-03-30T18:02:25.928Z Compiling httpdate v1.0.3
14032026-03-30T18:02:25.976Z Compiling pest_generator v2.8.6
14042026-03-30T18:02:25.988Z Compiling pretty-hex v0.4.2
14052026-03-30T18:02:26.161Z Compiling ppv-lite86 v0.2.21
14062026-03-30T18:02:26.204Z Compiling plain v0.2.3
14072026-03-30T18:02:26.247Z Compiling paste v1.0.15
14082026-03-30T18:02:26.308Z Compiling crypto-common v0.1.7
14092026-03-30T18:02:26.439Z Compiling omicron-workspace-hack v0.1.0
14102026-03-30T18:02:26.471Z Compiling ident_case v1.0.1
14112026-03-30T18:02:26.474Z Compiling tracing-attributes v0.1.31
14122026-03-30T18:02:26.590Z Compiling tracing-core v0.1.36
14132026-03-30T18:02:26.600Z Compiling pest_derive v2.8.6
14142026-03-30T18:02:26.723Z Compiling http-body-util v0.1.3
14152026-03-30T18:02:26.960Z Compiling serde_urlencoded v0.7.1
14162026-03-30T18:02:27.134Z Compiling ipnetwork v0.21.1
14172026-03-30T18:02:27.187Z Compiling daft-derive v0.1.5
14182026-03-30T18:02:27.209Z Compiling sync_wrapper v1.0.2
14192026-03-30T18:02:27.234Z Compiling fastrand v2.3.0
14202026-03-30T18:02:27.503Z Compiling aho-corasick v1.1.4
14212026-03-30T18:02:27.517Z Compiling winnow v1.0.0
14222026-03-30T18:02:27.574Z Compiling rustls-pki-types v1.14.0
14232026-03-30T18:02:27.608Z Compiling scroll_derive v0.13.1
14242026-03-30T18:02:27.697Z Compiling tracing v0.1.44
14252026-03-30T18:02:27.909Z Compiling async-trait v0.1.89
14262026-03-30T18:02:27.931Z Compiling ring v0.17.14
14272026-03-30T18:02:28.265Z Compiling regex-automata v0.4.14
14282026-03-30T18:02:28.399Z Compiling powerfmt v0.2.0
14292026-03-30T18:02:28.426Z Compiling cpufeatures v0.2.17
14302026-03-30T18:02:28.495Z Compiling time-core v0.1.8
14312026-03-30T18:02:28.586Z Compiling iri-string v0.7.11
14322026-03-30T18:02:28.605Z Compiling anyhow v1.0.102
14332026-03-30T18:02:28.637Z Compiling num-conv v0.2.0
14342026-03-30T18:02:28.767Z Compiling time-macros v0.2.27
14352026-03-30T18:02:28.870Z Compiling deranged v0.5.8
14362026-03-30T18:02:29.126Z Compiling scroll v0.13.0
14372026-03-30T18:02:29.545Z Compiling block-buffer v0.10.4
14382026-03-30T18:02:29.692Z Compiling num_threads v0.1.7
14392026-03-30T18:02:29.715Z Compiling hex v0.4.3
14402026-03-30T18:02:29.782Z Compiling digest v0.10.7
14412026-03-30T18:02:29.963Z Compiling regex v1.12.3
14422026-03-30T18:02:29.988Z Compiling goblin v0.10.5
14432026-03-30T18:02:30.388Z Compiling tokio-util v0.7.18
14442026-03-30T18:02:30.427Z Compiling oxnet v0.1.4
14452026-03-30T18:02:30.751Z Compiling camino v1.2.2
14462026-03-30T18:02:31.135Z Compiling usdt-impl v0.6.0
14472026-03-30T18:02:31.146Z Compiling openssl-probe v0.2.1
14482026-03-30T18:02:31.384Z Compiling dtrace-parser v0.3.0
14492026-03-30T18:02:31.736Z Compiling futures-executor v0.3.32
14502026-03-30T18:02:31.898Z Compiling crossbeam-utils v0.8.21
14512026-03-30T18:02:32.019Z Compiling h2 v0.4.13
14522026-03-30T18:02:32.096Z Compiling structmeta-derive v0.3.0
14532026-03-30T18:02:32.208Z Compiling regress v0.10.5
14542026-03-30T18:02:32.269Z Compiling thread-id v5.1.0
14552026-03-30T18:02:32.346Z Compiling rustls v0.22.4
14562026-03-30T18:02:32.549Z Compiling syn v1.0.109
14572026-03-30T18:02:32.789Z Compiling dof v0.4.0
14582026-03-30T18:02:33.123Z Compiling structmeta v0.3.0
14592026-03-30T18:02:33.322Z Compiling futures v0.3.32
14602026-03-30T18:02:33.401Z Compiling rand_core v0.9.5
14612026-03-30T18:02:33.425Z Compiling darling_core v0.23.0
14622026-03-30T18:02:34.146Z Compiling hyper v1.8.1
14632026-03-30T18:02:34.340Z Compiling newtype-uuid-macros v0.1.0
14642026-03-30T18:02:34.867Z Compiling thread_local v1.1.9
14652026-03-30T18:02:35.073Z Compiling winnow v0.7.15
14662026-03-30T18:02:35.131Z Compiling aws-lc-rs v1.16.2
14672026-03-30T18:02:35.140Z Compiling match_cfg v0.1.0
14682026-03-30T18:02:35.205Z Compiling hyper-util v0.1.20
14692026-03-30T18:02:35.423Z Compiling newtype-uuid v1.3.2
14702026-03-30T18:02:35.516Z Compiling darling_macro v0.23.0
14712026-03-30T18:02:35.765Z Compiling quick-error v1.2.3
14722026-03-30T18:02:35.901Z Compiling ref-cast v1.0.25
14732026-03-30T18:02:36.122Z Compiling slog-async v2.8.0
14742026-03-30T18:02:36.181Z Compiling darling v0.23.0
14752026-03-30T18:02:36.248Z Compiling daft v0.1.5
14762026-03-30T18:02:36.262Z Compiling usdt-attr-macro v0.6.0
14772026-03-30T18:02:36.295Z Compiling usdt-macro v0.6.0
14782026-03-30T18:02:36.443Z Compiling rand_chacha v0.9.0
14792026-03-30T18:02:36.510Z Compiling ref-cast-impl v1.0.25
14802026-03-30T18:02:36.621Z Compiling strum_macros v0.26.4
14812026-03-30T18:02:36.883Z Compiling toml_datetime v0.7.5+spec-1.1.0
14822026-03-30T18:02:36.946Z Compiling serde_spanned v1.1.0
14832026-03-30T18:02:37.102Z Compiling multer v3.1.0
14842026-03-30T18:02:37.115Z Compiling bit-vec v0.8.0
14852026-03-30T18:02:37.198Z Compiling toml_writer v1.1.0+spec-1.1.0
14862026-03-30T18:02:37.323Z Compiling take_mut v0.2.2
14872026-03-30T18:02:37.341Z Compiling untrusted v0.7.1
14882026-03-30T18:02:37.401Z Compiling debug-ignore v1.0.5
14892026-03-30T18:02:37.411Z Compiling term v1.2.1
14902026-03-30T18:02:37.430Z Compiling bit-set v0.8.0
14912026-03-30T18:02:37.469Z Compiling rand v0.9.2
14922026-03-30T18:02:37.498Z Compiling serde_with_macros v3.18.0
14932026-03-30T18:02:37.695Z Compiling async-stream-impl v0.3.6
14942026-03-30T18:02:38.055Z Compiling dropshot v0.16.7
14952026-03-30T18:02:38.103Z Compiling encoding_rs v0.8.35
14962026-03-30T18:02:38.238Z Compiling strum v0.26.3
14972026-03-30T18:02:38.273Z Compiling rustls v0.23.37
14982026-03-30T18:02:38.311Z Compiling spin v0.9.8
14992026-03-30T18:02:38.363Z Compiling unarray v0.1.4
15002026-03-30T18:02:38.470Z Compiling mime v0.3.17
15012026-03-30T18:02:38.480Z Compiling async-stream v0.3.6
15022026-03-30T18:02:38.601Z Compiling derive-ex v0.1.8
15032026-03-30T18:02:38.650Z Compiling dropshot_endpoint v0.16.7
15042026-03-30T18:02:38.671Z Compiling macaddr v1.0.1
15052026-03-30T18:02:38.740Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15062026-03-30T18:02:38.890Z Compiling waitgroup v0.1.2
15072026-03-30T18:02:38.977Z Compiling serde_path_to_error v0.1.20
15082026-03-30T18:02:39.197Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15092026-03-30T18:02:39.320Z Compiling tempfile v3.27.0
15102026-03-30T18:02:39.332Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15112026-03-30T18:02:39.505Z Compiling tower v0.5.3
15122026-03-30T18:02:39.610Z Compiling strum_macros v0.27.2
15132026-03-30T18:02:39.742Z Compiling instant v0.1.13
15142026-03-30T18:02:39.845Z Compiling time v0.3.47
15152026-03-30T18:02:39.984Z Compiling tower-http v0.6.8
15162026-03-30T18:02:40.130Z Compiling rustc-hash v2.1.1
15172026-03-30T18:02:40.148Z Compiling test-strategy v0.4.5
15182026-03-30T18:02:40.276Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15192026-03-30T18:02:40.403Z Compiling crossbeam-channel v0.5.15
15202026-03-30T18:02:41.224Z Compiling openapiv3 v2.2.0
15212026-03-30T18:02:41.473Z Compiling strum v0.27.2
15222026-03-30T18:02:41.603Z Compiling parse-display-derive v0.10.0
15232026-03-30T18:02:42.091Z Compiling rustls-webpki v0.102.8
15242026-03-30T18:02:42.797Z Compiling rustls-native-certs v0.8.3
15252026-03-30T18:02:42.858Z Compiling backon v1.6.0
15262026-03-30T18:02:42.986Z Compiling rand_chacha v0.3.1
15272026-03-30T18:02:43.227Z Compiling rand v0.8.5
15282026-03-30T18:02:43.446Z Compiling slog-json v2.6.1
15292026-03-30T18:02:43.529Z Compiling hostname v0.3.1
15302026-03-30T18:02:43.650Z Compiling toml_parser v1.1.0+spec-1.1.0
15312026-03-30T18:02:43.665Z Compiling is-terminal v0.4.17
15322026-03-30T18:02:43.755Z Compiling wait-timeout v0.2.1
15332026-03-30T18:02:43.861Z Compiling memmap2 v0.9.10
15342026-03-30T18:02:44.024Z Compiling either v1.15.0
15352026-03-30T18:02:44.055Z Compiling usdt v0.6.0
15362026-03-30T18:02:44.083Z Compiling toml v0.9.12+spec-1.1.0
15372026-03-30T18:02:44.226Z Compiling rusty-fork v0.3.1
15382026-03-30T18:02:44.331Z Compiling slog-term v2.9.2
15392026-03-30T18:02:44.331Z Compiling slog-bunyan v2.5.0
15402026-03-30T18:02:44.577Z Compiling serde_with v3.18.0
15412026-03-30T18:02:44.856Z Compiling rand_xorshift v0.4.0
15422026-03-30T18:02:44.943Z Compiling tokio-rustls v0.25.0
15432026-03-30T18:02:44.999Z Compiling sha1 v0.10.6
15442026-03-30T18:02:45.019Z Compiling rustls-pemfile v2.2.0
15452026-03-30T18:02:45.164Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15462026-03-30T18:02:45.224Z Compiling hostname v0.4.2
15472026-03-30T18:02:45.225Z Compiling proptest v1.11.0
15482026-03-30T18:02:46.373Z Compiling reqwest v0.12.28
15492026-03-30T18:02:46.433Z Compiling iddqd v0.3.17
15502026-03-30T18:02:46.565Z Compiling itertools v0.14.0
15512026-03-30T18:02:47.119Z Compiling utf8parse v0.2.2
15522026-03-30T18:02:47.234Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15532026-03-30T18:02:47.567Z Compiling anstyle-parse v1.0.0
15542026-03-30T18:02:47.754Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15552026-03-30T18:02:47.812Z Compiling toml_datetime v0.6.11
15562026-03-30T18:02:47.999Z Compiling is_terminal_polyfill v1.70.2
15572026-03-30T18:02:48.094Z Compiling anstyle v1.0.14
15582026-03-30T18:02:48.319Z Compiling colorchoice v1.0.5
15592026-03-30T18:02:48.379Z Compiling anstyle-query v1.1.5
15602026-03-30T18:02:48.434Z Compiling progenitor-client v0.10.0
15612026-03-30T18:02:48.487Z Compiling anstream v1.0.0
15622026-03-30T18:02:48.607Z Compiling parse-display v0.10.0
15632026-03-30T18:02:48.804Z Compiling backoff v0.4.0
15642026-03-30T18:02:48.945Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15652026-03-30T18:02:49.014Z Compiling clap_lex v1.1.0
15662026-03-30T18:02:49.259Z Compiling clap_derive v4.6.0
15672026-03-30T18:02:49.874Z Compiling unicode-width v0.2.2
15682026-03-30T18:02:50.045Z Compiling terminal_size v0.4.4
15692026-03-30T18:02:50.065Z Compiling darling_core v0.21.3
15702026-03-30T18:02:50.181Z Compiling zerocopy-derive v0.7.35
15712026-03-30T18:02:51.083Z Compiling zerocopy v0.7.35
15722026-03-30T18:02:51.695Z Compiling crossbeam-epoch v0.9.18
15732026-03-30T18:02:52.046Z Compiling clap_builder v4.6.0
15742026-03-30T18:02:52.212Z Compiling darling_macro v0.21.3
15752026-03-30T18:02:52.574Z Compiling proc-macro-error-attr v1.0.4
15762026-03-30T18:02:52.578Z Compiling heck v0.4.1
15772026-03-30T18:02:52.774Z Compiling darling v0.21.3
15782026-03-30T18:02:52.785Z Compiling convert_case v0.4.0
15792026-03-30T18:02:52.797Z Compiling tinyvec_macros v0.1.1
15802026-03-30T18:02:52.848Z Compiling toml_datetime v1.1.0+spec-1.1.0
15812026-03-30T18:02:52.858Z Compiling heapless v0.8.0
15822026-03-30T18:02:52.937Z Compiling ingot-macros v0.1.1
15832026-03-30T18:02:53.067Z Compiling toml_edit v0.25.8+spec-1.1.0
15842026-03-30T18:02:53.079Z Compiling derive_more v0.99.20
15852026-03-30T18:02:53.175Z Compiling tinyvec v1.11.0
15862026-03-30T18:02:53.759Z Compiling clap v4.6.0
15872026-03-30T18:02:54.177Z Compiling dtrace-parser v0.2.0
15882026-03-30T18:02:54.276Z Compiling secrecy v0.10.3
15892026-03-30T18:02:54.434Z Compiling scroll_derive v0.12.1
15902026-03-30T18:02:54.951Z Compiling hash32 v0.3.1
15912026-03-30T18:02:55.052Z Compiling proc-macro-error v1.0.4
15922026-03-30T18:02:55.105Z Compiling usdt-impl v0.5.0
15932026-03-30T18:02:55.125Z Compiling smoltcp v0.11.0
15942026-03-30T18:02:55.271Z Compiling winnow v0.5.40
15952026-03-30T18:02:55.282Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15962026-03-30T18:02:55.351Z Compiling crucible-workspace-hack v0.1.0
15972026-03-30T18:02:55.545Z Compiling scroll v0.12.0
15982026-03-30T18:02:55.640Z Compiling proc-macro-crate v3.5.0
15992026-03-30T18:02:55.666Z Compiling ingot-types v0.1.2
16002026-03-30T18:02:56.250Z Compiling dof v0.3.0
16012026-03-30T18:02:56.370Z Compiling typify-impl v0.6.1
16022026-03-30T18:02:56.472Z Compiling serde_spanned v0.6.9
16032026-03-30T18:02:56.492Z Compiling cobs v0.3.0
16042026-03-30T18:02:56.502Z Compiling thread-id v4.2.2
16052026-03-30T18:02:56.580Z Compiling toml_edit v0.19.15
16062026-03-30T18:02:56.614Z Compiling memoffset v0.9.1
16072026-03-30T18:02:56.676Z Compiling toml_write v0.1.2
16082026-03-30T18:02:56.686Z Compiling bitflags v1.3.2
16092026-03-30T18:02:56.689Z Compiling managed v0.8.0
16102026-03-30T18:02:56.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16112026-03-30T18:02:56.836Z Compiling cfg_aliases v0.2.1
16122026-03-30T18:02:56.907Z Compiling nix v0.31.2
16132026-03-30T18:02:56.907Z Compiling toml_edit v0.22.27
16142026-03-30T18:02:56.997Z Compiling postcard v1.1.3
16152026-03-30T18:02:57.773Z Compiling proc-macro-crate v1.3.1
16162026-03-30T18:02:58.096Z Compiling num_enum_derive v0.7.6
16172026-03-30T18:02:58.109Z Compiling ingot v0.1.1
16182026-03-30T18:02:58.588Z Compiling goblin v0.8.2
16192026-03-30T18:02:59.113Z Compiling tabwriter v1.4.1
16202026-03-30T18:02:59.302Z Compiling foreign-types-macros v0.2.3
16212026-03-30T18:02:59.353Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16222026-03-30T18:02:59.651Z Compiling num-integer v0.1.46
16232026-03-30T18:02:59.938Z Compiling rustc_version v0.4.1
16242026-03-30T18:02:59.949Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16252026-03-30T18:03:00.207Z Compiling float-ord v0.3.2
16262026-03-30T18:03:00.218Z Compiling cpufeatures v0.3.0
16272026-03-30T18:03:00.251Z Compiling rayon-core v1.13.0
16282026-03-30T18:03:00.287Z Compiling foreign-types-shared v0.3.1
16292026-03-30T18:03:00.376Z Compiling foreign-types v0.5.0
16302026-03-30T18:03:00.452Z Compiling chacha20 v0.10.0
16312026-03-30T18:03:00.625Z Compiling curve25519-dalek v4.1.3
16322026-03-30T18:03:00.677Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-03-30T18:03:00.921Z Compiling num_enum v0.7.6
16342026-03-30T18:03:01.114Z Compiling num_enum_derive v0.5.11
16352026-03-30T18:03:01.758Z Compiling toml v0.8.23
16362026-03-30T18:03:02.569Z Compiling crossbeam-deque v0.8.6
16372026-03-30T18:03:02.609Z Compiling typify-macro v0.6.1
16382026-03-30T18:03:02.748Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16392026-03-30T18:03:03.004Z Compiling hmac v0.12.1
16402026-03-30T18:03:03.140Z Compiling inout v0.1.4
16412026-03-30T18:03:03.154Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16422026-03-30T18:03:03.226Z Compiling ff v0.13.1
16432026-03-30T18:03:03.364Z Compiling cstr-argument v0.1.2
16442026-03-30T18:03:03.491Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16452026-03-30T18:03:03.510Z Compiling prettyplease v0.2.37
16462026-03-30T18:03:03.653Z Compiling rustix v0.38.44
16472026-03-30T18:03:03.702Z Compiling colored v3.1.1
16482026-03-30T18:03:04.085Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16492026-03-30T18:03:04.346Z Compiling group v0.13.0
16502026-03-30T18:03:04.370Z Compiling cipher v0.4.4
16512026-03-30T18:03:04.533Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16522026-03-30T18:03:04.599Z Compiling hkdf v0.12.4
16532026-03-30T18:03:04.859Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16542026-03-30T18:03:05.056Z Compiling num_enum v0.5.11
16552026-03-30T18:03:05.222Z Compiling rand v0.10.0
16562026-03-30T18:03:05.252Z Compiling num-rational v0.4.2
16572026-03-30T18:03:05.528Z Compiling num-iter v0.1.45
16582026-03-30T18:03:05.629Z Compiling usdt-macro v0.5.0
16592026-03-30T18:03:05.874Z Compiling usdt-attr-macro v0.5.0
16602026-03-30T18:03:06.319Z Compiling rustls-webpki v0.103.10
16612026-03-30T18:03:06.705Z Compiling camino-tempfile v1.4.1
16622026-03-30T18:03:07.027Z Compiling thiserror-impl-no-std v2.0.2
16632026-03-30T18:03:07.384Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16642026-03-30T18:03:07.467Z Compiling universal-hash v0.5.1
16652026-03-30T18:03:07.583Z Compiling half v2.7.1
16662026-03-30T18:03:07.598Z Compiling crypto-bigint v0.5.5
16672026-03-30T18:03:07.742Z Compiling enum-as-inner v0.6.1
16682026-03-30T18:03:07.873Z Compiling curve25519-dalek-derive v0.1.1
16692026-03-30T18:03:07.948Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16702026-03-30T18:03:08.137Z Compiling num-complex v0.4.6
16712026-03-30T18:03:08.232Z Compiling memmap v0.7.0
16722026-03-30T18:03:08.312Z Compiling ciborium-io v0.2.2
16732026-03-30T18:03:08.418Z Compiling base64ct v1.8.3
16742026-03-30T18:03:08.430Z Compiling base16ct v0.2.0
16752026-03-30T18:03:08.531Z Compiling data-encoding v2.10.0
16762026-03-30T18:03:08.555Z Compiling opaque-debug v0.3.1
16772026-03-30T18:03:08.588Z Compiling static_assertions v1.1.0
16782026-03-30T18:03:08.608Z Compiling poly1305 v0.8.0
16792026-03-30T18:03:08.660Z Compiling password-hash v0.5.0
16802026-03-30T18:03:08.753Z Compiling elliptic-curve v0.13.8
16812026-03-30T18:03:09.027Z Compiling num v0.4.3
16822026-03-30T18:03:09.040Z Compiling ciborium-ll v0.2.2
16832026-03-30T18:03:09.102Z Compiling usdt v0.5.0
16842026-03-30T18:03:09.172Z Compiling thiserror-no-std v2.0.2
16852026-03-30T18:03:09.264Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16862026-03-30T18:03:09.356Z Compiling rayon v1.11.0
16872026-03-30T18:03:09.375Z Compiling typify v0.6.1
16882026-03-30T18:03:09.468Z Compiling chacha20 v0.9.1
16892026-03-30T18:03:09.716Z Compiling tokio-rustls v0.26.4
16902026-03-30T18:03:09.859Z Compiling rustls-platform-verifier v0.6.2
16912026-03-30T18:03:09.976Z Compiling hyper-rustls v0.27.7
16922026-03-30T18:03:10.257Z Compiling reqwest v0.13.2
16932026-03-30T18:03:10.707Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16942026-03-30T18:03:10.839Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16952026-03-30T18:03:11.112Z Compiling zone_cfg_derive v0.3.1
16962026-03-30T18:03:11.324Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16972026-03-30T18:03:11.424Z Compiling itertools v0.12.1
16982026-03-30T18:03:11.504Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16992026-03-30T18:03:11.704Z Compiling progenitor-client v0.13.0
17002026-03-30T18:03:12.029Z Compiling progenitor-extras v0.1.1
17012026-03-30T18:03:12.192Z Compiling blake2 v0.10.6
17022026-03-30T18:03:12.259Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17032026-03-30T18:03:12.646Z Compiling byte-wrapper v0.1.0
17042026-03-30T18:03:12.671Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17052026-03-30T18:03:12.989Z Compiling aead v0.5.2
17062026-03-30T18:03:13.012Z Compiling num-derive v0.4.2
17072026-03-30T18:03:13.079Z Compiling sigpipe v0.1.3
17082026-03-30T18:03:13.151Z Compiling keccak v0.1.6
17092026-03-30T18:03:13.168Z Compiling glob v0.3.3
17102026-03-30T18:03:13.403Z Compiling jiff v0.2.23
17112026-03-30T18:03:13.625Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17122026-03-30T18:03:13.848Z Compiling vcpkg v0.2.15
17132026-03-30T18:03:13.960Z Compiling unsafe-libyaml v0.2.11
17142026-03-30T18:03:14.416Z Compiling pkg-config v0.3.32
17152026-03-30T18:03:14.596Z Compiling serde_yaml v0.9.34+deprecated
17162026-03-30T18:03:14.645Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17172026-03-30T18:03:14.875Z Compiling openssl-sys v0.9.112
17182026-03-30T18:03:15.058Z Compiling sha3 v0.10.8
17192026-03-30T18:03:15.077Z Compiling chacha20poly1305 v0.10.1
17202026-03-30T18:03:15.214Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17212026-03-30T18:03:15.373Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17222026-03-30T18:03:15.410Z Compiling zone v0.3.1
17232026-03-30T18:03:15.874Z Compiling argon2 v0.5.3
17242026-03-30T18:03:16.284Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-30T18:03:16.504Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17262026-03-30T18:03:16.625Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17272026-03-30T18:03:17.048Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17282026-03-30T18:03:17.585Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17292026-03-30T18:03:17.882Z Compiling progenitor-impl v0.13.0
17302026-03-30T18:03:18.074Z Compiling vsss-rs v3.3.4
17312026-03-30T18:03:18.211Z Compiling ciborium v0.2.2
17322026-03-30T18:03:18.398Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17332026-03-30T18:03:18.522Z Compiling hubpack_derive v0.1.1
17342026-03-30T18:03:18.805Z Compiling smf v0.2.3
17352026-03-30T18:03:19.055Z Compiling linked-hash-map v0.5.6
17362026-03-30T18:03:19.244Z Compiling indent_write v2.2.0
17372026-03-30T18:03:19.357Z Compiling semver v0.1.20
17382026-03-30T18:03:19.393Z Compiling whoami v1.6.1
17392026-03-30T18:03:19.405Z Compiling resolv-conf v0.7.6
17402026-03-30T18:03:19.416Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17412026-03-30T18:03:19.476Z Compiling lru-cache v0.1.2
17422026-03-30T18:03:19.613Z Compiling rustc_version v0.1.7
17432026-03-30T18:03:19.699Z Compiling hubpack v0.1.2
17442026-03-30T18:03:19.882Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17452026-03-30T18:03:19.892Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17462026-03-30T18:03:19.972Z Compiling hickory-proto v0.24.4
17472026-03-30T18:03:20.375Z Compiling serde-big-array v0.5.1
17482026-03-30T18:03:20.525Z Compiling serde_repr v0.1.20
17492026-03-30T18:03:21.155Z Compiling derive-where v1.6.1
17502026-03-30T18:03:21.457Z Compiling progenitor-macro v0.13.0
17512026-03-30T18:03:21.541Z Compiling pin-project-internal v1.1.11
17522026-03-30T18:03:22.432Z Compiling siphasher v1.0.2
17532026-03-30T18:03:22.633Z Compiling unicode-segmentation v1.13.1
17542026-03-30T18:03:22.643Z Compiling swrite v0.1.0
17552026-03-30T18:03:22.654Z Compiling minimal-lexical v0.2.1
17562026-03-30T18:03:22.741Z Compiling pin-project v1.1.11
17572026-03-30T18:03:22.884Z Compiling nom v7.1.3
17582026-03-30T18:03:22.919Z Compiling phf_shared v0.12.1
17592026-03-30T18:03:23.059Z Compiling newline-converter v0.3.0
17602026-03-30T18:03:23.099Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17612026-03-30T18:03:23.178Z Compiling hickory-resolver v0.24.4
17622026-03-30T18:03:23.315Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17632026-03-30T18:03:23.610Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17642026-03-30T18:03:23.653Z Compiling newtype_derive v0.1.6
17652026-03-30T18:03:23.763Z Compiling atomicwrites v0.4.4
17662026-03-30T18:03:24.204Z Compiling unicode-normalization v0.1.25
17672026-03-30T18:03:24.461Z Compiling snafu-derive v0.8.9
17682026-03-30T18:03:24.680Z Compiling console v0.15.11
17692026-03-30T18:03:25.021Z Compiling tokio-stream v0.1.18
17702026-03-30T18:03:25.348Z Compiling async-recursion v1.1.1
17712026-03-30T18:03:25.362Z Compiling slog-dtrace v0.3.0
17722026-03-30T18:03:25.514Z Compiling csv-core v0.1.13
17732026-03-30T18:03:25.596Z Compiling bstr v1.12.1
17742026-03-30T18:03:25.765Z Compiling owo-colors v4.3.0
17752026-03-30T18:03:25.816Z Compiling unicode-width v0.1.14
17762026-03-30T18:03:26.089Z Compiling highway v1.3.0
17772026-03-30T18:03:26.134Z Compiling chrono-tz v0.10.4
17782026-03-30T18:03:26.163Z Compiling unicode-xid v0.2.6
17792026-03-30T18:03:26.176Z Compiling same-file v1.0.6
17802026-03-30T18:03:26.224Z Compiling similar v2.7.0
17812026-03-30T18:03:26.274Z Compiling openssl v0.10.76
17822026-03-30T18:03:26.306Z Compiling foreign-types-shared v0.1.1
17832026-03-30T18:03:26.338Z Compiling cancel-safe-futures v0.1.5
17842026-03-30T18:03:26.343Z Compiling foldhash v0.1.5
17852026-03-30T18:03:26.397Z Compiling foreign-types v0.3.2
17862026-03-30T18:03:26.472Z Compiling hashbrown v0.15.5
17872026-03-30T18:03:26.494Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17882026-03-30T18:03:26.526Z Compiling const_format_proc_macros v0.2.34
17892026-03-30T18:03:26.553Z Compiling walkdir v2.5.0
17902026-03-30T18:03:26.566Z Compiling progenitor v0.13.0
17912026-03-30T18:03:26.594Z Compiling snafu v0.8.9
17922026-03-30T18:03:26.693Z Compiling expectorate v1.2.0
17932026-03-30T18:03:26.894Z Compiling globset v0.4.18
17942026-03-30T18:03:26.944Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17952026-03-30T18:03:26.999Z Compiling csv v1.4.0
17962026-03-30T18:03:27.041Z Compiling qorb v0.4.1
17972026-03-30T18:03:27.203Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17982026-03-30T18:03:27.326Z Compiling olpc-cjson v0.1.4
17992026-03-30T18:03:27.574Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-30T18:03:27.796Z Compiling phf v0.12.1
18012026-03-30T18:03:28.097Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18022026-03-30T18:03:28.383Z Compiling tokio-dtrace v0.1.1
18032026-03-30T18:03:28.479Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18042026-03-30T18:03:28.659Z Compiling libsw-core v0.3.2
18052026-03-30T18:03:28.837Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18062026-03-30T18:03:28.848Z Compiling serde_plain v1.0.2
18072026-03-30T18:03:29.082Z Compiling openssl-macros v0.1.1
18082026-03-30T18:03:29.094Z Compiling pem v3.0.6
18092026-03-30T18:03:29.111Z Compiling cookie v0.18.1
18102026-03-30T18:03:29.192Z Compiling typed-path v0.9.3
18112026-03-30T18:03:29.275Z Compiling fixedbitset v0.5.7
18122026-03-30T18:03:29.336Z Compiling bytecount v0.6.9
18132026-03-30T18:03:29.408Z Compiling fixedbitset v0.4.2
18142026-03-30T18:03:29.447Z Compiling petgraph v0.8.3
18152026-03-30T18:03:29.479Z Compiling papergrid v0.11.0
18162026-03-30T18:03:29.584Z Compiling petgraph v0.6.5
18172026-03-30T18:03:29.690Z Compiling libsw v3.5.0
18182026-03-30T18:03:29.869Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18192026-03-30T18:03:30.547Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-30T18:03:31.139Z Compiling tough v0.20.0
18212026-03-30T18:03:31.240Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-30T18:03:31.277Z Compiling oxide-tokio-rt v0.1.3
18232026-03-30T18:03:31.602Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18242026-03-30T18:03:32.600Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-30T18:03:32.788Z Compiling const_format v0.2.35
18262026-03-30T18:03:33.499Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-30T18:03:34.512Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-30T18:03:34.643Z Compiling gethostname v0.5.0
18292026-03-30T18:03:34.768Z Compiling tabled_derive v0.7.0
18302026-03-30T18:03:34.827Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18312026-03-30T18:03:34.972Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18322026-03-30T18:03:35.014Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-30T18:03:35.085Z Compiling bcs v0.1.6
18342026-03-30T18:03:35.267Z Compiling tagptr v0.2.0
18352026-03-30T18:03:38.952Z Compiling unicode-linebreak v0.1.5
18362026-03-30T18:03:39.100Z Compiling lazy_static v1.5.0
18372026-03-30T18:03:39.100Z Compiling termtree v0.5.1
18382026-03-30T18:03:39.100Z Compiling linear-map v1.2.0
18392026-03-30T18:03:39.100Z Compiling smawk v0.3.2
18402026-03-30T18:03:39.100Z Compiling crunchy v0.2.4
18412026-03-30T18:03:39.100Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-30T18:03:39.100Z Compiling textwrap v0.16.2
18432026-03-30T18:03:39.100Z Compiling tabled v0.15.0
18442026-03-30T18:03:39.100Z Compiling steno v0.4.1
18452026-03-30T18:03:39.100Z Compiling moka v0.12.15
18462026-03-30T18:03:39.100Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-30T18:03:39.100Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-30T18:03:39.100Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-30T18:03:39.100Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18502026-03-30T18:03:39.100Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18512026-03-30T18:03:39.101Z Compiling hickory-proto v0.25.2
18522026-03-30T18:03:39.101Z Compiling humantime v2.3.0
18532026-03-30T18:03:39.110Z Compiling tiny-keccak v2.0.2
18542026-03-30T18:03:39.110Z Compiling num-derive v0.3.3
18552026-03-30T18:03:39.110Z Compiling parking_lot_core v0.8.6
18562026-03-30T18:03:39.111Z Compiling libscf-sys v1.1.0
18572026-03-30T18:03:39.111Z Compiling crc32fast v1.5.0
18582026-03-30T18:03:39.111Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18592026-03-30T18:03:39.111Z Compiling const-random-macro v0.1.16
18602026-03-30T18:03:39.142Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18612026-03-30T18:03:39.242Z Compiling hickory-resolver v0.25.2
18622026-03-30T18:03:39.422Z Compiling ahash v0.8.12
18632026-03-30T18:03:39.503Z Compiling smartstring v1.0.1
18642026-03-30T18:03:39.514Z Compiling const-random v0.1.18
18652026-03-30T18:03:39.589Z Compiling parking_lot v0.11.2
18662026-03-30T18:03:39.907Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18672026-03-30T18:03:39.982Z Compiling fxhash v0.2.1
18682026-03-30T18:03:40.008Z Compiling internet-checksum v0.2.1
18692026-03-30T18:03:40.120Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18702026-03-30T18:03:40.135Z Compiling sled v0.34.7
18712026-03-30T18:03:40.318Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18722026-03-30T18:03:40.384Z Compiling thin-vec v0.2.14
18732026-03-30T18:03:40.664Z Compiling rhai_codegen v3.1.0
18742026-03-30T18:03:40.821Z Compiling sdd v3.0.10
18752026-03-30T18:03:40.885Z Compiling serial_test_derive v3.4.0
18762026-03-30T18:03:41.227Z Compiling scc v2.4.0
18772026-03-30T18:03:41.556Z Compiling nom v8.0.0
18782026-03-30T18:03:41.639Z Compiling diff v0.1.13
18792026-03-30T18:03:41.914Z Compiling rhai v1.24.0
18802026-03-30T18:03:41.948Z Compiling yansi v1.0.1
18812026-03-30T18:03:42.277Z Compiling serial_test v3.4.0
18822026-03-30T18:03:42.322Z Compiling pretty_assertions v1.4.1
18832026-03-30T18:03:45.876Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18842026-03-30T18:03:53.436Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18852026-03-30T18:03:55.021Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18862026-03-30T18:03:56.100Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18872026-03-30T18:03:57.200Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18882026-03-30T18:03:57.973Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18892026-03-30T18:04:00.430Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18902026-03-30T18:04:34.459Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
18912026-03-30T18:04:34.639Z────────────
18922026-03-30T18:04:34.639Z Nextest run ID bf5ff18b-51bf-4538-963f-2c55522ba6d6 with nextest profile: default
18932026-03-30T18:04:34.639Z Starting 150 tests across 1 binary
18942026-03-30T18:04:34.649Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
18952026-03-30T18:04:34.649Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
18962026-03-30T18:04:34.649Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18972026-03-30T18:04:34.654Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18982026-03-30T18:04:34.654Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18992026-03-30T18:04:34.654Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19002026-03-30T18:04:34.654Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19012026-03-30T18:04:34.654Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19022026-03-30T18:04:34.662Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19032026-03-30T18:04:34.665Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19042026-03-30T18:04:34.665Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19052026-03-30T18:04:34.666Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19062026-03-30T18:04:34.666Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19072026-03-30T18:04:34.666Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19082026-03-30T18:04:34.666Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19092026-03-30T18:04:34.666Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19102026-03-30T18:04:34.670Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
19112026-03-30T18:04:34.674Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19122026-03-30T18:04:34.674Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_large
19132026-03-30T18:04:34.674Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19142026-03-30T18:04:34.674Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19152026-03-30T18:04:34.674Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_maximum_length
19162026-03-30T18:04:34.674Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19172026-03-30T18:04:34.674Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19182026-03-30T18:04:34.680Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19192026-03-30T18:04:34.688Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19202026-03-30T18:04:34.688Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19212026-03-30T18:04:34.688Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19222026-03-30T18:04:34.688Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19232026-03-30T18:04:34.688Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19242026-03-30T18:04:34.688Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19252026-03-30T18:04:34.688Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19262026-03-30T18:04:34.698Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19272026-03-30T18:04:34.698Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19282026-03-30T18:04:34.698Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19292026-03-30T18:04:34.698Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19302026-03-30T18:04:34.698Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19312026-03-30T18:04:34.698Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19322026-03-30T18:04:34.698Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19332026-03-30T18:04:34.698Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19342026-03-30T18:04:34.704Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19352026-03-30T18:04:34.704Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19362026-03-30T18:04:34.704Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19372026-03-30T18:04:34.704Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19382026-03-30T18:04:34.704Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19392026-03-30T18:04:34.704Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19402026-03-30T18:04:34.704Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19412026-03-30T18:04:34.704Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19422026-03-30T18:04:34.708Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19432026-03-30T18:04:34.709Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19442026-03-30T18:04:34.709Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19452026-03-30T18:04:34.709Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19462026-03-30T18:04:34.709Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19472026-03-30T18:04:34.715Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19482026-03-30T18:04:34.715Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19492026-03-30T18:04:34.715Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19502026-03-30T18:04:34.718Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19512026-03-30T18:04:34.718Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19522026-03-30T18:04:34.719Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19532026-03-30T18:04:34.719Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19542026-03-30T18:04:34.719Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19552026-03-30T18:04:34.719Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19562026-03-30T18:04:34.719Z PASS [ 0.009s] bgp messages::tests::prefix_within
19572026-03-30T18:04:34.719Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19582026-03-30T18:04:34.725Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19592026-03-30T18:04:34.729Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19602026-03-30T18:04:34.729Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19612026-03-30T18:04:34.729Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19622026-03-30T18:04:34.729Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19632026-03-30T18:04:34.729Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19642026-03-30T18:04:34.729Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19652026-03-30T18:04:34.729Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19662026-03-30T18:04:34.734Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19672026-03-30T18:04:34.734Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19682026-03-30T18:04:34.738Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19692026-03-30T18:04:34.738Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19702026-03-30T18:04:34.738Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19712026-03-30T18:04:34.738Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19722026-03-30T18:04:34.738Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19732026-03-30T18:04:34.738Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19742026-03-30T18:04:34.744Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
19752026-03-30T18:04:34.744Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19762026-03-30T18:04:34.749Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19772026-03-30T18:04:34.749Z PASS [ 0.009s] bgp messages::tests::update_round_trip
19782026-03-30T18:04:34.758Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
19792026-03-30T18:04:34.762Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
19802026-03-30T18:04:34.762Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
19812026-03-30T18:04:34.762Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
19822026-03-30T18:04:34.762Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
19832026-03-30T18:04:34.762Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19842026-03-30T18:04:34.767Z PASS [ 0.022s] bgp policy::test::update_shape_community
19852026-03-30T18:04:34.775Z PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence
19862026-03-30T18:04:34.775Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
19872026-03-30T18:04:34.778Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
19882026-03-30T18:04:34.778Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19892026-03-30T18:04:34.778Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19902026-03-30T18:04:34.778Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19912026-03-30T18:04:34.778Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19922026-03-30T18:04:34.782Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19932026-03-30T18:04:34.789Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
19942026-03-30T18:04:34.793Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19952026-03-30T18:04:34.793Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19962026-03-30T18:04:34.794Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19972026-03-30T18:04:34.799Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
19982026-03-30T18:04:34.803Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19992026-03-30T18:04:34.803Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20002026-03-30T18:04:34.803Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20012026-03-30T18:04:34.803Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20022026-03-30T18:04:34.803Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20032026-03-30T18:04:34.807Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20042026-03-30T18:04:34.807Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20052026-03-30T18:04:34.807Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20062026-03-30T18:04:34.811Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20072026-03-30T18:04:34.811Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20082026-03-30T18:04:34.811Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20092026-03-30T18:04:34.811Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20102026-03-30T18:04:34.815Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20112026-03-30T18:04:34.815Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20122026-03-30T18:04:34.815Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20132026-03-30T18:04:34.821Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20142026-03-30T18:04:34.822Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20152026-03-30T18:04:37.881Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
20162026-03-30T18:04:37.881Z PASS [ 3.066s] bgp test::test_basic_update
20172026-03-30T18:04:37.885Z PASS [ 3.077s] bgp test::test_basic_peering_active
20182026-03-30T18:04:37.885Z PASS [ 3.073s] bgp test::test_basic_peering_passive_tcp
20192026-03-30T18:04:37.908Z PASS [ 3.078s] bgp test::test_basic_update_ipv6_tcp
20202026-03-30T18:04:37.914Z PASS [ 3.078s] bgp test::test_basic_update_tcp
20212026-03-30T18:04:38.876Z PASS [ 4.067s] bgp test::test_basic_peering_passive
20222026-03-30T18:04:38.893Z PASS [ 4.084s] bgp test::test_basic_peering_active_tcp
20232026-03-30T18:04:40.969Z PASS [ 3.074s] bgp test::test_ipv6_basic_peering_active
20242026-03-30T18:04:40.974Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_active_tcp
20252026-03-30T18:04:41.949Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20262026-03-30T18:04:41.959Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv6_peer_success
20272026-03-30T18:04:41.959Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv4_peer_success
20282026-03-30T18:04:41.963Z PASS [ 4.077s] bgp test::test_ipv4_routes_ipv6_peer_success
20292026-03-30T18:04:41.963Z PASS [ 4.077s] bgp test::test_import_export_policy_filtering
20302026-03-30T18:04:41.969Z PASS [ 3.076s] bgp test::test_ipv6_basic_peering_passive_tcp
20312026-03-30T18:04:42.037Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20322026-03-30T18:04:43.057Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp_ipv6
20332026-03-30T18:04:43.057Z PASS [ 1.097s] bgp test::test_three_router_chain_tcp
20342026-03-30T18:04:44.024Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20352026-03-30T18:04:44.119Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20362026-03-30T18:04:44.758Z PASS [ 2.818s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20372026-03-30T18:04:45.045Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20382026-03-30T18:04:46.030Z PASS [ 4.067s] bgp test::test_three_router_chain_unnumbered
20392026-03-30T18:04:47.032Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20402026-03-30T18:04:49.087Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20412026-03-30T18:04:52.127Z PASS [ 9.066s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20422026-03-30T18:04:53.182Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20432026-03-30T18:05:00.100Z PASS [ 18.063s] bgp test::test_unnumbered_interface_lifecycle
20442026-03-30T18:05:00.103Z────────────
20452026-03-30T18:05:00.103Z Summary [ 25.461s] 150 tests run: 150 passed, 0 skipped
20462026-03-30T18:05:00.114Z+ 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/
20472026-03-30T18:05:00.120Z+ popd
20482026-03-30T18:05:00.121Z+ pushd mgd
20492026-03-30T18:05:00.121Z/work/oxidecomputer/maghemite
20502026-03-30T18:05:00.121Z+ pfexec cargo nextest run
20512026-03-30T18:05:00.121Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20522026-03-30T18:05:01.299Z Compiling slog v2.8.2
20532026-03-30T18:05:01.400Z Compiling usdt v0.6.0
20542026-03-30T18:05:01.486Z Compiling typify-impl v0.4.3
20552026-03-30T18:05:01.504Z Compiling proc-macro-error-attr2 v2.0.0
20562026-03-30T18:05:01.522Z Compiling papergrid v0.17.0
20572026-03-30T18:05:01.674Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20582026-03-30T18:05:01.692Z Compiling testing_table v0.3.0
20592026-03-30T18:05:01.789Z Compiling slog-json v2.6.1
20602026-03-30T18:05:01.856Z Compiling slog-term v2.9.2
20612026-03-30T18:05:02.016Z Compiling slog-async v2.8.0
20622026-03-30T18:05:02.129Z Compiling slog-bunyan v2.5.0
20632026-03-30T18:05:02.276Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20642026-03-30T18:05:02.410Z Compiling dropshot v0.16.7
20652026-03-30T18:05:02.479Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20662026-03-30T18:05:02.704Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20672026-03-30T18:05:02.732Z Compiling slog-dtrace v0.3.0
20682026-03-30T18:05:03.046Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20692026-03-30T18:05:03.057Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20702026-03-30T18:05:03.165Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20712026-03-30T18:05:03.587Z Compiling steno v0.4.1
20722026-03-30T18:05:04.250Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20732026-03-30T18:05:04.380Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20742026-03-30T18:05:06.068Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20752026-03-30T18:05:07.125Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20762026-03-30T18:05:07.801Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20772026-03-30T18:05:07.844Z Compiling typify-macro v0.4.3
20782026-03-30T18:05:08.394Z Compiling proc-macro-error2 v2.0.1
20792026-03-30T18:05:08.492Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20802026-03-30T18:05:08.682Z Compiling tabled_derive v0.11.0
20812026-03-30T18:05:08.779Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20822026-03-30T18:05:08.961Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20832026-03-30T18:05:09.035Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20842026-03-30T18:05:09.347Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20852026-03-30T18:05:09.616Z Compiling progenitor-client v0.11.2
20862026-03-30T18:05:09.740Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20872026-03-30T18:05:09.801Z Compiling tabled v0.20.0
20882026-03-30T18:05:09.893Z Compiling typify v0.4.3
20892026-03-30T18:05:09.991Z Compiling progenitor-impl v0.11.2
20902026-03-30T18:05:10.615Z Compiling crc8 v0.1.1
20912026-03-30T18:05:10.735Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20922026-03-30T18:05:11.783Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20932026-03-30T18:05:12.091Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20942026-03-30T18:05:12.349Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20952026-03-30T18:05:12.624Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20962026-03-30T18:05:13.359Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20972026-03-30T18:05:13.585Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20982026-03-30T18:05:13.648Z Compiling progenitor-macro v0.11.2
20992026-03-30T18:05:14.093Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21002026-03-30T18:05:14.623Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21012026-03-30T18:05:15.017Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21022026-03-30T18:05:15.417Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21032026-03-30T18:05:15.633Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21042026-03-30T18:05:15.645Z Compiling dropshot-api-manager-types v0.5.2
21052026-03-30T18:05:16.672Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21062026-03-30T18:05:18.356Z Compiling progenitor v0.11.2
21072026-03-30T18:05:18.452Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21082026-03-30T18:05:21.218Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21092026-03-30T18:05:22.339Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21102026-03-30T18:05:22.339Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21112026-03-30T18:05:23.262Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21122026-03-30T18:05:23.435Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21132026-03-30T18:05:30.940Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21142026-03-30T18:05:38.055Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21152026-03-30T18:05:39.671Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21162026-03-30T18:05:40.760Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21172026-03-30T18:05:41.908Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21182026-03-30T18:05:42.688Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21192026-03-30T18:05:44.135Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21202026-03-30T18:05:44.135Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21212026-03-30T18:05:44.138Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21222026-03-30T18:05:50.773Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21232026-03-30T18:05:52.164Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21242026-03-30T18:05:52.164Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21252026-03-30T18:05:53.380Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21262026-03-30T18:06:22.250Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
21272026-03-30T18:06:22.415Z────────────
21282026-03-30T18:06:22.416Z Nextest run ID 6fbf1892-deff-4c42-a64d-f4153b84b928 with nextest profile: default
21292026-03-30T18:06:22.416Z Starting 32 tests across 1 binary
21302026-03-30T18:06:22.424Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21312026-03-30T18:06:22.432Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21322026-03-30T18:06:22.441Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21332026-03-30T18:06:22.461Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21342026-03-30T18:06:22.480Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21352026-03-30T18:06:22.491Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21362026-03-30T18:06:22.491Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21372026-03-30T18:06:22.491Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21382026-03-30T18:06:22.491Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21392026-03-30T18:06:22.491Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21402026-03-30T18:06:22.491Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21412026-03-30T18:06:22.491Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21422026-03-30T18:06:22.491Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21432026-03-30T18:06:22.491Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21442026-03-30T18:06:22.491Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21452026-03-30T18:06:22.491Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21462026-03-30T18:06:22.491Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21472026-03-30T18:06:22.491Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21482026-03-30T18:06:22.499Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21492026-03-30T18:06:22.499Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21502026-03-30T18:06:22.499Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21512026-03-30T18:06:22.499Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21522026-03-30T18:06:22.499Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21532026-03-30T18:06:22.499Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21542026-03-30T18:06:22.499Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21552026-03-30T18:06:22.499Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21562026-03-30T18:06:22.499Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21572026-03-30T18:06:22.499Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21582026-03-30T18:06:22.520Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21592026-03-30T18:06:22.520Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21602026-03-30T18:06:22.520Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21612026-03-30T18:06:22.520Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21622026-03-30T18:06:22.520Z────────────
21632026-03-30T18:06:22.520Z Summary [ 0.088s] 32 tests run: 32 passed, 0 skipped
21642026-03-30T18:06:22.533Z+ cp apply_remove_entire_group.log /work/
21652026-03-30T18:06:22.533Z+ popd
21662026-03-30T18:06:22.533Z/work/oxidecomputer/maghemite
21672026-03-30T18:06:22.533Zprocess exited: duration 400976 ms, exit code 0
 
21682026-03-30T18:06:22.547Zfound 66 output files
21692026-03-30T18:06:22.547Zuploading: /work/apply_remove_entire_group.log (10829 bytes)
21702026-03-30T18:06:23.588Zuploaded: /work/apply_remove_entire_group.log
21712026-03-30T18:06:23.588Zuploading: /work/dualstack_routes.log (114394 bytes)
21722026-03-30T18:06:25.520Zuploaded: /work/dualstack_routes.log
21732026-03-30T18:06:25.520Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2401 bytes)
21742026-03-30T18:06:26.556Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21752026-03-30T18:06:26.556Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1525 bytes)
21762026-03-30T18:06:27.568Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21772026-03-30T18:06:27.568Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2027 bytes)
21782026-03-30T18:06:28.586Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21792026-03-30T18:06:28.586Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2267 bytes)
21802026-03-30T18:06:29.616Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21812026-03-30T18:06:29.616Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2260 bytes)
21822026-03-30T18:06:30.626Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21832026-03-30T18:06:30.626Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2255 bytes)
21842026-03-30T18:06:31.639Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21852026-03-30T18:06:31.639Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2268 bytes)
21862026-03-30T18:06:33.318Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21872026-03-30T18:06:33.318Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2252 bytes)
21882026-03-30T18:06:34.930Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21892026-03-30T18:06:34.930Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2213 bytes)
21902026-03-30T18:06:36.080Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21912026-03-30T18:06:36.081Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2297 bytes)
21922026-03-30T18:06:37.137Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21932026-03-30T18:06:37.137Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2343 bytes)
21942026-03-30T18:06:38.170Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21952026-03-30T18:06:38.170Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2422 bytes)
21962026-03-30T18:06:39.198Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21972026-03-30T18:06:39.198Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3791 bytes)
21982026-03-30T18:06:40.223Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
21992026-03-30T18:06:40.223Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3461 bytes)
22002026-03-30T18:06:42.135Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22012026-03-30T18:06:42.135Zuploading: /work/multiple_unnumbered.log (134036 bytes)
22022026-03-30T18:06:43.164Zuploaded: /work/multiple_unnumbered.log
22032026-03-30T18:06:43.164Zuploading: /work/ndp_change_reset.log (67804 bytes)
22042026-03-30T18:06:44.199Zuploaded: /work/ndp_change_reset.log
22052026-03-30T18:06:44.200Zuploading: /work/ndp_changes.log (86567 bytes)
22062026-03-30T18:06:45.223Zuploaded: /work/ndp_changes.log
22072026-03-30T18:06:45.223Zuploading: /work/r1.test_basic_peering_active.log (40032 bytes)
22082026-03-30T18:06:46.244Zuploaded: /work/r1.test_basic_peering_active.log
22092026-03-30T18:06:46.245Zuploading: /work/r1.test_basic_peering_active_tcp.log (48671 bytes)
22102026-03-30T18:06:47.261Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22112026-03-30T18:06:47.261Zuploading: /work/r1.test_basic_peering_passive.log (32746 bytes)
22122026-03-30T18:06:48.292Zuploaded: /work/r1.test_basic_peering_passive.log
22132026-03-30T18:06:48.292Zuploading: /work/r1.test_basic_peering_passive_tcp.log (37207 bytes)
22142026-03-30T18:06:49.323Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22152026-03-30T18:06:49.323Zuploading: /work/r1.test_basic_update.log (58666 bytes)
22162026-03-30T18:06:51.483Zuploaded: /work/r1.test_basic_update.log
22172026-03-30T18:06:51.515Zuploading: /work/r1.test_basic_update_ipv6.log (27074 bytes)
22182026-03-30T18:06:52.567Zuploaded: /work/r1.test_basic_update_ipv6.log
22192026-03-30T18:06:52.567Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29543 bytes)
22202026-03-30T18:06:53.584Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22212026-03-30T18:06:53.584Zuploading: /work/r1.test_basic_update_tcp.log (29714 bytes)
22222026-03-30T18:06:54.616Zuploaded: /work/r1.test_basic_update_tcp.log
22232026-03-30T18:06:54.616Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (42743 bytes)
22242026-03-30T18:06:55.647Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22252026-03-30T18:06:55.647Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (41626 bytes)
22262026-03-30T18:06:56.668Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22272026-03-30T18:06:56.668Zuploading: /work/r1.test_import_export_policy_filtering.log (39602 bytes)
22282026-03-30T18:06:57.695Zuploaded: /work/r1.test_import_export_policy_filtering.log
22292026-03-30T18:06:57.695Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (33899 bytes)
22302026-03-30T18:06:58.707Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22312026-03-30T18:06:58.707Zuploading: /work/r1.test_ipv6_basic_peering_active.log (39961 bytes)
22322026-03-30T18:06:59.727Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22332026-03-30T18:06:59.727Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48560 bytes)
22342026-03-30T18:07:00.744Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22352026-03-30T18:07:00.744Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32381 bytes)
22362026-03-30T18:07:01.760Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22372026-03-30T18:07:01.760Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (37136 bytes)
22382026-03-30T18:07:02.781Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22392026-03-30T18:07:02.781Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35009 bytes)
22402026-03-30T18:07:03.820Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22412026-03-30T18:07:03.820Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28280 bytes)
22422026-03-30T18:07:04.845Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22432026-03-30T18:07:04.845Zuploading: /work/r1.test_three_router_chain_tcp.log (24824 bytes)
22442026-03-30T18:07:05.860Zuploaded: /work/r1.test_three_router_chain_tcp.log
22452026-03-30T18:07:05.860Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24495 bytes)
22462026-03-30T18:07:06.887Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22472026-03-30T18:07:06.888Zuploading: /work/r2.test_basic_peering_active.log (36695 bytes)
22482026-03-30T18:07:07.904Zuploaded: /work/r2.test_basic_peering_active.log
22492026-03-30T18:07:07.904Zuploading: /work/r2.test_basic_peering_active_tcp.log (44452 bytes)
22502026-03-30T18:07:08.919Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22512026-03-30T18:07:08.919Zuploading: /work/r2.test_basic_peering_passive.log (43053 bytes)
22522026-03-30T18:07:09.936Zuploaded: /work/r2.test_basic_peering_passive.log
22532026-03-30T18:07:09.936Zuploading: /work/r2.test_basic_peering_passive_tcp.log (44868 bytes)
22542026-03-30T18:07:10.946Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22552026-03-30T18:07:10.946Zuploading: /work/r2.test_basic_update.log (57162 bytes)
22562026-03-30T18:07:11.957Zuploaded: /work/r2.test_basic_update.log
22572026-03-30T18:07:11.957Zuploading: /work/r2.test_basic_update_ipv6.log (25923 bytes)
22582026-03-30T18:07:12.976Zuploaded: /work/r2.test_basic_update_ipv6.log
22592026-03-30T18:07:12.976Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32325 bytes)
22602026-03-30T18:07:13.990Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22612026-03-30T18:07:13.990Zuploading: /work/r2.test_basic_update_tcp.log (32327 bytes)
22622026-03-30T18:07:15.007Zuploaded: /work/r2.test_basic_update_tcp.log
22632026-03-30T18:07:15.007Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43900 bytes)
22642026-03-30T18:07:16.022Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22652026-03-30T18:07:16.022Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43352 bytes)
22662026-03-30T18:07:17.040Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22672026-03-30T18:07:17.040Zuploading: /work/r2.test_import_export_policy_filtering.log (37752 bytes)
22682026-03-30T18:07:18.060Zuploaded: /work/r2.test_import_export_policy_filtering.log
22692026-03-30T18:07:18.060Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38618 bytes)
22702026-03-30T18:07:19.081Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22712026-03-30T18:07:19.082Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36700 bytes)
22722026-03-30T18:07:20.101Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22732026-03-30T18:07:20.101Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44250 bytes)
22742026-03-30T18:07:21.133Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22752026-03-30T18:07:21.133Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40512 bytes)
22762026-03-30T18:07:22.152Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22772026-03-30T18:07:22.152Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (45567 bytes)
22782026-03-30T18:07:23.163Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22792026-03-30T18:07:23.163Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (37704 bytes)
22802026-03-30T18:07:24.177Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22812026-03-30T18:07:24.177Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (27654 bytes)
22822026-03-30T18:07:25.187Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22832026-03-30T18:07:25.188Zuploading: /work/r2.test_three_router_chain_tcp.log (47501 bytes)
22842026-03-30T18:07:26.196Zuploaded: /work/r2.test_three_router_chain_tcp.log
22852026-03-30T18:07:26.197Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (43645 bytes)
22862026-03-30T18:07:27.209Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22872026-03-30T18:07:27.209Zuploading: /work/r3.test_three_router_chain_tcp.log (24535 bytes)
22882026-03-30T18:07:28.225Zuploaded: /work/r3.test_three_router_chain_tcp.log
22892026-03-30T18:07:28.225Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (20979 bytes)
22902026-03-30T18:07:29.241Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22912026-03-30T18:07:29.241Zuploading: /work/same_linklocal.log (154623 bytes)
22922026-03-30T18:07:30.257Zuploaded: /work/same_linklocal.log
22932026-03-30T18:07:30.257Zuploading: /work/three_chain.log (107321 bytes)
22942026-03-30T18:07:31.270Zuploaded: /work/three_chain.log
22952026-03-30T18:07:31.270Zuploading: /work/unnumbered_expiry.log (85490 bytes)
22962026-03-30T18:07:32.282Zuploaded: /work/unnumbered_expiry.log
22972026-03-30T18:07:32.282Zuploading: /work/unnumbered_interface_lifecycle.log (123982 bytes)
22982026-03-30T18:07:33.297Zuploaded: /work/unnumbered_interface_lifecycle.log
22992026-03-30T18:07:33.297Zuploading: /work/unnumbered_peer_change.log (76263 bytes)
23002026-03-30T18:07:34.307Zuploaded: /work/unnumbered_peer_change.log