01M1BJ35R0HFMQ9YW8A3RF56R2: test-bgp

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M1BJ40KE157NNMYX3T2RBS86

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T09:25:03.586Zjob assigned to worker 01M1BJ4MTY7T8Q437E3QZAX88D [factory aws, i-08e15dc8d0cb0bea9] (queued for 1 m 1 s)
 
22026-08-31T09:25:09.567Zstarting task 0: "setup"
32026-08-31T09:25:09.572Z++ uname -s
42026-08-31T09:25:09.575Z+ kern=SunOS
52026-08-31T09:25:09.575Z+ build_user=build
62026-08-31T09:25:09.575Z+ build_uid=12345
72026-08-31T09:25:09.575Z+ work_dir=/work
82026-08-31T09:25:09.575Z+ input_dir=/input
92026-08-31T09:25:09.575Z+ [[ 0 == 12345 ]]
102026-08-31T09:25:09.575Z+ case "$kern" in
112026-08-31T09:25:09.575Z+ groupadd -g 12345 build
122026-08-31T09:25:09.580Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T09:25:11.582Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T09:25:11.641Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T09:25:11.644Z+ home_fs=zfs
162026-08-31T09:25:11.644Z+ [[ zfs == autofs ]]
172026-08-31T09:25:11.644Z+ mkdir -p /home/build
182026-08-31T09:25:11.644Z+ chown build:build /home/build /work
192026-08-31T09:25:13.645Z+ chmod 0700 /home/build /work
202026-08-31T09:25:13.648Zprocess exited: duration 4079 ms, exit code 0
 
212026-08-31T09:25:13.653Zstarting task 1: "rust-toolchain"
222026-08-31T09:25:13.657Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-31T09:25:13.657Z * rust toolchain channel = "stable"
242026-08-31T09:25:13.657Z * rust toolchain profile = "default"
252026-08-31T09:25:13.657Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-31T09:25:13.657Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T09:25:13.660Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T09:25:13.660Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T09:25:13.660Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-31T09:25:13.738Zinfo: downloading installer
312026-08-31T09:25:14.963Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T09:25:14.964Zwarn: /home/build/.rustup/settings.toml
332026-08-31T09:25:14.964Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T09:25:14.964Zwarn: instead of the one inferred from the default host triple.
352026-08-31T09:25:14.975Zinfo: profile set to default
362026-08-31T09:25:14.975Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T09:25:14.978Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-31T09:25:15.102Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
392026-08-31T09:25:15.106Zinfo: downloading 6 components
402026-08-31T09:25:29.875Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-31T09:25:29.875Z
422026-08-31T09:25:29.902Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
432026-08-31T09:25:29.902Z
442026-08-31T09:25:29.902Z
452026-08-31T09:25:29.902ZRust is installed now. Great!
462026-08-31T09:25:29.902Z
472026-08-31T09:25:29.902ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T09:25:29.903Zenvironment variable. This has not been done automatically.
492026-08-31T09:25:29.903Z
502026-08-31T09:25:29.903ZTo configure your current shell, you need to source
512026-08-31T09:25:29.903Zthe corresponding env file under $HOME/.cargo.
522026-08-31T09:25:29.903Z
532026-08-31T09:25:29.903ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T09:25:29.907Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T09:25:29.907Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T09:25:29.907Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T09:25:29.907Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T09:25:29.907Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T09:25:29.907Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T09:25:29.907Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T09:25:29.907Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T09:25:29.991Z+ rustup --version
632026-08-31T09:25:30.000Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T09:25:30.005Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T09:25:30.021Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
662026-08-31T09:25:30.024Z+ cargo --version
672026-08-31T09:25:30.037Zcargo 1.98.0 (797e8a9bc 2026-08-05)
682026-08-31T09:25:30.082Z+ rustc --version
692026-08-31T09:25:30.082Zrustc 1.98.0 (88d9e12ae 2026-08-18)
702026-08-31T09:25:30.082Zprocess exited: duration 16408 ms, exit code 0
 
712026-08-31T09:25:30.089Zstarting task 2: "authentication"
722026-08-31T09:25:30.105Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T09:25:30.112Zstarting task 3: "clone repository"
742026-08-31T09:25:30.115Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-31T09:25:30.118Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-31T09:25:30.149ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-31T09:25:31.989Z+ cd /work/oxidecomputer/maghemite
782026-08-31T09:25:31.989Z+ git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7
792026-08-31T09:25:32.298ZFrom https://github.com/oxidecomputer/maghemite
802026-08-31T09:25:32.298Z * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD
812026-08-31T09:25:32.304Z+ [[ -n zl/ddm-mcast ]]
822026-08-31T09:25:32.306Z++ git branch --show-current
832026-08-31T09:25:32.306Z+ current=main
842026-08-31T09:25:32.307Z+ [[ main != zl/ddm-mcast ]]
852026-08-31T09:25:32.307Z+ git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7
862026-08-31T09:25:32.309Z+ git checkout -f zl/ddm-mcast
872026-08-31T09:25:32.331ZSwitched to branch 'zl/ddm-mcast'
882026-08-31T09:25:32.334Z+ git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7
892026-08-31T09:25:32.342ZHEAD is now at 36e4365 [merge] merge zl/mrib
902026-08-31T09:25:32.344Zprocess exited: duration 2230 ms, exit code 0
 
