01M0BEKV5NK5ZBRKY38G0ANGGZ: 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: 01M0BEMAKH4YM11G43FW7YVXRR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T22:08:20.256Zjob assigned to worker 01M0BEMJCFX91E12B2P15SSX0X [factory aws, i-0fefe51ccbe00b264] (queued for 1 m 0 s)
 
22026-08-18T22:08:26.820Zstarting task 0: "setup"
32026-08-18T22:08:26.826Z++ uname -s
42026-08-18T22:08:26.830Z+ kern=SunOS
52026-08-18T22:08:26.830Z+ build_user=build
62026-08-18T22:08:26.830Z+ build_uid=12345
72026-08-18T22:08:26.830Z+ work_dir=/work
82026-08-18T22:08:26.830Z+ input_dir=/input
92026-08-18T22:08:26.830Z+ [[ 0 == 12345 ]]
102026-08-18T22:08:26.830Z+ case "$kern" in
112026-08-18T22:08:26.830Z+ groupadd -g 12345 build
122026-08-18T22:08:26.830Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T22:08:28.834Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T22:08:28.931Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T22:08:28.935Z+ home_fs=zfs
162026-08-18T22:08:28.935Z+ [[ zfs == autofs ]]
172026-08-18T22:08:28.935Z+ mkdir -p /home/build
182026-08-18T22:08:28.935Z+ chown build:build /home/build /work
192026-08-18T22:08:30.935Z+ chmod 0700 /home/build /work
202026-08-18T22:08:30.938Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-18T22:08:30.945Zstarting task 1: "rust-toolchain"
222026-08-18T22:08:30.948Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T22:08:30.948Z * rust toolchain channel = "stable"
242026-08-18T22:08:30.948Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-18T22:08:30.948Z * rust toolchain profile = "default"
262026-08-18T22:08:30.948Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T22:08:30.948Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T22:08:30.952Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T22:08:30.952Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T22:08:31.055Zinfo: downloading installer
312026-08-18T22:08:32.540Zwarn: It looks like you have an existing rustup settings file at:
322026-08-18T22:08:32.541Zwarn: /home/build/.rustup/settings.toml
332026-08-18T22:08:32.541Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-18T22:08:32.541Zwarn: instead of the one inferred from the default host triple.
352026-08-18T22:08:32.553Zinfo: profile set to default
362026-08-18T22:08:32.553Zinfo: default host triple is x86_64-unknown-illumos
372026-08-18T22:08:32.556Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-18T22:08:32.684Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-18T22:08:32.687Zinfo: downloading 6 components
402026-08-18T22:08:47.689Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-18T22:08:47.689Z
422026-08-18T22:08:47.717Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-18T22:08:47.717Z
442026-08-18T22:08:47.717Z
452026-08-18T22:08:47.717ZRust is installed now. Great!
462026-08-18T22:08:47.717Z
472026-08-18T22:08:47.722ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-18T22:08:47.722Zenvironment variable. This has not been done automatically.
492026-08-18T22:08:47.722Z
502026-08-18T22:08:47.722ZTo configure your current shell, you need to source
512026-08-18T22:08:47.722Zthe corresponding env file under $HOME/.cargo.
522026-08-18T22:08:47.722Z
532026-08-18T22:08:47.722ZThis is usually done by running one of the following (note the leading DOT):
542026-08-18T22:08:47.722Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-18T22:08:47.722Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-18T22:08:47.722Zsource "~/.cargo/env.nu" # For nushell
572026-08-18T22:08:47.722Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-18T22:08:47.722Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-18T22:08:47.722Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-18T22:08:47.722Zwarn: no default linker (`cc`) was found in your PATH
612026-08-18T22:08:47.722Zwarn: many Rust crates require a system C toolchain to build
622026-08-18T22:08:47.825Z+ rustup --version
632026-08-18T22:08:47.834Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-18T22:08:47.837Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-18T22:08:47.856Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-18T22:08:47.859Z+ cargo --version
672026-08-18T22:08:47.873Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-18T22:08:47.876Z+ rustc --version
692026-08-18T22:08:47.895Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-18T22:08:47.898Zprocess exited: duration 16952 ms, exit code 0
 
712026-08-18T22:08:47.904Zstarting task 2: "authentication"
722026-08-18T22:08:47.922Zprocess exited: duration 16 ms, exit code 0
 
732026-08-18T22:08:47.931Zstarting task 3: "clone repository"
742026-08-18T22:08:47.935Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-18T22:08:47.935Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-18T22:08:47.964ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-18T22:08:49.411Z+ cd /work/oxidecomputer/maghemite
782026-08-18T22:08:49.411Z+ git fetch origin dbbeeabef5052148fb64580adbe9e5b2c36c1425
792026-08-18T22:08:49.703ZFrom https://github.com/oxidecomputer/maghemite
802026-08-18T22:08:49.703Z * branch dbbeeabef5052148fb64580adbe9e5b2c36c1425 -> FETCH_HEAD
812026-08-18T22:08:49.708Z+ [[ -n spr/trey/add-ddm_apply-api-endpoint ]]
822026-08-18T22:08:49.711Z++ git branch --show-current
832026-08-18T22:08:49.711Z+ current=main
842026-08-18T22:08:49.711Z+ [[ main != spr/trey/add-ddm_apply-api-endpoint ]]
852026-08-18T22:08:49.711Z+ git branch -f spr/trey/add-ddm_apply-api-endpoint dbbeeabef5052148fb64580adbe9e5b2c36c1425
862026-08-18T22:08:49.714Z+ git checkout -f spr/trey/add-ddm_apply-api-endpoint
872026-08-18T22:08:49.734ZSwitched to branch 'spr/trey/add-ddm_apply-api-endpoint'
882026-08-18T22:08:49.737Z+ git reset --hard dbbeeabef5052148fb64580adbe9e5b2c36c1425
892026-08-18T22:08:49.753ZHEAD is now at dbbeeab Add ddm_apply API endpoint Signed-off-by: Trey Aspelund <trey@oxidecomputer.com>
902026-08-18T22:08:49.759Zprocess exited: duration 1824 ms, exit code 0
 
