01KNTRPXWAW87KN456K4B573HF: 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: 01KNTRQ9MFP1A33ANTKZN4SZSN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T04:01:21.059Zjob assigned to worker 01KNTRRXZ036V0R2G3QVYBHW1Q [factory aws, i-0e4a86d13e882436d] (queued for 1 m 41 s)
 
22026-04-10T04:01:27.510Zstarting task 0: "setup"
32026-04-10T04:01:27.515Z++ uname -s
42026-04-10T04:01:27.519Z+ kern=SunOS
52026-04-10T04:01:27.519Z+ build_user=build
62026-04-10T04:01:27.519Z+ build_uid=12345
72026-04-10T04:01:27.519Z+ work_dir=/work
82026-04-10T04:01:27.519Z+ input_dir=/input
92026-04-10T04:01:27.519Z+ [[ 0 == 12345 ]]
102026-04-10T04:01:27.519Z+ case "$kern" in
112026-04-10T04:01:27.519Z+ groupadd -g 12345 build
122026-04-10T04:01:27.519Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T04:01:29.524Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T04:01:29.593Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T04:01:29.597Z+ home_fs=zfs
162026-04-10T04:01:29.597Z+ [[ zfs == autofs ]]
172026-04-10T04:01:29.597Z+ mkdir -p /home/build
182026-04-10T04:01:29.597Z+ chown build:build /home/build /work
192026-04-10T04:01:31.598Z+ chmod 0700 /home/build /work
202026-04-10T04:01:31.603Zprocess exited: duration 4088 ms, exit code 0
 
212026-04-10T04:01:31.609Zstarting task 1: "rust-toolchain"
222026-04-10T04:01:31.613Z * rust toolchain channel = "stable"
232026-04-10T04:01:31.613Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-04-10T04:01:31.613Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-10T04:01:31.613Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-10T04:01:31.614Z * rust toolchain profile = "default"
272026-04-10T04:01:31.614Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T04:01:31.618Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T04:01:31.618Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T04:01:31.725Zinfo: downloading installer
312026-04-10T04:01:33.249Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T04:01:33.249Zwarn: /opt/ooce/bin
332026-04-10T04:01:33.249Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T04:01:33.249Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T04:01:33.249Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T04:01:33.249Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T04:01:33.249Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T04:01:33.249Zerror: cannot install while Rust is installed
392026-04-10T04:01:33.249Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T04:01:33.249Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T04:01:33.249Zwarn: /home/build/.rustup/settings.toml
422026-04-10T04:01:33.249Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T04:01:33.249Zwarn: instead of the one inferred from the default host triple.
442026-04-10T04:01:33.262Zinfo: profile set to default
452026-04-10T04:01:33.262Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T04:01:33.266Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T04:01:33.407Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T04:01:33.411Zinfo: downloading 6 components
492026-04-10T04:01:48.233Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-10T04:01:48.233Z
512026-04-10T04:01:48.263Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T04:01:48.263Z
532026-04-10T04:01:48.263Z
542026-04-10T04:01:48.263ZRust is installed now. Great!
552026-04-10T04:01:48.263Z
562026-04-10T04:01:48.267ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T04:01:48.267Zenvironment variable. This has not been done automatically.
582026-04-10T04:01:48.267Z
592026-04-10T04:01:48.267ZTo configure your current shell, you need to source
602026-04-10T04:01:48.267Zthe corresponding env file under $HOME/.cargo.
612026-04-10T04:01:48.267Z
622026-04-10T04:01:48.267ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T04:01:48.267Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T04:01:48.267Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T04:01:48.267Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T04:01:48.267Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T04:01:48.267Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T04:01:48.267Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T04:01:48.267Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T04:01:48.267Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T04:01:48.352Z+ rustup --version
722026-04-10T04:01:48.361Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T04:01:48.364Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T04:01:48.382Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T04:01:48.385Z+ cargo --version
762026-04-10T04:01:48.397Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T04:01:48.401Z+ rustc --version
782026-04-10T04:01:48.419Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T04:01:48.423Zprocess exited: duration 16810 ms, exit code 0
 
802026-04-10T04:01:48.430Zstarting task 2: "authentication"
812026-04-10T04:01:48.446Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T04:01:48.453Zstarting task 3: "clone repository"
832026-04-10T04:01:48.456Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-10T04:01:48.459Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-10T04:01:48.564ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-10T04:01:49.446Z+ cd /work/oxidecomputer/maghemite
872026-04-10T04:01:49.446Z+ git fetch origin ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1
882026-04-10T04:01:49.660ZFrom https://github.com/oxidecomputer/maghemite
892026-04-10T04:01:49.660Z * branch ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1 -> FETCH_HEAD
902026-04-10T04:01:49.664Z+ [[ -n '' ]]
912026-04-10T04:01:49.664Z+ git reset --hard ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1
922026-04-10T04:01:49.681ZHEAD is now at ed5d4fd Update opte to b60decb
932026-04-10T04:01:49.685Zprocess exited: duration 1229 ms, exit code 0
 
