01KMGRHHKTFJ0J8JXHEMT2VPXZ: 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: 01KMGRJ8D2CM17JARKE8R7Q37K

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T20:30:11.443Zjob assigned to worker 01KMGRJEFCC4QF3692ZQ0CXKEA [factory aws, i-0d21ee53860835197] (queued for 1 m 23 s)
 
22026-03-24T20:30:19.646Zstarting task 0: "setup"
32026-03-24T20:30:19.651Z++ uname -s
42026-03-24T20:30:19.654Z+ kern=SunOS
52026-03-24T20:30:19.654Z+ build_user=build
62026-03-24T20:30:19.654Z+ build_uid=12345
72026-03-24T20:30:19.654Z+ work_dir=/work
82026-03-24T20:30:19.654Z+ input_dir=/input
92026-03-24T20:30:19.654Z+ [[ 0 == 12345 ]]
102026-03-24T20:30:19.655Z+ case "$kern" in
112026-03-24T20:30:19.655Z+ groupadd -g 12345 build
122026-03-24T20:30:19.658Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T20:30:21.662Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T20:30:21.715Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T20:30:21.720Z+ home_fs=zfs
162026-03-24T20:30:21.720Z+ [[ zfs == autofs ]]
172026-03-24T20:30:21.720Z+ mkdir -p /home/build
182026-03-24T20:30:21.723Z+ chown build:build /home/build /work
192026-03-24T20:30:23.721Z+ chmod 0700 /home/build /work
202026-03-24T20:30:23.725Zprocess exited: duration 4078 ms, exit code 0
 
212026-03-24T20:30:23.731Zstarting task 1: "rust-toolchain"
222026-03-24T20:30:23.735Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-24T20:30:23.735Z * rust toolchain channel = "stable"
242026-03-24T20:30:23.735Z * rust toolchain profile = "default"
252026-03-24T20:30:23.735Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T20:30:23.735Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T20:30:23.736Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T20:30:23.739Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T20:30:23.739Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-24T20:30:23.869Zinfo: downloading installer
312026-03-24T20:30:25.602Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T20:30:25.602Zwarn: /opt/ooce/bin
332026-03-24T20:30:25.602Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T20:30:25.602Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T20:30:25.602Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T20:30:25.602Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T20:30:25.602Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T20:30:25.602Zerror: cannot install while Rust is installed
392026-03-24T20:30:25.602Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T20:30:25.602Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T20:30:25.602Zwarn: /home/build/.rustup/settings.toml
422026-03-24T20:30:25.602Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T20:30:25.602Zwarn: instead of the one inferred from the default host triple.
442026-03-24T20:30:25.654Zinfo: profile set to default
452026-03-24T20:30:25.654Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T20:30:25.657Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-24T20:30:25.802Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T20:30:25.805Zinfo: downloading 6 components
492026-03-24T20:30:41.371Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-24T20:30:41.371Z
512026-03-24T20:30:41.410Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T20:30:41.410Z
532026-03-24T20:30:41.414Z
542026-03-24T20:30:41.414ZRust is installed now. Great!
552026-03-24T20:30:41.414Z
562026-03-24T20:30:41.414ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T20:30:41.414Zenvironment variable. This has not been done automatically.
582026-03-24T20:30:41.414Z
592026-03-24T20:30:41.414ZTo configure your current shell, you need to source
602026-03-24T20:30:41.414Zthe corresponding env file under $HOME/.cargo.
612026-03-24T20:30:41.414Z
622026-03-24T20:30:41.415ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T20:30:41.415Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T20:30:41.415Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T20:30:41.415Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T20:30:41.415Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T20:30:41.415Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T20:30:41.415Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T20:30:41.415Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T20:30:41.415Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T20:30:41.517Z+ rustup --version
722026-03-24T20:30:41.528Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T20:30:41.531Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T20:30:41.554Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T20:30:41.557Z+ cargo --version
762026-03-24T20:30:41.573Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T20:30:41.576Z+ rustc --version
782026-03-24T20:30:41.600Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T20:30:41.604Zprocess exited: duration 17869 ms, exit code 0
 
802026-03-24T20:30:41.610Zstarting task 2: "authentication"
812026-03-24T20:30:41.629Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T20:30:41.636Zstarting task 3: "clone repository"
832026-03-24T20:30:41.640Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-24T20:30:41.643Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-24T20:30:41.670ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-24T20:30:42.458Z+ cd /work/oxidecomputer/maghemite
872026-03-24T20:30:42.458Z+ git fetch origin 3a280bfca909c6f57b749556874e16d746167a17
882026-03-24T20:30:42.712ZFrom https://github.com/oxidecomputer/maghemite
892026-03-24T20:30:42.712Z * branch 3a280bfca909c6f57b749556874e16d746167a17 -> FETCH_HEAD
902026-03-24T20:30:42.719Z+ [[ -n renovate/socket2-0.x ]]
912026-03-24T20:30:42.722Z++ git branch --show-current
922026-03-24T20:30:42.722Z+ current=main
932026-03-24T20:30:42.722Z+ [[ main != renovate/socket2-0.x ]]
942026-03-24T20:30:42.725Z+ git branch -f renovate/socket2-0.x 3a280bfca909c6f57b749556874e16d746167a17
952026-03-24T20:30:42.728Z+ git checkout -f renovate/socket2-0.x
962026-03-24T20:30:42.748ZSwitched to branch 'renovate/socket2-0.x'
972026-03-24T20:30:42.751Z+ git reset --hard 3a280bfca909c6f57b749556874e16d746167a17
982026-03-24T20:30:42.755ZHEAD is now at 3a280bf bgp: fix sockaddr_storage on linux for socket2 0.6
992026-03-24T20:30:42.758Zprocess exited: duration 1119 ms, exit code 0
 