912026-08-18T22:08:49.766Zstarting task 4: "build"
922026-08-18T22:08:49.770Z+ set -e
932026-08-18T22:08:49.770Z+ source .github/buildomat/test-common.sh
942026-08-18T22:08:49.770Z++ NEXTEST_VERSION=0.9.97
952026-08-18T22:08:49.770Z++ PLATFORM=illumos
962026-08-18T22:08:49.770Z++ source .github/buildomat/common.sh
972026-08-18T22:08:49.770Z+++ export PKG_SUCCESS_ON_NOP=1
982026-08-18T22:08:49.770Z+++ PKG_SUCCESS_ON_NOP=1
992026-08-18T22:08:49.770Z+++ cargo --version
1002026-08-18T22:08:49.775Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1012026-08-18T22:08:49.910Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-18T22:08:49.913Zinfo: downloading 6 components
1032026-08-18T22:09:04.744Zcargo 1.97.1 (c980f4866 2026-06-30)
1042026-08-18T22:09:04.747Z+++ rustc --version
1052026-08-18T22:09:04.773Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1062026-08-18T22:09:04.779Z++ banner install
1072026-08-18T22:09:04.782Z
1082026-08-18T22:09:04.782Z # # # #### ##### ## # #
1092026-08-18T22:09:04.782Z # ## # # # # # # #
1102026-08-18T22:09:04.782Z # # # # #### # # # # #
1112026-08-18T22:09:04.782Z # # # # # # ###### # #
1122026-08-18T22:09:04.782Z # # ## # # # # # # #
1132026-08-18T22:09:04.782Z # # # #### # # # ###### ######
1142026-08-18T22:09:04.782Z
1152026-08-18T22:09:04.782Z++ pfexec pkg install clang-15
1162026-08-18T22:09:07.400Z Startup: Refreshing catalog 'helios' ... Done
1172026-08-18T22:09:07.718Z Startup: Caching catalogs ... Done
1182026-08-18T22:09:09.509ZPlanning: Solver setup ... Done
1192026-08-18T22:09:09.561ZPlanning: Running solver ... Done
1202026-08-18T22:09:09.588ZPlanning: Consolidating action changes ... Done
1212026-08-18T22:09:09.592ZPlanning: Evaluating mediators ... Done
1222026-08-18T22:09:09.592ZPlanning: Planning completed in 1.84 seconds
1232026-08-18T22:09:09.605ZNo updates necessary for this image.
1242026-08-18T22:09:09.817Z++ cargo install cargo-nextest --version 0.9.97
1252026-08-18T22:09:09.861Z Updating crates.io index
1262026-08-18T22:09:09.950Z Downloading crates ...
1272026-08-18T22:09:10.008Z Downloaded cargo-nextest v0.9.97
1282026-08-18T22:09:10.070Z Installing cargo-nextest v0.9.97
1292026-08-18T22:09:10.071Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1302026-08-18T22:09:10.071Z |
1312026-08-18T22:09:10.071Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1322026-08-18T22:09:10.072Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1332026-08-18T22:09:10.108Z Updating crates.io index
1342026-08-18T22:09:12.020Z Locking 396 packages to latest compatible versions
1352026-08-18T22:09:12.024Z Adding dialoguer v0.11.0 (available: v0.12.0)
1362026-08-18T22:09:12.024Z Adding duct v0.13.7 (available: v1.1.1)
1372026-08-18T22:09:12.026Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1382026-08-18T22:09:12.026Z Adding generic-array v0.14.7 (available: v0.14.9)
1392026-08-18T22:09:12.026Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1402026-08-18T22:09:12.026Z Adding itertools v0.14.0 (available: v0.15.0)
1412026-08-18T22:09:12.026Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1422026-08-18T22:09:12.026Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1432026-08-18T22:09:12.030Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1442026-08-18T22:09:12.030Z Adding quick-junit v0.5.2 (available: v0.7.0)
1452026-08-18T22:09:12.055Z Downloading crates ...
1462026-08-18T22:09:12.077Z Downloaded addr2line v0.25.1
1472026-08-18T22:09:12.081Z Downloaded ordered-float v2.10.1
1482026-08-18T22:09:12.090Z Downloaded async-scoped v0.9.0
1492026-08-18T22:09:12.093Z Downloaded adler2 v2.0.1
1502026-08-18T22:09:12.096Z Downloaded camino v1.2.5
1512026-08-18T22:09:12.100Z Downloaded openssl-sys v0.9.117
1522026-08-18T22:09:12.103Z Downloaded parking_lot_core v0.9.12
1532026-08-18T22:09:12.103Z Downloaded parking_lot v0.12.5
1542026-08-18T22:09:12.103Z Downloaded os_pipe v1.2.3
1552026-08-18T22:09:12.107Z Downloaded atomic-waker v1.1.2
1562026-08-18T22:09:12.107Z Downloaded backtrace-ext v0.2.1
1572026-08-18T22:09:12.107Z Downloaded cargo-platform v0.3.3
1582026-08-18T22:09:12.111Z Downloaded rustc_version v0.4.1
1592026-08-18T22:09:12.119Z Downloaded atomicwrites v0.4.4
1602026-08-18T22:09:12.124Z Downloaded globset v0.4.20
1612026-08-18T22:09:12.124Z Downloaded color-spantrace v0.3.0
1622026-08-18T22:09:12.127Z Downloaded rustc-hash v2.1.3
1632026-08-18T22:09:12.131Z Downloaded serde_spanned v1.1.1
1642026-08-18T22:09:12.134Z Downloaded serde_spanned v0.6.9
1652026-08-18T22:09:12.134Z Downloaded cfg-if v1.0.4
1662026-08-18T22:09:12.139Z Downloaded form_urlencoded v1.2.2
1672026-08-18T22:09:12.145Z Downloaded rand_pcg v0.10.2
1682026-08-18T22:09:12.145Z Downloaded serde_ignored v0.1.14
1692026-08-18T22:09:12.146Z Downloaded block-buffer v0.10.4
1702026-08-18T22:09:12.146Z Downloaded crypto-common v0.1.7
1712026-08-18T22:09:12.146Z Downloaded debug-ignore v1.0.5
1722026-08-18T22:09:12.149Z Downloaded curve25519-dalek-derive v0.1.1
1732026-08-18T22:09:12.149Z Downloaded supports-hyperlinks v3.2.0
1742026-08-18T22:09:12.152Z Downloaded cfg_aliases v0.2.2
1752026-08-18T22:09:12.153Z Downloaded cpufeatures v0.2.17
1762026-08-18T22:09:12.158Z Downloaded foreign-types-shared v0.1.1
1772026-08-18T22:09:12.163Z Downloaded shared_child v1.1.1
1782026-08-18T22:09:12.166Z Downloaded colorchoice v1.0.5
1792026-08-18T22:09:12.166Z Downloaded futures-io v0.3.34
1802026-08-18T22:09:12.166Z Downloaded futures-macro v0.3.34
1812026-08-18T22:09:12.170Z Downloaded enable-ansi-support v0.2.1
1822026-08-18T22:09:12.170Z Downloaded equivalent v1.0.2
1832026-08-18T22:09:12.170Z Downloaded quote v1.0.47
1842026-08-18T22:09:12.170Z Downloaded rustls-pki-types v1.15.1
1852026-08-18T22:09:12.173Z Downloaded futures-sink v0.3.34
1862026-08-18T22:09:12.176Z Downloaded scopeguard v1.2.0
1872026-08-18T22:09:12.180Z Downloaded generic-array v0.14.7
1882026-08-18T22:09:12.181Z Downloaded serde_urlencoded v0.7.1
1892026-08-18T22:09:12.185Z Downloaded fnv v1.0.7
1902026-08-18T22:09:12.188Z Downloaded anstyle-query v1.1.5
1912026-08-18T22:09:12.188Z Downloaded clap_lex v1.1.0
1922026-08-18T22:09:12.192Z Downloaded cpufeatures v0.3.0
1932026-08-18T22:09:12.192Z Downloaded futures-core v0.3.34
1942026-08-18T22:09:12.192Z Downloaded rustc-demangle v0.1.28
1952026-08-18T22:09:12.198Z Downloaded serde-value v0.7.0
1962026-08-18T22:09:12.198Z Downloaded serde_path_to_error v0.1.20
1972026-08-18T22:09:12.198Z Downloaded futures-task v0.3.34
1982026-08-18T22:09:12.198Z Downloaded document-features v0.2.12
1992026-08-18T22:09:12.202Z Downloaded errno v0.3.14
2002026-08-18T22:09:12.202Z Downloaded cargo_metadata v0.23.1
2012026-08-18T22:09:12.202Z Downloaded cargo-util-schemas v0.2.0
2022026-08-18T22:09:12.206Z Downloaded anstream v1.0.0
2032026-08-18T22:09:12.211Z Downloaded autocfg v1.5.1
2042026-08-18T22:09:12.214Z Downloaded terminal_size v0.4.4
2052026-08-18T22:09:12.214Z Downloaded tokio-macros v2.7.2
2062026-08-18T22:09:12.214Z Downloaded cargo-platform v0.2.0
2072026-08-18T22:09:12.220Z Downloaded quick-junit v0.5.2
2082026-08-18T22:09:12.220Z Downloaded rand_core v0.10.1
2092026-08-18T22:09:12.220Z Downloaded openssl-macros v0.1.1
2102026-08-18T22:09:12.223Z Downloaded shell-words v1.1.1
2112026-08-18T22:09:12.223Z Downloaded unicode-linebreak v0.1.5
2122026-08-18T22:09:12.227Z Downloaded typeid v1.0.3
2132026-08-18T22:09:12.227Z Downloaded sync_wrapper v1.0.2
2142026-08-18T22:09:12.227Z Downloaded urlencoding v2.1.3
2152026-08-18T22:09:12.235Z Downloaded openssl-probe v0.2.1
2162026-08-18T22:09:12.238Z Downloaded hyper-tls v0.6.0
2172026-08-18T22:09:12.238Z Downloaded nextest-workspace-hack v0.1.0
2182026-08-18T22:09:12.243Z Downloaded swrite v0.1.0
2192026-08-18T22:09:12.247Z Downloaded quinn-udp v0.5.15
2202026-08-18T22:09:12.247Z Downloaded anstyle-parse v1.0.0
2212026-08-18T22:09:12.247Z Downloaded camino-tempfile v1.4.1
2222026-08-18T22:09:12.247Z Downloaded signature v2.2.0
2232026-08-18T22:09:12.251Z Downloaded cargo_metadata v0.20.0
2242026-08-18T22:09:12.251Z Downloaded base64ct v1.8.3
2252026-08-18T22:09:12.251Z Downloaded sigchld v0.2.4
2262026-08-18T22:09:12.255Z Downloaded subtle v2.6.1
2272026-08-18T22:09:12.255Z Downloaded toml_datetime v0.6.11
2282026-08-18T22:09:12.258Z Downloaded anstyle v1.0.14
2292026-08-18T22:09:12.261Z Downloaded dialoguer v0.11.0
2302026-08-18T22:09:12.265Z Downloaded signal-hook-mio v0.2.5
2312026-08-18T22:09:12.265Z Downloaded digest v0.10.7
2322026-08-18T22:09:12.269Z Downloaded supports-unicode v3.0.0
2332026-08-18T22:09:12.269Z Downloaded tinyvec_macros v0.1.1
2342026-08-18T22:09:12.269Z Downloaded ed25519 v2.2.3
2352026-08-18T22:09:12.269Z Downloaded foreign-types v0.3.2
2362026-08-18T22:09:12.274Z Downloaded convert_case v0.10.0
2372026-08-18T22:09:12.274Z Downloaded strip-ansi-escapes v0.2.1
2382026-08-18T22:09:12.274Z Downloaded supports-color v3.0.2
2392026-08-18T22:09:12.274Z Downloaded fastrand v2.5.0
2402026-08-18T22:09:12.274Z Downloaded either v1.17.0
2412026-08-18T22:09:12.274Z Downloaded strsim v0.11.1
2422026-08-18T22:09:12.274Z Downloaded thread_local v1.1.10
2432026-08-18T22:09:12.283Z Downloaded foldhash v0.1.5
2442026-08-18T22:09:12.283Z Downloaded rand_chacha v0.9.0
2452026-08-18T22:09:12.283Z Downloaded serde-untagged v0.1.9
2462026-08-18T22:09:12.288Z Downloaded find-msvc-tools v0.1.11
2472026-08-18T22:09:12.288Z Downloaded idna_adapter v1.0.0
2482026-08-18T22:09:12.288Z Downloaded filetime v0.2.29
2492026-08-18T22:09:12.288Z Downloaded owo-colors v4.3.0
2502026-08-18T22:09:12.292Z Downloaded duct v0.13.7
2512026-08-18T22:09:12.292Z Downloaded erased-serde v0.4.10
2522026-08-18T22:09:12.292Z Downloaded chacha20 v0.10.1
2532026-08-18T22:09:12.292Z Downloaded nested v0.1.1
2542026-08-18T22:09:12.292Z Downloaded cfg-expr v0.20.8
2552026-08-18T22:09:12.296Z Downloaded rand_core v0.6.4
2562026-08-18T22:09:12.299Z Downloaded indent_write v2.2.0
2572026-08-18T22:09:12.299Z Downloaded self-replace v1.5.0
2582026-08-18T22:09:12.303Z Downloaded lazy_static v1.5.0
2592026-08-18T22:09:12.303Z Downloaded pathdiff v0.2.3
2602026-08-18T22:09:12.303Z Downloaded toml_write v0.1.2
2612026-08-18T22:09:12.304Z Downloaded tower-service v0.3.3
2622026-08-18T22:09:12.304Z Downloaded try-lock v0.2.5
2632026-08-18T22:09:12.308Z Downloaded unicode-xid v0.2.6
2642026-08-18T22:09:12.308Z Downloaded utf8parse v0.2.2
2652026-08-18T22:09:12.308Z Downloaded sha2 v0.10.9
2662026-08-18T22:09:12.308Z Downloaded fixedbitset v0.5.7
2672026-08-18T22:09:12.311Z Downloaded pkcs8 v0.10.2
2682026-08-18T22:09:12.311Z Downloaded ppv-lite86 v0.2.21
2692026-08-18T22:09:12.315Z Downloaded want v0.3.1
2702026-08-18T22:09:12.315Z Downloaded thiserror v1.0.69
2712026-08-18T22:09:12.318Z Downloaded thiserror-impl v1.0.69
2722026-08-18T22:09:12.318Z Downloaded zmij v1.0.23
2732026-08-18T22:09:12.318Z Downloaded humantime v2.4.0
2742026-08-18T22:09:12.321Z Downloaded serde_derive v1.0.229
2752026-08-18T22:09:12.321Z Downloaded shlex v2.0.1
2762026-08-18T22:09:12.327Z Downloaded home v0.5.12
2772026-08-18T22:09:12.331Z Downloaded tower-layer v0.3.3
2782026-08-18T22:09:12.331Z Downloaded mukti-metadata v0.3.0
2792026-08-18T22:09:12.331Z Downloaded signal-hook-registry v1.4.8
2802026-08-18T22:09:12.331Z Downloaded slab v0.4.12
2812026-08-18T22:09:12.334Z Downloaded is_ci v1.2.0
2822026-08-18T22:09:12.339Z Downloaded simd-adler32 v0.3.10
2832026-08-18T22:09:12.342Z Downloaded target-lexicon v0.13.5
2842026-08-18T22:09:12.342Z Downloaded tokio-native-tls v0.3.1
2852026-08-18T22:09:12.343Z Downloaded ahash v0.8.12
2862026-08-18T22:09:12.346Z Downloaded clap_derive v4.6.4
2872026-08-18T22:09:12.350Z Downloaded thiserror-impl v2.0.20
2882026-08-18T22:09:12.350Z Downloaded smol_str v0.3.6
2892026-08-18T22:09:12.350Z Downloaded static_assertions v1.1.0
2902026-08-18T22:09:12.353Z Downloaded heck v0.5.0
2912026-08-18T22:09:12.353Z Downloaded futures-channel v0.3.34
2922026-08-18T22:09:12.356Z Downloaded futures-executor v0.3.34
2932026-08-18T22:09:12.356Z Downloaded getrandom v0.2.17
2942026-08-18T22:09:12.360Z Downloaded eyre v0.6.14
2952026-08-18T22:09:12.363Z Downloaded xxhash-rust v0.8.18
2962026-08-18T22:09:12.364Z Downloaded const-oid v0.9.6
2972026-08-18T22:09:12.364Z Downloaded rand_core v0.9.5
2982026-08-18T22:09:12.364Z Downloaded spki v0.7.3
2992026-08-18T22:09:12.367Z Downloaded target-spec-miette v0.4.8
3002026-08-18T22:09:12.367Z Downloaded future-queue v0.4.0
3012026-08-18T22:09:12.367Z Downloaded toml v0.8.23
3022026-08-18T22:09:12.371Z Downloaded http-body v1.1.0
3032026-08-18T22:09:12.371Z Downloaded itoa v1.0.18
3042026-08-18T22:09:12.371Z Downloaded hex v0.4.3
3052026-08-18T22:09:12.376Z Downloaded proc-macro2 v1.0.107
3062026-08-18T22:09:12.377Z Downloaded crc32fast v1.5.0
3072026-08-18T22:09:12.377Z Downloaded xattr v1.6.1
3082026-08-18T22:09:12.380Z Downloaded ipnet v2.12.1
3092026-08-18T22:09:12.384Z Downloaded tracing-error v0.2.1
3102026-08-18T22:09:12.384Z Downloaded is_terminal_polyfill v1.70.2
3112026-08-18T22:09:12.387Z Downloaded version_check v0.9.5
3122026-08-18T22:09:12.387Z Downloaded percent-encoding v2.3.2
3132026-08-18T22:09:12.387Z Downloaded guppy-workspace-hack v0.1.0
3142026-08-18T22:09:12.392Z Downloaded utf8_iter v1.0.4
3152026-08-18T22:09:12.395Z Downloaded lru-slab v0.1.2
3162026-08-18T22:09:12.395Z Downloaded toml_parser v1.1.3+spec-1.1.0
3172026-08-18T22:09:12.406Z Downloaded native-tls v0.2.18
3182026-08-18T22:09:12.411Z Downloaded indenter v0.3.4
3192026-08-18T22:09:12.415Z Downloaded nextest-metadata v0.12.2
3202026-08-18T22:09:12.415Z Downloaded untrusted v0.9.0
3212026-08-18T22:09:12.415Z Downloaded humantime-serde v1.1.1
3222026-08-18T22:09:12.419Z Downloaded hyper-rustls v0.27.9
3232026-08-18T22:09:12.424Z Downloaded number_prefix v0.4.0
3242026-08-18T22:09:12.424Z Downloaded tokio-rustls v0.26.4
3252026-08-18T22:09:12.427Z Downloaded zipsign-api v0.1.5
3262026-08-18T22:09:12.427Z Downloaded config v0.15.25
3272026-08-18T22:09:12.427Z Downloaded getrandom v0.3.4
3282026-08-18T22:09:12.430Z Downloaded console v0.15.11
3292026-08-18T22:09:12.434Z Downloaded getrandom v0.4.3
3302026-08-18T22:09:12.434Z Downloaded semver v1.0.28
3312026-08-18T22:09:12.434Z Downloaded target-spec v3.6.0
3322026-08-18T22:09:12.439Z Downloaded thiserror v2.0.20
3332026-08-18T22:09:12.442Z Downloaded smallvec v1.15.2
3342026-08-18T22:09:12.442Z Downloaded derive-where v1.6.1
3352026-08-18T22:09:12.442Z Downloaded futures v0.3.34
3362026-08-18T22:09:12.445Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3372026-08-18T22:09:12.445Z Downloaded tokio-stream v0.1.19
3382026-08-18T22:09:12.449Z Downloaded jobserver v0.1.35
3392026-08-18T22:09:12.449Z Downloaded borsh v1.8.0
3402026-08-18T22:09:12.466Z Downloaded pin-project-internal v1.1.13
3412026-08-18T22:09:12.466Z Downloaded pkg-config v0.3.34
3422026-08-18T22:09:12.466Z Downloaded tracing-log v0.2.0
3432026-08-18T22:09:12.466Z Downloaded zeroize v1.9.0
3442026-08-18T22:09:12.466Z Downloaded http-body-util v0.1.5
3452026-08-18T22:09:12.469Z Downloaded unicase v2.9.0
3462026-08-18T22:09:12.469Z Downloaded bitflags v2.13.1
3472026-08-18T22:09:12.469Z Downloaded pin-project v1.1.13
3482026-08-18T22:09:12.469Z Downloaded tracing-attributes v0.1.31
3492026-08-18T22:09:12.469Z Downloaded litrs v1.0.0
3502026-08-18T22:09:12.470Z Downloaded lock_api v0.4.14
3512026-08-18T22:09:12.470Z Downloaded once_cell v1.21.4
3522026-08-18T22:09:12.470Z Downloaded toml_writer v1.1.2+spec-1.1.0
3532026-08-18T22:09:12.471Z Downloaded tracing-core v0.1.36
3542026-08-18T22:09:12.475Z Downloaded bytes v1.12.1
3552026-08-18T22:09:12.475Z Downloaded self_update v0.42.0
3562026-08-18T22:09:12.478Z Downloaded pin-project-lite v0.2.17
3572026-08-18T22:09:12.481Z Downloaded toml v1.1.4+spec-1.1.0
3582026-08-18T22:09:12.484Z Downloaded nextest-filtering v0.15.0
3592026-08-18T22:09:12.488Z Downloaded zstd-safe v7.2.4
3602026-08-18T22:09:12.488Z Downloaded clap v4.6.6
3612026-08-18T22:09:12.491Z Downloaded newtype-uuid v1.4.0
3622026-08-18T22:09:12.494Z Downloaded miette-derive v7.6.0
3632026-08-18T22:09:12.499Z Downloaded serde_core v1.0.229
3642026-08-18T22:09:12.499Z Downloaded signal-hook v0.3.18
3652026-08-18T22:09:12.503Z Downloaded miniz_oxide v0.8.9
3662026-08-18T22:09:12.503Z Downloaded quick-xml v0.37.5
3672026-08-18T22:09:12.503Z Downloaded rand v0.10.2
3682026-08-18T22:09:12.515Z Downloaded socket2 v0.6.5
3692026-08-18T22:09:12.515Z Downloaded iana-time-zone v0.1.65
3702026-08-18T22:09:12.519Z Downloaded vte v0.14.1
3712026-08-18T22:09:12.519Z Downloaded backtrace v0.3.76
3722026-08-18T22:09:12.519Z Downloaded base64 v0.22.1
3732026-08-18T22:09:12.519Z Downloaded derive_more v2.1.1
3742026-08-18T22:09:12.522Z Downloaded flate2 v1.1.9
3752026-08-18T22:09:12.527Z Downloaded unicode-ident v1.0.24
3762026-08-18T22:09:12.527Z Downloaded httparse v1.10.1
3772026-08-18T22:09:12.532Z Downloaded zstd v0.13.3
3782026-08-18T22:09:12.538Z Downloaded ryu v1.0.23
3792026-08-18T22:09:12.541Z Downloaded quinn v0.11.11
3802026-08-18T22:09:12.546Z Downloaded cc v1.4.3
3812026-08-18T22:09:12.546Z Downloaded derive_more-impl v2.1.1
3822026-08-18T22:09:12.550Z Downloaded der v0.7.10
3832026-08-18T22:09:12.550Z Downloaded ed25519-dalek v2.2.0
3842026-08-18T22:09:12.553Z Downloaded tempfile v3.27.0
3852026-08-18T22:09:12.557Z Downloaded textwrap v0.16.2
3862026-08-18T22:09:12.557Z Downloaded tinyvec v1.12.0
3872026-08-18T22:09:12.564Z Downloaded sharded-slab v0.1.7
3882026-08-18T22:09:12.572Z Downloaded toml_edit v0.22.27
3892026-08-18T22:09:12.576Z Downloaded url v2.5.8
3902026-08-18T22:09:12.585Z Downloaded tower v0.5.3
3912026-08-18T22:09:12.589Z Downloaded log v0.4.33
3922026-08-18T22:09:12.593Z Downloaded serde v1.0.229
3932026-08-18T22:09:12.597Z Downloaded tar v0.4.46
3942026-08-18T22:09:12.601Z Downloaded num-traits v0.2.19
3952026-08-18T22:09:12.602Z Downloaded crossterm v0.29.0
3962026-08-18T22:09:12.605Z Downloaded memchr v2.8.3
3972026-08-18T22:09:12.608Z Downloaded uuid v1.24.1
3982026-08-18T22:09:12.612Z Downloaded rustls-webpki v0.103.14
3992026-08-18T22:09:12.612Z Downloaded ron v0.12.2
4002026-08-18T22:09:12.617Z Downloaded typenum v1.20.1
4012026-08-18T22:09:12.620Z Downloaded unicode-normalization v0.1.25
4022026-08-18T22:09:12.620Z Downloaded rand v0.9.5
4032026-08-18T22:09:12.637Z Downloaded indicatif v0.17.11
4042026-08-18T22:09:12.642Z Downloaded hashbrown v0.15.5
4052026-08-18T22:09:12.654Z Downloaded itertools v0.14.0
4062026-08-18T22:09:12.657Z Downloaded unicode-segmentation v1.13.3
4072026-08-18T22:09:12.679Z Downloaded clap_builder v4.6.6
4082026-08-18T22:09:12.685Z Downloaded http v1.5.0
4092026-08-18T22:09:12.690Z Downloaded aho-corasick v1.1.5
4102026-08-18T22:09:12.690Z Downloaded futures-util v0.3.34
4112026-08-18T22:09:12.693Z Downloaded hyper v1.11.0
4122026-08-18T22:09:12.699Z Downloaded h2 v0.4.16
4132026-08-18T22:09:12.702Z Downloaded indexmap v2.14.0
4142026-08-18T22:09:12.702Z Downloaded mio v1.2.2
4152026-08-18T22:09:12.706Z Downloaded winnow v0.7.15
4162026-08-18T22:09:12.710Z Downloaded portable-atomic v1.15.0
4172026-08-18T22:09:12.713Z Downloaded hyper-util v0.1.20
4182026-08-18T22:09:12.717Z Downloaded tower-http v0.6.11
4192026-08-18T22:09:12.720Z Downloaded miette v7.6.0
4202026-08-18T22:09:12.724Z Downloaded webpki-roots v1.0.9
4212026-08-18T22:09:12.727Z Downloaded winnow v1.0.4
4222026-08-18T22:09:12.730Z Downloaded chrono v0.4.45
4232026-08-18T22:09:12.733Z Downloaded tokio-util v0.7.19
4242026-08-18T22:09:12.745Z Downloaded pulldown-cmark v0.13.4
4252026-08-18T22:09:12.752Z Downloaded regex v1.13.1
4262026-08-18T22:09:12.763Z Downloaded guppy v0.17.26
4272026-08-18T22:09:12.767Z Downloaded hashbrown v0.17.1
4282026-08-18T22:09:12.770Z Downloaded idna v1.1.0
4292026-08-18T22:09:12.773Z Downloaded serde_json v1.0.151
4302026-08-18T22:09:12.777Z Downloaded curve25519-dalek v4.1.3
4312026-08-18T22:09:12.781Z Downloaded quick-xml v0.38.4
4322026-08-18T22:09:12.785Z Downloaded gimli v0.32.3
4332026-08-18T22:09:12.788Z Downloaded nextest-runner v0.80.0
4342026-08-18T22:09:12.794Z Downloaded zerocopy v0.8.56
4352026-08-18T22:09:12.804Z Downloaded unicode-width v0.2.2
4362026-08-18T22:09:12.809Z Downloaded reqwest v0.12.28
4372026-08-18T22:09:12.813Z Downloaded bstr v1.13.1
4382026-08-18T22:09:12.816Z Downloaded object v0.37.3
4392026-08-18T22:09:12.822Z Downloaded openssl v0.10.81
4402026-08-18T22:09:12.846Z Downloaded tracing v0.1.44
4412026-08-18T22:09:12.862Z Downloaded color-eyre v0.6.5
4422026-08-18T22:09:12.872Z Downloaded quinn-proto v0.11.17
4432026-08-18T22:09:12.876Z Downloaded tracing-subscriber v0.3.23
4442026-08-18T22:09:12.882Z Downloaded petgraph v0.8.3
4452026-08-18T22:09:12.896Z Downloaded vcpkg v0.2.15
4462026-08-18T22:09:12.914Z Downloaded libc v0.2.189
4472026-08-18T22:09:12.938Z Downloaded unicode-width v0.1.14
4482026-08-18T22:09:12.943Z Downloaded syn v2.0.119
4492026-08-18T22:09:12.962Z Downloaded syn v3.0.3
4502026-08-18T22:09:12.970Z Downloaded regex-syntax v0.8.11
4512026-08-18T22:09:12.983Z Downloaded rustix v0.38.44
4522026-08-18T22:09:13.006Z Downloaded rustls v0.23.43
4532026-08-18T22:09:13.012Z Downloaded nix v0.30.1
4542026-08-18T22:09:13.019Z Downloaded rustix v1.1.4
4552026-08-18T22:09:13.111Z Downloaded regex-automata v0.4.18
4562026-08-18T22:09:13.165Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4572026-08-18T22:09:13.199Z Downloaded tokio v1.53.1
4582026-08-18T22:09:13.265Z Downloaded recursion v0.5.4
4592026-08-18T22:09:13.282Z Downloaded ring v0.17.14
4602026-08-18T22:09:13.350Z Compiling proc-macro2 v1.0.107
4612026-08-18T22:09:13.358Z Compiling libc v0.2.189
4622026-08-18T22:09:13.358Z Compiling unicode-ident v1.0.24
4632026-08-18T22:09:13.359Z Compiling quote v1.0.47
4642026-08-18T22:09:13.359Z Compiling serde_core v1.0.229
4652026-08-18T22:09:13.359Z Compiling cfg-if v1.0.4
4662026-08-18T22:09:13.476Z Compiling memchr v2.8.3
4672026-08-18T22:09:13.480Z Compiling once_cell v1.21.4
4682026-08-18T22:09:13.576Z Compiling log v0.4.33
4692026-08-18T22:09:13.625Z Compiling pin-project-lite v0.2.17
4702026-08-18T22:09:13.743Z Compiling serde v1.0.229
4712026-08-18T22:09:13.787Z Compiling itoa v1.0.18
4722026-08-18T22:09:13.936Z Compiling futures-core v0.3.34
4732026-08-18T22:09:14.040Z Compiling smallvec v1.15.2
4742026-08-18T22:09:14.191Z Compiling bitflags v2.13.1
4752026-08-18T22:09:14.202Z Compiling find-msvc-tools v0.1.11
4762026-08-18T22:09:14.314Z Compiling hashbrown v0.17.1
4772026-08-18T22:09:14.362Z Compiling shlex v2.0.1
4782026-08-18T22:09:14.536Z Compiling errno v0.3.14
4792026-08-18T22:09:14.551Z Compiling equivalent v1.0.2
4802026-08-18T22:09:14.561Z Compiling bytes v1.12.1
4812026-08-18T22:09:14.646Z Compiling jobserver v0.1.35
4822026-08-18T22:09:14.711Z Compiling signal-hook-registry v1.4.8
4832026-08-18T22:09:14.766Z Compiling mio v1.2.2
4842026-08-18T22:09:14.837Z Compiling syn v3.0.3
4852026-08-18T22:09:14.895Z Compiling syn v2.0.119
4862026-08-18T22:09:14.978Z Compiling cc v1.4.3
4872026-08-18T22:09:15.013Z Compiling futures-sink v0.3.34
4882026-08-18T22:09:15.134Z Compiling rustix v1.1.4
4892026-08-18T22:09:15.168Z Compiling socket2 v0.6.5
4902026-08-18T22:09:15.444Z Compiling slab v0.4.12
4912026-08-18T22:09:15.467Z Compiling zmij v1.0.23
4922026-08-18T22:09:15.653Z Compiling autocfg v1.5.1
4932026-08-18T22:09:15.820Z Compiling futures-channel v0.3.34
4942026-08-18T22:09:15.919Z Compiling indexmap v2.14.0
4952026-08-18T22:09:16.006Z Compiling tracing-core v0.1.36
4962026-08-18T22:09:16.063Z Compiling serde_json v1.0.151
4972026-08-18T22:09:16.079Z Compiling version_check v0.9.5
4982026-08-18T22:09:16.311Z Compiling futures-task v0.3.34
4992026-08-18T22:09:16.344Z Compiling getrandom v0.4.3
5002026-08-18T22:09:16.487Z Compiling futures-io v0.3.34
5012026-08-18T22:09:16.633Z Compiling unicode-width v0.2.2
5022026-08-18T22:09:16.689Z Compiling percent-encoding v2.3.2
5032026-08-18T22:09:16.751Z Compiling camino v1.2.5
5042026-08-18T22:09:16.969Z Compiling ring v0.17.14
5052026-08-18T22:09:17.062Z Compiling http v1.5.0
5062026-08-18T22:09:17.119Z Compiling simd-adler32 v0.3.10
5072026-08-18T22:09:17.131Z Compiling adler2 v2.0.1
5082026-08-18T22:09:17.307Z Compiling zeroize v1.9.0
5092026-08-18T22:09:17.512Z Compiling miniz_oxide v0.8.9
5102026-08-18T22:09:17.660Z Compiling serde_derive v1.0.229
5112026-08-18T22:09:17.973Z Compiling tokio-macros v2.7.2
5122026-08-18T22:09:18.166Z Compiling futures-macro v0.3.34
5132026-08-18T22:09:18.468Z Compiling tracing-attributes v0.1.31
5142026-08-18T22:09:18.732Z Compiling tokio v1.53.1
5152026-08-18T22:09:18.895Z Compiling num-traits v0.2.19
5162026-08-18T22:09:18.945Z Compiling zerocopy v0.8.56
5172026-08-18T22:09:18.990Z Compiling futures-util v0.3.34
5182026-08-18T22:09:19.130Z Compiling getrandom v0.3.4
5192026-08-18T22:09:19.203Z Compiling object v0.37.3
5202026-08-18T22:09:19.331Z Compiling target-lexicon v0.13.5
5212026-08-18T22:09:19.543Z Compiling http-body v1.1.0
5222026-08-18T22:09:19.669Z Compiling tracing v0.1.44
5232026-08-18T22:09:19.707Z Compiling rustls-pki-types v1.15.1
5242026-08-18T22:09:19.720Z Compiling form_urlencoded v1.2.2
5252026-08-18T22:09:19.841Z Compiling semver v1.0.28
5262026-08-18T22:09:19.992Z Compiling getrandom v0.2.17
5272026-08-18T22:09:20.017Z Compiling utf8_iter v1.0.4
5282026-08-18T22:09:20.189Z Compiling guppy-workspace-hack v0.1.0
5292026-08-18T22:09:20.194Z Compiling owo-colors v4.3.0
5302026-08-18T22:09:20.416Z Compiling gimli v0.32.3
5312026-08-18T22:09:20.500Z Compiling untrusted v0.9.0
5322026-08-18T22:09:20.537Z Compiling thiserror v2.0.20
5332026-08-18T22:09:20.555Z Compiling idna_adapter v1.0.0
5342026-08-18T22:09:20.635Z Compiling signal-hook v0.3.18
5352026-08-18T22:09:20.662Z Compiling httparse v1.10.1
5362026-08-18T22:09:20.857Z Compiling fnv v1.0.7
5372026-08-18T22:09:20.939Z Compiling idna v1.1.0
5382026-08-18T22:09:21.809Z Compiling thiserror-impl v2.0.20
5392026-08-18T22:09:21.828Z Compiling generic-array v0.14.7
5402026-08-18T22:09:22.062Z Compiling target-spec v3.6.0
5412026-08-18T22:09:22.351Z Compiling addr2line v0.25.1
5422026-08-18T22:09:22.572Z Compiling fastrand v2.5.0
5432026-08-18T22:09:22.796Z Compiling tokio-util v0.7.19
5442026-08-18T22:09:22.919Z Compiling rustc-demangle v0.1.28
5452026-08-18T22:09:22.991Z Compiling pkg-config v0.3.34
5462026-08-18T22:09:23.095Z Compiling typeid v1.0.3
5472026-08-18T22:09:23.387Z Compiling try-lock v0.2.5
5482026-08-18T22:09:23.421Z Compiling rustls v0.23.43
5492026-08-18T22:09:23.512Z Compiling tower-service v0.3.3
5502026-08-18T22:09:23.617Z Compiling atomic-waker v1.1.2
5512026-08-18T22:09:23.633Z Compiling thiserror v1.0.69
5522026-08-18T22:09:23.762Z Compiling h2 v0.4.16
5532026-08-18T22:09:23.903Z Compiling backtrace v0.3.76
5542026-08-18T22:09:23.907Z Compiling want v0.3.1
5552026-08-18T22:09:24.101Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5562026-08-18T22:09:24.301Z Compiling tempfile v3.27.0
5572026-08-18T22:09:24.425Z Compiling cfg-expr v0.20.8
5582026-08-18T22:09:24.511Z Compiling url v2.5.8
5592026-08-18T22:09:25.396Z Compiling thiserror-impl v1.0.69
5602026-08-18T22:09:25.643Z Compiling terminal_size v0.4.4
5612026-08-18T22:09:25.808Z Compiling aho-corasick v1.1.5
5622026-08-18T22:09:26.025Z Compiling subtle v2.6.1
5632026-08-18T22:09:26.204Z Compiling erased-serde v0.4.10
5642026-08-18T22:09:26.517Z Compiling typenum v1.20.1
5652026-08-18T22:09:26.539Z Compiling regex-syntax v0.8.11
5662026-08-18T22:09:26.912Z Compiling rustls-webpki v0.103.14
5672026-08-18T22:09:27.215Z Compiling winnow v0.7.15
5682026-08-18T22:09:28.808Z Compiling regex-automata v0.4.18
5692026-08-18T22:09:29.920Z Compiling hyper v1.11.0
5702026-08-18T22:09:31.318Z Compiling serde_spanned v0.6.9
5712026-08-18T22:09:31.466Z Compiling toml_datetime v0.6.11
5722026-08-18T22:09:31.783Z Compiling ahash v0.8.12
5732026-08-18T22:09:31.833Z Compiling sync_wrapper v1.0.2
5742026-08-18T22:09:31.958Z Compiling tower-layer v0.3.3
5752026-08-18T22:09:32.039Z Compiling parking_lot_core v0.9.12
5762026-08-18T22:09:32.176Z Compiling either v1.17.0
5772026-08-18T22:09:32.317Z Compiling crc32fast v1.5.0
5782026-08-18T22:09:32.428Z Compiling foldhash v0.1.5
5792026-08-18T22:09:32.616Z Compiling lazy_static v1.5.0
5802026-08-18T22:09:32.663Z Compiling nextest-workspace-hack v0.1.0
5812026-08-18T22:09:32.730Z Compiling toml_write v0.1.2
5822026-08-18T22:09:32.882Z Compiling base64 v0.22.1
5832026-08-18T22:09:32.976Z Compiling ipnet v2.12.1
5842026-08-18T22:09:33.380Z Compiling unicode-linebreak v0.1.5
5852026-08-18T22:09:33.483Z Compiling is_ci v1.2.0
5862026-08-18T22:09:33.660Z Compiling unicode-segmentation v1.13.3
5872026-08-18T22:09:33.672Z Compiling portable-atomic v1.15.0
5882026-08-18T22:09:33.675Z Compiling supports-color v3.0.2
5892026-08-18T22:09:33.845Z Compiling textwrap v0.16.2
5902026-08-18T22:09:33.927Z Compiling hyper-util v0.1.20
5912026-08-18T22:09:34.058Z Compiling convert_case v0.10.0
5922026-08-18T22:09:34.161Z Compiling toml_edit v0.22.27
5932026-08-18T22:09:34.191Z Compiling sharded-slab v0.1.7
5942026-08-18T22:09:34.372Z Compiling hashbrown v0.15.5
5952026-08-18T22:09:34.878Z Compiling tokio-rustls v0.26.4
5962026-08-18T22:09:35.019Z Compiling tower v0.5.3
5972026-08-18T22:09:35.224Z Compiling backtrace-ext v0.2.1
5982026-08-18T22:09:35.493Z Compiling ordered-float v2.10.1
5992026-08-18T22:09:35.607Z Compiling webpki-roots v1.0.9
6002026-08-18T22:09:35.746Z Compiling miette-derive v7.6.0
6012026-08-18T22:09:35.787Z Compiling pathdiff v0.2.3
6022026-08-18T22:09:35.812Z Compiling console v0.15.11
6032026-08-18T22:09:35.920Z Compiling tracing-log v0.2.0
6042026-08-18T22:09:36.277Z Compiling cargo-platform v0.3.3
6052026-08-18T22:09:36.547Z Compiling os_pipe v1.2.3
6062026-08-18T22:09:36.728Z Compiling thread_local v1.1.10
6072026-08-18T22:09:36.836Z Compiling utf8parse v0.2.2
6082026-08-18T22:09:36.839Z Compiling supports-unicode v3.0.0
6092026-08-18T22:09:37.024Z Compiling pulldown-cmark v0.13.4
6102026-08-18T22:09:37.070Z Compiling scopeguard v1.2.0
6112026-08-18T22:09:37.154Z Compiling unicode-width v0.1.14
6122026-08-18T22:09:37.184Z Compiling cfg_aliases v0.2.2
6132026-08-18T22:09:37.247Z Compiling ryu v1.0.23
6142026-08-18T22:09:37.264Z Compiling fixedbitset v0.5.7
6152026-08-18T22:09:37.291Z Compiling debug-ignore v1.0.5
6162026-08-18T22:09:37.413Z Compiling winnow v1.0.4
6172026-08-18T22:09:37.461Z Compiling supports-hyperlinks v3.2.0
6182026-08-18T22:09:37.541Z Compiling zstd-safe v7.2.4
6192026-08-18T22:09:37.685Z Compiling rustix v0.38.44
6202026-08-18T22:09:37.779Z Compiling miette v7.6.0
6212026-08-18T22:09:37.783Z Compiling petgraph v0.8.3
6222026-08-18T22:09:38.126Z Compiling serde_urlencoded v0.7.1
6232026-08-18T22:09:38.469Z Compiling toml_parser v1.1.3+spec-1.1.0
6242026-08-18T22:09:38.885Z Compiling nix v0.30.1
6252026-08-18T22:09:39.292Z Compiling lock_api v0.4.14
6262026-08-18T22:09:39.549Z Compiling anstyle-parse v1.0.0
6272026-08-18T22:09:39.740Z Compiling tracing-subscriber v0.3.23
6282026-08-18T22:09:39.768Z Compiling sigchld v0.2.4
6292026-08-18T22:09:39.782Z Compiling cargo_metadata v0.23.1
6302026-08-18T22:09:39.970Z Compiling serde-value v0.7.0
6312026-08-18T22:09:40.401Z Compiling toml v0.8.23
6322026-08-18T22:09:40.645Z Compiling hyper-rustls v0.27.9
6332026-08-18T22:09:41.307Z Compiling serde-untagged v0.1.9
6342026-08-18T22:09:41.698Z Compiling tower-http v0.6.11
6352026-08-18T22:09:42.472Z Compiling derive_more-impl v2.1.1
6362026-08-18T22:09:42.707Z Compiling itertools v0.14.0
6372026-08-18T22:09:43.081Z Compiling regex v1.13.1
6382026-08-18T22:09:43.308Z Compiling crypto-common v0.1.7
6392026-08-18T22:09:43.425Z Compiling block-buffer v0.10.4
6402026-08-18T22:09:43.439Z Compiling ppv-lite86 v0.2.21
6412026-08-18T22:09:43.584Z Compiling rand_core v0.9.5
6422026-08-18T22:09:43.590Z Compiling futures-executor v0.3.34
6432026-08-18T22:09:43.783Z Compiling http-body-util v0.1.5
6442026-08-18T22:09:43.849Z Compiling pin-project-internal v1.1.13
6452026-08-18T22:09:44.088Z Compiling uuid v1.24.1
6462026-08-18T22:09:44.124Z Compiling eyre v0.6.14
6472026-08-18T22:09:44.247Z Compiling serde_spanned v1.1.1
6482026-08-18T22:09:44.393Z Compiling smol_str v0.3.6
6492026-08-18T22:09:44.406Z Compiling toml_datetime v1.1.1+spec-1.1.0
6502026-08-18T22:09:44.521Z Compiling filetime v0.2.29
6512026-08-18T22:09:44.638Z Compiling bstr v1.13.1
6522026-08-18T22:09:44.733Z Compiling vte v0.14.1
6532026-08-18T22:09:44.746Z Compiling number_prefix v0.4.0
6542026-08-18T22:09:44.825Z Compiling self_update v0.42.0
6552026-08-18T22:09:44.897Z Compiling static_assertions v1.1.0
6562026-08-18T22:09:44.911Z Compiling nested v0.1.1
6572026-08-18T22:09:45.070Z Compiling iana-time-zone v0.1.65
6582026-08-18T22:09:45.083Z Compiling litrs v1.0.0
6592026-08-18T22:09:45.107Z Compiling is_terminal_polyfill v1.70.2
6602026-08-18T22:09:45.156Z Compiling colorchoice v1.0.5
6612026-08-18T22:09:45.211Z Compiling anstyle-query v1.1.5
6622026-08-18T22:09:45.283Z Compiling anstyle v1.0.14
6632026-08-18T22:09:45.324Z Compiling tinyvec_macros v0.1.1
6642026-08-18T22:09:45.337Z Compiling unicode-xid v0.2.6
6652026-08-18T22:09:45.368Z Compiling xattr v1.6.1
6662026-08-18T22:09:45.399Z Compiling color-spantrace v0.3.0
6672026-08-18T22:09:45.474Z Compiling unicase v2.9.0
6682026-08-18T22:09:45.519Z Compiling document-features v0.2.12
6692026-08-18T22:09:45.532Z Compiling tar v0.4.46
6702026-08-18T22:09:45.543Z Compiling anstream v1.0.0
6712026-08-18T22:09:45.555Z Compiling cargo-util-schemas v0.2.0
6722026-08-18T22:09:45.744Z Compiling tinyvec v1.12.0
6732026-08-18T22:09:46.030Z Compiling chrono v0.4.45
6742026-08-18T22:09:46.090Z Compiling globset v0.4.20
6752026-08-18T22:09:46.200Z Compiling guppy v0.17.26
6762026-08-18T22:09:46.807Z Compiling pin-project v1.1.13
6772026-08-18T22:09:46.923Z Compiling strip-ansi-escapes v0.2.1
6782026-08-18T22:09:47.456Z Compiling indicatif v0.17.11
6792026-08-18T22:09:47.983Z Compiling toml v1.1.4+spec-1.1.0
6802026-08-18T22:09:48.063Z Compiling nextest-metadata v0.12.2
6812026-08-18T22:09:48.618Z Compiling newtype-uuid v1.4.0
6822026-08-18T22:09:48.827Z Compiling reqwest v0.12.28
6832026-08-18T22:09:49.342Z Compiling futures v0.3.34
6842026-08-18T22:09:49.355Z Compiling rand_chacha v0.9.0
6852026-08-18T22:09:49.433Z Compiling digest v0.10.7
6862026-08-18T22:09:49.670Z Compiling derive_more v2.1.1
6872026-08-18T22:09:49.761Z Compiling flate2 v1.1.9
6882026-08-18T22:09:49.971Z Compiling parking_lot v0.12.5
6892026-08-18T22:09:50.320Z Compiling tracing-error v0.2.1
6902026-08-18T22:09:50.569Z Compiling shared_child v1.1.1
6912026-08-18T22:09:50.897Z Compiling signal-hook-mio v0.2.5
6922026-08-18T22:09:50.940Z Compiling self-replace v1.5.0
6932026-08-18T22:09:51.033Z Compiling cargo-platform v0.2.0
6942026-08-18T22:09:51.045Z Compiling quick-xml v0.37.5
6952026-08-18T22:09:51.208Z Compiling quick-xml v0.38.4
6962026-08-18T22:09:51.589Z Compiling strsim v0.11.1
6972026-08-18T22:09:52.166Z Compiling humantime v2.4.0
6982026-08-18T22:09:52.406Z Compiling heck v0.5.0
6992026-08-18T22:09:52.564Z Compiling cpufeatures v0.2.17
7002026-08-18T22:09:52.608Z Compiling recursion v0.5.4
7012026-08-18T22:09:52.638Z Compiling indenter v0.3.4
7022026-08-18T22:09:52.762Z Compiling clap_lex v1.1.0
7032026-08-18T22:09:52.775Z Compiling urlencoding v2.1.3
7042026-08-18T22:09:52.876Z Compiling shell-words v1.1.1
7052026-08-18T22:09:53.009Z Compiling clap_builder v4.6.6
7062026-08-18T22:09:53.009Z Compiling clap_derive v4.6.4
7072026-08-18T22:09:53.259Z Compiling nextest-filtering v0.15.0
7082026-08-18T22:09:53.637Z Compiling sha2 v0.10.9
7092026-08-18T22:09:54.737Z Compiling humantime-serde v1.1.1
7102026-08-18T22:09:54.906Z Compiling quick-junit v0.5.2
7112026-08-18T22:09:54.906Z Compiling atomicwrites v0.4.4
7122026-08-18T22:09:55.203Z Compiling cargo_metadata v0.20.0
7132026-08-18T22:09:57.099Z Compiling crossterm v0.29.0
7142026-08-18T22:09:57.960Z Compiling cargo-nextest v0.9.97
7152026-08-18T22:09:58.274Z Compiling duct v0.13.7
7162026-08-18T22:10:00.167Z Compiling rand v0.9.5
7172026-08-18T22:10:00.287Z Compiling async-scoped v0.9.0
7182026-08-18T22:10:00.360Z Compiling config v0.15.25
7192026-08-18T22:10:00.389Z Compiling unicode-normalization v0.1.25
7202026-08-18T22:10:00.480Z Compiling target-spec-miette v0.4.8
7212026-08-18T22:10:00.699Z Compiling future-queue v0.4.0
7222026-08-18T22:10:00.889Z Compiling mukti-metadata v0.3.0
7232026-08-18T22:10:00.901Z Compiling camino-tempfile v1.4.1
7242026-08-18T22:10:00.977Z Compiling tokio-stream v0.1.19
7252026-08-18T22:10:00.977Z Compiling derive-where v1.6.1
7262026-08-18T22:10:01.301Z Compiling serde_ignored v0.1.14
7272026-08-18T22:10:01.376Z Compiling serde_path_to_error v0.1.20
7282026-08-18T22:10:01.538Z Compiling home v0.5.12
7292026-08-18T22:10:01.551Z Compiling swrite v0.1.0
7302026-08-18T22:10:01.663Z Compiling hex v0.4.3
7312026-08-18T22:10:01.710Z Compiling indent_write v2.2.0
7322026-08-18T22:10:01.839Z Compiling xxhash-rust v0.8.18
7332026-08-18T22:10:01.971Z Compiling color-eyre v0.6.5
7342026-08-18T22:10:02.018Z Compiling clap v4.6.6
7352026-08-18T22:10:02.026Z Compiling dialoguer v0.11.0
7362026-08-18T22:10:02.106Z Compiling enable-ansi-support v0.2.1
7372026-08-18T22:10:02.917Z Compiling zstd v0.13.3
7382026-08-18T22:10:03.174Z Compiling nextest-runner v0.80.0
7392026-08-18T22:10:21.736Z Finished `release` profile [optimized] target(s) in 1m 11s
7402026-08-18T22:10:21.912Z Installing /home/build/.cargo/bin/cargo-nextest
7412026-08-18T22:10:21.915Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7422026-08-18T22:10:22.040Z+ pushd bgp
7432026-08-18T22:10:22.043Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7442026-08-18T22:10:22.043Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7452026-08-18T22:10:22.196Z Updating git repository `https://github.com/oxidecomputer/falcon`
7462026-08-18T22:10:22.806ZFrom https://github.com/oxidecomputer/falcon
7472026-08-18T22:10:22.806Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7482026-08-18T22:10:22.882Z Updating crates.io index
7492026-08-18T22:10:22.886Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7502026-08-18T22:10:23.324ZFrom https://github.com/oxidecomputer/dendrite
7512026-08-18T22:10:23.324Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
7522026-08-18T22:10:23.360Z Updating git repository `https://github.com/oxidecomputer/ispf`
7532026-08-18T22:10:23.901ZFrom https://github.com/oxidecomputer/ispf
7542026-08-18T22:10:23.902Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7552026-08-18T22:10:23.907Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7562026-08-18T22:10:24.255ZFrom https://github.com/oxidecomputer/netadm-sys
7572026-08-18T22:10:24.256Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
7582026-08-18T22:10:24.263Z Updating git repository `https://github.com/oxidecomputer/omicron`
7592026-08-18T22:10:30.159ZFrom https://github.com/oxidecomputer/omicron
7602026-08-18T22:10:30.159Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7612026-08-18T22:10:30.585Z Updating git repository `https://github.com/oxidecomputer/opte`
7622026-08-18T22:10:31.399ZFrom https://github.com/oxidecomputer/opte
7632026-08-18T22:10:31.399Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7642026-08-18T22:10:31.429Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7652026-08-18T22:10:31.745ZFrom https://github.com/oxidecomputer/slog-error-chain
7662026-08-18T22:10:31.745Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7672026-08-18T22:10:31.755Z Updating git repository `https://github.com/illumos/smf-rs`
7682026-08-18T22:10:32.077ZFrom https://github.com/illumos/smf-rs
7692026-08-18T22:10:32.077Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7702026-08-18T22:10:32.085Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7712026-08-18T22:10:33.411ZFrom https://github.com/oxidecomputer/network-interface
7722026-08-18T22:10:33.411Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7732026-08-18T22:10:33.418Z Updating git repository `https://github.com/oxidecomputer/zone`
7742026-08-18T22:10:33.721ZFrom https://github.com/oxidecomputer/zone
7752026-08-18T22:10:33.721Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7762026-08-18T22:10:33.729Z Updating git repository `https://github.com/oxidecomputer/propolis`
7772026-08-18T22:10:34.404ZFrom https://github.com/oxidecomputer/propolis
7782026-08-18T22:10:34.404Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
7792026-08-18T22:10:34.450Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
7802026-08-18T22:10:35.318ZFrom https://github.com/oxidecomputer/transceiver-control
7812026-08-18T22:10:35.318Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
7822026-08-18T22:10:35.329Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7832026-08-18T22:10:35.615ZFrom https://github.com/oxidecomputer/dlpi-sys
7842026-08-18T22:10:35.615Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
7852026-08-18T22:10:35.621Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7862026-08-18T22:10:35.952ZFrom https://github.com/jmesmon/rust-libzfs
7872026-08-18T22:10:35.952Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
7882026-08-18T22:10:35.958Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7892026-08-18T22:10:36.256ZFrom https://github.com/oxidecomputer/rusty-doors
7902026-08-18T22:10:36.257Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
7912026-08-18T22:10:36.263Z Updating git repository `https://github.com/oxidecomputer/lldp`
7922026-08-18T22:10:36.686ZFrom https://github.com/oxidecomputer/lldp
7932026-08-18T22:10:36.686Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
7942026-08-18T22:10:36.698Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
7952026-08-18T22:10:37.017ZFrom https://github.com/oxidecomputer/tufaceous
7962026-08-18T22:10:37.017Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
7972026-08-18T22:10:37.035Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7982026-08-18T22:10:37.563ZFrom https://github.com/oxidecomputer/management-gateway-service
7992026-08-18T22:10:37.563Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8002026-08-18T22:10:37.578Z Updating git repository `https://github.com/oxidecomputer/crucible`
8012026-08-18T22:10:45.949ZFrom https://github.com/oxidecomputer/crucible
8022026-08-18T22:10:45.949Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8032026-08-18T22:10:45.995Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8042026-08-18T22:10:46.253ZFrom https://github.com/oxidecomputer/serde_human_bytes
8052026-08-18T22:10:46.253Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8062026-08-18T22:10:46.267Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-08-18T22:10:46.725ZFrom https://github.com/oxidecomputer/propolis
8082026-08-18T22:10:46.725Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8092026-08-18T22:10:46.772Z Updating git repository `https://github.com/oxidecomputer/crucible`
8102026-08-18T22:10:47.360ZFrom https://github.com/oxidecomputer/crucible
8112026-08-18T22:10:47.360Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8122026-08-18T22:10:47.427Z Updating git repository `https://github.com/oxidecomputer/tofino`
8132026-08-18T22:10:47.807ZFrom https://github.com/oxidecomputer/tofino
8142026-08-18T22:10:47.807Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8152026-08-18T22:10:47.818Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8162026-08-18T22:10:48.493ZFrom https://github.com/oxidecomputer/maghemite
8172026-08-18T22:10:48.493Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8182026-08-18T22:10:48.525Z Updating git repository `https://github.com/oxidecomputer/clickward`
8192026-08-18T22:10:48.839ZFrom https://github.com/oxidecomputer/clickward
8202026-08-18T22:10:48.839Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8212026-08-18T22:10:48.848Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8222026-08-18T22:10:49.194ZFrom https://github.com/oxidecomputer/illumos-devinfo
8232026-08-18T22:10:49.194Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8242026-08-18T22:10:49.989Z Downloading crates ...
8252026-08-18T22:10:50.037Z Downloaded linked-hash-map v0.5.6
8262026-08-18T22:10:50.042Z Downloaded newtype-uuid-macros v0.1.1
8272026-08-18T22:10:50.045Z Downloaded aead v0.5.2
8282026-08-18T22:10:50.045Z Downloaded konst_macro_rules v0.2.19
8292026-08-18T22:10:50.045Z Downloaded num_enum v0.7.6
8302026-08-18T22:10:50.049Z Downloaded num_enum_derive v0.5.11
8312026-08-18T22:10:50.052Z Downloaded no-std-compat v0.4.1
8322026-08-18T22:10:50.052Z Downloaded linear-map v1.2.0
8332026-08-18T22:10:50.052Z Downloaded newline-converter v0.3.0
8342026-08-18T22:10:50.055Z Downloaded num-conv v0.2.2
8352026-08-18T22:10:50.055Z Downloaded num-derive v0.4.2
8362026-08-18T22:10:50.058Z Downloaded macaddr v1.0.1
8372026-08-18T22:10:50.080Z Downloaded num v0.4.3
8382026-08-18T22:10:50.080Z Downloaded num-complex v0.4.6
8392026-08-18T22:10:50.080Z Downloaded heck v0.4.1
8402026-08-18T22:10:50.080Z Downloaded litemap v0.8.2
8412026-08-18T22:10:50.080Z Downloaded progenitor-client v0.13.0
8422026-08-18T22:10:50.080Z Downloaded keccak v0.1.6
8432026-08-18T22:10:50.080Z Downloaded num-iter v0.1.46
8442026-08-18T22:10:50.080Z Downloaded group v0.13.0
8452026-08-18T22:10:50.080Z Downloaded mime v0.3.17
8462026-08-18T22:10:50.080Z Downloaded opaque-debug v0.3.1
8472026-08-18T22:10:50.080Z Downloaded libsw v3.5.0
8482026-08-18T22:10:50.080Z Downloaded managed v0.8.0
8492026-08-18T22:10:50.086Z Downloaded hickory-resolver v0.25.2
8502026-08-18T22:10:50.086Z Downloaded memoffset v0.9.1
8512026-08-18T22:10:50.086Z Downloaded find-msvc-tools v0.1.10
8522026-08-18T22:10:50.086Z Downloaded foreign-types v0.5.0
8532026-08-18T22:10:50.086Z Downloaded multer v3.1.0
8542026-08-18T22:10:50.086Z Downloaded num_enum_derive v0.7.6
8552026-08-18T22:10:50.086Z Downloaded hubpack_derive v0.1.1
8562026-08-18T22:10:50.094Z Downloaded lru-cache v0.1.2
8572026-08-18T22:10:50.094Z Downloaded memmap v0.7.0
8582026-08-18T22:10:50.094Z Downloaded oxnet v0.1.6
8592026-08-18T22:10:50.098Z Downloaded num-integer v0.1.47
8602026-08-18T22:10:50.098Z Downloaded foreign-types-macros v0.2.4
8612026-08-18T22:10:50.098Z Downloaded hostname v0.3.1
8622026-08-18T22:10:50.098Z Downloaded idna_adapter v1.2.2
8632026-08-18T22:10:50.098Z Downloaded progenitor-impl v0.10.0
8642026-08-18T22:10:50.098Z Downloaded glob v0.3.4
8652026-08-18T22:10:50.103Z Downloaded ident_case v1.0.1
8662026-08-18T22:10:50.103Z Downloaded hubpack v0.1.2
8672026-08-18T22:10:50.107Z Downloaded newtype_derive v0.1.6
8682026-08-18T22:10:50.107Z Downloaded ref-cast-impl v1.0.26
8692026-08-18T22:10:50.107Z Downloaded fxhash v0.2.1
8702026-08-18T22:10:50.108Z Downloaded hostname v0.4.2
8712026-08-18T22:10:50.108Z Downloaded libscf-sys v1.2.0
8722026-08-18T22:10:50.110Z Downloaded omicron-workspace-hack v0.1.0
8732026-08-18T22:10:50.110Z Downloaded match_cfg v0.1.0
8742026-08-18T22:10:50.114Z Downloaded httpdate v1.0.3
8752026-08-18T22:10:50.118Z Downloaded natord v1.0.9
8762026-08-18T22:10:50.118Z Downloaded progenitor-macro v0.10.0
8772026-08-18T22:10:50.123Z Downloaded quick-error v1.2.3
8782026-08-18T22:10:50.123Z Downloaded proc-macro-crate v1.3.1
8792026-08-18T22:10:50.124Z Downloaded rand_chacha v0.3.1
8802026-08-18T22:10:50.124Z Downloaded foreign-types-shared v0.3.1
8812026-08-18T22:10:50.124Z Downloaded inout v0.1.4
8822026-08-18T22:10:50.124Z Downloaded rustc_version v0.1.7
8832026-08-18T22:10:50.124Z Downloaded fs-err v3.3.1
8842026-08-18T22:10:50.128Z Downloaded parse-display v0.10.0
8852026-08-18T22:10:50.128Z Downloaded hash32 v0.3.1
8862026-08-18T22:10:50.133Z Downloaded serde_plain v1.0.2
8872026-08-18T22:10:50.133Z Downloaded git-stub v1.0.0
8882026-08-18T22:10:50.137Z Downloaded pretty-hex v0.4.2
8892026-08-18T22:10:50.137Z Downloaded num_threads v0.1.7
8902026-08-18T22:10:50.137Z Downloaded rand_xorshift v0.4.0
8912026-08-18T22:10:50.137Z Downloaded gethostname v0.5.0
8922026-08-18T22:10:50.141Z Downloaded progenitor-client v0.14.0
8932026-08-18T22:10:50.141Z Downloaded plain v0.2.3
8942026-08-18T22:10:50.147Z Downloaded sha1 v0.10.7
8952026-08-18T22:10:50.150Z Downloaded libsw-core v0.3.2
8962026-08-18T22:10:50.150Z Downloaded num_enum v0.5.11
8972026-08-18T22:10:50.153Z Downloaded olpc-cjson v0.1.4
8982026-08-18T22:10:50.156Z Downloaded progenitor-macro v0.14.0
8992026-08-18T22:10:50.156Z Downloaded progenitor-macro v0.13.0
9002026-08-18T22:10:50.156Z Downloaded zone v0.3.1
9012026-08-18T22:10:50.161Z Downloaded same-file v1.0.6
9022026-08-18T22:10:50.161Z Downloaded proc-macro-error-attr v1.0.4
9032026-08-18T22:10:50.164Z Downloaded phf_shared v0.12.1
9042026-08-18T22:10:50.164Z Downloaded ref-cast v1.0.26
9052026-08-18T22:10:50.164Z Downloaded instant v0.1.13
9062026-08-18T22:10:50.164Z Downloaded proc-macro-crate v3.5.0
9072026-08-18T22:10:50.164Z Downloaded zeroize_derive v1.5.0
9082026-08-18T22:10:50.164Z Downloaded jiff-static v0.2.35
9092026-08-18T22:10:50.164Z Downloaded potential_utf v0.1.5
9102026-08-18T22:10:50.167Z Downloaded scroll_derive v0.13.1
9112026-08-18T22:10:50.167Z Downloaded serde-big-array v0.5.1
9122026-08-18T22:10:50.173Z Downloaded serde_repr v0.1.21
9132026-08-18T22:10:50.173Z Downloaded const-random v0.1.18
9142026-08-18T22:10:50.174Z Downloaded is-terminal v0.4.17
9152026-08-18T22:10:50.185Z Downloaded bit-set v0.8.0
9162026-08-18T22:10:50.185Z Downloaded convert_case v0.4.0
9172026-08-18T22:10:50.185Z Downloaded defmt-parser v1.0.0
9182026-08-18T22:10:50.188Z Downloaded powerfmt v0.2.0
9192026-08-18T22:10:50.188Z Downloaded oxide-tokio-rt v0.1.6
9202026-08-18T22:10:50.188Z Downloaded password-hash v0.5.0
9212026-08-18T22:10:50.188Z Downloaded progenitor-client v0.10.0
9222026-08-18T22:10:50.189Z Downloaded dof v0.4.0
9232026-08-18T22:10:50.189Z Downloaded poly1305 v0.8.0
9242026-08-18T22:10:50.189Z Downloaded progenitor v0.14.0
9252026-08-18T22:10:50.189Z Downloaded internet-checksum v0.2.1
9262026-08-18T22:10:50.195Z Downloaded serial_test_derive v4.0.1
9272026-08-18T22:10:50.195Z Downloaded secrecy v0.10.3
9282026-08-18T22:10:50.200Z Downloaded serial_test v4.0.1
9292026-08-18T22:10:50.200Z Downloaded scroll_derive v0.12.1
9302026-08-18T22:10:50.200Z Downloaded crucible-workspace-hack v0.1.0
9312026-08-18T22:10:50.200Z Downloaded dropshot-api-manager-types v0.7.2
9322026-08-18T22:10:50.200Z Downloaded dtrace-parser v0.3.0
9332026-08-18T22:10:50.200Z Downloaded ipnetwork v0.21.1
9342026-08-18T22:10:50.206Z Downloaded hybrid-array v0.4.14
9352026-08-18T22:10:50.206Z Downloaded ingot v0.1.1
9362026-08-18T22:10:50.206Z Downloaded fs_extra v1.3.0
9372026-08-18T22:10:50.206Z Downloaded tabled_derive v0.7.0
9382026-08-18T22:10:50.213Z Downloaded konst v0.2.20
9392026-08-18T22:10:50.218Z Downloaded parse-display-derive v0.10.0
9402026-08-18T22:10:50.218Z Downloaded resolv-conf v0.7.6
9412026-08-18T22:10:50.218Z Downloaded serde_tokenstream v0.3.0
9422026-08-18T22:10:50.218Z Downloaded stable_deref_trait v1.2.1
9432026-08-18T22:10:50.218Z Downloaded thread-id v5.1.0
9442026-08-18T22:10:50.218Z Downloaded port-file v0.1.0
9452026-08-18T22:10:50.218Z Downloaded embedded-io v0.6.1
9462026-08-18T22:10:50.223Z Downloaded bitflags v1.3.2
9472026-08-18T22:10:50.223Z Downloaded parking_lot_core v0.8.6
9482026-08-18T22:10:50.223Z Downloaded pest_derive v2.8.8
9492026-08-18T22:10:50.223Z Downloaded progenitor v0.13.0
9502026-08-18T22:10:50.223Z Downloaded progenitor-extras v0.2.0
9512026-08-18T22:10:50.223Z Downloaded termtree v0.5.1
9522026-08-18T22:10:50.231Z Downloaded schemars_derive v0.8.22
9532026-08-18T22:10:50.231Z Downloaded serde_tokenstream v0.2.3
9542026-08-18T22:10:50.231Z Downloaded ingot-types v0.2.0
9552026-08-18T22:10:50.231Z Downloaded rusty-fork v0.3.1
9562026-08-18T22:10:50.231Z Downloaded memmap2 v0.9.11
9572026-08-18T22:10:50.237Z Downloaded typify-macro v0.4.3
9582026-08-18T22:10:50.237Z Downloaded untrusted v0.7.1
9592026-08-18T22:10:50.237Z Downloaded usdt-macro v0.6.0
9602026-08-18T22:10:50.237Z Downloaded waitgroup v0.1.2
9612026-08-18T22:10:50.237Z Downloaded icu_properties v2.2.0
9622026-08-18T22:10:50.237Z Downloaded wait-timeout v0.2.1
9632026-08-18T22:10:50.237Z Downloaded pem v3.0.6
9642026-08-18T22:10:50.237Z Downloaded pest_generator v2.8.8
9652026-08-18T22:10:50.237Z Downloaded usdt-attr-macro v0.6.0
9662026-08-18T22:10:50.237Z Downloaded zone_cfg_derive v0.3.1
9672026-08-18T22:10:50.237Z Downloaded pkg-config v0.3.33
9682026-08-18T22:10:50.244Z Downloaded proc-macro-error v1.0.4
9692026-08-18T22:10:50.244Z Downloaded bcs v0.1.6
9702026-08-18T22:10:50.244Z Downloaded semver v0.1.20
9712026-08-18T22:10:50.244Z Downloaded bit-vec v0.8.0
9722026-08-18T22:10:50.244Z Downloaded progenitor v0.10.0
9732026-08-18T22:10:50.249Z Downloaded highway v1.3.0
9742026-08-18T22:10:50.249Z Downloaded rustversion v1.0.23
9752026-08-18T22:10:50.249Z Downloaded ingot-macros v0.1.1
9762026-08-18T22:10:50.253Z Downloaded compression-codecs v0.4.38
9772026-08-18T22:10:50.253Z Downloaded async-trait v0.1.92
9782026-08-18T22:10:50.253Z Downloaded ingot v0.2.1
9792026-08-18T22:10:50.256Z Downloaded ingot-types v0.1.2
9802026-08-18T22:10:50.256Z Downloaded rustls-pemfile v2.2.0
9812026-08-18T22:10:50.256Z Downloaded num-rational v0.4.2
9822026-08-18T22:10:50.256Z Downloaded pest_meta v2.8.8
9832026-08-18T22:10:50.256Z Downloaded rustls-native-certs v0.8.4
9842026-08-18T22:10:50.259Z Downloaded scroll v0.12.0
9852026-08-18T22:10:50.259Z Downloaded scroll v0.13.0
9862026-08-18T22:10:50.259Z Downloaded defmt-macros v1.1.1
9872026-08-18T22:10:50.262Z Downloaded data-encoding v2.11.1
9882026-08-18T22:10:50.262Z Downloaded ff v0.13.1
9892026-08-18T22:10:50.262Z Downloaded spin v0.5.2
9902026-08-18T22:10:50.265Z Downloaded take_mut v0.2.2
9912026-08-18T22:10:50.265Z Downloaded dtrace-parser v0.2.0
9922026-08-18T22:10:50.265Z Downloaded unarray v0.1.4
9932026-08-18T22:10:50.265Z Downloaded half v2.7.1
9942026-08-18T22:10:50.268Z Downloaded embedded-io v0.4.0
9952026-08-18T22:10:50.268Z Downloaded git-stub-vcs v0.1.0
9962026-08-18T22:10:50.268Z Downloaded rhai_codegen v3.2.0
9972026-08-18T22:10:50.272Z Downloaded strum v0.27.2
9982026-08-18T22:10:50.275Z Downloaded ingot-macros v0.2.0
9992026-08-18T22:10:50.275Z Downloaded thiserror-impl-no-std v2.0.2
10002026-08-18T22:10:50.275Z Downloaded minimal-lexical v0.2.1
10012026-08-18T22:10:50.279Z Downloaded omicron-zone-package v0.12.3
10022026-08-18T22:10:50.279Z Downloaded slog-json v2.6.1
10032026-08-18T22:10:50.282Z Downloaded slog-scope v4.4.1
10042026-08-18T22:10:50.282Z Downloaded smf v0.2.3
10052026-08-18T22:10:50.282Z Downloaded papergrid v0.11.0
10062026-08-18T22:10:50.285Z Downloaded parking_lot v0.11.2
10072026-08-18T22:10:50.285Z Downloaded paste v1.0.15
10082026-08-18T22:10:50.288Z Downloaded phf v0.12.1
10092026-08-18T22:10:50.288Z Downloaded usdt v0.5.0
10102026-08-18T22:10:50.288Z Downloaded time-core v0.1.9
10112026-08-18T22:10:50.291Z Downloaded tiny-keccak v2.0.2
10122026-08-18T22:10:50.291Z Downloaded xz2 v0.1.7
10132026-08-18T22:10:50.294Z Downloaded usdt-macro v0.5.0
10142026-08-18T22:10:50.296Z Downloaded arrayref v0.3.9
10152026-08-18T22:10:50.296Z Downloaded icu_provider v2.2.0
10162026-08-18T22:10:50.300Z Downloaded async-stream-impl v0.3.6
10172026-08-18T22:10:50.303Z Downloaded postcard v1.1.3
10182026-08-18T22:10:50.307Z Downloaded compression-core v0.4.32
10192026-08-18T22:10:50.307Z Downloaded backon v1.6.0
10202026-08-18T22:10:50.307Z Downloaded hmac v0.12.1
10212026-08-18T22:10:50.314Z Downloaded serde_with_macros v3.22.0
10222026-08-18T22:10:50.314Z Downloaded zerovec-derive v0.11.3
10232026-08-18T22:10:50.314Z Downloaded crunchy v0.2.4
10242026-08-18T22:10:50.320Z Downloaded csv-core v0.1.13
10252026-08-18T22:10:50.320Z Downloaded darling_macro v0.21.3
10262026-08-18T22:10:50.320Z Downloaded bs58 v0.5.1
10272026-08-18T22:10:50.320Z Downloaded universal-hash v0.5.1
10282026-08-18T22:10:50.320Z Downloaded const-random-macro v0.1.16
10292026-08-18T22:10:50.320Z Downloaded crypto-common v0.2.2
10302026-08-18T22:10:50.320Z Downloaded ciborium v0.2.2
10312026-08-18T22:10:50.323Z Downloaded dyn-clone v1.0.20
10322026-08-18T22:10:50.323Z Downloaded sigpipe v0.1.3
10332026-08-18T22:10:50.323Z Downloaded constant_time_eq v0.4.2
10342026-08-18T22:10:50.323Z Downloaded structmeta v0.3.0
10352026-08-18T22:10:50.323Z Downloaded structmeta-derive v0.3.0
10362026-08-18T22:10:50.323Z Downloaded indexmap v1.9.3
10372026-08-18T22:10:50.326Z Downloaded chacha20 v0.9.1
10382026-08-18T22:10:50.329Z Downloaded slog-async v2.8.0
10392026-08-18T22:10:50.332Z Downloaded deranged v0.5.8
10402026-08-18T22:10:50.332Z Downloaded daft v0.1.8
10412026-08-18T22:10:50.336Z Downloaded serde_derive_internals v0.29.1
10422026-08-18T22:10:50.339Z Downloaded usdt-attr-macro v0.5.0
10432026-08-18T22:10:50.342Z Downloaded sha1 v0.11.0
10442026-08-18T22:10:50.342Z Downloaded utf-8 v0.7.6
10452026-08-18T22:10:50.346Z Downloaded crc8 v0.1.1
10462026-08-18T22:10:50.350Z Downloaded cstr-argument v0.1.2
10472026-08-18T22:10:50.356Z Downloaded typify-macro v0.6.2
10482026-08-18T22:10:50.362Z Downloaded serde_yaml v0.9.34+deprecated
10492026-08-18T22:10:50.365Z Downloaded term v1.2.1
10502026-08-18T22:10:50.365Z Downloaded base16ct v1.0.0
10512026-08-18T22:10:50.368Z Downloaded topological-sort v0.2.2
10522026-08-18T22:10:50.368Z Downloaded usdt-impl v0.6.0
10532026-08-18T22:10:50.368Z Downloaded writeable v0.6.3
10542026-08-18T22:10:50.372Z Downloaded cobs v0.3.0
10552026-08-18T22:10:50.372Z Downloaded fixedbitset v0.4.2
10562026-08-18T22:10:50.375Z Downloaded darling_macro v0.23.0
10572026-08-18T22:10:50.375Z Downloaded enum-as-inner v0.6.1
10582026-08-18T22:10:50.381Z Downloaded console v0.16.4
10592026-08-18T22:10:50.384Z Downloaded usdt v0.6.0
10602026-08-18T22:10:50.384Z Downloaded cmake v0.1.58
10612026-08-18T22:10:50.387Z Downloaded smawk v0.3.3
10622026-08-18T22:10:50.390Z Downloaded unit-prefix v0.5.2
10632026-08-18T22:10:50.390Z Downloaded defmt v0.3.100
10642026-08-18T22:10:50.390Z Downloaded thread-id v4.2.2
10652026-08-18T22:10:50.393Z Downloaded strum v0.26.3
10662026-08-18T22:10:50.397Z Downloaded yoke-derive v0.8.2
10672026-08-18T22:10:50.397Z Downloaded ciborium-io v0.2.2
10682026-08-18T22:10:50.400Z Downloaded zerofrom v0.1.8
10692026-08-18T22:10:50.400Z Downloaded rustls-platform-verifier v0.7.0
10702026-08-18T22:10:50.403Z Downloaded siphasher v1.0.3
10712026-08-18T22:10:50.403Z Downloaded tagptr v0.2.0
10722026-08-18T22:10:50.406Z Downloaded pretty_assertions v1.4.1
10732026-08-18T22:10:50.407Z Downloaded cipher v0.4.4
10742026-08-18T22:10:50.410Z Downloaded zerofrom-derive v0.1.7
10752026-08-18T22:10:50.413Z Downloaded crossbeam-utils v0.8.22
10762026-08-18T22:10:50.413Z Downloaded defmt v1.1.1
10772026-08-18T22:10:50.416Z Downloaded slog-dtrace v0.3.0
10782026-08-18T22:10:50.416Z Downloaded slog-envlogger v2.2.0
10792026-08-18T22:10:50.416Z Downloaded tabwriter v1.4.1
10802026-08-18T22:10:50.420Z Downloaded cancel-safe-futures v0.1.5
10812026-08-18T22:10:50.420Z Downloaded usdt-impl v0.5.0
10822026-08-18T22:10:50.423Z Downloaded schemars v0.8.22
10832026-08-18T22:10:50.428Z Downloaded async-stream v0.3.6
10842026-08-18T22:10:50.431Z Downloaded prettyplease v0.2.37
10852026-08-18T22:10:50.431Z Downloaded progenitor-impl v0.13.0
10862026-08-18T22:10:50.435Z Downloaded erased-serde v0.3.31
10872026-08-18T22:10:50.438Z Downloaded float-ord v0.3.2
10882026-08-18T22:10:50.438Z Downloaded slog-stdlog v4.1.1
10892026-08-18T22:10:50.438Z Downloaded slog-term v2.9.2
10902026-08-18T22:10:50.441Z Downloaded slog-bunyan v2.5.0
10912026-08-18T22:10:50.441Z Downloaded tinystr v0.8.3
10922026-08-18T22:10:50.441Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10932026-08-18T22:10:50.444Z Downloaded async-recursion v1.1.1
10942026-08-18T22:10:50.447Z Downloaded base16ct v0.2.0
10952026-08-18T22:10:50.447Z Downloaded icu_locale_core v2.2.0
10962026-08-18T22:10:50.451Z Downloaded similar v2.7.0
10972026-08-18T22:10:50.454Z Downloaded synstructure v0.13.2
10982026-08-18T22:10:50.454Z Downloaded heapless v0.8.0
10992026-08-18T22:10:50.462Z Downloaded icu_normalizer_data v2.2.0
11002026-08-18T22:10:50.464Z Downloaded zerocopy-derive v0.7.35
11012026-08-18T22:10:50.467Z Downloaded testing_table v0.3.0
11022026-08-18T22:10:50.467Z Downloaded icu_normalizer v2.2.0
11032026-08-18T22:10:50.467Z Downloaded time-macros v0.2.32
11042026-08-18T22:10:50.467Z Downloaded papergrid v0.18.0
11052026-08-18T22:10:50.467Z Downloaded arc-swap v1.9.2
11062026-08-18T22:10:50.470Z Downloaded vsss-rs v3.3.4
11072026-08-18T22:10:50.470Z Downloaded block-buffer v0.12.1
11082026-08-18T22:10:50.470Z Downloaded blake2 v0.10.6
11092026-08-18T22:10:50.473Z Downloaded spin v0.9.9
11102026-08-18T22:10:50.474Z Downloaded dof v0.3.0
11112026-08-18T22:10:50.474Z Downloaded whoami v1.6.1
11122026-08-18T22:10:50.477Z Downloaded const-oid v0.10.2
11132026-08-18T22:10:50.477Z Downloaded rand v0.8.7
11142026-08-18T22:10:50.480Z Downloaded hickory-resolver v0.24.4
11152026-08-18T22:10:50.480Z Downloaded darling_core v0.21.3
11162026-08-18T22:10:50.483Z Downloaded toml v0.7.8
11172026-08-18T22:10:50.486Z Downloaded backoff v0.4.0
11182026-08-18T22:10:50.486Z Downloaded drift v0.2.0
11192026-08-18T22:10:50.491Z Downloaded slog v2.8.2
11202026-08-18T22:10:50.495Z Downloaded daft-derive v0.1.8
11212026-08-18T22:10:50.498Z Downloaded snafu-derive v0.8.9
11222026-08-18T22:10:50.498Z Downloaded thiserror-no-std v2.0.2
11232026-08-18T22:10:50.501Z Downloaded schemars v0.9.0
11242026-08-18T22:10:50.508Z Downloaded qorb v0.4.1
11252026-08-18T22:10:50.511Z Downloaded diff v0.1.13
11262026-08-18T22:10:50.511Z Downloaded ciborium-ll v0.2.2
11272026-08-18T22:10:50.514Z Downloaded displaydoc v0.2.7
11282026-08-18T22:10:50.514Z Downloaded tokio-tungstenite v0.21.0
11292026-08-18T22:10:50.514Z Downloaded digest v0.11.3
11302026-08-18T22:10:50.517Z Downloaded tokio-dtrace v0.1.1
11312026-08-18T22:10:50.517Z Downloaded strum_macros v0.27.2
11322026-08-18T22:10:50.517Z Downloaded colored v3.1.1
11332026-08-18T22:10:50.521Z Downloaded foldhash v0.2.0
11342026-08-18T22:10:50.521Z Downloaded byteorder v1.5.0
11352026-08-18T22:10:50.521Z Downloaded argon2 v0.5.3
11362026-08-18T22:10:50.525Z Downloaded byte-wrapper v0.1.0
11372026-08-18T22:10:50.525Z Downloaded cargo_toml v0.22.3
11382026-08-18T22:10:50.525Z Downloaded critical-section v1.2.0
11392026-08-18T22:10:50.525Z Downloaded smartstring v1.0.1
11402026-08-18T22:10:50.529Z Downloaded dunce v1.0.5
11412026-08-18T22:10:50.529Z Downloaded libm v0.2.16
11422026-08-18T22:10:50.532Z Downloaded progenitor-impl v0.14.0
11432026-08-18T22:10:50.535Z Downloaded darling v0.23.0
11442026-08-18T22:10:50.538Z Downloaded ucd-trie v0.1.7
11452026-08-18T22:10:50.538Z Downloaded arrayvec v0.7.8
11462026-08-18T22:10:50.538Z Downloaded rayon-core v1.13.0
11472026-08-18T22:10:50.541Z Downloaded typify v0.4.3
11482026-08-18T22:10:50.544Z Downloaded unsafe-libyaml v0.2.11
11492026-08-18T22:10:50.544Z Downloaded walkdir v2.5.0
11502026-08-18T22:10:50.544Z Downloaded bytecount v0.6.9
11512026-08-18T22:10:50.549Z Downloaded crossbeam-deque v0.8.7
11522026-08-18T22:10:50.549Z Downloaded crossbeam-epoch v0.9.20
11532026-08-18T22:10:50.552Z Downloaded thin-vec v0.2.19
11542026-08-18T22:10:50.552Z Downloaded yoke v0.8.3
11552026-08-18T22:10:50.552Z Downloaded cookie v0.18.2
11562026-08-18T22:10:50.552Z Downloaded nom v7.1.3
11572026-08-18T22:10:50.555Z Downloaded elliptic-curve v0.13.8
11582026-08-18T22:10:50.558Z Downloaded crypto-bigint v0.5.5
11592026-08-18T22:10:50.561Z Downloaded yansi v1.0.1
11602026-08-18T22:10:50.564Z Downloaded base64 v0.21.7
11612026-08-18T22:10:50.564Z Downloaded toml v0.9.12+spec-1.1.0
11622026-08-18T22:10:50.567Z Downloaded tungstenite v0.21.0
11632026-08-18T22:10:50.570Z Downloaded toml_edit v0.25.13+spec-1.1.0
11642026-08-18T22:10:50.574Z Downloaded expectorate v1.2.0
11652026-08-18T22:10:50.574Z Downloaded test-strategy v0.4.5
11662026-08-18T22:10:50.578Z Downloaded dropshot_endpoint v0.17.1
11672026-08-18T22:10:50.578Z Downloaded const_format_proc_macros v0.2.34
11682026-08-18T22:10:50.581Z Downloaded icu_collections v2.2.0
11692026-08-18T22:10:50.581Z Downloaded steno v0.4.1
11702026-08-18T22:10:50.584Z Downloaded anyhow v1.0.104
11712026-08-18T22:10:50.587Z Downloaded darling v0.21.3
11722026-08-18T22:10:50.591Z Downloaded derive_more v0.99.20
11732026-08-18T22:10:50.594Z Downloaded schemars v1.2.2
11742026-08-18T22:10:50.600Z Downloaded derive-ex v0.1.8
11752026-08-18T22:10:50.603Z Downloaded hashbrown v0.12.3
11762026-08-18T22:10:50.606Z Downloaded async-compression v0.4.43
11772026-08-18T22:10:50.609Z Downloaded snafu v0.8.9
11782026-08-18T22:10:50.612Z Downloaded allocator-api2 v0.2.21
11792026-08-18T22:10:50.612Z Downloaded crossbeam-channel v0.5.16
11802026-08-18T22:10:50.615Z Downloaded pest v2.8.8
11812026-08-18T22:10:50.618Z Downloaded indicatif v0.18.6
11822026-08-18T22:10:50.619Z Downloaded darling_core v0.23.0
11832026-08-18T22:10:50.622Z Downloaded uuid v1.24.0
11842026-08-18T22:10:50.627Z Downloaded chacha20poly1305 v0.10.1
11852026-08-18T22:10:50.627Z Downloaded typify v0.6.2
11862026-08-18T22:10:50.632Z Downloaded const_format v0.2.36
11872026-08-18T22:10:50.632Z Downloaded nom v8.0.0
11882026-08-18T22:10:50.635Z Downloaded strum_macros v0.26.4
11892026-08-18T22:10:50.635Z Downloaded rayon v1.12.0
11902026-08-18T22:10:50.638Z Downloaded zerocopy-derive v0.8.56
11912026-08-18T22:10:50.642Z Downloaded toml_edit v0.19.15
11922026-08-18T22:10:50.651Z Downloaded typed-path v0.9.3
11932026-08-18T22:10:50.655Z Downloaded cc v1.4.2
11942026-08-18T22:10:50.658Z Downloaded zerotrie v0.2.4
11952026-08-18T22:10:50.661Z Downloaded h2 v0.4.15
11962026-08-18T22:10:50.664Z Downloaded dropshot-api-manager v0.7.2
11972026-08-18T22:10:50.667Z Downloaded hashbrown v0.16.1
11982026-08-18T22:10:50.677Z Downloaded winnow v0.5.40
11992026-08-18T22:10:50.685Z Downloaded zerocopy v0.7.35
12002026-08-18T22:10:50.695Z Downloaded itertools v0.12.1
12012026-08-18T22:10:50.699Z Downloaded jiff-core v0.1.0
12022026-08-18T22:10:50.702Z Downloaded moka v0.12.16
12032026-08-18T22:10:50.706Z Downloaded proptest v1.11.0
12042026-08-18T22:10:50.713Z Downloaded goblin v0.8.2
12052026-08-18T22:10:50.716Z Downloaded hkdf v0.12.4
12062026-08-18T22:10:50.719Z Downloaded zerovec v0.11.6
12072026-08-18T22:10:50.722Z Downloaded reqwest v0.13.4
12082026-08-18T22:10:50.725Z Downloaded quinn-proto v0.11.16
12092026-08-18T22:10:50.728Z Downloaded icu_properties_data v2.2.0
12102026-08-18T22:10:50.735Z Downloaded itertools v0.15.0
12112026-08-18T22:10:50.739Z Downloaded tabled v0.15.0
12122026-08-18T22:10:50.749Z Downloaded blake3 v1.8.6
12132026-08-18T22:10:50.754Z Downloaded tough v0.22.0
12142026-08-18T22:10:50.759Z Downloaded serde_with v3.22.0
12152026-08-18T22:10:50.768Z Downloaded iddqd v0.4.6
12162026-08-18T22:10:50.773Z Downloaded aws-lc-rs v1.18.0
12172026-08-18T22:10:50.779Z Downloaded nix v0.31.3
12182026-08-18T22:10:50.787Z Downloaded openapiv3 v2.2.0
12192026-08-18T22:10:50.815Z Downloaded goblin v0.10.7
12202026-08-18T22:10:50.823Z Downloaded tabled v0.21.0
12212026-08-18T22:10:50.833Z Downloaded syn v1.0.109
12222026-08-18T22:10:50.842Z Downloaded typify-impl v0.6.2
12232026-08-18T22:10:50.865Z Downloaded sled v0.34.7
12242026-08-18T22:10:50.871Z Downloaded smoltcp v0.11.0
12252026-08-18T22:10:50.880Z Downloaded time v0.3.55
12262026-08-18T22:10:50.892Z Downloaded hickory-proto v0.24.4
12272026-08-18T22:10:50.900Z Downloaded regress v0.11.1
12282026-08-18T22:10:50.905Z Downloaded rhai v1.25.1
12292026-08-18T22:10:50.911Z Downloaded regress v0.10.5
12302026-08-18T22:10:50.916Z Downloaded hickory-proto v0.25.2
12312026-08-18T22:10:50.926Z Downloaded dropshot v0.17.1
12322026-08-18T22:10:50.937Z Downloaded petgraph v0.6.5
12332026-08-18T22:10:50.948Z Downloaded lzma-sys v0.1.20
12342026-08-18T22:10:50.965Z Downloaded chrono-tz v0.10.4
12352026-08-18T22:10:50.975Z Downloaded typify-impl v0.4.3
12362026-08-18T22:10:50.984Z Downloaded csv v1.4.0
12372026-08-18T22:10:51.007Z Downloaded jiff v0.2.35
12382026-08-18T22:10:51.011Z Downloaded encoding_rs v0.8.35
12392026-08-18T22:10:51.018Z Downloaded sha3 v0.10.9
12402026-08-18T22:10:51.641Z Downloaded aws-lc-sys v0.44.0
12412026-08-18T22:10:52.613Z Compiling proc-macro2 v1.0.107
12422026-08-18T22:10:52.616Z Compiling unicode-ident v1.0.24
12432026-08-18T22:10:52.616Z Compiling quote v1.0.47
12442026-08-18T22:10:52.616Z Compiling serde_core v1.0.229
12452026-08-18T22:10:52.616Z Compiling cfg-if v1.0.4
12462026-08-18T22:10:52.616Z Compiling serde v1.0.229
12472026-08-18T22:10:52.616Z Compiling libc v0.2.189
12482026-08-18T22:10:52.617Z Compiling memchr v2.8.3
12492026-08-18T22:10:52.837Z Compiling itoa v1.0.18
12502026-08-18T22:10:53.027Z Compiling zmij v1.0.23
12512026-08-18T22:10:53.051Z Compiling autocfg v1.5.1
12522026-08-18T22:10:53.098Z Compiling libm v0.2.16
12532026-08-18T22:10:53.395Z Compiling stable_deref_trait v1.2.1
12542026-08-18T22:10:53.421Z Compiling writeable v0.6.3
12552026-08-18T22:10:53.467Z Compiling litemap v0.8.2
12562026-08-18T22:10:53.548Z Compiling utf8_iter v1.0.4
12572026-08-18T22:10:53.606Z Compiling icu_normalizer_data v2.2.0
12582026-08-18T22:10:53.622Z Compiling percent-encoding v2.3.2
12592026-08-18T22:10:53.647Z Compiling icu_properties_data v2.2.0
12602026-08-18T22:10:53.719Z Compiling iana-time-zone v0.1.65
12612026-08-18T22:10:53.740Z Compiling version_check v0.9.5
12622026-08-18T22:10:53.954Z Compiling equivalent v1.0.2
12632026-08-18T22:10:53.983Z Compiling form_urlencoded v1.2.2
12642026-08-18T22:10:54.024Z Compiling allocator-api2 v0.2.21
12652026-08-18T22:10:54.042Z Compiling syn v2.0.119
12662026-08-18T22:10:54.083Z Compiling syn v3.0.3
12672026-08-18T22:10:54.143Z Compiling serde_json v1.0.151
12682026-08-18T22:10:54.171Z Compiling pin-project-lite v0.2.17
12692026-08-18T22:10:54.183Z Compiling dyn-clone v1.0.20
12702026-08-18T22:10:54.274Z Compiling scopeguard v1.2.0
12712026-08-18T22:10:54.329Z Compiling parking_lot_core v0.9.12
12722026-08-18T22:10:54.372Z Compiling lock_api v0.4.14
12732026-08-18T22:10:54.388Z Compiling hashbrown v0.17.1
12742026-08-18T22:10:54.410Z Compiling num-traits v0.2.19
12752026-08-18T22:10:54.615Z Compiling getrandom v0.4.3
12762026-08-18T22:10:54.628Z Compiling thiserror v2.0.20
12772026-08-18T22:10:54.727Z Compiling rand_core v0.10.1
12782026-08-18T22:10:54.884Z Compiling errno v0.3.14
12792026-08-18T22:10:54.979Z Compiling semver v1.0.28
12802026-08-18T22:10:55.095Z Compiling indexmap v2.14.0
12812026-08-18T22:10:55.136Z Compiling log v0.4.33
12822026-08-18T22:10:55.257Z Compiling futures-core v0.3.34
12832026-08-18T22:10:55.333Z Compiling zerocopy v0.8.56
12842026-08-18T22:10:55.416Z Compiling heck v0.5.0
12852026-08-18T22:10:55.460Z Compiling uuid v1.24.0
12862026-08-18T22:10:55.692Z Compiling futures-sink v0.3.34
12872026-08-18T22:10:55.764Z Compiling schemars v0.8.22
12882026-08-18T22:10:55.775Z Compiling slab v0.4.12
12892026-08-18T22:10:55.797Z Compiling jobserver v0.1.35
12902026-08-18T22:10:55.911Z Compiling fnv v1.0.7
12912026-08-18T22:10:55.955Z Compiling shlex v2.0.1
12922026-08-18T22:10:56.012Z Compiling rustversion v1.0.23
12932026-08-18T22:10:56.028Z Compiling find-msvc-tools v0.1.10
12942026-08-18T22:10:56.123Z Compiling futures-channel v0.3.34
12952026-08-18T22:10:56.148Z Compiling bitflags v2.13.1
12962026-08-18T22:10:56.162Z Compiling futures-io v0.3.34
12972026-08-18T22:10:56.270Z Compiling cc v1.4.2
12982026-08-18T22:10:56.326Z Compiling futures-task v0.3.34
12992026-08-18T22:10:56.354Z Compiling pkg-config v0.3.33
13002026-08-18T22:10:56.406Z Compiling portable-atomic v1.15.0
13012026-08-18T22:10:56.500Z Compiling socket2 v0.6.5
13022026-08-18T22:10:56.539Z Compiling signal-hook-registry v1.4.8
13032026-08-18T22:10:56.793Z Compiling mio v1.2.2
13042026-08-18T22:10:56.841Z Compiling critical-section v1.2.0
13052026-08-18T22:10:56.898Z Compiling synstructure v0.13.2
13062026-08-18T22:10:56.949Z Compiling serde_derive_internals v0.29.1
13072026-08-18T22:10:56.971Z Compiling typenum v1.20.1
13082026-08-18T22:10:57.306Z Compiling cmake v0.1.58
13092026-08-18T22:10:57.392Z Compiling once_cell v1.21.4
13102026-08-18T22:10:57.406Z Compiling serde_derive v1.0.229
13112026-08-18T22:10:57.485Z Compiling displaydoc v0.2.7
13122026-08-18T22:10:57.566Z Compiling thiserror-impl v2.0.20
13132026-08-18T22:10:57.611Z Compiling tokio-macros v2.7.2
13142026-08-18T22:10:57.638Z Compiling futures-macro v0.3.34
13152026-08-18T22:10:57.680Z Compiling fs_extra v1.3.0
13162026-08-18T22:10:57.762Z Compiling dunce v1.0.5
13172026-08-18T22:10:57.865Z Compiling base64 v0.22.1
13182026-08-18T22:10:57.940Z Compiling aws-lc-sys v0.44.0
13192026-08-18T22:10:58.080Z Compiling zerofrom-derive v0.1.7
13202026-08-18T22:10:58.205Z Compiling yoke-derive v0.8.2
13212026-08-18T22:10:58.272Z Compiling zerovec-derive v0.11.3
13222026-08-18T22:10:58.349Z Compiling schemars_derive v0.8.22
13232026-08-18T22:10:58.450Z Compiling zerocopy-derive v0.8.56
13242026-08-18T22:10:58.917Z Compiling zeroize_derive v1.5.0
13252026-08-18T22:10:59.095Z Compiling futures-util v0.3.34
13262026-08-18T22:10:59.340Z Compiling zerofrom v0.1.8
13272026-08-18T22:10:59.408Z Compiling slog v2.8.2
13282026-08-18T22:10:59.462Z Compiling yoke v0.8.3
13292026-08-18T22:10:59.600Z Compiling subtle v2.6.1
13302026-08-18T22:10:59.611Z Compiling zeroize v1.9.0
13312026-08-18T22:10:59.628Z Compiling rustix v1.1.4
13322026-08-18T22:10:59.652Z Compiling zerovec v0.11.6
13332026-08-18T22:10:59.765Z Compiling zerotrie v0.2.4
13342026-08-18T22:10:59.817Z Compiling strsim v0.11.1
13352026-08-18T22:10:59.980Z Compiling byteorder v1.5.0
13362026-08-18T22:11:00.182Z Compiling tinystr v0.8.3
13372026-08-18T22:11:00.198Z Compiling potential_utf v0.1.5
13382026-08-18T22:11:00.221Z Compiling regex-syntax v0.8.11
13392026-08-18T22:11:00.250Z Compiling atomic-waker v1.1.2
13402026-08-18T22:11:00.366Z Compiling icu_locale_core v2.2.0
13412026-08-18T22:11:00.369Z Compiling icu_collections v2.2.0
13422026-08-18T22:11:00.388Z Compiling httparse v1.10.1
13432026-08-18T22:11:00.549Z Compiling bytes v1.12.1
13442026-08-18T22:11:00.734Z Compiling smallvec v1.15.2
13452026-08-18T22:11:00.880Z Compiling chrono v0.4.45
13462026-08-18T22:11:01.195Z Compiling icu_provider v2.2.0
13472026-08-18T22:11:01.266Z Compiling parking_lot v0.12.5
13482026-08-18T22:11:01.383Z Compiling http v1.5.0
13492026-08-18T22:11:01.433Z Compiling icu_properties v2.2.0
13502026-08-18T22:11:01.514Z Compiling icu_normalizer v2.2.0
13512026-08-18T22:11:01.670Z Compiling tokio v1.53.1
13522026-08-18T22:11:02.109Z Compiling erased-serde v0.3.31
13532026-08-18T22:11:02.355Z Compiling idna_adapter v1.2.2
13542026-08-18T22:11:02.369Z Compiling serde_tokenstream v0.2.3
13552026-08-18T22:11:02.507Z Compiling idna v1.1.0
13562026-08-18T22:11:02.618Z Compiling http-body v1.1.0
13572026-08-18T22:11:02.648Z Compiling ipnet v2.12.1
13582026-08-18T22:11:02.777Z Compiling ppv-lite86 v0.2.21
13592026-08-18T22:11:02.862Z Compiling url v2.5.8
13602026-08-18T22:11:02.958Z Compiling tower-service v0.3.3
13612026-08-18T22:11:03.002Z Compiling tower-layer v0.3.3
13622026-08-18T22:11:03.095Z Compiling getrandom v0.2.17
13632026-08-18T22:11:03.182Z Compiling untrusted v0.9.0
13642026-08-18T22:11:03.196Z Compiling getrandom v0.3.4
13652026-08-18T22:11:03.276Z Compiling ryu v1.0.23
13662026-08-18T22:11:03.288Z Compiling ucd-trie v0.1.7
13672026-08-18T22:11:03.291Z Compiling try-lock v0.2.5
13682026-08-18T22:11:03.401Z Compiling thiserror v1.0.69
13692026-08-18T22:11:03.454Z Compiling pest v2.8.8
13702026-08-18T22:11:03.506Z Compiling want v0.3.1
13712026-08-18T22:11:03.581Z Compiling rand_core v0.6.4
13722026-08-18T22:11:03.742Z Compiling thiserror-impl v1.0.69
13732026-08-18T22:11:03.780Z Compiling httpdate v1.0.3
13742026-08-18T22:11:03.849Z Compiling pretty-hex v0.4.2
13752026-08-18T22:11:03.928Z Compiling plain v0.2.3
13762026-08-18T22:11:03.990Z Compiling winnow v1.0.4
13772026-08-18T22:11:04.032Z Compiling paste v1.0.15
13782026-08-18T22:11:04.044Z Compiling foldhash v0.2.0
13792026-08-18T22:11:04.278Z Compiling ipnetwork v0.21.1
13802026-08-18T22:11:04.365Z Compiling tracing-attributes v0.1.31
13812026-08-18T22:11:04.724Z Compiling pest_meta v2.8.8
13822026-08-18T22:11:04.745Z Compiling oxnet v0.1.6
13832026-08-18T22:11:04.890Z Compiling tracing-core v0.1.36
13842026-08-18T22:11:05.006Z Compiling omicron-workspace-hack v0.1.0
13852026-08-18T22:11:05.087Z Compiling ident_case v1.0.1
13862026-08-18T22:11:05.222Z Compiling serde_urlencoded v0.7.1
13872026-08-18T22:11:05.245Z Compiling http-body-util v0.1.5
13882026-08-18T22:11:05.475Z Compiling pest_generator v2.8.8
13892026-08-18T22:11:05.500Z Compiling aho-corasick v1.1.5
13902026-08-18T22:11:05.564Z Compiling sync_wrapper v1.0.2
13912026-08-18T22:11:05.576Z Compiling tracing v0.1.44
13922026-08-18T22:11:05.693Z Compiling daft-derive v0.1.8
13932026-08-18T22:11:06.029Z Compiling fastrand v2.5.0
13942026-08-18T22:11:06.078Z Compiling pest_derive v2.8.8
13952026-08-18T22:11:06.210Z Compiling hashbrown v0.16.1
13962026-08-18T22:11:06.422Z Compiling regex-automata v0.4.18
13972026-08-18T22:11:06.640Z Compiling tokio-util v0.7.19
13982026-08-18T22:11:06.797Z Compiling scroll_derive v0.13.1
13992026-08-18T22:11:06.887Z Compiling async-trait v0.1.92
14002026-08-18T22:11:06.958Z Compiling time-core v0.1.9
14012026-08-18T22:11:07.150Z Compiling aws-lc-rs v1.18.0
14022026-08-18T22:11:07.406Z Compiling anyhow v1.0.104
14032026-08-18T22:11:07.456Z Compiling num-conv v0.2.2
14042026-08-18T22:11:07.611Z Compiling time-macros v0.2.32
14052026-08-18T22:11:07.628Z Compiling scroll v0.13.0
14062026-08-18T22:11:07.846Z Compiling rustls-pki-types v1.15.1
14072026-08-18T22:11:07.891Z Compiling powerfmt v0.2.0
14082026-08-18T22:11:07.934Z Compiling openssl-probe v0.2.1
14092026-08-18T22:11:08.100Z Compiling regex v1.13.1
14102026-08-18T22:11:08.124Z Compiling num_threads v0.1.7
14112026-08-18T22:11:08.236Z Compiling deranged v0.5.8
14122026-08-18T22:11:08.318Z Compiling hex v0.4.3
14132026-08-18T22:11:08.571Z Compiling goblin v0.10.7
14142026-08-18T22:11:08.778Z Compiling untrusted v0.7.1
14152026-08-18T22:11:08.865Z Compiling camino v1.2.5
14162026-08-18T22:11:08.907Z Compiling rustls v0.23.43
14172026-08-18T22:11:09.074Z Compiling usdt-impl v0.6.0
14182026-08-18T22:11:09.087Z Compiling crc32fast v1.5.0
14192026-08-18T22:11:09.244Z Compiling h2 v0.4.15
14202026-08-18T22:11:09.296Z Compiling dtrace-parser v0.3.0
14212026-08-18T22:11:09.329Z Compiling futures-executor v0.3.34
14222026-08-18T22:11:09.614Z Compiling crossbeam-utils v0.8.22
14232026-08-18T22:11:09.661Z Compiling serde_tokenstream v0.3.0
14242026-08-18T22:11:09.822Z Compiling structmeta-derive v0.3.0
14252026-08-18T22:11:09.934Z Compiling thread-id v5.1.0
14262026-08-18T22:11:09.949Z Compiling adler2 v2.0.1
14272026-08-18T22:11:10.018Z Compiling simd-adler32 v0.3.10
14282026-08-18T22:11:10.083Z Compiling cpufeatures v0.3.0
14292026-08-18T22:11:10.137Z Compiling newtype-uuid-macros v0.1.1
14302026-08-18T22:11:10.155Z Compiling miniz_oxide v0.8.9
14312026-08-18T22:11:10.748Z Compiling futures v0.3.34
14322026-08-18T22:11:10.814Z Compiling rand_core v0.9.5
14332026-08-18T22:11:10.827Z Compiling darling_core v0.23.0
14342026-08-18T22:11:10.852Z Compiling structmeta v0.3.0
14352026-08-18T22:11:10.910Z Compiling hybrid-array v0.4.14
14362026-08-18T22:11:11.050Z Compiling thread_local v1.1.10
14372026-08-18T22:11:11.184Z Compiling match_cfg v0.1.0
14382026-08-18T22:11:11.267Z Compiling flate2 v1.1.9
14392026-08-18T22:11:11.338Z Compiling hyper v1.11.0
14402026-08-18T22:11:11.472Z Compiling dof v0.4.0
14412026-08-18T22:11:11.682Z Compiling newtype-uuid v1.4.0
14422026-08-18T22:11:12.033Z Compiling slog-async v2.8.0
14432026-08-18T22:11:12.380Z Compiling quick-error v1.2.3
14442026-08-18T22:11:12.486Z Compiling hyper-util v0.1.20
14452026-08-18T22:11:12.829Z Compiling ref-cast v1.0.26
14462026-08-18T22:11:12.924Z Compiling darling_macro v0.23.0
14472026-08-18T22:11:13.030Z Compiling compression-core v0.4.32
14482026-08-18T22:11:13.106Z Compiling daft v0.1.8
14492026-08-18T22:11:13.117Z Compiling block-buffer v0.12.1
14502026-08-18T22:11:13.178Z Compiling compression-codecs v0.4.38
14512026-08-18T22:11:13.192Z Compiling crypto-common v0.2.2
14522026-08-18T22:11:13.274Z Compiling rand_chacha v0.9.0
14532026-08-18T22:11:13.438Z Compiling strum_macros v0.26.4
14542026-08-18T22:11:13.526Z Compiling darling v0.23.0
14552026-08-18T22:11:13.607Z Compiling ref-cast-impl v1.0.26
14562026-08-18T22:11:13.621Z Compiling usdt-attr-macro v0.6.0
14572026-08-18T22:11:13.777Z Compiling usdt-macro v0.6.0
14582026-08-18T22:11:13.855Z Compiling serde_spanned v1.1.1
14592026-08-18T22:11:14.012Z Compiling generic-array v0.14.7
14602026-08-18T22:11:14.204Z Compiling multer v3.1.0
14612026-08-18T22:11:14.225Z Compiling const-oid v0.10.2
14622026-08-18T22:11:14.228Z Compiling bit-vec v0.8.0
14632026-08-18T22:11:14.247Z Compiling term v1.2.1
14642026-08-18T22:11:14.428Z Compiling debug-ignore v1.0.5
14652026-08-18T22:11:14.447Z Compiling take_mut v0.2.2
14662026-08-18T22:11:14.473Z Compiling toml_writer v1.1.2+spec-1.1.0
14672026-08-18T22:11:14.555Z Compiling bit-set v0.8.0
14682026-08-18T22:11:14.577Z Compiling digest v0.11.3
14692026-08-18T22:11:14.747Z Compiling serde_with_macros v3.22.0
14702026-08-18T22:11:14.823Z Compiling rand v0.9.5
14712026-08-18T22:11:14.835Z Compiling async-stream-impl v0.3.6
14722026-08-18T22:11:14.929Z Compiling dropshot v0.17.1
14732026-08-18T22:11:14.963Z Compiling encoding_rs v0.8.35
14742026-08-18T22:11:15.132Z Compiling strum v0.26.3
14752026-08-18T22:11:15.156Z Compiling syn v1.0.109
14762026-08-18T22:11:15.264Z Compiling mime v0.3.17
14772026-08-18T22:11:15.462Z Compiling unarray v0.1.4
14782026-08-18T22:11:15.473Z Compiling spin v0.9.9
14792026-08-18T22:11:15.570Z Compiling async-stream v0.3.6
14802026-08-18T22:11:15.623Z Compiling sha1 v0.11.0
14812026-08-18T22:11:15.635Z Compiling derive-ex v0.1.8
14822026-08-18T22:11:15.748Z Compiling tower v0.5.3
14832026-08-18T22:11:15.833Z Compiling dropshot_endpoint v0.17.1
14842026-08-18T22:11:15.868Z Compiling macaddr v1.0.1
14852026-08-18T22:11:15.879Z Compiling waitgroup v0.1.2
14862026-08-18T22:11:16.090Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14872026-08-18T22:11:16.090Z Compiling serde_path_to_error v0.1.20
14882026-08-18T22:11:16.443Z Compiling tower-http v0.6.11
14892026-08-18T22:11:16.578Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14902026-08-18T22:11:16.610Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14912026-08-18T22:11:16.716Z Compiling tempfile v3.27.0
14922026-08-18T22:11:16.802Z Compiling openapiv3 v2.2.0
14932026-08-18T22:11:16.867Z Compiling strum_macros v0.27.2
14942026-08-18T22:11:17.198Z Compiling test-strategy v0.4.5
14952026-08-18T22:11:17.486Z Compiling instant v0.1.13
14962026-08-18T22:11:17.603Z Compiling time v0.3.55
14972026-08-18T22:11:18.244Z Compiling rustls-native-certs v0.8.4
14982026-08-18T22:11:18.418Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14992026-08-18T22:11:18.544Z Compiling crossbeam-channel v0.5.16
15002026-08-18T22:11:18.596Z Compiling crypto-common v0.1.7
15012026-08-18T22:11:18.661Z Compiling strum v0.27.2
15022026-08-18T22:11:19.065Z Compiling parse-display-derive v0.10.0
15032026-08-18T22:11:19.114Z Compiling backon v1.6.0
15042026-08-18T22:11:19.336Z Compiling rand_chacha v0.3.1
15052026-08-18T22:11:19.610Z Compiling either v1.17.0
15062026-08-18T22:11:19.804Z Compiling rand v0.8.7
15072026-08-18T22:11:19.839Z Compiling slog-json v2.6.1
15082026-08-18T22:11:20.051Z Compiling hostname v0.3.1
15092026-08-18T22:11:20.255Z Compiling toml_parser v1.1.3+spec-1.1.0
15102026-08-18T22:11:20.340Z Compiling toml_datetime v1.1.1+spec-1.1.0
15112026-08-18T22:11:20.476Z Compiling is-terminal v0.4.17
15122026-08-18T22:11:20.489Z Compiling wait-timeout v0.2.1
15132026-08-18T22:11:20.510Z Compiling memmap2 v0.9.11
15142026-08-18T22:11:20.716Z Compiling usdt v0.6.0
15152026-08-18T22:11:20.733Z Compiling rusty-fork v0.3.1
15162026-08-18T22:11:20.750Z Compiling toml v1.1.4+spec-1.1.0
15172026-08-18T22:11:20.783Z Compiling slog-term v2.9.2
15182026-08-18T22:11:20.991Z Compiling slog-bunyan v2.5.0
15192026-08-18T22:11:21.076Z Compiling serde_with v3.22.0
15202026-08-18T22:11:21.090Z Compiling async-compression v0.4.43
15212026-08-18T22:11:21.124Z Compiling rand_xorshift v0.4.0
15222026-08-18T22:11:21.274Z Compiling rustls-pemfile v2.2.0
15232026-08-18T22:11:21.398Z Compiling regress v0.10.5
15242026-08-18T22:11:21.465Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15252026-08-18T22:11:21.477Z Compiling hostname v0.4.2
15262026-08-18T22:11:21.602Z Compiling humantime v2.4.0
15272026-08-18T22:11:21.619Z Compiling proptest v1.11.0
15282026-08-18T22:11:22.210Z Compiling iddqd v0.4.6
15292026-08-18T22:11:22.416Z Compiling reqwest v0.12.28
15302026-08-18T22:11:22.477Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15312026-08-18T22:11:22.725Z Compiling block-buffer v0.10.4
15322026-08-18T22:11:22.875Z Compiling utf8parse v0.2.2
15332026-08-18T22:11:22.990Z Compiling anstyle-parse v1.0.0
15342026-08-18T22:11:23.007Z Compiling digest v0.10.7
15352026-08-18T22:11:23.178Z Compiling parse-display v0.10.0
15362026-08-18T22:11:23.229Z Compiling backoff v0.4.0
15372026-08-18T22:11:23.442Z Compiling progenitor-client v0.10.0
15382026-08-18T22:11:23.458Z Compiling itertools v0.14.0
15392026-08-18T22:11:23.512Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15402026-08-18T22:11:23.741Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15412026-08-18T22:11:24.351Z Compiling anstyle v1.0.14
15422026-08-18T22:11:24.556Z Compiling colorchoice v1.0.5
15432026-08-18T22:11:24.594Z Compiling is_terminal_polyfill v1.70.2
15442026-08-18T22:11:24.691Z Compiling anstyle-query v1.1.5
15452026-08-18T22:11:24.778Z Compiling anstream v1.0.0
15462026-08-18T22:11:25.106Z Compiling clap_lex v1.1.0
15472026-08-18T22:11:25.577Z Compiling regress v0.11.1
15482026-08-18T22:11:25.610Z Compiling clap_derive v4.6.4
15492026-08-18T22:11:26.447Z Compiling terminal_size v0.4.4
15502026-08-18T22:11:27.234Z Compiling typify-impl v0.6.2
15512026-08-18T22:11:27.350Z Compiling toml_datetime v0.6.11
15522026-08-18T22:11:27.441Z Compiling zerocopy-derive v0.7.35
15532026-08-18T22:11:27.587Z Compiling convert_case v0.4.0
15542026-08-18T22:11:27.632Z Compiling cpufeatures v0.2.17
15552026-08-18T22:11:27.893Z Compiling derive_more v0.99.20
15562026-08-18T22:11:28.302Z Compiling zerocopy v0.7.35
15572026-08-18T22:11:28.359Z Compiling clap_builder v4.6.6
15582026-08-18T22:11:28.987Z Compiling toml_edit v0.25.13+spec-1.1.0
15592026-08-18T22:11:29.777Z Compiling unicode-width v0.2.2
15602026-08-18T22:11:30.025Z Compiling clap v4.6.6
15612026-08-18T22:11:30.062Z Compiling proc-macro-crate v3.5.0
15622026-08-18T22:11:30.220Z Compiling secrecy v0.10.3
15632026-08-18T22:11:30.481Z Compiling float-ord v0.3.2
15642026-08-18T22:11:30.531Z Compiling crucible-workspace-hack v0.1.0
15652026-08-18T22:11:30.541Z Compiling tinyvec_macros v0.1.1
15662026-08-18T22:11:30.596Z Compiling tinyvec v1.12.0
15672026-08-18T22:11:30.607Z Compiling num_enum_derive v0.7.6
15682026-08-18T22:11:31.099Z Compiling dtrace-parser v0.2.0
15692026-08-18T22:11:31.162Z Compiling scroll_derive v0.12.1
15702026-08-18T22:11:31.272Z Compiling num-integer v0.1.47
15712026-08-18T22:11:31.605Z Compiling rustc_version v0.4.1
15722026-08-18T22:11:31.637Z Compiling usdt-impl v0.5.0
15732026-08-18T22:11:31.879Z Compiling crossbeam-epoch v0.9.20
15742026-08-18T22:11:31.879Z Compiling curve25519-dalek v4.1.3
15752026-08-18T22:11:31.958Z Compiling scroll v0.12.0
15762026-08-18T22:11:31.998Z Compiling num_enum v0.7.6
15772026-08-18T22:11:32.188Z Compiling dof v0.3.0
15782026-08-18T22:11:32.480Z Compiling hmac v0.12.1
15792026-08-18T22:11:32.522Z Compiling inout v0.1.4
15802026-08-18T22:11:32.525Z Compiling darling_core v0.21.3
15812026-08-18T22:11:32.611Z Compiling ff v0.13.1
15822026-08-18T22:11:32.632Z Compiling thread-id v4.2.2
15832026-08-18T22:11:32.635Z Compiling cipher v0.4.4
15842026-08-18T22:11:32.665Z Compiling hkdf v0.12.4
15852026-08-18T22:11:32.720Z Compiling group v0.13.0
15862026-08-18T22:11:33.255Z Compiling goblin v0.8.2
15872026-08-18T22:11:33.371Z Compiling num-iter v0.1.46
15882026-08-18T22:11:33.414Z Compiling num-rational v0.4.2
15892026-08-18T22:11:33.537Z Compiling thiserror-impl-no-std v2.0.2
15902026-08-18T22:11:33.624Z Compiling typify-macro v0.6.2
15912026-08-18T22:11:33.657Z Compiling universal-hash v0.5.1
15922026-08-18T22:11:33.712Z Compiling crypto-bigint v0.5.5
15932026-08-18T22:11:33.842Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15942026-08-18T22:11:34.240Z Compiling half v2.7.1
15952026-08-18T22:11:34.520Z Compiling curve25519-dalek-derive v0.1.1
15962026-08-18T22:11:34.540Z Compiling num-complex v0.4.6
15972026-08-18T22:11:34.652Z Compiling darling_macro v0.21.3
15982026-08-18T22:11:34.934Z Compiling base16ct v0.2.0
15992026-08-18T22:11:35.005Z Compiling ciborium-io v0.2.2
16002026-08-18T22:11:35.094Z Compiling opaque-debug v0.3.1
16012026-08-18T22:11:35.105Z Compiling base64ct v1.8.3
16022026-08-18T22:11:35.118Z Compiling heck v0.4.1
16032026-08-18T22:11:35.163Z Compiling poly1305 v0.8.0
16042026-08-18T22:11:35.263Z Compiling darling v0.21.3
16052026-08-18T22:11:35.319Z Compiling ciborium-ll v0.2.2
16062026-08-18T22:11:35.345Z Compiling password-hash v0.5.0
16072026-08-18T22:11:35.584Z Compiling elliptic-curve v0.13.8
16082026-08-18T22:11:35.801Z Compiling typify v0.6.2
16092026-08-18T22:11:35.849Z Compiling num v0.4.3
16102026-08-18T22:11:35.877Z Compiling thiserror-no-std v2.0.2
16112026-08-18T22:11:36.335Z Compiling chacha20 v0.9.1
16122026-08-18T22:11:36.386Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16132026-08-18T22:11:36.524Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16142026-08-18T22:11:36.930Z Compiling blake2 v0.10.6
16152026-08-18T22:11:37.203Z Compiling aead v0.5.2
16162026-08-18T22:11:37.329Z Compiling byte-wrapper v0.1.0
16172026-08-18T22:11:37.373Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16182026-08-18T22:11:37.391Z Compiling proc-macro-error-attr v1.0.4
16192026-08-18T22:11:37.696Z Compiling rustix v0.38.44
16202026-08-18T22:11:37.709Z Compiling prettyplease v0.2.37
16212026-08-18T22:11:37.827Z Compiling heapless v0.8.0
16222026-08-18T22:11:37.940Z Compiling keccak v0.1.6
16232026-08-18T22:11:38.044Z Compiling unsafe-libyaml v0.2.11
16242026-08-18T22:11:38.183Z Compiling sha3 v0.10.9
16252026-08-18T22:11:38.591Z Compiling serde_yaml v0.9.34+deprecated
16262026-08-18T22:11:38.822Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16272026-08-18T22:11:39.111Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16282026-08-18T22:11:39.555Z Compiling chacha20poly1305 v0.10.1
16292026-08-18T22:11:39.694Z Compiling argon2 v0.5.3
16302026-08-18T22:11:39.861Z Compiling vsss-rs v3.3.4
16312026-08-18T22:11:39.871Z Compiling ciborium v0.2.2
16322026-08-18T22:11:40.029Z Compiling ingot-macros v0.1.1
16332026-08-18T22:11:40.426Z Compiling usdt-attr-macro v0.5.0
16342026-08-18T22:11:40.445Z Compiling usdt-macro v0.5.0
16352026-08-18T22:11:41.587Z Compiling serde_spanned v0.6.9
16362026-08-18T22:11:41.738Z Compiling hash32 v0.3.1
16372026-08-18T22:11:41.841Z Compiling enum-as-inner v0.6.1
16382026-08-18T22:11:41.894Z Compiling proc-macro-error v1.0.4
16392026-08-18T22:11:42.130Z Compiling memmap v0.7.0
16402026-08-18T22:11:42.326Z Compiling memoffset v0.9.1
16412026-08-18T22:11:42.368Z Compiling winnow v0.5.40
16422026-08-18T22:11:42.380Z Compiling static_assertions v1.1.0
16432026-08-18T22:11:42.411Z Compiling toml_write v0.1.2
16442026-08-18T22:11:42.448Z Compiling data-encoding v2.11.1
16452026-08-18T22:11:42.551Z Compiling cfg_aliases v0.2.2
16462026-08-18T22:11:42.614Z Compiling indent_write v2.2.0
16472026-08-18T22:11:42.626Z Compiling winnow v0.7.15
16482026-08-18T22:11:42.655Z Compiling smoltcp v0.11.0
16492026-08-18T22:11:42.753Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16502026-08-18T22:11:42.797Z Compiling ingot-types v0.1.2
16512026-08-18T22:11:42.912Z Compiling nix v0.31.3
16522026-08-18T22:11:43.016Z Compiling usdt v0.5.0
16532026-08-18T22:11:43.270Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16542026-08-18T22:11:43.283Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16552026-08-18T22:11:43.286Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16562026-08-18T22:11:43.549Z Compiling tabwriter v1.4.1
16572026-08-18T22:11:43.760Z Compiling toml_edit v0.19.15
16582026-08-18T22:11:43.802Z Compiling cobs v0.3.0
16592026-08-18T22:11:43.815Z Compiling serde_repr v0.1.21
16602026-08-18T22:11:43.848Z Compiling bitflags v1.3.2
16612026-08-18T22:11:43.923Z Compiling crossbeam-deque v0.8.7
16622026-08-18T22:11:43.999Z Compiling toml_edit v0.22.27
16632026-08-18T22:11:44.137Z Compiling managed v0.8.0
16642026-08-18T22:11:44.193Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16652026-08-18T22:11:44.286Z Compiling vcpkg v0.2.15
16662026-08-18T22:11:44.400Z Compiling postcard v1.1.3
16672026-08-18T22:11:44.761Z Compiling ingot v0.1.1
16682026-08-18T22:11:44.847Z Compiling openssl-sys v0.9.117
16692026-08-18T22:11:45.404Z Compiling proc-macro-crate v1.3.1
16702026-08-18T22:11:45.804Z Compiling toml v0.8.23
16712026-08-18T22:11:45.904Z Compiling hubpack_derive v0.1.1
16722026-08-18T22:11:46.438Z Compiling foreign-types-macros v0.2.4
16732026-08-18T22:11:46.498Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16742026-08-18T22:11:46.645Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16752026-08-18T22:11:46.813Z Compiling swrite v0.1.0
16762026-08-18T22:11:46.873Z Compiling semver v0.1.20
16772026-08-18T22:11:46.910Z Compiling linked-hash-map v0.5.6
16782026-08-18T22:11:47.059Z Compiling unicode-segmentation v1.13.3
16792026-08-18T22:11:47.100Z Compiling rustls-webpki v0.103.14
16802026-08-18T22:11:47.139Z Compiling foreign-types-shared v0.3.1
16812026-08-18T22:11:47.247Z Compiling colored v3.1.1
16822026-08-18T22:11:47.278Z Compiling resolv-conf v0.7.6
16832026-08-18T22:11:47.308Z Compiling rayon-core v1.13.0
16842026-08-18T22:11:47.498Z Compiling newline-converter v0.3.0
16852026-08-18T22:11:47.539Z Compiling foreign-types v0.5.0
16862026-08-18T22:11:47.554Z Compiling lru-cache v0.1.2
16872026-08-18T22:11:47.622Z Compiling rustc_version v0.1.7
16882026-08-18T22:11:47.654Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16892026-08-18T22:11:47.675Z Compiling hubpack v0.1.2
16902026-08-18T22:11:47.811Z Compiling num_enum_derive v0.5.11
16912026-08-18T22:11:48.142Z Compiling atomicwrites v0.4.4
16922026-08-18T22:11:48.292Z Compiling hickory-proto v0.24.4
16932026-08-18T22:11:48.389Z Compiling progenitor-impl v0.13.0
16942026-08-18T22:11:48.852Z Compiling console v0.15.11
16952026-08-18T22:11:48.911Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16962026-08-18T22:11:49.443Z Compiling camino-tempfile v1.4.1
16972026-08-18T22:11:49.464Z Compiling chacha20 v0.10.1
16982026-08-18T22:11:49.522Z Compiling serde-big-array v0.5.1
16992026-08-18T22:11:49.667Z Compiling pin-project-internal v1.1.13
17002026-08-18T22:11:49.688Z Compiling derive-where v1.6.1
17012026-08-18T22:11:49.734Z Compiling num-derive v0.4.2
17022026-08-18T22:11:49.810Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17032026-08-18T22:11:50.342Z Compiling cstr-argument v0.1.2
17042026-08-18T22:11:50.507Z Compiling siphasher v1.0.3
17052026-08-18T22:11:50.691Z Compiling tokio-rustls v0.26.4
17062026-08-18T22:11:50.711Z Compiling rustls-platform-verifier v0.7.0
17072026-08-18T22:11:50.948Z Compiling hyper-rustls v0.27.9
17082026-08-18T22:11:51.253Z Compiling reqwest v0.13.4
17092026-08-18T22:11:51.602Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17102026-08-18T22:11:51.829Z Compiling similar v2.7.0
17112026-08-18T22:11:51.997Z Compiling minimal-lexical v0.2.1
17122026-08-18T22:11:52.265Z Compiling expectorate v1.2.0
17132026-08-18T22:11:52.293Z Compiling nom v7.1.3
17142026-08-18T22:11:52.424Z Compiling progenitor-macro v0.13.0
17152026-08-18T22:11:52.763Z Compiling progenitor-client v0.14.0
17162026-08-18T22:11:53.071Z Compiling progenitor-extras v0.2.0
17172026-08-18T22:11:53.712Z Compiling progenitor-client v0.13.0
17182026-08-18T22:11:53.899Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17192026-08-18T22:11:53.938Z Compiling pin-project v1.1.13
17202026-08-18T22:11:54.018Z Compiling phf_shared v0.12.1
17212026-08-18T22:11:54.045Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17222026-08-18T22:11:54.861Z Compiling hickory-resolver v0.24.4
17232026-08-18T22:11:55.582Z Compiling rand v0.10.2
17242026-08-18T22:11:55.655Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17252026-08-18T22:11:56.278Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17262026-08-18T22:11:56.411Z Compiling num_enum v0.5.11
17272026-08-18T22:11:57.294Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17282026-08-18T22:11:57.511Z Compiling newtype_derive v0.1.6
17292026-08-18T22:11:57.830Z Compiling progenitor-impl v0.14.0
17302026-08-18T22:11:57.941Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-08-18T22:11:58.521Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-08-18T22:11:58.978Z Compiling snafu-derive v0.8.9
17332026-08-18T22:12:00.120Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-08-18T22:12:00.439Z Compiling unicode-normalization v0.1.25
17352026-08-18T22:12:00.663Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-08-18T22:12:00.724Z Compiling tokio-stream v0.1.19
17372026-08-18T22:12:00.916Z Compiling async-recursion v1.1.1
17382026-08-18T22:12:01.052Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17392026-08-18T22:12:01.212Z Compiling slog-dtrace v0.3.0
17402026-08-18T22:12:01.329Z Compiling csv-core v0.1.13
17412026-08-18T22:12:01.357Z Compiling bstr v1.13.1
17422026-08-18T22:12:01.449Z Compiling openssl v0.10.81
17432026-08-18T22:12:01.460Z Compiling jiff-core v0.1.0
17442026-08-18T22:12:01.500Z Compiling highway v1.3.0
17452026-08-18T22:12:01.598Z Compiling same-file v1.0.6
17462026-08-18T22:12:01.617Z Compiling konst_macro_rules v0.2.19
17472026-08-18T22:12:01.715Z Compiling cancel-safe-futures v0.1.5
17482026-08-18T22:12:01.772Z Compiling foldhash v0.1.5
17492026-08-18T22:12:01.797Z Compiling unicode-xid v0.2.6
17502026-08-18T22:12:01.850Z Compiling chrono-tz v0.10.4
17512026-08-18T22:12:01.895Z Compiling unicode-width v0.1.14
17522026-08-18T22:12:01.921Z Compiling foreign-types-shared v0.1.1
17532026-08-18T22:12:01.952Z Compiling owo-colors v4.3.0
17542026-08-18T22:12:01.979Z Compiling const_format_proc_macros v0.2.34
17552026-08-18T22:12:02.016Z Compiling foreign-types v0.3.2
17562026-08-18T22:12:02.082Z Compiling hashbrown v0.15.5
17572026-08-18T22:12:02.093Z Compiling konst v0.2.20
17582026-08-18T22:12:02.174Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-08-18T22:12:02.326Z Compiling jiff v0.2.35
17602026-08-18T22:12:02.329Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17612026-08-18T22:12:02.348Z Compiling globset v0.4.20
17622026-08-18T22:12:02.618Z Compiling walkdir v2.5.0
17632026-08-18T22:12:02.656Z Compiling csv v1.4.0
17642026-08-18T22:12:02.789Z Compiling progenitor-macro v0.14.0
17652026-08-18T22:12:03.123Z Compiling qorb v0.4.1
17662026-08-18T22:12:03.181Z Compiling olpc-cjson v0.1.4
17672026-08-18T22:12:03.221Z Compiling snafu v0.8.9
17682026-08-18T22:12:03.603Z Compiling progenitor v0.13.0
17692026-08-18T22:12:03.757Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-08-18T22:12:04.075Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17712026-08-18T22:12:05.099Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17722026-08-18T22:12:06.024Z Compiling rayon v1.12.0
17732026-08-18T22:12:06.063Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17742026-08-18T22:12:06.386Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17752026-08-18T22:12:06.398Z Compiling phf v0.12.1
17762026-08-18T22:12:06.558Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-08-18T22:12:06.833Z Compiling zone_cfg_derive v0.3.1
17782026-08-18T22:12:07.115Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17792026-08-18T22:12:07.242Z Compiling tokio-dtrace v0.1.1
17802026-08-18T22:12:07.541Z Compiling itertools v0.12.1
17812026-08-18T22:12:07.812Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17822026-08-18T22:12:07.826Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17832026-08-18T22:12:08.021Z Compiling libsw-core v0.3.2
17842026-08-18T22:12:08.201Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
17852026-08-18T22:12:08.217Z Compiling serde_plain v1.0.2
17862026-08-18T22:12:08.436Z Compiling pem v3.0.6
17872026-08-18T22:12:08.436Z Compiling openssl-macros v0.1.1
17882026-08-18T22:12:08.586Z Compiling cookie v0.18.2
17892026-08-18T22:12:08.815Z Compiling sigpipe v0.1.3
17902026-08-18T22:12:08.875Z Compiling fixedbitset v0.5.7
17912026-08-18T22:12:08.890Z Compiling glob v0.3.4
17922026-08-18T22:12:08.907Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17932026-08-18T22:12:08.938Z Compiling typed-path v0.9.3
17942026-08-18T22:12:09.139Z Compiling fixedbitset v0.4.2
17952026-08-18T22:12:09.220Z Compiling bytecount v0.6.9
17962026-08-18T22:12:09.345Z Compiling papergrid v0.11.0
17972026-08-18T22:12:09.372Z Compiling petgraph v0.6.5
17982026-08-18T22:12:09.404Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-08-18T22:12:09.564Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-08-18T22:12:09.737Z Compiling petgraph v0.8.3
18012026-08-18T22:12:10.179Z Compiling tough v0.22.0
18022026-08-18T22:12:10.347Z Compiling progenitor v0.14.0
18032026-08-18T22:12:10.495Z Compiling zone v0.3.1
18042026-08-18T22:12:10.917Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18052026-08-18T22:12:11.154Z Compiling libsw v3.5.0
18062026-08-18T22:12:11.195Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18072026-08-18T22:12:11.290Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-08-18T22:12:11.333Z Compiling oxide-tokio-rt v0.1.6
18092026-08-18T22:12:11.646Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-08-18T22:12:11.860Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-08-18T22:12:11.880Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-18T22:12:12.138Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-18T22:12:12.506Z Compiling const_format v0.2.36
18142026-08-18T22:12:13.011Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-08-18T22:12:13.077Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18162026-08-18T22:12:13.127Z Compiling tabled_derive v0.7.0
18172026-08-18T22:12:13.161Z Compiling gethostname v0.5.0
18182026-08-18T22:12:13.253Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-18T22:12:13.283Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-08-18T22:12:13.376Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18212026-08-18T22:12:13.407Z Compiling bcs v0.1.6
18222026-08-18T22:12:13.479Z Compiling smf v0.2.3
18232026-08-18T22:12:13.607Z Compiling nom v8.0.0
18242026-08-18T22:12:13.815Z Compiling linear-map v1.2.0
18252026-08-18T22:12:14.012Z Compiling crunchy v0.2.4
18262026-08-18T22:12:14.182Z Compiling smawk v0.3.3
18272026-08-18T22:12:14.195Z Compiling lazy_static v1.5.0
18282026-08-18T22:12:14.305Z Compiling unicode-linebreak v0.1.5
18292026-08-18T22:12:14.308Z Compiling whoami v1.6.1
18302026-08-18T22:12:14.327Z Compiling tagptr v0.2.0
18312026-08-18T22:12:14.483Z Compiling termtree v0.5.1
18322026-08-18T22:12:14.627Z Compiling textwrap v0.16.2
18332026-08-18T22:12:14.639Z Compiling moka v0.12.16
18342026-08-18T22:12:14.665Z Compiling steno v0.4.1
18352026-08-18T22:12:14.845Z Compiling tabled v0.15.0
18362026-08-18T22:12:15.151Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-08-18T22:12:15.459Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-08-18T22:12:16.066Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-08-18T22:12:16.385Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-08-18T22:12:17.126Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-08-18T22:12:17.603Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-08-18T22:12:17.914Z Compiling hickory-proto v0.25.2
18432026-08-18T22:12:18.217Z Compiling tiny-keccak v2.0.2
18442026-08-18T22:12:18.462Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18452026-08-18T22:12:18.646Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18462026-08-18T22:12:18.999Z Compiling parking_lot_core v0.8.6
18472026-08-18T22:12:19.299Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18482026-08-18T22:12:19.501Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-08-18T22:12:19.537Z Compiling libscf-sys v1.2.0
18502026-08-18T22:12:19.687Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18512026-08-18T22:12:19.742Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18522026-08-18T22:12:19.915Z Compiling hickory-resolver v0.25.2
18532026-08-18T22:12:20.010Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18542026-08-18T22:12:20.115Z Compiling const-random-macro v0.1.16
18552026-08-18T22:12:20.359Z Compiling ahash v0.8.12
18562026-08-18T22:12:20.465Z Compiling smartstring v1.0.1
18572026-08-18T22:12:20.514Z Compiling const-random v0.1.18
18582026-08-18T22:12:20.591Z Compiling parking_lot v0.11.2
18592026-08-18T22:12:21.001Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-08-18T22:12:21.015Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18612026-08-18T22:12:21.026Z Compiling fxhash v0.2.1
18622026-08-18T22:12:21.168Z Compiling internet-checksum v0.2.1
18632026-08-18T22:12:21.261Z Compiling sled v0.34.7
18642026-08-18T22:12:21.594Z Compiling itertools v0.15.0
18652026-08-18T22:12:21.770Z Compiling thin-vec v0.2.19
18662026-08-18T22:12:22.079Z Compiling rhai_codegen v3.2.0
18672026-08-18T22:12:22.202Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18682026-08-18T22:12:22.285Z Compiling serial_test_derive v4.0.1
18692026-08-18T22:12:22.587Z Compiling diff v0.1.13
18702026-08-18T22:12:22.894Z Compiling yansi v1.0.1
18712026-08-18T22:12:22.995Z Compiling serial_test v4.0.1
18722026-08-18T22:12:23.226Z Compiling pretty_assertions v1.4.1
18732026-08-18T22:12:23.288Z Compiling rhai v1.25.1
18742026-08-18T22:12:24.248Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18752026-08-18T22:12:25.471Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-18T22:12:33.870Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-18T22:12:35.524Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-08-18T22:12:36.574Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18792026-08-18T22:12:37.550Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18802026-08-18T22:12:38.368Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18812026-08-18T22:12:39.572Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18822026-08-18T22:13:15.383Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 23s
18832026-08-18T22:13:15.576Z────────────
18842026-08-18T22:13:15.576Z Nextest run ID d8f3a0a1-f0d1-404e-823a-207e436ca42c with nextest profile: default
18852026-08-18T22:13:15.576Z Starting 158 tests across 3 binaries
18862026-08-18T22:13:15.588Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip
18872026-08-18T22:13:15.588Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18882026-08-18T22:13:15.591Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
18892026-08-18T22:13:15.591Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18902026-08-18T22:13:15.591Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len
18912026-08-18T22:13:15.591Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch
18922026-08-18T22:13:15.591Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18932026-08-18T22:13:15.591Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18942026-08-18T22:13:15.600Z PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
18952026-08-18T22:13:15.600Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
18962026-08-18T22:13:15.604Z PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
18972026-08-18T22:13:15.604Z PASS [ 0.012s] bgp messages::tests::empty_update_end_of_rib
18982026-08-18T22:13:15.604Z PASS [ 0.013s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
18992026-08-18T22:13:15.604Z PASS [ 0.013s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19002026-08-18T22:13:15.604Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19012026-08-18T22:13:15.604Z PASS [ 0.013s] bgp messages::tests::header_round_trip
19022026-08-18T22:13:15.612Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_maximum_length
19032026-08-18T22:13:15.617Z PASS [ 0.012s] bgp messages::tests::header_tests::new_rejects_length_too_small
19042026-08-18T22:13:15.617Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_minimum_length
19052026-08-18T22:13:15.617Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19062026-08-18T22:13:15.617Z PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_max_length_header
19072026-08-18T22:13:15.617Z PASS [ 0.012s] bgp messages::tests::header_tests::new_rejects_length_too_large
19082026-08-18T22:13:15.617Z PASS [ 0.012s] bgp messages::tests::ipv4_unicast_dual_encoding
19092026-08-18T22:13:15.617Z PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19102026-08-18T22:13:15.624Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19112026-08-18T22:13:15.627Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19122026-08-18T22:13:15.627Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19132026-08-18T22:13:15.627Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19142026-08-18T22:13:15.627Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19152026-08-18T22:13:15.627Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19162026-08-18T22:13:15.627Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19172026-08-18T22:13:15.627Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19182026-08-18T22:13:15.637Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19192026-08-18T22:13:15.637Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19202026-08-18T22:13:15.637Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19212026-08-18T22:13:15.640Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19222026-08-18T22:13:15.640Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19232026-08-18T22:13:15.640Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19242026-08-18T22:13:15.640Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19252026-08-18T22:13:15.640Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19262026-08-18T22:13:15.649Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19272026-08-18T22:13:15.649Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19282026-08-18T22:13:15.653Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19292026-08-18T22:13:15.654Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19302026-08-18T22:13:15.654Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19312026-08-18T22:13:15.654Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19322026-08-18T22:13:15.654Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19332026-08-18T22:13:15.654Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19342026-08-18T22:13:15.663Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19352026-08-18T22:13:15.663Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19362026-08-18T22:13:15.663Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19372026-08-18T22:13:15.663Z PASS [ 0.013s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19382026-08-18T22:13:15.663Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19392026-08-18T22:13:15.663Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19402026-08-18T22:13:15.663Z PASS [ 0.013s] bgp messages::tests::mp_bgp_attributes_encoded_first
19412026-08-18T22:13:15.669Z PASS [ 0.014s] bgp messages::tests::mp_reach_nlri_round_trip
19422026-08-18T22:13:15.676Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19432026-08-18T22:13:15.680Z PASS [ 0.013s] bgp messages::tests::prefix_conversion
19442026-08-18T22:13:15.680Z PASS [ 0.013s] bgp messages::tests::notification_round_trip
19452026-08-18T22:13:15.680Z PASS [ 0.013s] bgp messages::tests::mp_unreach_nlri_round_trip
19462026-08-18T22:13:15.680Z PASS [ 0.014s] bgp messages::tests::open_round_trip_extended_nexthop
19472026-08-18T22:13:15.680Z PASS [ 0.013s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19482026-08-18T22:13:15.680Z PASS [ 0.014s] bgp messages::tests::open_round_trip
19492026-08-18T22:13:15.680Z PASS [ 0.014s] bgp messages::tests::prefix_within
19502026-08-18T22:13:15.690Z PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19512026-08-18T22:13:15.690Z PASS [ 0.014s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19522026-08-18T22:13:15.690Z PASS [ 0.014s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19532026-08-18T22:13:15.690Z PASS [ 0.014s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19542026-08-18T22:13:15.693Z PASS [ 0.014s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19552026-08-18T22:13:15.693Z PASS [ 0.014s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19562026-08-18T22:13:15.693Z PASS [ 0.014s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19572026-08-18T22:13:15.693Z PASS [ 0.014s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19582026-08-18T22:13:15.702Z PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19592026-08-18T22:13:15.709Z PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19602026-08-18T22:13:15.709Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19612026-08-18T22:13:15.709Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19622026-08-18T22:13:15.709Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19632026-08-18T22:13:15.709Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19642026-08-18T22:13:15.709Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19652026-08-18T22:13:15.710Z PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19662026-08-18T22:13:15.713Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19672026-08-18T22:13:15.716Z PASS [ 0.011s] bgp messages::tests::route_refresh_round_trip
19682026-08-18T22:13:15.716Z PASS [ 0.012s] bgp messages::tests::test_nexthop_length_validation
19692026-08-18T22:13:15.716Z PASS [ 0.012s] bgp messages::tests::update_round_trip
19702026-08-18T22:13:15.727Z PASS [ 0.024s] bgp policy::test::open_add_4byte_as
19712026-08-18T22:13:15.730Z PASS [ 0.027s] bgp policy::test::update_drop_on_no_export
19722026-08-18T22:13:15.733Z PASS [ 0.027s] bgp policy::test::open_require_4byte_as
19732026-08-18T22:13:15.733Z PASS [ 0.027s] bgp policy::test::shape_update_prefixes
19742026-08-18T22:13:15.733Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
19752026-08-18T22:13:15.733Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19762026-08-18T22:13:15.736Z PASS [ 0.021s] bgp policy::test::update_shape_community
19772026-08-18T22:13:15.744Z PASS [ 0.030s] bgp proptest::prop_encode_decode_semantic_equivalence
19782026-08-18T22:13:15.749Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19792026-08-18T22:13:15.749Z PASS [ 0.017s] bgp proptest::prop_ipv4_wire_format_roundtrip
19802026-08-18T22:13:15.749Z PASS [ 0.016s] bgp proptest::prop_ipv6_wire_format_roundtrip
19812026-08-18T22:13:15.752Z PASS [ 0.017s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19822026-08-18T22:13:15.752Z PASS [ 0.018s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19832026-08-18T22:13:15.753Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19842026-08-18T22:13:15.753Z PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19852026-08-18T22:13:15.760Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
19862026-08-18T22:13:15.765Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19872026-08-18T22:13:15.765Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19882026-08-18T22:13:15.765Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19892026-08-18T22:13:15.768Z PASS [ 0.019s] bgp proptest::prop_update_mp_unreach_roundtrip
19902026-08-18T22:13:15.771Z PASS [ 0.009s] bgp session::tests::shutdown_state_transitions
19912026-08-18T22:13:15.771Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19922026-08-18T22:13:15.774Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
19932026-08-18T22:13:15.774Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19942026-08-18T22:13:15.774Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19952026-08-18T22:13:15.779Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
19962026-08-18T22:13:15.779Z PASS [ 0.029s] bgp proptest::prop_update_traditional_roundtrip
19972026-08-18T22:13:15.779Z PASS [ 0.009s] bgp session::tests::test_resolve_collision_decision
19982026-08-18T22:13:15.779Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
19992026-08-18T22:13:15.782Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20002026-08-18T22:13:15.782Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20012026-08-18T22:13:15.782Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20022026-08-18T22:13:15.782Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20032026-08-18T22:13:15.785Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20042026-08-18T22:13:15.788Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20052026-08-18T22:13:15.788Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20062026-08-18T22:13:15.788Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20072026-08-18T22:13:15.791Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20082026-08-18T22:13:15.839Z PASS [ 0.058s] bgp test::recreated_router_does_not_claim_predecessors_sessions
20092026-08-18T22:13:15.842Z PASS [ 0.057s] bgp test::router_teardown_leaves_other_routers_sessions_alone
20102026-08-18T22:13:16.038Z PASS [ 0.258s] bgp test::admin_events_do_not_reach_other_routers_sessions
20112026-08-18T22:13:18.851Z PASS [ 3.067s] bgp test::test_basic_peering_active
20122026-08-18T22:13:18.855Z PASS [ 3.066s] bgp test::test_basic_peering_passive
20132026-08-18T22:13:18.855Z PASS [ 3.064s] bgp test::test_basic_update
20142026-08-18T22:13:18.860Z PASS [ 3.073s] bgp test::test_basic_peering_passive_tcp
20152026-08-18T22:13:18.907Z PASS [ 3.068s] bgp test::test_basic_update_ipv6
20162026-08-18T22:13:18.921Z PASS [ 3.081s] bgp test::test_basic_update_ipv6_tcp
20172026-08-18T22:13:19.120Z PASS [ 3.081s] bgp test::test_basic_update_tcp
20182026-08-18T22:13:19.870Z PASS [ 4.081s] bgp test::test_basic_peering_active_tcp
20192026-08-18T22:13:21.974Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20202026-08-18T22:13:22.185Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_passive
20212026-08-18T22:13:22.932Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv6_peer_success
20222026-08-18T22:13:22.932Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv4_peer_success
20232026-08-18T22:13:22.932Z PASS [ 4.078s] bgp test::test_import_export_policy_filtering
20242026-08-18T22:13:22.935Z PASS [ 4.074s] bgp test::test_ipv4_routes_ipv6_peer_success
20252026-08-18T22:13:22.941Z PASS [ 3.074s] bgp test::test_ipv6_basic_peering_passive_tcp
20262026-08-18T22:13:23.000Z PASS [ 4.080s] bgp test::test_ipv6_basic_peering_active_tcp
20272026-08-18T22:13:23.247Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20282026-08-18T22:13:24.034Z PASS [ 1.101s] bgp test::test_three_router_chain_tcp
20292026-08-18T22:13:24.037Z PASS [ 1.100s] bgp test::test_three_router_chain_tcp_ipv6
20302026-08-18T22:13:24.999Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20312026-08-18T22:13:25.098Z PASS [ 1.064s] bgp test::test_unnumbered_ndp_change
20322026-08-18T22:13:25.829Z PASS [ 2.896s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20332026-08-18T22:13:25.834Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20342026-08-18T22:13:25.839Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20352026-08-18T22:13:25.844Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20362026-08-18T22:13:25.849Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20372026-08-18T22:13:26.052Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20382026-08-18T22:13:27.011Z PASS [ 4.068s] bgp test::test_three_router_chain_unnumbered
20392026-08-18T22:13:28.063Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20402026-08-18T22:13:30.059Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20412026-08-18T22:13:33.097Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20422026-08-18T22:13:34.158Z PASS [ 9.061s] bgp test::test_unnumbered_unaffected_by_ndp
20432026-08-18T22:13:41.310Z PASS [ 18.062s] bgp test::test_unnumbered_interface_lifecycle
20442026-08-18T22:13:41.310Z────────────
20452026-08-18T22:13:41.310Z Summary [ 25.734s] 158 tests run: 158 passed, 0 skipped
20462026-08-18T22:13:41.323Z+ 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/
20472026-08-18T22:13:41.328Z+ popd
20482026-08-18T22:13:41.328Z+ pushd mgd
20492026-08-18T22:13:41.328Z/work/oxidecomputer/maghemite
20502026-08-18T22:13:41.328Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20512026-08-18T22:13:41.331Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20522026-08-18T22:13:42.560Z Compiling slog v2.8.2
20532026-08-18T22:13:42.671Z Compiling usdt v0.6.0
20542026-08-18T22:13:42.764Z Compiling papergrid v0.18.0
20552026-08-18T22:13:42.764Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
20562026-08-18T22:13:42.767Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
20572026-08-18T22:13:42.801Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20582026-08-18T22:13:42.947Z Compiling crc8 v0.1.1
20592026-08-18T22:13:42.975Z Compiling slog-json v2.6.1
20602026-08-18T22:13:43.001Z Compiling slog-async v2.8.0
20612026-08-18T22:13:43.056Z Compiling slog-term v2.9.2
20622026-08-18T22:13:43.059Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20632026-08-18T22:13:43.379Z Compiling slog-bunyan v2.5.0
20642026-08-18T22:13:43.417Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-08-18T22:13:43.516Z Compiling dropshot v0.17.1
20662026-08-18T22:13:43.556Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-08-18T22:13:43.787Z Compiling slog-dtrace v0.3.0
20682026-08-18T22:13:43.812Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20692026-08-18T22:13:43.887Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-08-18T22:13:43.934Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-08-18T22:13:43.988Z Compiling steno v0.4.1
20722026-08-18T22:13:44.104Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20732026-08-18T22:13:44.812Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-08-18T22:13:44.945Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-08-18T22:13:45.073Z Compiling tabled v0.21.0
20762026-08-18T22:13:46.542Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-08-18T22:13:47.909Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-08-18T22:13:47.921Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-08-18T22:13:48.522Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
20802026-08-18T22:13:49.184Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
20812026-08-18T22:13:50.161Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-08-18T22:13:50.231Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20832026-08-18T22:13:50.345Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-08-18T22:13:50.467Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20852026-08-18T22:13:50.631Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20862026-08-18T22:13:51.558Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-08-18T22:13:51.653Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20882026-08-18T22:13:52.609Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20892026-08-18T22:13:52.745Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20902026-08-18T22:13:52.889Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-08-18T22:13:53.366Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-08-18T22:13:53.680Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-08-18T22:13:54.144Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20942026-08-18T22:13:54.614Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-08-18T22:13:54.640Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-08-18T22:13:54.834Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
20972026-08-18T22:13:54.955Z Compiling dropshot-api-manager-types v0.7.2
20982026-08-18T22:13:55.006Z Compiling port-file v0.1.0
20992026-08-18T22:13:55.212Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21002026-08-18T22:13:55.259Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21012026-08-18T22:13:59.576Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21022026-08-18T22:13:59.576Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-08-18T22:14:00.484Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-08-18T22:14:00.736Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-08-18T22:14:01.698Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21062026-08-18T22:14:01.848Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-08-18T22:14:02.097Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-08-18T22:14:08.888Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-08-18T22:14:16.513Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-08-18T22:14:18.149Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-08-18T22:14:19.199Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21122026-08-18T22:14:20.164Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21132026-08-18T22:14:21.008Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21142026-08-18T22:14:22.190Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21152026-08-18T22:14:22.190Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21162026-08-18T22:14:22.193Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21172026-08-18T22:14:28.171Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21182026-08-18T22:14:59.550Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
21192026-08-18T22:14:59.725Z────────────
21202026-08-18T22:14:59.725Z Nextest run ID 98f0f2fd-ebbf-4fc4-a956-2989873eb78e with nextest profile: default
21212026-08-18T22:14:59.725Z Starting 37 tests across 3 binaries
21222026-08-18T22:14:59.731Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21232026-08-18T22:14:59.732Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21242026-08-18T22:14:59.735Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21252026-08-18T22:14:59.735Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21262026-08-18T22:14:59.788Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21272026-08-18T22:14:59.788Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21282026-08-18T22:14:59.788Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21292026-08-18T22:14:59.792Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21302026-08-18T22:14:59.796Z PASS [ 0.068s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
21312026-08-18T22:14:59.796Z PASS [ 0.069s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21322026-08-18T22:14:59.800Z PASS [ 0.075s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
21332026-08-18T22:14:59.803Z PASS [ 0.075s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
21342026-08-18T22:14:59.806Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21352026-08-18T22:14:59.810Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21362026-08-18T22:14:59.810Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21372026-08-18T22:14:59.812Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21382026-08-18T22:14:59.812Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21392026-08-18T22:14:59.814Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21402026-08-18T22:14:59.817Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21412026-08-18T22:14:59.817Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21422026-08-18T22:14:59.820Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21432026-08-18T22:14:59.820Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21442026-08-18T22:14:59.820Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21452026-08-18T22:14:59.823Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21462026-08-18T22:14:59.826Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21472026-08-18T22:14:59.826Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21482026-08-18T22:14:59.829Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21492026-08-18T22:14:59.829Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21502026-08-18T22:14:59.829Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21512026-08-18T22:14:59.829Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21522026-08-18T22:14:59.852Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21532026-08-18T22:14:59.853Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21542026-08-18T22:14:59.853Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21552026-08-18T22:14:59.853Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21562026-08-18T22:14:59.853Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21572026-08-18T22:14:59.853Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21582026-08-18T22:14:59.853Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21592026-08-18T22:14:59.853Z────────────
21602026-08-18T22:14:59.853Z Summary [ 0.122s] 37 tests run: 37 passed, 0 skipped
21612026-08-18T22:14:59.859Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
21622026-08-18T22:14:59.862Z+ popd
21632026-08-18T22:14:59.862Z/work/oxidecomputer/maghemite
21642026-08-18T22:14:59.862Zprocess exited: duration 370092 ms, exit code 0
 
21652026-08-18T22:14:59.873Zfound 72 output files
21662026-08-18T22:14:59.873Zuploading: /work/admin_events_do_not_reach_other_routers_sessions.log (4721 bytes)
21672026-08-18T22:15:00.884Zuploaded: /work/admin_events_do_not_reach_other_routers_sessions.log
21682026-08-18T22:15:00.884Zuploading: /work/apply_change_peer_asn.log (21539 bytes)
21692026-08-18T22:15:01.901Zuploaded: /work/apply_change_peer_asn.log
21702026-08-18T22:15:01.901Zuploading: /work/apply_empty_removes_peers.log (26120 bytes)
21712026-08-18T22:15:02.914Zuploaded: /work/apply_empty_removes_peers.log
21722026-08-18T22:15:02.916Zuploading: /work/apply_remove_entire_group.log (13487 bytes)
21732026-08-18T22:15:03.926Zuploaded: /work/apply_remove_entire_group.log
21742026-08-18T22:15:03.926Zuploading: /work/delete_router_removes_router_state.log (23068 bytes)
21752026-08-18T22:15:04.941Zuploaded: /work/delete_router_removes_router_state.log
21762026-08-18T22:15:04.944Zuploading: /work/dualstack_routes.log (121338 bytes)
21772026-08-18T22:15:05.959Zuploaded: /work/dualstack_routes.log
21782026-08-18T22:15:05.959Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2372 bytes)
21792026-08-18T22:15:06.970Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21802026-08-18T22:15:06.970Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1400 bytes)
21812026-08-18T22:15:07.981Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21822026-08-18T22:15:07.981Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2172 bytes)
21832026-08-18T22:15:08.992Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21842026-08-18T22:15:08.992Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2446 bytes)
21852026-08-18T22:15:10.003Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21862026-08-18T22:15:10.003Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2248 bytes)
21872026-08-18T22:15:11.013Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21882026-08-18T22:15:11.013Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2237 bytes)
21892026-08-18T22:15:12.025Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21902026-08-18T22:15:12.025Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2893 bytes)
21912026-08-18T22:15:13.037Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21922026-08-18T22:15:13.037Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2277 bytes)
21932026-08-18T22:15:14.047Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21942026-08-18T22:15:14.047Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2303 bytes)
21952026-08-18T22:15:15.059Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21962026-08-18T22:15:15.059Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2271 bytes)
21972026-08-18T22:15:16.071Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21982026-08-18T22:15:16.071Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2357 bytes)
21992026-08-18T22:15:17.083Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22002026-08-18T22:15:17.083Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2427 bytes)
22012026-08-18T22:15:18.096Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22022026-08-18T22:15:18.099Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4808 bytes)
22032026-08-18T22:15:19.106Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22042026-08-18T22:15:19.109Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3562 bytes)
22052026-08-18T22:15:20.117Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22062026-08-18T22:15:20.120Zuploading: /work/multiple_unnumbered.log (144586 bytes)
22072026-08-18T22:15:21.135Zuploaded: /work/multiple_unnumbered.log
22082026-08-18T22:15:21.138Zuploading: /work/ndp_change_reset.log (71741 bytes)
22092026-08-18T22:15:22.151Zuploaded: /work/ndp_change_reset.log
22102026-08-18T22:15:22.151Zuploading: /work/ndp_changes.log (94590 bytes)
22112026-08-18T22:15:23.168Zuploaded: /work/ndp_changes.log
22122026-08-18T22:15:23.171Zuploading: /work/r1.test_basic_peering_active.log (41996 bytes)
22132026-08-18T22:15:24.179Zuploaded: /work/r1.test_basic_peering_active.log
22142026-08-18T22:15:24.179Zuploading: /work/r1.test_basic_peering_active_tcp.log (49651 bytes)
22152026-08-18T22:15:25.193Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22162026-08-18T22:15:25.197Zuploading: /work/r1.test_basic_peering_passive.log (34570 bytes)
22172026-08-18T22:15:26.209Zuploaded: /work/r1.test_basic_peering_passive.log
22182026-08-18T22:15:26.212Zuploading: /work/r1.test_basic_peering_passive_tcp.log (40468 bytes)
22192026-08-18T22:15:27.223Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22202026-08-18T22:15:27.225Zuploading: /work/r1.test_basic_update.log (29154 bytes)
22212026-08-18T22:15:28.235Zuploaded: /work/r1.test_basic_update.log
22222026-08-18T22:15:28.238Zuploading: /work/r1.test_basic_update_ipv6.log (29008 bytes)
22232026-08-18T22:15:29.251Zuploaded: /work/r1.test_basic_update_ipv6.log
22242026-08-18T22:15:29.254Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31947 bytes)
22252026-08-18T22:15:30.267Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22262026-08-18T22:15:30.270Zuploading: /work/r1.test_basic_update_tcp.log (32151 bytes)
22272026-08-18T22:15:31.281Zuploaded: /work/r1.test_basic_update_tcp.log
22282026-08-18T22:15:31.284Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44570 bytes)
22292026-08-18T22:15:32.296Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22302026-08-18T22:15:32.296Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44847 bytes)
22312026-08-18T22:15:33.309Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22322026-08-18T22:15:33.309Zuploading: /work/r1.test_import_export_policy_filtering.log (41741 bytes)
22332026-08-18T22:15:34.322Zuploaded: /work/r1.test_import_export_policy_filtering.log
22342026-08-18T22:15:34.322Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (36733 bytes)
22352026-08-18T22:15:35.335Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22362026-08-18T22:15:35.335Zuploading: /work/r1.test_ipv6_basic_peering_active.log (41918 bytes)
22372026-08-18T22:15:36.350Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22382026-08-18T22:15:36.350Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49560 bytes)
22392026-08-18T22:15:37.366Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22402026-08-18T22:15:37.366Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (34660 bytes)
22412026-08-18T22:15:38.381Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22422026-08-18T22:15:38.381Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40394 bytes)
22432026-08-18T22:15:39.398Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22442026-08-18T22:15:39.398Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35907 bytes)
22452026-08-18T22:15:40.421Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22462026-08-18T22:15:40.421Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30633 bytes)
22472026-08-18T22:15:41.439Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22482026-08-18T22:15:41.439Zuploading: /work/r1.test_three_router_chain_tcp.log (23051 bytes)
22492026-08-18T22:15:42.737Zuploaded: /work/r1.test_three_router_chain_tcp.log
22502026-08-18T22:15:42.737Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22746 bytes)
22512026-08-18T22:15:43.757Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22522026-08-18T22:15:43.757Zuploading: /work/r2.test_basic_peering_active.log (40001 bytes)
22532026-08-18T22:15:44.780Zuploaded: /work/r2.test_basic_peering_active.log
22542026-08-18T22:15:44.780Zuploading: /work/r2.test_basic_peering_active_tcp.log (47852 bytes)
22552026-08-18T22:15:45.802Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22562026-08-18T22:15:45.802Zuploading: /work/r2.test_basic_peering_passive.log (42835 bytes)
22572026-08-18T22:15:46.817Zuploaded: /work/r2.test_basic_peering_passive.log
22582026-08-18T22:15:46.817Zuploading: /work/r2.test_basic_peering_passive_tcp.log (48427 bytes)
22592026-08-18T22:15:48.179Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22602026-08-18T22:15:48.179Zuploading: /work/r2.test_basic_update.log (27343 bytes)
22612026-08-18T22:15:49.199Zuploaded: /work/r2.test_basic_update.log
22622026-08-18T22:15:49.199Zuploading: /work/r2.test_basic_update_ipv6.log (27541 bytes)
22632026-08-18T22:15:50.222Zuploaded: /work/r2.test_basic_update_ipv6.log
22642026-08-18T22:15:50.222Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (34011 bytes)
22652026-08-18T22:15:51.238Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22662026-08-18T22:15:51.238Zuploading: /work/r2.test_basic_update_tcp.log (34028 bytes)
22672026-08-18T22:15:52.518Zuploaded: /work/r2.test_basic_update_tcp.log
22682026-08-18T22:15:52.518Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (45098 bytes)
22692026-08-18T22:15:54.683Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22702026-08-18T22:15:54.684Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (45341 bytes)
22712026-08-18T22:15:55.703Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22722026-08-18T22:15:55.704Zuploading: /work/r2.test_import_export_policy_filtering.log (39173 bytes)
22732026-08-18T22:15:56.717Zuploaded: /work/r2.test_import_export_policy_filtering.log
22742026-08-18T22:15:56.717Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (39682 bytes)
22752026-08-18T22:15:57.749Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22762026-08-18T22:15:57.749Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39939 bytes)
22772026-08-18T22:15:58.764Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22782026-08-18T22:15:58.764Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47792 bytes)
22792026-08-18T22:15:59.777Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22802026-08-18T22:15:59.777Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (42964 bytes)
22812026-08-18T22:16:01.802Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22822026-08-18T22:16:01.803Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48286 bytes)
22832026-08-18T22:16:03.605Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22842026-08-18T22:16:03.605Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39562 bytes)
22852026-08-18T22:16:04.649Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22862026-08-18T22:16:04.649Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (29069 bytes)
22872026-08-18T22:16:05.661Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22882026-08-18T22:16:05.661Zuploading: /work/r2.test_three_router_chain_tcp.log (42816 bytes)
22892026-08-18T22:16:06.681Zuploaded: /work/r2.test_three_router_chain_tcp.log
22902026-08-18T22:16:06.681Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45024 bytes)
22912026-08-18T22:16:07.692Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22922026-08-18T22:16:07.693Zuploading: /work/r3.test_three_router_chain_tcp.log (21331 bytes)
22932026-08-18T22:16:08.706Zuploaded: /work/r3.test_three_router_chain_tcp.log
22942026-08-18T22:16:08.706Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (23736 bytes)
22952026-08-18T22:16:09.720Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22962026-08-18T22:16:09.720Zuploading: /work/recreated_router_does_not_claim_predecessors_sessions.log (2505 bytes)
22972026-08-18T22:16:10.730Zuploaded: /work/recreated_router_does_not_claim_predecessors_sessions.log
22982026-08-18T22:16:10.730Zuploading: /work/router_teardown_leaves_other_routers_sessions_alone.log (1126 bytes)
22992026-08-18T22:16:11.741Zuploaded: /work/router_teardown_leaves_other_routers_sessions_alone.log
23002026-08-18T22:16:11.741Zuploading: /work/same_linklocal.log (153957 bytes)
23012026-08-18T22:16:12.760Zuploaded: /work/same_linklocal.log
23022026-08-18T22:16:12.761Zuploading: /work/three_chain.log (152799 bytes)
23032026-08-18T22:16:13.780Zuploaded: /work/three_chain.log
23042026-08-18T22:16:13.780Zuploading: /work/unnumbered_expiry.log (90760 bytes)
23052026-08-18T22:16:14.798Zuploaded: /work/unnumbered_expiry.log
23062026-08-18T22:16:14.798Zuploading: /work/unnumbered_interface_lifecycle.log (156663 bytes)
23072026-08-18T22:16:15.816Zuploaded: /work/unnumbered_interface_lifecycle.log
23082026-08-18T22:16:15.816Zuploading: /work/unnumbered_peer_change.log (81131 bytes)
23092026-08-18T22:16:17.832Zuploaded: /work/unnumbered_peer_change.log