942026-04-10T04:01:49.691Zstarting task 4: "build"
952026-04-10T04:01:49.696Z+ set -e
962026-04-10T04:01:49.696Z+ source .github/buildomat/test-common.sh
972026-04-10T04:01:49.696Z++ NEXTEST_VERSION=0.9.97
982026-04-10T04:01:49.696Z++ PLATFORM=illumos
992026-04-10T04:01:49.696Z++ banner install
1002026-04-10T04:01:49.699Z
1012026-04-10T04:01:49.699Z # # # #### ##### ## # #
1022026-04-10T04:01:49.699Z # ## # # # # # # #
1032026-04-10T04:01:49.699Z # # # # #### # # # # #
1042026-04-10T04:01:49.699Z # # # # # # ###### # #
1052026-04-10T04:01:49.699Z # # ## # # # # # # #
1062026-04-10T04:01:49.699Z # # # #### # # # ###### ######
1072026-04-10T04:01:49.699Z
1082026-04-10T04:01:49.699Z++ set +o errexit
1092026-04-10T04:01:49.699Z++ pkg info clang-15
1102026-04-10T04:01:49.699Z++ grep -qi installed
1112026-04-10T04:01:51.359Zpkg: info: no packages matching the following patterns you specified are
1122026-04-10T04:01:51.359Zinstalled on the system. Try querying remotely instead:
1132026-04-10T04:01:51.359Z
1142026-04-10T04:01:51.359Z clang-15
1152026-04-10T04:01:51.401Z++ [[ 1 != 0 ]]
1162026-04-10T04:01:51.401Z++ set -o errexit
1172026-04-10T04:01:51.401Z++ pfexec pkg install clang-15
1182026-04-10T04:01:59.538Z Startup: Refreshing catalog 'helios-dev' ... Done
1192026-04-10T04:02:06.659Z Startup: Caching catalogs ... Done
1202026-04-10T04:02:11.656ZPlanning: Solver setup ... Done
1212026-04-10T04:02:11.679ZPlanning: Running solver ... Done
1222026-04-10T04:02:11.801ZPlanning: Finding local manifests ... Done
1232026-04-10T04:02:11.824ZPlanning: Fetching manifests: 0/2 0% complete
1242026-04-10T04:02:11.922ZPlanning: Fetching manifests: 2/2 100% complete
1252026-04-10T04:02:11.951ZPlanning: Package planning ... Done
1262026-04-10T04:02:11.977ZPlanning: Merging actions ... Done
1272026-04-10T04:02:12.120ZPlanning: Checking for conflicting actions ... Done
1282026-04-10T04:02:12.127ZPlanning: Consolidating action changes ... Done
1292026-04-10T04:02:14.135ZPlanning: Evaluating mediators ... Done
1302026-04-10T04:02:14.140ZPlanning: Planning completed in 7.32 seconds
1312026-04-10T04:02:14.152Z Packages to install: 2
1322026-04-10T04:02:14.152Z Mediators to change: 2
1332026-04-10T04:02:14.155Z Services to change: 1
1342026-04-10T04:02:14.155Z Create boot environment: No
1352026-04-10T04:02:14.155ZCreate backup boot environment: No
1362026-04-10T04:02:14.224Z
1372026-04-10T04:02:14.224ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1382026-04-10T04:02:19.225ZDownload: 2163/3076 items 118.7/211.3MB 56% complete (24.0M/s)
1392026-04-10T04:02:22.264ZDownload: Completed 211.31 MB in 8.04 seconds (26.3M/s)
1402026-04-10T04:02:23.104Z Actions: 1/3418 actions (Installing new actions)
1412026-04-10T04:02:26.501Z Actions: Completed 3418 actions in 3.40 seconds.
1422026-04-10T04:02:26.784Z Done
1432026-04-10T04:02:26.784Z Done
1442026-04-10T04:02:27.499Z Done
1452026-04-10T04:02:31.053Z Done
1462026-04-10T04:02:31.160Z Done
1472026-04-10T04:02:31.164Z Done
1482026-04-10T04:02:31.288Z Done
1492026-04-10T04:02:31.922Z++ set -o errexit
1502026-04-10T04:02:31.922Z++ cargo --version
1512026-04-10T04:02:31.928Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1522026-04-10T04:02:32.090Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1532026-04-10T04:02:32.094Zinfo: downloading 6 components
1542026-04-10T04:02:47.709Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1552026-04-10T04:02:47.712Z++ rustc --version
1562026-04-10T04:02:47.739Zrustc 1.94.1 (e408947bf 2026-03-25)
1572026-04-10T04:02:47.743Z++ cargo install cargo-nextest --version 0.9.97
1582026-04-10T04:02:47.785Z Updating crates.io index
1592026-04-10T04:02:47.893Z Downloading crates ...
1602026-04-10T04:02:47.959Z Downloaded cargo-nextest v0.9.97
1612026-04-10T04:02:48.014Z Installing cargo-nextest v0.9.97
1622026-04-10T04:02:48.055Z Updating crates.io index
1632026-04-10T04:02:50.686Z Locking 407 packages to latest compatible versions
1642026-04-10T04:02:50.690Z Adding dialoguer v0.11.0 (available: v0.12.0)
1652026-04-10T04:02:50.690Z Adding duct v0.13.7 (available: v1.1.1)
1662026-04-10T04:02:50.690Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1672026-04-10T04:02:50.690Z Adding generic-array v0.14.7 (available: v0.14.9)
1682026-04-10T04:02:50.695Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1692026-04-10T04:02:50.695Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1702026-04-10T04:02:50.695Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1712026-04-10T04:02:50.699Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1722026-04-10T04:02:50.699Z Adding quick-junit v0.5.2 (available: v0.6.0)
1732026-04-10T04:02:50.716Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1742026-04-10T04:02:50.728Z Downloading crates ...
1752026-04-10T04:02:50.840Z Downloaded anstyle-parse v1.0.0
1762026-04-10T04:02:50.844Z Downloaded backtrace-ext v0.2.1
1772026-04-10T04:02:50.844Z Downloaded atomicwrites v0.4.4
1782026-04-10T04:02:50.844Z Downloaded autocfg v1.5.0
1792026-04-10T04:02:50.844Z Downloaded fnv v1.0.7
1802026-04-10T04:02:50.844Z Downloaded cfg-expr v0.20.7
1812026-04-10T04:02:50.845Z Downloaded block-buffer v0.10.4
1822026-04-10T04:02:50.845Z Downloaded adler2 v2.0.1
1832026-04-10T04:02:50.845Z Downloaded home v0.5.12
1842026-04-10T04:02:50.849Z Downloaded base64ct v1.8.3
1852026-04-10T04:02:50.849Z Downloaded iana-time-zone v0.1.65
1862026-04-10T04:02:50.853Z Downloaded crc32fast v1.5.0
1872026-04-10T04:02:50.853Z Downloaded const-oid v0.9.6
1882026-04-10T04:02:50.857Z Downloaded hyper-tls v0.6.0
1892026-04-10T04:02:50.857Z Downloaded hyper-rustls v0.27.7
1902026-04-10T04:02:50.857Z Downloaded humantime v2.3.0
1912026-04-10T04:02:50.861Z Downloaded async-scoped v0.9.0
1922026-04-10T04:02:50.861Z Downloaded eyre v0.6.12
1932026-04-10T04:02:50.866Z Downloaded addr2line v0.25.1
1942026-04-10T04:02:50.866Z Downloaded http v1.4.0
1952026-04-10T04:02:50.876Z Downloaded anstyle v1.0.14
1962026-04-10T04:02:50.880Z Downloaded bstr v1.12.1
1972026-04-10T04:02:50.884Z Downloaded nextest-metadata v0.12.2
1982026-04-10T04:02:50.888Z Downloaded futures-sink v0.3.32
1992026-04-10T04:02:50.888Z Downloaded futures-core v0.3.32
2002026-04-10T04:02:50.892Z Downloaded hyper-util v0.1.20
2012026-04-10T04:02:50.896Z Downloaded idna v1.1.0
2022026-04-10T04:02:50.896Z Downloaded serde_spanned v1.1.1
2032026-04-10T04:02:50.900Z Downloaded litrs v1.0.0
2042026-04-10T04:02:50.900Z Downloaded is_ci v1.2.0
2052026-04-10T04:02:50.905Z Downloaded futures-io v0.3.32
2062026-04-10T04:02:50.905Z Downloaded form_urlencoded v1.2.2
2072026-04-10T04:02:50.906Z Downloaded cargo-platform v0.3.2
2082026-04-10T04:02:50.906Z Downloaded equivalent v1.0.2
2092026-04-10T04:02:50.915Z Downloaded atomic-waker v1.1.2
2102026-04-10T04:02:50.915Z Downloaded hyper v1.9.0
2112026-04-10T04:02:50.915Z Downloaded hashbrown v0.17.0
2122026-04-10T04:02:50.921Z Downloaded futures-executor v0.3.32
2132026-04-10T04:02:50.921Z Downloaded cfg_aliases v0.2.1
2142026-04-10T04:02:50.921Z Downloaded cargo-util-schemas v0.2.0
2152026-04-10T04:02:50.921Z Downloaded generic-array v0.14.7
2162026-04-10T04:02:50.928Z Downloaded anstyle-query v1.1.5
2172026-04-10T04:02:50.928Z Downloaded foreign-types-shared v0.1.1
2182026-04-10T04:02:50.928Z Downloaded guppy-workspace-hack v0.1.0
2192026-04-10T04:02:50.934Z Downloaded futures-macro v0.3.32
2202026-04-10T04:02:50.935Z Downloaded clap_lex v1.1.0
2212026-04-10T04:02:50.935Z Downloaded cpufeatures v0.2.17
2222026-04-10T04:02:50.935Z Downloaded indent_write v2.2.0
2232026-04-10T04:02:50.942Z Downloaded openssl-probe v0.2.1
2242026-04-10T04:02:50.942Z Downloaded pathdiff v0.2.3
2252026-04-10T04:02:50.942Z Downloaded itoa v1.0.18
2262026-04-10T04:02:50.942Z Downloaded cargo-platform v0.2.0
2272026-04-10T04:02:50.942Z Downloaded foreign-types v0.3.2
2282026-04-10T04:02:50.946Z Downloaded duct v0.13.7
2292026-04-10T04:02:50.946Z Downloaded number_prefix v0.4.0
2302026-04-10T04:02:50.946Z Downloaded percent-encoding v2.3.2
2312026-04-10T04:02:50.946Z Downloaded miette-derive v7.6.0
2322026-04-10T04:02:50.946Z Downloaded openssl-macros v0.1.1
2332026-04-10T04:02:50.946Z Downloaded indenter v0.3.4
2342026-04-10T04:02:50.950Z Downloaded base64 v0.22.1
2352026-04-10T04:02:50.950Z Downloaded quote v1.0.45
2362026-04-10T04:02:50.953Z Downloaded color-spantrace v0.3.0
2372026-04-10T04:02:50.953Z Downloaded nextest-workspace-hack v0.1.0
2382026-04-10T04:02:50.953Z Downloaded hex v0.4.3
2392026-04-10T04:02:50.957Z Downloaded debug-ignore v1.0.5
2402026-04-10T04:02:50.957Z Downloaded is_terminal_polyfill v1.70.2
2412026-04-10T04:02:50.961Z Downloaded heck v0.5.0
2422026-04-10T04:02:50.965Z Downloaded colorchoice v1.0.5
2432026-04-10T04:02:50.965Z Downloaded crypto-common v0.1.7
2442026-04-10T04:02:50.969Z Downloaded serde-value v0.7.0
2452026-04-10T04:02:50.969Z Downloaded errno v0.3.14
2462026-04-10T04:02:50.974Z Downloaded future-queue v0.4.0
2472026-04-10T04:02:50.980Z Downloaded either v1.15.0
2482026-04-10T04:02:50.980Z Downloaded lru-slab v0.1.2
2492026-04-10T04:02:50.985Z Downloaded ed25519 v2.2.3
2502026-04-10T04:02:50.985Z Downloaded digest v0.10.7
2512026-04-10T04:02:50.985Z Downloaded nested v0.1.1
2522026-04-10T04:02:50.985Z Downloaded jobserver v0.1.34
2532026-04-10T04:02:50.985Z Downloaded serde_ignored v0.1.14
2542026-04-10T04:02:50.989Z Downloaded cfg-if v1.0.4
2552026-04-10T04:02:50.989Z Downloaded enable-ansi-support v0.2.1
2562026-04-10T04:02:50.989Z Downloaded rand_core v0.6.4
2572026-04-10T04:02:50.989Z Downloaded pin-project-internal v1.1.11
2582026-04-10T04:02:50.989Z Downloaded native-tls v0.2.18
2592026-04-10T04:02:50.993Z Downloaded mukti-metadata v0.3.0
2602026-04-10T04:02:50.993Z Downloaded document-features v0.2.12
2612026-04-10T04:02:50.997Z Downloaded cargo_metadata v0.20.0
2622026-04-10T04:02:51.002Z Downloaded filetime v0.2.27
2632026-04-10T04:02:51.006Z Downloaded curve25519-dalek-derive v0.1.1
2642026-04-10T04:02:51.006Z Downloaded rustc-hash v2.1.2
2652026-04-10T04:02:51.006Z Downloaded foldhash v0.1.5
2662026-04-10T04:02:51.010Z Downloaded erased-serde v0.4.10
2672026-04-10T04:02:51.010Z Downloaded humantime-serde v1.1.1
2682026-04-10T04:02:51.010Z Downloaded ordered-float v2.10.1
2692026-04-10T04:02:51.014Z Downloaded rustc_version v0.4.1
2702026-04-10T04:02:51.017Z Downloaded futures-task v0.3.32
2712026-04-10T04:02:51.020Z Downloaded fixedbitset v0.5.7
2722026-04-10T04:02:51.020Z Downloaded shared_child v1.1.1
2732026-04-10T04:02:51.024Z Downloaded supports-color v3.0.2
2742026-04-10T04:02:51.025Z Downloaded serde_spanned v0.6.9
2752026-04-10T04:02:51.025Z Downloaded os_pipe v1.2.3
2762026-04-10T04:02:51.029Z Downloaded anstream v1.0.0
2772026-04-10T04:02:51.029Z Downloaded rand_chacha v0.9.0
2782026-04-10T04:02:51.029Z Downloaded globset v0.4.18
2792026-04-10T04:02:51.033Z Downloaded owo-colors v4.3.0
2802026-04-10T04:02:51.033Z Downloaded find-msvc-tools v0.1.9
2812026-04-10T04:02:51.033Z Downloaded fastrand v2.4.1
2822026-04-10T04:02:51.033Z Downloaded pkg-config v0.3.32
2832026-04-10T04:02:51.036Z Downloaded swrite v0.1.0
2842026-04-10T04:02:51.037Z Downloaded ppv-lite86 v0.2.21
2852026-04-10T04:02:51.037Z Downloaded pin-project-lite v0.2.17
2862026-04-10T04:02:51.041Z Downloaded serde_urlencoded v0.7.1
2872026-04-10T04:02:51.041Z Downloaded newtype-uuid v1.3.2
2882026-04-10T04:02:51.041Z Downloaded dialoguer v0.11.0
2892026-04-10T04:02:51.045Z Downloaded sync_wrapper v1.0.2
2902026-04-10T04:02:51.046Z Downloaded camino-tempfile v1.4.1
2912026-04-10T04:02:51.046Z Downloaded rand_core v0.9.5
2922026-04-10T04:02:51.050Z Downloaded signature v2.2.0
2932026-04-10T04:02:51.050Z Downloaded subtle v2.6.1
2942026-04-10T04:02:51.050Z Downloaded http-body v1.0.1
2952026-04-10T04:02:51.050Z Downloaded terminal_size v0.4.4
2962026-04-10T04:02:51.050Z Downloaded http-body-util v0.1.3
2972026-04-10T04:02:51.054Z Downloaded supports-unicode v3.0.0
2982026-04-10T04:02:51.054Z Downloaded pkcs8 v0.10.2
2992026-04-10T04:02:51.054Z Downloaded parking_lot_core v0.9.12
3002026-04-10T04:02:51.057Z Downloaded convert_case v0.10.0
3012026-04-10T04:02:51.061Z Downloaded tokio-macros v2.7.0
3022026-04-10T04:02:51.065Z Downloaded tinyvec_macros v0.1.1
3032026-04-10T04:02:51.065Z Downloaded lazy_static v1.5.0
3042026-04-10T04:02:51.068Z Downloaded idna_adapter v1.0.0
3052026-04-10T04:02:51.072Z Downloaded tower-layer v0.3.3
3062026-04-10T04:02:51.072Z Downloaded signal-hook-registry v1.4.8
3072026-04-10T04:02:51.076Z Downloaded sha2 v0.10.9
3082026-04-10T04:02:51.080Z Downloaded futures-channel v0.3.32
3092026-04-10T04:02:51.083Z Downloaded camino v1.2.2
3102026-04-10T04:02:51.083Z Downloaded strsim v0.11.1
3112026-04-10T04:02:51.083Z Downloaded serde_path_to_error v0.1.20
3122026-04-10T04:02:51.087Z Downloaded semver v1.0.28
3132026-04-10T04:02:51.091Z Downloaded scopeguard v1.2.0
3142026-04-10T04:02:51.091Z Downloaded lock_api v0.4.14
3152026-04-10T04:02:51.091Z Downloaded static_assertions v1.1.0
3162026-04-10T04:02:51.095Z Downloaded smol_str v0.3.6
3172026-04-10T04:02:51.095Z Downloaded tower-service v0.3.3
3182026-04-10T04:02:51.098Z Downloaded httparse v1.10.1
3192026-04-10T04:02:51.103Z Downloaded self_update v0.42.0
3202026-04-10T04:02:51.106Z Downloaded self-replace v1.5.0
3212026-04-10T04:02:51.107Z Downloaded spki v0.7.3
3222026-04-10T04:02:51.107Z Downloaded parking_lot v0.12.5
3232026-04-10T04:02:51.107Z Downloaded console v0.15.11
3242026-04-10T04:02:51.113Z Downloaded ahash v0.8.12
3252026-04-10T04:02:51.116Z Downloaded unicode-linebreak v0.1.5
3262026-04-10T04:02:51.116Z Downloaded try-lock v0.2.5
3272026-04-10T04:02:51.116Z Downloaded serde-untagged v0.1.9
3282026-04-10T04:02:51.116Z Downloaded unicode-xid v0.2.6
3292026-04-10T04:02:51.119Z Downloaded shell-words v1.1.1
3302026-04-10T04:02:51.120Z Downloaded typeid v1.0.3
3312026-04-10T04:02:51.120Z Downloaded rustix v0.38.44
3322026-04-10T04:02:51.131Z Downloaded utf8_iter v1.0.4
3332026-04-10T04:02:51.135Z Downloaded urlencoding v2.1.3
3342026-04-10T04:02:51.136Z Downloaded untrusted v0.9.0
3352026-04-10T04:02:51.136Z Downloaded toml_write v0.1.2
3362026-04-10T04:02:51.136Z Downloaded utf8parse v0.2.2
3372026-04-10T04:02:51.140Z Downloaded thiserror-impl v1.0.69
3382026-04-10T04:02:51.140Z Downloaded target-lexicon v0.13.3
3392026-04-10T04:02:51.140Z Downloaded supports-hyperlinks v3.2.0
3402026-04-10T04:02:51.140Z Downloaded strip-ansi-escapes v0.2.1
3412026-04-10T04:02:51.140Z Downloaded once_cell v1.21.4
3422026-04-10T04:02:51.140Z Downloaded thread_local v1.1.9
3432026-04-10T04:02:51.145Z Downloaded thiserror v2.0.18
3442026-04-10T04:02:51.149Z Downloaded toml_writer v1.1.1+spec-1.1.0
3452026-04-10T04:02:51.149Z Downloaded toml_datetime v0.6.11
3462026-04-10T04:02:51.149Z Downloaded rustc-demangle v0.1.27
3472026-04-10T04:02:51.149Z Downloaded want v0.3.1
3482026-04-10T04:02:51.149Z Downloaded thiserror v1.0.69
3492026-04-10T04:02:51.155Z Downloaded rustls-pki-types v1.14.0
3502026-04-10T04:02:51.155Z Downloaded quinn-udp v0.5.14
3512026-04-10T04:02:51.155Z Downloaded cargo_metadata v0.23.1
3522026-04-10T04:02:51.155Z Downloaded signal-hook-mio v0.2.5
3532026-04-10T04:02:51.160Z Downloaded sigchld v0.2.4
3542026-04-10T04:02:51.160Z Downloaded shlex v1.3.0
3552026-04-10T04:02:51.160Z Downloaded getrandom v0.2.17
3562026-04-10T04:02:51.160Z Downloaded miniz_oxide v0.8.9
3572026-04-10T04:02:51.165Z Downloaded clap_derive v4.6.0
3582026-04-10T04:02:51.165Z Downloaded bitflags v2.11.0
3592026-04-10T04:02:51.165Z Downloaded futures v0.3.32
3602026-04-10T04:02:51.169Z Downloaded version_check v0.9.5
3612026-04-10T04:02:51.169Z Downloaded ryu v1.0.23
3622026-04-10T04:02:51.169Z Downloaded tracing-error v0.2.1
3632026-04-10T04:02:51.173Z Downloaded tracing-log v0.2.0
3642026-04-10T04:02:51.173Z Downloaded proc-macro2 v1.0.106
3652026-04-10T04:02:51.173Z Downloaded pin-project v1.1.11
3662026-04-10T04:02:51.178Z Downloaded log v0.4.29
3672026-04-10T04:02:51.181Z Downloaded getrandom v0.4.2
3682026-04-10T04:02:51.185Z Downloaded num-traits v0.2.19
3692026-04-10T04:02:51.185Z Downloaded unicase v2.9.0
3702026-04-10T04:02:51.185Z Downloaded quinn v0.11.9
3712026-04-10T04:02:51.189Z Downloaded clap v4.6.0
3722026-04-10T04:02:51.192Z Downloaded target-spec v3.6.0
3732026-04-10T04:02:51.196Z Downloaded smallvec v1.15.1
3742026-04-10T04:02:51.196Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3752026-04-10T04:02:51.196Z Downloaded tokio-stream v0.1.18
3762026-04-10T04:02:51.199Z Downloaded thiserror-impl v2.0.18
3772026-04-10T04:02:51.200Z Downloaded nextest-filtering v0.15.0
3782026-04-10T04:02:51.200Z Downloaded ipnet v2.12.0
3792026-04-10T04:02:51.203Z Downloaded target-spec-miette v0.4.6
3802026-04-10T04:02:51.207Z Downloaded xxhash-rust v0.8.15
3812026-04-10T04:02:51.210Z Downloaded zstd-safe v7.2.4
3822026-04-10T04:02:51.215Z Downloaded signal-hook v0.3.18
3832026-04-10T04:02:51.215Z Downloaded getrandom v0.3.4
3842026-04-10T04:02:51.218Z Downloaded xattr v1.6.1
3852026-04-10T04:02:51.218Z Downloaded tokio-native-tls v0.3.1
3862026-04-10T04:02:51.222Z Downloaded serde_derive v1.0.228
3872026-04-10T04:02:51.222Z Downloaded derive-where v1.6.1
3882026-04-10T04:02:51.226Z Downloaded zmij v1.0.21
3892026-04-10T04:02:51.226Z Downloaded tracing-attributes v0.1.31
3902026-04-10T04:02:51.230Z Downloaded simd-adler32 v0.3.9
3912026-04-10T04:02:51.230Z Downloaded indicatif v0.17.11
3922026-04-10T04:02:51.230Z Downloaded derive_more v2.1.1
3932026-04-10T04:02:51.235Z Downloaded zipsign-api v0.1.5
3942026-04-10T04:02:51.239Z Downloaded memchr v2.8.0
3952026-04-10T04:02:51.243Z Downloaded openssl-sys v0.9.112
3962026-04-10T04:02:51.247Z Downloaded serde_core v1.0.228
3972026-04-10T04:02:51.247Z Downloaded zeroize v1.8.2
3982026-04-10T04:02:51.247Z Downloaded toml v0.8.23
3992026-04-10T04:02:51.247Z Downloaded tempfile v3.27.0
4002026-04-10T04:02:51.251Z Downloaded toml_parser v1.1.2+spec-1.1.0
4012026-04-10T04:02:51.251Z Downloaded toml v1.1.2+spec-1.1.0
4022026-04-10T04:02:51.254Z Downloaded textwrap v0.16.2
4032026-04-10T04:02:51.254Z Downloaded zstd v0.13.3
4042026-04-10T04:02:51.259Z Downloaded borsh v1.6.1
4052026-04-10T04:02:51.262Z Downloaded socket2 v0.6.3
4062026-04-10T04:02:51.262Z Downloaded slab v0.4.12
4072026-04-10T04:02:51.262Z Downloaded mio v1.2.0
4082026-04-10T04:02:51.265Z Downloaded config v0.15.22
4092026-04-10T04:02:51.266Z Downloaded flate2 v1.1.9
4102026-04-10T04:02:51.269Z Downloaded quick-junit v0.5.2
4112026-04-10T04:02:51.272Z Downloaded unicode-ident v1.0.24
4122026-04-10T04:02:51.272Z Downloaded tracing-core v0.1.36
4132026-04-10T04:02:51.276Z Downloaded serde v1.0.228
4142026-04-10T04:02:51.276Z Downloaded der v0.7.10
4152026-04-10T04:02:51.279Z Downloaded bytes v1.11.1
4162026-04-10T04:02:51.283Z Downloaded sharded-slab v0.1.7
4172026-04-10T04:02:51.283Z Downloaded vte v0.14.1
4182026-04-10T04:02:51.286Z Downloaded toml_edit v0.22.27
4192026-04-10T04:02:51.286Z Downloaded backtrace v0.3.76
4202026-04-10T04:02:51.290Z Downloaded ed25519-dalek v2.2.0
4212026-04-10T04:02:51.294Z Downloaded cc v1.2.59
4222026-04-10T04:02:51.294Z Downloaded derive_more-impl v2.1.1
4232026-04-10T04:02:51.299Z Downloaded tar v0.4.45
4242026-04-10T04:02:51.302Z Downloaded tinyvec v1.11.0
4252026-04-10T04:02:51.319Z Downloaded tokio-rustls v0.26.4
4262026-04-10T04:02:51.323Z Downloaded rustls-webpki v0.103.10
4272026-04-10T04:02:51.332Z Downloaded uuid v1.23.0
4282026-04-10T04:02:51.342Z Downloaded url v2.5.8
4292026-04-10T04:02:51.346Z Downloaded typenum v1.19.0
4302026-04-10T04:02:51.346Z Downloaded rand v0.9.2
4312026-04-10T04:02:51.351Z Downloaded crossterm v0.29.0
4322026-04-10T04:02:51.355Z Downloaded aho-corasick v1.1.4
4332026-04-10T04:02:51.355Z Downloaded tower v0.5.3
4342026-04-10T04:02:51.360Z Downloaded hashbrown v0.15.5
4352026-04-10T04:02:51.363Z Downloaded serde_json v1.0.149
4362026-04-10T04:02:51.367Z Downloaded h2 v0.4.13
4372026-04-10T04:02:51.371Z Downloaded indexmap v2.14.0
4382026-04-10T04:02:51.378Z Downloaded guppy v0.17.25
4392026-04-10T04:02:51.382Z Downloaded futures-util v0.3.32
4402026-04-10T04:02:51.386Z Downloaded tower-http v0.6.8
4412026-04-10T04:02:51.389Z Downloaded miette v7.6.0
4422026-04-10T04:02:51.395Z Downloaded clap_builder v4.6.0
4432026-04-10T04:02:51.403Z Downloaded ron v0.12.1
4442026-04-10T04:02:51.408Z Downloaded unicode-segmentation v1.13.2
4452026-04-10T04:02:51.426Z Downloaded winnow v1.0.1
4462026-04-10T04:02:51.440Z Downloaded chrono v0.4.44
4472026-04-10T04:02:51.445Z Downloaded regex v1.12.3
4482026-04-10T04:02:51.459Z Downloaded gimli v0.32.3
4492026-04-10T04:02:51.463Z Downloaded curve25519-dalek v4.1.3
4502026-04-10T04:02:51.468Z Downloaded syn v2.0.117
4512026-04-10T04:02:51.473Z Downloaded portable-atomic v1.13.1
4522026-04-10T04:02:51.478Z Downloaded unicode-normalization v0.1.25
4532026-04-10T04:02:51.482Z Downloaded itertools v0.14.0
4542026-04-10T04:02:51.486Z Downloaded reqwest v0.12.28
4552026-04-10T04:02:51.489Z Downloaded tokio-util v0.7.18
4562026-04-10T04:02:51.492Z Downloaded quick-xml v0.38.4
4572026-04-10T04:02:51.495Z Downloaded pulldown-cmark v0.13.3
4582026-04-10T04:02:51.499Z Downloaded iri-string v0.7.12
4592026-04-10T04:02:51.517Z Downloaded tracing v0.1.44
4602026-04-10T04:02:51.550Z Downloaded color-eyre v0.6.5
4612026-04-10T04:02:51.566Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4622026-04-10T04:02:51.576Z Downloaded winnow v0.7.15
4632026-04-10T04:02:51.582Z Downloaded quinn-proto v0.11.14
4642026-04-10T04:02:51.589Z Downloaded quick-xml v0.37.5
4652026-04-10T04:02:51.589Z Downloaded tokio v1.51.1
4662026-04-10T04:02:51.624Z Downloaded vcpkg v0.2.15
4672026-04-10T04:02:51.645Z Downloaded nextest-runner v0.80.0
4682026-04-10T04:02:51.653Z Downloaded openssl v0.10.76
4692026-04-10T04:02:51.661Z Downloaded webpki-roots v1.0.6
4702026-04-10T04:02:51.666Z Downloaded tracing-subscriber v0.3.23
4712026-04-10T04:02:51.711Z Downloaded unicode-width v0.1.14
4722026-04-10T04:02:51.720Z Downloaded unicode-width v0.2.2
4732026-04-10T04:02:51.720Z Downloaded regex-syntax v0.8.10
4742026-04-10T04:02:51.720Z Downloaded nix v0.30.1
4752026-04-10T04:02:51.720Z Downloaded zerocopy v0.8.48
4762026-04-10T04:02:51.726Z Downloaded object v0.37.3
4772026-04-10T04:02:51.730Z Downloaded rustls v0.23.37
4782026-04-10T04:02:51.751Z Downloaded rustix v1.1.4
4792026-04-10T04:02:51.805Z Downloaded regex-automata v0.4.14
4802026-04-10T04:02:51.852Z Downloaded libc v0.2.184
4812026-04-10T04:02:51.872Z Downloaded petgraph v0.8.3
4822026-04-10T04:02:51.936Z Downloaded recursion v0.5.4
4832026-04-10T04:02:51.944Z Downloaded ring v0.17.14
4842026-04-10T04:02:52.004Z Compiling proc-macro2 v1.0.106
4852026-04-10T04:02:52.005Z Compiling libc v0.2.184
4862026-04-10T04:02:52.008Z Compiling quote v1.0.45
4872026-04-10T04:02:52.008Z Compiling unicode-ident v1.0.24
4882026-04-10T04:02:52.008Z Compiling serde_core v1.0.228
4892026-04-10T04:02:52.008Z Compiling cfg-if v1.0.4
4902026-04-10T04:02:52.008Z Compiling memchr v2.8.0
4912026-04-10T04:02:52.008Z Compiling once_cell v1.21.4
4922026-04-10T04:02:52.237Z Compiling log v0.4.29
4932026-04-10T04:02:52.248Z Compiling pin-project-lite v0.2.17
4942026-04-10T04:02:52.337Z Compiling itoa v1.0.18
4952026-04-10T04:02:52.410Z Compiling serde v1.0.228
4962026-04-10T04:02:52.559Z Compiling futures-core v0.3.32
4972026-04-10T04:02:52.714Z Compiling smallvec v1.15.1
4982026-04-10T04:02:52.883Z Compiling bitflags v2.11.0
4992026-04-10T04:02:52.923Z Compiling hashbrown v0.17.0
5002026-04-10T04:02:52.952Z Compiling equivalent v1.0.2
5012026-04-10T04:02:53.038Z Compiling find-msvc-tools v0.1.9
5022026-04-10T04:02:53.248Z Compiling jobserver v0.1.34
5032026-04-10T04:02:53.261Z Compiling shlex v1.3.0
5042026-04-10T04:02:53.271Z Compiling bytes v1.11.1
5052026-04-10T04:02:53.285Z Compiling futures-sink v0.3.32
5062026-04-10T04:02:53.398Z Compiling errno v0.3.14
5072026-04-10T04:02:53.431Z Compiling cc v1.2.59
5082026-04-10T04:02:53.443Z Compiling mio v1.2.0
5092026-04-10T04:02:53.554Z Compiling signal-hook-registry v1.4.8
5102026-04-10T04:02:53.585Z Compiling rustix v1.1.4
5112026-04-10T04:02:53.721Z Compiling syn v2.0.117
5122026-04-10T04:02:53.789Z Compiling socket2 v0.6.3
5132026-04-10T04:02:54.063Z Compiling slab v0.4.12
5142026-04-10T04:02:54.124Z Compiling zmij v1.0.21
5152026-04-10T04:02:54.135Z Compiling futures-channel v0.3.32
5162026-04-10T04:02:54.265Z Compiling tracing-core v0.1.36
5172026-04-10T04:02:54.385Z Compiling serde_json v1.0.149
5182026-04-10T04:02:54.445Z Compiling version_check v0.9.5
5192026-04-10T04:02:54.625Z Compiling futures-io v0.3.32
5202026-04-10T04:02:54.674Z Compiling futures-task v0.3.32
5212026-04-10T04:02:54.760Z Compiling indexmap v2.14.0
5222026-04-10T04:02:54.851Z Compiling getrandom v0.4.2
5232026-04-10T04:02:54.916Z Compiling camino v1.2.2
5242026-04-10T04:02:54.952Z Compiling unicode-width v0.2.2
5252026-04-10T04:02:55.282Z Compiling ring v0.17.14
5262026-04-10T04:02:55.293Z Compiling http v1.4.0
5272026-04-10T04:02:55.304Z Compiling simd-adler32 v0.3.9
5282026-04-10T04:02:55.411Z Compiling adler2 v2.0.1
5292026-04-10T04:02:55.579Z Compiling percent-encoding v2.3.2
5302026-04-10T04:02:55.620Z Compiling autocfg v1.5.0
5312026-04-10T04:02:55.803Z Compiling zeroize v1.8.2
5322026-04-10T04:02:55.976Z Compiling num-traits v0.2.19
5332026-04-10T04:02:55.999Z Compiling miniz_oxide v0.8.9
5342026-04-10T04:02:56.198Z Compiling target-lexicon v0.13.3
5352026-04-10T04:02:56.210Z Compiling object v0.37.3
5362026-04-10T04:02:56.498Z Compiling zerocopy v0.8.48
5372026-04-10T04:02:56.662Z Compiling getrandom v0.3.4
5382026-04-10T04:02:56.906Z Compiling http-body v1.0.1
5392026-04-10T04:02:56.924Z Compiling rustls-pki-types v1.14.0
5402026-04-10T04:02:56.995Z Compiling semver v1.0.28
5412026-04-10T04:02:57.066Z Compiling getrandom v0.2.17
5422026-04-10T04:02:57.143Z Compiling httparse v1.10.1
5432026-04-10T04:02:57.255Z Compiling fnv v1.0.7
5442026-04-10T04:02:57.359Z Compiling untrusted v0.9.0
5452026-04-10T04:02:57.374Z Compiling serde_derive v1.0.228
5462026-04-10T04:02:57.394Z Compiling tokio-macros v2.7.0
5472026-04-10T04:02:57.436Z Compiling futures-macro v0.3.32
5482026-04-10T04:02:57.484Z Compiling tracing-attributes v0.1.31
5492026-04-10T04:02:57.493Z Compiling signal-hook v0.3.18
5502026-04-10T04:02:57.657Z Compiling typenum v1.19.0
5512026-04-10T04:02:57.705Z Compiling thiserror v2.0.18
5522026-04-10T04:02:57.781Z Compiling owo-colors v4.3.0
5532026-04-10T04:02:57.991Z Compiling gimli v0.32.3
5542026-04-10T04:02:58.033Z Compiling guppy-workspace-hack v0.1.0
5552026-04-10T04:02:58.176Z Compiling tokio v1.51.1
5562026-04-10T04:02:58.232Z Compiling futures-util v0.3.32
5572026-04-10T04:02:58.338Z Compiling thiserror-impl v2.0.18
5582026-04-10T04:02:58.672Z Compiling tracing v0.1.44
5592026-04-10T04:03:00.093Z Compiling addr2line v0.25.1
5602026-04-10T04:03:00.507Z Compiling form_urlencoded v1.2.2
5612026-04-10T04:03:00.574Z Compiling generic-array v0.14.7
5622026-04-10T04:03:00.642Z Compiling typeid v1.0.3
5632026-04-10T04:03:00.774Z Compiling thiserror v1.0.69
5642026-04-10T04:03:00.794Z Compiling fastrand v2.4.1
5652026-04-10T04:03:00.836Z Compiling atomic-waker v1.1.2
5662026-04-10T04:03:00.911Z Compiling try-lock v0.2.5
5672026-04-10T04:03:00.962Z Compiling rustc-demangle v0.1.27
5682026-04-10T04:03:01.024Z Compiling utf8_iter v1.0.4
5692026-04-10T04:03:02.067Z Compiling idna_adapter v1.0.0
5702026-04-10T04:03:02.071Z Compiling tower-service v0.3.3
5712026-04-10T04:03:02.071Z Compiling pkg-config v0.3.32
5722026-04-10T04:03:02.071Z Compiling target-spec v3.6.0
5732026-04-10T04:03:02.071Z Compiling rustls v0.23.37
5742026-04-10T04:03:02.071Z Compiling idna v1.1.0
5752026-04-10T04:03:02.071Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5762026-04-10T04:03:02.071Z Compiling want v0.3.1
5772026-04-10T04:03:02.071Z Compiling tempfile v3.27.0
5782026-04-10T04:03:02.071Z Compiling tokio-util v0.7.18
5792026-04-10T04:03:02.071Z Compiling cfg-expr v0.20.7
5802026-04-10T04:03:02.071Z Compiling backtrace v0.3.76
5812026-04-10T04:03:02.533Z Compiling h2 v0.4.13
5822026-04-10T04:03:03.312Z Compiling thiserror-impl v1.0.69
5832026-04-10T04:03:03.440Z Compiling terminal_size v0.4.4
5842026-04-10T04:03:03.597Z Compiling aho-corasick v1.1.4
5852026-04-10T04:03:03.602Z Compiling winnow v0.7.15
5862026-04-10T04:03:04.033Z Compiling erased-serde v0.4.10
5872026-04-10T04:03:04.341Z Compiling subtle v2.6.1
5882026-04-10T04:03:04.431Z Compiling regex-syntax v0.8.10
5892026-04-10T04:03:05.178Z Compiling hyper v1.9.0
5902026-04-10T04:03:06.878Z Compiling rustls-webpki v0.103.10
5912026-04-10T04:03:08.628Z Compiling regex-automata v0.4.14
5922026-04-10T04:03:08.969Z Compiling url v2.5.8
5932026-04-10T04:03:09.012Z Compiling serde_spanned v0.6.9
5942026-04-10T04:03:09.166Z Compiling toml_datetime v0.6.11
5952026-04-10T04:03:09.407Z Compiling ahash v0.8.12
5962026-04-10T04:03:09.528Z Compiling sync_wrapper v1.0.2
5972026-04-10T04:03:09.640Z Compiling unicode-segmentation v1.13.2
5982026-04-10T04:03:09.644Z Compiling base64 v0.22.1
5992026-04-10T04:03:10.025Z Compiling lazy_static v1.5.0
6002026-04-10T04:03:10.129Z Compiling unicode-linebreak v0.1.5
6012026-04-10T04:03:10.141Z Compiling tower-layer v0.3.3
6022026-04-10T04:03:10.349Z Compiling either v1.15.0
6032026-04-10T04:03:10.397Z Compiling is_ci v1.2.0
6042026-04-10T04:03:10.562Z Compiling parking_lot_core v0.9.12
6052026-04-10T04:03:10.562Z Compiling foldhash v0.1.5
6062026-04-10T04:03:10.775Z Compiling portable-atomic v1.13.1
6072026-04-10T04:03:10.829Z Compiling nextest-workspace-hack v0.1.0
6082026-04-10T04:03:11.044Z Compiling crc32fast v1.5.0
6092026-04-10T04:03:11.058Z Compiling toml_write v0.1.2
6102026-04-10T04:03:11.211Z Compiling ipnet v2.12.0
6112026-04-10T04:03:11.302Z Compiling toml_edit v0.22.27
6122026-04-10T04:03:11.447Z Compiling hashbrown v0.15.5
6132026-04-10T04:03:11.457Z Compiling supports-color v3.0.2
6142026-04-10T04:03:11.659Z Compiling tokio-rustls v0.26.4
6152026-04-10T04:03:11.687Z Compiling hyper-util v0.1.20
6162026-04-10T04:03:11.944Z Compiling textwrap v0.16.2
6172026-04-10T04:03:12.069Z Compiling tower v0.5.3
6182026-04-10T04:03:12.405Z Compiling sharded-slab v0.1.7
6192026-04-10T04:03:12.670Z Compiling convert_case v0.10.0
6202026-04-10T04:03:13.006Z Compiling backtrace-ext v0.2.1
6212026-04-10T04:03:13.259Z Compiling ordered-float v2.10.1
6222026-04-10T04:03:13.336Z Compiling miette-derive v7.6.0
6232026-04-10T04:03:13.541Z Compiling webpki-roots v1.0.6
6242026-04-10T04:03:13.541Z Compiling pathdiff v0.2.3
6252026-04-10T04:03:13.665Z Compiling console v0.15.11
6262026-04-10T04:03:13.677Z Compiling cargo-platform v0.3.2
6272026-04-10T04:03:14.235Z Compiling tracing-log v0.2.0
6282026-04-10T04:03:14.324Z Compiling os_pipe v1.2.3
6292026-04-10T04:03:14.401Z Compiling thread_local v1.1.9
6302026-04-10T04:03:14.490Z Compiling pulldown-cmark v0.13.3
6312026-04-10T04:03:14.592Z Compiling ryu v1.0.23
6322026-04-10T04:03:14.710Z Compiling zstd-safe v7.2.4
6332026-04-10T04:03:14.759Z Compiling rustix v0.38.44
6342026-04-10T04:03:14.893Z Compiling cfg_aliases v0.2.1
6352026-04-10T04:03:14.947Z Compiling iri-string v0.7.12
6362026-04-10T04:03:14.967Z Compiling utf8parse v0.2.2
6372026-04-10T04:03:14.992Z Compiling supports-unicode v3.0.0
6382026-04-10T04:03:15.077Z Compiling unicode-width v0.1.14
6392026-04-10T04:03:15.099Z Compiling scopeguard v1.2.0
6402026-04-10T04:03:15.201Z Compiling supports-hyperlinks v3.2.0
6412026-04-10T04:03:15.205Z Compiling debug-ignore v1.0.5
6422026-04-10T04:03:15.373Z Compiling winnow v1.0.1
6432026-04-10T04:03:15.374Z Compiling fixedbitset v0.5.7
6442026-04-10T04:03:15.674Z Compiling petgraph v0.8.3
6452026-04-10T04:03:15.902Z Compiling miette v7.6.0
6462026-04-10T04:03:16.788Z Compiling toml_parser v1.1.2+spec-1.1.0
6472026-04-10T04:03:17.538Z Compiling tower-http v0.6.8
6482026-04-10T04:03:17.588Z Compiling lock_api v0.4.14
6492026-04-10T04:03:17.924Z Compiling anstyle-parse v1.0.0
6502026-04-10T04:03:18.096Z Compiling nix v0.30.1
6512026-04-10T04:03:18.168Z Compiling serde_urlencoded v0.7.1
6522026-04-10T04:03:18.465Z Compiling tracing-subscriber v0.3.23
6532026-04-10T04:03:18.469Z Compiling sigchld v0.2.4
6542026-04-10T04:03:18.494Z Compiling cargo_metadata v0.23.1
6552026-04-10T04:03:18.661Z Compiling hyper-rustls v0.27.7
6562026-04-10T04:03:19.333Z Compiling serde-value v0.7.0
6572026-04-10T04:03:19.746Z Compiling serde-untagged v0.1.9
6582026-04-10T04:03:20.058Z Compiling derive_more-impl v2.1.1
6592026-04-10T04:03:20.106Z Compiling toml v0.8.23
6602026-04-10T04:03:20.852Z Compiling regex v1.12.3
6612026-04-10T04:03:21.088Z Compiling itertools v0.14.0
6622026-04-10T04:03:21.478Z Compiling block-buffer v0.10.4
6632026-04-10T04:03:21.640Z Compiling crypto-common v0.1.7
6642026-04-10T04:03:21.727Z Compiling ppv-lite86 v0.2.21
6652026-04-10T04:03:21.773Z Compiling futures-executor v0.3.32
6662026-04-10T04:03:22.050Z Compiling rand_core v0.9.5
6672026-04-10T04:03:22.299Z Compiling pin-project-internal v1.1.11
6682026-04-10T04:03:22.299Z Compiling http-body-util v0.1.3
6692026-04-10T04:03:22.302Z Compiling uuid v1.23.0
6702026-04-10T04:03:22.558Z Compiling toml_datetime v1.1.1+spec-1.1.0
6712026-04-10T04:03:22.571Z Compiling serde_spanned v1.1.1
6722026-04-10T04:03:22.727Z Compiling smol_str v0.3.6
6732026-04-10T04:03:22.842Z Compiling filetime v0.2.27
6742026-04-10T04:03:22.967Z Compiling bstr v1.12.1
6752026-04-10T04:03:22.980Z Compiling vte v0.14.1
6762026-04-10T04:03:23.047Z Compiling unicase v2.9.0
6772026-04-10T04:03:23.070Z Compiling eyre v0.6.12
6782026-04-10T04:03:23.193Z Compiling is_terminal_polyfill v1.70.2
6792026-04-10T04:03:23.231Z Compiling litrs v1.0.0
6802026-04-10T04:03:23.333Z Compiling static_assertions v1.1.0
6812026-04-10T04:03:23.369Z Compiling self_update v0.42.0
6822026-04-10T04:03:23.407Z Compiling nested v0.1.1
6832026-04-10T04:03:23.480Z Compiling tinyvec_macros v0.1.1
6842026-04-10T04:03:23.556Z Compiling anstyle v1.0.14
6852026-04-10T04:03:23.600Z Compiling xattr v1.6.1
6862026-04-10T04:03:23.638Z Compiling number_prefix v0.4.0
6872026-04-10T04:03:23.679Z Compiling colorchoice v1.0.5
6882026-04-10T04:03:23.744Z Compiling color-spantrace v0.3.0
6892026-04-10T04:03:23.786Z Compiling anstyle-query v1.1.5
6902026-04-10T04:03:23.798Z Compiling iana-time-zone v0.1.65
6912026-04-10T04:03:23.802Z Compiling unicode-xid v0.2.6
6922026-04-10T04:03:23.819Z Compiling indicatif v0.17.11
6932026-04-10T04:03:23.892Z Compiling cargo-util-schemas v0.2.0
6942026-04-10T04:03:23.942Z Compiling chrono v0.4.44
6952026-04-10T04:03:24.136Z Compiling anstream v1.0.0
6962026-04-10T04:03:24.153Z Compiling tar v0.4.45
6972026-04-10T04:03:24.603Z Compiling document-features v0.2.12
6982026-04-10T04:03:25.168Z Compiling guppy v0.17.25
6992026-04-10T04:03:25.208Z Compiling tinyvec v1.11.0
7002026-04-10T04:03:25.922Z Compiling globset v0.4.18
7012026-04-10T04:03:26.349Z Compiling pin-project v1.1.11
7022026-04-10T04:03:26.454Z Compiling strip-ansi-escapes v0.2.1
7032026-04-10T04:03:26.739Z Compiling nextest-metadata v0.12.2
7042026-04-10T04:03:26.959Z Compiling toml v1.1.2+spec-1.1.0
7052026-04-10T04:03:26.973Z Compiling newtype-uuid v1.3.2
7062026-04-10T04:03:27.168Z Compiling reqwest v0.12.28
7072026-04-10T04:03:27.277Z Compiling rand_chacha v0.9.0
7082026-04-10T04:03:27.707Z Compiling futures v0.3.32
7092026-04-10T04:03:27.791Z Compiling digest v0.10.7
7102026-04-10T04:03:27.817Z Compiling flate2 v1.1.9
7112026-04-10T04:03:28.018Z Compiling derive_more v2.1.1
7122026-04-10T04:03:28.103Z Compiling parking_lot v0.12.5
7132026-04-10T04:03:28.364Z Compiling tracing-error v0.2.1
7142026-04-10T04:03:28.597Z Compiling shared_child v1.1.1
7152026-04-10T04:03:29.188Z Compiling signal-hook-mio v0.2.5
7162026-04-10T04:03:29.340Z Compiling self-replace v1.5.0
7172026-04-10T04:03:29.356Z Compiling cargo-platform v0.2.0
7182026-04-10T04:03:29.641Z Compiling quick-xml v0.37.5
7192026-04-10T04:03:29.941Z Compiling quick-xml v0.38.4
7202026-04-10T04:03:30.189Z Compiling heck v0.5.0
7212026-04-10T04:03:30.235Z Compiling humantime v2.3.0
7222026-04-10T04:03:30.653Z Compiling shell-words v1.1.1
7232026-04-10T04:03:30.667Z Compiling recursion v0.5.4
7242026-04-10T04:03:30.901Z Compiling clap_lex v1.1.0
7252026-04-10T04:03:31.017Z Compiling cpufeatures v0.2.17
7262026-04-10T04:03:31.096Z Compiling urlencoding v2.1.3
7272026-04-10T04:03:31.185Z Compiling indenter v0.3.4
7282026-04-10T04:03:31.268Z Compiling strsim v0.11.1
7292026-04-10T04:03:31.554Z Compiling clap_builder v4.6.0
7302026-04-10T04:03:31.832Z Compiling sha2 v0.10.9
7312026-04-10T04:03:31.951Z Compiling clap_derive v4.6.0
7322026-04-10T04:03:32.092Z Compiling nextest-filtering v0.15.0
7332026-04-10T04:03:33.046Z Compiling quick-junit v0.5.2
7342026-04-10T04:03:33.695Z Compiling humantime-serde v1.1.1
7352026-04-10T04:03:33.857Z Compiling atomicwrites v0.4.4
7362026-04-10T04:03:34.139Z Compiling cargo_metadata v0.20.0
7372026-04-10T04:03:36.075Z Compiling cargo-nextest v0.9.97
7382026-04-10T04:03:36.150Z Compiling crossterm v0.29.0
7392026-04-10T04:03:37.239Z Compiling duct v0.13.7
7402026-04-10T04:03:38.268Z Compiling zstd v0.13.3
7412026-04-10T04:03:38.400Z Compiling async-scoped v0.9.0
7422026-04-10T04:03:38.598Z Compiling config v0.15.22
7432026-04-10T04:03:38.687Z Compiling rand v0.9.2
7442026-04-10T04:03:38.850Z Compiling unicode-normalization v0.1.25
7452026-04-10T04:03:39.000Z Compiling target-spec-miette v0.4.6
7462026-04-10T04:03:39.251Z Compiling future-queue v0.4.0
7472026-04-10T04:03:39.388Z Compiling mukti-metadata v0.3.0
7482026-04-10T04:03:39.408Z Compiling camino-tempfile v1.4.1
7492026-04-10T04:03:39.436Z Compiling tokio-stream v0.1.18
7502026-04-10T04:03:39.454Z Compiling derive-where v1.6.1
7512026-04-10T04:03:39.526Z Compiling serde_ignored v0.1.14
7522026-04-10T04:03:39.752Z Compiling serde_path_to_error v0.1.20
7532026-04-10T04:03:39.849Z Compiling hex v0.4.3
7542026-04-10T04:03:39.867Z Compiling xxhash-rust v0.8.15
7552026-04-10T04:03:39.970Z Compiling indent_write v2.2.0
7562026-04-10T04:03:40.124Z Compiling swrite v0.1.0
7572026-04-10T04:03:40.135Z Compiling home v0.5.12
7582026-04-10T04:03:40.171Z Compiling color-eyre v0.6.5
7592026-04-10T04:03:40.225Z Compiling clap v4.6.0
7602026-04-10T04:03:40.237Z Compiling dialoguer v0.11.0
7612026-04-10T04:03:40.297Z Compiling enable-ansi-support v0.2.1
7622026-04-10T04:03:40.706Z Compiling nextest-runner v0.80.0
7632026-04-10T04:03:58.946Z Finished `release` profile [optimized] target(s) in 1m 11s
7642026-04-10T04:03:59.131Z Installing /home/build/.cargo/bin/cargo-nextest
7652026-04-10T04:03:59.135Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7662026-04-10T04:03:59.254Z+ pushd bgp
7672026-04-10T04:03:59.258Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7682026-04-10T04:03:59.258Z+ pfexec cargo nextest run
7692026-04-10T04:03:59.414Z Updating git repository `https://github.com/oxidecomputer/falcon`
7702026-04-10T04:03:59.985ZFrom https://github.com/oxidecomputer/falcon
7712026-04-10T04:03:59.985Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7722026-04-10T04:04:00.061Z Updating crates.io index
7732026-04-10T04:04:00.360Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7742026-04-10T04:04:01.088ZFrom https://github.com/oxidecomputer/dendrite
7752026-04-10T04:04:01.089Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7762026-04-10T04:04:01.174Z Updating git repository `https://github.com/oxidecomputer/ispf`
7772026-04-10T04:04:01.442ZFrom https://github.com/oxidecomputer/ispf
7782026-04-10T04:04:01.442Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7792026-04-10T04:04:01.448Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7802026-04-10T04:04:01.787ZFrom https://github.com/oxidecomputer/netadm-sys
7812026-04-10T04:04:01.787Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7822026-04-10T04:04:01.792Z Updating git repository `https://github.com/oxidecomputer/omicron`
7832026-04-10T04:04:09.441ZFrom https://github.com/oxidecomputer/omicron
7842026-04-10T04:04:09.442Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7852026-04-10T04:04:09.846Z Updating git repository `https://github.com/oxidecomputer/opte`
7862026-04-10T04:04:10.451ZFrom https://github.com/oxidecomputer/opte
7872026-04-10T04:04:10.451Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
7882026-04-10T04:04:10.667Z Updating git repository `https://github.com/illumos/smf-rs`
7892026-04-10T04:04:10.912ZFrom https://github.com/illumos/smf-rs
7902026-04-10T04:04:10.912Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7912026-04-10T04:04:11.089Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7922026-04-10T04:04:11.355ZFrom https://github.com/oxidecomputer/network-interface
7932026-04-10T04:04:11.355Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7942026-04-10T04:04:11.380Z Updating git repository `https://github.com/oxidecomputer/zone`
7952026-04-10T04:04:11.644ZFrom https://github.com/oxidecomputer/zone
7962026-04-10T04:04:11.644Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7972026-04-10T04:04:11.671Z Updating git repository `https://github.com/oxidecomputer/propolis`
7982026-04-10T04:04:12.846ZFrom https://github.com/oxidecomputer/propolis
7992026-04-10T04:04:12.846Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8002026-04-10T04:04:12.994Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8012026-04-10T04:04:13.461ZFrom https://github.com/oxidecomputer/transceiver-control
8022026-04-10T04:04:13.461Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8032026-04-10T04:04:13.483Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8042026-04-10T04:04:13.762ZFrom https://github.com/oxidecomputer/dlpi-sys
8052026-04-10T04:04:13.762Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8062026-04-10T04:04:13.768Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8072026-04-10T04:04:14.044ZFrom https://github.com/jmesmon/rust-libzfs
8082026-04-10T04:04:14.044Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8092026-04-10T04:04:14.052Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8102026-04-10T04:04:14.274ZFrom https://github.com/oxidecomputer/rusty-doors
8112026-04-10T04:04:14.274Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8122026-04-10T04:04:14.358Z Updating git repository `https://github.com/oxidecomputer/lldp`
8132026-04-10T04:04:14.684ZFrom https://github.com/oxidecomputer/lldp
8142026-04-10T04:04:14.684Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8152026-04-10T04:04:14.855Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8162026-04-10T04:04:15.104ZFrom https://github.com/oxidecomputer/slog-error-chain
8172026-04-10T04:04:15.104Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8182026-04-10T04:04:15.127Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8192026-04-10T04:04:15.404ZFrom https://github.com/oxidecomputer/tufaceous
8202026-04-10T04:04:15.404Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8212026-04-10T04:04:15.422Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8222026-04-10T04:04:15.835ZFrom https://github.com/oxidecomputer/management-gateway-service
8232026-04-10T04:04:15.835Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8242026-04-10T04:04:15.927Z Updating git repository `https://github.com/oxidecomputer/crucible`
8252026-04-10T04:04:16.753ZFrom https://github.com/oxidecomputer/crucible
8262026-04-10T04:04:16.753Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8272026-04-10T04:04:16.802Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8282026-04-10T04:04:17.057ZFrom https://github.com/oxidecomputer/serde_human_bytes
8292026-04-10T04:04:17.057Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8302026-04-10T04:04:17.234Z Updating git repository `https://github.com/oxidecomputer/propolis`
8312026-04-10T04:04:17.605ZFrom https://github.com/oxidecomputer/propolis
8322026-04-10T04:04:17.605Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8332026-04-10T04:04:17.945Z Updating git repository `https://github.com/oxidecomputer/tofino`
8342026-04-10T04:04:18.216ZFrom https://github.com/oxidecomputer/tofino
8352026-04-10T04:04:18.216Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8362026-04-10T04:04:18.238Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8372026-04-10T04:04:18.748ZFrom https://github.com/oxidecomputer/maghemite
8382026-04-10T04:04:18.748Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8392026-04-10T04:04:18.779Z Updating git repository `https://github.com/oxidecomputer/clickward`
8402026-04-10T04:04:19.026ZFrom https://github.com/oxidecomputer/clickward
8412026-04-10T04:04:19.026Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8422026-04-10T04:04:19.211Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8432026-04-10T04:04:19.619ZFrom https://github.com/oxidecomputer/illumos-devinfo
8442026-04-10T04:04:19.619Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8452026-04-10T04:04:19.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-04-10T04:04:20.016ZFrom https://github.com/oxidecomputer/crucible
8472026-04-10T04:04:20.017Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8482026-04-10T04:04:20.936Z Downloading crates ...
8492026-04-10T04:04:21.047Z Downloaded byteorder v1.5.0
8502026-04-10T04:04:21.051Z Downloaded argon2 v0.5.3
8512026-04-10T04:04:21.058Z Downloaded enum-as-inner v0.6.1
8522026-04-10T04:04:21.062Z Downloaded fastrand v2.3.0
8532026-04-10T04:04:21.062Z Downloaded displaydoc v0.2.5
8542026-04-10T04:04:21.065Z Downloaded async-compression v0.4.41
8552026-04-10T04:04:21.069Z Downloaded heck v0.4.1
8562026-04-10T04:04:21.072Z Downloaded erased-serde v0.3.31
8572026-04-10T04:04:21.072Z Downloaded bit-set v0.8.0
8582026-04-10T04:04:21.076Z Downloaded chacha20poly1305 v0.10.1
8592026-04-10T04:04:21.076Z Downloaded aead v0.5.2
8602026-04-10T04:04:21.079Z Downloaded num v0.4.3
8612026-04-10T04:04:21.079Z Downloaded allocator-api2 v0.2.21
8622026-04-10T04:04:21.082Z Downloaded anyhow v1.0.102
8632026-04-10T04:04:21.086Z Downloaded cc v1.2.58
8642026-04-10T04:04:21.086Z Downloaded dropshot-api-manager-types v0.7.0
8652026-04-10T04:04:21.090Z Downloaded deranged v0.5.8
8662026-04-10T04:04:21.090Z Downloaded derive_more v0.99.20
8672026-04-10T04:04:21.094Z Downloaded goblin v0.8.2
8682026-04-10T04:04:21.098Z Downloaded expectorate v1.2.0
8692026-04-10T04:04:21.101Z Downloaded csv-core v0.1.13
8702026-04-10T04:04:21.101Z Downloaded iddqd v0.3.17
8712026-04-10T04:04:21.105Z Downloaded bytecount v0.6.9
8722026-04-10T04:04:21.109Z Downloaded convert_case v0.4.0
8732026-04-10T04:04:21.109Z Downloaded const-random-macro v0.1.16
8742026-04-10T04:04:21.109Z Downloaded indexmap v1.9.3
8752026-04-10T04:04:21.112Z Downloaded data-encoding v2.10.0
8762026-04-10T04:04:21.112Z Downloaded crossbeam-deque v0.8.6
8772026-04-10T04:04:21.115Z Downloaded icu_properties v2.1.2
8782026-04-10T04:04:21.115Z Downloaded float-ord v0.3.2
8792026-04-10T04:04:21.119Z Downloaded ciborium-io v0.2.2
8802026-04-10T04:04:21.119Z Downloaded async-recursion v1.1.1
8812026-04-10T04:04:21.123Z Downloaded num_enum v0.5.11
8822026-04-10T04:04:21.129Z Downloaded cstr-argument v0.1.2
8832026-04-10T04:04:21.129Z Downloaded cmake v0.1.58
8842026-04-10T04:04:21.129Z Downloaded cipher v0.4.4
8852026-04-10T04:04:21.133Z Downloaded backon v1.6.0
8862026-04-10T04:04:21.133Z Downloaded defmt-macros v1.0.1
8872026-04-10T04:04:21.133Z Downloaded linear-map v1.2.0
8882026-04-10T04:04:21.138Z Downloaded cpufeatures v0.3.0
8892026-04-10T04:04:21.138Z Downloaded foreign-types v0.5.0
8902026-04-10T04:04:21.138Z Downloaded ciborium v0.2.2
8912026-04-10T04:04:21.138Z Downloaded ingot v0.1.1
8922026-04-10T04:04:21.141Z Downloaded crossbeam-utils v0.8.21
8932026-04-10T04:04:21.145Z Downloaded ingot-macros v0.1.1
8942026-04-10T04:04:21.145Z Downloaded dunce v1.0.5
8952026-04-10T04:04:21.145Z Downloaded match_cfg v0.1.0
8962026-04-10T04:04:21.149Z Downloaded hubpack_derive v0.1.1
8972026-04-10T04:04:21.149Z Downloaded embedded-io v0.6.1
8982026-04-10T04:04:21.149Z Downloaded papergrid v0.11.0
8992026-04-10T04:04:21.152Z Downloaded base16ct v0.2.0
9002026-04-10T04:04:21.152Z Downloaded base16ct v1.0.0
9012026-04-10T04:04:21.155Z Downloaded parse-display v0.10.0
9022026-04-10T04:04:21.156Z Downloaded defmt v0.3.100
9032026-04-10T04:04:21.156Z Downloaded arrayref v0.3.9
9042026-04-10T04:04:21.159Z Downloaded foreign-types-shared v0.3.1
9052026-04-10T04:04:21.159Z Downloaded async-stream v0.3.6
9062026-04-10T04:04:21.163Z Downloaded fxhash v0.2.1
9072026-04-10T04:04:21.163Z Downloaded managed v0.8.0
9082026-04-10T04:04:21.163Z Downloaded crunchy v0.2.4
9092026-04-10T04:04:21.167Z Downloaded crypto-bigint v0.5.5
9102026-04-10T04:04:21.170Z Downloaded memmap v0.7.0
9112026-04-10T04:04:21.170Z Downloaded hostname v0.3.1
9122026-04-10T04:04:21.170Z Downloaded foreign-types-macros v0.2.3
9132026-04-10T04:04:21.174Z Downloaded constant_time_eq v0.4.2
9142026-04-10T04:04:21.174Z Downloaded opaque-debug v0.3.1
9152026-04-10T04:04:21.178Z Downloaded newline-converter v0.3.0
9162026-04-10T04:04:21.178Z Downloaded glob v0.3.3
9172026-04-10T04:04:21.178Z Downloaded darling_macro v0.23.0
9182026-04-10T04:04:21.182Z Downloaded ciborium-ll v0.2.2
9192026-04-10T04:04:21.182Z Downloaded no-std-compat v0.4.1
9202026-04-10T04:04:21.182Z Downloaded defmt v1.0.1
9212026-04-10T04:04:21.185Z Downloaded lru-cache v0.1.2
9222026-04-10T04:04:21.185Z Downloaded num_threads v0.1.7
9232026-04-10T04:04:21.185Z Downloaded hash32 v0.3.1
9242026-04-10T04:04:21.188Z Downloaded linked-hash-map v0.5.6
9252026-04-10T04:04:21.188Z Downloaded dtrace-parser v0.2.0
9262026-04-10T04:04:21.188Z Downloaded memoffset v0.9.1
9272026-04-10T04:04:21.193Z Downloaded git-stub v1.0.0
9282026-04-10T04:04:21.193Z Downloaded defmt-parser v1.0.0
9292026-04-10T04:04:21.193Z Downloaded newtype-uuid-macros v0.1.0
9302026-04-10T04:04:21.197Z Downloaded keccak v0.1.6
9312026-04-10T04:04:21.198Z Downloaded daft v0.1.5
9322026-04-10T04:04:21.198Z Downloaded colored v3.1.1
9332026-04-10T04:04:21.201Z Downloaded internet-checksum v0.2.1
9342026-04-10T04:04:21.201Z Downloaded num-derive v0.4.2
9352026-04-10T04:04:21.201Z Downloaded hostname v0.4.2
9362026-04-10T04:04:21.201Z Downloaded plain v0.2.3
9372026-04-10T04:04:21.204Z Downloaded const-random v0.1.18
9382026-04-10T04:04:21.205Z Downloaded num-conv v0.2.1
9392026-04-10T04:04:21.205Z Downloaded inout v0.1.4
9402026-04-10T04:04:21.209Z Downloaded bitflags v1.3.2
9412026-04-10T04:04:21.209Z Downloaded natord v1.0.9
9422026-04-10T04:04:21.209Z Downloaded ff v0.13.1
9432026-04-10T04:04:21.209Z Downloaded idna_adapter v1.2.1
9442026-04-10T04:04:21.214Z Downloaded const_format v0.2.35
9452026-04-10T04:04:21.254Z Downloaded libsw v3.5.0
9462026-04-10T04:04:21.254Z Downloaded num-integer v0.1.46
9472026-04-10T04:04:21.254Z Downloaded fs-err v3.3.0
9482026-04-10T04:04:21.264Z Downloaded ingot-types v0.1.2
9492026-04-10T04:04:21.264Z Downloaded icu_normalizer_data v2.1.1
9502026-04-10T04:04:21.264Z Downloaded highway v1.3.0
9512026-04-10T04:04:21.265Z Downloaded potential_utf v0.1.4
9522026-04-10T04:04:21.265Z Downloaded num_enum v0.7.6
9532026-04-10T04:04:21.265Z Downloaded num-iter v0.1.45
9542026-04-10T04:04:21.265Z Downloaded mime v0.3.17
9552026-04-10T04:04:21.265Z Downloaded password-hash v0.5.0
9562026-04-10T04:04:21.265Z Downloaded proc-macro-error-attr2 v2.0.0
9572026-04-10T04:04:21.265Z Downloaded parse-display-derive v0.10.0
9582026-04-10T04:04:21.265Z Downloaded oxnet v0.1.4
9592026-04-10T04:04:21.265Z Downloaded num-derive v0.3.3
9602026-04-10T04:04:21.265Z Downloaded num-rational v0.4.2
9612026-04-10T04:04:21.265Z Downloaded fixedbitset v0.4.2
9622026-04-10T04:04:21.265Z Downloaded omicron-zone-package v0.12.2
9632026-04-10T04:04:21.265Z Downloaded powerfmt v0.2.0
9642026-04-10T04:04:21.265Z Downloaded libscf-sys v1.1.0
9652026-04-10T04:04:21.265Z Downloaded diff v0.1.13
9662026-04-10T04:04:21.265Z Downloaded git-stub-vcs v0.1.0
9672026-04-10T04:04:21.265Z Downloaded darling_core v0.23.0
9682026-04-10T04:04:21.265Z Downloaded papergrid v0.17.0
9692026-04-10T04:04:21.265Z Downloaded fs_extra v1.3.0
9702026-04-10T04:04:21.265Z Downloaded parking_lot v0.11.2
9712026-04-10T04:04:21.265Z Downloaded async-stream-impl v0.3.6
9722026-04-10T04:04:21.265Z Downloaded macaddr v1.0.1
9732026-04-10T04:04:21.265Z Downloaded cancel-safe-futures v0.1.5
9742026-04-10T04:04:21.265Z Downloaded progenitor-client v0.13.0
9752026-04-10T04:04:21.265Z Downloaded progenitor-macro v0.11.2
9762026-04-10T04:04:21.265Z Downloaded pest_generator v2.8.6
9772026-04-10T04:04:21.272Z Downloaded rand_chacha v0.3.1
9782026-04-10T04:04:21.272Z Downloaded num-complex v0.4.6
9792026-04-10T04:04:21.272Z Downloaded foldhash v0.2.0
9802026-04-10T04:04:21.272Z Downloaded dropshot-api-manager v0.7.0
9812026-04-10T04:04:21.272Z Downloaded group v0.13.0
9822026-04-10T04:04:21.272Z Downloaded proc-macro-crate v3.5.0
9832026-04-10T04:04:21.273Z Downloaded progenitor-macro v0.10.0
9842026-04-10T04:04:21.273Z Downloaded multer v3.1.0
9852026-04-10T04:04:21.276Z Downloaded hubpack v0.1.2
9862026-04-10T04:04:21.276Z Downloaded quick-error v1.2.3
9872026-04-10T04:04:21.276Z Downloaded crucible-workspace-hack v0.1.0
9882026-04-10T04:04:21.276Z Downloaded newtype_derive v0.1.6
9892026-04-10T04:04:21.276Z Downloaded libsw-core v0.3.2
9902026-04-10T04:04:21.276Z Downloaded proc-macro-error2 v2.0.1
9912026-04-10T04:04:21.280Z Downloaded hickory-resolver v0.24.4
9922026-04-10T04:04:21.283Z Downloaded compression-core v0.4.31
9932026-04-10T04:04:21.283Z Downloaded same-file v1.0.6
9942026-04-10T04:04:21.283Z Downloaded gethostname v0.5.0
9952026-04-10T04:04:21.283Z Downloaded critical-section v1.2.0
9962026-04-10T04:04:21.287Z Downloaded is-terminal v0.4.17
9972026-04-10T04:04:21.287Z Downloaded hmac v0.12.1
9982026-04-10T04:04:21.287Z Downloaded ident_case v1.0.1
9992026-04-10T04:04:21.290Z Downloaded darling_macro v0.21.3
10002026-04-10T04:04:21.290Z Downloaded num_enum_derive v0.7.6
10012026-04-10T04:04:21.290Z Downloaded dof v0.4.0
10022026-04-10T04:04:21.290Z Downloaded crossbeam-epoch v0.9.18
10032026-04-10T04:04:21.294Z Downloaded darling v0.21.3
10042026-04-10T04:04:21.297Z Downloaded instant v0.1.13
10052026-04-10T04:04:21.297Z Downloaded daft-derive v0.1.5
10062026-04-10T04:04:21.300Z Downloaded ipnetwork v0.21.1
10072026-04-10T04:04:21.300Z Downloaded embedded-io v0.4.0
10082026-04-10T04:04:21.304Z Downloaded scroll_derive v0.13.1
10092026-04-10T04:04:21.304Z Downloaded dof v0.3.0
10102026-04-10T04:04:21.304Z Downloaded progenitor-extras v0.1.1
10112026-04-10T04:04:21.304Z Downloaded crc8 v0.1.1
10122026-04-10T04:04:21.307Z Downloaded cobs v0.3.0
10132026-04-10T04:04:21.307Z Downloaded serde_plain v1.0.2
10142026-04-10T04:04:21.308Z Downloaded dyn-clone v1.0.20
10152026-04-10T04:04:21.308Z Downloaded console v0.16.3
10162026-04-10T04:04:21.311Z Downloaded serde_spanned v1.1.0
10172026-04-10T04:04:21.311Z Downloaded phf_shared v0.12.1
10182026-04-10T04:04:21.311Z Downloaded icu_locale_core v2.1.1
10192026-04-10T04:04:21.314Z Downloaded sigpipe v0.1.3
10202026-04-10T04:04:21.318Z Downloaded secrecy v0.10.3
10212026-04-10T04:04:21.318Z Downloaded num_enum_derive v0.5.11
10222026-04-10T04:04:21.318Z Downloaded slog-bunyan v2.5.0
10232026-04-10T04:04:21.318Z Downloaded arrayvec v0.7.6
10242026-04-10T04:04:21.321Z Downloaded smawk v0.3.2
10252026-04-10T04:04:21.321Z Downloaded dropshot_endpoint v0.16.7
10262026-04-10T04:04:21.324Z Downloaded resolv-conf v0.7.6
10272026-04-10T04:04:21.325Z Downloaded oxide-tokio-rt v0.1.3
10282026-04-10T04:04:21.328Z Downloaded memmap2 v0.9.10
10292026-04-10T04:04:21.328Z Downloaded litemap v0.8.1
10302026-04-10T04:04:21.328Z Downloaded qorb v0.4.1
10312026-04-10T04:04:21.331Z Downloaded rustc_version v0.1.7
10322026-04-10T04:04:21.331Z Downloaded chacha20 v0.9.1
10332026-04-10T04:04:21.335Z Downloaded spin v0.5.2
10342026-04-10T04:04:21.335Z Downloaded serde-big-array v0.5.1
10352026-04-10T04:04:21.336Z Downloaded serial_test_derive v3.4.0
10362026-04-10T04:04:21.339Z Downloaded proc-macro-crate v1.3.1
10372026-04-10T04:04:21.339Z Downloaded elliptic-curve v0.13.8
10382026-04-10T04:04:21.339Z Downloaded omicron-workspace-hack v0.1.0
10392026-04-10T04:04:21.339Z Downloaded byte-wrapper v0.1.0
10402026-04-10T04:04:21.343Z Downloaded olpc-cjson v0.1.4
10412026-04-10T04:04:21.343Z Downloaded async-trait v0.1.89
10422026-04-10T04:04:21.346Z Downloaded indexmap v2.13.0
10432026-04-10T04:04:21.346Z Downloaded httpdate v1.0.3
10442026-04-10T04:04:21.349Z Downloaded dtrace-parser v0.3.0
10452026-04-10T04:04:21.350Z Downloaded half v2.7.1
10462026-04-10T04:04:21.350Z Downloaded bcs v0.1.6
10472026-04-10T04:04:21.353Z Downloaded icu_provider v2.1.1
10482026-04-10T04:04:21.353Z Downloaded const_format_proc_macros v0.2.34
10492026-04-10T04:04:21.356Z Downloaded backoff v0.4.0
10502026-04-10T04:04:21.360Z Downloaded indicatif v0.18.4
10512026-04-10T04:04:21.364Z Downloaded strum v0.26.3
10522026-04-10T04:04:21.364Z Downloaded progenitor-macro v0.13.0
10532026-04-10T04:04:21.364Z Downloaded pretty-hex v0.4.2
10542026-04-10T04:04:21.367Z Downloaded rand_xorshift v0.4.0
10552026-04-10T04:04:21.367Z Downloaded parking_lot_core v0.8.6
10562026-04-10T04:04:21.367Z Downloaded compression-codecs v0.4.37
10572026-04-10T04:04:21.370Z Downloaded schemars_derive v0.8.22
10582026-04-10T04:04:21.370Z Downloaded tabled_derive v0.7.0
10592026-04-10T04:04:21.370Z Downloaded structmeta v0.3.0
10602026-04-10T04:04:21.374Z Downloaded rustls-native-certs v0.8.3
10612026-04-10T04:04:21.375Z Downloaded proc-macro-error-attr v1.0.4
10622026-04-10T04:04:21.375Z Downloaded derive-ex v0.1.8
10632026-04-10T04:04:21.378Z Downloaded chacha20 v0.10.0
10642026-04-10T04:04:21.378Z Downloaded blake2 v0.10.6
10652026-04-10T04:04:21.378Z Downloaded smartstring v1.0.1
10662026-04-10T04:04:21.381Z Downloaded take_mut v0.2.2
10672026-04-10T04:04:21.381Z Downloaded testing_table v0.3.0
10682026-04-10T04:04:21.381Z Downloaded slog-dtrace v0.3.0
10692026-04-10T04:04:21.381Z Downloaded poly1305 v0.8.0
10702026-04-10T04:04:21.385Z Downloaded time-core v0.1.8
10712026-04-10T04:04:21.385Z Downloaded serial_test v3.4.0
10722026-04-10T04:04:21.385Z Downloaded pest_derive v2.8.6
10732026-04-10T04:04:21.388Z Downloaded progenitor v0.11.2
10742026-04-10T04:04:21.388Z Downloaded progenitor v0.10.0
10752026-04-10T04:04:21.388Z Downloaded bit-vec v0.8.0
10762026-04-10T04:04:21.391Z Downloaded slog-stdlog v4.1.1
10772026-04-10T04:04:21.391Z Downloaded slog-async v2.8.0
10782026-04-10T04:04:21.391Z Downloaded sdd v3.0.10
10792026-04-10T04:04:21.396Z Downloaded scroll v0.12.0
10802026-04-10T04:04:21.396Z Downloaded phf v0.12.1
10812026-04-10T04:04:21.396Z Downloaded drift v0.1.3
10822026-04-10T04:04:21.400Z Downloaded darling v0.23.0
10832026-04-10T04:04:21.403Z Downloaded semver v0.1.20
10842026-04-10T04:04:21.406Z Downloaded darling_core v0.21.3
10852026-04-10T04:04:21.409Z Downloaded serde_repr v0.1.20
10862026-04-10T04:04:21.409Z Downloaded tinystr v0.8.2
10872026-04-10T04:04:21.409Z Downloaded synstructure v0.13.2
10882026-04-10T04:04:21.413Z Downloaded postcard v1.1.3
10892026-04-10T04:04:21.413Z Downloaded pem v3.0.6
10902026-04-10T04:04:21.413Z Downloaded paste v1.0.15
10912026-04-10T04:04:21.416Z Downloaded topological-sort v0.2.2
10922026-04-10T04:04:21.419Z Downloaded thiserror-no-std v2.0.2
10932026-04-10T04:04:21.423Z Downloaded icu_normalizer v2.1.1
10942026-04-10T04:04:21.426Z Downloaded rustls-platform-verifier v0.6.2
10952026-04-10T04:04:21.426Z Downloaded progenitor v0.13.0
10962026-04-10T04:04:21.429Z Downloaded thread-id v5.1.0
10972026-04-10T04:04:21.429Z Downloaded tagptr v0.2.0
10982026-04-10T04:04:21.429Z Downloaded rhai_codegen v3.1.0
10992026-04-10T04:04:21.440Z Downloaded tabwriter v1.4.1
11002026-04-10T04:04:21.440Z Downloaded smf v0.2.3
11012026-04-10T04:04:21.440Z Downloaded pest_meta v2.8.6
11022026-04-10T04:04:21.440Z Downloaded blake3 v1.8.4
11032026-04-10T04:04:21.445Z Downloaded rusty-fork v0.3.1
11042026-04-10T04:04:21.445Z Downloaded rustls-pemfile v2.2.0
11052026-04-10T04:04:21.445Z Downloaded hickory-resolver v0.25.2
11062026-04-10T04:04:21.448Z Downloaded heapless v0.8.0
11072026-04-10T04:04:21.448Z Downloaded cargo_toml v0.22.3
11082026-04-10T04:04:21.448Z Downloaded waitgroup v0.1.2
11092026-04-10T04:04:21.448Z Downloaded usdt-impl v0.6.0
11102026-04-10T04:04:21.452Z Downloaded prettyplease v0.2.37
11112026-04-10T04:04:21.452Z Downloaded thread-id v4.2.2
11122026-04-10T04:04:21.452Z Downloaded thiserror-impl-no-std v2.0.2
11132026-04-10T04:04:21.456Z Downloaded tabled_derive v0.11.0
11142026-04-10T04:04:21.456Z Downloaded wait-timeout v0.2.1
11152026-04-10T04:04:21.456Z Downloaded arc-swap v1.9.0
11162026-04-10T04:04:21.459Z Downloaded rustversion v1.0.22
11172026-04-10T04:04:21.459Z Downloaded crossbeam-channel v0.5.15
11182026-04-10T04:04:21.462Z Downloaded yoke-derive v0.8.1
11192026-04-10T04:04:21.462Z Downloaded proc-macro-error v1.0.4
11202026-04-10T04:04:21.462Z Downloaded cookie v0.18.1
11212026-04-10T04:04:21.465Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11222026-04-10T04:04:21.465Z Downloaded dropshot_endpoint v0.17.0
11232026-04-10T04:04:21.469Z Downloaded zerofrom v0.1.6
11242026-04-10T04:04:21.469Z Downloaded slog-envlogger v2.2.0
11252026-04-10T04:04:21.469Z Downloaded progenitor-client v0.11.2
11262026-04-10T04:04:21.472Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-04-10T04:04:21.475Z Downloaded toml_parser v1.1.0+spec-1.1.0
11282026-04-10T04:04:21.475Z Downloaded utf-8 v0.7.6
11292026-04-10T04:04:21.475Z Downloaded structmeta-derive v0.3.0
11302026-04-10T04:04:21.479Z Downloaded snafu-derive v0.8.9
11312026-04-10T04:04:21.482Z Downloaded strum_macros v0.26.4
11322026-04-10T04:04:21.485Z Downloaded slog-term v2.9.2
11332026-04-10T04:04:21.485Z Downloaded scroll v0.13.0
11342026-04-10T04:04:21.485Z Downloaded jiff-static v0.2.23
11352026-04-10T04:04:21.489Z Downloaded spin v0.9.8
11362026-04-10T04:04:21.492Z Downloaded progenitor-impl v0.10.0
11372026-04-10T04:04:21.496Z Downloaded slog-scope v4.4.1
11382026-04-10T04:04:21.496Z Downloaded base64 v0.21.7
11392026-04-10T04:04:21.499Z Downloaded usdt v0.6.0
11402026-04-10T04:04:21.502Z Downloaded slog v2.8.2
11412026-04-10T04:04:21.502Z Downloaded unarray v0.1.4
11422026-04-10T04:04:21.503Z Downloaded libm v0.2.16
11432026-04-10T04:04:21.507Z Downloaded zone_cfg_derive v0.3.1
11442026-04-10T04:04:21.511Z Downloaded unsafe-libyaml v0.2.11
11452026-04-10T04:04:21.511Z Downloaded unit-prefix v0.5.2
11462026-04-10T04:04:21.511Z Downloaded ucd-trie v0.1.7
11472026-04-10T04:04:21.514Z Downloaded zone v0.3.1
11482026-04-10T04:04:21.514Z Downloaded usdt v0.5.0
11492026-04-10T04:04:21.514Z Downloaded usdt-attr-macro v0.5.0
11502026-04-10T04:04:21.514Z Downloaded strum_macros v0.27.2
11512026-04-10T04:04:21.518Z Downloaded typify-macro v0.6.1
11522026-04-10T04:04:21.518Z Downloaded stable_deref_trait v1.2.1
11532026-04-10T04:04:21.521Z Downloaded walkdir v2.5.0
11542026-04-10T04:04:21.524Z Downloaded progenitor-client v0.10.0
11552026-04-10T04:04:21.528Z Downloaded strum v0.27.2
11562026-04-10T04:04:21.531Z Downloaded thin-vec v0.2.14
11572026-04-10T04:04:21.536Z Downloaded pretty_assertions v1.4.1
11582026-04-10T04:04:21.539Z Downloaded usdt-macro v0.6.0
11592026-04-10T04:04:21.539Z Downloaded serde_with_macros v3.18.0
11602026-04-10T04:04:21.542Z Downloaded universal-hash v0.5.1
11612026-04-10T04:04:21.546Z Downloaded hkdf v0.12.4
11622026-04-10T04:04:21.546Z Downloaded hashbrown v0.16.1
11632026-04-10T04:04:21.551Z Downloaded icu_collections v2.1.1
11642026-04-10T04:04:21.558Z Downloaded tokio-dtrace v0.1.1
11652026-04-10T04:04:21.561Z Downloaded tokio-tungstenite v0.21.0
11662026-04-10T04:04:21.561Z Downloaded tiny-keccak v2.0.2
11672026-04-10T04:04:21.564Z Downloaded serde_yaml v0.9.34+deprecated
11682026-04-10T04:04:21.565Z Downloaded untrusted v0.7.1
11692026-04-10T04:04:21.568Z Downloaded toml_writer v1.1.0+spec-1.1.0
11702026-04-10T04:04:21.568Z Downloaded xz2 v0.1.7
11712026-04-10T04:04:21.568Z Downloaded serde_derive_internals v0.29.1
11722026-04-10T04:04:21.571Z Downloaded minimal-lexical v0.2.1
11732026-04-10T04:04:21.574Z Downloaded yansi v1.0.1
11742026-04-10T04:04:21.574Z Downloaded yoke v0.8.1
11752026-04-10T04:04:21.577Z Downloaded term v1.2.1
11762026-04-10T04:04:21.578Z Downloaded usdt-impl v0.5.0
11772026-04-10T04:04:21.581Z Downloaded progenitor-impl v0.11.2
11782026-04-10T04:04:21.584Z Downloaded similar v2.7.0
11792026-04-10T04:04:21.587Z Downloaded toml v0.9.12+spec-1.1.0
11802026-04-10T04:04:21.592Z Downloaded vsss-rs v3.3.4
11812026-04-10T04:04:21.596Z Downloaded zerovec-derive v0.11.2
11822026-04-10T04:04:21.600Z Downloaded hashbrown v0.12.3
11832026-04-10T04:04:21.603Z Downloaded snafu v0.8.9
11842026-04-10T04:04:21.603Z Downloaded typed-path v0.9.3
11852026-04-10T04:04:21.606Z Downloaded whoami v1.6.1
11862026-04-10T04:04:21.610Z Downloaded ref-cast-impl v1.0.25
11872026-04-10T04:04:21.613Z Downloaded tungstenite v0.21.0
11882026-04-10T04:04:21.613Z Downloaded ref-cast v1.0.25
11892026-04-10T04:04:21.616Z Downloaded toml v0.7.8
11902026-04-10T04:04:21.616Z Downloaded test-strategy v0.4.5
11912026-04-10T04:04:21.620Z Downloaded schemars v0.9.0
11922026-04-10T04:04:21.624Z Downloaded typify v0.6.1
11932026-04-10T04:04:21.627Z Downloaded rand v0.8.5
11942026-04-10T04:04:21.631Z Downloaded steno v0.4.1
11952026-04-10T04:04:21.641Z Downloaded typify v0.4.3
11962026-04-10T04:04:21.645Z Downloaded zerotrie v0.2.3
11972026-04-10T04:04:21.648Z Downloaded schemars v1.2.1
11982026-04-10T04:04:21.653Z Downloaded scroll_derive v0.12.1
11992026-04-10T04:04:21.656Z Downloaded scc v2.4.0
12002026-04-10T04:04:21.656Z Downloaded toml_edit v0.19.15
12012026-04-10T04:04:21.664Z Downloaded typify-macro v0.4.3
12022026-04-10T04:04:21.668Z Downloaded termtree v0.5.1
12032026-04-10T04:04:21.668Z Downloaded siphasher v1.0.2
12042026-04-10T04:04:21.668Z Downloaded sha1 v0.10.6
12052026-04-10T04:04:21.668Z Downloaded progenitor-impl v0.13.0
12062026-04-10T04:04:21.671Z Downloaded nom v8.0.0
12072026-04-10T04:04:21.674Z Downloaded itertools v0.12.1
12082026-04-10T04:04:21.677Z Downloaded zeroize_derive v1.4.3
12092026-04-10T04:04:21.677Z Downloaded serde_tokenstream v0.2.3
12102026-04-10T04:04:21.677Z Downloaded rayon-core v1.13.0
12112026-04-10T04:04:21.680Z Downloaded nom v7.1.3
12122026-04-10T04:04:21.681Z Downloaded rand_core v0.10.0
12132026-04-10T04:04:21.688Z Downloaded zerofrom-derive v0.1.6
12142026-04-10T04:04:21.691Z Downloaded time-macros v0.2.27
12152026-04-10T04:04:21.691Z Downloaded usdt-attr-macro v0.6.0
12162026-04-10T04:04:21.694Z Downloaded slog-json v2.6.1
12172026-04-10T04:04:21.694Z Downloaded toml_edit v0.25.8+spec-1.1.0
12182026-04-10T04:04:21.698Z Downloaded icu_properties_data v2.1.2
12192026-04-10T04:04:21.701Z Downloaded writeable v0.6.2
12202026-04-10T04:04:21.704Z Downloaded tokio-rustls v0.25.0
12212026-04-10T04:04:21.704Z Downloaded usdt-macro v0.5.0
12222026-04-10T04:04:21.709Z Downloaded zerocopy-derive v0.8.48
12232026-04-10T04:04:21.713Z Downloaded reqwest v0.13.2
12242026-04-10T04:04:21.716Z Downloaded pest v2.8.6
12252026-04-10T04:04:21.720Z Downloaded zerocopy-derive v0.7.35
12262026-04-10T04:04:21.724Z Downloaded winnow v0.5.40
12272026-04-10T04:04:21.739Z Downloaded schemars v0.8.22
12282026-04-10T04:04:21.748Z Downloaded rand v0.10.0
12292026-04-10T04:04:21.752Z Downloaded aws-lc-rs v1.16.2
12302026-04-10T04:04:21.756Z Downloaded zerovec v0.11.5
12312026-04-10T04:04:21.760Z Downloaded toml v1.1.0+spec-1.1.0
12322026-04-10T04:04:21.794Z Downloaded zerocopy v0.7.35
12332026-04-10T04:04:21.802Z Downloaded moka v0.12.15
12342026-04-10T04:04:21.806Z Downloaded proptest v1.11.0
12352026-04-10T04:04:21.817Z Downloaded serde_with v3.18.0
12362026-04-10T04:04:21.824Z Downloaded rhai v1.24.0
12372026-04-10T04:04:21.830Z Downloaded regress v0.10.5
12382026-04-10T04:04:21.836Z Downloaded tough v0.20.0
12392026-04-10T04:04:21.841Z Downloaded goblin v0.10.5
12402026-04-10T04:04:21.846Z Downloaded tabled v0.15.0
12412026-04-10T04:04:21.856Z Downloaded tabled v0.20.0
12422026-04-10T04:04:21.866Z Downloaded time v0.3.47
12432026-04-10T04:04:21.873Z Downloaded dropshot v0.17.0
12442026-04-10T04:04:21.886Z Downloaded syn v1.0.109
12452026-04-10T04:04:21.892Z Downloaded smoltcp v0.11.0
12462026-04-10T04:04:21.899Z Downloaded dropshot v0.16.7
12472026-04-10T04:04:21.912Z Downloaded rustls v0.22.4
12482026-04-10T04:04:21.919Z Downloaded nix v0.31.2
12492026-04-10T04:04:21.925Z Downloaded rustls-webpki v0.102.8
12502026-04-10T04:04:21.936Z Downloaded hickory-proto v0.25.2
12512026-04-10T04:04:21.945Z Downloaded typify-impl v0.4.3
12522026-04-10T04:04:21.953Z Downloaded openapiv3 v2.2.0
12532026-04-10T04:04:21.960Z Downloaded hickory-proto v0.24.4
12542026-04-10T04:04:21.969Z Downloaded chrono-tz v0.10.4
12552026-04-10T04:04:21.980Z Downloaded rayon v1.11.0
12562026-04-10T04:04:21.985Z Downloaded sled v0.34.7
12572026-04-10T04:04:21.992Z Downloaded typify-impl v0.6.1
12582026-04-10T04:04:22.047Z Downloaded petgraph v0.6.5
12592026-04-10T04:04:22.060Z Downloaded lzma-sys v0.1.20
12602026-04-10T04:04:22.077Z Downloaded jiff v0.2.23
12612026-04-10T04:04:22.088Z Downloaded csv v1.4.0
12622026-04-10T04:04:22.099Z Downloaded sha3 v0.10.8
12632026-04-10T04:04:22.144Z Downloaded encoding_rs v0.8.35
12642026-04-10T04:04:22.734Z Downloaded aws-lc-sys v0.39.1
12652026-04-10T04:04:23.628Z Compiling proc-macro2 v1.0.106
12662026-04-10T04:04:23.628Z Compiling quote v1.0.45
12672026-04-10T04:04:23.628Z Compiling unicode-ident v1.0.24
12682026-04-10T04:04:23.628Z Compiling serde_core v1.0.228
12692026-04-10T04:04:23.629Z Compiling cfg-if v1.0.4
12702026-04-10T04:04:23.632Z Compiling serde v1.0.228
12712026-04-10T04:04:23.632Z Compiling libc v0.2.184
12722026-04-10T04:04:23.724Z Compiling memchr v2.8.0
12732026-04-10T04:04:23.850Z Compiling itoa v1.0.18
12742026-04-10T04:04:24.031Z Compiling zmij v1.0.21
12752026-04-10T04:04:24.039Z Compiling autocfg v1.5.0
12762026-04-10T04:04:24.049Z Compiling libm v0.2.16
12772026-04-10T04:04:24.351Z Compiling version_check v0.9.5
12782026-04-10T04:04:24.397Z Compiling stable_deref_trait v1.2.1
12792026-04-10T04:04:24.468Z Compiling writeable v0.6.2
12802026-04-10T04:04:24.488Z Compiling litemap v0.8.1
12812026-04-10T04:04:24.605Z Compiling pin-project-lite v0.2.17
12822026-04-10T04:04:24.608Z Compiling icu_normalizer_data v2.1.1
12832026-04-10T04:04:24.608Z Compiling icu_properties_data v2.1.2
12842026-04-10T04:04:24.653Z Compiling percent-encoding v2.3.2
12852026-04-10T04:04:24.694Z Compiling parking_lot_core v0.9.12
12862026-04-10T04:04:24.930Z Compiling syn v2.0.117
12872026-04-10T04:04:24.991Z Compiling iana-time-zone v0.1.65
12882026-04-10T04:04:25.009Z Compiling equivalent v1.0.2
12892026-04-10T04:04:25.038Z Compiling scopeguard v1.2.0
12902026-04-10T04:04:25.098Z Compiling allocator-api2 v0.2.21
12912026-04-10T04:04:25.111Z Compiling foldhash v0.2.0
12922026-04-10T04:04:25.126Z Compiling lock_api v0.4.14
12932026-04-10T04:04:25.137Z Compiling form_urlencoded v1.2.2
12942026-04-10T04:04:25.205Z Compiling utf8_iter v1.0.4
12952026-04-10T04:04:25.316Z Compiling serde_json v1.0.149
12962026-04-10T04:04:25.346Z Compiling dyn-clone v1.0.20
12972026-04-10T04:04:25.359Z Compiling num-traits v0.2.19
12982026-04-10T04:04:25.362Z Compiling log v0.4.29
12992026-04-10T04:04:25.431Z Compiling hashbrown v0.16.1
13002026-04-10T04:04:25.488Z Compiling jobserver v0.1.34
13012026-04-10T04:04:25.558Z Compiling find-msvc-tools v0.1.9
13022026-04-10T04:04:25.570Z Compiling shlex v1.3.0
13032026-04-10T04:04:25.661Z Compiling zerocopy v0.8.48
13042026-04-10T04:04:25.753Z Compiling cc v1.2.58
13052026-04-10T04:04:25.791Z Compiling futures-core v0.3.32
13062026-04-10T04:04:25.817Z Compiling errno v0.3.14
13072026-04-10T04:04:25.946Z Compiling semver v1.0.28
13082026-04-10T04:04:26.031Z Compiling thiserror v2.0.18
13092026-04-10T04:04:26.050Z Compiling rand_core v0.10.0
13102026-04-10T04:04:26.082Z Compiling getrandom v0.4.2
13112026-04-10T04:04:26.202Z Compiling indexmap v2.13.0
13122026-04-10T04:04:26.388Z Compiling heck v0.5.0
13132026-04-10T04:04:26.539Z Compiling futures-sink v0.3.32
13142026-04-10T04:04:26.568Z Compiling slab v0.4.12
13152026-04-10T04:04:26.639Z Compiling fnv v1.0.7
13162026-04-10T04:04:26.658Z Compiling futures-channel v0.3.32
13172026-04-10T04:04:26.734Z Compiling uuid v1.23.0
13182026-04-10T04:04:26.744Z Compiling futures-io v0.3.32
13192026-04-10T04:04:26.873Z Compiling rustversion v1.0.22
13202026-04-10T04:04:26.885Z Compiling futures-task v0.3.32
13212026-04-10T04:04:26.902Z Compiling portable-atomic v1.13.1
13222026-04-10T04:04:27.048Z Compiling typenum v1.19.0
13232026-04-10T04:04:27.059Z Compiling schemars v0.8.22
13242026-04-10T04:04:27.144Z Compiling socket2 v0.6.3
13252026-04-10T04:04:27.161Z Compiling getrandom v0.2.17
13262026-04-10T04:04:27.302Z Compiling critical-section v1.2.0
13272026-04-10T04:04:27.340Z Compiling signal-hook-registry v1.4.8
13282026-04-10T04:04:27.408Z Compiling mio v1.2.0
13292026-04-10T04:04:27.498Z Compiling bitflags v2.11.0
13302026-04-10T04:04:27.594Z Compiling subtle v2.6.1
13312026-04-10T04:04:27.643Z Compiling untrusted v0.9.0
13322026-04-10T04:04:27.734Z Compiling synstructure v0.13.2
13332026-04-10T04:04:27.753Z Compiling serde_derive_internals v0.29.1
13342026-04-10T04:04:27.763Z Compiling byteorder v1.5.0
13352026-04-10T04:04:27.802Z Compiling once_cell v1.21.4
13362026-04-10T04:04:27.894Z Compiling base64 v0.22.1
13372026-04-10T04:04:27.904Z Compiling rand_core v0.6.4
13382026-04-10T04:04:27.979Z Compiling cmake v0.1.58
13392026-04-10T04:04:27.983Z Compiling dunce v1.0.5
13402026-04-10T04:04:28.009Z Compiling fs_extra v1.3.0
13412026-04-10T04:04:28.079Z Compiling rustix v1.1.4
13422026-04-10T04:04:28.121Z Compiling regex-syntax v0.8.10
13432026-04-10T04:04:28.214Z Compiling ipnet v2.12.0
13442026-04-10T04:04:28.238Z Compiling atomic-waker v1.1.2
13452026-04-10T04:04:28.256Z Compiling httparse v1.10.1
13462026-04-10T04:04:28.311Z Compiling aws-lc-sys v0.39.1
13472026-04-10T04:04:28.358Z Compiling strsim v0.11.1
13482026-04-10T04:04:28.480Z Compiling slog v2.8.2
13492026-04-10T04:04:28.631Z Compiling generic-array v0.14.7
13502026-04-10T04:04:28.640Z Compiling thiserror v1.0.69
13512026-04-10T04:04:28.693Z Compiling tower-layer v0.3.3
13522026-04-10T04:04:28.744Z Compiling getrandom v0.3.4
13532026-04-10T04:04:28.744Z Compiling ucd-trie v0.1.7
13542026-04-10T04:04:28.845Z Compiling tower-service v0.3.3
13552026-04-10T04:04:28.897Z Compiling pest v2.8.6
13562026-04-10T04:04:28.965Z Compiling serde_derive v1.0.228
13572026-04-10T04:04:29.045Z Compiling zerofrom-derive v0.1.6
13582026-04-10T04:04:29.073Z Compiling yoke-derive v0.8.1
13592026-04-10T04:04:29.119Z Compiling zerovec-derive v0.11.2
13602026-04-10T04:04:29.130Z Compiling displaydoc v0.2.5
13612026-04-10T04:04:29.258Z Compiling tokio-macros v2.7.0
13622026-04-10T04:04:29.915Z Compiling schemars_derive v0.8.22
13632026-04-10T04:04:30.013Z Compiling zerocopy-derive v0.8.48
13642026-04-10T04:04:30.113Z Compiling thiserror-impl v2.0.18
13652026-04-10T04:04:30.221Z Compiling zeroize_derive v1.4.3
13662026-04-10T04:04:30.254Z Compiling futures-macro v0.3.32
13672026-04-10T04:04:30.269Z Compiling zerofrom v0.1.6
13682026-04-10T04:04:30.389Z Compiling yoke v0.8.1
13692026-04-10T04:04:30.572Z Compiling zerovec v0.11.5
13702026-04-10T04:04:30.800Z Compiling zerotrie v0.2.3
13712026-04-10T04:04:30.887Z Compiling zeroize v1.8.2
13722026-04-10T04:04:31.078Z Compiling tinystr v0.8.2
13732026-04-10T04:04:31.082Z Compiling potential_utf v0.1.4
13742026-04-10T04:04:31.097Z Compiling futures-util v0.3.32
13752026-04-10T04:04:31.163Z Compiling thiserror-impl v1.0.69
13762026-04-10T04:04:31.247Z Compiling icu_locale_core v2.1.1
13772026-04-10T04:04:31.276Z Compiling icu_collections v2.1.1
13782026-04-10T04:04:31.452Z Compiling try-lock v0.2.5
13792026-04-10T04:04:31.553Z Compiling want v0.3.1
13802026-04-10T04:04:31.777Z Compiling pest_meta v2.8.6
13812026-04-10T04:04:32.173Z Compiling bytes v1.11.1
13822026-04-10T04:04:32.196Z Compiling smallvec v1.15.1
13832026-04-10T04:04:32.196Z Compiling icu_provider v2.1.1
13842026-04-10T04:04:32.291Z Compiling chrono v0.4.44
13852026-04-10T04:04:32.426Z Compiling icu_properties v2.1.2
13862026-04-10T04:04:32.483Z Compiling icu_normalizer v2.1.1
13872026-04-10T04:04:33.040Z Compiling parking_lot v0.12.5
13882026-04-10T04:04:33.054Z Compiling http v1.4.0
13892026-04-10T04:04:33.090Z Compiling serde_tokenstream v0.2.3
13902026-04-10T04:04:33.317Z Compiling idna_adapter v1.2.1
13912026-04-10T04:04:33.365Z Compiling tokio v1.51.1
13922026-04-10T04:04:33.441Z Compiling idna v1.1.0
13932026-04-10T04:04:33.461Z Compiling erased-serde v0.3.31
13942026-04-10T04:04:33.660Z Compiling httpdate v1.0.3
13952026-04-10T04:04:33.793Z Compiling url v2.5.8
13962026-04-10T04:04:33.887Z Compiling http-body v1.0.1
13972026-04-10T04:04:34.031Z Compiling ryu v1.0.23
13982026-04-10T04:04:34.042Z Compiling pest_generator v2.8.6
13992026-04-10T04:04:34.189Z Compiling ppv-lite86 v0.2.21
14002026-04-10T04:04:34.210Z Compiling pretty-hex v0.4.2
14012026-04-10T04:04:34.328Z Compiling plain v0.2.3
14022026-04-10T04:04:34.338Z Compiling paste v1.0.15
14032026-04-10T04:04:34.429Z Compiling crypto-common v0.1.7
14042026-04-10T04:04:34.500Z Compiling omicron-workspace-hack v0.1.0
14052026-04-10T04:04:34.558Z Compiling ident_case v1.0.1
14062026-04-10T04:04:34.640Z Compiling pest_derive v2.8.6
14072026-04-10T04:04:34.660Z Compiling tracing-attributes v0.1.31
14082026-04-10T04:04:34.671Z Compiling tracing-core v0.1.36
14092026-04-10T04:04:34.825Z Compiling serde_urlencoded v0.7.1
14102026-04-10T04:04:35.066Z Compiling http-body-util v0.1.3
14112026-04-10T04:04:35.196Z Compiling ipnetwork v0.21.1
14122026-04-10T04:04:35.230Z Compiling daft-derive v0.1.5
14132026-04-10T04:04:35.293Z Compiling sync_wrapper v1.0.2
14142026-04-10T04:04:35.303Z Compiling fastrand v2.3.0
14152026-04-10T04:04:35.398Z Compiling aho-corasick v1.1.4
14162026-04-10T04:04:35.575Z Compiling winnow v1.0.1
14172026-04-10T04:04:35.627Z Compiling rustls-pki-types v1.14.0
14182026-04-10T04:04:35.849Z Compiling async-trait v0.1.89
14192026-04-10T04:04:35.909Z Compiling tracing v0.1.44
14202026-04-10T04:04:35.961Z Compiling scroll_derive v0.13.1
14212026-04-10T04:04:36.112Z Compiling ring v0.17.14
14222026-04-10T04:04:36.369Z Compiling regex-automata v0.4.14
14232026-04-10T04:04:36.608Z Compiling num-conv v0.2.1
14242026-04-10T04:04:36.651Z Compiling anyhow v1.0.102
14252026-04-10T04:04:36.749Z Compiling time-core v0.1.8
14262026-04-10T04:04:36.768Z Compiling cpufeatures v0.2.17
14272026-04-10T04:04:36.782Z Compiling powerfmt v0.2.0
14282026-04-10T04:04:36.799Z Compiling iri-string v0.7.12
14292026-04-10T04:04:36.833Z Compiling scroll v0.13.0
14302026-04-10T04:04:36.886Z Compiling time-macros v0.2.27
14312026-04-10T04:04:36.980Z Compiling deranged v0.5.8
14322026-04-10T04:04:37.324Z Compiling block-buffer v0.10.4
14332026-04-10T04:04:37.469Z Compiling num_threads v0.1.7
14342026-04-10T04:04:37.562Z Compiling hex v0.4.3
14352026-04-10T04:04:37.813Z Compiling digest v0.10.7
14362026-04-10T04:04:38.017Z Compiling regex v1.12.3
14372026-04-10T04:04:38.284Z Compiling tokio-util v0.7.18
14382026-04-10T04:04:38.403Z Compiling goblin v0.10.5
14392026-04-10T04:04:38.406Z Compiling oxnet v0.1.4
14402026-04-10T04:04:38.832Z Compiling camino v1.2.2
14412026-04-10T04:04:39.176Z Compiling usdt-impl v0.6.0
14422026-04-10T04:04:39.191Z Compiling openssl-probe v0.2.1
14432026-04-10T04:04:39.417Z Compiling dtrace-parser v0.3.0
14442026-04-10T04:04:39.859Z Compiling futures-executor v0.3.32
14452026-04-10T04:04:40.063Z Compiling crossbeam-utils v0.8.21
14462026-04-10T04:04:40.250Z Compiling h2 v0.4.13
14472026-04-10T04:04:40.340Z Compiling structmeta-derive v0.3.0
14482026-04-10T04:04:40.368Z Compiling regress v0.10.5
14492026-04-10T04:04:40.378Z Compiling thread-id v5.1.0
14502026-04-10T04:04:40.451Z Compiling rustls v0.22.4
14512026-04-10T04:04:40.653Z Compiling syn v1.0.109
14522026-04-10T04:04:41.191Z Compiling dof v0.4.0
14532026-04-10T04:04:41.373Z Compiling structmeta v0.3.0
14542026-04-10T04:04:41.513Z Compiling futures v0.3.32
14552026-04-10T04:04:41.568Z Compiling rand_core v0.9.5
14562026-04-10T04:04:41.589Z Compiling darling_core v0.23.0
14572026-04-10T04:04:41.777Z Compiling newtype-uuid-macros v0.1.0
14582026-04-10T04:04:42.552Z Compiling hyper v1.9.0
14592026-04-10T04:04:42.964Z Compiling thread_local v1.1.9
14602026-04-10T04:04:43.234Z Compiling match_cfg v0.1.0
14612026-04-10T04:04:43.274Z Compiling aws-lc-rs v1.16.2
14622026-04-10T04:04:43.285Z Compiling winnow v0.7.15
14632026-04-10T04:04:43.310Z Compiling newtype-uuid v1.3.2
14642026-04-10T04:04:43.567Z Compiling slog-async v2.8.0
14652026-04-10T04:04:43.648Z Compiling hyper-util v0.1.20
14662026-04-10T04:04:43.686Z Compiling darling_macro v0.23.0
14672026-04-10T04:04:44.048Z Compiling ref-cast v1.0.25
14682026-04-10T04:04:44.191Z Compiling quick-error v1.2.3
14692026-04-10T04:04:44.245Z Compiling darling v0.23.0
14702026-04-10T04:04:44.288Z Compiling daft v0.1.5
14712026-04-10T04:04:44.314Z Compiling usdt-attr-macro v0.6.0
14722026-04-10T04:04:44.323Z Compiling usdt-macro v0.6.0
14732026-04-10T04:04:44.391Z Compiling rand_chacha v0.9.0
14742026-04-10T04:04:44.542Z Compiling strum_macros v0.26.4
14752026-04-10T04:04:44.779Z Compiling ref-cast-impl v1.0.25
14762026-04-10T04:04:44.876Z Compiling toml_datetime v0.7.5+spec-1.1.0
14772026-04-10T04:04:45.183Z Compiling serde_spanned v1.1.0
14782026-04-10T04:04:45.334Z Compiling multer v3.1.0
14792026-04-10T04:04:45.381Z Compiling take_mut v0.2.2
14802026-04-10T04:04:45.431Z Compiling toml_writer v1.1.0+spec-1.1.0
14812026-04-10T04:04:45.480Z Compiling term v1.2.1
14822026-04-10T04:04:45.483Z Compiling debug-ignore v1.0.5
14832026-04-10T04:04:45.483Z Compiling bit-vec v0.8.0
14842026-04-10T04:04:45.545Z Compiling untrusted v0.7.1
14852026-04-10T04:04:45.642Z Compiling rand v0.9.2
14862026-04-10T04:04:45.664Z Compiling serde_with_macros v3.18.0
14872026-04-10T04:04:45.727Z Compiling bit-set v0.8.0
14882026-04-10T04:04:45.894Z Compiling async-stream-impl v0.3.6
14892026-04-10T04:04:46.209Z Compiling dropshot v0.16.7
14902026-04-10T04:04:46.225Z Compiling strum v0.26.3
14912026-04-10T04:04:46.263Z Compiling encoding_rs v0.8.35
14922026-04-10T04:04:46.347Z Compiling mime v0.3.17
14932026-04-10T04:04:46.419Z Compiling unarray v0.1.4
14942026-04-10T04:04:46.522Z Compiling spin v0.9.8
14952026-04-10T04:04:46.533Z Compiling rustls v0.23.37
14962026-04-10T04:04:46.634Z Compiling async-stream v0.3.6
14972026-04-10T04:04:46.736Z Compiling derive-ex v0.1.8
14982026-04-10T04:04:46.802Z Compiling dropshot_endpoint v0.16.7
14992026-04-10T04:04:46.806Z Compiling macaddr v1.0.1
15002026-04-10T04:04:46.854Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15012026-04-10T04:04:47.022Z Compiling waitgroup v0.1.2
15022026-04-10T04:04:47.153Z Compiling serde_path_to_error v0.1.20
15032026-04-10T04:04:47.310Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15042026-04-10T04:04:47.436Z Compiling tempfile v3.27.0
15052026-04-10T04:04:47.503Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15062026-04-10T04:04:47.677Z Compiling tower v0.5.3
15072026-04-10T04:04:47.776Z Compiling strum_macros v0.27.2
15082026-04-10T04:04:47.847Z Compiling instant v0.1.13
15092026-04-10T04:04:47.946Z Compiling time v0.3.47
15102026-04-10T04:04:48.152Z Compiling tower-http v0.6.8
15112026-04-10T04:04:48.262Z Compiling rustc-hash v2.1.2
15122026-04-10T04:04:48.276Z Compiling test-strategy v0.4.5
15132026-04-10T04:04:48.424Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15142026-04-10T04:04:48.566Z Compiling crossbeam-channel v0.5.15
15152026-04-10T04:04:49.339Z Compiling openapiv3 v2.2.0
15162026-04-10T04:04:49.576Z Compiling strum v0.27.2
15172026-04-10T04:04:49.710Z Compiling parse-display-derive v0.10.0
15182026-04-10T04:04:50.131Z Compiling rustls-webpki v0.102.8
15192026-04-10T04:04:50.912Z Compiling rustls-native-certs v0.8.3
15202026-04-10T04:04:50.946Z Compiling backon v1.6.0
15212026-04-10T04:04:51.017Z Compiling rand_chacha v0.3.1
15222026-04-10T04:04:51.248Z Compiling rand v0.8.5
15232026-04-10T04:04:51.474Z Compiling slog-json v2.6.1
15242026-04-10T04:04:51.675Z Compiling hostname v0.3.1
15252026-04-10T04:04:51.686Z Compiling toml_parser v1.1.0+spec-1.1.0
15262026-04-10T04:04:51.811Z Compiling wait-timeout v0.2.1
15272026-04-10T04:04:51.888Z Compiling memmap2 v0.9.10
15282026-04-10T04:04:51.938Z Compiling is-terminal v0.4.17
15292026-04-10T04:04:52.030Z Compiling either v1.15.0
15302026-04-10T04:04:52.106Z Compiling usdt v0.6.0
15312026-04-10T04:04:52.228Z Compiling toml v0.9.12+spec-1.1.0
15322026-04-10T04:04:52.266Z Compiling slog-term v2.9.2
15332026-04-10T04:04:52.363Z Compiling rusty-fork v0.3.1
15342026-04-10T04:04:52.382Z Compiling slog-bunyan v2.5.0
15352026-04-10T04:04:52.713Z Compiling serde_with v3.18.0
15362026-04-10T04:04:52.868Z Compiling rand_xorshift v0.4.0
15372026-04-10T04:04:52.961Z Compiling sha1 v0.10.6
15382026-04-10T04:04:53.020Z Compiling rustls-pemfile v2.2.0
15392026-04-10T04:04:53.044Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15402026-04-10T04:04:53.181Z Compiling tokio-rustls v0.25.0
15412026-04-10T04:04:53.214Z Compiling hostname v0.4.2
15422026-04-10T04:04:53.353Z Compiling proptest v1.11.0
15432026-04-10T04:04:53.970Z Compiling reqwest v0.12.28
15442026-04-10T04:04:54.142Z Compiling iddqd v0.3.17
15452026-04-10T04:04:54.421Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15462026-04-10T04:04:55.336Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15472026-04-10T04:04:55.625Z Compiling progenitor-client v0.10.0
15482026-04-10T04:04:55.900Z Compiling parse-display v0.10.0
15492026-04-10T04:04:55.914Z Compiling itertools v0.14.0
15502026-04-10T04:04:56.196Z Compiling backoff v0.4.0
15512026-04-10T04:04:56.233Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15522026-04-10T04:04:56.683Z Compiling toml_datetime v0.6.11
15532026-04-10T04:04:57.196Z Compiling utf8parse v0.2.2
15542026-04-10T04:04:57.303Z Compiling anstyle-parse v1.0.0
15552026-04-10T04:04:57.620Z Compiling zerocopy-derive v0.7.35
15562026-04-10T04:04:57.955Z Compiling colorchoice v1.0.5
15572026-04-10T04:04:58.069Z Compiling anstyle v1.0.14
15582026-04-10T04:04:58.290Z Compiling anstyle-query v1.1.5
15592026-04-10T04:04:58.398Z Compiling is_terminal_polyfill v1.70.2
15602026-04-10T04:04:58.447Z Compiling zerocopy v0.7.35
15612026-04-10T04:04:58.489Z Compiling anstream v1.0.0
15622026-04-10T04:04:58.986Z Compiling clap_lex v1.1.0
15632026-04-10T04:04:59.012Z Compiling convert_case v0.4.0
15642026-04-10T04:04:59.309Z Compiling derive_more v0.99.20
15652026-04-10T04:04:59.722Z Compiling unicode-width v0.2.2
15662026-04-10T04:04:59.915Z Compiling tinyvec_macros v0.1.1
15672026-04-10T04:04:59.981Z Compiling tinyvec v1.11.0
15682026-04-10T04:05:00.388Z Compiling dtrace-parser v0.2.0
15692026-04-10T04:05:00.658Z Compiling serde_spanned v0.6.9
15702026-04-10T04:05:00.778Z Compiling secrecy v0.10.3
15712026-04-10T04:05:00.799Z Compiling clap_derive v4.6.0
15722026-04-10T04:05:00.938Z Compiling scroll_derive v0.12.1
15732026-04-10T04:05:01.267Z Compiling usdt-impl v0.5.0
15742026-04-10T04:05:01.372Z Compiling crucible-workspace-hack v0.1.0
15752026-04-10T04:05:01.514Z Compiling toml_write v0.1.2
15762026-04-10T04:05:01.644Z Compiling scroll v0.12.0
15772026-04-10T04:05:01.684Z Compiling toml_edit v0.22.27
15782026-04-10T04:05:02.083Z Compiling dof v0.3.0
15792026-04-10T04:05:02.422Z Compiling typify-impl v0.6.1
15802026-04-10T04:05:02.450Z Compiling terminal_size v0.4.4
15812026-04-10T04:05:02.460Z Compiling darling_core v0.21.3
15822026-04-10T04:05:02.470Z Compiling rustc_version v0.4.1
15832026-04-10T04:05:02.504Z Compiling thread-id v4.2.2
15842026-04-10T04:05:02.730Z Compiling curve25519-dalek v4.1.3
15852026-04-10T04:05:03.102Z Compiling toml v0.8.23
15862026-04-10T04:05:03.472Z Compiling goblin v0.8.2
15872026-04-10T04:05:03.937Z Compiling crossbeam-epoch v0.9.18
15882026-04-10T04:05:04.024Z Compiling hmac v0.12.1
15892026-04-10T04:05:04.158Z Compiling inout v0.1.4
15902026-04-10T04:05:04.275Z Compiling ff v0.13.1
15912026-04-10T04:05:04.301Z Compiling num-integer v0.1.46
15922026-04-10T04:05:04.526Z Compiling darling_macro v0.21.3
15932026-04-10T04:05:04.750Z Compiling float-ord v0.3.2
15942026-04-10T04:05:05.038Z Compiling group v0.13.0
15952026-04-10T04:05:05.101Z Compiling darling v0.21.3
15962026-04-10T04:05:05.145Z Compiling cipher v0.4.4
15972026-04-10T04:05:05.145Z Compiling hkdf v0.12.4
15982026-04-10T04:05:05.597Z Compiling clap_builder v4.6.0
15992026-04-10T04:05:07.478Z Compiling thiserror-impl-no-std v2.0.2
16002026-04-10T04:05:07.674Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16012026-04-10T04:05:08.337Z Compiling universal-hash v0.5.1
16022026-04-10T04:05:08.409Z Compiling half v2.7.1
16032026-04-10T04:05:08.465Z Compiling crypto-bigint v0.5.5
16042026-04-10T04:05:08.547Z Compiling curve25519-dalek-derive v0.1.1
16052026-04-10T04:05:08.678Z Compiling typify-macro v0.6.1
16062026-04-10T04:05:08.703Z Compiling proc-macro-error-attr v1.0.4
16072026-04-10T04:05:09.101Z Compiling toml_datetime v1.1.0+spec-1.1.0
16082026-04-10T04:05:09.145Z Compiling rustix v0.38.44
16092026-04-10T04:05:09.148Z Compiling heapless v0.8.0
16102026-04-10T04:05:09.198Z Compiling opaque-debug v0.3.1
16112026-04-10T04:05:09.266Z Compiling ciborium-io v0.2.2
16122026-04-10T04:05:09.315Z Compiling prettyplease v0.2.37
16132026-04-10T04:05:09.356Z Compiling base64ct v1.8.3
16142026-04-10T04:05:09.439Z Compiling base16ct v0.2.0
16152026-04-10T04:05:09.551Z Compiling elliptic-curve v0.13.8
16162026-04-10T04:05:09.564Z Compiling password-hash v0.5.0
16172026-04-10T04:05:09.589Z Compiling ciborium-ll v0.2.2
16182026-04-10T04:05:09.592Z Compiling poly1305 v0.8.0
16192026-04-10T04:05:09.637Z Compiling toml_edit v0.25.8+spec-1.1.0
16202026-04-10T04:05:10.042Z Compiling thiserror-no-std v2.0.2
16212026-04-10T04:05:10.404Z Compiling clap v4.6.0
16222026-04-10T04:05:10.568Z Compiling chacha20 v0.9.1
16232026-04-10T04:05:10.595Z Compiling ingot-macros v0.1.1
16242026-04-10T04:05:10.639Z Compiling num-iter v0.1.45
16252026-04-10T04:05:10.690Z Compiling num-rational v0.4.2
16262026-04-10T04:05:10.738Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16272026-04-10T04:05:10.748Z Compiling usdt-attr-macro v0.5.0
16282026-04-10T04:05:10.780Z Compiling usdt-macro v0.5.0
16292026-04-10T04:05:11.303Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16302026-04-10T04:05:11.766Z Compiling blake2 v0.10.6
16312026-04-10T04:05:11.849Z Compiling byte-wrapper v0.1.0
16322026-04-10T04:05:12.056Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16332026-04-10T04:05:12.214Z Compiling aead v0.5.2
16342026-04-10T04:05:12.229Z Compiling enum-as-inner v0.6.1
16352026-04-10T04:05:12.472Z Compiling hash32 v0.3.1
16362026-04-10T04:05:12.625Z Compiling num-complex v0.4.6
16372026-04-10T04:05:12.673Z Compiling proc-macro-error v1.0.4
16382026-04-10T04:05:12.791Z Compiling memmap v0.7.0
16392026-04-10T04:05:12.897Z Compiling data-encoding v2.10.0
16402026-04-10T04:05:12.947Z Compiling winnow v0.5.40
16412026-04-10T04:05:12.980Z Compiling smoltcp v0.11.0
16422026-04-10T04:05:13.001Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16432026-04-10T04:05:13.235Z Compiling keccak v0.1.6
16442026-04-10T04:05:13.303Z Compiling rustls-webpki v0.103.10
16452026-04-10T04:05:13.474Z Compiling static_assertions v1.1.0
16462026-04-10T04:05:13.547Z Compiling sha3 v0.10.8
16472026-04-10T04:05:13.597Z Compiling ingot-types v0.1.2
16482026-04-10T04:05:13.739Z Compiling num v0.4.3
16492026-04-10T04:05:13.857Z Compiling usdt v0.5.0
16502026-04-10T04:05:14.126Z Compiling chacha20poly1305 v0.10.1
16512026-04-10T04:05:14.255Z Compiling toml_edit v0.19.15
16522026-04-10T04:05:14.324Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16532026-04-10T04:05:14.328Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16542026-04-10T04:05:14.328Z Compiling argon2 v0.5.3
16552026-04-10T04:05:14.549Z Compiling typify v0.6.1
16562026-04-10T04:05:14.640Z Compiling vsss-rs v3.3.4
16572026-04-10T04:05:14.913Z Compiling proc-macro-crate v3.5.0
16582026-04-10T04:05:15.581Z Compiling ciborium v0.2.2
16592026-04-10T04:05:16.310Z Compiling tabwriter v1.4.1
16602026-04-10T04:05:16.546Z Compiling cobs v0.3.0
16612026-04-10T04:05:16.606Z Compiling memoffset v0.9.1
16622026-04-10T04:05:16.662Z Compiling tokio-rustls v0.26.4
16632026-04-10T04:05:16.832Z Compiling rustls-platform-verifier v0.6.2
16642026-04-10T04:05:16.921Z Compiling hyper-rustls v0.27.7
16652026-04-10T04:05:17.023Z Compiling pkg-config v0.3.32
16662026-04-10T04:05:17.063Z Compiling indent_write v2.2.0
16672026-04-10T04:05:17.067Z Compiling vcpkg v0.2.15
16682026-04-10T04:05:17.200Z Compiling reqwest v0.13.2
16692026-04-10T04:05:17.305Z Compiling unsafe-libyaml v0.2.11
16702026-04-10T04:05:17.471Z Compiling cfg_aliases v0.2.1
16712026-04-10T04:05:17.546Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16722026-04-10T04:05:17.632Z Compiling bitflags v1.3.2
16732026-04-10T04:05:17.709Z Compiling managed v0.8.0
16742026-04-10T04:05:17.780Z Compiling openssl-sys v0.9.112
16752026-04-10T04:05:18.104Z Compiling serde_yaml v0.9.34+deprecated
16762026-04-10T04:05:18.199Z Compiling nix v0.31.2
16772026-04-10T04:05:18.407Z Compiling progenitor-client v0.13.0
16782026-04-10T04:05:18.704Z Compiling progenitor-extras v0.1.1
16792026-04-10T04:05:18.949Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16802026-04-10T04:05:19.446Z Compiling postcard v1.1.3
16812026-04-10T04:05:19.853Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16822026-04-10T04:05:20.072Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16832026-04-10T04:05:20.451Z Compiling proc-macro-crate v1.3.1
16842026-04-10T04:05:20.792Z Compiling num_enum_derive v0.7.6
16852026-04-10T04:05:21.441Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16862026-04-10T04:05:21.484Z Compiling progenitor-impl v0.13.0
16872026-04-10T04:05:21.699Z Compiling ingot v0.1.1
16882026-04-10T04:05:21.814Z Compiling hubpack_derive v0.1.1
16892026-04-10T04:05:22.331Z Compiling foreign-types-macros v0.2.3
16902026-04-10T04:05:22.370Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16912026-04-10T04:05:22.673Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16922026-04-10T04:05:22.700Z Compiling rayon-core v1.13.0
16932026-04-10T04:05:22.899Z Compiling foreign-types-shared v0.3.1
16942026-04-10T04:05:22.918Z Compiling cpufeatures v0.3.0
16952026-04-10T04:05:22.958Z Compiling heck v0.4.1
16962026-04-10T04:05:22.989Z Compiling resolv-conf v0.7.6
16972026-04-10T04:05:22.989Z Compiling linked-hash-map v0.5.6
16982026-04-10T04:05:23.163Z Compiling semver v0.1.20
16992026-04-10T04:05:23.183Z Compiling swrite v0.1.0
17002026-04-10T04:05:23.278Z Compiling colored v3.1.1
17012026-04-10T04:05:23.370Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17022026-04-10T04:05:23.418Z Compiling rustc_version v0.1.7
17032026-04-10T04:05:23.565Z Compiling lru-cache v0.1.2
17042026-04-10T04:05:23.619Z Compiling foreign-types v0.5.0
17052026-04-10T04:05:23.674Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17062026-04-10T04:05:23.690Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17072026-04-10T04:05:23.701Z Compiling chacha20 v0.10.0
17082026-04-10T04:05:24.006Z Compiling hubpack v0.1.2
17092026-04-10T04:05:24.203Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17102026-04-10T04:05:24.233Z Compiling num_enum v0.7.6
17112026-04-10T04:05:24.497Z Compiling num_enum_derive v0.5.11
17122026-04-10T04:05:25.107Z Compiling progenitor-macro v0.13.0
17132026-04-10T04:05:25.856Z Compiling hickory-proto v0.24.4
17142026-04-10T04:05:26.725Z Compiling crossbeam-deque v0.8.6
17152026-04-10T04:05:26.921Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17162026-04-10T04:05:27.055Z Compiling serde-big-array v0.5.1
17172026-04-10T04:05:27.171Z Compiling derive-where v1.6.1
17182026-04-10T04:05:27.194Z Compiling serde_repr v0.1.20
17192026-04-10T04:05:27.410Z Compiling pin-project-internal v1.1.11
17202026-04-10T04:05:27.769Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17212026-04-10T04:05:27.804Z Compiling cstr-argument v0.1.2
17222026-04-10T04:05:27.960Z Compiling siphasher v1.0.2
17232026-04-10T04:05:28.153Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17242026-04-10T04:05:28.270Z Compiling minimal-lexical v0.2.1
17252026-04-10T04:05:28.366Z Compiling unicode-segmentation v1.13.2
17262026-04-10T04:05:28.410Z Compiling phf_shared v0.12.1
17272026-04-10T04:05:28.491Z Compiling pin-project v1.1.11
17282026-04-10T04:05:28.526Z Compiling nom v7.1.3
17292026-04-10T04:05:28.584Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17302026-04-10T04:05:28.595Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17312026-04-10T04:05:28.792Z Compiling newline-converter v0.3.0
17322026-04-10T04:05:28.849Z Compiling hickory-resolver v0.24.4
17332026-04-10T04:05:28.889Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17342026-04-10T04:05:28.905Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17352026-04-10T04:05:29.147Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17362026-04-10T04:05:29.350Z Compiling num_enum v0.5.11
17372026-04-10T04:05:29.790Z Compiling rand v0.10.0
17382026-04-10T04:05:29.919Z Compiling newtype_derive v0.1.6
17392026-04-10T04:05:30.150Z Compiling atomicwrites v0.4.4
17402026-04-10T04:05:30.255Z Compiling progenitor v0.13.0
17412026-04-10T04:05:30.390Z Compiling unicode-normalization v0.1.25
17422026-04-10T04:05:30.472Z Compiling console v0.15.11
17432026-04-10T04:05:30.642Z Compiling camino-tempfile v1.4.1
17442026-04-10T04:05:30.865Z Compiling tokio-stream v0.1.18
17452026-04-10T04:05:30.889Z Compiling snafu-derive v0.8.9
17462026-04-10T04:05:30.978Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17472026-04-10T04:05:31.160Z Compiling async-recursion v1.1.1
17482026-04-10T04:05:31.341Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17492026-04-10T04:05:31.479Z Compiling slog-dtrace v0.3.0
17502026-04-10T04:05:31.520Z Compiling bstr v1.12.1
17512026-04-10T04:05:31.627Z Compiling csv-core v0.1.13
17522026-04-10T04:05:31.706Z Compiling highway v1.3.0
17532026-04-10T04:05:31.754Z Compiling owo-colors v4.3.0
17542026-04-10T04:05:31.840Z Compiling similar v2.7.0
17552026-04-10T04:05:31.885Z Compiling unicode-xid v0.2.6
17562026-04-10T04:05:32.007Z Compiling chrono-tz v0.10.4
17572026-04-10T04:05:32.018Z Compiling openssl v0.10.76
17582026-04-10T04:05:32.081Z Compiling same-file v1.0.6
17592026-04-10T04:05:32.099Z Compiling cancel-safe-futures v0.1.5
17602026-04-10T04:05:32.219Z Compiling foreign-types-shared v0.1.1
17612026-04-10T04:05:32.253Z Compiling unicode-width v0.1.14
17622026-04-10T04:05:32.275Z Compiling foldhash v0.1.5
17632026-04-10T04:05:32.309Z Compiling foreign-types v0.3.2
17642026-04-10T04:05:32.368Z Compiling expectorate v1.2.0
17652026-04-10T04:05:32.395Z Compiling hashbrown v0.15.5
17662026-04-10T04:05:32.456Z Compiling walkdir v2.5.0
17672026-04-10T04:05:32.527Z Compiling const_format_proc_macros v0.2.34
17682026-04-10T04:05:32.559Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17692026-04-10T04:05:32.597Z Compiling snafu v0.8.9
17702026-04-10T04:05:32.810Z Compiling globset v0.4.18
17712026-04-10T04:05:32.814Z Compiling csv v1.4.0
17722026-04-10T04:05:32.977Z Compiling qorb v0.4.1
17732026-04-10T04:05:33.020Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17742026-04-10T04:05:33.393Z Compiling olpc-cjson v0.1.4
17752026-04-10T04:05:33.557Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17762026-04-10T04:05:34.504Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17772026-04-10T04:05:35.057Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17782026-04-10T04:05:35.105Z Compiling rayon v1.11.0
17792026-04-10T04:05:35.172Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17802026-04-10T04:05:35.264Z Compiling phf v0.12.1
17812026-04-10T04:05:35.317Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17822026-04-10T04:05:35.410Z Compiling zone_cfg_derive v0.3.1
17832026-04-10T04:05:35.413Z Compiling tokio-dtrace v0.1.1
17842026-04-10T04:05:35.443Z Compiling itertools v0.12.1
17852026-04-10T04:05:35.681Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17862026-04-10T04:05:35.781Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17872026-04-10T04:05:35.876Z Compiling libsw-core v0.3.2
17882026-04-10T04:05:36.042Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17892026-04-10T04:05:36.090Z Compiling serde_plain v1.0.2
17902026-04-10T04:05:36.159Z Compiling openssl-macros v0.1.1
17912026-04-10T04:05:36.265Z Compiling num-derive v0.4.2
17922026-04-10T04:05:36.294Z Compiling pem v3.0.6
17932026-04-10T04:05:36.475Z Compiling cookie v0.18.1
17942026-04-10T04:05:36.611Z Compiling sigpipe v0.1.3
17952026-04-10T04:05:36.632Z Compiling glob v0.3.3
17962026-04-10T04:05:36.650Z Compiling bytecount v0.6.9
17972026-04-10T04:05:36.667Z Compiling jiff v0.2.23
17982026-04-10T04:05:36.692Z Compiling typed-path v0.9.3
17992026-04-10T04:05:36.697Z Compiling fixedbitset v0.5.7
18002026-04-10T04:05:36.782Z Compiling fixedbitset v0.4.2
18012026-04-10T04:05:36.866Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18022026-04-10T04:05:37.010Z Compiling petgraph v0.6.5
18032026-04-10T04:05:37.031Z Compiling petgraph v0.8.3
18042026-04-10T04:05:37.068Z Compiling papergrid v0.11.0
18052026-04-10T04:05:37.194Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18062026-04-10T04:05:37.589Z Compiling tough v0.20.0
18072026-04-10T04:05:38.014Z Compiling zone v0.3.1
18082026-04-10T04:05:38.489Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18092026-04-10T04:05:38.792Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18102026-04-10T04:05:38.826Z Compiling libsw v3.5.0
18112026-04-10T04:05:38.842Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18122026-04-10T04:05:38.997Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18132026-04-10T04:05:39.245Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18142026-04-10T04:05:39.610Z Compiling oxide-tokio-rt v0.1.3
18152026-04-10T04:05:40.158Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18162026-04-10T04:05:40.335Z Compiling const_format v0.2.35
18172026-04-10T04:05:40.351Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18182026-04-10T04:05:40.731Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18192026-04-10T04:05:41.230Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18202026-04-10T04:05:41.417Z Compiling tabled_derive v0.7.0
18212026-04-10T04:05:41.465Z Compiling gethostname v0.5.0
18222026-04-10T04:05:41.514Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18232026-04-10T04:05:41.555Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18242026-04-10T04:05:41.584Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18252026-04-10T04:05:41.637Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-10T04:05:41.702Z Compiling smf v0.2.3
18272026-04-10T04:05:42.214Z Compiling bcs v0.1.6
18282026-04-10T04:05:42.299Z Compiling tagptr v0.2.0
18292026-04-10T04:05:42.316Z Compiling termtree v0.5.1
18302026-04-10T04:05:42.357Z Compiling linear-map v1.2.0
18312026-04-10T04:05:42.443Z Compiling crunchy v0.2.4
18322026-04-10T04:05:42.470Z Compiling unicode-linebreak v0.1.5
18332026-04-10T04:05:42.534Z Compiling smawk v0.3.2
18342026-04-10T04:05:42.546Z Compiling whoami v1.6.1
18352026-04-10T04:05:42.672Z Compiling lazy_static v1.5.0
18362026-04-10T04:05:42.738Z Compiling textwrap v0.16.2
18372026-04-10T04:05:42.771Z Compiling steno v0.4.1
18382026-04-10T04:05:42.789Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18392026-04-10T04:05:42.848Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18402026-04-10T04:05:42.981Z Compiling moka v0.12.15
18412026-04-10T04:05:43.268Z Compiling tabled v0.15.0
18422026-04-10T04:05:43.758Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18432026-04-10T04:05:44.486Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18442026-04-10T04:05:44.532Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18452026-04-10T04:05:44.687Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18462026-04-10T04:05:45.520Z Compiling hickory-proto v0.25.2
18472026-04-10T04:05:46.032Z Compiling humantime v2.3.0
18482026-04-10T04:05:46.072Z Compiling tiny-keccak v2.0.2
18492026-04-10T04:05:46.320Z Compiling num-derive v0.3.3
18502026-04-10T04:05:46.391Z Compiling parking_lot_core v0.8.6
18512026-04-10T04:05:46.906Z Compiling crc32fast v1.5.0
18522026-04-10T04:05:46.917Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18532026-04-10T04:05:47.151Z Compiling const-random-macro v0.1.16
18542026-04-10T04:05:47.261Z Compiling libscf-sys v1.1.0
18552026-04-10T04:05:47.399Z Compiling hickory-resolver v0.25.2
18562026-04-10T04:05:47.539Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18572026-04-10T04:05:47.566Z Compiling smartstring v1.0.1
18582026-04-10T04:05:47.621Z Compiling ahash v0.8.12
18592026-04-10T04:05:47.680Z Compiling const-random v0.1.18
18602026-04-10T04:05:47.757Z Compiling parking_lot v0.11.2
18612026-04-10T04:05:48.089Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18622026-04-10T04:05:48.104Z Compiling fxhash v0.2.1
18632026-04-10T04:05:48.180Z Compiling internet-checksum v0.2.1
18642026-04-10T04:05:48.239Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18652026-04-10T04:05:48.249Z Compiling sled v0.34.7
18662026-04-10T04:05:48.560Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18672026-04-10T04:05:48.582Z Compiling thin-vec v0.2.14
18682026-04-10T04:05:48.857Z Compiling rhai_codegen v3.1.0
18692026-04-10T04:05:49.049Z Compiling sdd v3.0.10
18702026-04-10T04:05:49.060Z Compiling serial_test_derive v3.4.0
18712026-04-10T04:05:49.379Z Compiling scc v2.4.0
18722026-04-10T04:05:49.695Z Compiling nom v8.0.0
18732026-04-10T04:05:49.813Z Compiling yansi v1.0.1
18742026-04-10T04:05:50.089Z Compiling rhai v1.24.0
18752026-04-10T04:05:50.145Z Compiling diff v0.1.13
18762026-04-10T04:05:50.449Z Compiling pretty_assertions v1.4.1
18772026-04-10T04:05:50.480Z Compiling serial_test v3.4.0
18782026-04-10T04:05:52.432Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-04-10T04:06:00.087Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-04-10T04:06:01.725Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18812026-04-10T04:06:02.794Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18822026-04-10T04:06:03.895Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18832026-04-10T04:06:04.642Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18842026-04-10T04:06:06.111Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18852026-04-10T04:06:41.006Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 17s
18862026-04-10T04:06:41.179Z────────────
18872026-04-10T04:06:41.179Z Nextest run ID 736a5f3a-a1c1-44cb-bd7f-efe7c6e5ee24 with nextest profile: default
18882026-04-10T04:06:41.179Z Starting 150 tests across 1 binary
18892026-04-10T04:06:41.189Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
18902026-04-10T04:06:41.189Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18912026-04-10T04:06:41.194Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
18922026-04-10T04:06:41.194Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18932026-04-10T04:06:41.194Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
18942026-04-10T04:06:41.194Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
18952026-04-10T04:06:41.194Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18962026-04-10T04:06:41.195Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18972026-04-10T04:06:41.199Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
18982026-04-10T04:06:41.199Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
18992026-04-10T04:06:41.203Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19002026-04-10T04:06:41.203Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19012026-04-10T04:06:41.203Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19022026-04-10T04:06:41.203Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19032026-04-10T04:06:41.204Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19042026-04-10T04:06:41.204Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19052026-04-10T04:06:41.208Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19062026-04-10T04:06:41.212Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19072026-04-10T04:06:41.213Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19082026-04-10T04:06:41.213Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19092026-04-10T04:06:41.213Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19102026-04-10T04:06:41.213Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19112026-04-10T04:06:41.213Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19122026-04-10T04:06:41.213Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19132026-04-10T04:06:41.218Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19142026-04-10T04:06:41.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19152026-04-10T04:06:41.223Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19162026-04-10T04:06:41.223Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19172026-04-10T04:06:41.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19182026-04-10T04:06:41.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19192026-04-10T04:06:41.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19202026-04-10T04:06:41.224Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19212026-04-10T04:06:41.227Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19222026-04-10T04:06:41.231Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19232026-04-10T04:06:41.231Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19242026-04-10T04:06:41.231Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19252026-04-10T04:06:41.231Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19262026-04-10T04:06:41.232Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19272026-04-10T04:06:41.232Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19282026-04-10T04:06:41.232Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19292026-04-10T04:06:41.237Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19302026-04-10T04:06:41.237Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19312026-04-10T04:06:41.241Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19322026-04-10T04:06:41.241Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19332026-04-10T04:06:41.241Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19342026-04-10T04:06:41.241Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19352026-04-10T04:06:41.241Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19362026-04-10T04:06:41.242Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19372026-04-10T04:06:41.246Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19382026-04-10T04:06:41.252Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19392026-04-10T04:06:41.252Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19402026-04-10T04:06:41.252Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19412026-04-10T04:06:41.252Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19422026-04-10T04:06:41.252Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19432026-04-10T04:06:41.252Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19442026-04-10T04:06:41.252Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
19452026-04-10T04:06:41.257Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19462026-04-10T04:06:41.257Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19472026-04-10T04:06:41.261Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19482026-04-10T04:06:41.261Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19492026-04-10T04:06:41.261Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19502026-04-10T04:06:41.261Z PASS [ 0.010s] bgp messages::tests::prefix_within
19512026-04-10T04:06:41.261Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19522026-04-10T04:06:41.261Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19532026-04-10T04:06:41.265Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19542026-04-10T04:06:41.269Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19552026-04-10T04:06:41.269Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19562026-04-10T04:06:41.269Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19572026-04-10T04:06:41.269Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19582026-04-10T04:06:41.269Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19592026-04-10T04:06:41.269Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19602026-04-10T04:06:41.269Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19612026-04-10T04:06:41.274Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19622026-04-10T04:06:41.277Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19632026-04-10T04:06:41.277Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19642026-04-10T04:06:41.277Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19652026-04-10T04:06:41.277Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19662026-04-10T04:06:41.277Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19672026-04-10T04:06:41.277Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19682026-04-10T04:06:41.278Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19692026-04-10T04:06:41.282Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
19702026-04-10T04:06:41.288Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19712026-04-10T04:06:41.288Z PASS [ 0.009s] bgp messages::tests::update_round_trip
19722026-04-10T04:06:41.297Z PASS [ 0.020s] bgp policy::test::update_shape_community
19732026-04-10T04:06:41.301Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
19742026-04-10T04:06:41.301Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19752026-04-10T04:06:41.301Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
19762026-04-10T04:06:41.301Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
19772026-04-10T04:06:41.301Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
19782026-04-10T04:06:41.306Z PASS [ 0.021s] bgp proptest::prop_duplicate_attrs_deduplicated
19792026-04-10T04:06:41.311Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
19802026-04-10T04:06:41.315Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
19812026-04-10T04:06:41.315Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19822026-04-10T04:06:41.315Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19832026-04-10T04:06:41.319Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19842026-04-10T04:06:41.319Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19852026-04-10T04:06:41.319Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19862026-04-10T04:06:41.319Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
19872026-04-10T04:06:41.326Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19882026-04-10T04:06:41.330Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19892026-04-10T04:06:41.330Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19902026-04-10T04:06:41.330Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19912026-04-10T04:06:41.335Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
19922026-04-10T04:06:41.339Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
19932026-04-10T04:06:41.339Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19942026-04-10T04:06:41.339Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19952026-04-10T04:06:41.339Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
19962026-04-10T04:06:41.342Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19972026-04-10T04:06:41.343Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
19982026-04-10T04:06:41.343Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
19992026-04-10T04:06:41.346Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20002026-04-10T04:06:41.346Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20012026-04-10T04:06:41.350Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20022026-04-10T04:06:41.350Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20032026-04-10T04:06:41.350Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20042026-04-10T04:06:41.355Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20052026-04-10T04:06:41.355Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20062026-04-10T04:06:41.355Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20072026-04-10T04:06:41.355Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20082026-04-10T04:06:41.355Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20092026-04-10T04:06:41.359Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20102026-04-10T04:06:44.418Z PASS [ 3.070s] bgp test::test_basic_peering_active
20112026-04-10T04:06:44.418Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
20122026-04-10T04:06:44.418Z PASS [ 3.066s] bgp test::test_basic_update
20132026-04-10T04:06:44.422Z PASS [ 3.068s] bgp test::test_basic_peering_passive
20142026-04-10T04:06:44.426Z PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp
20152026-04-10T04:06:44.438Z PASS [ 3.083s] bgp test::test_basic_update_tcp
20162026-04-10T04:06:44.442Z PASS [ 3.087s] bgp test::test_basic_update_ipv6_tcp
20172026-04-10T04:06:45.429Z PASS [ 4.080s] bgp test::test_basic_peering_active_tcp
20182026-04-10T04:06:47.491Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_active
20192026-04-10T04:06:47.502Z PASS [ 3.062s] bgp test::test_ipv6_basic_peering_passive
20202026-04-10T04:06:48.500Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20212026-04-10T04:06:48.500Z PASS [ 4.082s] bgp test::test_import_export_policy_filtering
20222026-04-10T04:06:48.500Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv6_peer_success
20232026-04-10T04:06:48.500Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv4_peer_success
20242026-04-10T04:06:48.505Z PASS [ 3.074s] bgp test::test_ipv6_basic_peering_passive_tcp
20252026-04-10T04:06:48.519Z PASS [ 4.080s] bgp test::test_ipv6_basic_peering_active_tcp
20262026-04-10T04:06:48.563Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20272026-04-10T04:06:49.610Z PASS [ 1.109s] bgp test::test_three_router_chain_tcp
20282026-04-10T04:06:49.614Z PASS [ 1.110s] bgp test::test_three_router_chain_tcp_ipv6
20292026-04-10T04:06:50.565Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20302026-04-10T04:06:50.670Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
20312026-04-10T04:06:51.311Z PASS [ 2.810s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20322026-04-10T04:06:51.567Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20332026-04-10T04:06:51.571Z PASS [ 3.064s] bgp test::test_three_router_chain_unnumbered
20342026-04-10T04:06:53.581Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20352026-04-10T04:06:55.624Z PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change
20362026-04-10T04:06:58.675Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20372026-04-10T04:06:59.731Z PASS [ 9.060s] bgp test::test_unnumbered_unaffected_by_ndp
20382026-04-10T04:07:06.625Z PASS [ 18.060s] bgp test::test_unnumbered_interface_lifecycle
20392026-04-10T04:07:06.629Z────────────
20402026-04-10T04:07:06.629Z Summary [ 25.444s] 150 tests run: 150 passed, 0 skipped
20412026-04-10T04:07:06.640Z+ cp dualstack_routes.log loopback-manager.test_basic_peering_active_tcp.log loopback-manager.test_basic_peering_passive_tcp.log loopback-manager.test_basic_update_ipv6_tcp.log loopback-manager.test_basic_update_tcp.log loopback-manager.test_dual_stack_routes_ipv4_peer_success.log loopback-manager.test_dual_stack_routes_ipv6_peer_success.log loopback-manager.test_import_export_policy_filtering.log loopback-manager.test_ipv4_routes_ipv6_peer_success.log loopback-manager.test_ipv6_basic_peering_active_tcp.log loopback-manager.test_ipv6_basic_peering_passive_tcp.log loopback-manager.test_ipv6_routes_ipv4_peer_success.log loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log loopback-manager.test_three_router_chain_tcp_ipv6.log loopback-manager.test_three_router_chain_tcp.log multiple_unnumbered.log ndp_change_reset.log ndp_changes.log r1.test_basic_peering_active_tcp.log r1.test_basic_peering_active.log r1.test_basic_peering_passive_tcp.log r1.test_basic_peering_passive.log r1.test_basic_update_ipv6_tcp.log r1.test_basic_update_ipv6.log r1.test_basic_update_tcp.log r1.test_basic_update.log r1.test_dual_stack_routes_ipv4_peer_success.log r1.test_dual_stack_routes_ipv6_peer_success.log r1.test_import_export_policy_filtering.log r1.test_ipv4_routes_ipv6_peer_success.log r1.test_ipv6_basic_peering_active_tcp.log r1.test_ipv6_basic_peering_active.log r1.test_ipv6_basic_peering_passive_tcp.log r1.test_ipv6_basic_peering_passive.log r1.test_ipv6_routes_ipv4_peer_success.log r1.test_neighbor_thread_lifecycle_no_leaks.log r1.test_three_router_chain_tcp_ipv6.log r1.test_three_router_chain_tcp.log r2.test_basic_peering_active_tcp.log r2.test_basic_peering_active.log r2.test_basic_peering_passive_tcp.log r2.test_basic_peering_passive.log r2.test_basic_update_ipv6_tcp.log r2.test_basic_update_ipv6.log r2.test_basic_update_tcp.log r2.test_basic_update.log r2.test_dual_stack_routes_ipv4_peer_success.log r2.test_dual_stack_routes_ipv6_peer_success.log r2.test_import_export_policy_filtering.log r2.test_ipv4_routes_ipv6_peer_success.log r2.test_ipv6_basic_peering_active_tcp.log r2.test_ipv6_basic_peering_active.log r2.test_ipv6_basic_peering_passive_tcp.log r2.test_ipv6_basic_peering_passive.log r2.test_ipv6_routes_ipv4_peer_success.log r2.test_neighbor_thread_lifecycle_no_leaks.log r2.test_three_router_chain_tcp_ipv6.log r2.test_three_router_chain_tcp.log r3.test_three_router_chain_tcp_ipv6.log r3.test_three_router_chain_tcp.log same_linklocal.log three_chain.log unnumbered_expiry.log unnumbered_interface_lifecycle.log unnumbered_peer_change.log /work/
20422026-04-10T04:07:06.644Z+ popd
20432026-04-10T04:07:06.644Z/work/oxidecomputer/maghemite
20442026-04-10T04:07:06.644Z+ pushd mgd
20452026-04-10T04:07:06.644Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20462026-04-10T04:07:06.644Z+ pfexec cargo nextest run
20472026-04-10T04:07:07.778Z Compiling slog v2.8.2
20482026-04-10T04:07:07.883Z Compiling usdt v0.6.0
20492026-04-10T04:07:07.966Z Compiling typify-impl v0.4.3
20502026-04-10T04:07:07.983Z Compiling proc-macro-error-attr2 v2.0.0
20512026-04-10T04:07:07.987Z Compiling adler2 v2.0.1
20522026-04-10T04:07:07.987Z Compiling simd-adler32 v0.3.9
20532026-04-10T04:07:08.151Z Compiling miniz_oxide v0.8.9
20542026-04-10T04:07:08.162Z Compiling papergrid v0.17.0
20552026-04-10T04:07:08.192Z Compiling slog-json v2.6.1
20562026-04-10T04:07:08.260Z Compiling slog-async v2.8.0
20572026-04-10T04:07:08.395Z Compiling slog-term v2.9.2
20582026-04-10T04:07:08.625Z Compiling slog-bunyan v2.5.0
20592026-04-10T04:07:08.761Z Compiling dropshot v0.16.7
20602026-04-10T04:07:08.798Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20612026-04-10T04:07:08.809Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20622026-04-10T04:07:08.932Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20632026-04-10T04:07:09.171Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20642026-04-10T04:07:09.194Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20652026-04-10T04:07:09.420Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20662026-04-10T04:07:10.209Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20672026-04-10T04:07:10.333Z Compiling slog-dtrace v0.3.0
20682026-04-10T04:07:10.467Z Compiling steno v0.4.1
20692026-04-10T04:07:10.734Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20702026-04-10T04:07:12.275Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20712026-04-10T04:07:13.586Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20722026-04-10T04:07:14.169Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20732026-04-10T04:07:14.337Z Compiling typify-macro v0.4.3
20742026-04-10T04:07:14.658Z Compiling proc-macro-error2 v2.0.1
20752026-04-10T04:07:14.808Z Compiling flate2 v1.1.9
20762026-04-10T04:07:14.977Z Compiling tabled_derive v0.11.0
20772026-04-10T04:07:15.248Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20782026-04-10T04:07:15.342Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20792026-04-10T04:07:15.426Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20802026-04-10T04:07:15.847Z Compiling testing_table v0.3.0
20812026-04-10T04:07:16.016Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20822026-04-10T04:07:16.096Z Compiling compression-core v0.4.31
20832026-04-10T04:07:16.264Z Compiling compression-codecs v0.4.37
20842026-04-10T04:07:16.296Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20852026-04-10T04:07:16.322Z Compiling tabled v0.20.0
20862026-04-10T04:07:16.334Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20872026-04-10T04:07:16.395Z Compiling typify v0.4.3
20882026-04-10T04:07:16.493Z Compiling progenitor-impl v0.11.2
20892026-04-10T04:07:16.716Z Compiling progenitor-client v0.11.2
20902026-04-10T04:07:17.005Z Compiling toml_datetime v1.1.0+spec-1.1.0
20912026-04-10T04:07:17.318Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20922026-04-10T04:07:17.839Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20932026-04-10T04:07:17.855Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20942026-04-10T04:07:19.040Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20952026-04-10T04:07:19.820Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20962026-04-10T04:07:20.051Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20972026-04-10T04:07:20.062Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20982026-04-10T04:07:20.186Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20992026-04-10T04:07:20.726Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21002026-04-10T04:07:21.310Z Compiling progenitor-macro v0.11.2
21012026-04-10T04:07:21.736Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21022026-04-10T04:07:21.759Z Compiling dropshot v0.17.0
21032026-04-10T04:07:21.948Z Compiling toml v1.1.0+spec-1.1.0
21042026-04-10T04:07:22.043Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21052026-04-10T04:07:22.234Z Compiling async-compression v0.4.41
21062026-04-10T04:07:22.389Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21072026-04-10T04:07:22.559Z Compiling dropshot_endpoint v0.17.0
21082026-04-10T04:07:22.873Z Compiling crc8 v0.1.1
21092026-04-10T04:07:22.992Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21102026-04-10T04:07:23.139Z Compiling dropshot-api-manager-types v0.7.0
21112026-04-10T04:07:24.980Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21122026-04-10T04:07:25.816Z Compiling progenitor v0.11.2
21132026-04-10T04:07:25.950Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21142026-04-10T04:07:26.054Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21152026-04-10T04:07:26.091Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21162026-04-10T04:07:26.248Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21172026-04-10T04:07:29.578Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21182026-04-10T04:07:29.768Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21192026-04-10T04:07:35.109Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21202026-04-10T04:07:42.214Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21212026-04-10T04:07:43.814Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21222026-04-10T04:07:44.927Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21232026-04-10T04:07:46.033Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21242026-04-10T04:07:46.802Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21252026-04-10T04:07:48.254Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21262026-04-10T04:07:48.254Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21272026-04-10T04:07:48.258Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21282026-04-10T04:07:55.070Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21292026-04-10T04:07:56.466Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21302026-04-10T04:07:56.466Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21312026-04-10T04:07:57.802Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21322026-04-10T04:08:26.973Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 19s
21332026-04-10T04:08:27.140Z────────────
21342026-04-10T04:08:27.140Z Nextest run ID 49d15e6b-7741-4f7f-9b65-7456efa6d2b1 with nextest profile: default
21352026-04-10T04:08:27.140Z Starting 32 tests across 1 binary
21362026-04-10T04:08:27.148Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21372026-04-10T04:08:27.152Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21382026-04-10T04:08:27.165Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21392026-04-10T04:08:27.182Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21402026-04-10T04:08:27.197Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21412026-04-10T04:08:27.202Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21422026-04-10T04:08:27.202Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21432026-04-10T04:08:27.202Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21442026-04-10T04:08:27.202Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21452026-04-10T04:08:27.202Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21462026-04-10T04:08:27.206Z PASS [ 0.064s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21472026-04-10T04:08:27.206Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21482026-04-10T04:08:27.210Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21492026-04-10T04:08:27.211Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21502026-04-10T04:08:27.211Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21512026-04-10T04:08:27.211Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21522026-04-10T04:08:27.211Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21532026-04-10T04:08:27.215Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21542026-04-10T04:08:27.215Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21552026-04-10T04:08:27.215Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21562026-04-10T04:08:27.219Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21572026-04-10T04:08:27.219Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21582026-04-10T04:08:27.219Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21592026-04-10T04:08:27.219Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21602026-04-10T04:08:27.219Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21612026-04-10T04:08:27.223Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21622026-04-10T04:08:27.223Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21632026-04-10T04:08:27.223Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21642026-04-10T04:08:27.229Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21652026-04-10T04:08:27.233Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21662026-04-10T04:08:27.233Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21672026-04-10T04:08:27.233Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21682026-04-10T04:08:27.233Z────────────
21692026-04-10T04:08:27.233Z Summary [ 0.089s] 32 tests run: 32 passed, 0 skipped
21702026-04-10T04:08:27.239Z+ cp apply_remove_entire_group.log /work/
21712026-04-10T04:08:27.242Z+ popd
21722026-04-10T04:08:27.242Z/work/oxidecomputer/maghemite
21732026-04-10T04:08:27.243Zprocess exited: duration 397521 ms, exit code 0
 
21742026-04-10T04:08:27.258Zfound 66 output files
21752026-04-10T04:08:27.258Zuploading: /work/apply_remove_entire_group.log (17429 bytes)
21762026-04-10T04:08:28.272Zuploaded: /work/apply_remove_entire_group.log
21772026-04-10T04:08:28.272Zuploading: /work/dualstack_routes.log (119832 bytes)
21782026-04-10T04:08:29.295Zuploaded: /work/dualstack_routes.log
21792026-04-10T04:08:29.295Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2401 bytes)
21802026-04-10T04:08:30.316Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21812026-04-10T04:08:30.317Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1397 bytes)
21822026-04-10T04:08:31.334Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21832026-04-10T04:08:31.334Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2227 bytes)
21842026-04-10T04:08:32.345Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21852026-04-10T04:08:32.345Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2094 bytes)
21862026-04-10T04:08:33.359Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21872026-04-10T04:08:33.359Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2248 bytes)
21882026-04-10T04:08:34.385Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21892026-04-10T04:08:34.385Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2234 bytes)
21902026-04-10T04:08:35.401Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21912026-04-10T04:08:35.401Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2435 bytes)
21922026-04-10T04:08:36.414Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21932026-04-10T04:08:36.414Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2178 bytes)
21942026-04-10T04:08:37.437Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21952026-04-10T04:08:37.437Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2332 bytes)
21962026-04-10T04:08:38.461Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21972026-04-10T04:08:38.461Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2396 bytes)
21982026-04-10T04:08:39.474Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21992026-04-10T04:08:39.474Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2309 bytes)
22002026-04-10T04:08:40.487Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22012026-04-10T04:08:40.487Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2440 bytes)
22022026-04-10T04:08:41.497Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22032026-04-10T04:08:41.497Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3588 bytes)
22042026-04-10T04:08:42.511Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22052026-04-10T04:08:42.511Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3584 bytes)
22062026-04-10T04:08:43.536Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22072026-04-10T04:08:43.536Zuploading: /work/multiple_unnumbered.log (138149 bytes)
22082026-04-10T04:08:44.566Zuploaded: /work/multiple_unnumbered.log
22092026-04-10T04:08:44.567Zuploading: /work/ndp_change_reset.log (70189 bytes)
22102026-04-10T04:08:45.589Zuploaded: /work/ndp_change_reset.log
22112026-04-10T04:08:45.589Zuploading: /work/ndp_changes.log (88519 bytes)
22122026-04-10T04:08:46.628Zuploaded: /work/ndp_changes.log
22132026-04-10T04:08:46.628Zuploading: /work/r1.test_basic_peering_active.log (38243 bytes)
22142026-04-10T04:08:47.645Zuploaded: /work/r1.test_basic_peering_active.log
22152026-04-10T04:08:47.646Zuploading: /work/r1.test_basic_peering_active_tcp.log (49136 bytes)
22162026-04-10T04:08:48.664Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22172026-04-10T04:08:48.665Zuploading: /work/r1.test_basic_peering_passive.log (33823 bytes)
22182026-04-10T04:08:49.685Zuploaded: /work/r1.test_basic_peering_passive.log
22192026-04-10T04:08:49.685Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39689 bytes)
22202026-04-10T04:08:50.702Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22212026-04-10T04:08:50.702Zuploading: /work/r1.test_basic_update.log (28655 bytes)
22222026-04-10T04:08:51.719Zuploaded: /work/r1.test_basic_update.log
22232026-04-10T04:08:51.719Zuploading: /work/r1.test_basic_update_ipv6.log (41301 bytes)
22242026-04-10T04:08:52.804Zuploaded: /work/r1.test_basic_update_ipv6.log
22252026-04-10T04:08:52.804Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31153 bytes)
22262026-04-10T04:08:53.975Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22272026-04-10T04:08:53.975Zuploading: /work/r1.test_basic_update_tcp.log (31331 bytes)
22282026-04-10T04:08:55.056Zuploaded: /work/r1.test_basic_update_tcp.log
22292026-04-10T04:08:55.056Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43586 bytes)
22302026-04-10T04:08:56.087Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22312026-04-10T04:08:56.087Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43909 bytes)
22322026-04-10T04:08:57.102Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22332026-04-10T04:08:57.103Zuploading: /work/r1.test_import_export_policy_filtering.log (40197 bytes)
22342026-04-10T04:08:58.124Zuploaded: /work/r1.test_import_export_policy_filtering.log
22352026-04-10T04:08:58.124Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35860 bytes)
22362026-04-10T04:08:59.137Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22372026-04-10T04:08:59.137Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40448 bytes)
22382026-04-10T04:09:00.154Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22392026-04-10T04:09:00.154Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49028 bytes)
22402026-04-10T04:09:01.196Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22412026-04-10T04:09:01.202Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33881 bytes)
22422026-04-10T04:09:02.274Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22432026-04-10T04:09:02.275Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39615 bytes)
22442026-04-10T04:09:03.290Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22452026-04-10T04:09:03.290Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35617 bytes)
22462026-04-10T04:09:04.309Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22472026-04-10T04:09:04.309Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29938 bytes)
22482026-04-10T04:09:05.332Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22492026-04-10T04:09:05.332Zuploading: /work/r1.test_three_router_chain_tcp.log (22154 bytes)
22502026-04-10T04:09:06.359Zuploaded: /work/r1.test_three_router_chain_tcp.log
22512026-04-10T04:09:06.359Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22239 bytes)
22522026-04-10T04:09:07.380Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22532026-04-10T04:09:07.380Zuploading: /work/r2.test_basic_peering_active.log (38963 bytes)
22542026-04-10T04:09:08.402Zuploaded: /work/r2.test_basic_peering_active.log
22552026-04-10T04:09:08.402Zuploading: /work/r2.test_basic_peering_active_tcp.log (47931 bytes)
22562026-04-10T04:09:09.428Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22572026-04-10T04:09:09.428Zuploading: /work/r2.test_basic_peering_passive.log (41422 bytes)
22582026-04-10T04:09:10.465Zuploaded: /work/r2.test_basic_peering_passive.log
22592026-04-10T04:09:10.465Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46591 bytes)
22602026-04-10T04:09:11.492Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22612026-04-10T04:09:11.492Zuploading: /work/r2.test_basic_update.log (29150 bytes)
22622026-04-10T04:09:12.512Zuploaded: /work/r2.test_basic_update.log
22632026-04-10T04:09:12.512Zuploading: /work/r2.test_basic_update_ipv6.log (47217 bytes)
22642026-04-10T04:09:13.544Zuploaded: /work/r2.test_basic_update_ipv6.log
22652026-04-10T04:09:13.544Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32791 bytes)
22662026-04-10T04:09:14.581Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22672026-04-10T04:09:14.581Zuploading: /work/r2.test_basic_update_tcp.log (32794 bytes)
22682026-04-10T04:09:15.603Zuploaded: /work/r2.test_basic_update_tcp.log
22692026-04-10T04:09:15.603Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43587 bytes)
22702026-04-10T04:09:16.638Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22712026-04-10T04:09:16.638Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43527 bytes)
22722026-04-10T04:09:17.661Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22732026-04-10T04:09:17.661Zuploading: /work/r2.test_import_export_policy_filtering.log (36562 bytes)
22742026-04-10T04:09:18.689Zuploaded: /work/r2.test_import_export_policy_filtering.log
22752026-04-10T04:09:18.689Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38298 bytes)
22762026-04-10T04:09:19.711Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22772026-04-10T04:09:19.711Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39030 bytes)
22782026-04-10T04:09:20.729Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22792026-04-10T04:09:20.729Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47810 bytes)
22802026-04-10T04:09:21.750Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22812026-04-10T04:09:21.755Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41466 bytes)
22822026-04-10T04:09:22.852Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22832026-04-10T04:09:22.852Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46702 bytes)
22842026-04-10T04:09:23.903Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22852026-04-10T04:09:23.903Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38169 bytes)
22862026-04-10T04:09:24.973Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22872026-04-10T04:09:24.973Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28070 bytes)
22882026-04-10T04:09:26.013Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22892026-04-10T04:09:26.013Zuploading: /work/r2.test_three_router_chain_tcp.log (45379 bytes)
22902026-04-10T04:09:27.093Zuploaded: /work/r2.test_three_router_chain_tcp.log
22912026-04-10T04:09:27.093Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44979 bytes)
22922026-04-10T04:09:28.112Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22932026-04-10T04:09:28.112Zuploading: /work/r3.test_three_router_chain_tcp.log (21835 bytes)
22942026-04-10T04:09:29.127Zuploaded: /work/r3.test_three_router_chain_tcp.log
22952026-04-10T04:09:29.127Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21454 bytes)
22962026-04-10T04:09:30.144Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22972026-04-10T04:09:30.144Zuploading: /work/same_linklocal.log (122063 bytes)
22982026-04-10T04:09:31.170Zuploaded: /work/same_linklocal.log
22992026-04-10T04:09:31.171Zuploading: /work/three_chain.log (123974 bytes)
23002026-04-10T04:09:32.202Zuploaded: /work/three_chain.log
23012026-04-10T04:09:32.203Zuploading: /work/unnumbered_expiry.log (88577 bytes)
23022026-04-10T04:09:33.292Zuploaded: /work/unnumbered_expiry.log
23032026-04-10T04:09:33.292Zuploading: /work/unnumbered_interface_lifecycle.log (128205 bytes)
23042026-04-10T04:09:34.407Zuploaded: /work/unnumbered_interface_lifecycle.log
23052026-04-10T04:09:34.407Zuploading: /work/unnumbered_peer_change.log (78626 bytes)
23062026-04-10T04:09:35.588Zuploaded: /work/unnumbered_peer_change.log