1002026-03-24T20:30:42.764Zstarting task 4: "build"
1012026-03-24T20:30:42.769Z+ set -e
1022026-03-24T20:30:42.769Z+ source .github/buildomat/test-common.sh
1032026-03-24T20:30:42.772Z++ NEXTEST_VERSION=0.9.97
1042026-03-24T20:30:42.772Z++ PLATFORM=illumos
1052026-03-24T20:30:42.772Z++ banner install
1062026-03-24T20:30:42.772Z
1072026-03-24T20:30:42.772Z # # # #### ##### ## # #
1082026-03-24T20:30:42.772Z # ## # # # # # # #
1092026-03-24T20:30:42.772Z # # # # #### # # # # #
1102026-03-24T20:30:42.772Z # # # # # # ###### # #
1112026-03-24T20:30:42.772Z # # ## # # # # # # #
1122026-03-24T20:30:42.772Z # # # #### # # # ###### ######
1132026-03-24T20:30:42.772Z
1142026-03-24T20:30:42.772Z++ set +o errexit
1152026-03-24T20:30:42.775Z++ pkg info clang-15
1162026-03-24T20:30:42.775Z++ grep -qi installed
1172026-03-24T20:30:44.282Zpkg: info: no packages matching the following patterns you specified are
1182026-03-24T20:30:44.282Zinstalled on the system. Try querying remotely instead:
1192026-03-24T20:30:44.282Z
1202026-03-24T20:30:44.282Z clang-15
1212026-03-24T20:30:44.327Z++ [[ 1 != 0 ]]
1222026-03-24T20:30:44.327Z++ set -o errexit
1232026-03-24T20:30:44.331Z++ pfexec pkg install clang-15
1242026-03-24T20:30:53.078Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-24T20:31:02.906Z Startup: Caching catalogs ... Done
1262026-03-24T20:31:25.278ZPlanning: Solver setup ... Done
1272026-03-24T20:31:25.434ZPlanning: Running solver ... Done
1282026-03-24T20:31:25.618ZPlanning: Finding local manifests ... Done
1292026-03-24T20:31:25.638ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-24T20:31:25.767ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-24T20:31:25.807ZPlanning: Package planning ... Done
1322026-03-24T20:31:25.847ZPlanning: Merging actions ... Done
1332026-03-24T20:31:25.987ZPlanning: Checking for conflicting actions ... Done
1342026-03-24T20:31:25.996ZPlanning: Consolidating action changes ... Done
1352026-03-24T20:31:26.643ZPlanning: Evaluating mediators ... Done
1362026-03-24T20:31:26.651ZPlanning: Planning completed in 23.60 seconds
1372026-03-24T20:31:26.665Z Packages to install: 2
1382026-03-24T20:31:26.668Z Mediators to change: 2
1392026-03-24T20:31:26.668Z Services to change: 1
1402026-03-24T20:31:26.668Z Create boot environment: No
1412026-03-24T20:31:26.668ZCreate backup boot environment: No
1422026-03-24T20:31:26.713Z
1432026-03-24T20:31:26.713ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-24T20:31:31.846ZDownload: 2005/3076 items 117.9/211.3MB 55% complete (24.3M/s)
1452026-03-24T20:31:35.907ZDownload: Completed 211.31 MB in 9.19 seconds (23.0M/s)
1462026-03-24T20:31:36.056Z Actions: 1/3418 actions (Installing new actions)
1472026-03-24T20:31:40.129Z Actions: Completed 3418 actions in 4.07 seconds.
1482026-03-24T20:31:40.884Z Done
1492026-03-24T20:31:40.884Z Done
1502026-03-24T20:31:41.879Z Done
1512026-03-24T20:31:45.547Z Done
1522026-03-24T20:31:45.634Z Done
1532026-03-24T20:31:45.642Z Done
1542026-03-24T20:31:45.798Z Done
1552026-03-24T20:31:46.498Z++ set -o errexit
1562026-03-24T20:31:46.498Z++ cargo --version
1572026-03-24T20:31:46.505Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1582026-03-24T20:31:46.702Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1592026-03-24T20:31:46.706Zinfo: downloading 6 components
1602026-03-24T20:32:04.113Zcargo 1.94.0 (85eff7c80 2026-01-15)
1612026-03-24T20:32:04.117Z++ rustc --version
1622026-03-24T20:32:04.146Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1632026-03-24T20:32:04.151Z++ cargo install cargo-nextest --version 0.9.97
1642026-03-24T20:32:04.206Z Updating crates.io index
1652026-03-24T20:32:04.323Z Downloading crates ...
1662026-03-24T20:32:04.379Z Downloaded cargo-nextest v0.9.97
1672026-03-24T20:32:04.458Z Installing cargo-nextest v0.9.97
1682026-03-24T20:32:04.512Z Updating crates.io index
1692026-03-24T20:32:07.163Z Locking 408 packages to latest compatible versions
1702026-03-24T20:32:07.170Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-03-24T20:32:07.173Z Adding duct v0.13.7 (available: v1.1.1)
1722026-03-24T20:32:07.173Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-03-24T20:32:07.174Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-03-24T20:32:07.174Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-03-24T20:32:07.177Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1762026-03-24T20:32:07.177Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-03-24T20:32:07.180Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1782026-03-24T20:32:07.183Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-03-24T20:32:07.207Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-03-24T20:32:07.217Z Downloading crates ...
1812026-03-24T20:32:07.284Z Downloaded block-buffer v0.10.4
1822026-03-24T20:32:07.287Z Downloaded anstyle v1.0.14
1832026-03-24T20:32:07.293Z Downloaded derive-where v1.6.1
1842026-03-24T20:32:07.297Z Downloaded futures-core v0.3.32
1852026-03-24T20:32:07.300Z Downloaded foreign-types-shared v0.1.1
1862026-03-24T20:32:07.300Z Downloaded anstyle-parse v1.0.0
1872026-03-24T20:32:07.303Z Downloaded backtrace-ext v0.2.1
1882026-03-24T20:32:07.309Z Downloaded indenter v0.3.4
1892026-03-24T20:32:07.312Z Downloaded lazy_static v1.5.0
1902026-03-24T20:32:07.318Z Downloaded lru-slab v0.1.2
1912026-03-24T20:32:07.321Z Downloaded is_ci v1.2.0
1922026-03-24T20:32:07.321Z Downloaded nested v0.1.1
1932026-03-24T20:32:07.321Z Downloaded hyper-tls v0.6.0
1942026-03-24T20:32:07.324Z Downloaded cpufeatures v0.2.17
1952026-03-24T20:32:07.324Z Downloaded aho-corasick v1.1.4
1962026-03-24T20:32:07.328Z Downloaded config v0.15.22
1972026-03-24T20:32:07.331Z Downloaded pathdiff v0.2.3
1982026-03-24T20:32:07.334Z Downloaded document-features v0.2.12
1992026-03-24T20:32:07.335Z Downloaded digest v0.10.7
2002026-03-24T20:32:07.338Z Downloaded cfg-expr v0.20.7
2012026-03-24T20:32:07.338Z Downloaded anstream v1.0.0
2022026-03-24T20:32:07.341Z Downloaded clap v4.6.0
2032026-03-24T20:32:07.346Z Downloaded home v0.5.12
2042026-03-24T20:32:07.353Z Downloaded debug-ignore v1.0.5
2052026-03-24T20:32:07.353Z Downloaded self-replace v1.5.0
2062026-03-24T20:32:07.356Z Downloaded pin-project-lite v0.2.17
2072026-03-24T20:32:07.359Z Downloaded itoa v1.0.18
2082026-03-24T20:32:07.359Z Downloaded nextest-workspace-hack v0.1.0
2092026-03-24T20:32:07.359Z Downloaded errno v0.3.14
2102026-03-24T20:32:07.362Z Downloaded cargo-platform v0.3.2
2112026-03-24T20:32:07.362Z Downloaded futures-task v0.3.32
2122026-03-24T20:32:07.363Z Downloaded async-scoped v0.9.0
2132026-03-24T20:32:07.366Z Downloaded enable-ansi-support v0.2.1
2142026-03-24T20:32:07.366Z Downloaded clap_lex v1.1.0
2152026-03-24T20:32:07.369Z Downloaded cfg-if v1.0.4
2162026-03-24T20:32:07.369Z Downloaded anstyle-query v1.1.5
2172026-03-24T20:32:07.369Z Downloaded curve25519-dalek-derive v0.1.1
2182026-03-24T20:32:07.372Z Downloaded miette-derive v7.6.0
2192026-03-24T20:32:07.372Z Downloaded color-spantrace v0.3.0
2202026-03-24T20:32:07.372Z Downloaded atomic-waker v1.1.2
2212026-03-24T20:32:07.376Z Downloaded colorchoice v1.0.5
2222026-03-24T20:32:07.376Z Downloaded adler2 v2.0.1
2232026-03-24T20:32:07.379Z Downloaded rustc-hash v2.1.1
2242026-03-24T20:32:07.382Z Downloaded pin-utils v0.1.0
2252026-03-24T20:32:07.385Z Downloaded heck v0.5.0
2262026-03-24T20:32:07.385Z Downloaded atomicwrites v0.4.4
2272026-03-24T20:32:07.386Z Downloaded idna_adapter v1.0.0
2282026-03-24T20:32:07.389Z Downloaded humantime-serde v1.1.1
2292026-03-24T20:32:07.392Z Downloaded fastrand v2.3.0
2302026-03-24T20:32:07.392Z Downloaded crypto-common v0.1.7
2312026-03-24T20:32:07.396Z Downloaded openssl-macros v0.1.1
2322026-03-24T20:32:07.396Z Downloaded form_urlencoded v1.2.2
2332026-03-24T20:32:07.399Z Downloaded mukti-metadata v0.3.0
2342026-03-24T20:32:07.402Z Downloaded mio v1.1.1
2352026-03-24T20:32:07.405Z Downloaded futures-sink v0.3.32
2362026-03-24T20:32:07.405Z Downloaded cargo-platform v0.2.0
2372026-03-24T20:32:07.408Z Downloaded percent-encoding v2.3.2
2382026-03-24T20:32:07.411Z Downloaded futures-macro v0.3.32
2392026-03-24T20:32:07.414Z Downloaded number_prefix v0.4.0
2402026-03-24T20:32:07.414Z Downloaded guppy-workspace-hack v0.1.0
2412026-03-24T20:32:07.414Z Downloaded generic-array v0.14.7
2422026-03-24T20:32:07.417Z Downloaded hex v0.4.3
2432026-03-24T20:32:07.417Z Downloaded rustc_version v0.4.1
2442026-03-24T20:32:07.417Z Downloaded serde_spanned v1.1.0
2452026-03-24T20:32:07.421Z Downloaded fnv v1.0.7
2462026-03-24T20:32:07.421Z Downloaded is_terminal_polyfill v1.70.2
2472026-03-24T20:32:07.424Z Downloaded cfg_aliases v0.2.1
2482026-03-24T20:32:07.424Z Downloaded futures-channel v0.3.32
2492026-03-24T20:32:07.424Z Downloaded foreign-types v0.3.2
2502026-03-24T20:32:07.427Z Downloaded equivalent v1.0.2
2512026-03-24T20:32:07.427Z Downloaded openssl-probe v0.2.1
2522026-03-24T20:32:07.432Z Downloaded ipnet v2.12.0
2532026-03-24T20:32:07.436Z Downloaded serde-value v0.7.0
2542026-03-24T20:32:07.436Z Downloaded futures-io v0.3.32
2552026-03-24T20:32:07.439Z Downloaded once_cell v1.21.4
2562026-03-24T20:32:07.439Z Downloaded parking_lot_core v0.9.12
2572026-03-24T20:32:07.442Z Downloaded sigchld v0.2.4
2582026-03-24T20:32:07.442Z Downloaded shared_child v1.1.1
2592026-03-24T20:32:07.448Z Downloaded serde_spanned v0.6.9
2602026-03-24T20:32:07.448Z Downloaded nextest-filtering v0.15.0
2612026-03-24T20:32:07.451Z Downloaded shell-words v1.1.1
2622026-03-24T20:32:07.451Z Downloaded scopeguard v1.2.0
2632026-03-24T20:32:07.451Z Downloaded signature v2.2.0
2642026-03-24T20:32:07.451Z Downloaded strip-ansi-escapes v0.2.1
2652026-03-24T20:32:07.454Z Downloaded ordered-float v2.10.1
2662026-03-24T20:32:07.454Z Downloaded supports-hyperlinks v3.2.0
2672026-03-24T20:32:07.457Z Downloaded os_pipe v1.2.3
2682026-03-24T20:32:07.457Z Downloaded sync_wrapper v1.0.2
2692026-03-24T20:32:07.457Z Downloaded supports-unicode v3.0.0
2702026-03-24T20:32:07.461Z Downloaded serde_urlencoded v0.7.1
2712026-03-24T20:32:07.461Z Downloaded supports-color v3.0.2
2722026-03-24T20:32:07.464Z Downloaded convert_case v0.10.0
2732026-03-24T20:32:07.464Z Downloaded either v1.15.0
2742026-03-24T20:32:07.467Z Downloaded newtype-uuid v1.3.2
2752026-03-24T20:32:07.470Z Downloaded fixedbitset v0.5.7
2762026-03-24T20:32:07.470Z Downloaded rand_core v0.6.4
2772026-03-24T20:32:07.473Z Downloaded http-body v1.0.1
2782026-03-24T20:32:07.473Z Downloaded future-queue v0.4.0
2792026-03-24T20:32:07.477Z Downloaded foldhash v0.1.5
2802026-03-24T20:32:07.477Z Downloaded lock_api v0.4.14
2812026-03-24T20:32:07.480Z Downloaded ed25519 v2.2.3
2822026-03-24T20:32:07.480Z Downloaded rand_core v0.9.5
2832026-03-24T20:32:07.483Z Downloaded pin-project-internal v1.1.11
2842026-03-24T20:32:07.483Z Downloaded futures-executor v0.3.32
2852026-03-24T20:32:07.486Z Downloaded cargo_metadata v0.20.0
2862026-03-24T20:32:07.486Z Downloaded subtle v2.6.1
2872026-03-24T20:32:07.490Z Downloaded autocfg v1.5.0
2882026-03-24T20:32:07.490Z Downloaded swrite v0.1.0
2892026-03-24T20:32:07.493Z Downloaded find-msvc-tools v0.1.9
2902026-03-24T20:32:07.493Z Downloaded base64ct v1.8.3
2912026-03-24T20:32:07.496Z Downloaded semver v1.0.27
2922026-03-24T20:32:07.496Z Downloaded filetime v0.2.27
2932026-03-24T20:32:07.500Z Downloaded derive_more v2.1.1
2942026-03-24T20:32:07.508Z Downloaded signal-hook-mio v0.2.5
2952026-03-24T20:32:07.511Z Downloaded ppv-lite86 v0.2.21
2962026-03-24T20:32:07.511Z Downloaded terminal_size v0.4.4
2972026-03-24T20:32:07.515Z Downloaded serde_path_to_error v0.1.20
2982026-03-24T20:32:07.515Z Downloaded simd-adler32 v0.3.8
2992026-03-24T20:32:07.518Z Downloaded shlex v1.3.0
3002026-03-24T20:32:07.518Z Downloaded self_update v0.42.0
3012026-03-24T20:32:07.521Z Downloaded httparse v1.10.1
3022026-03-24T20:32:07.524Z Downloaded target-spec-miette v0.4.5
3032026-03-24T20:32:07.524Z Downloaded toml_write v0.1.2
3042026-03-24T20:32:07.527Z Downloaded toml_datetime v0.6.11
3052026-03-24T20:32:07.527Z Downloaded tower-service v0.3.3
3062026-03-24T20:32:07.527Z Downloaded tower-layer v0.3.3
3072026-03-24T20:32:07.530Z Downloaded tinyvec_macros v0.1.1
3082026-03-24T20:32:07.531Z Downloaded quinn-udp v0.5.14
3092026-03-24T20:32:07.531Z Downloaded typeid v1.0.3
3102026-03-24T20:32:07.534Z Downloaded try-lock v0.2.5
3112026-03-24T20:32:07.534Z Downloaded serde-untagged v0.1.9
3122026-03-24T20:32:07.534Z Downloaded pkg-config v0.3.32
3132026-03-24T20:32:07.537Z Downloaded humantime v2.3.0
3142026-03-24T20:32:07.537Z Downloaded static_assertions v1.1.0
3152026-03-24T20:32:07.540Z Downloaded dialoguer v0.11.0
3162026-03-24T20:32:07.540Z Downloaded nextest-metadata v0.12.2
3172026-03-24T20:32:07.543Z Downloaded owo-colors v4.3.0
3182026-03-24T20:32:07.544Z Downloaded crc32fast v1.5.0
3192026-03-24T20:32:07.547Z Downloaded camino-tempfile v1.4.1
3202026-03-24T20:32:07.547Z Downloaded serde_ignored v0.1.14
3212026-03-24T20:32:07.551Z Downloaded sha2 v0.10.9
3222026-03-24T20:32:07.551Z Downloaded globset v0.4.18
3232026-03-24T20:32:07.554Z Downloaded eyre v0.6.12
3242026-03-24T20:32:07.554Z Downloaded console v0.15.11
3252026-03-24T20:32:07.557Z Downloaded clap_derive v4.6.0
3262026-03-24T20:32:07.560Z Downloaded addr2line v0.25.1
3272026-03-24T20:32:07.560Z Downloaded ahash v0.8.12
3282026-03-24T20:32:07.563Z Downloaded camino v1.2.2
3292026-03-24T20:32:07.563Z Downloaded spki v0.7.3
3302026-03-24T20:32:07.567Z Downloaded smol_str v0.3.6
3312026-03-24T20:32:07.567Z Downloaded rustc-demangle v0.1.27
3322026-03-24T20:32:07.570Z Downloaded derive_more-impl v2.1.1
3332026-03-24T20:32:07.573Z Downloaded hyper-rustls v0.27.7
3342026-03-24T20:32:07.573Z Downloaded tracing-error v0.2.1
3352026-03-24T20:32:07.577Z Downloaded target-spec v3.5.7
3362026-03-24T20:32:07.577Z Downloaded untrusted v0.9.0
3372026-03-24T20:32:07.577Z Downloaded utf8parse v0.2.2
3382026-03-24T20:32:07.580Z Downloaded utf8_iter v1.0.4
3392026-03-24T20:32:07.580Z Downloaded unicode-xid v0.2.6
3402026-03-24T20:32:07.580Z Downloaded num-traits v0.2.19
3412026-03-24T20:32:07.583Z Downloaded want v0.3.1
3422026-03-24T20:32:07.583Z Downloaded version_check v0.9.5
3432026-03-24T20:32:07.586Z Downloaded target-lexicon v0.13.3
3442026-03-24T20:32:07.586Z Downloaded thiserror-impl v2.0.18
3452026-03-24T20:32:07.590Z Downloaded thiserror-impl v1.0.69
3462026-03-24T20:32:07.590Z Downloaded signal-hook-registry v1.4.8
3472026-03-24T20:32:07.590Z Downloaded native-tls v0.2.18
3482026-03-24T20:32:07.593Z Downloaded tokio-native-tls v0.3.1
3492026-03-24T20:32:07.593Z Downloaded toml_writer v1.1.0+spec-1.1.0
3502026-03-24T20:32:07.596Z Downloaded pkcs8 v0.10.2
3512026-03-24T20:32:07.596Z Downloaded iana-time-zone v0.1.65
3522026-03-24T20:32:07.599Z Downloaded xattr v1.6.1
3532026-03-24T20:32:07.599Z Downloaded litrs v1.0.0
3542026-03-24T20:32:07.602Z Downloaded http-body-util v0.1.3
3552026-03-24T20:32:07.605Z Downloaded smallvec v1.15.1
3562026-03-24T20:32:07.605Z Downloaded unicase v2.9.0
3572026-03-24T20:32:07.609Z Downloaded thiserror v2.0.18
3582026-03-24T20:32:07.612Z Downloaded urlencoding v2.1.3
3592026-03-24T20:32:07.612Z Downloaded tokio-macros v2.6.1
3602026-03-24T20:32:07.612Z Downloaded slab v0.4.12
3612026-03-24T20:32:07.615Z Downloaded thiserror v1.0.69
3622026-03-24T20:32:07.618Z Downloaded getrandom v0.3.4
3632026-03-24T20:32:07.622Z Downloaded futures v0.3.32
3642026-03-24T20:32:07.626Z Downloaded getrandom v0.4.2
3652026-03-24T20:32:07.629Z Downloaded getrandom v0.2.17
3662026-03-24T20:32:07.629Z Downloaded rustls-pki-types v1.14.0
3672026-03-24T20:32:07.632Z Downloaded unicode-linebreak v0.1.5
3682026-03-24T20:32:07.632Z Downloaded bitflags v2.11.0
3692026-03-24T20:32:07.635Z Downloaded strsim v0.11.1
3702026-03-24T20:32:07.639Z Downloaded rand_chacha v0.9.0
3712026-03-24T20:32:07.639Z Downloaded serde_derive v1.0.228
3722026-03-24T20:32:07.642Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3732026-03-24T20:32:07.642Z Downloaded tokio-stream v0.1.18
3742026-03-24T20:32:07.645Z Downloaded pin-project v1.1.11
3752026-03-24T20:32:07.652Z Downloaded zstd-safe v7.2.4
3762026-03-24T20:32:07.655Z Downloaded zmij v1.0.21
3772026-03-24T20:32:07.655Z Downloaded xxhash-rust v0.8.15
3782026-03-24T20:32:07.658Z Downloaded tracing-attributes v0.1.31
3792026-03-24T20:32:07.662Z Downloaded proc-macro2 v1.0.106
3802026-03-24T20:32:07.662Z Downloaded miniz_oxide v0.8.9
3812026-03-24T20:32:07.665Z Downloaded tracing-log v0.2.0
3822026-03-24T20:32:07.665Z Downloaded base64 v0.22.1
3832026-03-24T20:32:07.668Z Downloaded const-oid v0.9.6
3842026-03-24T20:32:07.671Z Downloaded signal-hook v0.3.18
3852026-03-24T20:32:07.671Z Downloaded ed25519-dalek v2.2.0
3862026-03-24T20:32:07.674Z Downloaded textwrap v0.16.2
3872026-03-24T20:32:07.677Z Downloaded quick-junit v0.5.2
3882026-03-24T20:32:07.680Z Downloaded parking_lot v0.12.5
3892026-03-24T20:32:07.680Z Downloaded quote v1.0.45
3902026-03-24T20:32:07.684Z Downloaded toml v1.1.0+spec-1.1.0
3912026-03-24T20:32:07.687Z Downloaded tempfile v3.27.0
3922026-03-24T20:32:07.689Z Downloaded tinyvec v1.11.0
3932026-03-24T20:32:07.690Z Downloaded zipsign-api v0.1.5
3942026-03-24T20:32:07.692Z Downloaded zeroize v1.8.2
3952026-03-24T20:32:07.693Z Downloaded thread_local v1.1.9
3962026-03-24T20:32:07.693Z Downloaded jobserver v0.1.34
3972026-03-24T20:32:07.696Z Downloaded zstd v0.13.3
3982026-03-24T20:32:07.699Z Downloaded toml_parser v1.1.0+spec-1.1.0
3992026-03-24T20:32:07.699Z Downloaded backtrace v0.3.76
4002026-03-24T20:32:07.702Z Downloaded ryu v1.0.23
4012026-03-24T20:32:07.705Z Downloaded tar v0.4.45
4022026-03-24T20:32:07.708Z Downloaded cc v1.2.57
4032026-03-24T20:32:07.712Z Downloaded der v0.7.10
4042026-03-24T20:32:07.716Z Downloaded serde v1.0.228
4052026-03-24T20:32:07.719Z Downloaded tracing-core v0.1.36
4062026-03-24T20:32:07.719Z Downloaded log v0.4.29
4072026-03-24T20:32:07.719Z Downloaded bytes v1.11.1
4082026-03-24T20:32:07.723Z Downloaded toml v0.8.23
4092026-03-24T20:32:07.726Z Downloaded socket2 v0.6.3
4102026-03-24T20:32:07.729Z Downloaded tokio-rustls v0.26.4
4112026-03-24T20:32:07.729Z Downloaded borsh v1.6.1
4122026-03-24T20:32:07.733Z Downloaded flate2 v1.1.9
4132026-03-24T20:32:07.737Z Downloaded indent_write v2.2.0
4142026-03-24T20:32:07.740Z Downloaded serde_core v1.0.228
4152026-03-24T20:32:07.744Z Downloaded quinn v0.11.9
4162026-03-24T20:32:07.744Z Downloaded erased-serde v0.4.10
4172026-03-24T20:32:07.774Z Downloaded duct v0.13.7
4182026-03-24T20:32:07.774Z Downloaded cargo_metadata v0.23.1
4192026-03-24T20:32:07.775Z Downloaded cargo-util-schemas v0.2.0
4202026-03-24T20:32:07.775Z Downloaded http v1.4.0
4212026-03-24T20:32:07.775Z Downloaded sharded-slab v0.1.7
4222026-03-24T20:32:07.775Z Downloaded url v2.5.8
4232026-03-24T20:32:07.775Z Downloaded typenum v1.19.0
4242026-03-24T20:32:07.775Z Downloaded rustls-webpki v0.103.10
4252026-03-24T20:32:07.775Z Downloaded memchr v2.8.0
4262026-03-24T20:32:07.775Z Downloaded unicode-segmentation v1.13.0
4272026-03-24T20:32:07.778Z Downloaded indicatif v0.17.11
4282026-03-24T20:32:07.778Z Downloaded openssl-sys v0.9.112
4292026-03-24T20:32:07.785Z Downloaded unicode-ident v1.0.24
4302026-03-24T20:32:07.789Z Downloaded hyper-util v0.1.20
4312026-03-24T20:32:07.795Z Downloaded vte v0.14.1
4322026-03-24T20:32:07.805Z Downloaded crossterm v0.29.0
4332026-03-24T20:32:07.808Z Downloaded hashbrown v0.16.1
4342026-03-24T20:32:07.812Z Downloaded toml_edit v0.22.27
4352026-03-24T20:32:07.815Z Downloaded tower-http v0.6.8
4362026-03-24T20:32:07.821Z Downloaded h2 v0.4.13
4372026-03-24T20:32:07.826Z Downloaded futures-util v0.3.32
4382026-03-24T20:32:07.834Z Downloaded hashbrown v0.15.5
4392026-03-24T20:32:07.839Z Downloaded tokio-util v0.7.18
4402026-03-24T20:32:07.844Z Downloaded uuid v1.22.0
4412026-03-24T20:32:07.848Z Downloaded indexmap v2.13.0
4422026-03-24T20:32:07.851Z Downloaded clap_builder v4.6.0
4432026-03-24T20:32:07.855Z Downloaded guppy v0.17.25
4442026-03-24T20:32:07.867Z Downloaded winnow v0.7.15
4452026-03-24T20:32:07.874Z Downloaded chrono v0.4.44
4462026-03-24T20:32:07.881Z Downloaded miette v7.6.0
4472026-03-24T20:32:07.884Z Downloaded rand v0.9.2
4482026-03-24T20:32:07.897Z Downloaded webpki-roots v1.0.6
4492026-03-24T20:32:07.900Z Downloaded unicode-width v0.1.14
4502026-03-24T20:32:07.905Z Downloaded gimli v0.32.3
4512026-03-24T20:32:07.911Z Downloaded unicode-width v0.2.2
4522026-03-24T20:32:07.916Z Downloaded bstr v1.12.1
4532026-03-24T20:32:07.922Z Downloaded ron v0.12.0
4542026-03-24T20:32:07.928Z Downloaded curve25519-dalek v4.1.3
4552026-03-24T20:32:07.940Z Downloaded iri-string v0.7.11
4562026-03-24T20:32:07.957Z Downloaded color-eyre v0.6.5
4572026-03-24T20:32:07.963Z Downloaded serde_json v1.0.149
4582026-03-24T20:32:07.968Z Downloaded itertools v0.14.0
4592026-03-24T20:32:07.972Z Downloaded tower v0.5.3
4602026-03-24T20:32:07.978Z Downloaded quick-xml v0.37.5
4612026-03-24T20:32:07.982Z Downloaded unicode-normalization v0.1.25
4622026-03-24T20:32:07.985Z Downloaded pulldown-cmark v0.13.3
4632026-03-24T20:32:07.989Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4642026-03-24T20:32:08.001Z Downloaded regex v1.12.3
4652026-03-24T20:32:08.005Z Downloaded idna v1.1.0
4662026-03-24T20:32:08.008Z Downloaded hyper v1.8.1
4672026-03-24T20:32:08.012Z Downloaded reqwest v0.12.28
4682026-03-24T20:32:08.036Z Downloaded portable-atomic v1.13.1
4692026-03-24T20:32:08.053Z Downloaded quick-xml v0.38.4
4702026-03-24T20:32:08.129Z Downloaded winnow v1.0.0
4712026-03-24T20:32:08.136Z Downloaded quinn-proto v0.11.14
4722026-03-24T20:32:08.143Z Downloaded nextest-runner v0.80.0
4732026-03-24T20:32:08.162Z Downloaded vcpkg v0.2.15
4742026-03-24T20:32:08.190Z Downloaded tracing-subscriber v0.3.23
4752026-03-24T20:32:08.200Z Downloaded object v0.37.3
4762026-03-24T20:32:08.209Z Downloaded openssl v0.10.76
4772026-03-24T20:32:08.234Z Downloaded zerocopy v0.8.47
4782026-03-24T20:32:08.246Z Downloaded syn v2.0.117
4792026-03-24T20:32:08.275Z Downloaded nix v0.30.1
4802026-03-24T20:32:08.282Z Downloaded rustix v0.38.44
4812026-03-24T20:32:08.297Z Downloaded regex-syntax v0.8.10
4822026-03-24T20:32:08.305Z Downloaded rustls v0.23.37
4832026-03-24T20:32:08.316Z Downloaded rustix v1.1.4
4842026-03-24T20:32:08.364Z Downloaded tracing v0.1.44
4852026-03-24T20:32:08.431Z Downloaded regex-automata v0.4.14
4862026-03-24T20:32:08.480Z Downloaded libc v0.2.183
4872026-03-24T20:32:08.503Z Downloaded petgraph v0.8.3
4882026-03-24T20:32:08.526Z Downloaded tokio v1.50.0
4892026-03-24T20:32:08.606Z Downloaded recursion v0.5.4
4902026-03-24T20:32:08.615Z Downloaded ring v0.17.14
4912026-03-24T20:32:08.692Z Compiling proc-macro2 v1.0.106
4922026-03-24T20:32:08.695Z Compiling libc v0.2.183
4932026-03-24T20:32:08.695Z Compiling quote v1.0.45
4942026-03-24T20:32:08.695Z Compiling unicode-ident v1.0.24
4952026-03-24T20:32:08.695Z Compiling serde_core v1.0.228
4962026-03-24T20:32:08.695Z Compiling cfg-if v1.0.4
4972026-03-24T20:32:08.695Z Compiling memchr v2.8.0
4982026-03-24T20:32:08.843Z Compiling once_cell v1.21.4
4992026-03-24T20:32:09.019Z Compiling log v0.4.29
5002026-03-24T20:32:09.034Z Compiling pin-project-lite v0.2.17
5012026-03-24T20:32:09.143Z Compiling itoa v1.0.18
5022026-03-24T20:32:09.167Z Compiling serde v1.0.228
5032026-03-24T20:32:09.360Z Compiling futures-core v0.3.32
5042026-03-24T20:32:09.426Z Compiling smallvec v1.15.1
5052026-03-24T20:32:09.563Z Compiling bitflags v2.11.0
5062026-03-24T20:32:09.586Z Compiling hashbrown v0.16.1
5072026-03-24T20:32:09.740Z Compiling shlex v1.3.0
5082026-03-24T20:32:10.002Z Compiling equivalent v1.0.2
5092026-03-24T20:32:10.114Z Compiling errno v0.3.14
5102026-03-24T20:32:10.117Z Compiling find-msvc-tools v0.1.9
5112026-03-24T20:32:10.244Z Compiling bytes v1.11.1
5122026-03-24T20:32:10.393Z Compiling signal-hook-registry v1.4.8
5132026-03-24T20:32:10.409Z Compiling jobserver v0.1.34
5142026-03-24T20:32:10.450Z Compiling mio v1.1.1
5152026-03-24T20:32:10.546Z Compiling rustix v1.1.4
5162026-03-24T20:32:10.562Z Compiling syn v2.0.117
5172026-03-24T20:32:10.666Z Compiling futures-sink v0.3.32
5182026-03-24T20:32:10.804Z Compiling cc v1.2.57
5192026-03-24T20:32:10.852Z Compiling socket2 v0.6.3
5202026-03-24T20:32:11.074Z Compiling zmij v1.0.21
5212026-03-24T20:32:11.415Z Compiling slab v0.4.12
5222026-03-24T20:32:11.486Z Compiling futures-channel v0.3.32
5232026-03-24T20:32:11.564Z Compiling tracing-core v0.1.36
5242026-03-24T20:32:11.720Z Compiling serde_json v1.0.149
5252026-03-24T20:32:11.893Z Compiling version_check v0.9.5
5262026-03-24T20:32:12.038Z Compiling futures-io v0.3.32
5272026-03-24T20:32:12.246Z Compiling indexmap v2.13.0
5282026-03-24T20:32:12.270Z Compiling getrandom v0.4.2
5292026-03-24T20:32:12.379Z Compiling futures-task v0.3.32
5302026-03-24T20:32:12.603Z Compiling unicode-width v0.2.2
5312026-03-24T20:32:12.632Z Compiling camino v1.2.2
5322026-03-24T20:32:12.682Z Compiling ring v0.17.14
5332026-03-24T20:32:13.021Z Compiling http v1.4.0
5342026-03-24T20:32:13.096Z Compiling percent-encoding v2.3.2
5352026-03-24T20:32:13.180Z Compiling autocfg v1.5.0
5362026-03-24T20:32:13.346Z Compiling adler2 v2.0.1
5372026-03-24T20:32:13.361Z Compiling simd-adler32 v0.3.8
5382026-03-24T20:32:13.435Z Compiling zeroize v1.8.2
5392026-03-24T20:32:13.649Z Compiling num-traits v0.2.19
5402026-03-24T20:32:13.674Z Compiling miniz_oxide v0.8.9
5412026-03-24T20:32:13.923Z Compiling object v0.37.3
5422026-03-24T20:32:14.284Z Compiling target-lexicon v0.13.3
5432026-03-24T20:32:14.494Z Compiling zerocopy v0.8.47
5442026-03-24T20:32:14.626Z Compiling getrandom v0.3.4
5452026-03-24T20:32:15.007Z Compiling http-body v1.0.1
5462026-03-24T20:32:15.066Z Compiling rustls-pki-types v1.14.0
5472026-03-24T20:32:15.209Z Compiling semver v1.0.27
5482026-03-24T20:32:15.246Z Compiling getrandom v0.2.17
5492026-03-24T20:32:15.373Z Compiling owo-colors v4.3.0
5502026-03-24T20:32:15.480Z Compiling gimli v0.32.3
5512026-03-24T20:32:15.499Z Compiling httparse v1.10.1
5522026-03-24T20:32:15.689Z Compiling guppy-workspace-hack v0.1.0
5532026-03-24T20:32:15.768Z Compiling fnv v1.0.7
5542026-03-24T20:32:15.854Z Compiling serde_derive v1.0.228
5552026-03-24T20:32:15.885Z Compiling tokio-macros v2.6.1
5562026-03-24T20:32:15.930Z Compiling futures-macro v0.3.32
5572026-03-24T20:32:15.950Z Compiling tracing-attributes v0.1.31
5582026-03-24T20:32:16.095Z Compiling untrusted v0.9.0
5592026-03-24T20:32:16.129Z Compiling typenum v1.19.0
5602026-03-24T20:32:16.187Z Compiling signal-hook v0.3.18
5612026-03-24T20:32:16.454Z Compiling thiserror v2.0.18
5622026-03-24T20:32:16.690Z Compiling thiserror-impl v2.0.18
5632026-03-24T20:32:16.851Z Compiling tokio v1.50.0
5642026-03-24T20:32:16.969Z Compiling futures-util v0.3.32
5652026-03-24T20:32:17.561Z Compiling tracing v0.1.44
5662026-03-24T20:32:18.273Z Compiling addr2line v0.25.1
5672026-03-24T20:32:19.175Z Compiling form_urlencoded v1.2.2
5682026-03-24T20:32:19.543Z Compiling generic-array v0.14.7
5692026-03-24T20:32:19.554Z Compiling utf8_iter v1.0.4
5702026-03-24T20:32:19.754Z Compiling idna_adapter v1.0.0
5712026-03-24T20:32:19.800Z Compiling thiserror v1.0.69
5722026-03-24T20:32:19.864Z Compiling target-spec v3.5.7
5732026-03-24T20:32:20.177Z Compiling rustc-demangle v0.1.27
5742026-03-24T20:32:20.218Z Compiling try-lock v0.2.5
5752026-03-24T20:32:20.246Z Compiling typeid v1.0.3
5762026-03-24T20:32:20.353Z Compiling fastrand v2.3.0
5772026-03-24T20:32:20.511Z Compiling pkg-config v0.3.32
5782026-03-24T20:32:20.588Z Compiling atomic-waker v1.1.2
5792026-03-24T20:32:20.746Z Compiling tower-service v0.3.3
5802026-03-24T20:32:20.781Z Compiling rustls v0.23.37
5812026-03-24T20:32:20.870Z Compiling tempfile v3.27.0
5822026-03-24T20:32:21.092Z Compiling want v0.3.1
5832026-03-24T20:32:21.106Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-03-24T20:32:21.409Z Compiling idna v1.1.0
5852026-03-24T20:32:21.611Z Compiling cfg-expr v0.20.7
5862026-03-24T20:32:21.992Z Compiling tokio-util v0.7.18
5872026-03-24T20:32:22.622Z Compiling backtrace v0.3.76
5882026-03-24T20:32:22.742Z Compiling h2 v0.4.13
5892026-03-24T20:32:23.441Z Compiling rustls-webpki v0.103.10
5902026-03-24T20:32:23.482Z Compiling thiserror-impl v1.0.69
5912026-03-24T20:32:23.692Z Compiling terminal_size v0.4.4
5922026-03-24T20:32:23.876Z Compiling aho-corasick v1.1.4
5932026-03-24T20:32:24.259Z Compiling winnow v0.7.15
5942026-03-24T20:32:25.012Z Compiling pin-utils v0.1.0
5952026-03-24T20:32:25.106Z Compiling erased-serde v0.4.10
5962026-03-24T20:32:25.459Z Compiling regex-syntax v0.8.10
5972026-03-24T20:32:26.632Z Compiling subtle v2.6.1
5982026-03-24T20:32:26.780Z Compiling hyper v1.8.1
5992026-03-24T20:32:27.998Z Compiling regex-automata v0.4.14
6002026-03-24T20:32:30.771Z Compiling url v2.5.8
6012026-03-24T20:32:31.806Z Compiling toml_datetime v0.6.11
6022026-03-24T20:32:32.164Z Compiling serde_spanned v0.6.9
6032026-03-24T20:32:32.362Z Compiling ahash v0.8.12
6042026-03-24T20:32:32.780Z Compiling sync_wrapper v1.0.2
6052026-03-24T20:32:32.801Z Compiling nextest-workspace-hack v0.1.0
6062026-03-24T20:32:32.812Z Compiling tower-layer v0.3.3
6072026-03-24T20:32:33.044Z Compiling base64 v0.22.1
6082026-03-24T20:32:33.058Z Compiling is_ci v1.2.0
6092026-03-24T20:32:33.280Z Compiling either v1.15.0
6102026-03-24T20:32:33.481Z Compiling ipnet v2.12.0
6112026-03-24T20:32:33.561Z Compiling portable-atomic v1.13.1
6122026-03-24T20:32:33.669Z Compiling toml_write v0.1.2
6132026-03-24T20:32:33.882Z Compiling parking_lot_core v0.9.12
6142026-03-24T20:32:33.987Z Compiling crc32fast v1.5.0
6152026-03-24T20:32:34.226Z Compiling unicode-segmentation v1.13.0
6162026-03-24T20:32:34.247Z Compiling unicode-linebreak v0.1.5
6172026-03-24T20:32:34.378Z Compiling foldhash v0.1.5
6182026-03-24T20:32:34.531Z Compiling lazy_static v1.5.0
6192026-03-24T20:32:34.607Z Compiling convert_case v0.10.0
6202026-03-24T20:32:34.661Z Compiling sharded-slab v0.1.7
6212026-03-24T20:32:34.715Z Compiling hashbrown v0.15.5
6222026-03-24T20:32:34.893Z Compiling textwrap v0.16.2
6232026-03-24T20:32:35.255Z Compiling toml_edit v0.22.27
6242026-03-24T20:32:35.380Z Compiling hyper-util v0.1.20
6252026-03-24T20:32:35.508Z Compiling supports-color v3.0.2
6262026-03-24T20:32:35.564Z Compiling tower v0.5.3
6272026-03-24T20:32:36.318Z Compiling tokio-rustls v0.26.4
6282026-03-24T20:32:36.627Z Compiling backtrace-ext v0.2.1
6292026-03-24T20:32:36.690Z Compiling ordered-float v2.10.1
6302026-03-24T20:32:36.690Z Compiling miette-derive v7.6.0
6312026-03-24T20:32:36.950Z Compiling webpki-roots v1.0.6
6322026-03-24T20:32:37.066Z Compiling pathdiff v0.2.3
6332026-03-24T20:32:37.104Z Compiling console v0.15.11
6342026-03-24T20:32:37.220Z Compiling cargo-platform v0.3.2
6352026-03-24T20:32:37.928Z Compiling tracing-log v0.2.0
6362026-03-24T20:32:38.194Z Compiling os_pipe v1.2.3
6372026-03-24T20:32:38.366Z Compiling thread_local v1.1.9
6382026-03-24T20:32:38.404Z Compiling zstd-safe v7.2.4
6392026-03-24T20:32:38.472Z Compiling winnow v1.0.0
6402026-03-24T20:32:38.967Z Compiling pulldown-cmark v0.13.3
6412026-03-24T20:32:39.024Z Compiling ryu v1.0.23
6422026-03-24T20:32:39.024Z Compiling debug-ignore v1.0.5
6432026-03-24T20:32:39.024Z Compiling utf8parse v0.2.2
6442026-03-24T20:32:39.024Z Compiling cfg_aliases v0.2.1
6452026-03-24T20:32:39.109Z Compiling fixedbitset v0.5.7
6462026-03-24T20:32:39.136Z Compiling supports-unicode v3.0.0
6472026-03-24T20:32:39.180Z Compiling rustix v0.38.44
6482026-03-24T20:32:39.333Z Compiling iri-string v0.7.11
6492026-03-24T20:32:39.620Z Compiling scopeguard v1.2.0
6502026-03-24T20:32:39.746Z Compiling unicode-width v0.1.14
6512026-03-24T20:32:40.111Z Compiling supports-hyperlinks v3.2.0
6522026-03-24T20:32:40.222Z Compiling toml_parser v1.1.0+spec-1.1.0
6532026-03-24T20:32:40.366Z Compiling miette v7.6.0
6542026-03-24T20:32:40.376Z Compiling lock_api v0.4.14
6552026-03-24T20:32:43.981Z Compiling petgraph v0.8.3
6562026-03-24T20:32:44.040Z Compiling tower-http v0.6.8
6572026-03-24T20:32:44.040Z Compiling nix v0.30.1
6582026-03-24T20:32:44.040Z Compiling anstyle-parse v1.0.0
6592026-03-24T20:32:44.040Z Compiling serde_urlencoded v0.7.1
6602026-03-24T20:32:44.040Z Compiling tracing-subscriber v0.3.23
6612026-03-24T20:32:44.040Z Compiling sigchld v0.2.4
6622026-03-24T20:32:44.040Z Compiling cargo_metadata v0.23.1
6632026-03-24T20:32:44.040Z Compiling toml v0.8.23
6642026-03-24T20:32:44.040Z Compiling hyper-rustls v0.27.7
6652026-03-24T20:32:44.250Z Compiling serde-value v0.7.0
6662026-03-24T20:32:45.156Z Compiling serde-untagged v0.1.9
6672026-03-24T20:32:46.766Z Compiling derive_more-impl v2.1.1
6682026-03-24T20:32:46.782Z Compiling itertools v0.14.0
6692026-03-24T20:32:47.059Z Compiling regex v1.12.3
6702026-03-24T20:32:47.204Z Compiling block-buffer v0.10.4
6712026-03-24T20:32:47.256Z Compiling crypto-common v0.1.7
6722026-03-24T20:32:47.386Z Compiling ppv-lite86 v0.2.21
6732026-03-24T20:32:47.420Z Compiling futures-executor v0.3.32
6742026-03-24T20:32:47.801Z Compiling rand_core v0.9.5
6752026-03-24T20:32:47.842Z Compiling pin-project-internal v1.1.11
6762026-03-24T20:32:48.097Z Compiling http-body-util v0.1.3
6772026-03-24T20:32:48.114Z Compiling uuid v1.22.0
6782026-03-24T20:32:48.448Z Compiling serde_spanned v1.1.0
6792026-03-24T20:32:48.648Z Compiling toml_datetime v1.1.0+spec-1.1.0
6802026-03-24T20:32:48.732Z Compiling smol_str v0.3.6
6812026-03-24T20:32:48.797Z Compiling filetime v0.2.27
6822026-03-24T20:32:48.930Z Compiling vte v0.14.1
6832026-03-24T20:32:49.049Z Compiling bstr v1.12.1
6842026-03-24T20:32:49.159Z Compiling anstyle-query v1.1.5
6852026-03-24T20:32:49.180Z Compiling eyre v0.6.12
6862026-03-24T20:32:49.238Z Compiling color-spantrace v0.3.0
6872026-03-24T20:32:49.286Z Compiling number_prefix v0.4.0
6882026-03-24T20:32:49.491Z Compiling anstyle v1.0.14
6892026-03-24T20:32:49.584Z Compiling unicode-xid v0.2.6
6902026-03-24T20:32:49.637Z Compiling colorchoice v1.0.5
6912026-03-24T20:32:49.749Z Compiling litrs v1.0.0
6922026-03-24T20:32:49.781Z Compiling nested v0.1.1
6932026-03-24T20:32:49.823Z Compiling iana-time-zone v0.1.65
6942026-03-24T20:32:49.953Z Compiling static_assertions v1.1.0
6952026-03-24T20:32:49.969Z Compiling unicase v2.9.0
6962026-03-24T20:32:50.014Z Compiling self_update v0.42.0
6972026-03-24T20:32:50.041Z Compiling tinyvec_macros v0.1.1
6982026-03-24T20:32:50.162Z Compiling is_terminal_polyfill v1.70.2
6992026-03-24T20:32:50.196Z Compiling xattr v1.6.1
7002026-03-24T20:32:50.237Z Compiling tinyvec v1.11.0
7012026-03-24T20:32:50.276Z Compiling anstream v1.0.0
7022026-03-24T20:32:50.340Z Compiling document-features v0.2.12
7032026-03-24T20:32:50.367Z Compiling tar v0.4.45
7042026-03-24T20:32:50.424Z Compiling guppy v0.17.25
7052026-03-24T20:32:50.800Z Compiling chrono v0.4.44
7062026-03-24T20:32:50.898Z Compiling cargo-util-schemas v0.2.0
7072026-03-24T20:32:51.106Z Compiling globset v0.4.18
7082026-03-24T20:32:51.865Z Compiling indicatif v0.17.11
7092026-03-24T20:32:51.882Z Compiling pin-project v1.1.11
7102026-03-24T20:32:52.003Z Compiling strip-ansi-escapes v0.2.1
7112026-03-24T20:32:52.648Z Compiling nextest-metadata v0.12.2
7122026-03-24T20:32:53.698Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-24T20:32:54.024Z Compiling newtype-uuid v1.3.2
7142026-03-24T20:32:54.269Z Compiling reqwest v0.12.28
7152026-03-24T20:32:55.172Z Compiling rand_chacha v0.9.0
7162026-03-24T20:32:55.227Z Compiling derive_more v2.1.1
7172026-03-24T20:32:55.327Z Compiling futures v0.3.32
7182026-03-24T20:32:55.429Z Compiling digest v0.10.7
7192026-03-24T20:32:55.711Z Compiling flate2 v1.1.9
7202026-03-24T20:32:55.861Z Compiling parking_lot v0.12.5
7212026-03-24T20:32:55.881Z Compiling tracing-error v0.2.1
7222026-03-24T20:32:56.164Z Compiling shared_child v1.1.1
7232026-03-24T20:32:56.991Z Compiling signal-hook-mio v0.2.5
7242026-03-24T20:32:57.044Z Compiling self-replace v1.5.0
7252026-03-24T20:32:57.149Z Compiling cargo-platform v0.2.0
7262026-03-24T20:32:57.407Z Compiling quick-xml v0.38.4
7272026-03-24T20:32:57.834Z Compiling quick-xml v0.37.5
7282026-03-24T20:32:57.851Z Compiling strsim v0.11.1
7292026-03-24T20:32:58.189Z Compiling recursion v0.5.4
7302026-03-24T20:32:58.408Z Compiling clap_lex v1.1.0
7312026-03-24T20:32:58.855Z Compiling shell-words v1.1.1
7322026-03-24T20:32:58.877Z Compiling cpufeatures v0.2.17
7332026-03-24T20:32:58.972Z Compiling urlencoding v2.1.3
7342026-03-24T20:32:59.163Z Compiling humantime v2.3.0
7352026-03-24T20:32:59.270Z Compiling indenter v0.3.4
7362026-03-24T20:32:59.432Z Compiling heck v0.5.0
7372026-03-24T20:32:59.576Z Compiling clap_builder v4.6.0
7382026-03-24T20:32:59.699Z Compiling humantime-serde v1.1.1
7392026-03-24T20:32:59.770Z Compiling clap_derive v4.6.0
7402026-03-24T20:32:59.889Z Compiling sha2 v0.10.9
7412026-03-24T20:33:00.371Z Compiling nextest-filtering v0.15.0
7422026-03-24T20:33:01.507Z Compiling quick-junit v0.5.2
7432026-03-24T20:33:02.154Z Compiling cargo_metadata v0.20.0
7442026-03-24T20:33:05.402Z Compiling atomicwrites v0.4.4
7452026-03-24T20:33:05.548Z Compiling crossterm v0.29.0
7462026-03-24T20:33:05.761Z Compiling cargo-nextest v0.9.97
7472026-03-24T20:33:06.971Z Compiling zstd v0.13.3
7482026-03-24T20:33:07.228Z Compiling duct v0.13.7
7492026-03-24T20:33:07.956Z Compiling async-scoped v0.9.0
7502026-03-24T20:33:08.099Z Compiling rand v0.9.2
7512026-03-24T20:33:08.192Z Compiling config v0.15.22
7522026-03-24T20:33:08.231Z Compiling unicode-normalization v0.1.25
7532026-03-24T20:33:08.691Z Compiling target-spec-miette v0.4.5
7542026-03-24T20:33:08.978Z Compiling future-queue v0.4.0
7552026-03-24T20:33:09.071Z Compiling mukti-metadata v0.3.0
7562026-03-24T20:33:09.192Z Compiling tokio-stream v0.1.18
7572026-03-24T20:33:09.324Z Compiling camino-tempfile v1.4.1
7582026-03-24T20:33:09.500Z Compiling derive-where v1.6.1
7592026-03-24T20:33:09.677Z Compiling serde_ignored v0.1.14
7602026-03-24T20:33:09.700Z Compiling serde_path_to_error v0.1.20
7612026-03-24T20:33:09.882Z Compiling hex v0.4.3
7622026-03-24T20:33:09.898Z Compiling home v0.5.12
7632026-03-24T20:33:10.136Z Compiling indent_write v2.2.0
7642026-03-24T20:33:10.156Z Compiling swrite v0.1.0
7652026-03-24T20:33:10.257Z Compiling xxhash-rust v0.8.15
7662026-03-24T20:33:10.272Z Compiling color-eyre v0.6.5
7672026-03-24T20:33:10.309Z Compiling clap v4.6.0
7682026-03-24T20:33:10.332Z Compiling dialoguer v0.11.0
7692026-03-24T20:33:10.408Z Compiling enable-ansi-support v0.2.1
7702026-03-24T20:33:11.156Z Compiling nextest-runner v0.80.0
7712026-03-24T20:33:35.447Z Finished `release` profile [optimized] target(s) in 1m 30s
7722026-03-24T20:33:35.447Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-03-24T20:33:35.448Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-03-24T20:33:35.448Z+ pushd bgp
7752026-03-24T20:33:35.448Z+ pfexec cargo nextest run
7762026-03-24T20:33:35.448Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7772026-03-24T20:33:35.525Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-03-24T20:33:38.076ZFrom https://github.com/oxidecomputer/falcon
7792026-03-24T20:33:38.076Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-03-24T20:33:38.091Z Updating crates.io index
7812026-03-24T20:33:38.108Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-03-24T20:33:38.831ZFrom https://github.com/oxidecomputer/dendrite
7832026-03-24T20:33:38.832Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-03-24T20:33:38.930Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-03-24T20:33:39.166ZFrom https://github.com/oxidecomputer/ispf
7862026-03-24T20:33:39.166Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-03-24T20:33:39.226Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-03-24T20:33:39.605ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-03-24T20:33:39.605Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-03-24T20:33:39.612Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-03-24T20:33:47.344ZFrom https://github.com/oxidecomputer/omicron
7922026-03-24T20:33:47.344Z * [new ref] 82038be63d7bd8a0f578bb4083d30431f1ad6d43 -> refs/commit/82038be63d7bd8a0f578bb4083d30431f1ad6d43
7932026-03-24T20:33:47.913Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-03-24T20:33:48.563ZFrom https://github.com/oxidecomputer/opte
7952026-03-24T20:33:48.564Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7962026-03-24T20:33:48.679Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-03-24T20:33:48.909ZFrom https://github.com/illumos/smf-rs
7982026-03-24T20:33:48.909Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-03-24T20:33:49.051Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-03-24T20:33:49.380ZFrom https://github.com/oxidecomputer/network-interface
8012026-03-24T20:33:49.380Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-03-24T20:33:49.508Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-03-24T20:33:49.805ZFrom https://github.com/oxidecomputer/zone
8042026-03-24T20:33:49.805Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-03-24T20:33:49.812Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-03-24T20:33:51.013ZFrom https://github.com/oxidecomputer/propolis
8072026-03-24T20:33:51.013Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-03-24T20:33:51.082Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-03-24T20:33:51.591ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-03-24T20:33:51.591Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-03-24T20:33:51.664Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-03-24T20:33:52.049ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-03-24T20:33:52.049Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-03-24T20:33:52.142Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-03-24T20:33:52.347ZFrom https://github.com/jmesmon/rust-libzfs
8162026-03-24T20:33:52.347Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-03-24T20:33:52.374Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-03-24T20:33:52.695ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-03-24T20:33:52.696Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-03-24T20:33:52.779Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-03-24T20:33:52.938ZFrom https://github.com/oxidecomputer/lldp
8222026-03-24T20:33:52.939Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-03-24T20:33:53.019Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-03-24T20:33:53.328ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-03-24T20:33:53.328Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-03-24T20:33:53.475Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-03-24T20:33:53.698ZFrom https://github.com/oxidecomputer/tufaceous
8282026-03-24T20:33:53.699Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-03-24T20:33:53.735Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-03-24T20:33:55.775ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-03-24T20:33:55.775Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-03-24T20:33:56.009Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-03-24T20:33:56.064ZFrom https://github.com/oxidecomputer/crucible
8342026-03-24T20:33:56.065Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-03-24T20:33:56.065Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-03-24T20:33:56.065ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-03-24T20:33:56.065Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-03-24T20:33:56.065Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-03-24T20:33:56.065ZFrom https://github.com/oxidecomputer/propolis
8402026-03-24T20:33:56.065Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-03-24T20:33:56.296Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-03-24T20:33:56.601ZFrom https://github.com/oxidecomputer/tofino
8432026-03-24T20:33:56.601Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-03-24T20:33:56.611Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-03-24T20:33:57.138ZFrom https://github.com/oxidecomputer/maghemite
8462026-03-24T20:33:57.138Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-03-24T20:33:57.196Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-03-24T20:33:57.519ZFrom https://github.com/oxidecomputer/clickward
8492026-03-24T20:33:57.519Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-03-24T20:33:57.546Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-03-24T20:33:57.832ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-03-24T20:33:57.832Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-03-24T20:33:57.968Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-03-24T20:33:58.320ZFrom https://github.com/oxidecomputer/crucible
8552026-03-24T20:33:58.320Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-03-24T20:33:59.419Z Downloading crates ...
8572026-03-24T20:33:59.535Z Downloaded aead v0.5.2
8582026-03-24T20:33:59.543Z Downloaded anyhow v1.0.102
8592026-03-24T20:33:59.543Z Downloaded arc-swap v1.9.0
8602026-03-24T20:33:59.553Z Downloaded foreign-types v0.5.0
8612026-03-24T20:33:59.553Z Downloaded allocator-api2 v0.2.21
8622026-03-24T20:33:59.558Z Downloaded hubpack v0.1.2
8632026-03-24T20:33:59.558Z Downloaded darling v0.21.3
8642026-03-24T20:33:59.558Z Downloaded foldhash v0.2.0
8652026-03-24T20:33:59.558Z Downloaded constant_time_eq v0.4.2
8662026-03-24T20:33:59.558Z Downloaded num v0.4.3
8672026-03-24T20:33:59.573Z Downloaded const-random v0.1.18
8682026-03-24T20:33:59.573Z Downloaded base16ct v0.2.0
8692026-03-24T20:33:59.573Z Downloaded backoff v0.4.0
8702026-03-24T20:33:59.574Z Downloaded convert_case v0.4.0
8712026-03-24T20:33:59.581Z Downloaded instant v0.1.13
8722026-03-24T20:33:59.581Z Downloaded hostname v0.4.2
8732026-03-24T20:33:59.581Z Downloaded gethostname v0.5.0
8742026-03-24T20:33:59.581Z Downloaded memoffset v0.9.1
8752026-03-24T20:33:59.581Z Downloaded num-iter v0.1.45
8762026-03-24T20:33:59.581Z Downloaded crc8 v0.1.1
8772026-03-24T20:33:59.581Z Downloaded bcs v0.1.6
8782026-03-24T20:33:59.581Z Downloaded internet-checksum v0.2.1
8792026-03-24T20:33:59.581Z Downloaded indexmap v1.9.3
8802026-03-24T20:33:59.581Z Downloaded httpdate v1.0.3
8812026-03-24T20:33:59.581Z Downloaded defmt-parser v1.0.0
8822026-03-24T20:33:59.581Z Downloaded defmt v0.3.100
8832026-03-24T20:33:59.581Z Downloaded darling_macro v0.21.3
8842026-03-24T20:33:59.677Z Downloaded defmt-macros v1.0.1
8852026-03-24T20:33:59.677Z Downloaded ingot-types v0.1.2
8862026-03-24T20:33:59.677Z Downloaded ident_case v1.0.1
8872026-03-24T20:33:59.677Z Downloaded crypto-bigint v0.5.5
8882026-03-24T20:33:59.677Z Downloaded macaddr v1.0.1
8892026-03-24T20:33:59.678Z Downloaded idna_adapter v1.2.1
8902026-03-24T20:33:59.678Z Downloaded crunchy v0.2.4
8912026-03-24T20:33:59.679Z Downloaded crucible-workspace-hack v0.1.0
8922026-03-24T20:33:59.679Z Downloaded cmake v0.1.57
8932026-03-24T20:33:59.679Z Downloaded bytecount v0.6.9
8942026-03-24T20:33:59.679Z Downloaded no-std-compat v0.4.1
8952026-03-24T20:33:59.679Z Downloaded linked-hash-map v0.5.6
8962026-03-24T20:33:59.679Z Downloaded ciborium-io v0.2.2
8972026-03-24T20:33:59.679Z Downloaded managed v0.8.0
8982026-03-24T20:33:59.679Z Downloaded ciborium-ll v0.2.2
8992026-03-24T20:33:59.679Z Downloaded async-stream v0.3.6
9002026-03-24T20:33:59.679Z Downloaded num_enum_derive v0.7.6
9012026-03-24T20:33:59.679Z Downloaded linear-map v1.2.0
9022026-03-24T20:33:59.679Z Downloaded dunce v1.0.5
9032026-03-24T20:33:59.679Z Downloaded cstr-argument v0.1.2
9042026-03-24T20:33:59.679Z Downloaded dyn-clone v1.0.20
9052026-03-24T20:33:59.679Z Downloaded const-random-macro v0.1.16
9062026-03-24T20:33:59.679Z Downloaded cpufeatures v0.3.0
9072026-03-24T20:33:59.679Z Downloaded libscf-sys v1.1.0
9082026-03-24T20:33:59.679Z Downloaded opaque-debug v0.3.1
9092026-03-24T20:33:59.679Z Downloaded num_threads v0.1.7
9102026-03-24T20:33:59.679Z Downloaded newtype_derive v0.1.6
9112026-03-24T20:33:59.679Z Downloaded num-conv v0.2.0
9122026-03-24T20:33:59.679Z Downloaded crossbeam-deque v0.8.6
9132026-03-24T20:33:59.679Z Downloaded arrayvec v0.7.6
9142026-03-24T20:33:59.679Z Downloaded darling_core v0.23.0
9152026-03-24T20:33:59.679Z Downloaded num-derive v0.3.3
9162026-03-24T20:33:59.679Z Downloaded is-terminal v0.4.17
9172026-03-24T20:33:59.680Z Downloaded float-ord v0.3.2
9182026-03-24T20:33:59.680Z Downloaded fixedbitset v0.4.2
9192026-03-24T20:33:59.680Z Downloaded dtrace-parser v0.2.0
9202026-03-24T20:33:59.680Z Downloaded cobs v0.3.0
9212026-03-24T20:33:59.680Z Downloaded num-derive v0.4.2
9222026-03-24T20:33:59.680Z Downloaded dof v0.3.0
9232026-03-24T20:33:59.680Z Downloaded foreign-types-shared v0.3.1
9242026-03-24T20:33:59.680Z Downloaded dtrace-parser v0.3.0
9252026-03-24T20:33:59.680Z Downloaded num_enum_derive v0.5.11
9262026-03-24T20:33:59.680Z Downloaded embedded-io v0.6.1
9272026-03-24T20:33:59.680Z Downloaded newtype-uuid-macros v0.1.0
9282026-03-24T20:33:59.680Z Downloaded memmap v0.7.0
9292026-03-24T20:33:59.680Z Downloaded enum-as-inner v0.6.1
9302026-03-24T20:33:59.680Z Downloaded embedded-io v0.4.0
9312026-03-24T20:33:59.680Z Downloaded dof v0.4.0
9322026-03-24T20:33:59.680Z Downloaded dropshot-api-manager-types v0.5.2
9332026-03-24T20:33:59.680Z Downloaded bit-set v0.8.0
9342026-03-24T20:33:59.680Z Downloaded natord v1.0.9
9352026-03-24T20:33:59.680Z Downloaded newline-converter v0.3.0
9362026-03-24T20:33:59.680Z Downloaded mime v0.3.17
9372026-03-24T20:33:59.680Z Downloaded foreign-types-macros v0.2.3
9382026-03-24T20:33:59.700Z Downloaded heck v0.4.1
9392026-03-24T20:33:59.700Z Downloaded base16ct v1.0.0
9402026-03-24T20:33:59.700Z Downloaded match_cfg v0.1.0
9412026-03-24T20:33:59.700Z Downloaded keccak v0.1.6
9422026-03-24T20:33:59.700Z Downloaded parse-display v0.10.0
9432026-03-24T20:33:59.700Z Downloaded inout v0.1.4
9442026-03-24T20:33:59.700Z Downloaded const_format_proc_macros v0.2.34
9452026-03-24T20:33:59.700Z Downloaded num-rational v0.4.2
9462026-03-24T20:33:59.700Z Downloaded cipher v0.4.4
9472026-03-24T20:33:59.700Z Downloaded byte-wrapper v0.1.0
9482026-03-24T20:33:59.700Z Downloaded const_format v0.2.35
9492026-03-24T20:33:59.700Z Downloaded hostname v0.3.1
9502026-03-24T20:33:59.700Z Downloaded omicron-workspace-hack v0.1.0
9512026-03-24T20:33:59.700Z Downloaded git-stub v1.0.0
9522026-03-24T20:33:59.700Z Downloaded hash32 v0.3.1
9532026-03-24T20:33:59.716Z Downloaded defmt v1.0.1
9542026-03-24T20:33:59.716Z Downloaded data-encoding v2.10.0
9552026-03-24T20:33:59.716Z Downloaded olpc-cjson v0.1.4
9562026-03-24T20:33:59.716Z Downloaded lru-cache v0.1.2
9572026-03-24T20:33:59.716Z Downloaded async-trait v0.1.89
9582026-03-24T20:33:59.716Z Downloaded phf_shared v0.12.1
9592026-03-24T20:33:59.716Z Downloaded darling v0.23.0
9602026-03-24T20:33:59.716Z Downloaded proc-macro-crate v1.3.1
9612026-03-24T20:33:59.717Z Downloaded potential_utf v0.1.4
9622026-03-24T20:33:59.717Z Downloaded proc-macro-error-attr2 v2.0.0
9632026-03-24T20:33:59.717Z Downloaded pretty-hex v0.4.2
9642026-03-24T20:33:59.717Z Downloaded progenitor-client v0.10.0
9652026-03-24T20:33:59.717Z Downloaded proc-macro-error-attr v1.0.4
9662026-03-24T20:33:59.717Z Downloaded litemap v0.8.1
9672026-03-24T20:33:59.717Z Downloaded csv-core v0.1.13
9682026-03-24T20:33:59.717Z Downloaded plain v0.2.3
9692026-03-24T20:33:59.717Z Downloaded num_enum v0.5.11
9702026-03-24T20:33:59.717Z Downloaded progenitor-macro v0.13.0
9712026-03-24T20:33:59.717Z Downloaded progenitor-client v0.11.2
9722026-03-24T20:33:59.722Z Downloaded hmac v0.12.1
9732026-03-24T20:33:59.722Z Downloaded ff v0.13.1
9742026-03-24T20:33:59.722Z Downloaded erased-serde v0.3.31
9752026-03-24T20:33:59.722Z Downloaded deranged v0.5.8
9762026-03-24T20:33:59.723Z Downloaded progenitor-macro v0.11.2
9772026-03-24T20:33:59.723Z Downloaded num_enum v0.7.6
9782026-03-24T20:33:59.727Z Downloaded rand_xorshift v0.4.0
9792026-03-24T20:33:59.727Z Downloaded quick-error v1.2.3
9802026-03-24T20:33:59.727Z Downloaded group v0.13.0
9812026-03-24T20:33:59.732Z Downloaded ref-cast-impl v1.0.25
9822026-03-24T20:33:59.732Z Downloaded libsw v3.5.0
9832026-03-24T20:33:59.732Z Downloaded libsw-core v0.3.2
9842026-03-24T20:33:59.736Z Downloaded ingot v0.1.1
9852026-03-24T20:33:59.736Z Downloaded highway v1.3.0
9862026-03-24T20:33:59.736Z Downloaded parse-display-derive v0.10.0
9872026-03-24T20:33:59.736Z Downloaded oxnet v0.1.4
9882026-03-24T20:33:59.750Z Downloaded progenitor-macro v0.10.0
9892026-03-24T20:33:59.750Z Downloaded critical-section v1.2.0
9902026-03-24T20:33:59.750Z Downloaded ref-cast v1.0.25
9912026-03-24T20:33:59.750Z Downloaded powerfmt v0.2.0
9922026-03-24T20:33:59.750Z Downloaded pem v3.0.6
9932026-03-24T20:33:59.750Z Downloaded rustc_version v0.1.7
9942026-03-24T20:33:59.761Z Downloaded chacha20 v0.10.0
9952026-03-24T20:33:59.762Z Downloaded same-file v1.0.6
9962026-03-24T20:33:59.762Z Downloaded scroll_derive v0.13.1
9972026-03-24T20:33:59.762Z Downloaded backon v1.6.0
9982026-03-24T20:33:59.762Z Downloaded semver v0.1.20
9992026-03-24T20:33:59.762Z Downloaded secrecy v0.10.3
10002026-03-24T20:33:59.762Z Downloaded paste v1.0.15
10012026-03-24T20:33:59.767Z Downloaded num-integer v0.1.46
10022026-03-24T20:33:59.767Z Downloaded poly1305 v0.8.0
10032026-03-24T20:33:59.767Z Downloaded progenitor v0.11.2
10042026-03-24T20:33:59.767Z Downloaded parking_lot_core v0.8.6
10052026-03-24T20:33:59.767Z Downloaded sigpipe v0.1.3
10062026-03-24T20:33:59.767Z Downloaded ipnetwork v0.21.1
10072026-03-24T20:33:59.771Z Downloaded sha1 v0.10.6
10082026-03-24T20:33:59.771Z Downloaded multer v3.1.0
10092026-03-24T20:33:59.771Z Downloaded progenitor-extras v0.1.1
10102026-03-24T20:33:59.778Z Downloaded diff v0.1.13
10112026-03-24T20:33:59.778Z Downloaded ciborium v0.2.2
10122026-03-24T20:33:59.784Z Downloaded serde_repr v0.1.20
10132026-03-24T20:33:59.784Z Downloaded scroll_derive v0.12.1
10142026-03-24T20:33:59.784Z Downloaded serial_test v3.4.0
10152026-03-24T20:33:59.784Z Downloaded proc-macro-crate v3.5.0
10162026-03-24T20:33:59.784Z Downloaded rustls-pemfile v2.2.0
10172026-03-24T20:33:59.788Z Downloaded slog-bunyan v2.5.0
10182026-03-24T20:33:59.788Z Downloaded serde_plain v1.0.2
10192026-03-24T20:33:59.788Z Downloaded serde-big-array v0.5.1
10202026-03-24T20:33:59.788Z Downloaded rand_chacha v0.3.1
10212026-03-24T20:33:59.792Z Downloaded spin v0.5.2
10222026-03-24T20:33:59.792Z Downloaded progenitor-client v0.13.0
10232026-03-24T20:33:59.792Z Downloaded colored v3.1.1
10242026-03-24T20:33:59.796Z Downloaded siphasher v1.0.2
10252026-03-24T20:33:59.797Z Downloaded serial_test_derive v3.4.0
10262026-03-24T20:33:59.801Z Downloaded slog-envlogger v2.2.0
10272026-03-24T20:33:59.801Z Downloaded schemars_derive v0.8.22
10282026-03-24T20:33:59.801Z Downloaded proc-macro-error2 v2.0.1
10292026-03-24T20:33:59.806Z Downloaded proc-macro-error v1.0.4
10302026-03-24T20:33:59.806Z Downloaded pest_derive v2.8.6
10312026-03-24T20:33:59.809Z Downloaded glob v0.3.3
10322026-03-24T20:33:59.809Z Downloaded strum v0.27.2
10332026-03-24T20:33:59.810Z Downloaded rustversion v1.0.22
10342026-03-24T20:33:59.813Z Downloaded rand_core v0.10.0
10352026-03-24T20:33:59.813Z Downloaded sdd v3.0.10
10362026-03-24T20:33:59.816Z Downloaded console v0.16.3
10372026-03-24T20:33:59.817Z Downloaded memmap2 v0.9.10
10382026-03-24T20:33:59.823Z Downloaded ingot-macros v0.1.1
10392026-03-24T20:33:59.823Z Downloaded tagptr v0.2.0
10402026-03-24T20:33:59.824Z Downloaded tabwriter v1.4.1
10412026-03-24T20:33:59.828Z Downloaded daft-derive v0.1.5
10422026-03-24T20:33:59.828Z Downloaded tabled_derive v0.11.0
10432026-03-24T20:33:59.828Z Downloaded serde_tokenstream v0.2.3
10442026-03-24T20:33:59.828Z Downloaded progenitor v0.13.0
10452026-03-24T20:33:59.833Z Downloaded strum v0.26.3
10462026-03-24T20:33:59.833Z Downloaded structmeta v0.3.0
10472026-03-24T20:33:59.833Z Downloaded smawk v0.3.2
10482026-03-24T20:33:59.833Z Downloaded structmeta-derive v0.3.0
10492026-03-24T20:33:59.838Z Downloaded termtree v0.5.1
10502026-03-24T20:33:59.838Z Downloaded rusty-fork v0.3.1
10512026-03-24T20:33:59.838Z Downloaded take_mut v0.2.2
10522026-03-24T20:33:59.838Z Downloaded resolv-conf v0.7.6
10532026-03-24T20:33:59.843Z Downloaded progenitor v0.10.0
10542026-03-24T20:33:59.844Z Downloaded time-core v0.1.8
10552026-03-24T20:33:59.844Z Downloaded testing_table v0.3.0
10562026-03-24T20:33:59.844Z Downloaded phf v0.12.1
10572026-03-24T20:33:59.848Z Downloaded password-hash v0.5.0
10582026-03-24T20:33:59.848Z Downloaded elliptic-curve v0.13.8
10592026-03-24T20:33:59.848Z Downloaded num-complex v0.4.6
10602026-03-24T20:33:59.854Z Downloaded oxide-tokio-rt v0.1.3
10612026-03-24T20:33:59.854Z Downloaded omicron-zone-package v0.12.2
10622026-03-24T20:33:59.859Z Downloaded thread-id v4.2.2
10632026-03-24T20:33:59.859Z Downloaded thiserror-impl-no-std v2.0.2
10642026-03-24T20:33:59.859Z Downloaded smf v0.2.3
10652026-03-24T20:33:59.859Z Downloaded tabled_derive v0.7.0
10662026-03-24T20:33:59.859Z Downloaded byteorder v1.5.0
10672026-03-24T20:33:59.859Z Downloaded dropshot_endpoint v0.16.7
10682026-03-24T20:33:59.866Z Downloaded scroll v0.12.0
10692026-03-24T20:33:59.866Z Downloaded unarray v0.1.4
10702026-03-24T20:33:59.866Z Downloaded thread-id v5.1.0
10712026-03-24T20:33:59.866Z Downloaded fs_extra v1.3.0
10722026-03-24T20:33:59.866Z Downloaded topological-sort v0.2.2
10732026-03-24T20:33:59.870Z Downloaded crossbeam-epoch v0.9.18
10742026-03-24T20:33:59.870Z Downloaded slog-stdlog v4.1.1
10752026-03-24T20:33:59.870Z Downloaded scroll v0.13.0
10762026-03-24T20:33:59.875Z Downloaded cargo_toml v0.22.3
10772026-03-24T20:33:59.875Z Downloaded cancel-safe-futures v0.1.5
10782026-03-24T20:33:59.879Z Downloaded git-stub-vcs v0.1.0
10792026-03-24T20:33:59.879Z Downloaded drift v0.1.3
10802026-03-24T20:33:59.890Z Downloaded slog-scope v4.4.1
10812026-03-24T20:33:59.890Z Downloaded unit-prefix v0.5.2
10822026-03-24T20:33:59.890Z Downloaded typify-macro v0.6.1
10832026-03-24T20:33:59.894Z Downloaded slog-dtrace v0.3.0
10842026-03-24T20:33:59.894Z Downloaded derive_more v0.99.20
10852026-03-24T20:33:59.894Z Downloaded usdt-attr-macro v0.5.0
10862026-03-24T20:33:59.894Z Downloaded stable_deref_trait v1.2.1
10872026-03-24T20:33:59.894Z Downloaded untrusted v0.7.1
10882026-03-24T20:33:59.894Z Downloaded universal-hash v0.5.1
10892026-03-24T20:33:59.894Z Downloaded synstructure v0.13.2
10902026-03-24T20:33:59.894Z Downloaded strum_macros v0.26.4
10912026-03-24T20:33:59.898Z Downloaded typify-macro v0.4.3
10922026-03-24T20:33:59.898Z Downloaded slog-json v2.6.1
10932026-03-24T20:33:59.898Z Downloaded usdt v0.5.0
10942026-03-24T20:33:59.898Z Downloaded usdt-macro v0.6.0
10952026-03-24T20:33:59.898Z Downloaded usdt v0.6.0
10962026-03-24T20:33:59.902Z Downloaded icu_properties v2.1.2
10972026-03-24T20:33:59.902Z Downloaded waitgroup v0.1.2
10982026-03-24T20:33:59.902Z Downloaded utf-8 v0.7.6
10992026-03-24T20:33:59.908Z Downloaded displaydoc v0.2.5
11002026-03-24T20:33:59.908Z Downloaded parking_lot v0.11.2
11012026-03-24T20:33:59.908Z Downloaded serde_with_macros v3.18.0
11022026-03-24T20:33:59.912Z Downloaded rhai_codegen v3.1.0
11032026-03-24T20:33:59.917Z Downloaded smartstring v1.0.1
11042026-03-24T20:33:59.926Z Downloaded strum_macros v0.27.2
11052026-03-24T20:33:59.926Z Downloaded snafu-derive v0.8.9
11062026-03-24T20:33:59.926Z Downloaded usdt-macro v0.5.0
11072026-03-24T20:33:59.926Z Downloaded slog-term v2.9.2
11082026-03-24T20:33:59.926Z Downloaded rustls-native-certs v0.8.3
11092026-03-24T20:33:59.931Z Downloaded time-macros v0.2.27
11102026-03-24T20:33:59.931Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11112026-03-24T20:33:59.931Z Downloaded zeroize_derive v1.4.3
11122026-03-24T20:33:59.931Z Downloaded zone_cfg_derive v0.3.1
11132026-03-24T20:33:59.932Z Downloaded zerofrom v0.1.6
11142026-03-24T20:33:59.937Z Downloaded zerofrom-derive v0.1.6
11152026-03-24T20:33:59.937Z Downloaded slog-async v2.8.0
11162026-03-24T20:33:59.937Z Downloaded rustls-platform-verifier v0.6.2
11172026-03-24T20:33:59.942Z Downloaded tokio-rustls v0.25.0
11182026-03-24T20:33:59.942Z Downloaded half v2.7.1
11192026-03-24T20:33:59.945Z Downloaded icu_normalizer_data v2.1.1
11202026-03-24T20:33:59.945Z Downloaded yoke-derive v0.8.1
11212026-03-24T20:33:59.945Z Downloaded tokio-tungstenite v0.21.0
11222026-03-24T20:33:59.946Z Downloaded zone v0.3.1
11232026-03-24T20:33:59.951Z Downloaded spin v0.9.8
11242026-03-24T20:33:59.951Z Downloaded chacha20poly1305 v0.10.1
11252026-03-24T20:33:59.951Z Downloaded fs-err v3.3.0
11262026-03-24T20:33:59.951Z Downloaded progenitor-impl v0.10.0
11272026-03-24T20:33:59.955Z Downloaded postcard v1.1.3
11282026-03-24T20:33:59.956Z Downloaded tiny-keccak v2.0.2
11292026-03-24T20:33:59.961Z Downloaded pest_generator v2.8.6
11302026-03-24T20:33:59.962Z Downloaded papergrid v0.11.0
11312026-03-24T20:33:59.966Z Downloaded tokio-dtrace v0.1.1
11322026-03-24T20:33:59.966Z Downloaded serde_derive_internals v0.29.1
11332026-03-24T20:33:59.966Z Downloaded schemars v0.8.22
11342026-03-24T20:33:59.982Z Downloaded wait-timeout v0.2.1
11352026-03-24T20:33:59.986Z Downloaded usdt-impl v0.6.0
11362026-03-24T20:33:59.986Z Downloaded walkdir v2.5.0
11372026-03-24T20:33:59.986Z Downloaded usdt-impl v0.5.0
11382026-03-24T20:33:59.986Z Downloaded writeable v0.6.2
11392026-03-24T20:33:59.986Z Downloaded usdt-attr-macro v0.6.0
11402026-03-24T20:33:59.986Z Downloaded thin-vec v0.2.14
11412026-03-24T20:33:59.986Z Downloaded serde_yaml v0.9.34+deprecated
11422026-03-24T20:33:59.986Z Downloaded zerovec-derive v0.11.2
11432026-03-24T20:33:59.991Z Downloaded papergrid v0.17.0
11442026-03-24T20:33:59.997Z Downloaded icu_locale_core v2.1.1
11452026-03-24T20:33:59.998Z Downloaded yoke v0.8.1
11462026-03-24T20:34:00.002Z Downloaded xz2 v0.1.7
11472026-03-24T20:34:00.002Z Downloaded vsss-rs v3.3.4
11482026-03-24T20:34:00.002Z Downloaded jiff-static v0.2.23
11492026-03-24T20:34:00.005Z Downloaded slog v2.8.2
11502026-03-24T20:34:00.005Z Downloaded hickory-resolver v0.24.4
11512026-03-24T20:34:00.010Z Downloaded crossbeam-channel v0.5.15
11522026-03-24T20:34:00.016Z Downloaded hickory-resolver v0.25.2
11532026-03-24T20:34:00.036Z Downloaded ucd-trie v0.1.7
11542026-03-24T20:34:00.036Z Downloaded thiserror-no-std v2.0.2
11552026-03-24T20:34:00.044Z Downloaded prettyplease v0.2.37
11562026-03-24T20:34:00.044Z Downloaded tinystr v0.8.2
11572026-03-24T20:34:00.044Z Downloaded similar v2.7.0
11582026-03-24T20:34:00.044Z Downloaded test-strategy v0.4.5
11592026-03-24T20:34:00.044Z Downloaded zerocopy-derive v0.7.35
11602026-03-24T20:34:00.044Z Downloaded rand v0.8.5
11612026-03-24T20:34:00.044Z Downloaded icu_provider v2.1.1
11622026-03-24T20:34:00.044Z Downloaded toml v0.9.12+spec-1.1.0
11632026-03-24T20:34:00.053Z Downloaded typify v0.6.1
11642026-03-24T20:34:00.053Z Downloaded whoami v1.6.1
11652026-03-24T20:34:00.053Z Downloaded rayon-core v1.13.0
11662026-03-24T20:34:00.062Z Downloaded typify v0.4.3
11672026-03-24T20:34:00.063Z Downloaded dropshot-api-manager v0.5.2
11682026-03-24T20:34:00.063Z Downloaded schemars v1.2.1
11692026-03-24T20:34:00.070Z Downloaded unsafe-libyaml v0.2.11
11702026-03-24T20:34:00.078Z Downloaded tungstenite v0.21.0
11712026-03-24T20:34:00.078Z Downloaded pest_meta v2.8.6
11722026-03-24T20:34:00.084Z Downloaded indicatif v0.18.4
11732026-03-24T20:34:00.084Z Downloaded hashbrown v0.12.3
11742026-03-24T20:34:00.084Z Downloaded toml v0.7.8
11752026-03-24T20:34:00.084Z Downloaded schemars v0.9.0
11762026-03-24T20:34:00.092Z Downloaded zerotrie v0.2.3
11772026-03-24T20:34:00.096Z Downloaded icu_collections v2.1.1
11782026-03-24T20:34:00.113Z Downloaded snafu v0.8.9
11792026-03-24T20:34:00.121Z Downloaded qorb v0.4.1
11802026-03-24T20:34:00.121Z Downloaded icu_normalizer v2.1.1
11812026-03-24T20:34:00.122Z Downloaded rand v0.10.0
11822026-03-24T20:34:00.122Z Downloaded expectorate v1.2.0
11832026-03-24T20:34:00.122Z Downloaded base64 v0.21.7
11842026-03-24T20:34:00.126Z Downloaded pest v2.8.6
11852026-03-24T20:34:00.126Z Downloaded yansi v1.0.1
11862026-03-24T20:34:00.126Z Downloaded nom v7.1.3
11872026-03-24T20:34:00.144Z Downloaded term v1.2.1
11882026-03-24T20:34:00.152Z Downloaded toml_edit v0.25.8+spec-1.1.0
11892026-03-24T20:34:00.152Z Downloaded minimal-lexical v0.2.1
11902026-03-24T20:34:00.152Z Downloaded pretty_assertions v1.4.1
11912026-03-24T20:34:00.152Z Downloaded heapless v0.8.0
11922026-03-24T20:34:00.152Z Downloaded steno v0.4.1
11932026-03-24T20:34:00.152Z Downloaded progenitor-impl v0.13.0
11942026-03-24T20:34:00.152Z Downloaded progenitor-impl v0.11.2
11952026-03-24T20:34:00.163Z Downloaded typed-path v0.9.3
11962026-03-24T20:34:00.163Z Downloaded libm v0.2.16
11972026-03-24T20:34:00.167Z Downloaded toml_edit v0.19.15
11982026-03-24T20:34:00.192Z Downloaded zerocopy-derive v0.8.47
11992026-03-24T20:34:00.197Z Downloaded itertools v0.12.1
12002026-03-24T20:34:00.197Z Downloaded aws-lc-rs v1.16.2
12012026-03-24T20:34:00.197Z Downloaded zerovec v0.11.5
12022026-03-24T20:34:00.202Z Downloaded rayon v1.11.0
12032026-03-24T20:34:00.205Z Downloaded tough v0.20.0
12042026-03-24T20:34:00.212Z Downloaded scc v2.4.0
12052026-03-24T20:34:00.217Z Downloaded goblin v0.8.2
12062026-03-24T20:34:00.222Z Downloaded reqwest v0.13.2
12072026-03-24T20:34:00.227Z Downloaded hkdf v0.12.4
12082026-03-24T20:34:00.231Z Downloaded nom v8.0.0
12092026-03-24T20:34:00.235Z Downloaded zerocopy v0.7.35
12102026-03-24T20:34:00.248Z Downloaded winnow v0.5.40
12112026-03-24T20:34:00.252Z Downloaded proptest v1.11.0
12122026-03-24T20:34:00.259Z Downloaded blake3 v1.8.3
12132026-03-24T20:34:00.271Z Downloaded tabled v0.15.0
12142026-03-24T20:34:00.276Z Downloaded rustls-webpki v0.102.8
12152026-03-24T20:34:00.291Z Downloaded moka v0.12.15
12162026-03-24T20:34:00.296Z Downloaded time v0.3.47
12172026-03-24T20:34:00.305Z Downloaded tabled v0.20.0
12182026-03-24T20:34:00.324Z Downloaded goblin v0.10.5
12192026-03-24T20:34:00.328Z Downloaded serde_with v3.18.0
12202026-03-24T20:34:00.338Z Downloaded iddqd v0.3.17
12212026-03-24T20:34:00.344Z Downloaded syn v1.0.109
12222026-03-24T20:34:00.351Z Downloaded rustls v0.22.4
12232026-03-24T20:34:00.358Z Downloaded rhai v1.24.0
12242026-03-24T20:34:00.382Z Downloaded openapiv3 v2.2.0
12252026-03-24T20:34:00.389Z Downloaded smoltcp v0.11.0
12262026-03-24T20:34:00.389Z Downloaded regress v0.10.5
12272026-03-24T20:34:00.399Z Downloaded hickory-proto v0.25.2
12282026-03-24T20:34:00.409Z Downloaded hickory-proto v0.24.4
12292026-03-24T20:34:00.417Z Downloaded dropshot v0.16.7
12302026-03-24T20:34:00.431Z Downloaded nix v0.31.2
12312026-03-24T20:34:00.438Z Downloaded icu_properties_data v2.1.2
12322026-03-24T20:34:00.444Z Downloaded derive-ex v0.1.8
12332026-03-24T20:34:00.449Z Downloaded daft v0.1.5
12342026-03-24T20:34:00.450Z Downloaded chacha20 v0.9.1
12352026-03-24T20:34:00.450Z Downloaded blake2 v0.10.6
12362026-03-24T20:34:00.483Z Downloaded darling_core v0.21.3
12372026-03-24T20:34:00.483Z Downloaded cookie v0.18.1
12382026-03-24T20:34:00.483Z Downloaded fxhash v0.2.1
12392026-03-24T20:34:00.483Z Downloaded bit-vec v0.8.0
12402026-03-24T20:34:00.483Z Downloaded bitflags v1.3.2
12412026-03-24T20:34:00.483Z Downloaded darling_macro v0.23.0
12422026-03-24T20:34:00.483Z Downloaded crossbeam-utils v0.8.21
12432026-03-24T20:34:00.483Z Downloaded async-recursion v1.1.1
12442026-03-24T20:34:00.483Z Downloaded hubpack_derive v0.1.1
12452026-03-24T20:34:00.483Z Downloaded argon2 v0.5.3
12462026-03-24T20:34:00.483Z Downloaded async-stream-impl v0.3.6
12472026-03-24T20:34:00.483Z Downloaded arrayref v0.3.9
12482026-03-24T20:34:00.487Z Downloaded typify-impl v0.6.1
12492026-03-24T20:34:00.487Z Downloaded typify-impl v0.4.3
12502026-03-24T20:34:00.500Z Downloaded lzma-sys v0.1.20
12512026-03-24T20:34:00.519Z Downloaded jiff v0.2.23
12522026-03-24T20:34:00.560Z Downloaded sled v0.34.7
12532026-03-24T20:34:00.601Z Downloaded petgraph v0.6.5
12542026-03-24T20:34:00.610Z Downloaded chrono-tz v0.10.4
12552026-03-24T20:34:00.636Z Downloaded sha3 v0.10.8
12562026-03-24T20:34:00.659Z Downloaded csv v1.4.0
12572026-03-24T20:34:00.703Z Downloaded encoding_rs v0.8.35
12582026-03-24T20:34:01.254Z Downloaded aws-lc-sys v0.39.0
12592026-03-24T20:34:02.421Z Compiling proc-macro2 v1.0.106
12602026-03-24T20:34:02.421Z Compiling quote v1.0.45
12612026-03-24T20:34:02.421Z Compiling unicode-ident v1.0.24
12622026-03-24T20:34:02.427Z Compiling serde_core v1.0.228
12632026-03-24T20:34:02.427Z Compiling cfg-if v1.0.4
12642026-03-24T20:34:02.427Z Compiling serde v1.0.228
12652026-03-24T20:34:02.427Z Compiling libc v0.2.183
12662026-03-24T20:34:02.428Z Compiling memchr v2.8.0
12672026-03-24T20:34:02.662Z Compiling itoa v1.0.18
12682026-03-24T20:34:02.902Z Compiling zmij v1.0.21
12692026-03-24T20:34:02.924Z Compiling autocfg v1.5.0
12702026-03-24T20:34:03.061Z Compiling libm v0.2.16
12712026-03-24T20:34:03.397Z Compiling version_check v0.9.5
12722026-03-24T20:34:03.449Z Compiling stable_deref_trait v1.2.1
12732026-03-24T20:34:03.534Z Compiling litemap v0.8.1
12742026-03-24T20:34:03.549Z Compiling writeable v0.6.2
12752026-03-24T20:34:03.632Z Compiling pin-project-lite v0.2.17
12762026-03-24T20:34:03.733Z Compiling icu_normalizer_data v2.1.1
12772026-03-24T20:34:03.761Z Compiling percent-encoding v2.3.2
12782026-03-24T20:34:03.781Z Compiling icu_properties_data v2.1.2
12792026-03-24T20:34:03.785Z Compiling scopeguard v1.2.0
12802026-03-24T20:34:03.785Z Compiling iana-time-zone v0.1.65
12812026-03-24T20:34:03.980Z Compiling equivalent v1.0.2
12822026-03-24T20:34:04.059Z Compiling parking_lot_core v0.9.12
12832026-03-24T20:34:04.075Z Compiling lock_api v0.4.14
12842026-03-24T20:34:04.095Z Compiling allocator-api2 v0.2.21
12852026-03-24T20:34:04.203Z Compiling syn v2.0.117
12862026-03-24T20:34:04.355Z Compiling foldhash v0.2.0
12872026-03-24T20:34:04.361Z Compiling form_urlencoded v1.2.2
12882026-03-24T20:34:04.435Z Compiling utf8_iter v1.0.4
12892026-03-24T20:34:04.456Z Compiling serde_json v1.0.149
12902026-03-24T20:34:04.514Z Compiling hashbrown v0.16.1
12912026-03-24T20:34:04.606Z Compiling dyn-clone v1.0.20
12922026-03-24T20:34:04.614Z Compiling num-traits v0.2.19
12932026-03-24T20:34:04.635Z Compiling log v0.4.29
12942026-03-24T20:34:04.785Z Compiling jobserver v0.1.34
12952026-03-24T20:34:04.785Z Compiling find-msvc-tools v0.1.9
12962026-03-24T20:34:04.930Z Compiling shlex v1.3.0
12972026-03-24T20:34:05.226Z Compiling cc v1.2.57
12982026-03-24T20:34:05.252Z Compiling zerocopy v0.8.47
12992026-03-24T20:34:05.252Z Compiling futures-core v0.3.32
13002026-03-24T20:34:05.252Z Compiling errno v0.3.14
13012026-03-24T20:34:05.312Z Compiling rand_core v0.10.0
13022026-03-24T20:34:05.389Z Compiling thiserror v2.0.18
13032026-03-24T20:34:05.403Z Compiling getrandom v0.4.2
13042026-03-24T20:34:05.502Z Compiling semver v1.0.27
13052026-03-24T20:34:06.928Z Compiling indexmap v2.13.0
13062026-03-24T20:34:07.042Z Compiling futures-sink v0.3.32
13072026-03-24T20:34:07.042Z Compiling heck v0.5.0
13082026-03-24T20:34:07.042Z Compiling slab v0.4.12
13092026-03-24T20:34:07.042Z Compiling fnv v1.0.7
13102026-03-24T20:34:07.042Z Compiling futures-channel v0.3.32
13112026-03-24T20:34:07.042Z Compiling uuid v1.22.0
13122026-03-24T20:34:07.042Z Compiling rustversion v1.0.22
13132026-03-24T20:34:07.042Z Compiling futures-task v0.3.32
13142026-03-24T20:34:07.042Z Compiling futures-io v0.3.32
13152026-03-24T20:34:07.042Z Compiling portable-atomic v1.13.1
13162026-03-24T20:34:07.042Z Compiling typenum v1.19.0
13172026-03-24T20:34:07.042Z Compiling schemars v0.8.22
13182026-03-24T20:34:07.042Z Compiling socket2 v0.6.3
13192026-03-24T20:34:07.175Z Compiling getrandom v0.2.17
13202026-03-24T20:34:07.246Z Compiling critical-section v1.2.0
13212026-03-24T20:34:07.392Z Compiling signal-hook-registry v1.4.8
13222026-03-24T20:34:07.407Z Compiling mio v1.1.1
13232026-03-24T20:34:07.540Z Compiling bitflags v2.11.0
13242026-03-24T20:34:07.613Z Compiling subtle v2.6.1
13252026-03-24T20:34:07.627Z Compiling untrusted v0.9.0
13262026-03-24T20:34:07.769Z Compiling byteorder v1.5.0
13272026-03-24T20:34:07.782Z Compiling base64 v0.22.1
13282026-03-24T20:34:07.827Z Compiling rand_core v0.6.4
13292026-03-24T20:34:07.841Z Compiling cmake v0.1.57
13302026-03-24T20:34:08.060Z Compiling once_cell v1.21.4
13312026-03-24T20:34:08.065Z Compiling dunce v1.0.5
13322026-03-24T20:34:08.089Z Compiling fs_extra v1.3.0
13332026-03-24T20:34:08.105Z Compiling rustix v1.1.4
13342026-03-24T20:34:08.125Z Compiling ipnet v2.12.0
13352026-03-24T20:34:08.182Z Compiling strsim v0.11.1
13362026-03-24T20:34:08.216Z Compiling regex-syntax v0.8.10
13372026-03-24T20:34:08.700Z Compiling synstructure v0.13.2
13382026-03-24T20:34:08.704Z Compiling serde_derive_internals v0.29.1
13392026-03-24T20:34:08.704Z Compiling aws-lc-sys v0.39.0
13402026-03-24T20:34:08.704Z Compiling httparse v1.10.1
13412026-03-24T20:34:08.704Z Compiling atomic-waker v1.1.2
13422026-03-24T20:34:08.833Z Compiling slog v2.8.2
13432026-03-24T20:34:08.961Z Compiling generic-array v0.14.7
13442026-03-24T20:34:09.025Z Compiling ucd-trie v0.1.7
13452026-03-24T20:34:09.069Z Compiling tower-service v0.3.3
13462026-03-24T20:34:09.095Z Compiling thiserror v1.0.69
13472026-03-24T20:34:09.179Z Compiling getrandom v0.3.4
13482026-03-24T20:34:09.228Z Compiling tower-layer v0.3.3
13492026-03-24T20:34:09.390Z Compiling pest v2.8.6
13502026-03-24T20:34:09.438Z Compiling try-lock v0.2.5
13512026-03-24T20:34:09.558Z Compiling want v0.3.1
13522026-03-24T20:34:09.707Z Compiling pin-utils v0.1.0
13532026-03-24T20:34:09.746Z Compiling httpdate v1.0.3
13542026-03-24T20:34:09.746Z Compiling ryu v1.0.23
13552026-03-24T20:34:09.790Z Compiling pretty-hex v0.4.2
13562026-03-24T20:34:09.907Z Compiling plain v0.2.3
13572026-03-24T20:34:10.018Z Compiling paste v1.0.15
13582026-03-24T20:34:10.018Z Compiling ident_case v1.0.1
13592026-03-24T20:34:10.032Z Compiling omicron-workspace-hack v0.1.0
13602026-03-24T20:34:10.032Z Compiling tracing-core v0.1.36
13612026-03-24T20:34:10.121Z Compiling sync_wrapper v1.0.2
13622026-03-24T20:34:10.148Z Compiling serde_derive v1.0.228
13632026-03-24T20:34:10.238Z Compiling zerofrom-derive v0.1.6
13642026-03-24T20:34:10.252Z Compiling yoke-derive v0.8.1
13652026-03-24T20:34:10.318Z Compiling zerovec-derive v0.11.2
13662026-03-24T20:34:10.846Z Compiling displaydoc v0.2.5
13672026-03-24T20:34:11.190Z Compiling tokio-macros v2.6.1
13682026-03-24T20:34:11.660Z Compiling schemars_derive v0.8.22
13692026-03-24T20:34:11.783Z Compiling zerocopy-derive v0.8.47
13702026-03-24T20:34:11.801Z Compiling thiserror-impl v2.0.18
13712026-03-24T20:34:11.864Z Compiling zeroize_derive v1.4.3
13722026-03-24T20:34:11.917Z Compiling zerofrom v0.1.6
13732026-03-24T20:34:12.049Z Compiling yoke v0.8.1
13742026-03-24T20:34:12.166Z Compiling futures-macro v0.3.32
13752026-03-24T20:34:12.280Z Compiling zerovec v0.11.5
13762026-03-24T20:34:12.743Z Compiling zerotrie v0.2.3
13772026-03-24T20:34:12.929Z Compiling tinystr v0.8.2
13782026-03-24T20:34:13.090Z Compiling potential_utf v0.1.4
13792026-03-24T20:34:13.179Z Compiling icu_locale_core v2.1.1
13802026-03-24T20:34:13.206Z Compiling zeroize v1.8.2
13812026-03-24T20:34:13.220Z Compiling icu_collections v2.1.1
13822026-03-24T20:34:13.285Z Compiling futures-util v0.3.32
13832026-03-24T20:34:13.451Z Compiling thiserror-impl v1.0.69
13842026-03-24T20:34:13.891Z Compiling pest_meta v2.8.6
13852026-03-24T20:34:14.250Z Compiling icu_provider v2.1.1
13862026-03-24T20:34:14.542Z Compiling bytes v1.11.1
13872026-03-24T20:34:14.551Z Compiling smallvec v1.15.1
13882026-03-24T20:34:14.607Z Compiling icu_properties v2.1.2
13892026-03-24T20:34:14.760Z Compiling icu_normalizer v2.1.1
13902026-03-24T20:34:14.986Z Compiling chrono v0.4.44
13912026-03-24T20:34:15.612Z Compiling parking_lot v0.12.5
13922026-03-24T20:34:15.779Z Compiling http v1.4.0
13932026-03-24T20:34:15.818Z Compiling serde_tokenstream v0.2.3
13942026-03-24T20:34:16.155Z Compiling idna_adapter v1.2.1
13952026-03-24T20:34:16.169Z Compiling tokio v1.50.0
13962026-03-24T20:34:16.297Z Compiling erased-serde v0.3.31
13972026-03-24T20:34:16.333Z Compiling idna v1.1.0
13982026-03-24T20:34:16.557Z Compiling pest_generator v2.8.6
13992026-03-24T20:34:17.013Z Compiling url v2.5.8
14002026-03-24T20:34:17.077Z Compiling http-body v1.0.1
14012026-03-24T20:34:17.262Z Compiling crypto-common v0.1.7
14022026-03-24T20:34:17.419Z Compiling pest_derive v2.8.6
14032026-03-24T20:34:17.601Z Compiling tracing-attributes v0.1.31
14042026-03-24T20:34:18.033Z Compiling ppv-lite86 v0.2.21
14052026-03-24T20:34:18.055Z Compiling http-body-util v0.1.3
14062026-03-24T20:34:18.119Z Compiling serde_urlencoded v0.7.1
14072026-03-24T20:34:18.162Z Compiling daft-derive v0.1.5
14082026-03-24T20:34:18.370Z Compiling fastrand v2.3.0
14092026-03-24T20:34:18.437Z Compiling aho-corasick v1.1.4
14102026-03-24T20:34:18.600Z Compiling winnow v1.0.0
14112026-03-24T20:34:18.732Z Compiling ipnetwork v0.21.1
14122026-03-24T20:34:19.155Z Compiling tracing v0.1.44
14132026-03-24T20:34:19.161Z Compiling rustls-pki-types v1.14.0
14142026-03-24T20:34:19.276Z Compiling scroll_derive v0.13.1
14152026-03-24T20:34:19.385Z Compiling async-trait v0.1.89
14162026-03-24T20:34:19.659Z Compiling regex-automata v0.4.14
14172026-03-24T20:34:19.749Z Compiling ring v0.17.14
14182026-03-24T20:34:20.387Z Compiling cpufeatures v0.2.17
14192026-03-24T20:34:20.395Z Compiling anyhow v1.0.102
14202026-03-24T20:34:20.406Z Compiling time-core v0.1.8
14212026-03-24T20:34:20.437Z Compiling powerfmt v0.2.0
14222026-03-24T20:34:20.452Z Compiling iri-string v0.7.11
14232026-03-24T20:34:20.583Z Compiling num-conv v0.2.0
14242026-03-24T20:34:20.708Z Compiling deranged v0.5.8
14252026-03-24T20:34:20.749Z Compiling time-macros v0.2.27
14262026-03-24T20:34:21.073Z Compiling scroll v0.13.0
14272026-03-24T20:34:21.585Z Compiling block-buffer v0.10.4
14282026-03-24T20:34:21.764Z Compiling num_threads v0.1.7
14292026-03-24T20:34:21.876Z Compiling hex v0.4.3
14302026-03-24T20:34:22.013Z Compiling regex v1.12.3
14312026-03-24T20:34:22.046Z Compiling digest v0.10.7
14322026-03-24T20:34:22.309Z Compiling goblin v0.10.5
14332026-03-24T20:34:22.637Z Compiling tokio-util v0.7.18
14342026-03-24T20:34:23.113Z Compiling oxnet v0.1.4
14352026-03-24T20:34:23.290Z Compiling camino v1.2.2
14362026-03-24T20:34:23.726Z Compiling usdt-impl v0.6.0
14372026-03-24T20:34:23.809Z Compiling openssl-probe v0.2.1
14382026-03-24T20:34:24.038Z Compiling dtrace-parser v0.3.0
14392026-03-24T20:34:24.563Z Compiling futures-executor v0.3.32
14402026-03-24T20:34:24.933Z Compiling crossbeam-utils v0.8.21
14412026-03-24T20:34:25.197Z Compiling h2 v0.4.13
14422026-03-24T20:34:25.248Z Compiling structmeta-derive v0.3.0
14432026-03-24T20:34:25.316Z Compiling regress v0.10.5
14442026-03-24T20:34:25.345Z Compiling thread-id v5.1.0
14452026-03-24T20:34:25.361Z Compiling syn v1.0.109
14462026-03-24T20:34:25.436Z Compiling rustls v0.22.4
14472026-03-24T20:34:25.979Z Compiling futures v0.3.32
14482026-03-24T20:34:26.063Z Compiling dof v0.4.0
14492026-03-24T20:34:26.395Z Compiling rand_core v0.9.5
14502026-03-24T20:34:26.630Z Compiling structmeta v0.3.0
14512026-03-24T20:34:26.668Z Compiling newtype-uuid-macros v0.1.0
14522026-03-24T20:34:26.875Z Compiling darling_core v0.23.0
14532026-03-24T20:34:27.929Z Compiling hyper v1.8.1
14542026-03-24T20:34:28.630Z Compiling thread_local v1.1.9
14552026-03-24T20:34:28.987Z Compiling winnow v0.7.15
14562026-03-24T20:34:29.098Z Compiling match_cfg v0.1.0
14572026-03-24T20:34:29.183Z Compiling aws-lc-rs v1.16.2
14582026-03-24T20:34:29.314Z Compiling hyper-util v0.1.20
14592026-03-24T20:34:29.732Z Compiling newtype-uuid v1.3.2
14602026-03-24T20:34:29.924Z Compiling darling_macro v0.23.0
14612026-03-24T20:34:30.231Z Compiling quick-error v1.2.3
14622026-03-24T20:34:30.357Z Compiling slog-async v2.8.0
14632026-03-24T20:34:30.601Z Compiling ref-cast v1.0.25
14642026-03-24T20:34:30.616Z Compiling daft v0.1.5
14652026-03-24T20:34:30.703Z Compiling darling v0.23.0
14662026-03-24T20:34:30.771Z Compiling usdt-attr-macro v0.6.0
14672026-03-24T20:34:30.837Z Compiling usdt-macro v0.6.0
14682026-03-24T20:34:30.963Z Compiling rand_chacha v0.9.0
14692026-03-24T20:34:31.048Z Compiling ref-cast-impl v1.0.25
14702026-03-24T20:34:31.126Z Compiling strum_macros v0.26.4
14712026-03-24T20:34:31.548Z Compiling toml_datetime v0.7.5+spec-1.1.0
14722026-03-24T20:34:31.645Z Compiling serde_spanned v1.1.0
14732026-03-24T20:34:31.808Z Compiling multer v3.1.0
14742026-03-24T20:34:31.821Z Compiling take_mut v0.2.2
14752026-03-24T20:34:31.942Z Compiling untrusted v0.7.1
14762026-03-24T20:34:31.956Z Compiling bit-vec v0.8.0
14772026-03-24T20:34:32.072Z Compiling toml_writer v1.1.0+spec-1.1.0
14782026-03-24T20:34:32.092Z Compiling term v1.2.1
14792026-03-24T20:34:32.214Z Compiling debug-ignore v1.0.5
14802026-03-24T20:34:32.251Z Compiling bit-set v0.8.0
14812026-03-24T20:34:32.331Z Compiling rand v0.9.2
14822026-03-24T20:34:32.346Z Compiling serde_with_macros v3.18.0
14832026-03-24T20:34:32.446Z Compiling async-stream-impl v0.3.6
14842026-03-24T20:34:33.025Z Compiling dropshot v0.16.7
14852026-03-24T20:34:33.118Z Compiling encoding_rs v0.8.35
14862026-03-24T20:34:33.246Z Compiling mime v0.3.17
14872026-03-24T20:34:33.285Z Compiling unarray v0.1.4
14882026-03-24T20:34:33.316Z Compiling strum v0.26.3
14892026-03-24T20:34:33.413Z Compiling spin v0.9.8
14902026-03-24T20:34:33.546Z Compiling rustls v0.23.37
14912026-03-24T20:34:33.639Z Compiling async-stream v0.3.6
14922026-03-24T20:34:33.770Z Compiling derive-ex v0.1.8
14932026-03-24T20:34:33.812Z Compiling dropshot_endpoint v0.16.7
14942026-03-24T20:34:33.853Z Compiling macaddr v1.0.1
14952026-03-24T20:34:34.130Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14962026-03-24T20:34:34.342Z Compiling waitgroup v0.1.2
14972026-03-24T20:34:34.502Z Compiling serde_path_to_error v0.1.20
14982026-03-24T20:34:34.700Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14992026-03-24T20:34:34.850Z Compiling tempfile v3.27.0
15002026-03-24T20:34:35.035Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15012026-03-24T20:34:35.186Z Compiling tower v0.5.3
15022026-03-24T20:34:35.263Z Compiling strum_macros v0.27.2
15032026-03-24T20:34:35.339Z Compiling instant v0.1.13
15042026-03-24T20:34:35.460Z Compiling time v0.3.47
15052026-03-24T20:34:35.819Z Compiling tower-http v0.6.8
15062026-03-24T20:34:35.947Z Compiling test-strategy v0.4.5
15072026-03-24T20:34:36.093Z Compiling rustc-hash v2.1.1
15082026-03-24T20:34:36.266Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
15092026-03-24T20:34:36.388Z Compiling crossbeam-channel v0.5.15
15102026-03-24T20:34:37.066Z Compiling openapiv3 v2.2.0
15112026-03-24T20:34:37.740Z Compiling strum v0.27.2
15122026-03-24T20:34:37.892Z Compiling parse-display-derive v0.10.0
15132026-03-24T20:34:38.600Z Compiling rustls-webpki v0.102.8
15142026-03-24T20:34:39.252Z Compiling rustls-native-certs v0.8.3
15152026-03-24T20:34:39.680Z Compiling backon v1.6.0
15162026-03-24T20:34:39.747Z Compiling rand_chacha v0.3.1
15172026-03-24T20:34:40.038Z Compiling rand v0.8.5
15182026-03-24T20:34:40.358Z Compiling slog-json v2.6.1
15192026-03-24T20:34:40.377Z Compiling hostname v0.3.1
15202026-03-24T20:34:40.541Z Compiling toml_parser v1.1.0+spec-1.1.0
15212026-03-24T20:34:40.614Z Compiling memmap2 v0.9.10
15222026-03-24T20:34:40.842Z Compiling wait-timeout v0.2.1
15232026-03-24T20:34:40.894Z Compiling is-terminal v0.4.17
15242026-03-24T20:34:40.910Z Compiling either v1.15.0
15252026-03-24T20:34:41.167Z Compiling toml v0.9.12+spec-1.1.0
15262026-03-24T20:34:41.211Z Compiling rusty-fork v0.3.1
15272026-03-24T20:34:41.226Z Compiling slog-term v2.9.2
15282026-03-24T20:34:41.455Z Compiling usdt v0.6.0
15292026-03-24T20:34:41.671Z Compiling slog-bunyan v2.5.0
15302026-03-24T20:34:41.853Z Compiling serde_with v3.18.0
15312026-03-24T20:34:42.051Z Compiling rand_xorshift v0.4.0
15322026-03-24T20:34:42.233Z Compiling sha1 v0.10.6
15332026-03-24T20:34:42.423Z Compiling tokio-rustls v0.25.0
15342026-03-24T20:34:42.514Z Compiling rustls-pemfile v2.2.0
15352026-03-24T20:34:42.537Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
15362026-03-24T20:34:42.696Z Compiling hostname v0.4.2
15372026-03-24T20:34:42.759Z Compiling proptest v1.11.0
15382026-03-24T20:34:44.232Z Compiling iddqd v0.3.17
15392026-03-24T20:34:44.246Z Compiling itertools v0.14.0
15402026-03-24T20:34:44.278Z Compiling reqwest v0.12.28
15412026-03-24T20:34:45.523Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15422026-03-24T20:34:45.778Z Compiling utf8parse v0.2.2
15432026-03-24T20:34:45.909Z Compiling anstyle-parse v1.0.0
15442026-03-24T20:34:45.941Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
15452026-03-24T20:34:46.246Z Compiling toml_datetime v0.6.11
15462026-03-24T20:34:46.593Z Compiling colorchoice v1.0.5
15472026-03-24T20:34:46.642Z Compiling is_terminal_polyfill v1.70.2
15482026-03-24T20:34:46.732Z Compiling anstyle v1.0.14
15492026-03-24T20:34:46.748Z Compiling anstyle-query v1.1.5
15502026-03-24T20:34:46.967Z Compiling anstream v1.0.0
15512026-03-24T20:34:47.020Z Compiling progenitor-client v0.10.0
15522026-03-24T20:34:47.378Z Compiling parse-display v0.10.0
15532026-03-24T20:34:47.465Z Compiling backoff v0.4.0
15542026-03-24T20:34:47.720Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15552026-03-24T20:34:47.913Z Compiling clap_lex v1.1.0
15562026-03-24T20:34:48.224Z Compiling clap_derive v4.6.0
15572026-03-24T20:34:48.866Z Compiling unicode-width v0.2.2
15582026-03-24T20:34:49.177Z Compiling terminal_size v0.4.4
15592026-03-24T20:34:49.223Z Compiling zerocopy-derive v0.7.35
15602026-03-24T20:34:49.343Z Compiling darling_core v0.21.3
15612026-03-24T20:34:50.477Z Compiling zerocopy v0.7.35
15622026-03-24T20:34:51.427Z Compiling crossbeam-epoch v0.9.18
15632026-03-24T20:34:51.974Z Compiling clap_builder v4.6.0
15642026-03-24T20:34:52.377Z Compiling darling_macro v0.21.3
15652026-03-24T20:34:52.538Z Compiling proc-macro-error-attr v1.0.4
15662026-03-24T20:34:52.763Z Compiling toml_datetime v1.1.0+spec-1.1.0
15672026-03-24T20:34:52.807Z Compiling convert_case v0.4.0
15682026-03-24T20:34:52.932Z Compiling heapless v0.8.0
15692026-03-24T20:34:53.053Z Compiling tinyvec_macros v0.1.1
15702026-03-24T20:34:53.108Z Compiling darling v0.21.3
15712026-03-24T20:34:53.130Z Compiling tinyvec v1.11.0
15722026-03-24T20:34:53.201Z Compiling ingot-macros v0.1.1
15732026-03-24T20:34:53.214Z Compiling derive_more v0.99.20
15742026-03-24T20:34:53.461Z Compiling toml_edit v0.25.8+spec-1.1.0
15752026-03-24T20:34:54.401Z Compiling clap v4.6.0
15762026-03-24T20:34:54.727Z Compiling dtrace-parser v0.2.0
15772026-03-24T20:34:54.912Z Compiling secrecy v0.10.3
15782026-03-24T20:34:55.109Z Compiling scroll_derive v0.12.1
15792026-03-24T20:34:56.159Z Compiling hash32 v0.3.1
15802026-03-24T20:34:56.186Z Compiling proc-macro-error v1.0.4
15812026-03-24T20:34:56.186Z Compiling usdt-impl v0.5.0
15822026-03-24T20:34:56.186Z Compiling crucible-workspace-hack v0.1.0
15832026-03-24T20:34:56.251Z Compiling smoltcp v0.11.0
15842026-03-24T20:34:56.308Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15852026-03-24T20:34:56.374Z Compiling winnow v0.5.40
15862026-03-24T20:34:56.533Z Compiling scroll v0.12.0
15872026-03-24T20:34:56.844Z Compiling ingot-types v0.1.2
15882026-03-24T20:34:56.866Z Compiling proc-macro-crate v3.5.0
15892026-03-24T20:34:57.390Z Compiling dof v0.3.0
15902026-03-24T20:34:57.659Z Compiling typify-impl v0.6.1
15912026-03-24T20:34:57.782Z Compiling serde_spanned v0.6.9
15922026-03-24T20:34:57.786Z Compiling cobs v0.3.0
15932026-03-24T20:34:57.846Z Compiling thread-id v4.2.2
15942026-03-24T20:34:57.948Z Compiling memoffset v0.9.1
15952026-03-24T20:34:57.962Z Compiling managed v0.8.0
15962026-03-24T20:34:57.977Z Compiling bitflags v1.3.2
15972026-03-24T20:34:58.031Z Compiling toml_write v0.1.2
15982026-03-24T20:34:58.059Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
15992026-03-24T20:34:58.221Z Compiling toml_edit v0.19.15
16002026-03-24T20:34:58.236Z Compiling cfg_aliases v0.2.1
16012026-03-24T20:34:58.279Z Compiling toml_edit v0.22.27
16022026-03-24T20:34:58.325Z Compiling nix v0.31.2
16032026-03-24T20:34:58.370Z Compiling postcard v1.1.3
16042026-03-24T20:34:59.626Z Compiling num_enum_derive v0.7.6
16052026-03-24T20:34:59.828Z Compiling proc-macro-crate v1.3.1
16062026-03-24T20:35:00.314Z Compiling ingot v0.1.1
16072026-03-24T20:35:00.966Z Compiling goblin v0.8.2
16082026-03-24T20:35:01.322Z Compiling tabwriter v1.4.1
16092026-03-24T20:35:01.505Z Compiling foreign-types-macros v0.2.3
16102026-03-24T20:35:01.589Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16112026-03-24T20:35:01.981Z Compiling num-integer v0.1.46
16122026-03-24T20:35:02.320Z Compiling rustc_version v0.4.1
16132026-03-24T20:35:02.416Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16142026-03-24T20:35:02.786Z Compiling heck v0.4.1
16152026-03-24T20:35:02.890Z Compiling rayon-core v1.13.0
16162026-03-24T20:35:02.958Z Compiling foreign-types-shared v0.3.1
16172026-03-24T20:35:02.979Z Compiling float-ord v0.3.2
16182026-03-24T20:35:03.035Z Compiling cpufeatures v0.3.0
16192026-03-24T20:35:03.063Z Compiling foreign-types v0.5.0
16202026-03-24T20:35:03.127Z Compiling chacha20 v0.10.0
16212026-03-24T20:35:03.497Z Compiling curve25519-dalek v4.1.3
16222026-03-24T20:35:03.516Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16232026-03-24T20:35:03.850Z Compiling num_enum_derive v0.5.11
16242026-03-24T20:35:05.663Z Compiling num_enum v0.7.6
16252026-03-24T20:35:05.663Z Compiling toml v0.8.23
16262026-03-24T20:35:06.188Z Compiling crossbeam-deque v0.8.6
16272026-03-24T20:35:06.419Z Compiling typify-macro v0.6.1
16282026-03-24T20:35:06.535Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16292026-03-24T20:35:07.118Z Compiling hmac v0.12.1
16302026-03-24T20:35:07.142Z Compiling inout v0.1.4
16312026-03-24T20:35:07.286Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16322026-03-24T20:35:07.319Z Compiling ff v0.13.1
16332026-03-24T20:35:07.765Z Compiling rustls-webpki v0.103.10
16342026-03-24T20:35:08.098Z Compiling cstr-argument v0.1.2
16352026-03-24T20:35:08.287Z Compiling prettyplease v0.2.37
16362026-03-24T20:35:08.397Z Compiling rustix v0.38.44
16372026-03-24T20:35:08.853Z Compiling colored v3.1.1
16382026-03-24T20:35:09.182Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16392026-03-24T20:35:09.221Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16402026-03-24T20:35:09.457Z Compiling group v0.13.0
16412026-03-24T20:35:09.610Z Compiling cipher v0.4.4
16422026-03-24T20:35:09.936Z Compiling hkdf v0.12.4
16432026-03-24T20:35:10.002Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16442026-03-24T20:35:10.373Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16452026-03-24T20:35:10.630Z Compiling num_enum v0.5.11
16462026-03-24T20:35:10.817Z Compiling rand v0.10.0
16472026-03-24T20:35:10.828Z Compiling num-rational v0.4.2
16482026-03-24T20:35:10.881Z Compiling num-iter v0.1.45
16492026-03-24T20:35:11.006Z Compiling usdt-attr-macro v0.5.0
16502026-03-24T20:35:11.099Z Compiling usdt-macro v0.5.0
16512026-03-24T20:35:12.607Z Compiling tokio-rustls v0.26.4
16522026-03-24T20:35:12.683Z Compiling rustls-platform-verifier v0.6.2
16532026-03-24T20:35:12.737Z Compiling hyper-rustls v0.27.7
16542026-03-24T20:35:12.896Z Compiling camino-tempfile v1.4.1
16552026-03-24T20:35:13.039Z Compiling reqwest v0.13.2
16562026-03-24T20:35:13.183Z Compiling thiserror-impl-no-std v2.0.2
16572026-03-24T20:35:14.081Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
16582026-03-24T20:35:14.527Z Compiling half v2.7.1
16592026-03-24T20:35:14.630Z Compiling universal-hash v0.5.1
16602026-03-24T20:35:14.713Z Compiling progenitor-client v0.13.0
16612026-03-24T20:35:14.872Z Compiling crypto-bigint v0.5.5
16622026-03-24T20:35:14.930Z Compiling curve25519-dalek-derive v0.1.1
16632026-03-24T20:35:15.114Z Compiling progenitor-extras v0.1.1
16642026-03-24T20:35:15.405Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
16652026-03-24T20:35:15.540Z Compiling enum-as-inner v0.6.1
16662026-03-24T20:35:15.898Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16672026-03-24T20:35:16.252Z Compiling num-complex v0.4.6
16682026-03-24T20:35:16.265Z Compiling memmap v0.7.0
16692026-03-24T20:35:16.508Z Compiling data-encoding v2.10.0
16702026-03-24T20:35:16.663Z Compiling base64ct v1.8.3
16712026-03-24T20:35:16.796Z Compiling static_assertions v1.1.0
16722026-03-24T20:35:16.889Z Compiling ciborium-io v0.2.2
16732026-03-24T20:35:17.006Z Compiling base16ct v0.2.0
16742026-03-24T20:35:17.054Z Compiling opaque-debug v0.3.1
16752026-03-24T20:35:17.070Z Compiling ciborium-ll v0.2.2
16762026-03-24T20:35:17.141Z Compiling elliptic-curve v0.13.8
16772026-03-24T20:35:17.208Z Compiling poly1305 v0.8.0
16782026-03-24T20:35:17.342Z Compiling password-hash v0.5.0
16792026-03-24T20:35:17.497Z Compiling num v0.4.3
16802026-03-24T20:35:17.587Z Compiling usdt v0.5.0
16812026-03-24T20:35:17.931Z Compiling thiserror-no-std v2.0.2
16822026-03-24T20:35:18.041Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16832026-03-24T20:35:18.465Z Compiling rayon v1.11.0
16842026-03-24T20:35:18.484Z Compiling chacha20 v0.9.1
16852026-03-24T20:35:18.769Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16862026-03-24T20:35:18.999Z Compiling typify v0.6.1
16872026-03-24T20:35:19.429Z Compiling zone_cfg_derive v0.3.1
16882026-03-24T20:35:19.923Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16892026-03-24T20:35:20.013Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
16902026-03-24T20:35:20.331Z Compiling itertools v0.12.1
16912026-03-24T20:35:20.391Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16922026-03-24T20:35:20.593Z Compiling blake2 v0.10.6
16932026-03-24T20:35:20.658Z Compiling byte-wrapper v0.1.0
16942026-03-24T20:35:20.944Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16952026-03-24T20:35:21.108Z Compiling aead v0.5.2
16962026-03-24T20:35:21.171Z Compiling num-derive v0.4.2
16972026-03-24T20:35:21.186Z Compiling sigpipe v0.1.3
16982026-03-24T20:35:21.293Z Compiling vcpkg v0.2.15
16992026-03-24T20:35:21.307Z Compiling pkg-config v0.3.32
17002026-03-24T20:35:21.359Z Compiling keccak v0.1.6
17012026-03-24T20:35:21.671Z Compiling glob v0.3.3
17022026-03-24T20:35:21.918Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17032026-03-24T20:35:21.952Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17042026-03-24T20:35:22.072Z Compiling jiff v0.2.23
17052026-03-24T20:35:22.216Z Compiling unsafe-libyaml v0.2.11
17062026-03-24T20:35:22.278Z Compiling openssl-sys v0.9.112
17072026-03-24T20:35:22.368Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17082026-03-24T20:35:22.596Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17092026-03-24T20:35:22.962Z Compiling serde_yaml v0.9.34+deprecated
17102026-03-24T20:35:23.029Z Compiling zone v0.3.1
17112026-03-24T20:35:23.130Z Compiling sha3 v0.10.8
17122026-03-24T20:35:23.533Z Compiling chacha20poly1305 v0.10.1
17132026-03-24T20:35:23.697Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17142026-03-24T20:35:24.765Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17152026-03-24T20:35:24.854Z Compiling argon2 v0.5.3
17162026-03-24T20:35:25.318Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17172026-03-24T20:35:25.638Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17182026-03-24T20:35:26.411Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17192026-03-24T20:35:26.463Z Compiling progenitor-impl v0.13.0
17202026-03-24T20:35:26.639Z Compiling vsss-rs v3.3.4
17212026-03-24T20:35:27.659Z Compiling ciborium v0.2.2
17222026-03-24T20:35:27.767Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17232026-03-24T20:35:27.909Z Compiling hubpack_derive v0.1.1
17242026-03-24T20:35:27.925Z Compiling smf v0.2.3
17252026-03-24T20:35:28.468Z Compiling indent_write v2.2.0
17262026-03-24T20:35:28.500Z Compiling linked-hash-map v0.5.6
17272026-03-24T20:35:28.553Z Compiling whoami v1.6.1
17282026-03-24T20:35:28.639Z Compiling semver v0.1.20
17292026-03-24T20:35:28.737Z Compiling resolv-conf v0.7.6
17302026-03-24T20:35:28.742Z Compiling lru-cache v0.1.2
17312026-03-24T20:35:28.766Z Compiling hubpack v0.1.2
17322026-03-24T20:35:28.891Z Compiling rustc_version v0.1.7
17332026-03-24T20:35:28.968Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17342026-03-24T20:35:29.146Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17352026-03-24T20:35:29.162Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17362026-03-24T20:35:29.290Z Compiling hickory-proto v0.24.4
17372026-03-24T20:35:29.476Z Compiling serde-big-array v0.5.1
17382026-03-24T20:35:29.658Z Compiling derive-where v1.6.1
17392026-03-24T20:35:31.328Z Compiling pin-project-internal v1.1.11
17402026-03-24T20:35:31.382Z Compiling serde_repr v0.1.20
17412026-03-24T20:35:31.561Z Compiling progenitor-macro v0.13.0
17422026-03-24T20:35:32.135Z Compiling unicode-segmentation v1.13.0
17432026-03-24T20:35:32.715Z Compiling minimal-lexical v0.2.1
17442026-03-24T20:35:32.784Z Compiling swrite v0.1.0
17452026-03-24T20:35:32.902Z Compiling siphasher v1.0.2
17462026-03-24T20:35:33.041Z Compiling nom v7.1.3
17472026-03-24T20:35:33.054Z Compiling pin-project v1.1.11
17482026-03-24T20:35:33.158Z Compiling phf_shared v0.12.1
17492026-03-24T20:35:33.173Z Compiling newline-converter v0.3.0
17502026-03-24T20:35:33.315Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17512026-03-24T20:35:33.391Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17522026-03-24T20:35:33.823Z Compiling hickory-resolver v0.24.4
17532026-03-24T20:35:34.221Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17542026-03-24T20:35:34.466Z Compiling newtype_derive v0.1.6
17552026-03-24T20:35:34.746Z Compiling atomicwrites v0.4.4
17562026-03-24T20:35:35.034Z Compiling unicode-normalization v0.1.25
17572026-03-24T20:35:35.520Z Compiling console v0.15.11
17582026-03-24T20:35:35.663Z Compiling tokio-stream v0.1.18
17592026-03-24T20:35:36.273Z Compiling async-recursion v1.1.1
17602026-03-24T20:35:36.431Z Compiling snafu-derive v0.8.9
17612026-03-24T20:35:36.581Z Compiling slog-dtrace v0.3.0
17622026-03-24T20:35:36.863Z Compiling csv-core v0.1.13
17632026-03-24T20:35:36.903Z Compiling bstr v1.12.1
17642026-03-24T20:35:37.164Z Compiling chrono-tz v0.10.4
17652026-03-24T20:35:37.215Z Compiling openssl v0.10.76
17662026-03-24T20:35:37.237Z Compiling cancel-safe-futures v0.1.5
17672026-03-24T20:35:37.424Z Compiling similar v2.7.0
17682026-03-24T20:35:37.489Z Compiling unicode-xid v0.2.6
17692026-03-24T20:35:37.526Z Compiling highway v1.3.0
17702026-03-24T20:35:37.541Z Compiling foldhash v0.1.5
17712026-03-24T20:35:37.567Z Compiling unicode-width v0.1.14
17722026-03-24T20:35:37.631Z Compiling foreign-types-shared v0.1.1
17732026-03-24T20:35:37.738Z Compiling same-file v1.0.6
17742026-03-24T20:35:37.767Z Compiling owo-colors v4.3.0
17752026-03-24T20:35:37.928Z Compiling walkdir v2.5.0
17762026-03-24T20:35:37.954Z Compiling expectorate v1.2.0
17772026-03-24T20:35:38.052Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17782026-03-24T20:35:38.134Z Compiling foreign-types v0.3.2
17792026-03-24T20:35:38.220Z Compiling hashbrown v0.15.5
17802026-03-24T20:35:38.235Z Compiling const_format_proc_macros v0.2.34
17812026-03-24T20:35:38.451Z Compiling globset v0.4.18
17822026-03-24T20:35:38.721Z Compiling csv v1.4.0
17832026-03-24T20:35:38.826Z Compiling snafu v0.8.9
17842026-03-24T20:35:38.852Z Compiling progenitor v0.13.0
17852026-03-24T20:35:38.987Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17862026-03-24T20:35:39.014Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17872026-03-24T20:35:39.293Z Compiling qorb v0.4.1
17882026-03-24T20:35:39.489Z Compiling olpc-cjson v0.1.4
17892026-03-24T20:35:39.591Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17902026-03-24T20:35:39.758Z Compiling phf v0.12.1
17912026-03-24T20:35:40.354Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17922026-03-24T20:35:40.660Z Compiling tokio-dtrace v0.1.1
17932026-03-24T20:35:40.714Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17942026-03-24T20:35:41.014Z Compiling libsw-core v0.3.2
17952026-03-24T20:35:41.208Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17962026-03-24T20:35:41.229Z Compiling serde_plain v1.0.2
17972026-03-24T20:35:41.499Z Compiling openssl-macros v0.1.1
17982026-03-24T20:35:41.619Z Compiling pem v3.0.6
17992026-03-24T20:35:41.749Z Compiling cookie v0.18.1
18002026-03-24T20:35:41.955Z Compiling bytecount v0.6.9
18012026-03-24T20:35:42.034Z Compiling typed-path v0.9.3
18022026-03-24T20:35:42.098Z Compiling fixedbitset v0.5.7
18032026-03-24T20:35:42.103Z Compiling fixedbitset v0.4.2
18042026-03-24T20:35:42.140Z Compiling papergrid v0.11.0
18052026-03-24T20:35:42.359Z Compiling petgraph v0.8.3
18062026-03-24T20:35:42.408Z Compiling petgraph v0.6.5
18072026-03-24T20:35:42.538Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18082026-03-24T20:35:42.746Z Compiling libsw v3.5.0
18092026-03-24T20:35:42.964Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18102026-03-24T20:35:43.856Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18112026-03-24T20:35:44.431Z Compiling tough v0.20.0
18122026-03-24T20:35:44.551Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18132026-03-24T20:35:44.580Z Compiling oxide-tokio-rt v0.1.3
18142026-03-24T20:35:45.091Z Compiling const_format v0.2.35
18152026-03-24T20:35:45.533Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18162026-03-24T20:35:47.161Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18172026-03-24T20:35:48.136Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18182026-03-24T20:35:48.294Z Compiling gethostname v0.5.0
18192026-03-24T20:35:48.449Z Compiling tabled_derive v0.7.0
18202026-03-24T20:35:49.248Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18212026-03-24T20:35:49.541Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18222026-03-24T20:35:49.687Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18232026-03-24T20:35:49.704Z Compiling bcs v0.1.6
18242026-03-24T20:35:49.930Z Compiling termtree v0.5.1
18252026-03-24T20:35:50.058Z Compiling lazy_static v1.5.0
18262026-03-24T20:35:50.188Z Compiling tagptr v0.2.0
18272026-03-24T20:35:50.202Z Compiling crunchy v0.2.4
18282026-03-24T20:35:50.222Z Compiling linear-map v1.2.0
18292026-03-24T20:35:50.384Z Compiling unicode-linebreak v0.1.5
18302026-03-24T20:35:50.465Z Compiling smawk v0.3.2
18312026-03-24T20:35:50.541Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18322026-03-24T20:35:50.582Z Compiling moka v0.12.15
18332026-03-24T20:35:50.640Z Compiling textwrap v0.16.2
18342026-03-24T20:35:50.962Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18352026-03-24T20:35:51.073Z Compiling steno v0.4.1
18362026-03-24T20:35:51.369Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18372026-03-24T20:35:51.631Z Compiling tabled v0.15.0
18382026-03-24T20:35:51.662Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18392026-03-24T20:35:51.888Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18402026-03-24T20:35:51.918Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18412026-03-24T20:35:52.776Z Compiling hickory-proto v0.25.2
18422026-03-24T20:35:52.964Z Compiling humantime v2.3.0
18432026-03-24T20:35:53.339Z Compiling tiny-keccak v2.0.2
18442026-03-24T20:35:53.729Z Compiling num-derive v0.3.3
18452026-03-24T20:35:54.936Z Compiling parking_lot_core v0.8.6
18462026-03-24T20:35:55.132Z Compiling libscf-sys v1.1.0
18472026-03-24T20:35:55.343Z Compiling hickory-resolver v0.25.2
18482026-03-24T20:35:55.433Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18492026-03-24T20:35:55.542Z Compiling crc32fast v1.5.0
18502026-03-24T20:35:55.613Z Compiling const-random-macro v0.1.16
18512026-03-24T20:35:55.978Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18522026-03-24T20:35:56.077Z Compiling ahash v0.8.12
18532026-03-24T20:35:56.115Z Compiling smartstring v1.0.1
18542026-03-24T20:35:56.147Z Compiling const-random v0.1.18
18552026-03-24T20:35:56.238Z Compiling parking_lot v0.11.2
18562026-03-24T20:35:56.491Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18572026-03-24T20:35:56.765Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18582026-03-24T20:35:56.797Z Compiling fxhash v0.2.1
18592026-03-24T20:35:56.970Z Compiling internet-checksum v0.2.1
18602026-03-24T20:35:57.061Z Compiling sled v0.34.7
18612026-03-24T20:35:57.448Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18622026-03-24T20:35:57.470Z Compiling thin-vec v0.2.14
18632026-03-24T20:35:57.670Z Compiling rhai_codegen v3.1.0
18642026-03-24T20:35:57.835Z Compiling sdd v3.0.10
18652026-03-24T20:35:58.088Z Compiling serial_test_derive v3.4.0
18662026-03-24T20:35:58.276Z Compiling scc v2.4.0
18672026-03-24T20:35:58.483Z Compiling nom v8.0.0
18682026-03-24T20:35:59.026Z Compiling yansi v1.0.1
18692026-03-24T20:35:59.287Z Compiling rhai v1.24.0
18702026-03-24T20:35:59.431Z Compiling diff v0.1.13
18712026-03-24T20:35:59.738Z Compiling serial_test v3.4.0
18722026-03-24T20:35:59.819Z Compiling pretty_assertions v1.4.1
18732026-03-24T20:36:04.281Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18742026-03-24T20:36:14.854Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18752026-03-24T20:36:17.046Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18762026-03-24T20:36:18.422Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18772026-03-24T20:36:19.907Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18782026-03-24T20:36:21.001Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18792026-03-24T20:36:23.048Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18802026-03-24T20:37:10.009Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 08s
18812026-03-24T20:37:10.225Z────────────
18822026-03-24T20:37:10.225Z Nextest run ID 39f8b889-7077-491b-b535-a495b9adcf7f with nextest profile: default
18832026-03-24T20:37:10.225Z Starting 150 tests across 1 binary
18842026-03-24T20:37:10.238Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_byte_len
18852026-03-24T20:37:10.241Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_invalid_length
18862026-03-24T20:37:10.241Z PASS [ 0.014s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18872026-03-24T20:37:10.241Z PASS [ 0.015s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18882026-03-24T20:37:10.241Z PASS [ 0.015s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18892026-03-24T20:37:10.241Z PASS [ 0.015s] bgp messages::tests::bgp_nexthop_round_trip
18902026-03-24T20:37:10.241Z PASS [ 0.015s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18912026-03-24T20:37:10.241Z PASS [ 0.015s] bgp messages::tests::bgp_nexthop_length_mismatch
18922026-03-24T20:37:10.250Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
18932026-03-24T20:37:10.253Z PASS [ 0.012s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
18942026-03-24T20:37:10.254Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
18952026-03-24T20:37:10.254Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_maximum_length
18962026-03-24T20:37:10.254Z PASS [ 0.013s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
18972026-03-24T20:37:10.254Z PASS [ 0.013s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
18982026-03-24T20:37:10.257Z PASS [ 0.013s] bgp messages::tests::header_round_trip
18992026-03-24T20:37:10.257Z PASS [ 0.013s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19002026-03-24T20:37:10.262Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_minimum_length
19012026-03-24T20:37:10.266Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
19022026-03-24T20:37:10.266Z PASS [ 0.012s] bgp messages::tests::header_tests::new_rejects_length_too_large
19032026-03-24T20:37:10.266Z PASS [ 0.012s] bgp messages::tests::ipv4_unicast_dual_encoding
19042026-03-24T20:37:10.269Z PASS [ 0.013s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19052026-03-24T20:37:10.269Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19062026-03-24T20:37:10.269Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19072026-03-24T20:37:10.269Z PASS [ 0.014s] bgp messages::tests::header_tests::roundtrip_max_length_header
19082026-03-24T20:37:10.274Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19092026-03-24T20:37:10.277Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19102026-03-24T20:37:10.277Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19112026-03-24T20:37:10.277Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19122026-03-24T20:37:10.281Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19132026-03-24T20:37:10.281Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19142026-03-24T20:37:10.281Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19152026-03-24T20:37:10.281Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19162026-03-24T20:37:10.286Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19172026-03-24T20:37:10.289Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19182026-03-24T20:37:10.289Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19192026-03-24T20:37:10.289Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19202026-03-24T20:37:10.289Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19212026-03-24T20:37:10.294Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19222026-03-24T20:37:10.294Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19232026-03-24T20:37:10.294Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19242026-03-24T20:37:10.298Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19252026-03-24T20:37:10.301Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19262026-03-24T20:37:10.301Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19272026-03-24T20:37:10.301Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19282026-03-24T20:37:10.301Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19292026-03-24T20:37:10.301Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19302026-03-24T20:37:10.304Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19312026-03-24T20:37:10.304Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19322026-03-24T20:37:10.309Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19332026-03-24T20:37:10.312Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19342026-03-24T20:37:10.312Z PASS [ 0.012s] bgp messages::tests::mp_bgp_attributes_encoded_first
19352026-03-24T20:37:10.312Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19362026-03-24T20:37:10.312Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19372026-03-24T20:37:10.319Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_round_trip
19382026-03-24T20:37:10.319Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19392026-03-24T20:37:10.319Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19402026-03-24T20:37:10.322Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_round_trip
19412026-03-24T20:37:10.326Z PASS [ 0.012s] bgp messages::tests::notification_round_trip
19422026-03-24T20:37:10.327Z PASS [ 0.012s] bgp messages::tests::open_round_trip_extended_nexthop
19432026-03-24T20:37:10.327Z PASS [ 0.012s] bgp messages::tests::open_round_trip
19442026-03-24T20:37:10.327Z PASS [ 0.011s] bgp messages::tests::prefix_conversion
19452026-03-24T20:37:10.327Z PASS [ 0.011s] bgp messages::tests::prefix_within
19462026-03-24T20:37:10.327Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19472026-03-24T20:37:10.330Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19482026-03-24T20:37:10.333Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19492026-03-24T20:37:10.336Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19502026-03-24T20:37:10.336Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19512026-03-24T20:37:10.336Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19522026-03-24T20:37:10.336Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19532026-03-24T20:37:10.336Z PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19542026-03-24T20:37:10.336Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19552026-03-24T20:37:10.340Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19562026-03-24T20:37:10.345Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19572026-03-24T20:37:10.348Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19582026-03-24T20:37:10.348Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19592026-03-24T20:37:10.348Z PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19602026-03-24T20:37:10.348Z PASS [ 0.013s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19612026-03-24T20:37:10.348Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19622026-03-24T20:37:10.352Z PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19632026-03-24T20:37:10.353Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19642026-03-24T20:37:10.356Z PASS [ 0.012s] bgp messages::tests::route_refresh_round_trip
19652026-03-24T20:37:10.359Z PASS [ 0.012s] bgp messages::tests::test_nexthop_length_validation
19662026-03-24T20:37:10.362Z PASS [ 0.012s] bgp messages::tests::update_round_trip
19672026-03-24T20:37:10.376Z PASS [ 0.028s] bgp policy::test::open_add_4byte_as
19682026-03-24T20:37:10.379Z PASS [ 0.027s] bgp policy::test::update_shape_community
19692026-03-24T20:37:10.382Z PASS [ 0.031s] bgp policy::test::update_drop_on_no_export
19702026-03-24T20:37:10.382Z PASS [ 0.032s] bgp policy::test::shape_update_prefixes
19712026-03-24T20:37:10.382Z PASS [ 0.033s] bgp policy::test::open_require_4byte_as
19722026-03-24T20:37:10.382Z PASS [ 0.021s] bgp proptest::prop_ipv4_prefixes_roundtrip
19732026-03-24T20:37:10.387Z PASS [ 0.031s] bgp proptest::prop_duplicate_attrs_deduplicated
19742026-03-24T20:37:10.399Z PASS [ 0.022s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19752026-03-24T20:37:10.402Z PASS [ 0.019s] bgp proptest::prop_ipv4_wire_format_roundtrip
19762026-03-24T20:37:10.402Z PASS [ 0.020s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19772026-03-24T20:37:10.402Z PASS [ 0.021s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19782026-03-24T20:37:10.406Z PASS [ 0.024s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19792026-03-24T20:37:10.406Z PASS [ 0.021s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19802026-03-24T20:37:10.410Z PASS [ 0.048s] bgp proptest::prop_encode_decode_semantic_equivalence
19812026-03-24T20:37:10.410Z PASS [ 0.019s] bgp proptest::prop_ipv6_wire_format_roundtrip
19822026-03-24T20:37:10.419Z PASS [ 0.021s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19832026-03-24T20:37:10.422Z PASS [ 0.021s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19842026-03-24T20:37:10.422Z PASS [ 0.020s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19852026-03-24T20:37:10.425Z PASS [ 0.020s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19862026-03-24T20:37:10.430Z PASS [ 0.011s] bgp session::tests::route_update_is_announcement_and_withdrawal
19872026-03-24T20:37:10.433Z PASS [ 0.025s] bgp proptest::prop_update_mp_unreach_roundtrip
19882026-03-24T20:37:10.433Z PASS [ 0.012s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19892026-03-24T20:37:10.433Z PASS [ 0.011s] bgp session::tests::test_fsm_event_history_major_filtering
19902026-03-24T20:37:10.433Z PASS [ 0.011s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19912026-03-24T20:37:10.443Z PASS [ 0.012s] bgp session::tests::test_fsm_event_record_creation
19922026-03-24T20:37:10.446Z PASS [ 0.011s] bgp session::tests::test_resolve_collision_decision
19932026-03-24T20:37:10.446Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
19942026-03-24T20:37:10.447Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
19952026-03-24T20:37:10.447Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv4_configured
19962026-03-24T20:37:10.447Z PASS [ 0.047s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19972026-03-24T20:37:10.450Z PASS [ 0.041s] bgp proptest::prop_update_traditional_roundtrip
19982026-03-24T20:37:10.450Z PASS [ 0.046s] bgp proptest::prop_update_mp_reach_roundtrip
19992026-03-24T20:37:10.453Z PASS [ 0.012s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20002026-03-24T20:37:10.457Z PASS [ 0.012s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20012026-03-24T20:37:10.457Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv6_configured
20022026-03-24T20:37:10.457Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20032026-03-24T20:37:10.457Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20042026-03-24T20:37:10.462Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20052026-03-24T20:37:13.549Z PASS [ 3.095s] bgp test::test_basic_peering_passive
20062026-03-24T20:37:13.549Z PASS [ 3.101s] bgp test::test_basic_peering_active
20072026-03-24T20:37:13.549Z PASS [ 3.093s] bgp test::test_basic_update
20082026-03-24T20:37:13.552Z PASS [ 3.094s] bgp test::test_basic_update_ipv6
20092026-03-24T20:37:13.574Z PASS [ 3.125s] bgp test::test_basic_peering_active_tcp
20102026-03-24T20:37:13.574Z PASS [ 3.116s] bgp test::test_basic_update_tcp
20112026-03-24T20:37:13.574Z PASS [ 3.118s] bgp test::test_basic_update_ipv6_tcp
20122026-03-24T20:37:13.574Z PASS [ 3.120s] bgp test::test_basic_peering_passive_tcp
20132026-03-24T20:37:16.673Z PASS [ 3.098s] bgp test::test_ipv6_basic_peering_active
20142026-03-24T20:37:16.677Z PASS [ 3.098s] bgp test::test_ipv6_basic_peering_passive
20152026-03-24T20:37:16.686Z PASS [ 3.112s] bgp test::test_ipv6_basic_peering_active_tcp
20162026-03-24T20:37:16.689Z PASS [ 3.115s] bgp test::test_ipv6_basic_peering_passive_tcp
20172026-03-24T20:37:17.669Z PASS [ 4.118s] bgp test::test_dual_stack_routes_ipv6_peer_success
20182026-03-24T20:37:17.669Z PASS [ 4.118s] bgp test::test_dual_stack_routes_ipv4_peer_success
20192026-03-24T20:37:17.669Z PASS [ 4.117s] bgp test::test_ipv4_routes_ipv6_peer_success
20202026-03-24T20:37:17.688Z PASS [ 4.138s] bgp test::test_import_export_policy_filtering
20212026-03-24T20:37:17.762Z PASS [ 1.089s] bgp test::test_multiple_unnumbered_sessions
20222026-03-24T20:37:18.778Z PASS [ 2.088s] bgp test::test_same_linklocal_multiple_interfaces
20232026-03-24T20:37:18.801Z PASS [ 1.132s] bgp test::test_three_router_chain_tcp
20242026-03-24T20:37:18.804Z PASS [ 1.135s] bgp test::test_three_router_chain_tcp_ipv6
20252026-03-24T20:37:19.698Z PASS [ 3.011s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20262026-03-24T20:37:19.865Z PASS [ 1.087s] bgp test::test_unnumbered_ndp_change
20272026-03-24T20:37:20.783Z PASS [ 4.109s] bgp test::test_ipv6_routes_ipv4_peer_success
20282026-03-24T20:37:21.765Z PASS [ 4.096s] bgp test::test_three_router_chain_unnumbered
20292026-03-24T20:37:22.776Z PASS [ 5.088s] bgp test::test_unnumbered_dualstack_route_exchange
20302026-03-24T20:37:23.890Z PASS [ 5.085s] bgp test::test_unnumbered_session_survives_peer_change
20312026-03-24T20:37:27.890Z PASS [ 9.087s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20322026-03-24T20:37:28.786Z PASS [ 9.087s] bgp test::test_unnumbered_unaffected_by_ndp
20332026-03-24T20:37:35.857Z PASS [ 18.092s] bgp test::test_unnumbered_interface_lifecycle
20342026-03-24T20:37:35.857Z────────────
20352026-03-24T20:37:35.857Z Summary [ 25.629s] 150 tests run: 150 passed, 0 skipped
20362026-03-24T20:37:35.871Z+ 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/
20372026-03-24T20:37:35.878Z+ popd
20382026-03-24T20:37:35.881Z/work/oxidecomputer/maghemite
20392026-03-24T20:37:35.881Z+ pushd mgd
20402026-03-24T20:37:35.881Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20412026-03-24T20:37:35.881Z+ pfexec cargo nextest run
20422026-03-24T20:37:37.435Z Compiling slog v2.8.2
20432026-03-24T20:37:37.558Z Compiling usdt v0.6.0
20442026-03-24T20:37:37.670Z Compiling typify-impl v0.4.3
20452026-03-24T20:37:37.691Z Compiling proc-macro-error-attr2 v2.0.0
20462026-03-24T20:37:37.718Z Compiling papergrid v0.17.0
20472026-03-24T20:37:37.909Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20482026-03-24T20:37:37.932Z Compiling testing_table v0.3.0
20492026-03-24T20:37:38.086Z Compiling slog-json v2.6.1
20502026-03-24T20:37:38.131Z Compiling slog-term v2.9.2
20512026-03-24T20:37:38.345Z Compiling slog-async v2.8.0
20522026-03-24T20:37:38.620Z Compiling slog-bunyan v2.5.0
20532026-03-24T20:37:38.798Z Compiling dropshot v0.16.7
20542026-03-24T20:37:38.960Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20552026-03-24T20:37:39.077Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20562026-03-24T20:37:39.260Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20572026-03-24T20:37:39.718Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20582026-03-24T20:37:39.747Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20592026-03-24T20:37:39.879Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20602026-03-24T20:37:40.538Z Compiling slog-dtrace v0.3.0
20612026-03-24T20:37:40.952Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20622026-03-24T20:37:41.109Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20632026-03-24T20:37:41.365Z Compiling steno v0.4.1
20642026-03-24T20:37:43.308Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20652026-03-24T20:37:45.807Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20662026-03-24T20:37:46.492Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20672026-03-24T20:37:46.518Z Compiling typify-macro v0.4.3
20682026-03-24T20:37:47.188Z Compiling proc-macro-error2 v2.0.1
20692026-03-24T20:37:47.254Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20702026-03-24T20:37:47.561Z Compiling tabled_derive v0.11.0
20712026-03-24T20:37:47.608Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20722026-03-24T20:37:47.943Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20732026-03-24T20:37:48.165Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20742026-03-24T20:37:48.448Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20752026-03-24T20:37:48.787Z Compiling progenitor-client v0.11.2
20762026-03-24T20:37:48.968Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20772026-03-24T20:37:49.062Z Compiling tabled v0.20.0
20782026-03-24T20:37:49.157Z Compiling crc8 v0.1.1
20792026-03-24T20:37:49.235Z Compiling typify v0.4.3
20802026-03-24T20:37:49.358Z Compiling progenitor-impl v0.11.2
20812026-03-24T20:37:49.793Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20822026-03-24T20:37:50.617Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20832026-03-24T20:37:52.303Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20842026-03-24T20:37:52.967Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20852026-03-24T20:37:53.395Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20862026-03-24T20:37:54.329Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20872026-03-24T20:37:54.427Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20882026-03-24T20:37:54.464Z Compiling progenitor-macro v0.11.2
20892026-03-24T20:37:55.300Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20902026-03-24T20:37:55.635Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20912026-03-24T20:37:56.781Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20922026-03-24T20:37:57.050Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20932026-03-24T20:37:57.269Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20942026-03-24T20:37:57.285Z Compiling dropshot-api-manager-types v0.5.2
20952026-03-24T20:37:57.950Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20962026-03-24T20:38:00.724Z Compiling progenitor v0.11.2
20972026-03-24T20:38:00.844Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20982026-03-24T20:38:04.381Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20992026-03-24T20:38:05.924Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21002026-03-24T20:38:05.930Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21012026-03-24T20:38:06.757Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21022026-03-24T20:38:07.050Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21032026-03-24T20:38:17.993Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21042026-03-24T20:38:28.148Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21052026-03-24T20:38:30.321Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21062026-03-24T20:38:31.713Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21072026-03-24T20:38:33.216Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21082026-03-24T20:38:34.296Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21092026-03-24T20:38:36.382Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21102026-03-24T20:38:36.382Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21112026-03-24T20:38:36.386Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21122026-03-24T20:38:45.678Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21132026-03-24T20:38:47.511Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21142026-03-24T20:38:47.511Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21152026-03-24T20:38:49.165Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21162026-03-24T20:39:27.869Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 51s
21172026-03-24T20:39:28.068Z────────────
21182026-03-24T20:39:28.068Z Nextest run ID 296b90cb-9cfa-44b2-becc-25f0c9520bce with nextest profile: default
21192026-03-24T20:39:28.068Z Starting 32 tests across 1 binary
21202026-03-24T20:39:28.083Z PASS [ 0.015s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21212026-03-24T20:39:28.087Z PASS [ 0.015s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21222026-03-24T20:39:28.106Z PASS [ 0.022s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21232026-03-24T20:39:28.130Z PASS [ 0.023s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21242026-03-24T20:39:28.153Z PASS [ 0.022s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21252026-03-24T20:39:28.156Z PASS [ 0.085s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21262026-03-24T20:39:28.156Z PASS [ 0.086s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21272026-03-24T20:39:28.161Z PASS [ 0.088s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21282026-03-24T20:39:28.161Z PASS [ 0.089s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21292026-03-24T20:39:28.161Z PASS [ 0.089s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21302026-03-24T20:39:28.161Z PASS [ 0.089s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21312026-03-24T20:39:28.165Z PASS [ 0.081s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21322026-03-24T20:39:28.169Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21332026-03-24T20:39:28.169Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21342026-03-24T20:39:28.169Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21352026-03-24T20:39:28.169Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21362026-03-24T20:39:28.173Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21372026-03-24T20:39:28.173Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21382026-03-24T20:39:28.176Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21392026-03-24T20:39:28.180Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21402026-03-24T20:39:28.180Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21412026-03-24T20:39:28.180Z PASS [ 0.026s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21422026-03-24T20:39:28.183Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21432026-03-24T20:39:28.183Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21442026-03-24T20:39:28.183Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21452026-03-24T20:39:28.183Z PASS [ 0.013s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21462026-03-24T20:39:28.187Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21472026-03-24T20:39:28.190Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21482026-03-24T20:39:28.190Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21492026-03-24T20:39:28.190Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21502026-03-24T20:39:28.190Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21512026-03-24T20:39:28.194Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21522026-03-24T20:39:28.194Z────────────
21532026-03-24T20:39:28.195Z Summary [ 0.123s] 32 tests run: 32 passed, 0 skipped
21542026-03-24T20:39:28.205Z+ cp apply_remove_entire_group.log /work/
21552026-03-24T20:39:28.210Z+ popd
21562026-03-24T20:39:28.210Z/work/oxidecomputer/maghemite
21572026-03-24T20:39:28.210Zprocess exited: duration 525366 ms, exit code 0
 
21582026-03-24T20:39:28.222Zfound 66 output files
21592026-03-24T20:39:28.222Zuploading: /work/apply_remove_entire_group.log (9314 bytes)
21602026-03-24T20:39:29.238Zuploaded: /work/apply_remove_entire_group.log
21612026-03-24T20:39:29.238Zuploading: /work/dualstack_routes.log (117207 bytes)
21622026-03-24T20:39:30.260Zuploaded: /work/dualstack_routes.log
21632026-03-24T20:39:30.260Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2312 bytes)
21642026-03-24T20:39:31.270Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21652026-03-24T20:39:31.273Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1294 bytes)
21662026-03-24T20:39:32.281Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21672026-03-24T20:39:32.282Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (1992 bytes)
21682026-03-24T20:39:33.292Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21692026-03-24T20:39:33.296Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2310 bytes)
21702026-03-24T20:39:34.308Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21712026-03-24T20:39:34.312Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2248 bytes)
21722026-03-24T20:39:35.319Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21732026-03-24T20:39:35.322Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2251 bytes)
21742026-03-24T20:39:36.329Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21752026-03-24T20:39:36.337Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2417 bytes)
21762026-03-24T20:39:37.356Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21772026-03-24T20:39:37.356Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2313 bytes)
21782026-03-24T20:39:38.488Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21792026-03-24T20:39:38.488Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2239 bytes)
21802026-03-24T20:39:39.501Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21812026-03-24T20:39:39.501Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2239 bytes)
21822026-03-24T20:39:40.512Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21832026-03-24T20:39:40.514Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2267 bytes)
21842026-03-24T20:39:41.522Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21852026-03-24T20:39:41.522Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2456 bytes)
21862026-03-24T20:39:42.533Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21872026-03-24T20:39:42.533Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3428 bytes)
21882026-03-24T20:39:43.545Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
21892026-03-24T20:39:43.548Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3504 bytes)
21902026-03-24T20:39:44.555Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
21912026-03-24T20:39:44.558Zuploading: /work/multiple_unnumbered.log (133341 bytes)
21922026-03-24T20:39:45.573Zuploaded: /work/multiple_unnumbered.log
21932026-03-24T20:39:45.573Zuploading: /work/ndp_change_reset.log (68328 bytes)
21942026-03-24T20:39:46.588Zuploaded: /work/ndp_change_reset.log
21952026-03-24T20:39:46.588Zuploading: /work/ndp_changes.log (86429 bytes)
21962026-03-24T20:39:47.604Zuploaded: /work/ndp_changes.log
21972026-03-24T20:39:47.604Zuploading: /work/r1.test_basic_peering_active.log (40019 bytes)
21982026-03-24T20:39:48.621Zuploaded: /work/r1.test_basic_peering_active.log
21992026-03-24T20:39:48.621Zuploading: /work/r1.test_basic_peering_active_tcp.log (45048 bytes)
22002026-03-24T20:39:49.636Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22012026-03-24T20:39:49.636Zuploading: /work/r1.test_basic_peering_passive.log (32247 bytes)
22022026-03-24T20:39:50.647Zuploaded: /work/r1.test_basic_peering_passive.log
22032026-03-24T20:39:50.648Zuploading: /work/r1.test_basic_peering_passive_tcp.log (38682 bytes)
22042026-03-24T20:39:51.664Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22052026-03-24T20:39:51.664Zuploading: /work/r1.test_basic_update.log (44247 bytes)
22062026-03-24T20:39:52.677Zuploaded: /work/r1.test_basic_update.log
22072026-03-24T20:39:52.677Zuploading: /work/r1.test_basic_update_ipv6.log (27129 bytes)
22082026-03-24T20:39:53.692Zuploaded: /work/r1.test_basic_update_ipv6.log
22092026-03-24T20:39:53.692Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29272 bytes)
22102026-03-24T20:39:54.707Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22112026-03-24T20:39:54.707Zuploading: /work/r1.test_basic_update_tcp.log (29705 bytes)
22122026-03-24T20:39:55.723Zuploaded: /work/r1.test_basic_update_tcp.log
22132026-03-24T20:39:55.726Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (41334 bytes)
22142026-03-24T20:39:56.737Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22152026-03-24T20:39:56.737Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (41575 bytes)
22162026-03-24T20:39:57.752Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22172026-03-24T20:39:57.752Zuploading: /work/r1.test_import_export_policy_filtering.log (37957 bytes)
22182026-03-24T20:39:58.768Zuploaded: /work/r1.test_import_export_policy_filtering.log
22192026-03-24T20:39:58.768Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (33937 bytes)
22202026-03-24T20:39:59.782Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22212026-03-24T20:39:59.782Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40092 bytes)
22222026-03-24T20:40:00.795Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22232026-03-24T20:40:00.796Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (46701 bytes)
22242026-03-24T20:40:01.813Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22252026-03-24T20:40:01.813Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32294 bytes)
22262026-03-24T20:40:02.828Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22272026-03-24T20:40:02.831Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39362 bytes)
22282026-03-24T20:40:03.843Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22292026-03-24T20:40:03.843Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (33682 bytes)
22302026-03-24T20:40:04.855Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22312026-03-24T20:40:04.859Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28280 bytes)
22322026-03-24T20:40:05.868Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22332026-03-24T20:40:05.868Zuploading: /work/r1.test_three_router_chain_tcp.log (24436 bytes)
22342026-03-24T20:40:06.881Zuploaded: /work/r1.test_three_router_chain_tcp.log
22352026-03-24T20:40:06.881Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24499 bytes)
22362026-03-24T20:40:07.898Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22372026-03-24T20:40:07.898Zuploading: /work/r2.test_basic_peering_active.log (36686 bytes)
22382026-03-24T20:40:08.913Zuploaded: /work/r2.test_basic_peering_active.log
22392026-03-24T20:40:08.913Zuploading: /work/r2.test_basic_peering_active_tcp.log (41059 bytes)
22402026-03-24T20:40:09.928Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22412026-03-24T20:40:09.928Zuploading: /work/r2.test_basic_peering_passive.log (40359 bytes)
22422026-03-24T20:40:10.942Zuploaded: /work/r2.test_basic_peering_passive.log
22432026-03-24T20:40:10.942Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46553 bytes)
22442026-03-24T20:40:11.957Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22452026-03-24T20:40:11.958Zuploading: /work/r2.test_basic_update.log (44762 bytes)
22462026-03-24T20:40:12.972Zuploaded: /work/r2.test_basic_update.log
22472026-03-24T20:40:12.972Zuploading: /work/r2.test_basic_update_ipv6.log (26046 bytes)
22482026-03-24T20:40:13.989Zuploaded: /work/r2.test_basic_update_ipv6.log
22492026-03-24T20:40:13.989Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32320 bytes)
22502026-03-24T20:40:15.006Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22512026-03-24T20:40:15.006Zuploading: /work/r2.test_basic_update_tcp.log (30319 bytes)
22522026-03-24T20:40:16.019Zuploaded: /work/r2.test_basic_update_tcp.log
22532026-03-24T20:40:16.020Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43118 bytes)
22542026-03-24T20:40:17.033Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22552026-03-24T20:40:17.036Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43358 bytes)
22562026-03-24T20:40:18.048Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22572026-03-24T20:40:18.048Zuploading: /work/r2.test_import_export_policy_filtering.log (36096 bytes)
22582026-03-24T20:40:19.064Zuploaded: /work/r2.test_import_export_policy_filtering.log
22592026-03-24T20:40:19.064Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (37824 bytes)
22602026-03-24T20:40:20.079Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22612026-03-24T20:40:20.079Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36726 bytes)
22622026-03-24T20:40:21.094Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22632026-03-24T20:40:21.094Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44288 bytes)
22642026-03-24T20:40:22.108Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22652026-03-24T20:40:22.108Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40416 bytes)
22662026-03-24T20:40:23.123Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22672026-03-24T20:40:23.123Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48267 bytes)
22682026-03-24T20:40:24.139Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22692026-03-24T20:40:24.139Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (37704 bytes)
22702026-03-24T20:40:25.152Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22712026-03-24T20:40:25.156Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (27655 bytes)
22722026-03-24T20:40:26.170Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22732026-03-24T20:40:26.170Zuploading: /work/r2.test_three_router_chain_tcp.log (41376 bytes)
22742026-03-24T20:40:27.194Zuploaded: /work/r2.test_three_router_chain_tcp.log
22752026-03-24T20:40:27.194Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (43643 bytes)
22762026-03-24T20:40:28.208Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22772026-03-24T20:40:28.208Zuploading: /work/r3.test_three_router_chain_tcp.log (21171 bytes)
22782026-03-24T20:40:29.221Zuploaded: /work/r3.test_three_router_chain_tcp.log
22792026-03-24T20:40:29.224Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21008 bytes)
22802026-03-24T20:40:30.236Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22812026-03-24T20:40:30.237Zuploading: /work/same_linklocal.log (152443 bytes)
22822026-03-24T20:40:31.254Zuploaded: /work/same_linklocal.log
22832026-03-24T20:40:31.254Zuploading: /work/three_chain.log (173577 bytes)
22842026-03-24T20:40:32.272Zuploaded: /work/three_chain.log
22852026-03-24T20:40:32.272Zuploading: /work/unnumbered_expiry.log (86082 bytes)
22862026-03-24T20:40:33.290Zuploaded: /work/unnumbered_expiry.log
22872026-03-24T20:40:33.290Zuploading: /work/unnumbered_interface_lifecycle.log (158916 bytes)
22882026-03-24T20:40:34.309Zuploaded: /work/unnumbered_interface_lifecycle.log
22892026-03-24T20:40:34.309Zuploading: /work/unnumbered_peer_change.log (76881 bytes)
22902026-03-24T20:40:35.326Zuploaded: /work/unnumbered_peer_change.log