912026-08-31T09:25:32.350Zstarting task 4: "build"
922026-08-31T09:25:32.353Z+ set -e
932026-08-31T09:25:32.353Z+ source .github/buildomat/test-common.sh
942026-08-31T09:25:32.356Z++ NEXTEST_VERSION=0.9.97
952026-08-31T09:25:32.356Z++ PLATFORM=illumos
962026-08-31T09:25:32.357Z++ source .github/buildomat/common.sh
972026-08-31T09:25:32.357Z+++ export PKG_SUCCESS_ON_NOP=1
982026-08-31T09:25:32.357Z+++ PKG_SUCCESS_ON_NOP=1
992026-08-31T09:25:32.357Z+++ cargo --version
1002026-08-31T09:25:32.360Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1012026-08-31T09:25:32.496Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-31T09:25:32.500Zinfo: downloading 6 components
1032026-08-31T09:25:46.706Zcargo 1.97.1 (c980f4866 2026-06-30)
1042026-08-31T09:25:46.709Z+++ rustc --version
1052026-08-31T09:25:46.739Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1062026-08-31T09:25:46.743Z++ banner install
1072026-08-31T09:25:46.746Z
1082026-08-31T09:25:46.746Z # # # #### ##### ## # #
1092026-08-31T09:25:46.746Z # ## # # # # # # #
1102026-08-31T09:25:46.746Z # # # # #### # # # # #
1112026-08-31T09:25:46.746Z # # # # # # ###### # #
1122026-08-31T09:25:46.747Z # # ## # # # # # # #
1132026-08-31T09:25:46.747Z # # # #### # # # ###### ######
1142026-08-31T09:25:46.747Z
1152026-08-31T09:25:46.747Z++ pfexec pkg install clang-15
1162026-08-31T09:25:48.187Z Startup: Refreshing catalog 'helios' ... Done
1172026-08-31T09:25:48.599Z Startup: Caching catalogs ... Done
1182026-08-31T09:25:50.843ZPlanning: Solver setup ... Done
1192026-08-31T09:25:50.908ZPlanning: Running solver ... Done
1202026-08-31T09:25:50.955ZPlanning: Consolidating action changes ... Done
1212026-08-31T09:25:50.955ZPlanning: Evaluating mediators ... Done
1222026-08-31T09:25:50.958ZPlanning: Planning completed in 2.32 seconds
1232026-08-31T09:25:51.037ZNo updates necessary for this image.
1242026-08-31T09:25:51.270Z++ cargo install cargo-nextest --version 0.9.97
1252026-08-31T09:25:51.317Z Updating crates.io index
1262026-08-31T09:25:51.406Z Downloading crates ...
1272026-08-31T09:25:51.462Z Downloaded cargo-nextest v0.9.97
1282026-08-31T09:25:51.527Z Installing cargo-nextest v0.9.97
1292026-08-31T09:25:51.534Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1302026-08-31T09:25:51.534Z |
1312026-08-31T09:25:51.534Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1322026-08-31T09:25:51.534Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1332026-08-31T09:25:51.570Z Updating crates.io index
1342026-08-31T09:25:53.465Z Locking 398 packages to latest compatible versions
1352026-08-31T09:25:53.469Z Adding dialoguer v0.11.0 (available: v0.12.0)
1362026-08-31T09:25:53.472Z Adding duct v0.13.7 (available: v1.1.1)
1372026-08-31T09:25:53.472Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1382026-08-31T09:25:53.472Z Adding generic-array v0.14.7 (available: v0.14.9)
1392026-08-31T09:25:53.472Z Adding guppy v0.17.26 (available: v0.18.0)
1402026-08-31T09:25:53.475Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1412026-08-31T09:25:53.475Z Adding itertools v0.14.0 (available: v0.15.0)
1422026-08-31T09:25:53.475Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1432026-08-31T09:25:53.475Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1442026-08-31T09:25:53.478Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1452026-08-31T09:25:53.481Z Adding quick-junit v0.5.2 (available: v0.7.0)
1462026-08-31T09:25:53.504Z Downloading crates ...
1472026-08-31T09:25:53.523Z Downloaded addr2line v0.25.1
1482026-08-31T09:25:53.530Z Downloaded atomicwrites v0.4.4
1492026-08-31T09:25:53.532Z Downloaded atomic-waker v1.1.2
1502026-08-31T09:25:53.535Z Downloaded adler2 v2.0.1
1512026-08-31T09:25:53.535Z Downloaded ahash v0.8.12
1522026-08-31T09:25:53.541Z Downloaded base64ct v1.8.3
1532026-08-31T09:25:53.549Z Downloaded cargo_metadata v0.23.1
1542026-08-31T09:25:53.556Z Downloaded cfg_aliases v0.2.2
1552026-08-31T09:25:53.569Z Downloaded clap_lex v1.1.0
1562026-08-31T09:25:53.572Z Downloaded cargo-platform v0.3.3
1572026-08-31T09:25:53.572Z Downloaded heck v0.5.0
1582026-08-31T09:25:53.572Z Downloaded async-scoped v0.9.0
1592026-08-31T09:25:53.575Z Downloaded anstyle-query v1.1.5
1602026-08-31T09:25:53.575Z Downloaded camino-tempfile v1.4.1
1612026-08-31T09:25:53.577Z Downloaded serde-value v0.7.0
1622026-08-31T09:25:53.577Z Downloaded anstream v1.0.0
1632026-08-31T09:25:53.577Z Downloaded bytes v1.12.1
1642026-08-31T09:25:53.580Z Downloaded scopeguard v1.2.0
1652026-08-31T09:25:53.585Z Downloaded block-buffer v0.10.4
1662026-08-31T09:25:53.594Z Downloaded colorchoice v1.0.5
1672026-08-31T09:25:53.597Z Downloaded rand_pcg v0.10.2
1682026-08-31T09:25:53.600Z Downloaded rustc_version v0.4.1
1692026-08-31T09:25:53.606Z Downloaded form_urlencoded v1.2.2
1702026-08-31T09:25:53.609Z Downloaded cpufeatures v0.2.17
1712026-08-31T09:25:53.612Z Downloaded rustc-hash v2.1.3
1722026-08-31T09:25:53.616Z Downloaded cfg-if v1.0.4
1732026-08-31T09:25:53.619Z Downloaded crypto-common v0.1.7
1742026-08-31T09:25:53.622Z Downloaded foreign-types-shared v0.1.1
1752026-08-31T09:25:53.622Z Downloaded futures-task v0.3.34
1762026-08-31T09:25:53.622Z Downloaded serde_spanned v1.1.1
1772026-08-31T09:25:53.622Z Downloaded cpufeatures v0.3.1
1782026-08-31T09:25:53.627Z Downloaded document-features v0.2.12
1792026-08-31T09:25:53.630Z Downloaded futures-macro v0.3.34
1802026-08-31T09:25:53.630Z Downloaded serde_spanned v0.6.9
1812026-08-31T09:25:53.630Z Downloaded backtrace-ext v0.2.1
1822026-08-31T09:25:53.630Z Downloaded tinyvec_macros v0.1.1
1832026-08-31T09:25:53.633Z Downloaded cargo_metadata v0.20.0
1842026-08-31T09:25:53.636Z Downloaded sync_wrapper v1.0.2
1852026-08-31T09:25:53.636Z Downloaded tokio-macros v2.7.2
1862026-08-31T09:25:53.636Z Downloaded cargo-util-schemas v0.2.0
1872026-08-31T09:25:53.638Z Downloaded serde_urlencoded v0.7.1
1882026-08-31T09:25:53.638Z Downloaded chacha20 v0.10.2
1892026-08-31T09:25:53.641Z Downloaded supports-unicode v3.0.0
1902026-08-31T09:25:53.641Z Downloaded cargo-platform v0.2.0
1912026-08-31T09:25:53.641Z Downloaded curve25519-dalek-derive v0.1.1
1922026-08-31T09:25:53.645Z Downloaded rand_core v0.9.5
1932026-08-31T09:25:53.648Z Downloaded rand_core v0.10.1
1942026-08-31T09:25:53.648Z Downloaded serde_path_to_error v0.1.20
1952026-08-31T09:25:53.648Z Downloaded enable-ansi-support v0.2.1
1962026-08-31T09:25:53.649Z Downloaded quinn-udp v0.5.15
1972026-08-31T09:25:53.652Z Downloaded generic-array v0.14.7
1982026-08-31T09:25:53.652Z Downloaded futures-core v0.3.34
1992026-08-31T09:25:53.655Z Downloaded pkg-config v0.3.34
2002026-08-31T09:25:53.657Z Downloaded signature v2.2.0
2012026-08-31T09:25:53.657Z Downloaded errno v0.3.14
2022026-08-31T09:25:53.657Z Downloaded futures-io v0.3.34
2032026-08-31T09:25:53.661Z Downloaded signal-hook-mio v0.2.5
2042026-08-31T09:25:53.664Z Downloaded subtle v2.6.1
2052026-08-31T09:25:53.667Z Downloaded debug-ignore v1.0.5
2062026-08-31T09:25:53.667Z Downloaded guppy-workspace-hack v0.1.0
2072026-08-31T09:25:53.667Z Downloaded strip-ansi-escapes v0.2.1
2082026-08-31T09:25:53.670Z Downloaded thread_local v1.1.10
2092026-08-31T09:25:53.675Z Downloaded hex v0.4.3
2102026-08-31T09:25:53.679Z Downloaded futures-sink v0.3.34
2112026-08-31T09:25:53.683Z Downloaded equivalent v1.0.2
2122026-08-31T09:25:53.686Z Downloaded fnv v1.0.7
2132026-08-31T09:25:53.686Z Downloaded foreign-types v0.3.2
2142026-08-31T09:25:53.690Z Downloaded supports-hyperlinks v3.2.0
2152026-08-31T09:25:53.693Z Downloaded toml_write v0.1.2
2162026-08-31T09:25:53.693Z Downloaded tower-layer v0.3.3
2172026-08-31T09:25:53.693Z Downloaded shell-words v1.1.1
2182026-08-31T09:25:53.697Z Downloaded swrite v0.1.0
2192026-08-31T09:25:53.704Z Downloaded terminal_size v0.4.4
2202026-08-31T09:25:53.704Z Downloaded xattr v1.6.1
2212026-08-31T09:25:53.704Z Downloaded want v0.3.1
2222026-08-31T09:25:53.704Z Downloaded shared_child v1.1.1
2232026-08-31T09:25:53.704Z Downloaded supports-color v3.0.2
2242026-08-31T09:25:53.704Z Downloaded http-body v1.1.0
2252026-08-31T09:25:53.709Z Downloaded serde-untagged v0.1.9
2262026-08-31T09:25:53.709Z Downloaded anstyle-parse v1.0.0
2272026-08-31T09:25:53.709Z Downloaded autocfg v1.5.1
2282026-08-31T09:25:53.709Z Downloaded anstyle v1.0.14
2292026-08-31T09:25:53.712Z Downloaded color-spantrace v0.3.0
2302026-08-31T09:25:53.718Z Downloaded pkcs8 v0.10.2
2312026-08-31T09:25:53.721Z Downloaded serde_ignored v0.1.14
2322026-08-31T09:25:53.726Z Downloaded convert_case v0.10.0
2332026-08-31T09:25:53.726Z Downloaded quote v1.0.47
2342026-08-31T09:25:53.728Z Downloaded self-replace v1.5.0
2352026-08-31T09:25:53.728Z Downloaded ed25519 v2.2.3
2362026-08-31T09:25:53.728Z Downloaded globset v0.4.20
2372026-08-31T09:25:53.728Z Downloaded futures-executor v0.3.34
2382026-08-31T09:25:53.728Z Downloaded filetime v0.2.29
2392026-08-31T09:25:53.731Z Downloaded indent_write v2.2.0
2402026-08-31T09:25:53.733Z Downloaded cfg-expr v0.20.9
2412026-08-31T09:25:53.733Z Downloaded clap_derive v4.6.4
2422026-08-31T09:25:53.736Z Downloaded ppv-lite86 v0.2.21
2432026-08-31T09:25:53.736Z Downloaded rustc-demangle v0.1.28
2442026-08-31T09:25:53.736Z Downloaded try-lock v0.2.5
2452026-08-31T09:25:53.738Z Downloaded number_prefix v0.4.0
2462026-08-31T09:25:53.741Z Downloaded openssl-macros v0.1.1
2472026-08-31T09:25:53.746Z Downloaded utf8_iter v1.0.4
2482026-08-31T09:25:53.749Z Downloaded semver v1.0.28
2492026-08-31T09:25:53.751Z Downloaded rand_core v0.6.4
2502026-08-31T09:25:53.754Z Downloaded lazy_static v1.5.0
2512026-08-31T09:25:53.757Z Downloaded humantime-serde v1.1.1
2522026-08-31T09:25:53.758Z Downloaded utf8parse v0.2.2
2532026-08-31T09:25:53.758Z Downloaded itoa v1.0.18
2542026-08-31T09:25:53.760Z Downloaded strsim v0.11.1
2552026-08-31T09:25:53.760Z Downloaded target-lexicon v0.13.5
2562026-08-31T09:25:53.763Z Downloaded foldhash v0.1.5
2572026-08-31T09:25:53.766Z Downloaded sha2 v0.10.9
2582026-08-31T09:25:53.766Z Downloaded static_assertions v1.1.0
2592026-08-31T09:25:53.766Z Downloaded find-msvc-tools v0.1.11
2602026-08-31T09:25:53.769Z Downloaded dialoguer v0.11.0
2612026-08-31T09:25:53.769Z Downloaded digest v0.10.7
2622026-08-31T09:25:53.769Z Downloaded erased-serde v0.4.10
2632026-08-31T09:25:53.771Z Downloaded sigchld v0.2.4
2642026-08-31T09:25:53.771Z Downloaded thiserror v1.0.69
2652026-08-31T09:25:53.774Z Downloaded thiserror-impl v1.0.69
2662026-08-31T09:25:53.774Z Downloaded tokio-native-tls v0.3.1
2672026-08-31T09:25:53.774Z Downloaded either v1.18.0
2682026-08-31T09:25:53.777Z Downloaded future-queue v0.4.0
2692026-08-31T09:25:53.777Z Downloaded target-spec-miette v0.4.8
2702026-08-31T09:25:53.781Z Downloaded signal-hook-registry v1.4.8
2712026-08-31T09:25:53.781Z Downloaded fixedbitset v0.5.7
2722026-08-31T09:25:53.781Z Downloaded toml_datetime v0.6.11
2732026-08-31T09:25:53.784Z Downloaded owo-colors v4.4.0
2742026-08-31T09:25:53.784Z Downloaded smol_str v0.3.6
2752026-08-31T09:25:53.784Z Downloaded thiserror v2.0.20
2762026-08-31T09:25:53.787Z Downloaded thiserror-impl v2.0.20
2772026-08-31T09:25:53.787Z Downloaded tower-service v0.3.3
2782026-08-31T09:25:53.787Z Downloaded unicode-linebreak v0.1.5
2792026-08-31T09:25:53.790Z Downloaded indenter v0.3.4
2802026-08-31T09:25:53.794Z Downloaded zstd-safe v7.2.4
2812026-08-31T09:25:53.794Z Downloaded idna_adapter v1.0.0
2822026-08-31T09:25:53.796Z Downloaded urlencoding v2.1.3
2832026-08-31T09:25:53.799Z Downloaded pathdiff v0.2.3
2842026-08-31T09:25:53.802Z Downloaded shlex v2.0.1
2852026-08-31T09:25:53.804Z Downloaded openssl-probe v0.2.1
2862026-08-31T09:25:53.807Z Downloaded quick-junit v0.5.2
2872026-08-31T09:25:53.810Z Downloaded self_update v0.42.0
2882026-08-31T09:25:53.817Z Downloaded console v0.15.11
2892026-08-31T09:25:53.817Z Downloaded camino v1.2.5
2902026-08-31T09:25:53.817Z Downloaded crc32fast v1.5.1
2912026-08-31T09:25:53.817Z Downloaded futures-channel v0.3.34
2922026-08-31T09:25:53.817Z Downloaded rand_chacha v0.9.0
2932026-08-31T09:25:53.817Z Downloaded rustls-pki-types v1.15.1
2942026-08-31T09:25:53.825Z Downloaded zipsign-api v0.1.5
2952026-08-31T09:25:53.829Z Downloaded fastrand v2.5.0
2962026-08-31T09:25:53.833Z Downloaded mukti-metadata v0.3.0
2972026-08-31T09:25:53.836Z Downloaded ryu v1.0.23
2982026-08-31T09:25:53.838Z Downloaded smallvec v1.15.2
2992026-08-31T09:25:53.838Z Downloaded tracing-error v0.2.1
3002026-08-31T09:25:53.838Z Downloaded home v0.5.12
3012026-08-31T09:25:53.841Z Downloaded serde_derive v1.0.229
3022026-08-31T09:25:53.843Z Downloaded pin-project-lite v0.2.17
3032026-08-31T09:25:53.846Z Downloaded tracing-log v0.2.0
3042026-08-31T09:25:53.846Z Downloaded xxhash-rust v0.8.18
3052026-08-31T09:25:53.849Z Downloaded nextest-workspace-hack v0.1.0
3062026-08-31T09:25:53.849Z Downloaded typeid v1.0.3
3072026-08-31T09:25:53.852Z Downloaded nested v0.1.1
3082026-08-31T09:25:53.855Z Downloaded unicode-xid v0.2.6
3092026-08-31T09:25:53.857Z Downloaded simd-adler32 v0.3.10
3102026-08-31T09:25:53.857Z Downloaded tokio-rustls v0.26.4
3112026-08-31T09:25:53.860Z Downloaded tempfile v3.27.0
3122026-08-31T09:25:53.860Z Downloaded tokio-stream v0.1.19
3132026-08-31T09:25:53.863Z Downloaded lru-slab v0.1.2
3142026-08-31T09:25:53.863Z Downloaded hyper-tls v0.6.0
3152026-08-31T09:25:53.865Z Downloaded spki v0.7.3
3162026-08-31T09:25:53.865Z Downloaded target-spec v3.7.0
3172026-08-31T09:25:53.868Z Downloaded slab v0.4.12
3182026-08-31T09:25:53.871Z Downloaded const-oid v0.9.6
3192026-08-31T09:25:53.874Z Downloaded parking_lot v0.12.5
3202026-08-31T09:25:53.877Z Downloaded untrusted v0.9.0
3212026-08-31T09:25:53.877Z Downloaded is_ci v1.2.0
3222026-08-31T09:25:53.877Z Downloaded is_terminal_polyfill v1.70.2
3232026-08-31T09:25:53.877Z Downloaded eyre v0.6.14
3242026-08-31T09:25:53.880Z Downloaded os_pipe v1.2.3
3252026-08-31T09:25:53.880Z Downloaded percent-encoding v2.3.2
3262026-08-31T09:25:53.885Z Downloaded duct v0.13.7
3272026-08-31T09:25:53.896Z Downloaded hyper-rustls v0.27.9
3282026-08-31T09:25:53.898Z Downloaded jobserver v0.1.35
3292026-08-31T09:25:53.901Z Downloaded proc-macro2 v1.0.107
3302026-08-31T09:25:53.901Z Downloaded ordered-float v2.10.1
3312026-08-31T09:25:53.901Z Downloaded lock_api v0.4.14
3322026-08-31T09:25:53.905Z Downloaded bitflags v2.13.1
3332026-08-31T09:25:53.908Z Downloaded config v0.15.25
3342026-08-31T09:25:53.910Z Downloaded zmij v1.0.23
3352026-08-31T09:25:53.913Z Downloaded getrandom v0.3.4
3362026-08-31T09:25:53.916Z Downloaded signal-hook v0.3.18
3372026-08-31T09:25:53.920Z Downloaded base64 v0.22.1
3382026-08-31T09:25:53.924Z Downloaded futures v0.3.34
3392026-08-31T09:25:53.924Z Downloaded zstd v0.13.3
3402026-08-31T09:25:53.927Z Downloaded litrs v1.0.0
3412026-08-31T09:25:53.930Z Downloaded parking_lot_core v0.9.12
3422026-08-31T09:25:53.932Z Downloaded quinn v0.11.11
3432026-08-31T09:25:53.936Z Downloaded version_check v0.9.5
3442026-08-31T09:25:53.939Z Downloaded sharded-slab v0.1.7
3452026-08-31T09:25:53.939Z Downloaded toml v0.8.23
3462026-08-31T09:25:53.942Z Downloaded http-body-util v0.1.5
3472026-08-31T09:25:53.942Z Downloaded nextest-metadata v0.12.2
3482026-08-31T09:25:53.944Z Downloaded tinyvec v1.12.0
3492026-08-31T09:25:53.944Z Downloaded zeroize v1.9.0
3502026-08-31T09:25:53.944Z Downloaded miette-derive v7.6.0
3512026-08-31T09:25:53.947Z Downloaded unicase v2.9.0
3522026-08-31T09:25:53.951Z Downloaded newtype-uuid v1.4.0
3532026-08-31T09:25:53.958Z Downloaded textwrap v0.16.2
3542026-08-31T09:25:53.966Z Downloaded tracing-core v0.1.36
3552026-08-31T09:25:53.969Z Downloaded unicode-ident v1.0.24
3562026-08-31T09:25:53.969Z Downloaded serde_core v1.0.229
3572026-08-31T09:25:53.974Z Downloaded clap v4.6.6
3582026-08-31T09:25:53.980Z Downloaded uuid v1.26.0
3592026-08-31T09:25:53.982Z Downloaded flate2 v1.1.10
3602026-08-31T09:25:53.985Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3612026-08-31T09:25:53.985Z Downloaded derive-where v1.6.1
3622026-08-31T09:25:53.985Z Downloaded ipnet v2.12.1
3632026-08-31T09:25:53.988Z Downloaded backtrace v0.3.76
3642026-08-31T09:25:53.990Z Downloaded native-tls v0.2.18
3652026-08-31T09:25:53.991Z Downloaded socket2 v0.6.5
3662026-08-31T09:25:53.991Z Downloaded toml_parser v1.1.3+spec-1.1.0
3672026-08-31T09:25:53.993Z Downloaded toml_writer v1.1.2+spec-1.1.0
3682026-08-31T09:25:53.993Z Downloaded quinn-proto v0.11.17
3692026-08-31T09:25:53.996Z Downloaded humantime v2.4.0
3702026-08-31T09:25:54.000Z Downloaded iana-time-zone v0.1.65
3712026-08-31T09:25:54.000Z Downloaded nextest-filtering v0.15.0
3722026-08-31T09:25:54.003Z Downloaded tar v0.4.46
3732026-08-31T09:25:54.006Z Downloaded toml v1.1.4+spec-1.1.0
3742026-08-31T09:25:54.007Z Downloaded getrandom v0.2.17
3752026-08-31T09:25:54.011Z Downloaded openssl-sys v0.9.117
3762026-08-31T09:25:54.014Z Downloaded vte v0.14.1
3772026-08-31T09:25:54.014Z Downloaded pin-project v1.1.13
3782026-08-31T09:25:54.021Z Downloaded borsh v1.8.1
3792026-08-31T09:25:54.025Z Downloaded log v0.4.34
3802026-08-31T09:25:54.027Z Downloaded serde v1.0.229
3812026-08-31T09:25:54.030Z Downloaded rustls-webpki v0.103.15
3822026-08-31T09:25:54.030Z Downloaded der v0.7.10
3832026-08-31T09:25:54.035Z Downloaded pin-project-internal v1.1.13
3842026-08-31T09:25:54.037Z Downloaded toml_edit v0.22.27
3852026-08-31T09:25:54.040Z Downloaded num-traits v0.2.19
3862026-08-31T09:25:54.046Z Downloaded tracing-attributes v0.1.31
3872026-08-31T09:25:54.049Z Downloaded getrandom v0.4.3
3882026-08-31T09:25:54.052Z Downloaded httparse v1.10.1
3892026-08-31T09:25:54.056Z Downloaded miniz_oxide v0.8.9
3902026-08-31T09:25:54.060Z Downloaded url v2.5.8
3912026-08-31T09:25:54.060Z Downloaded indicatif v0.17.11
3922026-08-31T09:25:54.063Z Downloaded cc v1.4.4
3932026-08-31T09:25:54.065Z Downloaded once_cell v1.21.4
3942026-08-31T09:25:54.068Z Downloaded ed25519-dalek v2.2.0
3952026-08-31T09:25:54.083Z Downloaded derive_more v2.1.1
3962026-08-31T09:25:54.089Z Downloaded derive_more-impl v2.1.1
3972026-08-31T09:25:54.094Z Downloaded memchr v2.8.3
3982026-08-31T09:25:54.097Z Downloaded miniz_oxide v0.9.1
3992026-08-31T09:25:54.100Z Downloaded rand v0.10.2
4002026-08-31T09:25:54.122Z Downloaded mio v1.2.2
4012026-08-31T09:25:54.125Z Downloaded indexmap v2.14.1
4022026-08-31T09:25:54.127Z Downloaded rand v0.9.5
4032026-08-31T09:25:54.130Z Downloaded http v1.5.0
4042026-08-31T09:25:54.147Z Downloaded ron v0.12.2
4052026-08-31T09:25:54.151Z Downloaded crossterm v0.29.0
4062026-08-31T09:25:54.155Z Downloaded hyper-util v0.1.20
4072026-08-31T09:25:54.158Z Downloaded typenum v1.20.1
4082026-08-31T09:25:54.161Z Downloaded miette v7.6.0
4092026-08-31T09:25:54.165Z Downloaded unicode-segmentation v1.13.3
4102026-08-31T09:25:54.165Z Downloaded hashbrown v0.15.5
4112026-08-31T09:25:54.171Z Downloaded clap_builder v4.6.6
4122026-08-31T09:25:54.177Z Downloaded hashbrown v0.17.1
4132026-08-31T09:25:54.182Z Downloaded tower v0.5.3
4142026-08-31T09:25:54.207Z Downloaded futures-util v0.3.34
4152026-08-31T09:25:54.213Z Downloaded guppy v0.17.26
4162026-08-31T09:25:54.216Z Downloaded h2 v0.4.19
4172026-08-31T09:25:54.219Z Downloaded reqwest v0.12.28
4182026-08-31T09:25:54.223Z Downloaded tower-http v0.6.11
4192026-08-31T09:25:54.226Z Downloaded aho-corasick v1.1.5
4202026-08-31T09:25:54.229Z Downloaded regex v1.13.1
4212026-08-31T09:25:54.232Z Downloaded serde_json v1.0.151
4222026-08-31T09:25:54.237Z Downloaded hyper v1.11.1
4232026-08-31T09:25:54.242Z Downloaded tokio-util v0.7.19
4242026-08-31T09:25:54.245Z Downloaded pulldown-cmark v0.13.4
4252026-08-31T09:25:54.283Z Downloaded unicode-normalization v0.1.25
4262026-08-31T09:25:54.290Z Downloaded quick-xml v0.37.5
4272026-08-31T09:25:54.290Z Downloaded idna v1.1.0
4282026-08-31T09:25:54.290Z Downloaded quick-xml v0.38.4
4292026-08-31T09:25:54.290Z Downloaded chrono v0.4.45
4302026-08-31T09:25:54.290Z Downloaded portable-atomic v1.15.0
4312026-08-31T09:25:54.300Z Downloaded vcpkg v0.2.15
4322026-08-31T09:25:54.308Z Downloaded itertools v0.14.0
4332026-08-31T09:25:54.311Z Downloaded webpki-roots v1.0.9
4342026-08-31T09:25:54.314Z Downloaded unicode-width v0.1.14
4352026-08-31T09:25:54.317Z Downloaded gimli v0.32.3
4362026-08-31T09:25:54.320Z Downloaded winnow v1.0.4
4372026-08-31T09:25:54.325Z Downloaded winnow v0.7.15
4382026-08-31T09:25:54.333Z Downloaded curve25519-dalek v4.1.3
4392026-08-31T09:25:54.338Z Downloaded unicode-width v0.2.2
4402026-08-31T09:25:54.352Z Downloaded zlib-rs v0.6.7
4412026-08-31T09:25:54.356Z Downloaded bstr v1.13.1
4422026-08-31T09:25:54.361Z Downloaded nix v0.30.1
4432026-08-31T09:25:54.368Z Downloaded object v0.37.3
4442026-08-31T09:25:54.375Z Downloaded tracing-subscriber v0.3.23
4452026-08-31T09:25:54.405Z Downloaded tracing v0.1.44
4462026-08-31T09:25:54.414Z Downloaded zerocopy v0.8.56
4472026-08-31T09:25:54.426Z Downloaded syn v2.0.119
4482026-08-31T09:25:54.430Z Downloaded nextest-runner v0.80.0
4492026-08-31T09:25:54.440Z Downloaded syn v3.0.4
4502026-08-31T09:25:54.443Z Downloaded color-eyre v0.6.5
4512026-08-31T09:25:54.448Z Downloaded regex-syntax v0.8.11
4522026-08-31T09:25:54.454Z Downloaded openssl v0.10.81
4532026-08-31T09:25:54.468Z Downloaded rustls v0.23.43
4542026-08-31T09:25:54.478Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4552026-08-31T09:25:54.494Z Downloaded rustix v1.1.4
4562026-08-31T09:25:54.504Z Downloaded rustix v0.38.44
4572026-08-31T09:25:54.516Z Downloaded petgraph v0.8.3
4582026-08-31T09:25:54.528Z Downloaded libc v0.2.189
4592026-08-31T09:25:54.549Z Downloaded regex-automata v0.4.18
4602026-08-31T09:25:54.634Z Downloaded tokio v1.53.1
4612026-08-31T09:25:54.702Z Downloaded recursion v0.5.4
4622026-08-31T09:25:54.708Z Downloaded ring v0.17.14
4632026-08-31T09:25:54.768Z Compiling proc-macro2 v1.0.107
4642026-08-31T09:25:54.768Z Compiling libc v0.2.189
4652026-08-31T09:25:54.771Z Compiling unicode-ident v1.0.24
4662026-08-31T09:25:54.771Z Compiling quote v1.0.47
4672026-08-31T09:25:54.771Z Compiling serde_core v1.0.229
4682026-08-31T09:25:54.771Z Compiling cfg-if v1.0.4
4692026-08-31T09:25:54.771Z Compiling memchr v2.8.3
4702026-08-31T09:25:54.899Z Compiling once_cell v1.21.4
4712026-08-31T09:25:55.004Z Compiling log v0.4.34
4722026-08-31T09:25:55.055Z Compiling pin-project-lite v0.2.17
4732026-08-31T09:25:55.155Z Compiling serde v1.0.229
4742026-08-31T09:25:55.196Z Compiling itoa v1.0.18
4752026-08-31T09:25:55.348Z Compiling futures-core v0.3.34
4762026-08-31T09:25:55.439Z Compiling smallvec v1.15.2
4772026-08-31T09:25:55.505Z Compiling bitflags v2.13.1
4782026-08-31T09:25:55.515Z Compiling find-msvc-tools v0.1.11
4792026-08-31T09:25:55.692Z Compiling equivalent v1.0.2
4802026-08-31T09:25:55.742Z Compiling shlex v2.0.1
4812026-08-31T09:25:55.784Z Compiling hashbrown v0.17.1
4822026-08-31T09:25:55.891Z Compiling errno v0.3.14
4832026-08-31T09:25:55.919Z Compiling bytes v1.12.1
4842026-08-31T09:25:55.934Z Compiling mio v1.2.2
4852026-08-31T09:25:56.059Z Compiling signal-hook-registry v1.4.8
4862026-08-31T09:25:56.101Z Compiling jobserver v0.1.35
4872026-08-31T09:25:56.177Z Compiling syn v3.0.4
4882026-08-31T09:25:56.250Z Compiling syn v2.0.119
4892026-08-31T09:25:56.412Z Compiling cc v1.4.4
4902026-08-31T09:25:56.450Z Compiling futures-sink v0.3.34
4912026-08-31T09:25:56.503Z Compiling rustix v1.1.4
4922026-08-31T09:25:56.564Z Compiling socket2 v0.6.5
4932026-08-31T09:25:56.578Z Compiling zmij v1.0.23
4942026-08-31T09:25:56.785Z Compiling slab v0.4.12
4952026-08-31T09:25:56.867Z Compiling autocfg v1.5.1
4962026-08-31T09:25:57.035Z Compiling futures-channel v0.3.34
4972026-08-31T09:25:57.220Z Compiling indexmap v2.14.1
4982026-08-31T09:25:57.295Z Compiling tracing-core v0.1.36
4992026-08-31T09:25:57.298Z Compiling version_check v0.9.5
5002026-08-31T09:25:57.389Z Compiling serde_json v1.0.151
5012026-08-31T09:25:57.641Z Compiling getrandom v0.4.3
5022026-08-31T09:25:57.703Z Compiling futures-task v0.3.34
5032026-08-31T09:25:57.886Z Compiling futures-io v0.3.34
5042026-08-31T09:25:57.933Z Compiling adler2 v2.0.1
5052026-08-31T09:25:58.030Z Compiling camino v1.2.5
5062026-08-31T09:25:58.089Z Compiling percent-encoding v2.3.2
5072026-08-31T09:25:58.110Z Compiling unicode-width v0.2.2
5082026-08-31T09:25:58.379Z Compiling ring v0.17.14
5092026-08-31T09:25:58.412Z Compiling http v1.5.0
5102026-08-31T09:25:58.434Z Compiling zeroize v1.9.0
5112026-08-31T09:25:58.641Z Compiling num-traits v0.2.19
5122026-08-31T09:25:58.878Z Compiling getrandom v0.3.4
5132026-08-31T09:25:58.925Z Compiling target-lexicon v0.13.5
5142026-08-31T09:25:58.959Z Compiling serde_derive v1.0.229
5152026-08-31T09:25:59.090Z Compiling tokio-macros v2.7.2
5162026-08-31T09:25:59.196Z Compiling futures-macro v0.3.34
5172026-08-31T09:25:59.388Z Compiling object v0.37.3
5182026-08-31T09:25:59.699Z Compiling zerocopy v0.8.56
5192026-08-31T09:25:59.802Z Compiling tracing-attributes v0.1.31
5202026-08-31T09:25:59.842Z Compiling tokio v1.53.1
5212026-08-31T09:26:00.014Z Compiling futures-util v0.3.34
5222026-08-31T09:26:00.251Z Compiling http-body v1.1.0
5232026-08-31T09:26:00.422Z Compiling rustls-pki-types v1.15.1
5242026-08-31T09:26:00.479Z Compiling form_urlencoded v1.2.2
5252026-08-31T09:26:00.535Z Compiling semver v1.0.28
5262026-08-31T09:26:00.752Z Compiling getrandom v0.2.17
5272026-08-31T09:26:00.953Z Compiling guppy-workspace-hack v0.1.0
5282026-08-31T09:26:01.014Z Compiling tracing v0.1.44
5292026-08-31T09:26:01.177Z Compiling gimli v0.32.3
5302026-08-31T09:26:01.190Z Compiling untrusted v0.9.0
5312026-08-31T09:26:01.273Z Compiling signal-hook v0.3.18
5322026-08-31T09:26:01.322Z Compiling httparse v1.10.1
5332026-08-31T09:26:01.369Z Compiling thiserror v2.0.20
5342026-08-31T09:26:01.496Z Compiling fnv v1.0.7
5352026-08-31T09:26:01.602Z Compiling utf8_iter v1.0.4
5362026-08-31T09:26:01.658Z Compiling idna_adapter v1.0.0
5372026-08-31T09:26:01.760Z Compiling idna v1.1.0
5382026-08-31T09:26:02.614Z Compiling thiserror-impl v2.0.20
5392026-08-31T09:26:02.695Z Compiling miniz_oxide v0.8.9
5402026-08-31T09:26:03.298Z Compiling addr2line v0.25.1
5412026-08-31T09:26:03.380Z Compiling generic-array v0.14.7
5422026-08-31T09:26:03.607Z Compiling target-spec v3.7.0
5432026-08-31T09:26:03.730Z Compiling atomic-waker v1.1.2
5442026-08-31T09:26:03.774Z Compiling tokio-util v0.7.19
5452026-08-31T09:26:03.821Z Compiling try-lock v0.2.5
5462026-08-31T09:26:03.862Z Compiling tower-service v0.3.3
5472026-08-31T09:26:03.883Z Compiling thiserror v1.0.69
5482026-08-31T09:26:03.941Z Compiling pkg-config v0.3.34
5492026-08-31T09:26:03.963Z Compiling rustc-demangle v0.1.28
5502026-08-31T09:26:04.191Z Compiling rustls v0.23.43
5512026-08-31T09:26:04.372Z Compiling typeid v1.0.3
5522026-08-31T09:26:04.410Z Compiling fastrand v2.5.0
5532026-08-31T09:26:04.721Z Compiling tempfile v3.27.0
5542026-08-31T09:26:04.763Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5552026-08-31T09:26:04.881Z Compiling h2 v0.4.19
5562026-08-31T09:26:05.142Z Compiling backtrace v0.3.76
5572026-08-31T09:26:05.174Z Compiling want v0.3.1
5582026-08-31T09:26:05.506Z Compiling cfg-expr v0.20.9
5592026-08-31T09:26:05.516Z Compiling url v2.5.8
5602026-08-31T09:26:06.027Z Compiling thiserror-impl v1.0.69
5612026-08-31T09:26:06.078Z Compiling terminal_size v0.4.4
5622026-08-31T09:26:06.242Z Compiling aho-corasick v1.1.5
5632026-08-31T09:26:06.462Z Compiling winnow v0.7.15
5642026-08-31T09:26:07.166Z Compiling erased-serde v0.4.10
5652026-08-31T09:26:07.462Z Compiling typenum v1.20.1
5662026-08-31T09:26:07.863Z Compiling owo-colors v4.4.0
5672026-08-31T09:26:08.159Z Compiling rustls-webpki v0.103.15
5682026-08-31T09:26:08.378Z Compiling subtle v2.6.1
5692026-08-31T09:26:08.550Z Compiling regex-syntax v0.8.11
5702026-08-31T09:26:10.575Z Compiling regex-automata v0.4.18
5712026-08-31T09:26:10.703Z Compiling hyper v1.11.1
5722026-08-31T09:26:11.742Z Compiling toml_datetime v0.6.11
5732026-08-31T09:26:12.096Z Compiling serde_spanned v0.6.9
5742026-08-31T09:26:12.267Z Compiling ahash v0.8.12
5752026-08-31T09:26:12.519Z Compiling sync_wrapper v1.0.2
5762026-08-31T09:26:12.650Z Compiling nextest-workspace-hack v0.1.0
5772026-08-31T09:26:12.847Z Compiling unicode-linebreak v0.1.5
5782026-08-31T09:26:12.865Z Compiling tower-layer v0.3.3
5792026-08-31T09:26:13.072Z Compiling toml_write v0.1.2
5802026-08-31T09:26:13.124Z Compiling is_ci v1.2.0
5812026-08-31T09:26:13.310Z Compiling crc32fast v1.5.1
5822026-08-31T09:26:13.337Z Compiling base64 v0.22.1
5832026-08-31T09:26:13.626Z Compiling unicode-segmentation v1.13.3
5842026-08-31T09:26:13.830Z Compiling parking_lot_core v0.9.12
5852026-08-31T09:26:13.982Z Compiling portable-atomic v1.15.0
5862026-08-31T09:26:14.104Z Compiling ipnet v2.12.1
5872026-08-31T09:26:14.424Z Compiling foldhash v0.1.5
5882026-08-31T09:26:14.450Z Compiling either v1.18.0
5892026-08-31T09:26:14.626Z Compiling lazy_static v1.5.0
5902026-08-31T09:26:14.660Z Compiling hashbrown v0.15.5
5912026-08-31T09:26:14.736Z Compiling sharded-slab v0.1.7
5922026-08-31T09:26:14.748Z Compiling hyper-util v0.1.20
5932026-08-31T09:26:15.294Z Compiling convert_case v0.10.0
5942026-08-31T09:26:15.359Z Compiling toml_edit v0.22.27
5952026-08-31T09:26:15.380Z Compiling supports-color v3.0.2
5962026-08-31T09:26:15.558Z Compiling textwrap v0.16.2
5972026-08-31T09:26:15.626Z Compiling tower v0.5.3
5982026-08-31T09:26:15.942Z Compiling tokio-rustls v0.26.4
5992026-08-31T09:26:16.231Z Compiling backtrace-ext v0.2.1
6002026-08-31T09:26:16.498Z Compiling ordered-float v2.10.1
6012026-08-31T09:26:16.781Z Compiling webpki-roots v1.0.9
6022026-08-31T09:26:16.793Z Compiling miette-derive v7.6.0
6032026-08-31T09:26:16.904Z Compiling pathdiff v0.2.3
6042026-08-31T09:26:16.911Z Compiling console v0.15.11
6052026-08-31T09:26:17.035Z Compiling tracing-log v0.2.0
6062026-08-31T09:26:17.393Z Compiling cargo-platform v0.3.3
6072026-08-31T09:26:17.414Z Compiling os_pipe v1.2.3
6082026-08-31T09:26:17.593Z Compiling thread_local v1.1.10
6092026-08-31T09:26:17.895Z Compiling unicode-width v0.1.14
6102026-08-31T09:26:17.938Z Compiling rustix v0.38.44
6112026-08-31T09:26:17.952Z Compiling fixedbitset v0.5.7
6122026-08-31T09:26:18.204Z Compiling debug-ignore v1.0.5
6132026-08-31T09:26:18.239Z Compiling utf8parse v0.2.2
6142026-08-31T09:26:18.287Z Compiling zstd-safe v7.2.4
6152026-08-31T09:26:18.322Z Compiling ryu v1.0.23
6162026-08-31T09:26:18.357Z Compiling cfg_aliases v0.2.2
6172026-08-31T09:26:18.450Z Compiling supports-hyperlinks v3.2.0
6182026-08-31T09:26:18.470Z Compiling simd-adler32 v0.3.10
6192026-08-31T09:26:18.525Z Compiling winnow v1.0.4
6202026-08-31T09:26:18.620Z Compiling scopeguard v1.2.0
6212026-08-31T09:26:18.664Z Compiling pulldown-cmark v0.13.4
6222026-08-31T09:26:18.888Z Compiling supports-unicode v3.0.0
6232026-08-31T09:26:19.077Z Compiling miette v7.6.0
6242026-08-31T09:26:19.134Z Compiling lock_api v0.4.14
6252026-08-31T09:26:19.327Z Compiling miniz_oxide v0.9.1
6262026-08-31T09:26:19.423Z Compiling serde_urlencoded v0.7.1
6272026-08-31T09:26:19.687Z Compiling toml_parser v1.1.3+spec-1.1.0
6282026-08-31T09:26:20.004Z Compiling nix v0.30.1
6292026-08-31T09:26:20.391Z Compiling anstyle-parse v1.0.0
6302026-08-31T09:26:20.724Z Compiling petgraph v0.8.3
6312026-08-31T09:26:20.745Z Compiling tracing-subscriber v0.3.23
6322026-08-31T09:26:20.986Z Compiling cargo_metadata v0.23.1
6332026-08-31T09:26:22.022Z Compiling sigchld v0.2.4
6342026-08-31T09:26:22.226Z Compiling toml v0.8.23
6352026-08-31T09:26:22.672Z Compiling hyper-rustls v0.27.9
6362026-08-31T09:26:23.098Z Compiling serde-value v0.7.0
6372026-08-31T09:26:23.309Z Compiling serde-untagged v0.1.9
6382026-08-31T09:26:23.682Z Compiling tower-http v0.6.11
6392026-08-31T09:26:23.863Z Compiling derive_more-impl v2.1.1
6402026-08-31T09:26:24.679Z Compiling itertools v0.14.0
6412026-08-31T09:26:24.692Z Compiling regex v1.13.1
6422026-08-31T09:26:24.692Z Compiling crypto-common v0.1.7
6432026-08-31T09:26:24.835Z Compiling block-buffer v0.10.4
6442026-08-31T09:26:24.930Z Compiling ppv-lite86 v0.2.21
6452026-08-31T09:26:25.000Z Compiling futures-executor v0.3.34
6462026-08-31T09:26:25.082Z Compiling rand_core v0.9.5
6472026-08-31T09:26:25.293Z Compiling http-body-util v0.1.5
6482026-08-31T09:26:25.350Z Compiling pin-project-internal v1.1.13
6492026-08-31T09:26:25.544Z Compiling uuid v1.26.0
6502026-08-31T09:26:25.599Z Compiling eyre v0.6.14
6512026-08-31T09:26:25.863Z Compiling smol_str v0.3.6
6522026-08-31T09:26:26.084Z Compiling serde_spanned v1.1.1
6532026-08-31T09:26:26.145Z Compiling toml_datetime v1.1.1+spec-1.1.0
6542026-08-31T09:26:26.173Z Compiling filetime v0.2.29
6552026-08-31T09:26:26.225Z Compiling vte v0.14.1
6562026-08-31T09:26:26.233Z Compiling bstr v1.13.1
6572026-08-31T09:26:26.377Z Compiling tinyvec_macros v0.1.1
6582026-08-31T09:26:26.388Z Compiling unicase v2.9.0
6592026-08-31T09:26:26.449Z Compiling litrs v1.0.0
6602026-08-31T09:26:26.556Z Compiling nested v0.1.1
6612026-08-31T09:26:26.577Z Compiling unicode-xid v0.2.6
6622026-08-31T09:26:26.621Z Compiling colorchoice v1.0.5
6632026-08-31T09:26:26.718Z Compiling anstyle-query v1.1.5
6642026-08-31T09:26:26.746Z Compiling xattr v1.6.1
6652026-08-31T09:26:26.763Z Compiling static_assertions v1.1.0
6662026-08-31T09:26:26.773Z Compiling self_update v0.42.0
6672026-08-31T09:26:26.827Z Compiling color-spantrace v0.3.0
6682026-08-31T09:26:26.840Z Compiling number_prefix v0.4.0
6692026-08-31T09:26:26.887Z Compiling is_terminal_polyfill v1.70.2
6702026-08-31T09:26:26.900Z Compiling anstyle v1.0.14
6712026-08-31T09:26:26.937Z Compiling iana-time-zone v0.1.65
6722026-08-31T09:26:26.989Z Compiling indicatif v0.17.11
6732026-08-31T09:26:27.003Z Compiling document-features v0.2.12
6742026-08-31T09:26:27.031Z Compiling tar v0.4.46
6752026-08-31T09:26:27.172Z Compiling anstream v1.0.0
6762026-08-31T09:26:27.186Z Compiling chrono v0.4.45
6772026-08-31T09:26:27.229Z Compiling guppy v0.17.26
6782026-08-31T09:26:27.555Z Compiling cargo-util-schemas v0.2.0
6792026-08-31T09:26:27.670Z Compiling globset v0.4.20
6802026-08-31T09:26:28.963Z Compiling tinyvec v1.12.0
6812026-08-31T09:26:29.452Z Compiling pin-project v1.1.13
6822026-08-31T09:26:29.565Z Compiling toml v1.1.4+spec-1.1.0
6832026-08-31T09:26:29.579Z Compiling strip-ansi-escapes v0.2.1
6842026-08-31T09:26:29.966Z Compiling nextest-metadata v0.12.2
6852026-08-31T09:26:30.088Z Compiling newtype-uuid v1.4.0
6862026-08-31T09:26:30.286Z Compiling reqwest v0.12.28
6872026-08-31T09:26:30.424Z Compiling rand_chacha v0.9.0
6882026-08-31T09:26:30.460Z Compiling futures v0.3.34
6892026-08-31T09:26:30.549Z Compiling digest v0.10.7
6902026-08-31T09:26:30.786Z Compiling derive_more v2.1.1
6912026-08-31T09:26:30.875Z Compiling parking_lot v0.12.5
6922026-08-31T09:26:30.921Z Compiling flate2 v1.1.10
6932026-08-31T09:26:30.991Z Compiling shared_child v1.1.1
6942026-08-31T09:26:31.308Z Compiling tracing-error v0.2.1
6952026-08-31T09:26:31.765Z Compiling signal-hook-mio v0.2.5
6962026-08-31T09:26:31.905Z Compiling self-replace v1.5.0
6972026-08-31T09:26:31.909Z Compiling cargo-platform v0.2.0
6982026-08-31T09:26:32.178Z Compiling quick-xml v0.37.5
6992026-08-31T09:26:32.459Z Compiling quick-xml v0.38.4
7002026-08-31T09:26:32.592Z Compiling humantime v2.4.0
7012026-08-31T09:26:33.011Z Compiling clap_lex v1.1.0
7022026-08-31T09:26:33.053Z Compiling indenter v0.3.4
7032026-08-31T09:26:33.192Z Compiling heck v0.5.0
7042026-08-31T09:26:33.387Z Compiling shell-words v1.1.1
7052026-08-31T09:26:33.415Z Compiling urlencoding v2.1.3
7062026-08-31T09:26:33.660Z Compiling strsim v0.11.1
7072026-08-31T09:26:33.716Z Compiling recursion v0.5.4
7082026-08-31T09:26:33.875Z Compiling cpufeatures v0.2.17
7092026-08-31T09:26:33.883Z Compiling clap_derive v4.6.4
7102026-08-31T09:26:33.943Z Compiling sha2 v0.10.9
7112026-08-31T09:26:34.005Z Compiling clap_builder v4.6.6
7122026-08-31T09:26:34.474Z Compiling nextest-filtering v0.15.0
7132026-08-31T09:26:35.598Z Compiling quick-junit v0.5.2
7142026-08-31T09:26:35.708Z Compiling humantime-serde v1.1.1
7152026-08-31T09:26:35.877Z Compiling atomicwrites v0.4.4
7162026-08-31T09:26:36.168Z Compiling cargo_metadata v0.20.0
7172026-08-31T09:26:38.281Z Compiling cargo-nextest v0.9.97
7182026-08-31T09:26:38.594Z Compiling crossterm v0.29.0
7192026-08-31T09:26:39.849Z Compiling duct v0.13.7
7202026-08-31T09:26:41.115Z Compiling rand v0.9.5
7212026-08-31T09:26:41.280Z Compiling async-scoped v0.9.0
7222026-08-31T09:26:41.481Z Compiling config v0.15.25
7232026-08-31T09:26:41.556Z Compiling unicode-normalization v0.1.25
7242026-08-31T09:26:41.668Z Compiling target-spec-miette v0.4.8
7252026-08-31T09:26:41.731Z Compiling future-queue v0.4.0
7262026-08-31T09:26:41.835Z Compiling mukti-metadata v0.3.0
7272026-08-31T09:26:42.012Z Compiling camino-tempfile v1.4.1
7282026-08-31T09:26:42.074Z Compiling tokio-stream v0.1.19
7292026-08-31T09:26:42.136Z Compiling derive-where v1.6.1
7302026-08-31T09:26:42.332Z Compiling serde_ignored v0.1.14
7312026-08-31T09:26:42.418Z Compiling serde_path_to_error v0.1.20
7322026-08-31T09:26:42.569Z Compiling swrite v0.1.0
7332026-08-31T09:26:42.626Z Compiling home v0.5.12
7342026-08-31T09:26:42.683Z Compiling indent_write v2.2.0
7352026-08-31T09:26:42.839Z Compiling xxhash-rust v0.8.18
7362026-08-31T09:26:42.876Z Compiling hex v0.4.3
7372026-08-31T09:26:42.928Z Compiling color-eyre v0.6.5
7382026-08-31T09:26:43.057Z Compiling clap v4.6.6
7392026-08-31T09:26:43.136Z Compiling dialoguer v0.11.0
7402026-08-31T09:26:43.160Z Compiling enable-ansi-support v0.2.1
7412026-08-31T09:26:43.809Z Compiling zstd v0.13.3
7422026-08-31T09:26:44.240Z Compiling nextest-runner v0.80.0
7432026-08-31T09:27:02.651Z Finished `release` profile [optimized] target(s) in 1m 11s
7442026-08-31T09:27:02.826Z Installing /home/build/.cargo/bin/cargo-nextest
7452026-08-31T09:27:02.829Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7462026-08-31T09:27:02.952Z+ pushd bgp
7472026-08-31T09:27:02.955Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7482026-08-31T09:27:02.955Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7492026-08-31T09:27:03.108Z Updating crates.io index
7502026-08-31T09:27:03.111Z Updating git repository `https://github.com/oxidecomputer/omicron`
7512026-08-31T09:27:10.094ZFrom https://github.com/oxidecomputer/omicron
7522026-08-31T09:27:10.094Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7532026-08-31T09:27:10.529Z Updating git repository `https://github.com/oxidecomputer/falcon`
7542026-08-31T09:27:11.122ZFrom https://github.com/oxidecomputer/falcon
7552026-08-31T09:27:11.122Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7562026-08-31T09:27:11.197Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7572026-08-31T09:27:11.712ZFrom https://github.com/oxidecomputer/dendrite
7582026-08-31T09:27:11.712Z * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
7592026-08-31T09:27:11.745Z Updating git repository `https://github.com/oxidecomputer/ispf`
7602026-08-31T09:27:12.181ZFrom https://github.com/oxidecomputer/ispf
7612026-08-31T09:27:12.181Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7622026-08-31T09:27:12.184Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7632026-08-31T09:27:12.570ZFrom https://github.com/oxidecomputer/netadm-sys
7642026-08-31T09:27:12.571Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
7652026-08-31T09:27:12.579Z Updating git repository `https://github.com/oxidecomputer/opte`
7662026-08-31T09:27:13.738ZFrom https://github.com/oxidecomputer/opte
7672026-08-31T09:27:13.738Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7682026-08-31T09:27:13.770Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7692026-08-31T09:27:14.053ZFrom https://github.com/oxidecomputer/slog-error-chain
7702026-08-31T09:27:14.053Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7712026-08-31T09:27:14.063Z Updating git repository `https://github.com/illumos/smf-rs`
7722026-08-31T09:27:14.378ZFrom https://github.com/illumos/smf-rs
7732026-08-31T09:27:14.378Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7742026-08-31T09:27:14.386Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7752026-08-31T09:27:14.990ZFrom https://github.com/oxidecomputer/poptrie
7762026-08-31T09:27:14.990Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
7772026-08-31T09:27:14.999Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7782026-08-31T09:27:15.343ZFrom https://github.com/oxidecomputer/network-interface
7792026-08-31T09:27:15.343Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7802026-08-31T09:27:15.350Z Updating git repository `https://github.com/oxidecomputer/zone`
7812026-08-31T09:27:15.720ZFrom https://github.com/oxidecomputer/zone
7822026-08-31T09:27:15.720Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7832026-08-31T09:27:15.727Z Updating git repository `https://github.com/oxidecomputer/lldp`
7842026-08-31T09:27:16.155ZFrom https://github.com/oxidecomputer/lldp
7852026-08-31T09:27:16.155Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
7862026-08-31T09:27:16.166Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
7872026-08-31T09:27:16.509ZFrom https://github.com/oxidecomputer/tufaceous
7882026-08-31T09:27:16.509Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
7892026-08-31T09:27:16.519Z Updating git repository `https://github.com/oxidecomputer/propolis`
7902026-08-31T09:27:17.484ZFrom https://github.com/oxidecomputer/propolis
7912026-08-31T09:27:17.484Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
7922026-08-31T09:27:17.573Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
7932026-08-31T09:27:18.140ZFrom https://github.com/oxidecomputer/transceiver-control
7942026-08-31T09:27:18.141Z * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d
7952026-08-31T09:27:18.153Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7962026-08-31T09:27:18.456ZFrom https://github.com/oxidecomputer/dlpi-sys
7972026-08-31T09:27:18.456Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
7982026-08-31T09:27:18.461Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7992026-08-31T09:27:18.895ZFrom https://github.com/jmesmon/rust-libzfs
8002026-08-31T09:27:18.895Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8012026-08-31T09:27:18.904Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8022026-08-31T09:27:19.208ZFrom https://github.com/oxidecomputer/rusty-doors
8032026-08-31T09:27:19.208Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8042026-08-31T09:27:19.224Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8052026-08-31T09:27:19.708ZFrom https://github.com/oxidecomputer/management-gateway-service
8062026-08-31T09:27:19.708Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8072026-08-31T09:27:19.722Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8082026-08-31T09:27:20.212ZFrom https://github.com/oxidecomputer/serde_human_bytes
8092026-08-31T09:27:20.212Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8102026-08-31T09:27:20.221Z Updating git repository `https://github.com/oxidecomputer/crucible`
8112026-08-31T09:27:21.086ZFrom https://github.com/oxidecomputer/crucible
8122026-08-31T09:27:21.086Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8132026-08-31T09:27:21.184Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-08-31T09:27:21.627ZFrom https://github.com/oxidecomputer/propolis
8152026-08-31T09:27:21.627Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8162026-08-31T09:27:21.673Z Updating git repository `https://github.com/oxidecomputer/crucible`
8172026-08-31T09:27:22.218ZFrom https://github.com/oxidecomputer/crucible
8182026-08-31T09:27:22.218Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8192026-08-31T09:27:22.283Z Updating git repository `https://github.com/oxidecomputer/tofino`
8202026-08-31T09:27:22.689ZFrom https://github.com/oxidecomputer/tofino
8212026-08-31T09:27:22.689Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8222026-08-31T09:27:22.700Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8232026-08-31T09:27:23.907ZFrom https://github.com/oxidecomputer/maghemite
8242026-08-31T09:27:23.907Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8252026-08-31T09:27:23.937Z Updating git repository `https://github.com/oxidecomputer/clickward`
8262026-08-31T09:27:24.448ZFrom https://github.com/oxidecomputer/clickward
8272026-08-31T09:27:24.448Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8282026-08-31T09:27:24.457Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8292026-08-31T09:27:24.769ZFrom https://github.com/oxidecomputer/illumos-devinfo
8302026-08-31T09:27:24.769Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8312026-08-31T09:27:25.530Z Downloading crates ...
8322026-08-31T09:27:25.582Z Downloaded memoffset v0.9.1
8332026-08-31T09:27:25.585Z Downloaded mime v0.3.17
8342026-08-31T09:27:25.585Z Downloaded jiff-static v0.2.35
8352026-08-31T09:27:25.591Z Downloaded newline-converter v0.3.0
8362026-08-31T09:27:25.596Z Downloaded newtype_derive v0.1.6
8372026-08-31T09:27:25.599Z Downloaded num-iter v0.1.46
8382026-08-31T09:27:25.599Z Downloaded is-terminal v0.4.17
8392026-08-31T09:27:25.599Z Downloaded lru-cache v0.1.2
8402026-08-31T09:27:25.599Z Downloaded num_enum_derive v0.5.11
8412026-08-31T09:27:25.599Z Downloaded num-conv v0.2.2
8422026-08-31T09:27:25.599Z Downloaded num_threads v0.1.7
8432026-08-31T09:27:25.602Z Downloaded konst_macro_rules v0.2.19
8442026-08-31T09:27:25.606Z Downloaded natord v1.0.9
8452026-08-31T09:27:25.606Z Downloaded newtype-uuid-macros v0.1.1
8462026-08-31T09:27:25.606Z Downloaded aead v0.5.2
8472026-08-31T09:27:25.606Z Downloaded dropshot_endpoint v0.17.1
8482026-08-31T09:27:25.610Z Downloaded match_cfg v0.1.0
8492026-08-31T09:27:25.610Z Downloaded memmap v0.7.0
8502026-08-31T09:27:25.610Z Downloaded no-std-compat v0.4.1
8512026-08-31T09:27:25.614Z Downloaded num-derive v0.4.2
8522026-08-31T09:27:25.614Z Downloaded linked-hash-map v0.5.6
8532026-08-31T09:27:25.614Z Downloaded dropshot-api-manager-types v0.7.2
8542026-08-31T09:27:25.618Z Downloaded dtrace-parser v0.2.0
8552026-08-31T09:27:25.618Z Downloaded enum-as-inner v0.6.1
8562026-08-31T09:27:25.618Z Downloaded macaddr v1.0.1
8572026-08-31T09:27:25.626Z Downloaded managed v0.8.0
8582026-08-31T09:27:25.627Z Downloaded num v0.4.3
8592026-08-31T09:27:25.638Z Downloaded embedded-io v0.6.1
8602026-08-31T09:27:25.638Z Downloaded fixedbitset v0.4.2
8612026-08-31T09:27:25.638Z Downloaded proc-macro-error-attr v1.0.4
8622026-08-31T09:27:25.640Z Downloaded libscf-sys v1.2.0
8632026-08-31T09:27:25.640Z Downloaded progenitor-client v0.14.0
8642026-08-31T09:27:25.640Z Downloaded ident_case v1.0.1
8652026-08-31T09:27:25.640Z Downloaded keccak v0.1.6
8662026-08-31T09:27:25.640Z Downloaded dtrace-parser v0.3.0
8672026-08-31T09:27:25.647Z Downloaded progenitor-macro v0.13.0
8682026-08-31T09:27:25.647Z Downloaded heck v0.4.1
8692026-08-31T09:27:25.647Z Downloaded phf_shared v0.12.1
8702026-08-31T09:27:25.647Z Downloaded erased-serde v0.3.31
8712026-08-31T09:27:25.647Z Downloaded olpc-cjson v0.1.4
8722026-08-31T09:27:25.647Z Downloaded foreign-types v0.5.0
8732026-08-31T09:27:25.647Z Downloaded dunce v1.0.5
8742026-08-31T09:27:25.647Z Downloaded plain v0.2.3
8752026-08-31T09:27:25.647Z Downloaded proc-macro-crate v3.5.0
8762026-08-31T09:27:25.647Z Downloaded progenitor-macro v0.10.0
8772026-08-31T09:27:25.647Z Downloaded dyn-clone v1.0.20
8782026-08-31T09:27:25.650Z Downloaded proc-macro-crate v1.3.1
8792026-08-31T09:27:25.650Z Downloaded foreign-types-shared v0.3.1
8802026-08-31T09:27:25.657Z Downloaded opaque-debug v0.3.1
8812026-08-31T09:27:25.663Z Downloaded parse-display v0.10.0
8822026-08-31T09:27:25.663Z Downloaded potential_utf v0.1.5
8832026-08-31T09:27:25.664Z Downloaded pretty-hex v0.4.2
8842026-08-31T09:27:25.664Z Downloaded unit-prefix v0.5.2
8852026-08-31T09:27:25.669Z Downloaded embedded-io v0.4.0
8862026-08-31T09:27:25.672Z Downloaded fxhash v0.2.1
8872026-08-31T09:27:25.672Z Downloaded num-integer v0.1.47
8882026-08-31T09:27:25.672Z Downloaded libsw-core v0.3.2
8892026-08-31T09:27:25.672Z Downloaded linear-map v1.2.0
8902026-08-31T09:27:25.672Z Downloaded num_enum v0.5.11
8912026-08-31T09:27:25.675Z Downloaded num_enum_derive v0.7.6
8922026-08-31T09:27:25.676Z Downloaded foreign-types-macros v0.2.4
8932026-08-31T09:27:25.676Z Downloaded ipnetwork v0.21.1
8942026-08-31T09:27:25.680Z Downloaded num_enum v0.7.6
8952026-08-31T09:27:25.680Z Downloaded omicron-workspace-hack v0.1.0
8962026-08-31T09:27:25.683Z Downloaded foldhash v0.2.0
8972026-08-31T09:27:25.683Z Downloaded gethostname v0.5.0
8982026-08-31T09:27:25.683Z Downloaded usdt v0.5.0
8992026-08-31T09:27:25.683Z Downloaded utf-8 v0.7.6
9002026-08-31T09:27:25.683Z Downloaded progenitor-macro v0.14.0
9012026-08-31T09:27:25.683Z Downloaded git-stub v1.0.0
9022026-08-31T09:27:25.683Z Downloaded inout v0.1.4
9032026-08-31T09:27:25.686Z Downloaded rand_chacha v0.3.1
9042026-08-31T09:27:25.686Z Downloaded async-stream-impl v0.3.6
9052026-08-31T09:27:25.689Z Downloaded glob v0.3.4
9062026-08-31T09:27:25.689Z Downloaded resolv-conf v0.7.6
9072026-08-31T09:27:25.693Z Downloaded find-msvc-tools v0.1.10
9082026-08-31T09:27:25.693Z Downloaded libsw v3.5.0
9092026-08-31T09:27:25.696Z Downloaded num-complex v0.4.6
9102026-08-31T09:27:25.696Z Downloaded fs-err v3.3.1
9112026-08-31T09:27:25.696Z Downloaded num-rational v0.4.2
9122026-08-31T09:27:25.740Z Downloaded ref-cast v1.0.26
9132026-08-31T09:27:25.740Z Downloaded owo-colors v4.3.0
9142026-08-31T09:27:25.745Z Downloaded oxide-tokio-rt v0.1.6
9152026-08-31T09:27:25.745Z Downloaded progenitor-client v0.13.0
9162026-08-31T09:27:25.745Z Downloaded progenitor v0.14.0
9172026-08-31T09:27:25.745Z Downloaded pkg-config v0.3.33
9182026-08-31T09:27:25.745Z Downloaded progenitor-client v0.10.0
9192026-08-31T09:27:25.745Z Downloaded idna_adapter v1.2.2
9202026-08-31T09:27:25.745Z Downloaded hubpack v0.1.2
9212026-08-31T09:27:25.745Z Downloaded progenitor-extras v0.2.0
9222026-08-31T09:27:25.745Z Downloaded rand_xorshift v0.4.0
9232026-08-31T09:27:25.745Z Downloaded rustc_version v0.1.7
9242026-08-31T09:27:25.745Z Downloaded port-file v0.1.0
9252026-08-31T09:27:25.745Z Downloaded pest_generator v2.8.8
9262026-08-31T09:27:25.745Z Downloaded instant v0.1.13
9272026-08-31T09:27:25.745Z Downloaded password-hash v0.5.0
9282026-08-31T09:27:25.745Z Downloaded pem v3.0.6
9292026-08-31T09:27:25.745Z Downloaded phf v0.12.1
9302026-08-31T09:27:25.745Z Downloaded powerfmt v0.2.0
9312026-08-31T09:27:25.745Z Downloaded progenitor v0.10.0
9322026-08-31T09:27:25.745Z Downloaded oxnet v0.1.7
9332026-08-31T09:27:25.745Z Downloaded crucible-workspace-hack v0.1.0
9342026-08-31T09:27:25.745Z Downloaded defmt-parser v1.0.0
9352026-08-31T09:27:25.745Z Downloaded parse-display-derive v0.10.0
9362026-08-31T09:27:25.746Z Downloaded hostname v0.3.1
9372026-08-31T09:27:25.746Z Downloaded memmap2 v0.9.11
9382026-08-31T09:27:25.746Z Downloaded multer v3.1.0
9392026-08-31T09:27:25.746Z Downloaded progenitor v0.13.0
9402026-08-31T09:27:25.746Z Downloaded litemap v0.8.2
9412026-08-31T09:27:25.746Z Downloaded pest_derive v2.8.8
9422026-08-31T09:27:25.746Z Downloaded paste v1.0.15
9432026-08-31T09:27:25.746Z Downloaded ref-cast-impl v1.0.26
9442026-08-31T09:27:25.746Z Downloaded internet-checksum v0.2.1
9452026-08-31T09:27:25.746Z Downloaded sha1 v0.10.7
9462026-08-31T09:27:25.746Z Downloaded httpdate v1.0.3
9472026-08-31T09:27:25.746Z Downloaded hubpack_derive v0.1.1
9482026-08-31T09:27:25.746Z Downloaded vsss-rs v3.3.4
9492026-08-31T09:27:25.746Z Downloaded xz2 v0.1.7
9502026-08-31T09:27:25.746Z Downloaded ingot-macros v0.2.0
9512026-08-31T09:27:25.746Z Downloaded yoke-derive v0.8.2
9522026-08-31T09:27:25.746Z Downloaded float-ord v0.3.2
9532026-08-31T09:27:25.752Z Downloaded hash32 v0.3.1
9542026-08-31T09:27:25.752Z Downloaded highway v1.3.0
9552026-08-31T09:27:25.753Z Downloaded async-trait v0.1.92
9562026-08-31T09:27:25.753Z Downloaded bitflags v1.3.2
9572026-08-31T09:27:25.753Z Downloaded cobs v0.3.0
9582026-08-31T09:27:25.758Z Downloaded either v1.17.0
9592026-08-31T09:27:25.759Z Downloaded tagptr v0.2.0
9602026-08-31T09:27:25.759Z Downloaded thiserror-impl-no-std v2.0.2
9612026-08-31T09:27:25.759Z Downloaded hostname v0.4.2
9622026-08-31T09:27:25.759Z Downloaded unarray v0.1.4
9632026-08-31T09:27:25.759Z Downloaded zerofrom v0.1.8
9642026-08-31T09:27:25.759Z Downloaded typify-macro v0.6.2
9652026-08-31T09:27:25.759Z Downloaded universal-hash v0.5.1
9662026-08-31T09:27:25.759Z Downloaded drift v0.2.0
9672026-08-31T09:27:25.764Z Downloaded parking_lot v0.11.2
9682026-08-31T09:27:25.767Z Downloaded parking_lot_core v0.8.6
9692026-08-31T09:27:25.767Z Downloaded fs_extra v1.3.0
9702026-08-31T09:27:25.767Z Downloaded poly1305 v0.8.0
9712026-08-31T09:27:25.772Z Downloaded proc-macro-error v1.0.4
9722026-08-31T09:27:25.772Z Downloaded postcard v1.1.3
9732026-08-31T09:27:25.777Z Downloaded quick-error v1.2.3
9742026-08-31T09:27:25.777Z Downloaded ff v0.13.1
9752026-08-31T09:27:25.778Z Downloaded git-stub-vcs v0.1.0
9762026-08-31T09:27:25.778Z Downloaded group v0.13.0
9772026-08-31T09:27:25.778Z Downloaded zone_cfg_derive v0.3.1
9782026-08-31T09:27:25.778Z Downloaded semver v0.1.20
9792026-08-31T09:27:25.782Z Downloaded log v0.4.33
9802026-08-31T09:27:25.782Z Downloaded serde_plain v1.0.2
9812026-08-31T09:27:25.782Z Downloaded sha1 v0.11.0
9822026-08-31T09:27:25.782Z Downloaded structmeta-derive v0.3.0
9832026-08-31T09:27:25.788Z Downloaded strum_macros v0.27.2
9842026-08-31T09:27:25.793Z Downloaded const-random v0.1.18
9852026-08-31T09:27:25.793Z Downloaded same-file v1.0.6
9862026-08-31T09:27:25.796Z Downloaded scroll_derive v0.12.1
9872026-08-31T09:27:25.796Z Downloaded serde_repr v0.1.21
9882026-08-31T09:27:25.796Z Downloaded serial_test_derive v4.0.1
9892026-08-31T09:27:25.796Z Downloaded take_mut v0.2.2
9902026-08-31T09:27:25.796Z Downloaded ingot-types v0.1.2
9912026-08-31T09:27:25.796Z Downloaded rustls-native-certs v0.8.4
9922026-08-31T09:27:25.800Z Downloaded ingot-types v0.2.0
9932026-08-31T09:27:25.800Z Downloaded smf v0.2.3
9942026-08-31T09:27:25.800Z Downloaded usdt-impl v0.5.0
9952026-08-31T09:27:25.800Z Downloaded slog-term v2.9.2
9962026-08-31T09:27:25.804Z Downloaded zerocopy-derive v0.7.35
9972026-08-31T09:27:25.807Z Downloaded cancel-safe-futures v0.1.5
9982026-08-31T09:27:25.810Z Downloaded ingot v0.1.1
9992026-08-31T09:27:25.810Z Downloaded cargo_toml v0.22.3
10002026-08-31T09:27:25.810Z Downloaded thiserror-no-std v2.0.2
10012026-08-31T09:27:25.813Z Downloaded tokio-dtrace v0.1.1
10022026-08-31T09:27:25.813Z Downloaded waitgroup v0.1.2
10032026-08-31T09:27:25.813Z Downloaded async-stream v0.3.6
10042026-08-31T09:27:25.818Z Downloaded ciborium-io v0.2.2
10052026-08-31T09:27:25.821Z Downloaded crypto-common v0.2.2
10062026-08-31T09:27:25.826Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10072026-08-31T09:27:25.829Z Downloaded papergrid v0.11.0
10082026-08-31T09:27:25.829Z Downloaded crossbeam-utils v0.8.22
10092026-08-31T09:27:25.832Z Downloaded omicron-zone-package v0.12.3
10102026-08-31T09:27:25.833Z Downloaded pest_meta v2.8.8
10112026-08-31T09:27:25.835Z Downloaded progenitor-impl v0.10.0
10122026-08-31T09:27:25.836Z Downloaded hmac v0.12.1
10132026-08-31T09:27:25.836Z Downloaded base16ct v1.0.0
10142026-08-31T09:27:25.839Z Downloaded console v0.16.4
10152026-08-31T09:27:25.839Z Downloaded daft v0.1.8
10162026-08-31T09:27:25.839Z Downloaded diff v0.1.13
10172026-08-31T09:27:25.842Z Downloaded cpufeatures v0.3.0
10182026-08-31T09:27:25.842Z Downloaded progenitor-impl v0.14.0
10192026-08-31T09:27:25.842Z Downloaded papergrid v0.18.0
10202026-08-31T09:27:25.845Z Downloaded dof v0.3.0
10212026-08-31T09:27:25.848Z Downloaded strum v0.27.2
10222026-08-31T09:27:25.848Z Downloaded thread-id v5.1.0
10232026-08-31T09:27:25.848Z Downloaded critical-section v1.2.0
10242026-08-31T09:27:25.852Z Downloaded rustversion v1.0.23
10252026-08-31T09:27:25.852Z Downloaded usdt v0.6.0
10262026-08-31T09:27:25.852Z Downloaded wait-timeout v0.2.1
10272026-08-31T09:27:25.852Z Downloaded const_format_proc_macros v0.2.34
10282026-08-31T09:27:25.855Z Downloaded konst v0.2.20
10292026-08-31T09:27:25.858Z Downloaded serde_with_macros v3.22.0
10302026-08-31T09:27:25.858Z Downloaded spin v0.9.9
10312026-08-31T09:27:25.858Z Downloaded daft-derive v0.1.8
10322026-08-31T09:27:25.862Z Downloaded digest v0.11.3
10332026-08-31T09:27:25.866Z Downloaded scroll v0.12.0
10342026-08-31T09:27:25.866Z Downloaded usdt-macro v0.6.0
10352026-08-31T09:27:25.866Z Downloaded arrayref v0.3.9
10362026-08-31T09:27:25.866Z Downloaded thread-id v4.2.2
10372026-08-31T09:27:25.866Z Downloaded async-recursion v1.1.1
10382026-08-31T09:27:25.870Z Downloaded convert_case v0.4.0
10392026-08-31T09:27:25.870Z Downloaded scroll v0.13.0
10402026-08-31T09:27:25.870Z Downloaded sigpipe v0.1.3
10412026-08-31T09:27:25.870Z Downloaded tiny-keccak v2.0.2
10422026-08-31T09:27:25.874Z Downloaded anyhow v1.0.104
10432026-08-31T09:27:25.874Z Downloaded slog-envlogger v2.2.0
10442026-08-31T09:27:25.874Z Downloaded slog-stdlog v4.1.1
10452026-08-31T09:27:25.879Z Downloaded tinystr v0.8.3
10462026-08-31T09:27:25.879Z Downloaded tokio-tungstenite v0.21.0
10472026-08-31T09:27:25.879Z Downloaded defmt v0.3.100
10482026-08-31T09:27:25.885Z Downloaded usdt-impl v0.6.0
10492026-08-31T09:27:25.885Z Downloaded backoff v0.4.0
10502026-08-31T09:27:25.885Z Downloaded byteorder v1.5.0
10512026-08-31T09:27:25.885Z Downloaded cmake v0.1.58
10522026-08-31T09:27:25.885Z Downloaded prettyplease v0.2.37
10532026-08-31T09:27:25.888Z Downloaded siphasher v1.0.3
10542026-08-31T09:27:25.888Z Downloaded tabwriter v1.4.1
10552026-08-31T09:27:25.888Z Downloaded ucd-trie v0.1.7
10562026-08-31T09:27:25.889Z Downloaded pretty_assertions v1.4.1
10572026-08-31T09:27:25.889Z Downloaded tabled_derive v0.7.0
10582026-08-31T09:27:25.889Z Downloaded usdt-attr-macro v0.5.0
10592026-08-31T09:27:25.889Z Downloaded compression-core v0.4.32
10602026-08-31T09:27:25.892Z Downloaded ingot v0.2.1
10612026-08-31T09:27:25.896Z Downloaded serde_derive_internals v0.29.1
10622026-08-31T09:27:25.899Z Downloaded derive_more v0.99.20
10632026-08-31T09:27:25.903Z Downloaded displaydoc v0.2.7
10642026-08-31T09:27:25.903Z Downloaded hybrid-array v0.4.14
10652026-08-31T09:27:25.904Z Downloaded bs58 v0.5.1
10662026-08-31T09:27:25.907Z Downloaded ingot-macros v0.1.1
10672026-08-31T09:27:25.907Z Downloaded byte-wrapper v0.1.0
10682026-08-31T09:27:25.907Z Downloaded spin v0.5.2
10692026-08-31T09:27:25.907Z Downloaded termtree v0.5.1
10702026-08-31T09:27:25.907Z Downloaded base16ct v0.2.0
10712026-08-31T09:27:25.914Z Downloaded csv-core v0.1.13
10722026-08-31T09:27:25.914Z Downloaded jiff-core v0.1.0
10732026-08-31T09:27:25.917Z Downloaded darling_macro v0.21.3
10742026-08-31T09:27:25.917Z Downloaded usdt-attr-macro v0.6.0
10752026-08-31T09:27:25.919Z Downloaded structmeta v0.3.0
10762026-08-31T09:27:25.919Z Downloaded slog-bunyan v2.5.0
10772026-08-31T09:27:25.919Z Downloaded zerofrom-derive v0.1.7
10782026-08-31T09:27:25.919Z Downloaded secrecy v0.10.3
10792026-08-31T09:27:25.919Z Downloaded const-random-macro v0.1.16
10802026-08-31T09:27:25.922Z Downloaded time-macros v0.2.32
10812026-08-31T09:27:25.923Z Downloaded arc-swap v1.9.2
10822026-08-31T09:27:25.926Z Downloaded ciborium v0.2.2
10832026-08-31T09:27:25.930Z Downloaded serial_test v4.0.1
10842026-08-31T09:27:25.934Z Downloaded untrusted v0.7.1
10852026-08-31T09:27:25.938Z Downloaded progenitor-impl v0.13.0
10862026-08-31T09:27:25.941Z Downloaded rustls-pemfile v2.2.0
10872026-08-31T09:27:25.944Z Downloaded writeable v0.6.3
10882026-08-31T09:27:25.944Z Downloaded whoami v1.6.1
10892026-08-31T09:27:25.947Z Downloaded smartstring v1.0.1
10902026-08-31T09:27:25.947Z Downloaded crunchy v0.2.4
10912026-08-31T09:27:25.947Z Downloaded usdt-macro v0.5.0
10922026-08-31T09:27:25.947Z Downloaded crc8 v0.1.1
10932026-08-31T09:27:25.947Z Downloaded cstr-argument v0.1.2
10942026-08-31T09:27:25.951Z Downloaded topological-sort v0.2.2
10952026-08-31T09:27:25.951Z Downloaded flate2 v1.1.9
10962026-08-31T09:27:25.954Z Downloaded time-core v0.1.9
10972026-08-31T09:27:25.954Z Downloaded elliptic-curve v0.13.8
10982026-08-31T09:27:25.954Z Downloaded data-encoding v2.11.1
10992026-08-31T09:27:25.957Z Downloaded minimal-lexical v0.2.1
11002026-08-31T09:27:25.957Z Downloaded serde-big-array v0.5.1
11012026-08-31T09:27:25.962Z Downloaded zone v0.3.1
11022026-08-31T09:27:25.962Z Downloaded snafu-derive v0.8.9
11032026-08-31T09:27:25.962Z Downloaded derive-ex v0.1.8
11042026-08-31T09:27:25.962Z Downloaded rusty-fork v0.3.1
11052026-08-31T09:27:25.962Z Downloaded smawk v0.3.3
11062026-08-31T09:27:25.965Z Downloaded strum v0.26.3
11072026-08-31T09:27:25.965Z Downloaded constant_time_eq v0.4.2
11082026-08-31T09:27:25.965Z Downloaded stable_deref_trait v1.2.1
11092026-08-31T09:27:25.970Z Downloaded schemars_derive v0.8.22
11102026-08-31T09:27:25.970Z Downloaded ciborium-ll v0.2.2
11112026-08-31T09:27:25.973Z Downloaded dof v0.4.0
11122026-08-31T09:27:25.973Z Downloaded serde_tokenstream v0.2.3
11132026-08-31T09:27:25.973Z Downloaded block-buffer v0.12.1
11142026-08-31T09:27:25.973Z Downloaded testing_table v0.3.0
11152026-08-31T09:27:25.973Z Downloaded thin-vec v0.2.19
11162026-08-31T09:27:25.982Z Downloaded bit-vec v0.8.0
11172026-08-31T09:27:25.982Z Downloaded cipher v0.4.4
11182026-08-31T09:27:25.982Z Downloaded compression-codecs v0.4.38
11192026-08-31T09:27:25.985Z Downloaded bit-set v0.8.0
11202026-08-31T09:27:25.985Z Downloaded darling_macro v0.23.0
11212026-08-31T09:27:25.985Z Downloaded itertools v0.12.1
11222026-08-31T09:27:25.985Z Downloaded test-strategy v0.4.5
11232026-08-31T09:27:25.986Z Downloaded toml v0.7.8
11242026-08-31T09:27:25.989Z Downloaded arrayvec v0.7.8
11252026-08-31T09:27:25.989Z Downloaded icu_provider v2.2.0
11262026-08-31T09:27:25.993Z Downloaded walkdir v2.5.0
11272026-08-31T09:27:25.993Z Downloaded rhai_codegen v3.2.0
11282026-08-31T09:27:25.996Z Downloaded slog-scope v4.4.1
11292026-08-31T09:27:25.996Z Downloaded crossbeam-deque v0.8.7
11302026-08-31T09:27:25.999Z Downloaded slog-json v2.6.1
11312026-08-31T09:27:26.000Z Downloaded typify-macro v0.4.3
11322026-08-31T09:27:26.000Z Downloaded colored v3.1.1
11332026-08-31T09:27:26.004Z Downloaded schemars v0.9.0
11342026-08-31T09:27:26.007Z Downloaded serde_tokenstream v0.3.0
11352026-08-31T09:27:26.010Z Downloaded slog-dtrace v0.3.0
11362026-08-31T09:27:26.010Z Downloaded zeroize_derive v1.5.0
11372026-08-31T09:27:26.010Z Downloaded scroll_derive v0.13.1
11382026-08-31T09:27:26.011Z Downloaded slog-async v2.8.0
11392026-08-31T09:27:26.014Z Downloaded strum_macros v0.26.4
11402026-08-31T09:27:26.014Z Downloaded synstructure v0.13.2
11412026-08-31T09:27:26.014Z Downloaded chacha20 v0.10.1
11422026-08-31T09:27:26.018Z Downloaded yansi v1.0.1
11432026-08-31T09:27:26.021Z Downloaded cc v1.4.2
11442026-08-31T09:27:26.024Z Downloaded half v2.7.1
11452026-08-31T09:27:26.027Z Downloaded bcs v0.1.6
11462026-08-31T09:27:26.027Z Downloaded nom v7.1.3
11472026-08-31T09:27:26.031Z Downloaded icu_properties v2.2.0
11482026-08-31T09:27:26.034Z Downloaded defmt v1.1.1
11492026-08-31T09:27:26.049Z Downloaded snafu v0.8.9
11502026-08-31T09:27:26.052Z Downloaded similar v2.7.0
11512026-08-31T09:27:26.052Z Downloaded hashbrown v0.12.3
11522026-08-31T09:27:26.052Z Downloaded term v1.2.1
11532026-08-31T09:27:26.052Z Downloaded backon v1.6.0
11542026-08-31T09:27:26.052Z Downloaded argon2 v0.5.3
11552026-08-31T09:27:26.052Z Downloaded slog v2.8.2
11562026-08-31T09:27:26.052Z Downloaded chacha20 v0.9.1
11572026-08-31T09:27:26.052Z Downloaded chacha20poly1305 v0.10.1
11582026-08-31T09:27:26.058Z Downloaded yoke v0.8.3
11592026-08-31T09:27:26.058Z Downloaded zerotrie v0.2.4
11602026-08-31T09:27:26.061Z Downloaded unsafe-libyaml v0.2.11
11612026-08-31T09:27:26.061Z Downloaded zerocopy-derive v0.8.56
11622026-08-31T09:27:26.065Z Downloaded base64 v0.21.7
11632026-08-31T09:27:26.068Z Downloaded bytecount v0.6.9
11642026-08-31T09:27:26.068Z Downloaded defmt-macros v1.1.1
11652026-08-31T09:27:26.071Z Downloaded const-oid v0.10.2
11662026-08-31T09:27:26.071Z Downloaded crc32fast v1.5.0
11672026-08-31T09:27:26.071Z Downloaded typify v0.4.3
11682026-08-31T09:27:26.074Z Downloaded heapless v0.8.0
11692026-08-31T09:27:26.077Z Downloaded indexmap v1.9.3
11702026-08-31T09:27:26.077Z Downloaded pest v2.8.8
11712026-08-31T09:27:26.081Z Downloaded blake2 v0.10.6
11722026-08-31T09:27:26.084Z Downloaded icu_normalizer_data v2.2.0
11732026-08-31T09:27:26.084Z Downloaded crossbeam-epoch v0.9.20
11742026-08-31T09:27:26.084Z Downloaded deranged v0.5.8
11752026-08-31T09:27:26.087Z Downloaded zerovec-derive v0.11.3
11762026-08-31T09:27:26.087Z Downloaded expectorate v1.3.0
11772026-08-31T09:27:26.092Z Downloaded libm v0.2.16
11782026-08-31T09:27:26.095Z Downloaded indicatif v0.18.6
11792026-08-31T09:27:26.098Z Downloaded nom v8.0.0
11802026-08-31T09:27:26.101Z Downloaded icu_normalizer v2.2.0
11812026-08-31T09:27:26.105Z Downloaded rayon-core v1.13.0
11822026-08-31T09:27:26.105Z Downloaded serde_yaml v0.9.34+deprecated
11832026-08-31T09:27:26.108Z Downloaded hickory-resolver v0.25.2
11842026-08-31T09:27:26.108Z Downloaded hickory-resolver v0.24.4
11852026-08-31T09:27:26.112Z Downloaded cookie v0.18.2
11862026-08-31T09:27:26.115Z Downloaded itertools v0.15.0
11872026-08-31T09:27:26.119Z Downloaded allocator-api2 v0.2.21
11882026-08-31T09:27:26.119Z Downloaded const_format v0.2.36
11892026-08-31T09:27:26.122Z Downloaded darling_core v0.21.3
11902026-08-31T09:27:26.126Z Downloaded zerocopy v0.7.35
11912026-08-31T09:27:26.132Z Downloaded schemars v1.2.2
11922026-08-31T09:27:26.141Z Downloaded darling v0.23.0
11932026-08-31T09:27:26.144Z Downloaded rustls-webpki v0.103.14
11942026-08-31T09:27:26.148Z Downloaded icu_locale_core v2.2.0
11952026-08-31T09:27:26.152Z Downloaded darling v0.21.3
11962026-08-31T09:27:26.155Z Downloaded tough v0.22.0
11972026-08-31T09:27:26.160Z Downloaded toml_edit v0.25.13+spec-1.1.0
11982026-08-31T09:27:26.170Z Downloaded rustls-platform-verifier v0.7.0
11992026-08-31T09:27:26.173Z Downloaded tungstenite v0.21.0
12002026-08-31T09:27:26.173Z Downloaded toml v0.9.12+spec-1.1.0
12012026-08-31T09:27:26.177Z Downloaded indexmap v2.14.0
12022026-08-31T09:27:26.180Z Downloaded icu_collections v2.2.0
12032026-08-31T09:27:26.186Z Downloaded moka v0.12.16
12042026-08-31T09:27:26.189Z Downloaded rand v0.8.7
12052026-08-31T09:27:26.193Z Downloaded typify v0.6.2
12062026-08-31T09:27:26.201Z Downloaded steno v0.4.1
12072026-08-31T09:27:26.205Z Downloaded aws-lc-rs v1.18.0
12082026-08-31T09:27:26.211Z Downloaded toml_edit v0.19.15
12092026-08-31T09:27:26.224Z Downloaded crossbeam-channel v0.5.16
12102026-08-31T09:27:26.227Z Downloaded async-compression v0.4.43
12112026-08-31T09:27:26.227Z Downloaded schemars v0.8.22
12122026-08-31T09:27:26.233Z Downloaded qorb v0.4.1
12132026-08-31T09:27:26.237Z Downloaded darling_core v0.23.0
12142026-08-31T09:27:26.240Z Downloaded crypto-bigint v0.5.5
12152026-08-31T09:27:26.244Z Downloaded tabled v0.21.0
12162026-08-31T09:27:26.253Z Downloaded similar v3.2.0
12172026-08-31T09:27:26.256Z Downloaded serde_with v3.22.0
12182026-08-31T09:27:26.263Z Downloaded syn v1.0.109
12192026-08-31T09:27:26.275Z Downloaded hashbrown v0.16.1
12202026-08-31T09:27:26.279Z Downloaded dropshot-api-manager v0.7.2
12212026-08-31T09:27:26.282Z Downloaded typed-path v0.9.3
12222026-08-31T09:27:26.288Z Downloaded time v0.3.55
12232026-08-31T09:27:26.297Z Downloaded nix v0.31.3
12242026-08-31T09:27:26.305Z Downloaded smoltcp v0.11.0
12252026-08-31T09:27:26.312Z Downloaded reqwest v0.13.4
12262026-08-31T09:27:26.316Z Downloaded openapiv3 v2.2.0
12272026-08-31T09:27:26.323Z Downloaded zerovec v0.11.6
12282026-08-31T09:27:26.329Z Downloaded h2 v0.4.15
12292026-08-31T09:27:26.332Z Downloaded syn v3.0.3
12302026-08-31T09:27:26.341Z Downloaded hkdf v0.12.4
12312026-08-31T09:27:26.345Z Downloaded icu_properties_data v2.2.0
12322026-08-31T09:27:26.351Z Downloaded hyper v1.11.0
12332026-08-31T09:27:26.354Z Downloaded rayon v1.12.0
12342026-08-31T09:27:26.358Z Downloaded goblin v0.8.2
12352026-08-31T09:27:26.361Z Downloaded winnow v0.5.40
12362026-08-31T09:27:26.365Z Downloaded proptest v1.11.0
12372026-08-31T09:27:26.375Z Downloaded typify-impl v0.6.2
12382026-08-31T09:27:26.385Z Downloaded typify-impl v0.4.3
12392026-08-31T09:27:26.394Z Downloaded iddqd v0.4.6
12402026-08-31T09:27:26.400Z Downloaded tabled v0.15.0
12412026-08-31T09:27:26.410Z Downloaded quinn-proto v0.11.16
12422026-08-31T09:27:26.414Z Downloaded blake3 v1.8.6
12432026-08-31T09:27:26.419Z Downloaded jiff v0.2.35
12442026-08-31T09:27:26.432Z Downloaded goblin v0.10.7
12452026-08-31T09:27:26.443Z Downloaded petgraph v0.6.5
12462026-08-31T09:27:26.465Z Downloaded lzma-sys v0.1.20
12472026-08-31T09:27:26.480Z Downloaded regress v0.11.1
12482026-08-31T09:27:26.487Z Downloaded dropshot v0.17.1
12492026-08-31T09:27:26.501Z Downloaded regress v0.10.5
12502026-08-31T09:27:26.505Z Downloaded chrono-tz v0.10.4
12512026-08-31T09:27:26.517Z Downloaded sha3 v0.10.9
12522026-08-31T09:27:26.521Z Downloaded csv v1.4.0
12532026-08-31T09:27:26.533Z Downloaded hickory-proto v0.24.4
12542026-08-31T09:27:26.542Z Downloaded hickory-proto v0.25.2
12552026-08-31T09:27:26.551Z Downloaded sled v0.34.7
12562026-08-31T09:27:26.558Z Downloaded rhai v1.26.0
12572026-08-31T09:27:26.592Z Downloaded encoding_rs v0.8.35
12582026-08-31T09:27:26.985Z Downloaded aws-lc-sys v0.44.0
12592026-08-31T09:27:27.943Z Compiling proc-macro2 v1.0.107
12602026-08-31T09:27:27.943Z Compiling quote v1.0.47
12612026-08-31T09:27:27.943Z Compiling unicode-ident v1.0.24
12622026-08-31T09:27:27.948Z Compiling serde_core v1.0.229
12632026-08-31T09:27:27.948Z Compiling cfg-if v1.0.4
12642026-08-31T09:27:27.948Z Compiling serde v1.0.229
12652026-08-31T09:27:27.948Z Compiling libc v0.2.189
12662026-08-31T09:27:27.948Z Compiling memchr v2.8.3
12672026-08-31T09:27:28.162Z Compiling itoa v1.0.18
12682026-08-31T09:27:28.352Z Compiling zmij v1.0.23
12692026-08-31T09:27:28.378Z Compiling autocfg v1.5.1
12702026-08-31T09:27:28.418Z Compiling libm v0.2.16
12712026-08-31T09:27:28.768Z Compiling stable_deref_trait v1.2.1
12722026-08-31T09:27:28.777Z Compiling litemap v0.8.2
12732026-08-31T09:27:28.804Z Compiling writeable v0.6.3
12742026-08-31T09:27:28.853Z Compiling icu_normalizer_data v2.2.0
12752026-08-31T09:27:28.927Z Compiling utf8_iter v1.0.4
12762026-08-31T09:27:28.973Z Compiling icu_properties_data v2.2.0
12772026-08-31T09:27:28.977Z Compiling percent-encoding v2.3.2
12782026-08-31T09:27:29.001Z Compiling version_check v0.9.5
12792026-08-31T09:27:29.165Z Compiling iana-time-zone v0.1.65
12802026-08-31T09:27:29.176Z Compiling form_urlencoded v1.2.2
12812026-08-31T09:27:29.267Z Compiling syn v2.0.119
12822026-08-31T09:27:29.345Z Compiling syn v3.0.3
12832026-08-31T09:27:29.356Z Compiling equivalent v1.0.2
12842026-08-31T09:27:29.367Z Compiling serde_json v1.0.151
12852026-08-31T09:27:29.378Z Compiling allocator-api2 v0.2.21
12862026-08-31T09:27:29.391Z Compiling dyn-clone v1.0.20
12872026-08-31T09:27:29.436Z Compiling pin-project-lite v0.2.17
12882026-08-31T09:27:29.594Z Compiling num-traits v0.2.19
12892026-08-31T09:27:29.606Z Compiling parking_lot_core v0.9.12
12902026-08-31T09:27:29.680Z Compiling scopeguard v1.2.0
12912026-08-31T09:27:29.757Z Compiling thiserror v2.0.20
12922026-08-31T09:27:29.787Z Compiling lock_api v0.4.14
12932026-08-31T09:27:29.890Z Compiling hashbrown v0.17.1
12942026-08-31T09:27:30.025Z Compiling errno v0.3.14
12952026-08-31T09:27:30.037Z Compiling log v0.4.33
12962026-08-31T09:27:30.177Z Compiling heck v0.5.0
12972026-08-31T09:27:30.227Z Compiling semver v1.0.28
12982026-08-31T09:27:30.381Z Compiling rand_core v0.10.1
12992026-08-31T09:27:30.449Z Compiling indexmap v2.14.0
13002026-08-31T09:27:30.460Z Compiling getrandom v0.4.3
13012026-08-31T09:27:30.544Z Compiling futures-core v0.3.34
13022026-08-31T09:27:30.584Z Compiling zerocopy v0.8.56
13032026-08-31T09:27:30.749Z Compiling schemars v0.8.22
13042026-08-31T09:27:30.879Z Compiling uuid v1.26.0
13052026-08-31T09:27:30.960Z Compiling futures-sink v0.3.34
13062026-08-31T09:27:31.012Z Compiling rustversion v1.0.23
13072026-08-31T09:27:31.065Z Compiling fnv v1.0.7
13082026-08-31T09:27:31.111Z Compiling slab v0.4.12
13092026-08-31T09:27:31.164Z Compiling jobserver v0.1.35
13102026-08-31T09:27:31.290Z Compiling find-msvc-tools v0.1.10
13112026-08-31T09:27:31.332Z Compiling shlex v2.0.1
13122026-08-31T09:27:31.490Z Compiling cc v1.4.2
13132026-08-31T09:27:31.493Z Compiling futures-channel v0.3.34
13142026-08-31T09:27:31.520Z Compiling bitflags v2.13.1
13152026-08-31T09:27:31.532Z Compiling futures-io v0.3.34
13162026-08-31T09:27:31.692Z Compiling futures-task v0.3.34
13172026-08-31T09:27:31.733Z Compiling socket2 v0.6.5
13182026-08-31T09:27:31.772Z Compiling pkg-config v0.3.33
13192026-08-31T09:27:31.869Z Compiling portable-atomic v1.15.0
13202026-08-31T09:27:31.898Z Compiling signal-hook-registry v1.4.8
13212026-08-31T09:27:31.976Z Compiling mio v1.2.2
13222026-08-31T09:27:32.195Z Compiling synstructure v0.13.2
13232026-08-31T09:27:32.209Z Compiling serde_derive_internals v0.29.1
13242026-08-31T09:27:32.229Z Compiling critical-section v1.2.0
13252026-08-31T09:27:32.342Z Compiling cmake v0.1.58
13262026-08-31T09:27:32.494Z Compiling typenum v1.20.1
13272026-08-31T09:27:32.673Z Compiling fs_extra v1.3.0
13282026-08-31T09:27:32.684Z Compiling dunce v1.0.5
13292026-08-31T09:27:32.704Z Compiling serde_derive v1.0.229
13302026-08-31T09:27:32.777Z Compiling displaydoc v0.2.7
13312026-08-31T09:27:32.792Z Compiling thiserror-impl v2.0.20
13322026-08-31T09:27:32.894Z Compiling tokio-macros v2.7.2
13332026-08-31T09:27:32.920Z Compiling futures-macro v0.3.34
13342026-08-31T09:27:32.930Z Compiling once_cell v1.21.4
13352026-08-31T09:27:33.153Z Compiling aws-lc-sys v0.44.0
13362026-08-31T09:27:33.311Z Compiling base64 v0.22.1
13372026-08-31T09:27:33.369Z Compiling zerofrom-derive v0.1.7
13382026-08-31T09:27:33.543Z Compiling yoke-derive v0.8.2
13392026-08-31T09:27:33.611Z Compiling zerovec-derive v0.11.3
13402026-08-31T09:27:33.618Z Compiling schemars_derive v0.8.22
13412026-08-31T09:27:33.727Z Compiling zerocopy-derive v0.8.56
13422026-08-31T09:27:34.092Z Compiling zeroize_derive v1.5.0
13432026-08-31T09:27:34.282Z Compiling futures-util v0.3.34
13442026-08-31T09:27:34.646Z Compiling zerofrom v0.1.8
13452026-08-31T09:27:34.650Z Compiling getrandom v0.3.4
13462026-08-31T09:27:34.744Z Compiling yoke v0.8.3
13472026-08-31T09:27:34.801Z Compiling zeroize v1.9.0
13482026-08-31T09:27:34.839Z Compiling rustix v1.1.4
13492026-08-31T09:27:34.930Z Compiling zerovec v0.11.6
13502026-08-31T09:27:34.979Z Compiling zerotrie v0.2.4
13512026-08-31T09:27:35.029Z Compiling byteorder v1.5.0
13522026-08-31T09:27:35.185Z Compiling strsim v0.11.1
13532026-08-31T09:27:35.301Z Compiling subtle v2.6.1
13542026-08-31T09:27:35.434Z Compiling tinystr v0.8.3
13552026-08-31T09:27:35.445Z Compiling potential_utf v0.1.5
13562026-08-31T09:27:35.462Z Compiling regex-syntax v0.8.11
13572026-08-31T09:27:35.563Z Compiling icu_collections v2.2.0
13582026-08-31T09:27:35.601Z Compiling icu_locale_core v2.2.0
13592026-08-31T09:27:35.634Z Compiling atomic-waker v1.1.2
13602026-08-31T09:27:35.763Z Compiling bytes v1.12.1
13612026-08-31T09:27:35.815Z Compiling smallvec v1.15.2
13622026-08-31T09:27:36.047Z Compiling chrono v0.4.45
13632026-08-31T09:27:36.389Z Compiling icu_provider v2.2.0
13642026-08-31T09:27:36.399Z Compiling parking_lot v0.12.5
13652026-08-31T09:27:36.652Z Compiling icu_properties v2.2.0
13662026-08-31T09:27:36.663Z Compiling icu_normalizer v2.2.0
13672026-08-31T09:27:36.706Z Compiling http v1.5.0
13682026-08-31T09:27:36.806Z Compiling tokio v1.53.1
13692026-08-31T09:27:37.243Z Compiling erased-serde v0.3.31
13702026-08-31T09:27:37.516Z Compiling idna_adapter v1.2.2
13712026-08-31T09:27:37.672Z Compiling idna v1.1.0
13722026-08-31T09:27:37.686Z Compiling serde_tokenstream v0.2.3
13732026-08-31T09:27:37.727Z Compiling http-body v1.1.0
13742026-08-31T09:27:37.840Z Compiling httparse v1.10.1
13752026-08-31T09:27:37.884Z Compiling ipnet v2.12.1
13762026-08-31T09:27:37.958Z Compiling url v2.5.8
13772026-08-31T09:27:38.068Z Compiling ppv-lite86 v0.2.21
13782026-08-31T09:27:38.163Z Compiling thiserror v1.0.69
13792026-08-31T09:27:38.219Z Compiling tower-layer v0.3.3
13802026-08-31T09:27:38.407Z Compiling tower-service v0.3.3
13812026-08-31T09:27:38.415Z Compiling ucd-trie v0.1.7
13822026-08-31T09:27:38.473Z Compiling thiserror-impl v1.0.69
13832026-08-31T09:27:38.639Z Compiling pest v2.8.8
13842026-08-31T09:27:38.671Z Compiling getrandom v0.2.17
13852026-08-31T09:27:38.706Z Compiling try-lock v0.2.5
13862026-08-31T09:27:38.813Z Compiling untrusted v0.9.0
13872026-08-31T09:27:38.824Z Compiling ryu v1.0.23
13882026-08-31T09:27:38.853Z Compiling rand_core v0.6.4
13892026-08-31T09:27:38.933Z Compiling want v0.3.1
13902026-08-31T09:27:39.007Z Compiling httpdate v1.0.3
13912026-08-31T09:27:39.074Z Compiling pretty-hex v0.4.2
13922026-08-31T09:27:39.099Z Compiling plain v0.2.3
13932026-08-31T09:27:39.206Z Compiling ipnetwork v0.21.1
13942026-08-31T09:27:39.222Z Compiling foldhash v0.2.0
13952026-08-31T09:27:39.246Z Compiling paste v1.0.15
13962026-08-31T09:27:39.448Z Compiling oxnet v0.1.7
13972026-08-31T09:27:39.629Z Compiling tracing-attributes v0.1.31
13982026-08-31T09:27:39.679Z Compiling pest_meta v2.8.8
13992026-08-31T09:27:39.718Z Compiling tracing-core v0.1.36
14002026-08-31T09:27:39.957Z Compiling slog v2.8.2
14012026-08-31T09:27:39.965Z Compiling winnow v1.0.4
14022026-08-31T09:27:40.029Z Compiling omicron-workspace-hack v0.1.0
14032026-08-31T09:27:40.144Z Compiling ident_case v1.0.1
14042026-08-31T09:27:40.255Z Compiling pest_generator v2.8.8
14052026-08-31T09:27:40.323Z Compiling serde_urlencoded v0.7.1
14062026-08-31T09:27:40.575Z Compiling http-body-util v0.1.5
14072026-08-31T09:27:40.770Z Compiling aho-corasick v1.1.5
14082026-08-31T09:27:40.825Z Compiling tracing v0.1.44
14092026-08-31T09:27:40.986Z Compiling pest_derive v2.8.8
14102026-08-31T09:27:41.065Z Compiling sync_wrapper v1.0.2
14112026-08-31T09:27:41.174Z Compiling daft-derive v0.1.8
14122026-08-31T09:27:41.219Z Compiling fastrand v2.5.0
14132026-08-31T09:27:41.247Z Compiling hashbrown v0.16.1
14142026-08-31T09:27:41.492Z Compiling scroll_derive v0.13.1
14152026-08-31T09:27:41.832Z Compiling regex-automata v0.4.18
14162026-08-31T09:27:41.909Z Compiling time-core v0.1.9
14172026-08-31T09:27:42.100Z Compiling anyhow v1.0.104
14182026-08-31T09:27:42.148Z Compiling num-conv v0.2.2
14192026-08-31T09:27:42.190Z Compiling tokio-util v0.7.19
14202026-08-31T09:27:42.303Z Compiling time-macros v0.2.32
14212026-08-31T09:27:42.305Z Compiling scroll v0.13.0
14222026-08-31T09:27:42.570Z Compiling async-trait v0.1.92
14232026-08-31T09:27:42.654Z Compiling num_threads v0.1.7
14242026-08-31T09:27:42.723Z Compiling powerfmt v0.2.0
14252026-08-31T09:27:42.935Z Compiling aws-lc-rs v1.18.0
14262026-08-31T09:27:42.950Z Compiling deranged v0.5.8
14272026-08-31T09:27:43.438Z Compiling goblin v0.10.7
14282026-08-31T09:27:43.466Z Compiling rustls-pki-types v1.15.1
14292026-08-31T09:27:43.513Z Compiling regex v1.13.1
14302026-08-31T09:27:43.625Z Compiling openssl-probe v0.2.1
14312026-08-31T09:27:43.817Z Compiling hex v0.4.3
14322026-08-31T09:27:43.901Z Compiling untrusted v0.7.1
14332026-08-31T09:27:43.954Z Compiling camino v1.2.5
14342026-08-31T09:27:43.968Z Compiling usdt-impl v0.6.0
14352026-08-31T09:27:44.021Z Compiling dtrace-parser v0.3.0
14362026-08-31T09:27:44.223Z Compiling crc32fast v1.5.0
14372026-08-31T09:27:44.305Z Compiling rustls v0.23.43
14382026-08-31T09:27:44.320Z Compiling crossbeam-utils v0.8.22
14392026-08-31T09:27:44.603Z Compiling h2 v0.4.15
14402026-08-31T09:27:44.681Z Compiling futures-executor v0.3.34
14412026-08-31T09:27:44.712Z Compiling thread-id v5.1.0
14422026-08-31T09:27:44.965Z Compiling serde_tokenstream v0.3.0
14432026-08-31T09:27:45.139Z Compiling structmeta-derive v0.3.0
14442026-08-31T09:27:45.245Z Compiling thread_local v1.1.10
14452026-08-31T09:27:45.397Z Compiling adler2 v2.0.1
14462026-08-31T09:27:45.409Z Compiling simd-adler32 v0.3.10
14472026-08-31T09:27:45.520Z Compiling cpufeatures v0.3.0
14482026-08-31T09:27:45.532Z Compiling newtype-uuid-macros v0.1.1
14492026-08-31T09:27:45.594Z Compiling miniz_oxide v0.8.9
14502026-08-31T09:27:45.611Z Compiling futures v0.3.34
14512026-08-31T09:27:45.688Z Compiling rand_core v0.9.5
14522026-08-31T09:27:45.908Z Compiling darling_core v0.23.0
14532026-08-31T09:27:46.086Z Compiling hybrid-array v0.4.14
14542026-08-31T09:27:46.183Z Compiling structmeta v0.3.0
14552026-08-31T09:27:46.258Z Compiling slog-async v2.8.0
14562026-08-31T09:27:46.322Z Compiling dof v0.4.0
14572026-08-31T09:27:46.380Z Compiling match_cfg v0.1.0
14582026-08-31T09:27:46.448Z Compiling flate2 v1.1.9
14592026-08-31T09:27:46.539Z Compiling newtype-uuid v1.4.0
14602026-08-31T09:27:46.585Z Compiling term v1.2.1
14612026-08-31T09:27:46.864Z Compiling hyper v1.11.0
14622026-08-31T09:27:46.890Z Compiling take_mut v0.2.2
14632026-08-31T09:27:47.001Z Compiling compression-core v0.4.32
14642026-08-31T09:27:47.277Z Compiling quick-error v1.2.3
14652026-08-31T09:27:47.388Z Compiling ref-cast v1.0.26
14662026-08-31T09:27:47.663Z Compiling compression-codecs v0.4.38
14672026-08-31T09:27:47.730Z Compiling daft v0.1.8
14682026-08-31T09:27:47.741Z Compiling crypto-common v0.2.2
14692026-08-31T09:27:47.875Z Compiling block-buffer v0.12.1
14702026-08-31T09:27:47.923Z Compiling rand_chacha v0.9.0
14712026-08-31T09:27:47.962Z Compiling hyper-util v0.1.20
14722026-08-31T09:27:47.996Z Compiling darling_macro v0.23.0
14732026-08-31T09:27:48.029Z Compiling strum_macros v0.26.4
14742026-08-31T09:27:48.358Z Compiling ref-cast-impl v1.0.26
14752026-08-31T09:27:48.500Z Compiling usdt-macro v0.6.0
14762026-08-31T09:27:48.590Z Compiling usdt-attr-macro v0.6.0
14772026-08-31T09:27:48.629Z Compiling darling v0.23.0
14782026-08-31T09:27:48.688Z Compiling serde_spanned v1.1.1
14792026-08-31T09:27:48.707Z Compiling multer v3.1.0
14802026-08-31T09:27:48.835Z Compiling debug-ignore v1.0.5
14812026-08-31T09:27:48.929Z Compiling bit-vec v0.8.0
14822026-08-31T09:27:48.941Z Compiling const-oid v0.10.2
14832026-08-31T09:27:48.951Z Compiling toml_writer v1.1.2+spec-1.1.0
14842026-08-31T09:27:49.148Z Compiling bit-set v0.8.0
14852026-08-31T09:27:49.159Z Compiling digest v0.11.3
14862026-08-31T09:27:49.302Z Compiling serde_with_macros v3.22.0
14872026-08-31T09:27:49.313Z Compiling rand v0.9.5
14882026-08-31T09:27:49.334Z Compiling async-stream-impl v0.3.6
14892026-08-31T09:27:49.630Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14902026-08-31T09:27:49.725Z Compiling dropshot v0.17.1
14912026-08-31T09:27:49.730Z Compiling strum v0.26.3
14922026-08-31T09:27:49.805Z Compiling encoding_rs v0.8.35
14932026-08-31T09:27:49.875Z Compiling spin v0.9.9
14942026-08-31T09:27:49.883Z Compiling unarray v0.1.4
14952026-08-31T09:27:49.945Z Compiling mime v0.3.17
14962026-08-31T09:27:49.986Z Compiling sha1 v0.11.0
14972026-08-31T09:27:50.014Z Compiling derive-ex v0.1.8
14982026-08-31T09:27:50.052Z Compiling async-stream v0.3.6
14992026-08-31T09:27:50.106Z Compiling tower v0.5.3
15002026-08-31T09:27:50.232Z Compiling dropshot_endpoint v0.17.1
15012026-08-31T09:27:50.253Z Compiling macaddr v1.0.1
15022026-08-31T09:27:50.253Z Compiling waitgroup v0.1.2
15032026-08-31T09:27:50.383Z Compiling serde_path_to_error v0.1.20
15042026-08-31T09:27:50.742Z Compiling tower-http v0.6.11
15052026-08-31T09:27:50.828Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15062026-08-31T09:27:50.979Z Compiling time v0.3.55
15072026-08-31T09:27:51.149Z Compiling tempfile v3.27.0
15082026-08-31T09:27:51.450Z Compiling openapiv3 v2.2.0
15092026-08-31T09:27:51.566Z Compiling strum_macros v0.27.2
15102026-08-31T09:27:51.670Z Compiling test-strategy v0.4.5
15112026-08-31T09:27:51.869Z Compiling instant v0.1.13
15122026-08-31T09:27:51.981Z Compiling syn v1.0.109
15132026-08-31T09:27:52.472Z Compiling crossbeam-channel v0.5.16
15142026-08-31T09:27:52.890Z Compiling rustls-native-certs v0.8.4
15152026-08-31T09:27:53.226Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15162026-08-31T09:27:53.341Z Compiling strum v0.27.2
15172026-08-31T09:27:53.471Z Compiling either v1.17.0
15182026-08-31T09:27:53.839Z Compiling parse-display-derive v0.10.0
15192026-08-31T09:27:54.151Z Compiling backon v1.6.0
15202026-08-31T09:27:54.379Z Compiling rand_chacha v0.3.1
15212026-08-31T09:27:54.671Z Compiling generic-array v0.14.7
15222026-08-31T09:27:54.676Z Compiling is-terminal v0.4.17
15232026-08-31T09:27:54.711Z Compiling memmap2 v0.9.11
15242026-08-31T09:27:54.778Z Compiling slog-term v2.9.2
15252026-08-31T09:27:54.841Z Compiling rand v0.8.7
15262026-08-31T09:27:54.936Z Compiling usdt v0.6.0
15272026-08-31T09:27:54.947Z Compiling slog-json v2.6.1
15282026-08-31T09:27:55.150Z Compiling hostname v0.3.1
15292026-08-31T09:27:55.184Z Compiling toml_parser v1.1.3+spec-1.1.0
15302026-08-31T09:27:55.297Z Compiling toml_datetime v1.1.1+spec-1.1.0
15312026-08-31T09:27:55.476Z Compiling wait-timeout v0.2.1
15322026-08-31T09:27:55.502Z Compiling slog-bunyan v2.5.0
15332026-08-31T09:27:55.619Z Compiling rusty-fork v0.3.1
15342026-08-31T09:27:55.636Z Compiling toml v1.1.4+spec-1.1.0
15352026-08-31T09:27:55.701Z Compiling serde_with v3.22.0
15362026-08-31T09:27:55.780Z Compiling async-compression v0.4.43
15372026-08-31T09:27:55.894Z Compiling rand_xorshift v0.4.0
15382026-08-31T09:27:55.981Z Compiling rustls-pemfile v2.2.0
15392026-08-31T09:27:56.027Z Compiling regress v0.10.5
15402026-08-31T09:27:56.042Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15412026-08-31T09:27:56.097Z Compiling hostname v0.4.2
15422026-08-31T09:27:56.178Z Compiling humantime v2.4.0
15432026-08-31T09:27:56.240Z Compiling proptest v1.11.0
15442026-08-31T09:27:56.460Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15452026-08-31T09:27:56.500Z Compiling iddqd v0.4.6
15462026-08-31T09:27:56.512Z Compiling crypto-common v0.1.7
15472026-08-31T09:27:56.592Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-08-31T09:27:56.832Z Compiling reqwest v0.12.28
15492026-08-31T09:27:57.166Z Compiling parse-display v0.10.0
15502026-08-31T09:27:57.356Z Compiling backoff v0.4.0
15512026-08-31T09:27:57.489Z Compiling itertools v0.14.0
15522026-08-31T09:27:57.564Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15532026-08-31T09:27:57.801Z Compiling progenitor-client v0.10.0
15542026-08-31T09:27:58.234Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15552026-08-31T09:27:58.541Z Compiling utf8parse v0.2.2
15562026-08-31T09:27:58.654Z Compiling anstyle-parse v1.0.0
15572026-08-31T09:27:58.845Z Compiling anstyle v1.0.14
15582026-08-31T09:27:59.071Z Compiling anstyle-query v1.1.5
15592026-08-31T09:27:59.084Z Compiling is_terminal_polyfill v1.70.2
15602026-08-31T09:27:59.179Z Compiling colorchoice v1.0.5
15612026-08-31T09:27:59.183Z Compiling clap_lex v1.1.0
15622026-08-31T09:27:59.295Z Compiling anstream v1.0.0
15632026-08-31T09:27:59.439Z Compiling block-buffer v0.10.4
15642026-08-31T09:27:59.518Z Compiling clap_derive v4.6.4
15652026-08-31T09:27:59.664Z Compiling digest v0.10.7
15662026-08-31T09:27:59.811Z Compiling terminal_size v0.4.4
15672026-08-31T09:28:00.159Z Compiling clap_builder v4.6.6
15682026-08-31T09:28:00.258Z Compiling regress v0.11.1
15692026-08-31T09:28:00.578Z Compiling unicode-width v0.2.2
15702026-08-31T09:28:01.695Z Compiling clap v4.6.6
15712026-08-31T09:28:01.774Z Compiling typify-impl v0.6.2
15722026-08-31T09:28:02.107Z Compiling toml_datetime v0.6.11
15732026-08-31T09:28:02.531Z Compiling zerocopy-derive v0.7.35
15742026-08-31T09:28:03.281Z Compiling convert_case v0.4.0
15752026-08-31T09:28:03.386Z Compiling cpufeatures v0.2.17
15762026-08-31T09:28:03.458Z Compiling zerocopy v0.7.35
15772026-08-31T09:28:03.581Z Compiling derive_more v0.99.20
15782026-08-31T09:28:04.187Z Compiling toml_edit v0.25.13+spec-1.1.0
15792026-08-31T09:28:04.895Z Compiling proc-macro-crate v3.5.0
15802026-08-31T09:28:05.146Z Compiling secrecy v0.10.3
15812026-08-31T09:28:05.158Z Compiling crucible-workspace-hack v0.1.0
15822026-08-31T09:28:05.304Z Compiling tinyvec_macros v0.1.1
15832026-08-31T09:28:05.319Z Compiling float-ord v0.3.2
15842026-08-31T09:28:05.396Z Compiling tinyvec v1.12.0
15852026-08-31T09:28:05.427Z Compiling num_enum_derive v0.7.6
15862026-08-31T09:28:06.145Z Compiling dtrace-parser v0.2.0
15872026-08-31T09:28:06.191Z Compiling scroll_derive v0.12.1
15882026-08-31T09:28:06.465Z Compiling num-integer v0.1.47
15892026-08-31T09:28:06.792Z Compiling rustc_version v0.4.1
15902026-08-31T09:28:06.891Z Compiling usdt-impl v0.5.0
15912026-08-31T09:28:06.894Z Compiling crossbeam-epoch v0.9.20
15922026-08-31T09:28:07.021Z Compiling scroll v0.12.0
15932026-08-31T09:28:07.070Z Compiling curve25519-dalek v4.1.3
15942026-08-31T09:28:07.180Z Compiling num_enum v0.7.6
15952026-08-31T09:28:07.361Z Compiling dof v0.3.0
15962026-08-31T09:28:07.707Z Compiling hmac v0.12.1
15972026-08-31T09:28:07.720Z Compiling inout v0.1.4
15982026-08-31T09:28:07.736Z Compiling darling_core v0.21.3
15992026-08-31T09:28:07.779Z Compiling ff v0.13.1
16002026-08-31T09:28:07.844Z Compiling thread-id v4.2.2
16012026-08-31T09:28:07.876Z Compiling static_assertions v1.1.0
16022026-08-31T09:28:07.889Z Compiling group v0.13.0
16032026-08-31T09:28:07.920Z Compiling cipher v0.4.4
16042026-08-31T09:28:07.941Z Compiling hkdf v0.12.4
16052026-08-31T09:28:08.117Z Compiling typify-macro v0.6.2
16062026-08-31T09:28:08.440Z Compiling goblin v0.8.2
16072026-08-31T09:28:08.601Z Compiling num-iter v0.1.46
16082026-08-31T09:28:08.613Z Compiling num-rational v0.4.2
16092026-08-31T09:28:08.868Z Compiling universal-hash v0.5.1
16102026-08-31T09:28:08.880Z Compiling thiserror-impl-no-std v2.0.2
16112026-08-31T09:28:08.994Z Compiling hubpack_derive v0.1.1
16122026-08-31T09:28:09.243Z Compiling crypto-bigint v0.5.5
16132026-08-31T09:28:09.516Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16142026-08-31T09:28:09.827Z Compiling darling_macro v0.21.3
16152026-08-31T09:28:10.066Z Compiling half v2.7.1
16162026-08-31T09:28:10.282Z Compiling typify v0.6.2
16172026-08-31T09:28:10.314Z Compiling curve25519-dalek-derive v0.1.1
16182026-08-31T09:28:10.364Z Compiling num-complex v0.4.6
16192026-08-31T09:28:10.572Z Compiling memoffset v0.9.1
16202026-08-31T09:28:10.622Z Compiling ciborium-io v0.2.2
16212026-08-31T09:28:10.649Z Compiling opaque-debug v0.3.1
16222026-08-31T09:28:10.714Z Compiling base16ct v0.2.0
16232026-08-31T09:28:10.714Z Compiling unsafe-libyaml v0.2.11
16242026-08-31T09:28:10.751Z Compiling base64ct v1.8.3
16252026-08-31T09:28:10.835Z Compiling cfg_aliases v0.2.2
16262026-08-31T09:28:10.879Z Compiling nix v0.31.3
16272026-08-31T09:28:10.884Z Compiling elliptic-curve v0.13.8
16282026-08-31T09:28:11.047Z Compiling password-hash v0.5.0
16292026-08-31T09:28:11.247Z Compiling serde_yaml v0.9.34+deprecated
16302026-08-31T09:28:11.259Z Compiling poly1305 v0.8.0
16312026-08-31T09:28:11.401Z Compiling num v0.4.3
16322026-08-31T09:28:11.475Z Compiling ciborium-ll v0.2.2
16332026-08-31T09:28:11.932Z Compiling darling v0.21.3
16342026-08-31T09:28:12.123Z Compiling thiserror-no-std v2.0.2
16352026-08-31T09:28:12.215Z Compiling hubpack v0.1.2
16362026-08-31T09:28:12.459Z Compiling chacha20 v0.9.1
16372026-08-31T09:28:12.482Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16382026-08-31T09:28:12.674Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16392026-08-31T09:28:13.171Z Compiling blake2 v0.10.6
16402026-08-31T09:28:13.219Z Compiling aead v0.5.2
16412026-08-31T09:28:13.284Z Compiling byte-wrapper v0.1.0
16422026-08-31T09:28:13.381Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16432026-08-31T09:28:13.624Z Compiling proc-macro-error-attr v1.0.4
16442026-08-31T09:28:13.728Z Compiling rustix v0.38.44
16452026-08-31T09:28:13.841Z Compiling heapless v0.8.0
16462026-08-31T09:28:13.853Z Compiling keccak v0.1.6
16472026-08-31T09:28:14.078Z Compiling prettyplease v0.2.37
16482026-08-31T09:28:14.167Z Compiling sha3 v0.10.9
16492026-08-31T09:28:14.469Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16502026-08-31T09:28:14.751Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16512026-08-31T09:28:15.137Z Compiling argon2 v0.5.3
16522026-08-31T09:28:15.158Z Compiling chacha20poly1305 v0.10.1
16532026-08-31T09:28:15.417Z Compiling vsss-rs v3.3.4
16542026-08-31T09:28:15.509Z Compiling ingot-macros v0.1.1
16552026-08-31T09:28:15.655Z Compiling ciborium v0.2.2
16562026-08-31T09:28:16.148Z Compiling usdt-macro v0.5.0
16572026-08-31T09:28:16.209Z Compiling usdt-attr-macro v0.5.0
16582026-08-31T09:28:17.031Z Compiling serde_spanned v0.6.9
16592026-08-31T09:28:17.108Z Compiling hash32 v0.3.1
16602026-08-31T09:28:17.170Z Compiling enum-as-inner v0.6.1
16612026-08-31T09:28:17.256Z Compiling num-derive v0.4.2
16622026-08-31T09:28:17.391Z Compiling proc-macro-error v1.0.4
16632026-08-31T09:28:17.618Z Compiling memmap v0.7.0
16642026-08-31T09:28:17.738Z Compiling data-encoding v2.11.1
16652026-08-31T09:28:17.781Z Compiling winnow v0.7.15
16662026-08-31T09:28:17.806Z Compiling toml_write v0.1.2
16672026-08-31T09:28:17.809Z Compiling smoltcp v0.11.0
16682026-08-31T09:28:18.003Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16692026-08-31T09:28:18.114Z Compiling indent_write v2.2.0
16702026-08-31T09:28:18.141Z Compiling winnow v0.5.40
16712026-08-31T09:28:18.203Z Compiling usdt v0.5.0
16722026-08-31T09:28:18.236Z Compiling ingot-types v0.1.2
16732026-08-31T09:28:18.352Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16742026-08-31T09:28:18.464Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-08-31T09:28:18.570Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16762026-08-31T09:28:18.960Z Compiling tabwriter v1.4.1
16772026-08-31T09:28:19.076Z Compiling toml_edit v0.22.27
16782026-08-31T09:28:19.205Z Compiling cobs v0.3.0
16792026-08-31T09:28:19.254Z Compiling serde_repr v0.1.21
16802026-08-31T09:28:19.405Z Compiling toml_edit v0.19.15
16812026-08-31T09:28:19.505Z Compiling bitflags v1.3.2
16822026-08-31T09:28:19.581Z Compiling crossbeam-deque v0.8.7
16832026-08-31T09:28:19.729Z Compiling managed v0.8.0
16842026-08-31T09:28:19.873Z Compiling vcpkg v0.2.15
16852026-08-31T09:28:19.903Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16862026-08-31T09:28:19.960Z Compiling bytecount v0.6.9
16872026-08-31T09:28:20.146Z Compiling postcard v1.1.3
16882026-08-31T09:28:20.415Z Compiling openssl-sys v0.9.117
16892026-08-31T09:28:20.565Z Compiling toml v0.8.23
16902026-08-31T09:28:21.261Z Compiling proc-macro-crate v1.3.1
16912026-08-31T09:28:21.513Z Compiling ingot v0.1.1
16922026-08-31T09:28:21.608Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
16932026-08-31T09:28:21.917Z Compiling foreign-types-macros v0.2.4
16942026-08-31T09:28:22.015Z Compiling rustls-webpki v0.103.14
16952026-08-31T09:28:22.394Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16962026-08-31T09:28:22.424Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16972026-08-31T09:28:22.553Z Compiling heck v0.4.1
16982026-08-31T09:28:22.656Z Compiling foreign-types-shared v0.3.1
16992026-08-31T09:28:22.714Z Compiling rayon-core v1.13.0
17002026-08-31T09:28:22.748Z Compiling unicode-segmentation v1.13.3
17012026-08-31T09:28:22.752Z Compiling swrite v0.1.0
17022026-08-31T09:28:22.929Z Compiling colored v3.1.1
17032026-08-31T09:28:23.056Z Compiling semver v0.1.20
17042026-08-31T09:28:23.134Z Compiling linked-hash-map v0.5.6
17052026-08-31T09:28:23.171Z Compiling resolv-conf v0.7.6
17062026-08-31T09:28:23.319Z Compiling lru-cache v0.1.2
17072026-08-31T09:28:23.322Z Compiling rustc_version v0.1.7
17082026-08-31T09:28:23.322Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17092026-08-31T09:28:23.351Z Compiling newline-converter v0.3.0
17102026-08-31T09:28:23.422Z Compiling foreign-types v0.5.0
17112026-08-31T09:28:23.486Z Compiling num_enum_derive v0.5.11
17122026-08-31T09:28:23.555Z Compiling atomicwrites v0.4.4
17132026-08-31T09:28:23.652Z Compiling hickory-proto v0.24.4
17142026-08-31T09:28:23.726Z Compiling progenitor-impl v0.13.0
17152026-08-31T09:28:23.743Z Compiling progenitor-impl v0.14.0
17162026-08-31T09:28:24.462Z Compiling console v0.16.4
17172026-08-31T09:28:24.515Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17182026-08-31T09:28:25.051Z Compiling camino-tempfile v1.4.1
17192026-08-31T09:28:25.119Z Compiling chacha20 v0.10.1
17202026-08-31T09:28:25.182Z Compiling serde-big-array v0.5.1
17212026-08-31T09:28:25.299Z Compiling derive-where v1.6.1
17222026-08-31T09:28:25.334Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17232026-08-31T09:28:25.392Z Compiling pin-project-internal v1.1.13
17242026-08-31T09:28:25.862Z Compiling tokio-rustls v0.26.4
17252026-08-31T09:28:26.153Z Compiling hyper-rustls v0.27.9
17262026-08-31T09:28:26.461Z Compiling rustls-platform-verifier v0.7.0
17272026-08-31T09:28:26.702Z Compiling reqwest v0.13.4
17282026-08-31T09:28:27.341Z Compiling cstr-argument v0.1.2
17292026-08-31T09:28:27.368Z Compiling similar v3.2.0
17302026-08-31T09:28:27.391Z Compiling siphasher v1.0.3
17312026-08-31T09:28:27.501Z Compiling minimal-lexical v0.2.1
17322026-08-31T09:28:27.589Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17332026-08-31T09:28:27.762Z Compiling nom v7.1.3
17342026-08-31T09:28:27.831Z Compiling phf_shared v0.12.1
17352026-08-31T09:28:28.016Z Compiling progenitor-client v0.14.0
17362026-08-31T09:28:28.321Z Compiling progenitor-extras v0.2.0
17372026-08-31T09:28:28.875Z Compiling expectorate v1.3.0
17382026-08-31T09:28:29.040Z Compiling progenitor-client v0.13.0
17392026-08-31T09:28:29.087Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17402026-08-31T09:28:29.119Z Compiling progenitor-macro v0.14.0
17412026-08-31T09:28:29.321Z Compiling progenitor-macro v0.13.0
17422026-08-31T09:28:29.349Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17432026-08-31T09:28:29.858Z Compiling pin-project v1.1.13
17442026-08-31T09:28:31.098Z Compiling hickory-resolver v0.24.4
17452026-08-31T09:28:31.462Z Compiling rand v0.10.2
17462026-08-31T09:28:32.154Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17472026-08-31T09:28:33.430Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17482026-08-31T09:28:33.743Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-08-31T09:28:34.255Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17502026-08-31T09:28:34.384Z Compiling num_enum v0.5.11
17512026-08-31T09:28:34.601Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17522026-08-31T09:28:34.816Z Compiling newtype_derive v0.1.6
17532026-08-31T09:28:35.324Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17542026-08-31T09:28:35.596Z Compiling unicode-normalization v0.1.25
17552026-08-31T09:28:36.079Z Compiling tokio-stream v0.1.19
17562026-08-31T09:28:36.486Z Compiling async-recursion v1.1.1
17572026-08-31T09:28:36.629Z Compiling snafu-derive v0.8.9
17582026-08-31T09:28:36.811Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-08-31T09:28:36.831Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17602026-08-31T09:28:37.136Z Compiling slog-dtrace v0.3.0
17612026-08-31T09:28:37.172Z Compiling csv-core v0.1.13
17622026-08-31T09:28:37.375Z Compiling bstr v1.13.1
17632026-08-31T09:28:37.445Z Compiling chrono-tz v0.10.4
17642026-08-31T09:28:37.669Z Compiling jiff-core v0.1.0
17652026-08-31T09:28:37.850Z Compiling konst_macro_rules v0.2.19
17662026-08-31T09:28:37.874Z Compiling openssl v0.10.81
17672026-08-31T09:28:38.037Z Compiling foldhash v0.1.5
17682026-08-31T09:28:38.150Z Compiling cancel-safe-futures v0.1.5
17692026-08-31T09:28:38.225Z Compiling unicode-xid v0.2.6
17702026-08-31T09:28:38.328Z Compiling unicode-width v0.1.14
17712026-08-31T09:28:38.352Z Compiling highway v1.3.0
17722026-08-31T09:28:38.419Z Compiling foreign-types-shared v0.1.1
17732026-08-31T09:28:38.464Z Compiling same-file v1.0.6
17742026-08-31T09:28:38.487Z Compiling owo-colors v4.3.0
17752026-08-31T09:28:38.609Z Compiling walkdir v2.5.0
17762026-08-31T09:28:38.644Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-08-31T09:28:38.739Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17782026-08-31T09:28:38.742Z Compiling foreign-types v0.3.2
17792026-08-31T09:28:38.828Z Compiling jiff v0.2.35
17802026-08-31T09:28:38.866Z Compiling const_format_proc_macros v0.2.34
17812026-08-31T09:28:38.879Z Compiling snafu v0.8.9
17822026-08-31T09:28:38.972Z Compiling hashbrown v0.15.5
17832026-08-31T09:28:39.213Z Compiling konst v0.2.20
17842026-08-31T09:28:39.265Z Compiling globset v0.4.20
17852026-08-31T09:28:39.504Z Compiling csv v1.4.0
17862026-08-31T09:28:39.617Z Compiling progenitor v0.14.0
17872026-08-31T09:28:39.703Z Compiling qorb v0.4.1
17882026-08-31T09:28:39.765Z Compiling progenitor v0.13.0
17892026-08-31T09:28:39.909Z Compiling olpc-cjson v0.1.4
17902026-08-31T09:28:40.127Z Compiling rayon v1.12.0
17912026-08-31T09:28:40.584Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17922026-08-31T09:28:41.621Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17932026-08-31T09:28:41.747Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17942026-08-31T09:28:41.826Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-08-31T09:28:41.955Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17962026-08-31T09:28:41.967Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-08-31T09:28:42.505Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-08-31T09:28:42.681Z Compiling phf v0.12.1
17992026-08-31T09:28:42.852Z Compiling zone_cfg_derive v0.3.1
18002026-08-31T09:28:42.888Z Compiling tokio-dtrace v0.1.1
18012026-08-31T09:28:43.165Z Compiling itertools v0.12.1
18022026-08-31T09:28:43.261Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18032026-08-31T09:28:43.369Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-08-31T09:28:43.475Z Compiling libsw-core v0.3.2
18052026-08-31T09:28:43.555Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18062026-08-31T09:28:43.651Z Compiling serde_plain v1.0.2
18072026-08-31T09:28:43.873Z Compiling pem v3.0.6
18082026-08-31T09:28:43.946Z Compiling openssl-macros v0.1.1
18092026-08-31T09:28:43.979Z Compiling cookie v0.18.2
18102026-08-31T09:28:44.219Z Compiling sigpipe v0.1.3
18112026-08-31T09:28:44.256Z Compiling fixedbitset v0.4.2
18122026-08-31T09:28:44.316Z Compiling glob v0.3.4
18132026-08-31T09:28:44.422Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-08-31T09:28:44.482Z Compiling fixedbitset v0.5.7
18152026-08-31T09:28:44.501Z Compiling typed-path v0.9.3
18162026-08-31T09:28:44.554Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-08-31T09:28:44.726Z Compiling petgraph v0.8.3
18182026-08-31T09:28:44.848Z Compiling petgraph v0.6.5
18192026-08-31T09:28:45.119Z Compiling zone v0.3.1
18202026-08-31T09:28:45.400Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18212026-08-31T09:28:45.912Z Compiling tough v0.22.0
18222026-08-31T09:28:45.941Z Compiling libsw v3.5.0
18232026-08-31T09:28:46.128Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-08-31T09:28:46.345Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18252026-08-31T09:28:46.372Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18262026-08-31T09:28:46.484Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-08-31T09:28:46.544Z Compiling oxide-tokio-rt v0.1.6
18282026-08-31T09:28:46.752Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-08-31T09:28:46.858Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-08-31T09:28:47.311Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-08-31T09:28:47.367Z Compiling const_format v0.2.36
18322026-08-31T09:28:47.982Z Compiling papergrid v0.11.0
18332026-08-31T09:28:48.012Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-08-31T09:28:48.188Z Compiling tabled_derive v0.7.0
18352026-08-31T09:28:48.191Z Compiling gethostname v0.5.0
18362026-08-31T09:28:48.327Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18372026-08-31T09:28:48.593Z Compiling libscf-sys v1.2.0
18382026-08-31T09:28:48.641Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-08-31T09:28:48.735Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18402026-08-31T09:28:48.748Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-08-31T09:28:48.764Z Compiling bcs v0.1.6
18422026-08-31T09:28:48.870Z Compiling smf v0.2.3
18432026-08-31T09:28:49.091Z Compiling nom v8.0.0
18442026-08-31T09:28:49.137Z Compiling lazy_static v1.5.0
18452026-08-31T09:28:49.248Z Compiling smawk v0.3.3
18462026-08-31T09:28:49.384Z Compiling unicode-linebreak v0.1.5
18472026-08-31T09:28:49.474Z Compiling whoami v1.6.1
18482026-08-31T09:28:49.718Z Compiling crunchy v0.2.4
18492026-08-31T09:28:49.851Z Compiling tagptr v0.2.0
18502026-08-31T09:28:49.862Z Compiling linear-map v1.2.0
18512026-08-31T09:28:50.004Z Compiling termtree v0.5.1
18522026-08-31T09:28:50.032Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-08-31T09:28:50.054Z Compiling moka v0.12.16
18542026-08-31T09:28:50.237Z Compiling textwrap v0.16.2
18552026-08-31T09:28:50.372Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-08-31T09:28:50.767Z Compiling steno v0.4.1
18572026-08-31T09:28:50.835Z Compiling tabled v0.15.0
18582026-08-31T09:28:51.211Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-08-31T09:28:51.489Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-08-31T09:28:51.714Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-08-31T09:28:52.787Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-08-31T09:28:53.569Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18632026-08-31T09:28:53.755Z Compiling papergrid v0.18.0
18642026-08-31T09:28:54.031Z Compiling hickory-proto v0.25.2
18652026-08-31T09:28:54.073Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18662026-08-31T09:28:54.429Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18672026-08-31T09:28:54.716Z Compiling tiny-keccak v2.0.2
18682026-08-31T09:28:54.961Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18692026-08-31T09:28:55.098Z Compiling tabled v0.21.0
18702026-08-31T09:28:55.169Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18712026-08-31T09:28:55.978Z Compiling hickory-resolver v0.25.2
18722026-08-31T09:28:56.543Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18732026-08-31T09:28:56.941Z Compiling itertools v0.15.0
18742026-08-31T09:28:57.452Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18752026-08-31T09:28:57.604Z Compiling parking_lot_core v0.8.6
18762026-08-31T09:28:57.883Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18772026-08-31T09:28:58.005Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-08-31T09:28:58.086Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18792026-08-31T09:28:58.289Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18802026-08-31T09:28:59.032Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-08-31T09:28:59.070Z Compiling crc8 v0.1.1
18822026-08-31T09:28:59.198Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18832026-08-31T09:28:59.442Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18842026-08-31T09:28:59.469Z Compiling const-random-macro v0.1.16
18852026-08-31T09:28:59.498Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18862026-08-31T09:28:59.633Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18872026-08-31T09:28:59.903Z Compiling ahash v0.8.12
18882026-08-31T09:28:59.913Z Compiling smartstring v1.0.1
18892026-08-31T09:28:59.925Z Compiling const-random v0.1.18
18902026-08-31T09:29:00.002Z Compiling parking_lot v0.11.2
18912026-08-31T09:29:00.205Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18922026-08-31T09:29:00.267Z Compiling fxhash v0.2.1
18932026-08-31T09:29:00.368Z Compiling internet-checksum v0.2.1
18942026-08-31T09:29:00.410Z Compiling sled v0.34.7
18952026-08-31T09:29:00.450Z Compiling rhai_codegen v3.2.0
18962026-08-31T09:29:00.502Z Compiling thin-vec v0.2.19
18972026-08-31T09:29:00.678Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-08-31T09:29:00.733Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
18992026-08-31T09:29:00.781Z Compiling serial_test_derive v4.0.1
19002026-08-31T09:29:00.937Z Compiling diff v0.1.13
19012026-08-31T09:29:01.241Z Compiling yansi v1.0.1
19022026-08-31T09:29:01.494Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19032026-08-31T09:29:01.569Z Compiling serial_test v4.0.1
19042026-08-31T09:29:01.614Z Compiling pretty_assertions v1.4.1
19052026-08-31T09:29:01.674Z Compiling rhai v1.26.0
19062026-08-31T09:29:09.445Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-08-31T09:29:11.395Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-08-31T09:29:12.542Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19092026-08-31T09:29:13.575Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19102026-08-31T09:29:14.439Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19112026-08-31T09:29:15.902Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19122026-08-31T09:29:52.666Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 25s
19132026-08-31T09:29:52.854Z────────────
19142026-08-31T09:29:52.854Z Nextest run ID d360bb4a-7270-4d12-bac3-0d002ba1c746 with nextest profile: default
19152026-08-31T09:29:52.854Z Starting 159 tests across 3 binaries
19162026-08-31T09:29:52.864Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19172026-08-31T09:29:52.867Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip
19182026-08-31T09:29:52.867Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19192026-08-31T09:29:52.867Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
19202026-08-31T09:29:52.867Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19212026-08-31T09:29:52.867Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch
19222026-08-31T09:29:52.867Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_byte_len
19232026-08-31T09:29:52.867Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19242026-08-31T09:29:52.874Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19252026-08-31T09:29:52.877Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19262026-08-31T09:29:52.877Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19272026-08-31T09:29:52.941Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19282026-08-31T09:29:52.941Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19292026-08-31T09:29:52.941Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19302026-08-31T09:29:52.941Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19312026-08-31T09:29:52.941Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19322026-08-31T09:29:52.946Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19332026-08-31T09:29:52.946Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19342026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19352026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19362026-08-31T09:29:52.947Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19372026-08-31T09:29:52.947Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19382026-08-31T09:29:52.947Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19392026-08-31T09:29:52.947Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19402026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19412026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19422026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19432026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19442026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19452026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19462026-08-31T09:29:52.947Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19472026-08-31T09:29:52.947Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19482026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19492026-08-31T09:29:52.947Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19502026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19512026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19522026-08-31T09:29:52.947Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19532026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19542026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19552026-08-31T09:29:52.947Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19562026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19572026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19582026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19592026-08-31T09:29:52.947Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19602026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19612026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19622026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19632026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19642026-08-31T09:29:52.947Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19652026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19662026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19672026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19682026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19692026-08-31T09:29:52.947Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19702026-08-31T09:29:52.948Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
19712026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19722026-08-31T09:29:52.948Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19732026-08-31T09:29:52.948Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
19742026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19752026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19762026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19772026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19782026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::prefix_within
19792026-08-31T09:29:52.948Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19802026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19812026-08-31T09:29:52.948Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19822026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19832026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19842026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19852026-08-31T09:29:52.948Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19862026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19872026-08-31T09:29:52.948Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19882026-08-31T09:29:52.952Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19892026-08-31T09:29:52.952Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19902026-08-31T09:29:52.952Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19912026-08-31T09:29:52.952Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19922026-08-31T09:29:52.952Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19932026-08-31T09:29:52.952Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19942026-08-31T09:29:52.952Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19952026-08-31T09:29:52.952Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19962026-08-31T09:29:52.955Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19972026-08-31T09:29:52.955Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19982026-08-31T09:29:52.958Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19992026-08-31T09:29:52.962Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20002026-08-31T09:29:52.972Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20012026-08-31T09:29:52.976Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20022026-08-31T09:29:52.976Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20032026-08-31T09:29:52.976Z PASS [ 0.021s] bgp policy::test::update_shape_community
20042026-08-31T09:29:52.978Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20052026-08-31T09:29:52.978Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20062026-08-31T09:29:52.978Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
20072026-08-31T09:29:52.986Z PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence
20082026-08-31T09:29:52.989Z PASS [ 0.016s] bgp proptest::prop_ipv4_wire_format_roundtrip
20092026-08-31T09:29:52.992Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20102026-08-31T09:29:52.992Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20112026-08-31T09:29:52.992Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20122026-08-31T09:29:52.992Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20132026-08-31T09:29:52.995Z PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20142026-08-31T09:29:52.995Z PASS [ 0.020s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20152026-08-31T09:29:53.002Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20162026-08-31T09:29:53.005Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20172026-08-31T09:29:53.007Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20182026-08-31T09:29:53.008Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20192026-08-31T09:29:53.011Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20202026-08-31T09:29:53.014Z PASS [ 0.009s] bgp session::tests::shutdown_state_transitions
20212026-08-31T09:29:53.017Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20222026-08-31T09:29:53.017Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20232026-08-31T09:29:53.017Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20242026-08-31T09:29:53.017Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20252026-08-31T09:29:53.021Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
20262026-08-31T09:29:53.021Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20272026-08-31T09:29:53.024Z PASS [ 0.030s] bgp proptest::prop_update_traditional_roundtrip
20282026-08-31T09:29:53.024Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20292026-08-31T09:29:53.026Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20302026-08-31T09:29:53.026Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20312026-08-31T09:29:53.026Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv4_configured
20322026-08-31T09:29:53.026Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20332026-08-31T09:29:53.029Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20342026-08-31T09:29:53.029Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20352026-08-31T09:29:53.032Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20362026-08-31T09:29:53.032Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20372026-08-31T09:29:53.035Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20382026-08-31T09:29:53.081Z PASS [ 0.055s] bgp test::router_teardown_leaves_other_routers_sessions_alone
20392026-08-31T09:29:53.081Z PASS [ 0.056s] bgp test::recreated_router_does_not_claim_predecessors_sessions
20402026-08-31T09:29:53.185Z PASS [ 0.160s] bgp test::admin_events_do_not_reach_other_routers_sessions
20412026-08-31T09:29:56.093Z PASS [ 3.066s] bgp test::test_basic_peering_active
20422026-08-31T09:29:56.096Z PASS [ 3.064s] bgp test::test_basic_peering_passive
20432026-08-31T09:29:56.102Z PASS [ 3.069s] bgp test::test_basic_update
20442026-08-31T09:29:56.106Z PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp
20452026-08-31T09:29:56.149Z PASS [ 3.069s] bgp test::test_basic_update_ipv6
20462026-08-31T09:29:56.162Z PASS [ 3.082s] bgp test::test_basic_update_ipv6_tcp
20472026-08-31T09:29:56.265Z PASS [ 3.079s] bgp test::test_basic_update_tcp
20482026-08-31T09:29:57.108Z PASS [ 4.080s] bgp test::test_basic_peering_active_tcp
20492026-08-31T09:29:59.217Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20502026-08-31T09:29:59.331Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
20512026-08-31T09:30:00.174Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv4_peer_success
20522026-08-31T09:30:00.174Z PASS [ 4.078s] bgp test::test_dual_stack_routes_ipv6_peer_success
20532026-08-31T09:30:00.178Z PASS [ 4.076s] bgp test::test_import_export_policy_filtering
20542026-08-31T09:30:00.180Z PASS [ 4.074s] bgp test::test_ipv4_routes_ipv6_peer_success
20552026-08-31T09:30:00.183Z PASS [ 3.076s] bgp test::test_ipv6_basic_peering_passive_tcp
20562026-08-31T09:30:00.242Z PASS [ 4.080s] bgp test::test_ipv6_basic_peering_active_tcp
20572026-08-31T09:30:00.392Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20582026-08-31T09:30:01.272Z PASS [ 1.094s] bgp test::test_three_router_chain_tcp
20592026-08-31T09:30:01.275Z PASS [ 1.094s] bgp test::test_three_router_chain_tcp_ipv6
20602026-08-31T09:30:02.241Z PASS [ 2.068s] bgp test::test_same_linklocal_multiple_interfaces
20612026-08-31T09:30:02.335Z PASS [ 1.064s] bgp test::test_unnumbered_ndp_change
20622026-08-31T09:30:03.100Z PASS [ 2.927s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20632026-08-31T09:30:03.106Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20642026-08-31T09:30:03.111Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20652026-08-31T09:30:03.115Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20662026-08-31T09:30:03.120Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20672026-08-31T09:30:03.125Z PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
20682026-08-31T09:30:03.295Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20692026-08-31T09:30:04.251Z PASS [ 4.067s] bgp test::test_three_router_chain_unnumbered
20702026-08-31T09:30:05.305Z PASS [ 5.063s] bgp test::test_unnumbered_dualstack_route_exchange
20712026-08-31T09:30:07.304Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20722026-08-31T09:30:10.337Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20732026-08-31T09:30:11.399Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20742026-08-31T09:30:18.455Z PASS [ 18.062s] bgp test::test_unnumbered_interface_lifecycle
20752026-08-31T09:30:18.455Z────────────
20762026-08-31T09:30:18.455Z Summary [ 25.601s] 159 tests run: 159 passed, 0 skipped
20772026-08-31T09:30:18.468Z+ cp ./admin_events_do_not_reach_other_routers_sessions.log ./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 ./recreated_router_does_not_claim_predecessors_sessions.log ./router_teardown_leaves_other_routers_sessions_alone.log ./same_linklocal.log ./three_chain.log ./unnumbered_expiry.log ./unnumbered_interface_lifecycle.log ./unnumbered_peer_change.log /work/
20782026-08-31T09:30:18.473Z+ popd
20792026-08-31T09:30:18.473Z+ pushd mgd
20802026-08-31T09:30:18.473Z/work/oxidecomputer/maghemite
20812026-08-31T09:30:18.473Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20822026-08-31T09:30:18.476Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20832026-08-31T09:30:19.700Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20842026-08-31T09:30:19.700Z Compiling dropshot-api-manager-types v0.7.2
20852026-08-31T09:30:19.700Z Compiling port-file v0.1.0
20862026-08-31T09:30:19.703Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20872026-08-31T09:30:19.926Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
20882026-08-31T09:30:21.403Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
20892026-08-31T09:30:21.403Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
20902026-08-31T09:30:21.407Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20912026-08-31T09:30:27.379Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
20922026-08-31T09:30:58.610Z Finished `test` profile [unoptimized + debuginfo] target(s) in 39.44s
20932026-08-31T09:30:58.783Z────────────
20942026-08-31T09:30:58.783Z Nextest run ID bd3cee0d-9bdc-4546-9d82-cb9e382c9924 with nextest profile: default
20952026-08-31T09:30:58.783Z Starting 38 tests across 3 binaries
20962026-08-31T09:30:58.788Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20972026-08-31T09:30:58.791Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20982026-08-31T09:30:58.791Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20992026-08-31T09:30:58.791Z PASS [ 0.006s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
21002026-08-31T09:30:58.791Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21012026-08-31T09:30:58.848Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21022026-08-31T09:30:58.851Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21032026-08-31T09:30:58.851Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21042026-08-31T09:30:58.851Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21052026-08-31T09:30:58.851Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
21062026-08-31T09:30:58.854Z PASS [ 0.068s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21072026-08-31T09:30:58.854Z PASS [ 0.070s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
21082026-08-31T09:30:58.863Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21092026-08-31T09:30:58.865Z PASS [ 0.076s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
21102026-08-31T09:30:58.865Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21112026-08-31T09:30:58.865Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21122026-08-31T09:30:58.869Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21132026-08-31T09:30:58.872Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21142026-08-31T09:30:58.872Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21152026-08-31T09:30:58.875Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21162026-08-31T09:30:58.875Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21172026-08-31T09:30:58.875Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21182026-08-31T09:30:58.878Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21192026-08-31T09:30:58.880Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21202026-08-31T09:30:58.883Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21212026-08-31T09:30:58.885Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21222026-08-31T09:30:58.885Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21232026-08-31T09:30:58.885Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21242026-08-31T09:30:58.885Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21252026-08-31T09:30:58.890Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21262026-08-31T09:30:58.893Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21272026-08-31T09:30:58.893Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21282026-08-31T09:30:58.896Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21292026-08-31T09:30:58.896Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21302026-08-31T09:30:58.896Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21312026-08-31T09:30:58.896Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21322026-08-31T09:30:58.906Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21332026-08-31T09:30:58.909Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21342026-08-31T09:30:58.909Z────────────
21352026-08-31T09:30:58.909Z Summary [ 0.122s] 38 tests run: 38 passed, 0 skipped
21362026-08-31T09:30:58.916Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
21372026-08-31T09:30:58.919Z+ popd
21382026-08-31T09:30:58.919Z/work/oxidecomputer/maghemite
21392026-08-31T09:30:58.919Zprocess exited: duration 326566 ms, exit code 0
 
21402026-08-31T09:30:58.929Zfound 72 output files
21412026-08-31T09:30:58.929Zuploading: /work/admin_events_do_not_reach_other_routers_sessions.log (4719 bytes)
21422026-08-31T09:30:59.941Zuploaded: /work/admin_events_do_not_reach_other_routers_sessions.log
21432026-08-31T09:30:59.942Zuploading: /work/apply_change_peer_asn.log (24200 bytes)
21442026-08-31T09:31:00.954Zuploaded: /work/apply_change_peer_asn.log
21452026-08-31T09:31:00.955Zuploading: /work/apply_empty_removes_peers.log (12477 bytes)
21462026-08-31T09:31:01.970Zuploaded: /work/apply_empty_removes_peers.log
21472026-08-31T09:31:01.970Zuploading: /work/apply_remove_entire_group.log (20831 bytes)
21482026-08-31T09:31:02.998Zuploaded: /work/apply_remove_entire_group.log
21492026-08-31T09:31:02.998Zuploading: /work/delete_router_removes_router_state.log (20675 bytes)
21502026-08-31T09:31:04.011Zuploaded: /work/delete_router_removes_router_state.log
21512026-08-31T09:31:04.011Zuploading: /work/dualstack_routes.log (121107 bytes)
21522026-08-31T09:31:05.027Zuploaded: /work/dualstack_routes.log
21532026-08-31T09:31:05.027Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2340 bytes)
21542026-08-31T09:31:06.036Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21552026-08-31T09:31:06.036Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1477 bytes)
21562026-08-31T09:31:07.048Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21572026-08-31T09:31:07.048Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2174 bytes)
21582026-08-31T09:31:08.057Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21592026-08-31T09:31:08.057Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2384 bytes)
21602026-08-31T09:31:09.065Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21612026-08-31T09:31:09.065Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2275 bytes)
21622026-08-31T09:31:10.076Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21632026-08-31T09:31:10.076Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2324 bytes)
21642026-08-31T09:31:11.085Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21652026-08-31T09:31:11.085Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3124 bytes)
21662026-08-31T09:31:12.095Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21672026-08-31T09:31:12.095Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2280 bytes)
21682026-08-31T09:31:13.105Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21692026-08-31T09:31:13.105Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2503 bytes)
21702026-08-31T09:31:14.113Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21712026-08-31T09:31:14.113Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2304 bytes)
21722026-08-31T09:31:15.169Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21732026-08-31T09:31:15.169Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2397 bytes)
21742026-08-31T09:31:16.181Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21752026-08-31T09:31:16.181Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2435 bytes)
21762026-08-31T09:31:17.191Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21772026-08-31T09:31:17.192Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4553 bytes)
21782026-08-31T09:31:18.202Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
21792026-08-31T09:31:18.203Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3614 bytes)
21802026-08-31T09:31:19.210Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
21812026-08-31T09:31:19.210Zuploading: /work/multiple_unnumbered.log (146579 bytes)
21822026-08-31T09:31:20.225Zuploaded: /work/multiple_unnumbered.log
21832026-08-31T09:31:20.229Zuploading: /work/ndp_change_reset.log (72055 bytes)
21842026-08-31T09:31:21.239Zuploaded: /work/ndp_change_reset.log
21852026-08-31T09:31:21.239Zuploading: /work/ndp_changes.log (91138 bytes)
21862026-08-31T09:31:22.257Zuploaded: /work/ndp_changes.log
21872026-08-31T09:31:22.257Zuploading: /work/r1.test_basic_peering_active.log (41874 bytes)
21882026-08-31T09:31:23.276Zuploaded: /work/r1.test_basic_peering_active.log
21892026-08-31T09:31:23.276Zuploading: /work/r1.test_basic_peering_active_tcp.log (49645 bytes)
21902026-08-31T09:31:24.343Zuploaded: /work/r1.test_basic_peering_active_tcp.log
21912026-08-31T09:31:24.343Zuploading: /work/r1.test_basic_peering_passive.log (34540 bytes)
21922026-08-31T09:31:25.358Zuploaded: /work/r1.test_basic_peering_passive.log
21932026-08-31T09:31:25.358Zuploading: /work/r1.test_basic_peering_passive_tcp.log (40463 bytes)
21942026-08-31T09:31:26.384Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
21952026-08-31T09:31:26.384Zuploading: /work/r1.test_basic_update.log (29485 bytes)
21962026-08-31T09:31:27.394Zuploaded: /work/r1.test_basic_update.log
21972026-08-31T09:31:27.394Zuploading: /work/r1.test_basic_update_ipv6.log (28983 bytes)
21982026-08-31T09:31:28.406Zuploaded: /work/r1.test_basic_update_ipv6.log
21992026-08-31T09:31:28.406Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31702 bytes)
22002026-08-31T09:31:29.418Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22012026-08-31T09:31:29.418Zuploading: /work/r1.test_basic_update_tcp.log (32150 bytes)
22022026-08-31T09:31:30.430Zuploaded: /work/r1.test_basic_update_tcp.log
22032026-08-31T09:31:30.430Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44582 bytes)
22042026-08-31T09:31:31.441Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22052026-08-31T09:31:31.441Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44940 bytes)
22062026-08-31T09:31:32.454Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22072026-08-31T09:31:32.454Zuploading: /work/r1.test_import_export_policy_filtering.log (41007 bytes)
22082026-08-31T09:31:33.466Zuploaded: /work/r1.test_import_export_policy_filtering.log
22092026-08-31T09:31:33.466Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (38016 bytes)
22102026-08-31T09:31:34.479Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22112026-08-31T09:31:34.479Zuploading: /work/r1.test_ipv6_basic_peering_active.log (41889 bytes)
22122026-08-31T09:31:35.491Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22132026-08-31T09:31:35.491Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49545 bytes)
22142026-08-31T09:31:36.503Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22152026-08-31T09:31:36.503Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (34631 bytes)
22162026-08-31T09:31:37.513Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22172026-08-31T09:31:37.514Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40402 bytes)
22182026-08-31T09:31:38.525Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22192026-08-31T09:31:38.525Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36461 bytes)
22202026-08-31T09:31:39.536Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22212026-08-31T09:31:39.536Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30637 bytes)
22222026-08-31T09:31:40.548Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22232026-08-31T09:31:40.548Zuploading: /work/r1.test_three_router_chain_tcp.log (24250 bytes)
22242026-08-31T09:31:41.559Zuploaded: /work/r1.test_three_router_chain_tcp.log
22252026-08-31T09:31:41.559Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24809 bytes)
22262026-08-31T09:31:42.569Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22272026-08-31T09:31:42.569Zuploading: /work/r2.test_basic_peering_active.log (39976 bytes)
22282026-08-31T09:31:43.581Zuploaded: /work/r2.test_basic_peering_active.log
22292026-08-31T09:31:43.581Zuploading: /work/r2.test_basic_peering_active_tcp.log (48957 bytes)
22302026-08-31T09:31:44.595Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22312026-08-31T09:31:44.595Zuploading: /work/r2.test_basic_peering_passive.log (42866 bytes)
22322026-08-31T09:31:45.607Zuploaded: /work/r2.test_basic_peering_passive.log
22332026-08-31T09:31:45.607Zuploading: /work/r2.test_basic_peering_passive_tcp.log (47600 bytes)
22342026-08-31T09:31:46.621Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22352026-08-31T09:31:46.621Zuploading: /work/r2.test_basic_update.log (30211 bytes)
22362026-08-31T09:31:47.630Zuploaded: /work/r2.test_basic_update.log
22372026-08-31T09:31:47.630Zuploading: /work/r2.test_basic_update_ipv6.log (27503 bytes)
22382026-08-31T09:31:48.641Zuploaded: /work/r2.test_basic_update_ipv6.log
22392026-08-31T09:31:48.641Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (34007 bytes)
22402026-08-31T09:31:49.651Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22412026-08-31T09:31:49.651Zuploading: /work/r2.test_basic_update_tcp.log (34024 bytes)
22422026-08-31T09:31:50.662Zuploaded: /work/r2.test_basic_update_tcp.log
22432026-08-31T09:31:50.662Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (45106 bytes)
22442026-08-31T09:31:51.672Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22452026-08-31T09:31:51.672Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (45344 bytes)
22462026-08-31T09:31:52.688Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22472026-08-31T09:31:52.688Zuploading: /work/r2.test_import_export_policy_filtering.log (37750 bytes)
22482026-08-31T09:31:53.700Zuploaded: /work/r2.test_import_export_policy_filtering.log
22492026-08-31T09:31:53.700Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (39680 bytes)
22502026-08-31T09:31:54.712Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22512026-08-31T09:31:54.713Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39856 bytes)
22522026-08-31T09:31:55.724Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22532026-08-31T09:31:55.724Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47787 bytes)
22542026-08-31T09:31:56.735Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22552026-08-31T09:31:56.735Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (42941 bytes)
22562026-08-31T09:31:57.746Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22572026-08-31T09:31:57.746Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48277 bytes)
22582026-08-31T09:31:58.757Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22592026-08-31T09:31:58.757Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39553 bytes)
22602026-08-31T09:31:59.766Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22612026-08-31T09:31:59.766Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (29066 bytes)
22622026-08-31T09:32:00.773Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22632026-08-31T09:32:00.773Zuploading: /work/r2.test_three_router_chain_tcp.log (44777 bytes)
22642026-08-31T09:32:01.782Zuploaded: /work/r2.test_three_router_chain_tcp.log
22652026-08-31T09:32:01.782Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44201 bytes)
22662026-08-31T09:32:02.791Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22672026-08-31T09:32:02.792Zuploading: /work/r3.test_three_router_chain_tcp.log (23588 bytes)
22682026-08-31T09:32:03.801Zuploaded: /work/r3.test_three_router_chain_tcp.log
22692026-08-31T09:32:03.801Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22190 bytes)
22702026-08-31T09:32:04.809Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22712026-08-31T09:32:04.809Zuploading: /work/recreated_router_does_not_claim_predecessors_sessions.log (533 bytes)
22722026-08-31T09:32:05.817Zuploaded: /work/recreated_router_does_not_claim_predecessors_sessions.log
22732026-08-31T09:32:05.817Zuploading: /work/router_teardown_leaves_other_routers_sessions_alone.log (1939 bytes)
22742026-08-31T09:32:06.826Zuploaded: /work/router_teardown_leaves_other_routers_sessions_alone.log
22752026-08-31T09:32:06.826Zuploading: /work/same_linklocal.log (123688 bytes)
22762026-08-31T09:32:07.837Zuploaded: /work/same_linklocal.log
22772026-08-31T09:32:07.840Zuploading: /work/three_chain.log (112568 bytes)
22782026-08-31T09:32:08.849Zuploaded: /work/three_chain.log
22792026-08-31T09:32:08.849Zuploading: /work/unnumbered_expiry.log (91281 bytes)
22802026-08-31T09:32:09.859Zuploaded: /work/unnumbered_expiry.log
22812026-08-31T09:32:09.859Zuploading: /work/unnumbered_interface_lifecycle.log (123206 bytes)
22822026-08-31T09:32:10.868Zuploaded: /work/unnumbered_interface_lifecycle.log
22832026-08-31T09:32:10.869Zuploading: /work/unnumbered_peer_change.log (80543 bytes)
22842026-08-31T09:32:11.877Zuploaded: /work/unnumbered_peer_change.log