01M0EFHMFFF6XFNPP5X4ZN49S5: 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: 01M0EFJEW5E8VKWEKYRBRKNYD1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T02:22:25.186Zjob assigned to worker 01M0EFJGFX1T15ARQC93VHFY6Z [factory aws, i-061165934360090a8] (queued for 54 s)
 
22026-08-20T02:22:31.437Zstarting task 0: "setup"
32026-08-20T02:22:31.441Z++ uname -s
42026-08-20T02:22:31.446Z+ kern=SunOS
52026-08-20T02:22:31.446Z+ build_user=build
62026-08-20T02:22:31.446Z+ build_uid=12345
72026-08-20T02:22:31.446Z+ work_dir=/work
82026-08-20T02:22:31.446Z+ input_dir=/input
92026-08-20T02:22:31.446Z+ [[ 0 == 12345 ]]
102026-08-20T02:22:31.446Z+ case "$kern" in
112026-08-20T02:22:31.446Z+ groupadd -g 12345 build
122026-08-20T02:22:31.446Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T02:22:33.450Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T02:22:33.550Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T02:22:33.554Z+ home_fs=zfs
162026-08-20T02:22:33.554Z+ [[ zfs == autofs ]]
172026-08-20T02:22:33.554Z+ mkdir -p /home/build
182026-08-20T02:22:33.554Z+ chown build:build /home/build /work
192026-08-20T02:22:35.553Z+ chmod 0700 /home/build /work
202026-08-20T02:22:35.556Zprocess exited: duration 4119 ms, exit code 0
 
212026-08-20T02:22:35.564Zstarting task 1: "rust-toolchain"
222026-08-20T02:22:35.568Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-20T02:22:35.568Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T02:22:35.568Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-20T02:22:35.568Z * rust toolchain channel = "stable"
262026-08-20T02:22:35.568Z * rust toolchain profile = "default"
272026-08-20T02:22:35.568Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T02:22:35.572Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T02:22:35.572Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-20T02:22:35.675Zinfo: downloading installer
312026-08-20T02:22:36.976Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T02:22:36.976Zwarn: /home/build/.rustup/settings.toml
332026-08-20T02:22:36.976Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T02:22:36.976Zwarn: instead of the one inferred from the default host triple.
352026-08-20T02:22:36.988Zinfo: profile set to default
362026-08-20T02:22:36.988Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T02:22:36.992Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-20T02:22:37.133Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T02:22:37.137Zinfo: downloading 6 components
402026-08-20T02:22:52.134Z
412026-08-20T02:22:52.134Zinfo: default toolchain set to stable-x86_64-unknown-illumos
422026-08-20T02:22:52.164Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T02:22:52.164Z
442026-08-20T02:22:52.164Z
452026-08-20T02:22:52.164ZRust is installed now. Great!
462026-08-20T02:22:52.164Z
472026-08-20T02:22:52.164ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T02:22:52.165Zenvironment variable. This has not been done automatically.
492026-08-20T02:22:52.165Z
502026-08-20T02:22:52.165ZTo configure your current shell, you need to source
512026-08-20T02:22:52.165Zthe corresponding env file under $HOME/.cargo.
522026-08-20T02:22:52.165Z
532026-08-20T02:22:52.165ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T02:22:52.165Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T02:22:52.165Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T02:22:52.165Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T02:22:52.165Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T02:22:52.165Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T02:22:52.165Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T02:22:52.177Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T02:22:52.177Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T02:22:52.267Z+ rustup --version
632026-08-20T02:22:52.275Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T02:22:52.279Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T02:22:52.297Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T02:22:52.302Z+ cargo --version
672026-08-20T02:22:52.336Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T02:22:52.341Z+ rustc --version
692026-08-20T02:22:52.341Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T02:22:52.341Zprocess exited: duration 16775 ms, exit code 0
 
712026-08-20T02:22:52.352Zstarting task 2: "authentication"
722026-08-20T02:22:52.365ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-20T02:22:54.376Zprocess exited: duration 2026 ms, exit code 0
 
742026-08-20T02:22:54.384Zstarting task 3: "clone repository"
752026-08-20T02:22:54.388Z+ mkdir -p /work/oxidecomputer/maghemite
762026-08-20T02:22:54.391Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
772026-08-20T02:22:54.421ZCloning into '/work/oxidecomputer/maghemite'...
782026-08-20T02:22:56.280Z+ cd /work/oxidecomputer/maghemite
792026-08-20T02:22:56.280Z+ git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24
802026-08-20T02:22:56.857ZFrom https://github.com/oxidecomputer/maghemite
812026-08-20T02:22:56.857Z * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD
822026-08-20T02:22:56.865Z+ [[ -n trey/bfd-db ]]
832026-08-20T02:22:56.869Z++ git branch --show-current
842026-08-20T02:22:56.869Z+ current=main
852026-08-20T02:22:56.869Z+ [[ main != trey/bfd-db ]]
862026-08-20T02:22:56.869Z+ git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24
872026-08-20T02:22:56.872Z+ git checkout -f trey/bfd-db
882026-08-20T02:22:56.889ZSwitched to branch 'trey/bfd-db'
892026-08-20T02:22:56.893Z+ git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24
902026-08-20T02:22:56.897ZHEAD is now at ec98d0d test: cover BFD peer persistence
912026-08-20T02:22:56.897Zprocess exited: duration 2510 ms, exit code 0
 
922026-08-20T02:22:56.905Zstarting task 4: "build"
932026-08-20T02:22:56.908Z+ set -e
942026-08-20T02:22:56.909Z+ source .github/buildomat/test-common.sh
952026-08-20T02:22:56.909Z++ NEXTEST_VERSION=0.9.97
962026-08-20T02:22:56.909Z++ PLATFORM=illumos
972026-08-20T02:22:56.909Z++ source .github/buildomat/common.sh
982026-08-20T02:22:56.909Z+++ export PKG_SUCCESS_ON_NOP=1
992026-08-20T02:22:56.909Z+++ PKG_SUCCESS_ON_NOP=1
1002026-08-20T02:22:56.909Z+++ cargo --version
1012026-08-20T02:22:56.914Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1022026-08-20T02:22:57.053Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-20T02:22:57.058Zinfo: downloading 6 components
1042026-08-20T02:23:10.411Zcargo 1.97.1 (c980f4866 2026-06-30)
1052026-08-20T02:23:10.417Z+++ rustc --version
1062026-08-20T02:23:10.459Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1072026-08-20T02:23:10.477Z++ banner install
1082026-08-20T02:23:10.477Z
1092026-08-20T02:23:10.477Z # # # #### ##### ## # #
1102026-08-20T02:23:10.477Z # ## # # # # # # #
1112026-08-20T02:23:10.477Z # # # # #### # # # # #
1122026-08-20T02:23:10.477Z # # # # # # ###### # #
1132026-08-20T02:23:10.477Z # # ## # # # # # # #
1142026-08-20T02:23:10.477Z # # # #### # # # ###### ######
1152026-08-20T02:23:10.477Z
1162026-08-20T02:23:10.477Z++ pfexec pkg install clang-15
1172026-08-20T02:23:12.939Z Startup: Refreshing catalog 'helios' ... Done
1182026-08-20T02:23:13.284Z Startup: Caching catalogs ... Done
1192026-08-20T02:23:15.166ZPlanning: Solver setup ... Done
1202026-08-20T02:23:15.246ZPlanning: Running solver ... Done
1212026-08-20T02:23:15.301ZPlanning: Consolidating action changes ... Done
1222026-08-20T02:23:15.301ZPlanning: Evaluating mediators ... Done
1232026-08-20T02:23:15.302ZPlanning: Planning completed in 1.94 seconds
1242026-08-20T02:23:15.324ZNo updates necessary for this image.
1252026-08-20T02:23:15.475Z++ cargo install cargo-nextest --version 0.9.97
1262026-08-20T02:23:15.520Z Updating crates.io index
1272026-08-20T02:23:15.627Z Downloading crates ...
1282026-08-20T02:23:15.685Z Downloaded cargo-nextest v0.9.97
1292026-08-20T02:23:15.763Z Installing cargo-nextest v0.9.97
1302026-08-20T02:23:15.785Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1312026-08-20T02:23:15.785Z |
1322026-08-20T02:23:15.785Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1332026-08-20T02:23:15.785Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1342026-08-20T02:23:15.805Z Updating crates.io index
1352026-08-20T02:23:17.962Z Locking 396 packages to latest compatible versions
1362026-08-20T02:23:17.967Z Adding dialoguer v0.11.0 (available: v0.12.0)
1372026-08-20T02:23:17.967Z Adding duct v0.13.7 (available: v1.1.1)
1382026-08-20T02:23:17.967Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1392026-08-20T02:23:17.970Z Adding generic-array v0.14.7 (available: v0.14.9)
1402026-08-20T02:23:17.970Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1412026-08-20T02:23:17.970Z Adding itertools v0.14.0 (available: v0.15.0)
1422026-08-20T02:23:17.974Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1432026-08-20T02:23:17.974Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1442026-08-20T02:23:17.974Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1452026-08-20T02:23:17.977Z Adding quick-junit v0.5.2 (available: v0.7.0)
1462026-08-20T02:23:18.029Z Downloading crates ...
1472026-08-20T02:23:18.033Z Downloaded adler2 v2.0.1
1482026-08-20T02:23:18.033Z Downloaded ahash v0.8.12
1492026-08-20T02:23:18.034Z Downloaded addr2line v0.25.1
1502026-08-20T02:23:18.039Z Downloaded anstream v1.0.0
1512026-08-20T02:23:18.039Z Downloaded percent-encoding v2.3.2
1522026-08-20T02:23:18.061Z Downloaded pin-project-lite v0.2.17
1532026-08-20T02:23:18.061Z Downloaded pin-project v1.1.13
1542026-08-20T02:23:18.061Z Downloaded openssl-sys v0.9.117
1552026-08-20T02:23:18.061Z Downloaded pathdiff v0.2.3
1562026-08-20T02:23:18.066Z Downloaded os_pipe v1.2.3
1572026-08-20T02:23:18.066Z Downloaded parking_lot v0.12.5
1582026-08-20T02:23:18.071Z Downloaded self_update v0.42.0
1592026-08-20T02:23:18.071Z Downloaded ordered-float v2.10.1
1602026-08-20T02:23:18.071Z Downloaded target-lexicon v0.13.5
1612026-08-20T02:23:18.075Z Downloaded pin-project-internal v1.1.13
1622026-08-20T02:23:18.075Z Downloaded owo-colors v4.3.0
1632026-08-20T02:23:18.075Z Downloaded parking_lot_core v0.9.12
1642026-08-20T02:23:18.079Z Downloaded rand_core v0.10.1
1652026-08-20T02:23:18.083Z Downloaded pkcs8 v0.10.2
1662026-08-20T02:23:18.087Z Downloaded cargo_metadata v0.20.0
1672026-08-20T02:23:18.091Z Downloaded document-features v0.2.12
1682026-08-20T02:23:18.091Z Downloaded async-scoped v0.9.0
1692026-08-20T02:23:18.096Z Downloaded atomic-waker v1.1.2
1702026-08-20T02:23:18.099Z Downloaded futures-task v0.3.34
1712026-08-20T02:23:18.103Z Downloaded cargo-platform v0.3.3
1722026-08-20T02:23:18.103Z Downloaded curve25519-dalek-derive v0.1.1
1732026-08-20T02:23:18.103Z Downloaded futures-sink v0.3.34
1742026-08-20T02:23:18.103Z Downloaded equivalent v1.0.2
1752026-08-20T02:23:18.103Z Downloaded clap_lex v1.1.0
1762026-08-20T02:23:18.107Z Downloaded erased-serde v0.4.10
1772026-08-20T02:23:18.114Z Downloaded anstyle-query v1.1.5
1782026-08-20T02:23:18.118Z Downloaded colorchoice v1.0.5
1792026-08-20T02:23:18.118Z Downloaded futures-macro v0.3.34
1802026-08-20T02:23:18.118Z Downloaded color-spantrace v0.3.0
1812026-08-20T02:23:18.121Z Downloaded regex-syntax v0.8.11
1822026-08-20T02:23:18.125Z Downloaded serde_json v1.0.151
1832026-08-20T02:23:18.128Z Downloaded sharded-slab v0.1.7
1842026-08-20T02:23:18.132Z Downloaded signal-hook-mio v0.2.5
1852026-08-20T02:23:18.132Z Downloaded backtrace-ext v0.2.1
1862026-08-20T02:23:18.132Z Downloaded foreign-types v0.3.2
1872026-08-20T02:23:18.132Z Downloaded reqwest v0.12.28
1882026-08-20T02:23:18.136Z Downloaded scopeguard v1.2.0
1892026-08-20T02:23:18.136Z Downloaded rand_pcg v0.10.2
1902026-08-20T02:23:18.140Z Downloaded tower-service v0.3.3
1912026-08-20T02:23:18.140Z Downloaded cpufeatures v0.3.0
1922026-08-20T02:23:18.140Z Downloaded errno v0.3.14
1932026-08-20T02:23:18.140Z Downloaded block-buffer v0.10.4
1942026-08-20T02:23:18.140Z Downloaded crypto-common v0.1.7
1952026-08-20T02:23:18.140Z Downloaded strip-ansi-escapes v0.2.1
1962026-08-20T02:23:18.140Z Downloaded serde_derive v1.0.229
1972026-08-20T02:23:18.147Z Downloaded tracing-error v0.2.1
1982026-08-20T02:23:18.147Z Downloaded futures-io v0.3.34
1992026-08-20T02:23:18.147Z Downloaded futures-core v0.3.34
2002026-08-20T02:23:18.147Z Downloaded supports-unicode v3.0.0
2012026-08-20T02:23:18.147Z Downloaded atomicwrites v0.4.4
2022026-08-20T02:23:18.150Z Downloaded self-replace v1.5.0
2032026-08-20T02:23:18.150Z Downloaded form_urlencoded v1.2.2
2042026-08-20T02:23:18.150Z Downloaded cfg_aliases v0.2.2
2052026-08-20T02:23:18.150Z Downloaded cfg-if v1.0.4
2062026-08-20T02:23:18.150Z Downloaded swrite v0.1.0
2072026-08-20T02:23:18.156Z Downloaded toml_write v0.1.2
2082026-08-20T02:23:18.156Z Downloaded foreign-types-shared v0.1.1
2092026-08-20T02:23:18.156Z Downloaded shell-words v1.1.1
2102026-08-20T02:23:18.160Z Downloaded debug-ignore v1.0.5
2112026-08-20T02:23:18.160Z Downloaded fnv v1.0.7
2122026-08-20T02:23:18.160Z Downloaded signal-hook-registry v1.4.8
2132026-08-20T02:23:18.160Z Downloaded thiserror v1.0.69
2142026-08-20T02:23:18.164Z Downloaded enable-ansi-support v0.2.1
2152026-08-20T02:23:18.164Z Downloaded typeid v1.0.3
2162026-08-20T02:23:18.167Z Downloaded cargo-platform v0.2.0
2172026-08-20T02:23:18.167Z Downloaded serde-value v0.7.0
2182026-08-20T02:23:18.171Z Downloaded signature v2.2.0
2192026-08-20T02:23:18.171Z Downloaded rand_chacha v0.9.0
2202026-08-20T02:23:18.175Z Downloaded fixedbitset v0.5.7
2212026-08-20T02:23:18.175Z Downloaded futures-executor v0.3.34
2222026-08-20T02:23:18.175Z Downloaded rustc-demangle v0.1.28
2232026-08-20T02:23:18.175Z Downloaded simd-adler32 v0.3.10
2242026-08-20T02:23:18.175Z Downloaded autocfg v1.5.1
2252026-08-20T02:23:18.179Z Downloaded camino-tempfile v1.4.1
2262026-08-20T02:23:18.179Z Downloaded rustls-pki-types v1.15.1
2272026-08-20T02:23:18.179Z Downloaded urlencoding v2.1.3
2282026-08-20T02:23:18.179Z Downloaded tracing-attributes v0.1.31
2292026-08-20T02:23:18.183Z Downloaded strsim v0.11.1
2302026-08-20T02:23:18.183Z Downloaded toml_datetime v0.6.11
2312026-08-20T02:23:18.183Z Downloaded http-body v1.1.0
2322026-08-20T02:23:18.183Z Downloaded hyper-tls v0.6.0
2332026-08-20T02:23:18.187Z Downloaded shared_child v1.1.1
2342026-08-20T02:23:18.187Z Downloaded humantime-serde v1.1.1
2352026-08-20T02:23:18.187Z Downloaded indent_write v2.2.0
2362026-08-20T02:23:18.187Z Downloaded rustc-hash v2.1.3
2372026-08-20T02:23:18.187Z Downloaded mukti-metadata v0.3.0
2382026-08-20T02:23:18.187Z Downloaded serde_spanned v1.1.1
2392026-08-20T02:23:18.187Z Downloaded serde_ignored v0.1.14
2402026-08-20T02:23:18.190Z Downloaded duct v0.13.7
2412026-08-20T02:23:18.190Z Downloaded supports-hyperlinks v3.2.0
2422026-08-20T02:23:18.190Z Downloaded terminal_size v0.4.4
2432026-08-20T02:23:18.194Z Downloaded fastrand v2.5.0
2442026-08-20T02:23:18.197Z Downloaded shlex v2.0.1
2452026-08-20T02:23:18.198Z Downloaded thread_local v1.1.10
2462026-08-20T02:23:18.202Z Downloaded ed25519 v2.2.3
2472026-08-20T02:23:18.205Z Downloaded filetime v0.2.29
2482026-08-20T02:23:18.205Z Downloaded ppv-lite86 v0.2.21
2492026-08-20T02:23:18.205Z Downloaded thiserror v2.0.20
2502026-08-20T02:23:18.209Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2512026-08-20T02:23:18.209Z Downloaded digest v0.10.7
2522026-08-20T02:23:18.212Z Downloaded quinn-udp v0.5.15
2532026-08-20T02:23:18.212Z Downloaded anstyle-parse v1.0.0
2542026-08-20T02:23:18.212Z Downloaded foldhash v0.1.5
2552026-08-20T02:23:18.242Z Downloaded smol_str v0.3.6
2562026-08-20T02:23:18.242Z Downloaded itoa v1.0.18
2572026-08-20T02:23:18.242Z Downloaded rustc_version v0.4.1
2582026-08-20T02:23:18.242Z Downloaded anstyle v1.0.14
2592026-08-20T02:23:18.242Z Downloaded either v1.17.0
2602026-08-20T02:23:18.242Z Downloaded base64ct v1.8.3
2612026-08-20T02:23:18.242Z Downloaded convert_case v0.10.0
2622026-08-20T02:23:18.242Z Downloaded toml_writer v1.1.2+spec-1.1.0
2632026-08-20T02:23:18.242Z Downloaded sha2 v0.10.9
2642026-08-20T02:23:18.242Z Downloaded rand_core v0.6.4
2652026-08-20T02:23:18.242Z Downloaded thiserror-impl v2.0.20
2662026-08-20T02:23:18.243Z Downloaded unicode-linebreak v0.1.5
2672026-08-20T02:23:18.243Z Downloaded openssl-probe v0.2.1
2682026-08-20T02:23:18.243Z Downloaded serde_path_to_error v0.1.20
2692026-08-20T02:23:18.243Z Downloaded toml v0.8.23
2702026-08-20T02:23:18.243Z Downloaded zmij v1.0.23
2712026-08-20T02:23:18.243Z Downloaded rand_core v0.9.5
2722026-08-20T02:23:18.243Z Downloaded tokio-rustls v0.26.4
2732026-08-20T02:23:18.243Z Downloaded utf8_iter v1.0.4
2742026-08-20T02:23:18.243Z Downloaded generic-array v0.14.7
2752026-08-20T02:23:18.243Z Downloaded guppy-workspace-hack v0.1.0
2762026-08-20T02:23:18.243Z Downloaded crc32fast v1.5.0
2772026-08-20T02:23:18.288Z Downloaded lazy_static v1.5.0
2782026-08-20T02:23:18.288Z Downloaded utf8parse v0.2.2
2792026-08-20T02:23:18.288Z Downloaded try-lock v0.2.5
2802026-08-20T02:23:18.288Z Downloaded xxhash-rust v0.8.18
2812026-08-20T02:23:18.288Z Downloaded semver v1.0.28
2822026-08-20T02:23:18.288Z Downloaded hex v0.4.3
2832026-08-20T02:23:18.288Z Downloaded home v0.5.12
2842026-08-20T02:23:18.288Z Downloaded target-spec v3.6.0
2852026-08-20T02:23:18.288Z Downloaded spki v0.7.3
2862026-08-20T02:23:18.288Z Downloaded lock_api v0.4.14
2872026-08-20T02:23:18.288Z Downloaded ipnet v2.12.1
2882026-08-20T02:23:18.288Z Downloaded socket2 v0.6.5
2892026-08-20T02:23:18.288Z Downloaded lru-slab v0.1.2
2902026-08-20T02:23:18.288Z Downloaded want v0.3.1
2912026-08-20T02:23:18.289Z Downloaded openssl-macros v0.1.1
2922026-08-20T02:23:18.289Z Downloaded tempfile v3.27.0
2932026-08-20T02:23:18.289Z Downloaded camino v1.2.5
2942026-08-20T02:23:18.289Z Downloaded textwrap v0.16.2
2952026-08-20T02:23:18.289Z Downloaded native-tls v0.2.18
2962026-08-20T02:23:18.289Z Downloaded chacha20 v0.10.1
2972026-08-20T02:23:18.289Z Downloaded const-oid v0.9.6
2982026-08-20T02:23:18.289Z Downloaded eyre v0.6.14
2992026-08-20T02:23:18.296Z Downloaded cpufeatures v0.2.17
3002026-08-20T02:23:18.296Z Downloaded dialoguer v0.11.0
3012026-08-20T02:23:18.296Z Downloaded futures-channel v0.3.34
3022026-08-20T02:23:18.296Z Downloaded cfg-expr v0.20.8
3032026-08-20T02:23:18.296Z Downloaded serde_core v1.0.229
3042026-08-20T02:23:18.296Z Downloaded cargo-util-schemas v0.2.0
3052026-08-20T02:23:18.296Z Downloaded cargo_metadata v0.23.1
3062026-08-20T02:23:18.296Z Downloaded future-queue v0.4.0
3072026-08-20T02:23:18.302Z Downloaded serde_urlencoded v0.7.1
3082026-08-20T02:23:18.302Z Downloaded is_ci v1.2.0
3092026-08-20T02:23:18.303Z Downloaded clap_derive v4.6.4
3102026-08-20T02:23:18.303Z Downloaded rustls-webpki v0.103.14
3112026-08-20T02:23:18.303Z Downloaded tokio-native-tls v0.3.1
3122026-08-20T02:23:18.303Z Downloaded serde_spanned v0.6.9
3132026-08-20T02:23:18.306Z Downloaded is_terminal_polyfill v1.70.2
3142026-08-20T02:23:18.306Z Downloaded nested v0.1.1
3152026-08-20T02:23:18.306Z Downloaded jobserver v0.1.35
3162026-08-20T02:23:18.306Z Downloaded tracing-log v0.2.0
3172026-08-20T02:23:18.309Z Downloaded newtype-uuid v1.4.0
3182026-08-20T02:23:18.309Z Downloaded console v0.15.11
3192026-08-20T02:23:18.310Z Downloaded subtle v2.6.1
3202026-08-20T02:23:18.313Z Downloaded tinyvec_macros v0.1.1
3212026-08-20T02:23:18.316Z Downloaded nextest-workspace-hack v0.1.0
3222026-08-20T02:23:18.316Z Downloaded tokio-macros v2.7.2
3232026-08-20T02:23:18.316Z Downloaded zipsign-api v0.1.5
3242026-08-20T02:23:18.316Z Downloaded supports-color v3.0.2
3252026-08-20T02:23:18.320Z Downloaded miette-derive v7.6.0
3262026-08-20T02:23:18.321Z Downloaded globset v0.4.20
3272026-08-20T02:23:18.324Z Downloaded version_check v0.9.5
3282026-08-20T02:23:18.325Z Downloaded once_cell v1.21.4
3292026-08-20T02:23:18.325Z Downloaded xattr v1.6.1
3302026-08-20T02:23:18.330Z Downloaded unicase v2.9.0
3312026-08-20T02:23:18.330Z Downloaded tower-layer v0.3.3
3322026-08-20T02:23:18.330Z Downloaded find-msvc-tools v0.1.11
3332026-08-20T02:23:18.336Z Downloaded serde v1.0.229
3342026-08-20T02:23:18.339Z Downloaded tinyvec v1.12.0
3352026-08-20T02:23:18.339Z Downloaded number_prefix v0.4.0
3362026-08-20T02:23:18.339Z Downloaded pkg-config v0.3.34
3372026-08-20T02:23:18.339Z Downloaded quote v1.0.47
3382026-08-20T02:23:18.339Z Downloaded slab v0.4.12
3392026-08-20T02:23:18.349Z Downloaded zstd v0.13.3
3402026-08-20T02:23:18.349Z Downloaded untrusted v0.9.0
3412026-08-20T02:23:18.349Z Downloaded hyper-rustls v0.27.9
3422026-08-20T02:23:18.349Z Downloaded idna_adapter v1.0.0
3432026-08-20T02:23:18.349Z Downloaded unicode-xid v0.2.6
3442026-08-20T02:23:18.354Z Downloaded indenter v0.3.4
3452026-08-20T02:23:18.355Z Downloaded heck v0.5.0
3462026-08-20T02:23:18.355Z Downloaded tracing-core v0.1.36
3472026-08-20T02:23:18.355Z Downloaded getrandom v0.2.17
3482026-08-20T02:23:18.360Z Downloaded humantime v2.4.0
3492026-08-20T02:23:18.364Z Downloaded smallvec v1.15.2
3502026-08-20T02:23:18.364Z Downloaded static_assertions v1.1.0
3512026-08-20T02:23:18.364Z Downloaded thiserror-impl v1.0.69
3522026-08-20T02:23:18.371Z Downloaded toml_edit v0.22.27
3532026-08-20T02:23:18.371Z Downloaded clap v4.6.6
3542026-08-20T02:23:18.375Z Downloaded sigchld v0.2.4
3552026-08-20T02:23:18.375Z Downloaded serde-untagged v0.1.9
3562026-08-20T02:23:18.376Z Downloaded litrs v1.0.0
3572026-08-20T02:23:18.380Z Downloaded tar v0.4.46
3582026-08-20T02:23:18.380Z Downloaded target-spec-miette v0.4.8
3592026-08-20T02:23:18.380Z Downloaded config v0.15.25
3602026-08-20T02:23:18.387Z Downloaded bitflags v2.13.1
3612026-08-20T02:23:18.387Z Downloaded num-traits v0.2.19
3622026-08-20T02:23:18.391Z Downloaded sync_wrapper v1.0.2
3632026-08-20T02:23:18.392Z Downloaded zstd-safe v7.2.4
3642026-08-20T02:23:18.392Z Downloaded iana-time-zone v0.1.65
3652026-08-20T02:23:18.392Z Downloaded nextest-metadata v0.12.2
3662026-08-20T02:23:18.392Z Downloaded tokio-util v0.7.19
3672026-08-20T02:23:18.395Z Downloaded getrandom v0.3.4
3682026-08-20T02:23:18.403Z Downloaded getrandom v0.4.3
3692026-08-20T02:23:18.403Z Downloaded log v0.4.33
3702026-08-20T02:23:18.408Z Downloaded zeroize v1.9.0
3712026-08-20T02:23:18.416Z Downloaded toml_parser v1.1.3+spec-1.1.0
3722026-08-20T02:23:18.416Z Downloaded ryu v1.0.23
3732026-08-20T02:23:18.425Z Downloaded indicatif v0.17.11
3742026-08-20T02:23:18.425Z Downloaded httparse v1.10.1
3752026-08-20T02:23:18.425Z Downloaded bytes v1.12.1
3762026-08-20T02:23:18.425Z Downloaded derive-where v1.6.1
3772026-08-20T02:23:18.431Z Downloaded proc-macro2 v1.0.107
3782026-08-20T02:23:18.431Z Downloaded base64 v0.22.1
3792026-08-20T02:23:18.432Z Downloaded signal-hook v0.3.18
3802026-08-20T02:23:18.432Z Downloaded borsh v1.8.0
3812026-08-20T02:23:18.442Z Downloaded nextest-filtering v0.15.0
3822026-08-20T02:23:18.442Z Downloaded tokio-stream v0.1.19
3832026-08-20T02:23:18.445Z Downloaded http-body-util v0.1.5
3842026-08-20T02:23:18.445Z Downloaded quick-junit v0.5.2
3852026-08-20T02:23:18.445Z Downloaded unicode-ident v1.0.24
3862026-08-20T02:23:18.446Z Downloaded toml v1.1.4+spec-1.1.0
3872026-08-20T02:23:18.446Z Downloaded unicode-segmentation v1.13.3
3882026-08-20T02:23:18.468Z Downloaded derive_more v2.1.1
3892026-08-20T02:23:18.480Z Downloaded futures v0.3.34
3902026-08-20T02:23:18.484Z Downloaded backtrace v0.3.76
3912026-08-20T02:23:18.484Z Downloaded der v0.7.10
3922026-08-20T02:23:18.484Z Downloaded flate2 v1.1.9
3932026-08-20T02:23:18.488Z Downloaded ed25519-dalek v2.2.0
3942026-08-20T02:23:18.488Z Downloaded uuid v1.24.1
3952026-08-20T02:23:18.493Z Downloaded tower v0.5.3
3962026-08-20T02:23:18.521Z Downloaded url v2.5.8
3972026-08-20T02:23:18.525Z Downloaded miette v7.6.0
3982026-08-20T02:23:18.525Z Downloaded rand v0.9.5
3992026-08-20T02:23:18.525Z Downloaded tower-http v0.6.11
4002026-08-20T02:23:18.525Z Downloaded regex v1.13.1
4012026-08-20T02:23:18.525Z Downloaded http v1.5.0
4022026-08-20T02:23:18.525Z Downloaded cc v1.4.3
4032026-08-20T02:23:18.525Z Downloaded rand v0.10.2
4042026-08-20T02:23:18.530Z Downloaded vte v0.14.1
4052026-08-20T02:23:18.533Z Downloaded guppy v0.17.26
4062026-08-20T02:23:18.538Z Downloaded quinn v0.11.11
4072026-08-20T02:23:18.538Z Downloaded ron v0.12.2
4082026-08-20T02:23:18.541Z Downloaded unicode-normalization v0.1.25
4092026-08-20T02:23:18.548Z Downloaded miniz_oxide v0.8.9
4102026-08-20T02:23:18.548Z Downloaded derive_more-impl v2.1.1
4112026-08-20T02:23:18.551Z Downloaded typenum v1.20.1
4122026-08-20T02:23:18.558Z Downloaded memchr v2.8.3
4132026-08-20T02:23:18.587Z Downloaded hyper v1.11.0
4142026-08-20T02:23:18.591Z Downloaded hashbrown v0.17.1
4152026-08-20T02:23:18.596Z Downloaded crossterm v0.29.0
4162026-08-20T02:23:18.600Z Downloaded winnow v1.0.4
4172026-08-20T02:23:18.603Z Downloaded h2 v0.4.17
4182026-08-20T02:23:18.606Z Downloaded quick-xml v0.38.4
4192026-08-20T02:23:18.615Z Downloaded indexmap v2.14.0
4202026-08-20T02:23:18.622Z Downloaded webpki-roots v1.0.9
4212026-08-20T02:23:18.625Z Downloaded hyper-util v0.1.20
4222026-08-20T02:23:18.629Z Downloaded pulldown-cmark v0.13.4
4232026-08-20T02:23:18.632Z Downloaded idna v1.1.0
4242026-08-20T02:23:18.644Z Downloaded syn v3.0.3
4252026-08-20T02:23:18.655Z Downloaded hashbrown v0.15.5
4262026-08-20T02:23:18.659Z Downloaded mio v1.2.2
4272026-08-20T02:23:18.664Z Downloaded syn v2.0.119
4282026-08-20T02:23:18.670Z Downloaded quick-xml v0.37.5
4292026-08-20T02:23:18.673Z Downloaded aho-corasick v1.1.5
4302026-08-20T02:23:18.677Z Downloaded futures-util v0.3.34
4312026-08-20T02:23:18.686Z Downloaded clap_builder v4.6.6
4322026-08-20T02:23:18.692Z Downloaded itertools v0.14.0
4332026-08-20T02:23:18.698Z Downloaded winnow v0.7.15
4342026-08-20T02:23:18.707Z Downloaded rustix v0.38.44
4352026-08-20T02:23:18.719Z Downloaded rustls v0.23.43
4362026-08-20T02:23:18.725Z Downloaded nix v0.30.1
4372026-08-20T02:23:18.730Z Downloaded rustix v1.1.4
4382026-08-20T02:23:18.743Z Downloaded vcpkg v0.2.15
4392026-08-20T02:23:18.764Z Downloaded tracing v0.1.44
4402026-08-20T02:23:18.774Z Downloaded portable-atomic v1.15.0
4412026-08-20T02:23:18.778Z Downloaded chrono v0.4.45
4422026-08-20T02:23:18.783Z Downloaded tracing-subscriber v0.3.23
4432026-08-20T02:23:18.791Z Downloaded regex-automata v0.4.18
4442026-08-20T02:23:18.795Z Downloaded quinn-proto v0.11.17
4452026-08-20T02:23:18.799Z Downloaded nextest-runner v0.80.0
4462026-08-20T02:23:18.806Z Downloaded unicode-width v0.1.14
4472026-08-20T02:23:18.811Z Downloaded curve25519-dalek v4.1.3
4482026-08-20T02:23:18.811Z Downloaded unicode-width v0.2.2
4492026-08-20T02:23:18.815Z Downloaded petgraph v0.8.3
4502026-08-20T02:23:18.826Z Downloaded gimli v0.32.3
4512026-08-20T02:23:18.829Z Downloaded zerocopy v0.8.56
4522026-08-20T02:23:18.836Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4532026-08-20T02:23:18.845Z Downloaded bstr v1.13.1
4542026-08-20T02:23:18.850Z Downloaded object v0.37.3
4552026-08-20T02:23:18.855Z Downloaded openssl v0.10.81
4562026-08-20T02:23:18.860Z Downloaded tokio v1.53.1
4572026-08-20T02:23:18.883Z Downloaded color-eyre v0.6.5
4582026-08-20T02:23:18.888Z Downloaded libc v0.2.189
4592026-08-20T02:23:18.908Z Downloaded recursion v0.5.4
4602026-08-20T02:23:18.914Z Downloaded ring v0.17.14
4612026-08-20T02:23:18.967Z Compiling proc-macro2 v1.0.107
4622026-08-20T02:23:18.971Z Compiling unicode-ident v1.0.24
4632026-08-20T02:23:18.971Z Compiling quote v1.0.47
4642026-08-20T02:23:18.971Z Compiling libc v0.2.189
4652026-08-20T02:23:18.971Z Compiling serde_core v1.0.229
4662026-08-20T02:23:18.971Z Compiling cfg-if v1.0.4
4672026-08-20T02:23:18.971Z Compiling memchr v2.8.3
4682026-08-20T02:23:18.971Z Compiling once_cell v1.21.4
4692026-08-20T02:23:19.230Z Compiling log v0.4.33
4702026-08-20T02:23:19.336Z Compiling pin-project-lite v0.2.17
4712026-08-20T02:23:19.358Z Compiling itoa v1.0.18
4722026-08-20T02:23:19.419Z Compiling serde v1.0.229
4732026-08-20T02:23:19.520Z Compiling futures-core v0.3.34
4742026-08-20T02:23:19.602Z Compiling smallvec v1.15.2
4752026-08-20T02:23:19.680Z Compiling bitflags v2.13.1
4762026-08-20T02:23:19.761Z Compiling find-msvc-tools v0.1.11
4772026-08-20T02:23:19.863Z Compiling hashbrown v0.17.1
4782026-08-20T02:23:19.996Z Compiling equivalent v1.0.2
4792026-08-20T02:23:20.083Z Compiling errno v0.3.14
4802026-08-20T02:23:20.095Z Compiling shlex v2.0.1
4812026-08-20T02:23:20.129Z Compiling bytes v1.12.1
4822026-08-20T02:23:20.277Z Compiling signal-hook-registry v1.4.8
4832026-08-20T02:23:20.323Z Compiling jobserver v0.1.35
4842026-08-20T02:23:20.352Z Compiling mio v1.2.2
4852026-08-20T02:23:20.366Z Compiling futures-sink v0.3.34
4862026-08-20T02:23:20.476Z Compiling syn v3.0.3
4872026-08-20T02:23:20.510Z Compiling syn v2.0.119
4882026-08-20T02:23:20.565Z Compiling cc v1.4.3
4892026-08-20T02:23:20.608Z Compiling rustix v1.1.4
4902026-08-20T02:23:20.744Z Compiling socket2 v0.6.5
4912026-08-20T02:23:21.041Z Compiling autocfg v1.5.1
4922026-08-20T02:23:21.057Z Compiling zmij v1.0.23
4932026-08-20T02:23:21.336Z Compiling slab v0.4.12
4942026-08-20T02:23:21.425Z Compiling futures-channel v0.3.34
4952026-08-20T02:23:21.486Z Compiling indexmap v2.14.0
4962026-08-20T02:23:21.535Z Compiling tracing-core v0.1.36
4972026-08-20T02:23:21.643Z Compiling version_check v0.9.5
4982026-08-20T02:23:21.716Z Compiling serde_json v1.0.151
4992026-08-20T02:23:21.899Z Compiling futures-task v0.3.34
5002026-08-20T02:23:21.932Z Compiling futures-io v0.3.34
5012026-08-20T02:23:22.071Z Compiling getrandom v0.4.3
5022026-08-20T02:23:22.207Z Compiling unicode-width v0.2.2
5032026-08-20T02:23:22.344Z Compiling camino v1.2.5
5042026-08-20T02:23:22.361Z Compiling percent-encoding v2.3.2
5052026-08-20T02:23:22.587Z Compiling ring v0.17.14
5062026-08-20T02:23:22.626Z Compiling http v1.5.0
5072026-08-20T02:23:22.677Z Compiling zeroize v1.9.0
5082026-08-20T02:23:22.701Z Compiling adler2 v2.0.1
5092026-08-20T02:23:22.874Z Compiling simd-adler32 v0.3.10
5102026-08-20T02:23:23.086Z Compiling miniz_oxide v0.8.9
5112026-08-20T02:23:23.306Z Compiling serde_derive v1.0.229
5122026-08-20T02:23:23.459Z Compiling tokio-macros v2.7.2
5132026-08-20T02:23:23.730Z Compiling futures-macro v0.3.34
5142026-08-20T02:23:24.186Z Compiling tracing-attributes v0.1.31
5152026-08-20T02:23:24.229Z Compiling tokio v1.53.1
5162026-08-20T02:23:24.504Z Compiling num-traits v0.2.19
5172026-08-20T02:23:24.540Z Compiling target-lexicon v0.13.5
5182026-08-20T02:23:24.581Z Compiling futures-util v0.3.34
5192026-08-20T02:23:24.720Z Compiling object v0.37.3
5202026-08-20T02:23:24.769Z Compiling getrandom v0.3.4
5212026-08-20T02:23:24.956Z Compiling zerocopy v0.8.56
5222026-08-20T02:23:25.080Z Compiling http-body v1.1.0
5232026-08-20T02:23:25.261Z Compiling rustls-pki-types v1.15.1
5242026-08-20T02:23:25.294Z Compiling form_urlencoded v1.2.2
5252026-08-20T02:23:25.321Z Compiling tracing v0.1.44
5262026-08-20T02:23:25.378Z Compiling semver v1.0.28
5272026-08-20T02:23:25.517Z Compiling getrandom v0.2.17
5282026-08-20T02:23:25.663Z Compiling httparse v1.10.1
5292026-08-20T02:23:25.758Z Compiling idna_adapter v1.0.0
5302026-08-20T02:23:25.815Z Compiling thiserror v2.0.20
5312026-08-20T02:23:26.002Z Compiling owo-colors v4.3.0
5322026-08-20T02:23:26.033Z Compiling untrusted v0.9.0
5332026-08-20T02:23:26.107Z Compiling guppy-workspace-hack v0.1.0
5342026-08-20T02:23:26.132Z Compiling utf8_iter v1.0.4
5352026-08-20T02:23:26.149Z Compiling fnv v1.0.7
5362026-08-20T02:23:26.248Z Compiling signal-hook v0.3.18
5372026-08-20T02:23:26.310Z Compiling gimli v0.32.3
5382026-08-20T02:23:26.365Z Compiling idna v1.1.0
5392026-08-20T02:23:31.159Z Compiling thiserror-impl v2.0.20
5402026-08-20T02:23:31.252Z Compiling generic-array v0.14.7
5412026-08-20T02:23:31.252Z Compiling target-spec v3.6.0
5422026-08-20T02:23:31.252Z Compiling thiserror v1.0.69
5432026-08-20T02:23:31.252Z Compiling rustls v0.23.43
5442026-08-20T02:23:31.252Z Compiling atomic-waker v1.1.2
5452026-08-20T02:23:31.252Z Compiling addr2line v0.25.1
5462026-08-20T02:23:31.252Z Compiling tokio-util v0.7.19
5472026-08-20T02:23:31.252Z Compiling tower-service v0.3.3
5482026-08-20T02:23:31.252Z Compiling fastrand v2.5.0
5492026-08-20T02:23:31.252Z Compiling rustc-demangle v0.1.28
5502026-08-20T02:23:31.252Z Compiling try-lock v0.2.5
5512026-08-20T02:23:31.252Z Compiling pkg-config v0.3.34
5522026-08-20T02:23:31.252Z Compiling typeid v1.0.3
5532026-08-20T02:23:31.252Z Compiling want v0.3.1
5542026-08-20T02:23:31.252Z Compiling h2 v0.4.17
5552026-08-20T02:23:31.253Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5562026-08-20T02:23:31.253Z Compiling tempfile v3.27.0
5572026-08-20T02:23:31.253Z Compiling cfg-expr v0.20.8
5582026-08-20T02:23:31.253Z Compiling url v2.5.8
5592026-08-20T02:23:31.253Z Compiling backtrace v0.3.76
5602026-08-20T02:23:31.253Z Compiling thiserror-impl v1.0.69
5612026-08-20T02:23:31.253Z Compiling terminal_size v0.4.4
5622026-08-20T02:23:31.253Z Compiling aho-corasick v1.1.5
5632026-08-20T02:23:31.353Z Compiling typenum v1.20.1
5642026-08-20T02:23:31.872Z Compiling winnow v0.7.15
5652026-08-20T02:23:32.042Z Compiling subtle v2.6.1
5662026-08-20T02:23:32.141Z Compiling erased-serde v0.4.10
5672026-08-20T02:23:32.203Z Compiling regex-syntax v0.8.11
5682026-08-20T02:23:32.437Z Compiling rustls-webpki v0.103.14
5692026-08-20T02:23:33.815Z Compiling regex-automata v0.4.18
5702026-08-20T02:23:35.402Z Compiling hyper v1.11.0
5712026-08-20T02:23:36.359Z Compiling serde_spanned v0.6.9
5722026-08-20T02:23:36.530Z Compiling toml_datetime v0.6.11
5732026-08-20T02:23:36.913Z Compiling ahash v0.8.12
5742026-08-20T02:23:37.156Z Compiling sync_wrapper v1.0.2
5752026-08-20T02:23:37.270Z Compiling ipnet v2.12.1
5762026-08-20T02:23:37.287Z Compiling foldhash v0.1.5
5772026-08-20T02:23:37.509Z Compiling is_ci v1.2.0
5782026-08-20T02:23:37.688Z Compiling tower-layer v0.3.3
5792026-08-20T02:23:37.897Z Compiling either v1.17.0
5802026-08-20T02:23:38.134Z Compiling parking_lot_core v0.9.12
5812026-08-20T02:23:38.405Z Compiling toml_write v0.1.2
5822026-08-20T02:23:38.427Z Compiling lazy_static v1.5.0
5832026-08-20T02:23:38.588Z Compiling nextest-workspace-hack v0.1.0
5842026-08-20T02:23:38.658Z Compiling portable-atomic v1.15.0
5852026-08-20T02:23:38.748Z Compiling crc32fast v1.5.0
5862026-08-20T02:23:39.030Z Compiling unicode-segmentation v1.13.3
5872026-08-20T02:23:39.044Z Compiling unicode-linebreak v0.1.5
5882026-08-20T02:23:39.083Z Compiling base64 v0.22.1
5892026-08-20T02:23:39.244Z Compiling textwrap v0.16.2
5902026-08-20T02:23:39.329Z Compiling toml_edit v0.22.27
5912026-08-20T02:23:39.430Z Compiling convert_case v0.10.0
5922026-08-20T02:23:39.527Z Compiling hyper-util v0.1.20
5932026-08-20T02:23:39.583Z Compiling sharded-slab v0.1.7
5942026-08-20T02:23:39.765Z Compiling tokio-rustls v0.26.4
5952026-08-20T02:23:40.098Z Compiling tower v0.5.3
5962026-08-20T02:23:40.200Z Compiling supports-color v3.0.2
5972026-08-20T02:23:40.438Z Compiling hashbrown v0.15.5
5982026-08-20T02:23:40.685Z Compiling backtrace-ext v0.2.1
5992026-08-20T02:23:40.945Z Compiling ordered-float v2.10.1
6002026-08-20T02:23:41.076Z Compiling webpki-roots v1.0.9
6012026-08-20T02:23:41.200Z Compiling miette-derive v7.6.0
6022026-08-20T02:23:41.223Z Compiling pathdiff v0.2.3
6032026-08-20T02:23:41.253Z Compiling console v0.15.11
6042026-08-20T02:23:41.347Z Compiling tracing-log v0.2.0
6052026-08-20T02:23:41.689Z Compiling cargo-platform v0.3.3
6062026-08-20T02:23:42.200Z Compiling os_pipe v1.2.3
6072026-08-20T02:23:42.250Z Compiling thread_local v1.1.10
6082026-08-20T02:23:42.286Z Compiling scopeguard v1.2.0
6092026-08-20T02:23:42.369Z Compiling fixedbitset v0.5.7
6102026-08-20T02:23:42.394Z Compiling supports-unicode v3.0.0
6112026-08-20T02:23:42.568Z Compiling unicode-width v0.1.14
6122026-08-20T02:23:42.581Z Compiling ryu v1.0.23
6132026-08-20T02:23:42.581Z Compiling cfg_aliases v0.2.2
6142026-08-20T02:23:42.664Z Compiling utf8parse v0.2.2
6152026-08-20T02:23:42.781Z Compiling supports-hyperlinks v3.2.0
6162026-08-20T02:23:42.867Z Compiling pulldown-cmark v0.13.4
6172026-08-20T02:23:42.882Z Compiling zstd-safe v7.2.4
6182026-08-20T02:23:42.891Z Compiling winnow v1.0.4
6192026-08-20T02:23:43.001Z Compiling rustix v0.38.44
6202026-08-20T02:23:43.117Z Compiling debug-ignore v1.0.5
6212026-08-20T02:23:43.245Z Compiling miette v7.6.0
6222026-08-20T02:23:43.430Z Compiling anstyle-parse v1.0.0
6232026-08-20T02:23:43.457Z Compiling serde_urlencoded v0.7.1
6242026-08-20T02:23:43.648Z Compiling nix v0.30.1
6252026-08-20T02:23:43.733Z Compiling petgraph v0.8.3
6262026-08-20T02:23:44.031Z Compiling toml_parser v1.1.3+spec-1.1.0
6272026-08-20T02:23:44.357Z Compiling tracing-subscriber v0.3.23
6282026-08-20T02:23:45.337Z Compiling lock_api v0.4.14
6292026-08-20T02:23:45.351Z Compiling sigchld v0.2.4
6302026-08-20T02:23:45.542Z Compiling cargo_metadata v0.23.1
6312026-08-20T02:23:45.598Z Compiling serde-value v0.7.0
6322026-08-20T02:23:45.669Z Compiling hyper-rustls v0.27.9
6332026-08-20T02:23:46.301Z Compiling serde-untagged v0.1.9
6342026-08-20T02:23:46.305Z Compiling toml v0.8.23
6352026-08-20T02:23:46.938Z Compiling tower-http v0.6.11
6362026-08-20T02:23:47.328Z Compiling derive_more-impl v2.1.1
6372026-08-20T02:23:47.890Z Compiling itertools v0.14.0
6382026-08-20T02:23:48.150Z Compiling regex v1.13.1
6392026-08-20T02:23:48.417Z Compiling block-buffer v0.10.4
6402026-08-20T02:23:48.579Z Compiling crypto-common v0.1.7
6412026-08-20T02:23:48.721Z Compiling ppv-lite86 v0.2.21
6422026-08-20T02:23:48.794Z Compiling rand_core v0.9.5
6432026-08-20T02:23:49.002Z Compiling futures-executor v0.3.34
6442026-08-20T02:23:49.058Z Compiling http-body-util v0.1.5
6452026-08-20T02:23:49.070Z Compiling pin-project-internal v1.1.13
6462026-08-20T02:23:49.364Z Compiling uuid v1.24.1
6472026-08-20T02:23:49.435Z Compiling smol_str v0.3.6
6482026-08-20T02:23:49.527Z Compiling toml_datetime v1.1.1+spec-1.1.0
6492026-08-20T02:23:49.597Z Compiling serde_spanned v1.1.1
6502026-08-20T02:23:49.752Z Compiling eyre v0.6.14
6512026-08-20T02:23:49.780Z Compiling filetime v0.2.29
6522026-08-20T02:23:49.904Z Compiling bstr v1.13.1
6532026-08-20T02:23:49.944Z Compiling vte v0.14.1
6542026-08-20T02:23:49.987Z Compiling iana-time-zone v0.1.65
6552026-08-20T02:23:50.011Z Compiling tinyvec_macros v0.1.1
6562026-08-20T02:23:50.083Z Compiling litrs v1.0.0
6572026-08-20T02:23:50.136Z Compiling nested v0.1.1
6582026-08-20T02:23:50.159Z Compiling static_assertions v1.1.0
6592026-08-20T02:23:50.235Z Compiling number_prefix v0.4.0
6602026-08-20T02:23:50.283Z Compiling xattr v1.6.1
6612026-08-20T02:23:50.328Z Compiling unicode-xid v0.2.6
6622026-08-20T02:23:50.385Z Compiling unicase v2.9.0
6632026-08-20T02:23:50.481Z Compiling anstyle-query v1.1.5
6642026-08-20T02:23:50.529Z Compiling is_terminal_polyfill v1.70.2
6652026-08-20T02:23:50.583Z Compiling colorchoice v1.0.5
6662026-08-20T02:23:50.596Z Compiling color-spantrace v0.3.0
6672026-08-20T02:23:50.623Z Compiling anstyle v1.0.14
6682026-08-20T02:23:50.704Z Compiling self_update v0.42.0
6692026-08-20T02:23:50.759Z Compiling document-features v0.2.12
6702026-08-20T02:23:50.889Z Compiling anstream v1.0.0
6712026-08-20T02:23:50.933Z Compiling cargo-util-schemas v0.2.0
6722026-08-20T02:23:50.965Z Compiling tar v0.4.46
6732026-08-20T02:23:51.014Z Compiling indicatif v0.17.11
6742026-08-20T02:23:51.301Z Compiling globset v0.4.20
6752026-08-20T02:23:51.390Z Compiling guppy v0.17.26
6762026-08-20T02:23:51.992Z Compiling pin-project v1.1.13
6772026-08-20T02:23:52.099Z Compiling chrono v0.4.45
6782026-08-20T02:23:53.337Z Compiling strip-ansi-escapes v0.2.1
6792026-08-20T02:23:53.423Z Compiling tinyvec v1.12.0
6802026-08-20T02:23:53.863Z Compiling toml v1.1.4+spec-1.1.0
6812026-08-20T02:23:54.059Z Compiling nextest-metadata v0.12.2
6822026-08-20T02:23:54.093Z Compiling newtype-uuid v1.4.0
6832026-08-20T02:23:54.132Z Compiling reqwest v0.12.28
6842026-08-20T02:23:54.279Z Compiling futures v0.3.34
6852026-08-20T02:23:54.363Z Compiling rand_chacha v0.9.0
6862026-08-20T02:23:54.584Z Compiling digest v0.10.7
6872026-08-20T02:23:54.813Z Compiling derive_more v2.1.1
6882026-08-20T02:23:54.896Z Compiling flate2 v1.1.9
6892026-08-20T02:23:54.925Z Compiling parking_lot v0.12.5
6902026-08-20T02:23:55.402Z Compiling shared_child v1.1.1
6912026-08-20T02:23:55.483Z Compiling tracing-error v0.2.1
6922026-08-20T02:23:55.816Z Compiling signal-hook-mio v0.2.5
6932026-08-20T02:23:55.958Z Compiling self-replace v1.5.0
6942026-08-20T02:23:56.051Z Compiling cargo-platform v0.2.0
6952026-08-20T02:23:56.217Z Compiling quick-xml v0.38.4
6962026-08-20T02:23:56.596Z Compiling quick-xml v0.37.5
6972026-08-20T02:23:56.917Z Compiling humantime v2.4.0
6982026-08-20T02:23:57.033Z Compiling urlencoding v2.1.3
6992026-08-20T02:23:57.292Z Compiling recursion v0.5.4
7002026-08-20T02:23:57.436Z Compiling shell-words v1.1.1
7012026-08-20T02:23:57.720Z Compiling strsim v0.11.1
7022026-08-20T02:23:57.815Z Compiling clap_lex v1.1.0
7032026-08-20T02:23:57.830Z Compiling cpufeatures v0.2.17
7042026-08-20T02:23:57.906Z Compiling heck v0.5.0
7052026-08-20T02:23:58.108Z Compiling indenter v0.3.4
7062026-08-20T02:23:58.129Z Compiling clap_derive v4.6.4
7072026-08-20T02:23:58.165Z Compiling clap_builder v4.6.6
7082026-08-20T02:23:58.525Z Compiling sha2 v0.10.9
7092026-08-20T02:23:58.740Z Compiling nextest-filtering v0.15.0
7102026-08-20T02:23:59.796Z Compiling humantime-serde v1.1.1
7112026-08-20T02:23:59.848Z Compiling quick-junit v0.5.2
7122026-08-20T02:23:59.953Z Compiling atomicwrites v0.4.4
7132026-08-20T02:24:00.238Z Compiling cargo_metadata v0.20.0
7142026-08-20T02:24:02.590Z Compiling cargo-nextest v0.9.97
7152026-08-20T02:24:02.872Z Compiling crossterm v0.29.0
7162026-08-20T02:24:04.137Z Compiling duct v0.13.7
7172026-08-20T02:24:05.377Z Compiling rand v0.9.5
7182026-08-20T02:24:05.411Z Compiling config v0.15.25
7192026-08-20T02:24:05.840Z Compiling async-scoped v0.9.0
7202026-08-20T02:24:05.854Z Compiling unicode-normalization v0.1.25
7212026-08-20T02:24:05.957Z Compiling target-spec-miette v0.4.8
7222026-08-20T02:24:06.043Z Compiling future-queue v0.4.0
7232026-08-20T02:24:06.092Z Compiling mukti-metadata v0.3.0
7242026-08-20T02:24:06.325Z Compiling camino-tempfile v1.4.1
7252026-08-20T02:24:06.367Z Compiling tokio-stream v0.1.19
7262026-08-20T02:24:06.419Z Compiling derive-where v1.6.1
7272026-08-20T02:24:06.591Z Compiling serde_ignored v0.1.14
7282026-08-20T02:24:06.726Z Compiling serde_path_to_error v0.1.20
7292026-08-20T02:24:06.830Z Compiling home v0.5.12
7302026-08-20T02:24:06.920Z Compiling swrite v0.1.0
7312026-08-20T02:24:07.004Z Compiling indent_write v2.2.0
7322026-08-20T02:24:07.147Z Compiling hex v0.4.3
7332026-08-20T02:24:07.147Z Compiling xxhash-rust v0.8.18
7342026-08-20T02:24:07.193Z Compiling color-eyre v0.6.5
7352026-08-20T02:24:07.350Z Compiling clap v4.6.6
7362026-08-20T02:24:07.435Z Compiling dialoguer v0.11.0
7372026-08-20T02:24:07.469Z Compiling enable-ansi-support v0.2.1
7382026-08-20T02:24:08.978Z Compiling zstd v0.13.3
7392026-08-20T02:24:09.320Z Compiling nextest-runner v0.80.0
7402026-08-20T02:24:27.503Z Finished `release` profile [optimized] target(s) in 1m 12s
7412026-08-20T02:24:27.685Z Installing /home/build/.cargo/bin/cargo-nextest
7422026-08-20T02:24:27.688Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7432026-08-20T02:24:27.812Z+ pushd bgp
7442026-08-20T02:24:27.815Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7452026-08-20T02:24:27.815Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7462026-08-20T02:24:27.966Z Updating git repository `https://github.com/oxidecomputer/falcon`
7472026-08-20T02:24:28.644ZFrom https://github.com/oxidecomputer/falcon
7482026-08-20T02:24:28.644Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7492026-08-20T02:24:28.721Z Updating crates.io index
7502026-08-20T02:24:28.725Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7512026-08-20T02:24:29.144ZFrom https://github.com/oxidecomputer/dendrite
7522026-08-20T02:24:29.144Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
7532026-08-20T02:24:29.180Z Updating git repository `https://github.com/oxidecomputer/ispf`
7542026-08-20T02:24:30.496ZFrom https://github.com/oxidecomputer/ispf
7552026-08-20T02:24:30.496Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7562026-08-20T02:24:30.501Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7572026-08-20T02:24:30.889ZFrom https://github.com/oxidecomputer/netadm-sys
7582026-08-20T02:24:30.889Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
7592026-08-20T02:24:30.900Z Updating git repository `https://github.com/oxidecomputer/omicron`
7602026-08-20T02:24:36.955ZFrom https://github.com/oxidecomputer/omicron
7612026-08-20T02:24:36.955Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7622026-08-20T02:24:37.382Z Updating git repository `https://github.com/oxidecomputer/opte`
7632026-08-20T02:24:38.157ZFrom https://github.com/oxidecomputer/opte
7642026-08-20T02:24:38.157Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7652026-08-20T02:24:38.185Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7662026-08-20T02:24:38.478ZFrom https://github.com/oxidecomputer/slog-error-chain
7672026-08-20T02:24:38.478Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7682026-08-20T02:24:38.487Z Updating git repository `https://github.com/illumos/smf-rs`
7692026-08-20T02:24:38.781ZFrom https://github.com/illumos/smf-rs
7702026-08-20T02:24:38.782Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7712026-08-20T02:24:38.788Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7722026-08-20T02:24:39.079ZFrom https://github.com/oxidecomputer/network-interface
7732026-08-20T02:24:39.079Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7742026-08-20T02:24:39.085Z Updating git repository `https://github.com/oxidecomputer/zone`
7752026-08-20T02:24:39.384ZFrom https://github.com/oxidecomputer/zone
7762026-08-20T02:24:39.384Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7772026-08-20T02:24:39.391Z Updating git repository `https://github.com/oxidecomputer/propolis`
7782026-08-20T02:24:40.044ZFrom https://github.com/oxidecomputer/propolis
7792026-08-20T02:24:40.044Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
7802026-08-20T02:24:40.090Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
7812026-08-20T02:24:40.654ZFrom https://github.com/oxidecomputer/transceiver-control
7822026-08-20T02:24:40.654Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
7832026-08-20T02:24:40.665Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7842026-08-20T02:24:40.970ZFrom https://github.com/oxidecomputer/dlpi-sys
7852026-08-20T02:24:40.970Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
7862026-08-20T02:24:40.976Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7872026-08-20T02:24:41.337ZFrom https://github.com/jmesmon/rust-libzfs
7882026-08-20T02:24:41.337Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
7892026-08-20T02:24:41.345Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7902026-08-20T02:24:41.642ZFrom https://github.com/oxidecomputer/rusty-doors
7912026-08-20T02:24:41.642Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
7922026-08-20T02:24:41.649Z Updating git repository `https://github.com/oxidecomputer/lldp`
7932026-08-20T02:24:41.986ZFrom https://github.com/oxidecomputer/lldp
7942026-08-20T02:24:41.986Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
7952026-08-20T02:24:41.998Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
7962026-08-20T02:24:42.353ZFrom https://github.com/oxidecomputer/tufaceous
7972026-08-20T02:24:42.353Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
7982026-08-20T02:24:42.369Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7992026-08-20T02:24:42.874ZFrom https://github.com/oxidecomputer/management-gateway-service
8002026-08-20T02:24:42.874Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8012026-08-20T02:24:42.888Z Updating git repository `https://github.com/oxidecomputer/crucible`
8022026-08-20T02:24:43.706ZFrom https://github.com/oxidecomputer/crucible
8032026-08-20T02:24:43.706Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8042026-08-20T02:24:43.751Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8052026-08-20T02:24:44.037ZFrom https://github.com/oxidecomputer/serde_human_bytes
8062026-08-20T02:24:44.037Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8072026-08-20T02:24:44.050Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082026-08-20T02:24:44.478ZFrom https://github.com/oxidecomputer/propolis
8092026-08-20T02:24:44.478Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8102026-08-20T02:24:44.527Z Updating git repository `https://github.com/oxidecomputer/crucible`
8112026-08-20T02:24:45.104ZFrom https://github.com/oxidecomputer/crucible
8122026-08-20T02:24:45.104Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8132026-08-20T02:24:45.170Z Updating git repository `https://github.com/oxidecomputer/tofino`
8142026-08-20T02:24:45.578ZFrom https://github.com/oxidecomputer/tofino
8152026-08-20T02:24:45.578Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8162026-08-20T02:24:45.588Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8172026-08-20T02:24:46.626ZFrom https://github.com/oxidecomputer/maghemite
8182026-08-20T02:24:46.626Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8192026-08-20T02:24:46.659Z Updating git repository `https://github.com/oxidecomputer/clickward`
8202026-08-20T02:24:46.976ZFrom https://github.com/oxidecomputer/clickward
8212026-08-20T02:24:46.976Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8222026-08-20T02:24:46.988Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8232026-08-20T02:24:47.371ZFrom https://github.com/oxidecomputer/illumos-devinfo
8242026-08-20T02:24:47.371Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8252026-08-20T02:24:48.183Z Downloading crates ...
8262026-08-20T02:24:48.236Z Downloaded libsw v3.5.0
8272026-08-20T02:24:48.243Z Downloaded match_cfg v0.1.0
8282026-08-20T02:24:48.248Z Downloaded memmap v0.7.0
8292026-08-20T02:24:48.248Z Downloaded no-std-compat v0.4.1
8302026-08-20T02:24:48.253Z Downloaded linked-hash-map v0.5.6
8312026-08-20T02:24:48.253Z Downloaded natord v1.0.9
8322026-08-20T02:24:48.260Z Downloaded hostname v0.4.2
8332026-08-20T02:24:48.264Z Downloaded macaddr v1.0.1
8342026-08-20T02:24:48.264Z Downloaded aead v0.5.2
8352026-08-20T02:24:48.268Z Downloaded git-stub v1.0.0
8362026-08-20T02:24:48.273Z Downloaded progenitor-macro v0.13.0
8372026-08-20T02:24:48.276Z Downloaded heapless v0.8.0
8382026-08-20T02:24:48.277Z Downloaded omicron-workspace-hack v0.1.0
8392026-08-20T02:24:48.277Z Downloaded dtrace-parser v0.2.0
8402026-08-20T02:24:48.280Z Downloaded ident_case v1.0.1
8412026-08-20T02:24:48.280Z Downloaded keccak v0.1.6
8422026-08-20T02:24:48.280Z Downloaded num-integer v0.1.47
8432026-08-20T02:24:48.280Z Downloaded num_enum v0.5.11
8442026-08-20T02:24:48.284Z Downloaded inout v0.1.4
8452026-08-20T02:24:48.287Z Downloaded newtype-uuid-macros v0.1.1
8462026-08-20T02:24:48.287Z Downloaded num-iter v0.1.46
8472026-08-20T02:24:48.287Z Downloaded ingot-macros v0.2.0
8482026-08-20T02:24:48.287Z Downloaded opaque-debug v0.3.1
8492026-08-20T02:24:48.293Z Downloaded lru-cache v0.1.2
8502026-08-20T02:24:48.293Z Downloaded num-conv v0.2.2
8512026-08-20T02:24:48.296Z Downloaded embedded-io v0.6.1
8522026-08-20T02:24:48.296Z Downloaded olpc-cjson v0.1.4
8532026-08-20T02:24:48.296Z Downloaded mime v0.3.17
8542026-08-20T02:24:48.296Z Downloaded num_threads v0.1.7
8552026-08-20T02:24:48.296Z Downloaded rayon v1.12.0
8562026-08-20T02:24:48.302Z Downloaded konst_macro_rules v0.2.19
8572026-08-20T02:24:48.306Z Downloaded enum-as-inner v0.6.1
8582026-08-20T02:24:48.306Z Downloaded hash32 v0.3.1
8592026-08-20T02:24:48.306Z Downloaded managed v0.8.0
8602026-08-20T02:24:48.306Z Downloaded num-derive v0.4.2
8612026-08-20T02:24:48.306Z Downloaded memoffset v0.9.1
8622026-08-20T02:24:48.306Z Downloaded num v0.4.3
8632026-08-20T02:24:48.306Z Downloaded newline-converter v0.3.0
8642026-08-20T02:24:48.306Z Downloaded fixedbitset v0.4.2
8652026-08-20T02:24:48.311Z Downloaded newtype_derive v0.1.6
8662026-08-20T02:24:48.319Z Downloaded rand_chacha v0.3.1
8672026-08-20T02:24:48.319Z Downloaded float-ord v0.3.2
8682026-08-20T02:24:48.323Z Downloaded proc-macro-crate v1.3.1
8692026-08-20T02:24:48.323Z Downloaded phf v0.12.1
8702026-08-20T02:24:48.324Z Downloaded poly1305 v0.8.0
8712026-08-20T02:24:48.324Z Downloaded heck v0.4.1
8722026-08-20T02:24:48.324Z Downloaded dropshot-api-manager-types v0.7.2
8732026-08-20T02:24:48.324Z Downloaded foreign-types-shared v0.3.1
8742026-08-20T02:24:48.328Z Downloaded num_enum_derive v0.5.11
8752026-08-20T02:24:48.331Z Downloaded parse-display v0.10.0
8762026-08-20T02:24:48.331Z Downloaded proc-macro-crate v3.5.0
8772026-08-20T02:24:48.331Z Downloaded hostname v0.3.1
8782026-08-20T02:24:48.331Z Downloaded phf_shared v0.12.1
8792026-08-20T02:24:48.331Z Downloaded embedded-io v0.4.0
8802026-08-20T02:24:48.335Z Downloaded foreign-types v0.5.0
8812026-08-20T02:24:48.335Z Downloaded httpdate v1.0.3
8822026-08-20T02:24:48.338Z Downloaded oxnet v0.1.6
8832026-08-20T02:24:48.338Z Downloaded linear-map v1.2.0
8842026-08-20T02:24:48.338Z Downloaded dtrace-parser v0.3.0
8852026-08-20T02:24:48.342Z Downloaded foreign-types-macros v0.2.4
8862026-08-20T02:24:48.342Z Downloaded gethostname v0.5.0
8872026-08-20T02:24:48.345Z Downloaded progenitor-client v0.10.0
8882026-08-20T02:24:48.396Z Downloaded progenitor-macro v0.14.0
8892026-08-20T02:24:48.396Z Downloaded password-hash v0.5.0
8902026-08-20T02:24:48.396Z Downloaded group v0.13.0
8912026-08-20T02:24:48.396Z Downloaded libscf-sys v1.2.0
8922026-08-20T02:24:48.396Z Downloaded multer v3.1.0
8932026-08-20T02:24:48.396Z Downloaded num-rational v0.4.2
8942026-08-20T02:24:48.396Z Downloaded num_enum_derive v0.7.6
8952026-08-20T02:24:48.396Z Downloaded dyn-clone v1.0.20
8962026-08-20T02:24:48.397Z Downloaded num_enum v0.7.6
8972026-08-20T02:24:48.397Z Downloaded oxide-tokio-rt v0.1.6
8982026-08-20T02:24:48.397Z Downloaded progenitor-client v0.13.0
8992026-08-20T02:24:48.397Z Downloaded fxhash v0.2.1
9002026-08-20T02:24:48.397Z Downloaded is-terminal v0.4.17
9012026-08-20T02:24:48.397Z Downloaded quick-error v1.2.3
9022026-08-20T02:24:48.397Z Downloaded plain v0.2.3
9032026-08-20T02:24:48.397Z Downloaded same-file v1.0.6
9042026-08-20T02:24:48.397Z Downloaded foldhash v0.2.0
9052026-08-20T02:24:48.397Z Downloaded fs_extra v1.3.0
9062026-08-20T02:24:48.397Z Downloaded git-stub-vcs v0.1.0
9072026-08-20T02:24:48.397Z Downloaded progenitor-macro v0.10.0
9082026-08-20T02:24:48.397Z Downloaded block-buffer v0.12.1
9092026-08-20T02:24:48.397Z Downloaded find-msvc-tools v0.1.10
9102026-08-20T02:24:48.397Z Downloaded rhai v1.25.1
9112026-08-20T02:24:48.397Z Downloaded dunce v1.0.5
9122026-08-20T02:24:48.397Z Downloaded num-complex v0.4.6
9132026-08-20T02:24:48.397Z Downloaded ref-cast-impl v1.0.26
9142026-08-20T02:24:48.397Z Downloaded pest_derive v2.8.8
9152026-08-20T02:24:48.397Z Downloaded memmap2 v0.9.11
9162026-08-20T02:24:48.404Z Downloaded rand_xorshift v0.4.0
9172026-08-20T02:24:48.405Z Downloaded instant v0.1.13
9182026-08-20T02:24:48.405Z Downloaded papergrid v0.11.0
9192026-08-20T02:24:48.405Z Downloaded potential_utf v0.1.5
9202026-08-20T02:24:48.405Z Downloaded erased-serde v0.3.31
9212026-08-20T02:24:48.405Z Downloaded pretty-hex v0.4.2
9222026-08-20T02:24:48.405Z Downloaded arrayref v0.3.9
9232026-08-20T02:24:48.405Z Downloaded wait-timeout v0.2.1
9242026-08-20T02:24:48.405Z Downloaded pest_generator v2.8.8
9252026-08-20T02:24:48.405Z Downloaded progenitor-client v0.14.0
9262026-08-20T02:24:48.405Z Downloaded jiff-static v0.2.35
9272026-08-20T02:24:48.409Z Downloaded crc8 v0.1.1
9282026-08-20T02:24:48.409Z Downloaded darling_macro v0.23.0
9292026-08-20T02:24:48.415Z Downloaded hubpack_derive v0.1.1
9302026-08-20T02:24:48.415Z Downloaded idna_adapter v1.2.2
9312026-08-20T02:24:48.415Z Downloaded ref-cast v1.0.26
9322026-08-20T02:24:48.415Z Downloaded async-stream-impl v0.3.6
9332026-08-20T02:24:48.419Z Downloaded sha1 v0.10.7
9342026-08-20T02:24:48.419Z Downloaded rustc_version v0.1.7
9352026-08-20T02:24:48.419Z Downloaded serial_test_derive v4.0.1
9362026-08-20T02:24:48.419Z Downloaded siphasher v1.0.3
9372026-08-20T02:24:48.419Z Downloaded hmac v0.12.1
9382026-08-20T02:24:48.419Z Downloaded secrecy v0.10.3
9392026-08-20T02:24:48.423Z Downloaded pem v3.0.6
9402026-08-20T02:24:48.428Z Downloaded progenitor v0.13.0
9412026-08-20T02:24:48.432Z Downloaded rustversion v1.0.23
9422026-08-20T02:24:48.432Z Downloaded ingot-types v0.1.2
9432026-08-20T02:24:48.432Z Downloaded thread-id v4.2.2
9442026-08-20T02:24:48.435Z Downloaded internet-checksum v0.2.1
9452026-08-20T02:24:48.435Z Downloaded proc-macro-error v1.0.4
9462026-08-20T02:24:48.439Z Downloaded libsw-core v0.3.2
9472026-08-20T02:24:48.439Z Downloaded ff v0.13.1
9482026-08-20T02:24:48.439Z Downloaded ingot-types v0.2.0
9492026-08-20T02:24:48.439Z Downloaded ipnetwork v0.21.1
9502026-08-20T02:24:48.442Z Downloaded proc-macro-error-attr v1.0.4
9512026-08-20T02:24:48.442Z Downloaded parking_lot_core v0.8.6
9522026-08-20T02:24:48.442Z Downloaded parse-display-derive v0.10.0
9532026-08-20T02:24:48.442Z Downloaded serde_plain v1.0.2
9542026-08-20T02:24:48.442Z Downloaded powerfmt v0.2.0
9552026-08-20T02:24:48.449Z Downloaded paste v1.0.15
9562026-08-20T02:24:48.449Z Downloaded pkg-config v0.3.33
9572026-08-20T02:24:48.449Z Downloaded progenitor-extras v0.2.0
9582026-08-20T02:24:48.449Z Downloaded serde_repr v0.1.21
9592026-08-20T02:24:48.449Z Downloaded hubpack v0.1.2
9602026-08-20T02:24:48.454Z Downloaded structmeta-derive v0.3.0
9612026-08-20T02:24:48.454Z Downloaded unarray v0.1.4
9622026-08-20T02:24:48.454Z Downloaded ingot v0.2.1
9632026-08-20T02:24:48.454Z Downloaded pest_meta v2.8.8
9642026-08-20T02:24:48.458Z Downloaded postcard v1.1.3
9652026-08-20T02:24:48.458Z Downloaded rusty-fork v0.3.1
9662026-08-20T02:24:48.458Z Downloaded omicron-zone-package v0.12.3
9672026-08-20T02:24:48.462Z Downloaded ingot v0.1.1
9682026-08-20T02:24:48.462Z Downloaded usdt-attr-macro v0.5.0
9692026-08-20T02:24:48.462Z Downloaded usdt-attr-macro v0.6.0
9702026-08-20T02:24:48.469Z Downloaded backoff v0.4.0
9712026-08-20T02:24:48.473Z Downloaded byteorder v1.5.0
9722026-08-20T02:24:48.473Z Downloaded yoke-derive v0.8.2
9732026-08-20T02:24:48.482Z Downloaded vsss-rs v3.3.4
9742026-08-20T02:24:48.487Z Downloaded byte-wrapper v0.1.0
9752026-08-20T02:24:48.487Z Downloaded rustls-native-certs v0.8.4
9762026-08-20T02:24:48.488Z Downloaded rustls-pemfile v2.2.0
9772026-08-20T02:24:48.488Z Downloaded bitflags v1.3.2
9782026-08-20T02:24:48.488Z Downloaded progenitor v0.10.0
9792026-08-20T02:24:48.488Z Downloaded resolv-conf v0.7.6
9802026-08-20T02:24:48.488Z Downloaded serial_test v4.0.1
9812026-08-20T02:24:48.491Z Downloaded progenitor v0.14.0
9822026-08-20T02:24:48.491Z Downloaded slog-dtrace v0.3.0
9832026-08-20T02:24:48.491Z Downloaded slog-stdlog v4.1.1
9842026-08-20T02:24:48.491Z Downloaded scroll_derive v0.12.1
9852026-08-20T02:24:48.495Z Downloaded glob v0.3.4
9862026-08-20T02:24:48.499Z Downloaded crunchy v0.2.4
9872026-08-20T02:24:48.502Z Downloaded zerovec-derive v0.11.3
9882026-08-20T02:24:48.503Z Downloaded data-encoding v2.11.1
9892026-08-20T02:24:48.503Z Downloaded ingot-macros v0.1.1
9902026-08-20T02:24:48.503Z Downloaded spin v0.5.2
9912026-08-20T02:24:48.503Z Downloaded stable_deref_trait v1.2.1
9922026-08-20T02:24:48.503Z Downloaded tagptr v0.2.0
9932026-08-20T02:24:48.506Z Downloaded termtree v0.5.1
9942026-08-20T02:24:48.506Z Downloaded const_format_proc_macros v0.2.34
9952026-08-20T02:24:48.511Z Downloaded csv-core v0.1.13
9962026-08-20T02:24:48.511Z Downloaded bs58 v0.5.1
9972026-08-20T02:24:48.511Z Downloaded parking_lot v0.11.2
9982026-08-20T02:24:48.516Z Downloaded tokio-tungstenite v0.21.0
9992026-08-20T02:24:48.516Z Downloaded base16ct v0.2.0
10002026-08-20T02:24:48.516Z Downloaded usdt-macro v0.5.0
10012026-08-20T02:24:48.516Z Downloaded digest v0.11.3
10022026-08-20T02:24:48.520Z Downloaded litemap v0.8.2
10032026-08-20T02:24:48.520Z Downloaded strum_macros v0.27.2
10042026-08-20T02:24:48.520Z Downloaded anyhow v1.0.104
10052026-08-20T02:24:48.523Z Downloaded take_mut v0.2.2
10062026-08-20T02:24:48.523Z Downloaded untrusted v0.7.1
10072026-08-20T02:24:48.523Z Downloaded highway v1.3.0
10082026-08-20T02:24:48.527Z Downloaded usdt-impl v0.5.0
10092026-08-20T02:24:48.527Z Downloaded zone_cfg_derive v0.3.1
10102026-08-20T02:24:48.531Z Downloaded scroll_derive v0.13.1
10112026-08-20T02:24:48.535Z Downloaded convert_case v0.4.0
10122026-08-20T02:24:48.535Z Downloaded strum v0.27.2
10132026-08-20T02:24:48.541Z Downloaded critical-section v1.2.0
10142026-08-20T02:24:48.546Z Downloaded fs-err v3.3.1
10152026-08-20T02:24:48.546Z Downloaded cstr-argument v0.1.2
10162026-08-20T02:24:48.558Z Downloaded crossbeam-utils v0.8.22
10172026-08-20T02:24:48.562Z Downloaded xz2 v0.1.7
10182026-08-20T02:24:48.562Z Downloaded bytecount v0.6.9
10192026-08-20T02:24:48.562Z Downloaded serde_derive_internals v0.29.1
10202026-08-20T02:24:48.563Z Downloaded compression-core v0.4.32
10212026-08-20T02:24:48.563Z Downloaded darling_macro v0.21.3
10222026-08-20T02:24:48.563Z Downloaded defmt-parser v1.0.0
10232026-08-20T02:24:48.566Z Downloaded sha1 v0.11.0
10242026-08-20T02:24:48.566Z Downloaded sigpipe v0.1.3
10252026-08-20T02:24:48.566Z Downloaded dof v0.4.0
10262026-08-20T02:24:48.566Z Downloaded waitgroup v0.1.2
10272026-08-20T02:24:48.566Z Downloaded usdt v0.6.0
10282026-08-20T02:24:48.566Z Downloaded defmt-macros v1.1.1
10292026-08-20T02:24:48.570Z Downloaded elliptic-curve v0.13.8
10302026-08-20T02:24:48.580Z Downloaded zerocopy-derive v0.7.35
10312026-08-20T02:24:48.584Z Downloaded crossbeam-epoch v0.9.20
10322026-08-20T02:24:48.584Z Downloaded dropshot_endpoint v0.17.1
10332026-08-20T02:24:48.584Z Downloaded synstructure v0.13.2
10342026-08-20T02:24:48.584Z Downloaded chacha20 v0.9.1
10352026-08-20T02:24:48.584Z Downloaded crypto-common v0.2.2
10362026-08-20T02:24:48.584Z Downloaded slog-json v2.6.1
10372026-08-20T02:24:48.584Z Downloaded smawk v0.3.3
10382026-08-20T02:24:48.584Z Downloaded tinystr v0.8.3
10392026-08-20T02:24:48.626Z Downloaded hybrid-array v0.4.14
10402026-08-20T02:24:48.626Z Downloaded tabled_derive v0.7.0
10412026-08-20T02:24:48.626Z Downloaded time-macros v0.2.32
10422026-08-20T02:24:48.631Z Downloaded utf-8 v0.7.6
10432026-08-20T02:24:48.631Z Downloaded const-random-macro v0.1.16
10442026-08-20T02:24:48.631Z Downloaded slog-bunyan v2.5.0
10452026-08-20T02:24:48.632Z Downloaded port-file v0.1.0
10462026-08-20T02:24:48.632Z Downloaded cmake v0.1.58
10472026-08-20T02:24:48.632Z Downloaded thiserror-no-std v2.0.2
10482026-08-20T02:24:48.632Z Downloaded const-oid v0.10.2
10492026-08-20T02:24:48.632Z Downloaded schemars v0.8.22
10502026-08-20T02:24:48.632Z Downloaded konst v0.2.20
10512026-08-20T02:24:48.632Z Downloaded cipher v0.4.4
10522026-08-20T02:24:48.632Z Downloaded drift v0.2.0
10532026-08-20T02:24:48.632Z Downloaded constant_time_eq v0.4.2
10542026-08-20T02:24:48.632Z Downloaded testing_table v0.3.0
10552026-08-20T02:24:48.632Z Downloaded thiserror-impl-no-std v2.0.2
10562026-08-20T02:24:48.632Z Downloaded thread-id v5.1.0
10572026-08-20T02:24:48.632Z Downloaded unit-prefix v0.5.2
10582026-08-20T02:24:48.633Z Downloaded ciborium-io v0.2.2
10592026-08-20T02:24:48.633Z Downloaded usdt v0.5.0
10602026-08-20T02:24:48.633Z Downloaded defmt v0.3.100
10612026-08-20T02:24:48.633Z Downloaded strum_macros v0.26.4
10622026-08-20T02:24:48.634Z Downloaded icu_provider v2.2.0
10632026-08-20T02:24:48.634Z Downloaded papergrid v0.18.0
10642026-08-20T02:24:48.634Z Downloaded progenitor-impl v0.13.0
10652026-08-20T02:24:48.634Z Downloaded term v1.2.1
10662026-08-20T02:24:48.634Z Downloaded ucd-trie v0.1.7
10672026-08-20T02:24:48.634Z Downloaded indexmap v1.9.3
10682026-08-20T02:24:48.634Z Downloaded serde_with_macros v3.22.0
10692026-08-20T02:24:48.634Z Downloaded topological-sort v0.2.2
10702026-08-20T02:24:48.634Z Downloaded spin v0.9.9
10712026-08-20T02:24:48.634Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10722026-08-20T02:24:48.639Z Downloaded walkdir v2.5.0
10732026-08-20T02:24:48.639Z Downloaded semver v0.1.20
10742026-08-20T02:24:48.639Z Downloaded bit-vec v0.8.0
10752026-08-20T02:24:48.646Z Downloaded strum v0.26.3
10762026-08-20T02:24:48.646Z Downloaded async-recursion v1.1.1
10772026-08-20T02:24:48.646Z Downloaded cobs v0.3.0
10782026-08-20T02:24:48.647Z Downloaded crossbeam-deque v0.8.7
10792026-08-20T02:24:48.647Z Downloaded crucible-workspace-hack v0.1.0
10802026-08-20T02:24:48.647Z Downloaded defmt v1.1.1
10812026-08-20T02:24:48.650Z Downloaded derive-ex v0.1.8
10822026-08-20T02:24:48.650Z Downloaded half v2.7.1
10832026-08-20T02:24:48.650Z Downloaded indicatif v0.18.6
10842026-08-20T02:24:48.650Z Downloaded qorb v0.4.1
10852026-08-20T02:24:48.654Z Downloaded rustls-platform-verifier v0.7.0
10862026-08-20T02:24:48.655Z Downloaded icu_locale_core v2.2.0
10872026-08-20T02:24:48.662Z Downloaded time-core v0.1.9
10882026-08-20T02:24:48.662Z Downloaded bit-set v0.8.0
10892026-08-20T02:24:48.662Z Downloaded blake2 v0.10.6
10902026-08-20T02:24:48.665Z Downloaded zeroize_derive v1.5.0
10912026-08-20T02:24:48.665Z Downloaded typify-macro v0.4.3
10922026-08-20T02:24:48.665Z Downloaded typify-macro v0.6.2
10932026-08-20T02:24:48.665Z Downloaded progenitor-impl v0.14.0
10942026-08-20T02:24:48.665Z Downloaded whoami v1.6.1
10952026-08-20T02:24:48.665Z Downloaded const-random v0.1.18
10962026-08-20T02:24:48.665Z Downloaded bcs v0.1.6
10972026-08-20T02:24:48.665Z Downloaded diff v0.1.13
10982026-08-20T02:24:48.675Z Downloaded structmeta v0.3.0
10992026-08-20T02:24:48.675Z Downloaded zerofrom-derive v0.1.7
11002026-08-20T02:24:48.675Z Downloaded zerofrom v0.1.8
11012026-08-20T02:24:48.676Z Downloaded base16ct v1.0.0
11022026-08-20T02:24:48.682Z Downloaded prettyplease v0.2.37
11032026-08-20T02:24:48.683Z Downloaded slog-term v2.9.2
11042026-08-20T02:24:48.683Z Downloaded smartstring v1.0.1
11052026-08-20T02:24:48.683Z Downloaded scroll v0.13.0
11062026-08-20T02:24:48.683Z Downloaded progenitor-impl v0.10.0
11072026-08-20T02:24:48.687Z Downloaded pretty_assertions v1.4.1
11082026-08-20T02:24:48.687Z Downloaded slog-envlogger v2.2.0
11092026-08-20T02:24:48.687Z Downloaded universal-hash v0.5.1
11102026-08-20T02:24:48.687Z Downloaded tabwriter v1.4.1
11112026-08-20T02:24:48.687Z Downloaded tiny-keccak v2.0.2
11122026-08-20T02:24:48.687Z Downloaded usdt-macro v0.6.0
11132026-08-20T02:24:48.687Z Downloaded allocator-api2 v0.2.21
11142026-08-20T02:24:48.690Z Downloaded ciborium-ll v0.2.2
11152026-08-20T02:24:48.690Z Downloaded dof v0.3.0
11162026-08-20T02:24:48.694Z Downloaded serde-big-array v0.5.1
11172026-08-20T02:24:48.694Z Downloaded icu_properties v2.2.0
11182026-08-20T02:24:48.698Z Downloaded rand v0.8.7
11192026-08-20T02:24:48.698Z Downloaded argon2 v0.5.3
11202026-08-20T02:24:48.701Z Downloaded usdt-impl v0.6.0
11212026-08-20T02:24:48.701Z Downloaded icu_normalizer v2.2.0
11222026-08-20T02:24:48.701Z Downloaded deranged v0.5.8
11232026-08-20T02:24:48.707Z Downloaded tungstenite v0.21.0
11242026-08-20T02:24:48.708Z Downloaded tokio-dtrace v0.1.1
11252026-08-20T02:24:48.711Z Downloaded yoke v0.8.3
11262026-08-20T02:24:48.711Z Downloaded console v0.16.4
11272026-08-20T02:24:48.711Z Downloaded serde_yaml v0.9.34+deprecated
11282026-08-20T02:24:48.711Z Downloaded async-stream v0.3.6
11292026-08-20T02:24:48.715Z Downloaded schemars_derive v0.8.22
11302026-08-20T02:24:48.715Z Downloaded hickory-resolver v0.25.2
11312026-08-20T02:24:48.718Z Downloaded icu_normalizer_data v2.2.0
11322026-08-20T02:24:48.718Z Downloaded snafu-derive v0.8.9
11332026-08-20T02:24:48.722Z Downloaded uuid v1.24.0
11342026-08-20T02:24:48.722Z Downloaded typify v0.6.2
11352026-08-20T02:24:48.725Z Downloaded async-trait v0.1.92
11362026-08-20T02:24:48.726Z Downloaded daft v0.1.8
11372026-08-20T02:24:48.729Z Downloaded displaydoc v0.2.7
11382026-08-20T02:24:48.732Z Downloaded rayon-core v1.13.0
11392026-08-20T02:24:48.733Z Downloaded derive_more v0.99.20
11402026-08-20T02:24:48.736Z Downloaded thin-vec v0.2.19
11412026-08-20T02:24:48.739Z Downloaded compression-codecs v0.4.38
11422026-08-20T02:24:48.739Z Downloaded arc-swap v1.9.2
11432026-08-20T02:24:48.743Z Downloaded writeable v0.6.3
11442026-08-20T02:24:48.743Z Downloaded hickory-resolver v0.24.4
11452026-08-20T02:24:48.748Z Downloaded serde_tokenstream v0.2.3
11462026-08-20T02:24:48.748Z Downloaded smf v0.2.3
11472026-08-20T02:24:48.748Z Downloaded chacha20poly1305 v0.10.1
11482026-08-20T02:24:48.753Z Downloaded serde_tokenstream v0.3.0
11492026-08-20T02:24:48.753Z Downloaded zone v0.3.1
11502026-08-20T02:24:48.753Z Downloaded daft-derive v0.1.8
11512026-08-20T02:24:48.757Z Downloaded toml v0.9.12+spec-1.1.0
11522026-08-20T02:24:48.757Z Downloaded slog-async v2.8.0
11532026-08-20T02:24:48.757Z Downloaded cancel-safe-futures v0.1.5
11542026-08-20T02:24:48.760Z Downloaded nom v7.1.3
11552026-08-20T02:24:48.764Z Downloaded minimal-lexical v0.2.1
11562026-08-20T02:24:48.764Z Downloaded slog-scope v4.4.1
11572026-08-20T02:24:48.768Z Downloaded typify v0.4.3
11582026-08-20T02:24:48.768Z Downloaded expectorate v1.2.0
11592026-08-20T02:24:48.768Z Downloaded icu_collections v2.2.0
11602026-08-20T02:24:48.771Z Downloaded hkdf v0.12.4
11612026-08-20T02:24:48.774Z Downloaded rhai_codegen v3.2.0
11622026-08-20T02:24:48.778Z Downloaded scroll v0.12.0
11632026-08-20T02:24:48.778Z Downloaded similar v2.7.0
11642026-08-20T02:24:48.781Z Downloaded schemars v0.9.0
11652026-08-20T02:24:48.785Z Downloaded cargo_toml v0.22.3
11662026-08-20T02:24:48.788Z Downloaded hashbrown v0.12.3
11672026-08-20T02:24:48.788Z Downloaded backon v1.6.0
11682026-08-20T02:24:48.792Z Downloaded base64 v0.21.7
11692026-08-20T02:24:48.792Z Downloaded ciborium v0.2.2
11702026-08-20T02:24:48.795Z Downloaded colored v3.1.1
11712026-08-20T02:24:48.795Z Downloaded darling_core v0.23.0
11722026-08-20T02:24:48.800Z Downloaded const_format v0.2.36
11732026-08-20T02:24:48.803Z Downloaded darling v0.21.3
11742026-08-20T02:24:48.803Z Downloaded toml_edit v0.25.13+spec-1.1.0
11752026-08-20T02:24:48.808Z Downloaded arrayvec v0.7.8
11762026-08-20T02:24:48.808Z Downloaded cookie v0.18.2
11772026-08-20T02:24:48.817Z Downloaded yansi v1.0.1
11782026-08-20T02:24:48.817Z Downloaded slog v2.8.2
11792026-08-20T02:24:48.817Z Downloaded snafu v0.8.9
11802026-08-20T02:24:48.820Z Downloaded zerotrie v0.2.4
11812026-08-20T02:24:48.820Z Downloaded crypto-bigint v0.5.5
11822026-08-20T02:24:48.824Z Downloaded schemars v1.2.2
11832026-08-20T02:24:48.832Z Downloaded unsafe-libyaml v0.2.11
11842026-08-20T02:24:48.835Z Downloaded toml v0.7.8
11852026-08-20T02:24:48.839Z Downloaded pest v2.8.8
11862026-08-20T02:24:48.839Z Downloaded steno v0.4.1
11872026-08-20T02:24:48.850Z Downloaded darling v0.23.0
11882026-08-20T02:24:48.853Z Downloaded test-strategy v0.4.5
11892026-08-20T02:24:48.853Z Downloaded toml_edit v0.19.15
11902026-08-20T02:24:48.856Z Downloaded cc v1.4.2
11912026-08-20T02:24:48.859Z Downloaded crossbeam-channel v0.5.16
11922026-08-20T02:24:48.863Z Downloaded jiff-core v0.1.0
11932026-08-20T02:24:48.863Z Downloaded h2 v0.4.15
11942026-08-20T02:24:48.867Z Downloaded nom v8.0.0
11952026-08-20T02:24:48.870Z Downloaded darling_core v0.21.3
11962026-08-20T02:24:48.874Z Downloaded libm v0.2.16
11972026-08-20T02:24:48.877Z Downloaded itertools v0.12.1
11982026-08-20T02:24:48.882Z Downloaded dropshot-api-manager v0.7.2
11992026-08-20T02:24:48.886Z Downloaded hashbrown v0.16.1
12002026-08-20T02:24:48.890Z Downloaded itertools v0.15.0
12012026-08-20T02:24:48.894Z Downloaded reqwest v0.13.4
12022026-08-20T02:24:48.898Z Downloaded typed-path v0.9.3
12032026-08-20T02:24:48.903Z Downloaded zerocopy-derive v0.8.56
12042026-08-20T02:24:48.909Z Downloaded zerovec v0.11.6
12052026-08-20T02:24:48.909Z Downloaded icu_properties_data v2.2.0
12062026-08-20T02:24:48.918Z Downloaded goblin v0.8.2
12072026-08-20T02:24:48.929Z Downloaded winnow v0.5.40
12082026-08-20T02:24:48.938Z Downloaded zerocopy v0.7.35
12092026-08-20T02:24:48.948Z Downloaded iddqd v0.4.6
12102026-08-20T02:24:48.952Z Downloaded async-compression v0.4.43
12112026-08-20T02:24:48.957Z Downloaded tough v0.22.0
12122026-08-20T02:24:48.965Z Downloaded proptest v1.11.0
12132026-08-20T02:24:48.982Z Downloaded goblin v0.10.7
12142026-08-20T02:24:48.986Z Downloaded tabled v0.15.0
12152026-08-20T02:24:48.996Z Downloaded syn v1.0.109
12162026-08-20T02:24:49.027Z Downloaded moka v0.12.16
12172026-08-20T02:24:49.032Z Downloaded quinn-proto v0.11.16
12182026-08-20T02:24:49.032Z Downloaded smoltcp v0.11.0
12192026-08-20T02:24:49.038Z Downloaded dropshot v0.17.1
12202026-08-20T02:24:49.044Z Downloaded tabled v0.21.0
12212026-08-20T02:24:49.054Z Downloaded hickory-proto v0.24.4
12222026-08-20T02:24:49.062Z Downloaded regress v0.10.5
12232026-08-20T02:24:49.068Z Downloaded serde_with v3.22.0
12242026-08-20T02:24:49.075Z Downloaded regress v0.11.1
12252026-08-20T02:24:49.082Z Downloaded aws-lc-rs v1.18.0
12262026-08-20T02:24:49.085Z Downloaded blake3 v1.8.6
12272026-08-20T02:24:49.089Z Downloaded hickory-proto v0.25.2
12282026-08-20T02:24:49.098Z Downloaded typify-impl v0.4.3
12292026-08-20T02:24:49.106Z Downloaded nix v0.31.3
12302026-08-20T02:24:49.113Z Downloaded time v0.3.55
12312026-08-20T02:24:49.140Z Downloaded jiff v0.2.35
12322026-08-20T02:24:49.143Z Downloaded openapiv3 v2.2.0
12332026-08-20T02:24:49.169Z Downloaded sha3 v0.10.9
12342026-08-20T02:24:49.182Z Downloaded encoding_rs v0.8.35
12352026-08-20T02:24:49.203Z Downloaded typify-impl v0.6.2
12362026-08-20T02:24:49.215Z Downloaded sled v0.34.7
12372026-08-20T02:24:49.274Z Downloaded petgraph v0.6.5
12382026-08-20T02:24:49.294Z Downloaded lzma-sys v0.1.20
12392026-08-20T02:24:49.320Z Downloaded chrono-tz v0.10.4
12402026-08-20T02:24:49.331Z Downloaded csv v1.4.0
12412026-08-20T02:24:50.076Z Downloaded aws-lc-sys v0.44.0
12422026-08-20T02:24:51.016Z Compiling proc-macro2 v1.0.107
12432026-08-20T02:24:51.016Z Compiling unicode-ident v1.0.24
12442026-08-20T02:24:51.016Z Compiling quote v1.0.47
12452026-08-20T02:24:51.016Z Compiling serde_core v1.0.229
12462026-08-20T02:24:51.020Z Compiling cfg-if v1.0.4
12472026-08-20T02:24:51.020Z Compiling serde v1.0.229
12482026-08-20T02:24:51.021Z Compiling libc v0.2.189
12492026-08-20T02:24:51.021Z Compiling memchr v2.8.3
12502026-08-20T02:24:51.227Z Compiling itoa v1.0.18
12512026-08-20T02:24:51.406Z Compiling zmij v1.0.23
12522026-08-20T02:24:51.484Z Compiling autocfg v1.5.1
12532026-08-20T02:24:51.494Z Compiling libm v0.2.16
12542026-08-20T02:24:51.811Z Compiling stable_deref_trait v1.2.1
12552026-08-20T02:24:51.825Z Compiling litemap v0.8.2
12562026-08-20T02:24:51.878Z Compiling writeable v0.6.3
12572026-08-20T02:24:51.916Z Compiling utf8_iter v1.0.4
12582026-08-20T02:24:51.987Z Compiling icu_normalizer_data v2.2.0
12592026-08-20T02:24:52.011Z Compiling percent-encoding v2.3.2
12602026-08-20T02:24:52.021Z Compiling icu_properties_data v2.2.0
12612026-08-20T02:24:52.074Z Compiling version_check v0.9.5
12622026-08-20T02:24:52.200Z Compiling iana-time-zone v0.1.65
12632026-08-20T02:24:52.222Z Compiling syn v2.0.119
12642026-08-20T02:24:52.235Z Compiling syn v3.0.3
12652026-08-20T02:24:52.412Z Compiling equivalent v1.0.2
12662026-08-20T02:24:52.423Z Compiling form_urlencoded v1.2.2
12672026-08-20T02:24:52.426Z Compiling allocator-api2 v0.2.21
12682026-08-20T02:24:52.486Z Compiling serde_json v1.0.151
12692026-08-20T02:24:52.497Z Compiling pin-project-lite v0.2.17
12702026-08-20T02:24:52.587Z Compiling dyn-clone v1.0.20
12712026-08-20T02:24:52.597Z Compiling scopeguard v1.2.0
12722026-08-20T02:24:52.701Z Compiling parking_lot_core v0.9.12
12732026-08-20T02:24:52.724Z Compiling hashbrown v0.17.1
12742026-08-20T02:24:52.738Z Compiling lock_api v0.4.14
12752026-08-20T02:24:52.753Z Compiling num-traits v0.2.19
12762026-08-20T02:24:52.965Z Compiling rand_core v0.10.1
12772026-08-20T02:24:52.988Z Compiling thiserror v2.0.20
12782026-08-20T02:24:52.991Z Compiling getrandom v0.4.3
12792026-08-20T02:24:53.111Z Compiling errno v0.3.14
12802026-08-20T02:24:53.257Z Compiling semver v1.0.28
12812026-08-20T02:24:53.304Z Compiling indexmap v2.14.0
12822026-08-20T02:24:53.507Z Compiling log v0.4.33
12832026-08-20T02:24:53.540Z Compiling futures-core v0.3.34
12842026-08-20T02:24:53.690Z Compiling heck v0.5.0
12852026-08-20T02:24:53.696Z Compiling zerocopy v0.8.56
12862026-08-20T02:24:53.735Z Compiling uuid v1.24.0
12872026-08-20T02:24:53.927Z Compiling futures-sink v0.3.34
12882026-08-20T02:24:53.939Z Compiling schemars v0.8.22
12892026-08-20T02:24:54.026Z Compiling slab v0.4.12
12902026-08-20T02:24:54.107Z Compiling jobserver v0.1.35
12912026-08-20T02:24:54.169Z Compiling fnv v1.0.7
12922026-08-20T02:24:54.225Z Compiling rustversion v1.0.23
12932026-08-20T02:24:54.262Z Compiling find-msvc-tools v0.1.10
12942026-08-20T02:24:54.295Z Compiling shlex v2.0.1
12952026-08-20T02:24:54.448Z Compiling cc v1.4.2
12962026-08-20T02:24:54.468Z Compiling futures-channel v0.3.34
12972026-08-20T02:24:54.490Z Compiling bitflags v2.13.1
12982026-08-20T02:24:54.495Z Compiling futures-io v0.3.34
12992026-08-20T02:24:54.654Z Compiling futures-task v0.3.34
13002026-08-20T02:24:54.692Z Compiling portable-atomic v1.15.0
13012026-08-20T02:24:54.718Z Compiling pkg-config v0.3.33
13022026-08-20T02:24:54.785Z Compiling socket2 v0.6.5
13032026-08-20T02:24:54.822Z Compiling signal-hook-registry v1.4.8
13042026-08-20T02:24:55.125Z Compiling synstructure v0.13.2
13052026-08-20T02:24:55.140Z Compiling serde_derive_internals v0.29.1
13062026-08-20T02:24:55.172Z Compiling mio v1.2.2
13072026-08-20T02:24:55.245Z Compiling critical-section v1.2.0
13082026-08-20T02:24:55.350Z Compiling cmake v0.1.58
13092026-08-20T02:24:55.449Z Compiling serde_derive v1.0.229
13102026-08-20T02:24:55.624Z Compiling displaydoc v0.2.7
13112026-08-20T02:24:55.681Z Compiling thiserror-impl v2.0.20
13122026-08-20T02:24:55.694Z Compiling tokio-macros v2.7.2
13132026-08-20T02:24:55.759Z Compiling futures-macro v0.3.34
13142026-08-20T02:24:55.772Z Compiling once_cell v1.21.4
13152026-08-20T02:24:55.886Z Compiling typenum v1.20.1
13162026-08-20T02:24:55.985Z Compiling fs_extra v1.3.0
13172026-08-20T02:24:56.214Z Compiling zerofrom-derive v0.1.7
13182026-08-20T02:24:56.241Z Compiling yoke-derive v0.8.2
13192026-08-20T02:24:56.409Z Compiling zerovec-derive v0.11.3
13202026-08-20T02:24:56.426Z Compiling schemars_derive v0.8.22
13212026-08-20T02:24:56.582Z Compiling zerocopy-derive v0.8.56
13222026-08-20T02:24:56.673Z Compiling zeroize_derive v1.5.0
13232026-08-20T02:24:57.006Z Compiling futures-util v0.3.34
13242026-08-20T02:24:57.320Z Compiling dunce v1.0.5
13252026-08-20T02:24:57.351Z Compiling zeroize v1.9.0
13262026-08-20T02:24:57.413Z Compiling aws-lc-sys v0.44.0
13272026-08-20T02:24:57.432Z Compiling zerofrom v0.1.8
13282026-08-20T02:24:57.497Z Compiling base64 v0.22.1
13292026-08-20T02:24:57.552Z Compiling yoke v0.8.3
13302026-08-20T02:24:57.564Z Compiling slog v2.8.2
13312026-08-20T02:24:57.608Z Compiling rustix v1.1.4
13322026-08-20T02:24:57.729Z Compiling zerovec v0.11.6
13332026-08-20T02:24:57.778Z Compiling zerotrie v0.2.4
13342026-08-20T02:24:57.821Z Compiling byteorder v1.5.0
13352026-08-20T02:24:57.948Z Compiling subtle v2.6.1
13362026-08-20T02:24:58.051Z Compiling strsim v0.11.1
13372026-08-20T02:24:58.126Z Compiling regex-syntax v0.8.11
13382026-08-20T02:24:58.258Z Compiling tinystr v0.8.3
13392026-08-20T02:24:58.262Z Compiling potential_utf v0.1.5
13402026-08-20T02:24:58.431Z Compiling icu_locale_core v2.2.0
13412026-08-20T02:24:58.443Z Compiling icu_collections v2.2.0
13422026-08-20T02:24:58.459Z Compiling ipnet v2.12.1
13432026-08-20T02:24:58.562Z Compiling bytes v1.12.1
13442026-08-20T02:24:58.581Z Compiling smallvec v1.15.2
13452026-08-20T02:24:58.816Z Compiling chrono v0.4.45
13462026-08-20T02:24:59.266Z Compiling icu_provider v2.2.0
13472026-08-20T02:24:59.281Z Compiling parking_lot v0.12.5
13482026-08-20T02:24:59.367Z Compiling http v1.5.0
13492026-08-20T02:24:59.595Z Compiling icu_properties v2.2.0
13502026-08-20T02:24:59.607Z Compiling icu_normalizer v2.2.0
13512026-08-20T02:24:59.686Z Compiling tokio v1.53.1
13522026-08-20T02:25:00.196Z Compiling erased-serde v0.3.31
13532026-08-20T02:25:00.361Z Compiling serde_tokenstream v0.2.3
13542026-08-20T02:25:00.373Z Compiling http-body v1.1.0
13552026-08-20T02:25:00.527Z Compiling idna_adapter v1.2.2
13562026-08-20T02:25:00.646Z Compiling idna v1.1.0
13572026-08-20T02:25:00.693Z Compiling httparse v1.10.1
13582026-08-20T02:25:00.815Z Compiling atomic-waker v1.1.2
13592026-08-20T02:25:00.840Z Compiling tower-layer v0.3.3
13602026-08-20T02:25:00.937Z Compiling url v2.5.8
13612026-08-20T02:25:01.003Z Compiling ppv-lite86 v0.2.21
13622026-08-20T02:25:01.072Z Compiling tower-service v0.3.3
13632026-08-20T02:25:01.095Z Compiling getrandom v0.2.17
13642026-08-20T02:25:01.171Z Compiling ucd-trie v0.1.7
13652026-08-20T02:25:01.270Z Compiling try-lock v0.2.5
13662026-08-20T02:25:01.308Z Compiling untrusted v0.9.0
13672026-08-20T02:25:01.371Z Compiling getrandom v0.3.4
13682026-08-20T02:25:01.374Z Compiling ryu v1.0.23
13692026-08-20T02:25:01.419Z Compiling thiserror v1.0.69
13702026-08-20T02:25:01.471Z Compiling want v0.3.1
13712026-08-20T02:25:01.552Z Compiling pest v2.8.8
13722026-08-20T02:25:01.637Z Compiling rand_core v0.6.4
13732026-08-20T02:25:01.702Z Compiling thiserror-impl v1.0.69
13742026-08-20T02:25:01.785Z Compiling httpdate v1.0.3
13752026-08-20T02:25:01.853Z Compiling pretty-hex v0.4.2
13762026-08-20T02:25:01.887Z Compiling plain v0.2.3
13772026-08-20T02:25:01.987Z Compiling winnow v1.0.4
13782026-08-20T02:25:01.999Z Compiling paste v1.0.15
13792026-08-20T02:25:02.020Z Compiling foldhash v0.2.0
13802026-08-20T02:25:02.250Z Compiling ipnetwork v0.21.1
13812026-08-20T02:25:02.319Z Compiling tracing-attributes v0.1.31
13822026-08-20T02:25:02.678Z Compiling pest_meta v2.8.8
13832026-08-20T02:25:02.780Z Compiling oxnet v0.1.6
13842026-08-20T02:25:02.855Z Compiling tracing-core v0.1.36
13852026-08-20T02:25:02.921Z Compiling omicron-workspace-hack v0.1.0
13862026-08-20T02:25:03.064Z Compiling ident_case v1.0.1
13872026-08-20T02:25:03.183Z Compiling serde_urlencoded v0.7.1
13882026-08-20T02:25:03.232Z Compiling pest_generator v2.8.8
13892026-08-20T02:25:03.421Z Compiling http-body-util v0.1.5
13902026-08-20T02:25:03.448Z Compiling aho-corasick v1.1.5
13912026-08-20T02:25:03.499Z Compiling tracing v0.1.44
13922026-08-20T02:25:03.678Z Compiling sync_wrapper v1.0.2
13932026-08-20T02:25:03.737Z Compiling daft-derive v0.1.8
13942026-08-20T02:25:03.844Z Compiling fastrand v2.5.0
13952026-08-20T02:25:03.944Z Compiling pest_derive v2.8.8
13962026-08-20T02:25:04.100Z Compiling hashbrown v0.16.1
13972026-08-20T02:25:04.503Z Compiling regex-automata v0.4.18
13982026-08-20T02:25:04.544Z Compiling tokio-util v0.7.19
13992026-08-20T02:25:04.732Z Compiling scroll_derive v0.13.1
14002026-08-20T02:25:04.803Z Compiling async-trait v0.1.92
14012026-08-20T02:25:04.992Z Compiling anyhow v1.0.104
14022026-08-20T02:25:05.312Z Compiling aws-lc-rs v1.18.0
14032026-08-20T02:25:05.324Z Compiling num-conv v0.2.2
14042026-08-20T02:25:05.470Z Compiling time-core v0.1.9
14052026-08-20T02:25:05.555Z Compiling scroll v0.13.0
14062026-08-20T02:25:05.652Z Compiling time-macros v0.2.32
14072026-08-20T02:25:05.752Z Compiling rustls-pki-types v1.15.1
14082026-08-20T02:25:05.813Z Compiling powerfmt v0.2.0
14092026-08-20T02:25:05.827Z Compiling num_threads v0.1.7
14102026-08-20T02:25:05.922Z Compiling hex v0.4.3
14112026-08-20T02:25:06.018Z Compiling deranged v0.5.8
14122026-08-20T02:25:06.189Z Compiling openssl-probe v0.2.1
14132026-08-20T02:25:06.233Z Compiling regex v1.13.1
14142026-08-20T02:25:06.374Z Compiling goblin v0.10.7
14152026-08-20T02:25:06.679Z Compiling untrusted v0.7.1
14162026-08-20T02:25:06.682Z Compiling camino v1.2.5
14172026-08-20T02:25:06.972Z Compiling usdt-impl v0.6.0
14182026-08-20T02:25:06.989Z Compiling crc32fast v1.5.0
14192026-08-20T02:25:07.047Z Compiling rustls v0.23.43
14202026-08-20T02:25:07.217Z Compiling h2 v0.4.15
14212026-08-20T02:25:07.231Z Compiling dtrace-parser v0.3.0
14222026-08-20T02:25:07.249Z Compiling futures-executor v0.3.34
14232026-08-20T02:25:07.306Z Compiling crossbeam-utils v0.8.22
14242026-08-20T02:25:07.616Z Compiling serde_tokenstream v0.3.0
14252026-08-20T02:25:07.722Z Compiling structmeta-derive v0.3.0
14262026-08-20T02:25:07.733Z Compiling thread-id v5.1.0
14272026-08-20T02:25:07.810Z Compiling cpufeatures v0.3.0
14282026-08-20T02:25:07.880Z Compiling simd-adler32 v0.3.10
14292026-08-20T02:25:07.894Z Compiling adler2 v2.0.1
14302026-08-20T02:25:08.023Z Compiling miniz_oxide v0.8.9
14312026-08-20T02:25:08.078Z Compiling newtype-uuid-macros v0.1.1
14322026-08-20T02:25:08.614Z Compiling futures v0.3.34
14332026-08-20T02:25:08.671Z Compiling rand_core v0.9.5
14342026-08-20T02:25:08.691Z Compiling darling_core v0.23.0
14352026-08-20T02:25:08.753Z Compiling structmeta v0.3.0
14362026-08-20T02:25:08.867Z Compiling hybrid-array v0.4.14
14372026-08-20T02:25:08.949Z Compiling thread_local v1.1.10
14382026-08-20T02:25:09.034Z Compiling match_cfg v0.1.0
14392026-08-20T02:25:09.102Z Compiling flate2 v1.1.9
14402026-08-20T02:25:09.263Z Compiling dof v0.4.0
14412026-08-20T02:25:09.388Z Compiling hyper v1.11.0
14422026-08-20T02:25:09.552Z Compiling newtype-uuid v1.4.0
14432026-08-20T02:25:09.892Z Compiling slog-async v2.8.0
14442026-08-20T02:25:10.613Z Compiling hyper-util v0.1.20
14452026-08-20T02:25:10.652Z Compiling quick-error v1.2.3
14462026-08-20T02:25:10.756Z Compiling compression-core v0.4.32
14472026-08-20T02:25:10.849Z Compiling darling_macro v0.23.0
14482026-08-20T02:25:10.878Z Compiling ref-cast v1.0.26
14492026-08-20T02:25:10.896Z Compiling compression-codecs v0.4.38
14502026-08-20T02:25:10.966Z Compiling daft v0.1.8
14512026-08-20T02:25:11.139Z Compiling crypto-common v0.2.2
14522026-08-20T02:25:11.152Z Compiling block-buffer v0.12.1
14532026-08-20T02:25:11.220Z Compiling rand_chacha v0.9.0
14542026-08-20T02:25:11.300Z Compiling strum_macros v0.26.4
14552026-08-20T02:25:11.433Z Compiling darling v0.23.0
14562026-08-20T02:25:11.445Z Compiling usdt-attr-macro v0.6.0
14572026-08-20T02:25:11.513Z Compiling usdt-macro v0.6.0
14582026-08-20T02:25:11.648Z Compiling ref-cast-impl v1.0.26
14592026-08-20T02:25:11.651Z Compiling serde_spanned v1.1.1
14602026-08-20T02:25:11.799Z Compiling generic-array v0.14.7
14612026-08-20T02:25:12.020Z Compiling multer v3.1.0
14622026-08-20T02:25:12.087Z Compiling const-oid v0.10.2
14632026-08-20T02:25:12.231Z Compiling debug-ignore v1.0.5
14642026-08-20T02:25:12.242Z Compiling bit-vec v0.8.0
14652026-08-20T02:25:12.273Z Compiling toml_writer v1.1.2+spec-1.1.0
14662026-08-20T02:25:12.299Z Compiling take_mut v0.2.2
14672026-08-20T02:25:12.324Z Compiling term v1.2.1
14682026-08-20T02:25:12.446Z Compiling bit-set v0.8.0
14692026-08-20T02:25:12.483Z Compiling digest v0.11.3
14702026-08-20T02:25:12.598Z Compiling serde_with_macros v3.22.0
14712026-08-20T02:25:12.620Z Compiling rand v0.9.5
14722026-08-20T02:25:12.634Z Compiling async-stream-impl v0.3.6
14732026-08-20T02:25:12.646Z Compiling dropshot v0.17.1
14742026-08-20T02:25:12.870Z Compiling encoding_rs v0.8.35
14752026-08-20T02:25:12.949Z Compiling strum v0.26.3
14762026-08-20T02:25:13.026Z Compiling mime v0.3.17
14772026-08-20T02:25:13.072Z Compiling syn v1.0.109
14782026-08-20T02:25:13.225Z Compiling spin v0.9.9
14792026-08-20T02:25:13.268Z Compiling unarray v0.1.4
14802026-08-20T02:25:13.335Z Compiling async-stream v0.3.6
14812026-08-20T02:25:13.425Z Compiling sha1 v0.11.0
14822026-08-20T02:25:13.498Z Compiling derive-ex v0.1.8
14832026-08-20T02:25:13.510Z Compiling tower v0.5.3
14842026-08-20T02:25:13.667Z Compiling waitgroup v0.1.2
14852026-08-20T02:25:13.712Z Compiling dropshot_endpoint v0.17.1
14862026-08-20T02:25:13.724Z Compiling macaddr v1.0.1
14872026-08-20T02:25:13.797Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14882026-08-20T02:25:13.938Z Compiling serde_path_to_error v0.1.20
14892026-08-20T02:25:14.322Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14902026-08-20T02:25:14.346Z Compiling tower-http v0.6.11
14912026-08-20T02:25:14.448Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14922026-08-20T02:25:14.590Z Compiling tempfile v3.27.0
14932026-08-20T02:25:14.623Z Compiling openapiv3 v2.2.0
14942026-08-20T02:25:14.768Z Compiling strum_macros v0.27.2
14952026-08-20T02:25:15.130Z Compiling test-strategy v0.4.5
14962026-08-20T02:25:15.364Z Compiling instant v0.1.13
14972026-08-20T02:25:15.467Z Compiling time v0.3.55
14982026-08-20T02:25:16.083Z Compiling rustls-native-certs v0.8.4
14992026-08-20T02:25:16.240Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15002026-08-20T02:25:16.427Z Compiling crossbeam-channel v0.5.16
15012026-08-20T02:25:16.478Z Compiling crypto-common v0.1.7
15022026-08-20T02:25:16.593Z Compiling strum v0.27.2
15032026-08-20T02:25:16.889Z Compiling parse-display-derive v0.10.0
15042026-08-20T02:25:16.910Z Compiling backon v1.6.0
15052026-08-20T02:25:17.115Z Compiling rand_chacha v0.3.1
15062026-08-20T02:25:17.253Z Compiling either v1.17.0
15072026-08-20T02:25:17.462Z Compiling rand v0.8.7
15082026-08-20T02:25:17.515Z Compiling slog-json v2.6.1
15092026-08-20T02:25:17.738Z Compiling hostname v0.3.1
15102026-08-20T02:25:18.106Z Compiling toml_parser v1.1.3+spec-1.1.0
15112026-08-20T02:25:18.129Z Compiling toml_datetime v1.1.1+spec-1.1.0
15122026-08-20T02:25:18.170Z Compiling is-terminal v0.4.17
15132026-08-20T02:25:18.188Z Compiling memmap2 v0.9.11
15142026-08-20T02:25:18.282Z Compiling wait-timeout v0.2.1
15152026-08-20T02:25:18.434Z Compiling rusty-fork v0.3.1
15162026-08-20T02:25:18.520Z Compiling toml v1.1.4+spec-1.1.0
15172026-08-20T02:25:18.542Z Compiling usdt v0.6.0
15182026-08-20T02:25:18.567Z Compiling slog-term v2.9.2
15192026-08-20T02:25:18.787Z Compiling slog-bunyan v2.5.0
15202026-08-20T02:25:18.815Z Compiling serde_with v3.22.0
15212026-08-20T02:25:18.911Z Compiling async-compression v0.4.43
15222026-08-20T02:25:18.922Z Compiling rand_xorshift v0.4.0
15232026-08-20T02:25:19.066Z Compiling rustls-pemfile v2.2.0
15242026-08-20T02:25:19.281Z Compiling regress v0.10.5
15252026-08-20T02:25:19.285Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15262026-08-20T02:25:19.352Z Compiling hostname v0.4.2
15272026-08-20T02:25:19.355Z Compiling humantime v2.4.0
15282026-08-20T02:25:19.460Z Compiling proptest v1.11.0
15292026-08-20T02:25:20.037Z Compiling iddqd v0.4.6
15302026-08-20T02:25:20.191Z Compiling reqwest v0.12.28
15312026-08-20T02:25:20.320Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15322026-08-20T02:25:20.568Z Compiling block-buffer v0.10.4
15332026-08-20T02:25:20.686Z Compiling utf8parse v0.2.2
15342026-08-20T02:25:20.793Z Compiling anstyle-parse v1.0.0
15352026-08-20T02:25:20.883Z Compiling digest v0.10.7
15362026-08-20T02:25:20.974Z Compiling parse-display v0.10.0
15372026-08-20T02:25:21.094Z Compiling backoff v0.4.0
15382026-08-20T02:25:21.319Z Compiling progenitor-client v0.10.0
15392026-08-20T02:25:21.324Z Compiling itertools v0.14.0
15402026-08-20T02:25:21.324Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15412026-08-20T02:25:21.571Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15422026-08-20T02:25:22.161Z Compiling anstyle v1.0.14
15432026-08-20T02:25:22.384Z Compiling colorchoice v1.0.5
15442026-08-20T02:25:22.497Z Compiling anstyle-query v1.1.5
15452026-08-20T02:25:22.592Z Compiling is_terminal_polyfill v1.70.2
15462026-08-20T02:25:22.683Z Compiling anstream v1.0.0
15472026-08-20T02:25:23.003Z Compiling clap_lex v1.1.0
15482026-08-20T02:25:23.319Z Compiling regress v0.11.1
15492026-08-20T02:25:23.322Z Compiling clap_derive v4.6.4
15502026-08-20T02:25:24.044Z Compiling terminal_size v0.4.4
15512026-08-20T02:25:24.980Z Compiling typify-impl v0.6.2
15522026-08-20T02:25:25.105Z Compiling toml_datetime v0.6.11
15532026-08-20T02:25:25.319Z Compiling zerocopy-derive v0.7.35
15542026-08-20T02:25:25.366Z Compiling cpufeatures v0.2.17
15552026-08-20T02:25:25.407Z Compiling convert_case v0.4.0
15562026-08-20T02:25:25.698Z Compiling derive_more v0.99.20
15572026-08-20T02:25:26.089Z Compiling clap_builder v4.6.6
15582026-08-20T02:25:26.156Z Compiling zerocopy v0.7.35
15592026-08-20T02:25:26.752Z Compiling toml_edit v0.25.13+spec-1.1.0
15602026-08-20T02:25:27.506Z Compiling unicode-width v0.2.2
15612026-08-20T02:25:27.782Z Compiling clap v4.6.6
15622026-08-20T02:25:27.812Z Compiling proc-macro-crate v3.5.0
15632026-08-20T02:25:27.954Z Compiling secrecy v0.10.3
15642026-08-20T02:25:28.109Z Compiling tinyvec_macros v0.1.1
15652026-08-20T02:25:28.224Z Compiling float-ord v0.3.2
15662026-08-20T02:25:28.252Z Compiling crucible-workspace-hack v0.1.0
15672026-08-20T02:25:28.269Z Compiling num_enum_derive v0.7.6
15682026-08-20T02:25:28.332Z Compiling tinyvec v1.12.0
15692026-08-20T02:25:28.837Z Compiling dtrace-parser v0.2.0
15702026-08-20T02:25:28.936Z Compiling scroll_derive v0.12.1
15712026-08-20T02:25:28.992Z Compiling num-integer v0.1.47
15722026-08-20T02:25:29.331Z Compiling rustc_version v0.4.1
15732026-08-20T02:25:29.362Z Compiling usdt-impl v0.5.0
15742026-08-20T02:25:29.599Z Compiling crossbeam-epoch v0.9.20
15752026-08-20T02:25:29.696Z Compiling scroll v0.12.0
15762026-08-20T02:25:29.709Z Compiling curve25519-dalek v4.1.3
15772026-08-20T02:25:29.760Z Compiling num_enum v0.7.6
15782026-08-20T02:25:29.971Z Compiling dof v0.3.0
15792026-08-20T02:25:30.255Z Compiling hmac v0.12.1
15802026-08-20T02:25:30.308Z Compiling inout v0.1.4
15812026-08-20T02:25:30.322Z Compiling darling_core v0.21.3
15822026-08-20T02:25:30.334Z Compiling ff v0.13.1
15832026-08-20T02:25:30.389Z Compiling thread-id v4.2.2
15842026-08-20T02:25:30.410Z Compiling hkdf v0.12.4
15852026-08-20T02:25:30.457Z Compiling group v0.13.0
15862026-08-20T02:25:30.467Z Compiling cipher v0.4.4
15872026-08-20T02:25:30.950Z Compiling goblin v0.8.2
15882026-08-20T02:25:31.034Z Compiling num-iter v0.1.46
15892026-08-20T02:25:31.131Z Compiling num-rational v0.4.2
15902026-08-20T02:25:31.278Z Compiling typify-macro v0.6.2
15912026-08-20T02:25:31.289Z Compiling thiserror-impl-no-std v2.0.2
15922026-08-20T02:25:31.335Z Compiling universal-hash v0.5.1
15932026-08-20T02:25:31.461Z Compiling crypto-bigint v0.5.5
15942026-08-20T02:25:31.498Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15952026-08-20T02:25:31.870Z Compiling half v2.7.1
15962026-08-20T02:25:32.158Z Compiling curve25519-dalek-derive v0.1.1
15972026-08-20T02:25:32.158Z Compiling num-complex v0.4.6
15982026-08-20T02:25:32.378Z Compiling darling_macro v0.21.3
15992026-08-20T02:25:32.613Z Compiling opaque-debug v0.3.1
16002026-08-20T02:25:32.678Z Compiling base16ct v0.2.0
16012026-08-20T02:25:32.693Z Compiling base64ct v1.8.3
16022026-08-20T02:25:32.759Z Compiling heck v0.4.1
16032026-08-20T02:25:32.827Z Compiling ciborium-io v0.2.2
16042026-08-20T02:25:32.921Z Compiling password-hash v0.5.0
16052026-08-20T02:25:32.953Z Compiling ciborium-ll v0.2.2
16062026-08-20T02:25:32.978Z Compiling darling v0.21.3
16072026-08-20T02:25:32.990Z Compiling elliptic-curve v0.13.8
16082026-08-20T02:25:33.336Z Compiling poly1305 v0.8.0
16092026-08-20T02:25:33.419Z Compiling typify v0.6.2
16102026-08-20T02:25:33.439Z Compiling num v0.4.3
16112026-08-20T02:25:33.509Z Compiling thiserror-no-std v2.0.2
16122026-08-20T02:25:33.953Z Compiling chacha20 v0.9.1
16132026-08-20T02:25:33.958Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16142026-08-20T02:25:34.174Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16152026-08-20T02:25:34.631Z Compiling blake2 v0.10.6
16162026-08-20T02:25:34.931Z Compiling aead v0.5.2
16172026-08-20T02:25:34.991Z Compiling byte-wrapper v0.1.0
16182026-08-20T02:25:35.089Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16192026-08-20T02:25:35.092Z Compiling proc-macro-error-attr v1.0.4
16202026-08-20T02:25:35.406Z Compiling rustix v0.38.44
16212026-08-20T02:25:35.418Z Compiling unsafe-libyaml v0.2.11
16222026-08-20T02:25:35.492Z Compiling keccak v0.1.6
16232026-08-20T02:25:35.734Z Compiling prettyplease v0.2.37
16242026-08-20T02:25:35.751Z Compiling heapless v0.8.0
16252026-08-20T02:25:36.081Z Compiling serde_yaml v0.9.34+deprecated
16262026-08-20T02:25:36.212Z Compiling sha3 v0.10.9
16272026-08-20T02:25:36.563Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16282026-08-20T02:25:36.730Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-08-20T02:25:36.933Z Compiling chacha20poly1305 v0.10.1
16302026-08-20T02:25:37.336Z Compiling argon2 v0.5.3
16312026-08-20T02:25:37.488Z Compiling vsss-rs v3.3.4
16322026-08-20T02:25:37.529Z Compiling ciborium v0.2.2
16332026-08-20T02:25:37.547Z Compiling ingot-macros v0.1.1
16342026-08-20T02:25:38.028Z Compiling usdt-attr-macro v0.5.0
16352026-08-20T02:25:38.095Z Compiling usdt-macro v0.5.0
16362026-08-20T02:25:39.384Z Compiling serde_spanned v0.6.9
16372026-08-20T02:25:39.528Z Compiling hash32 v0.3.1
16382026-08-20T02:25:39.570Z Compiling enum-as-inner v0.6.1
16392026-08-20T02:25:39.678Z Compiling proc-macro-error v1.0.4
16402026-08-20T02:25:39.724Z Compiling memmap v0.7.0
16412026-08-20T02:25:39.903Z Compiling memoffset v0.9.1
16422026-08-20T02:25:39.914Z Compiling cfg_aliases v0.2.2
16432026-08-20T02:25:39.985Z Compiling static_assertions v1.1.0
16442026-08-20T02:25:40.059Z Compiling toml_write v0.1.2
16452026-08-20T02:25:40.127Z Compiling winnow v0.5.40
16462026-08-20T02:25:40.140Z Compiling winnow v0.7.15
16472026-08-20T02:25:40.150Z Compiling smoltcp v0.11.0
16482026-08-20T02:25:40.256Z Compiling indent_write v2.2.0
16492026-08-20T02:25:40.318Z Compiling data-encoding v2.11.1
16502026-08-20T02:25:40.355Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16512026-08-20T02:25:40.385Z Compiling ingot-types v0.1.2
16522026-08-20T02:25:40.583Z Compiling nix v0.31.3
16532026-08-20T02:25:40.652Z Compiling usdt v0.5.0
16542026-08-20T02:25:40.850Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16552026-08-20T02:25:40.919Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16562026-08-20T02:25:40.940Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16572026-08-20T02:25:41.137Z Compiling tabwriter v1.4.1
16582026-08-20T02:25:41.314Z Compiling cobs v0.3.0
16592026-08-20T02:25:41.369Z Compiling serde_repr v0.1.21
16602026-08-20T02:25:41.430Z Compiling toml_edit v0.22.27
16612026-08-20T02:25:41.502Z Compiling toml_edit v0.19.15
16622026-08-20T02:25:41.515Z Compiling vcpkg v0.2.15
16632026-08-20T02:25:41.617Z Compiling crossbeam-deque v0.8.7
16642026-08-20T02:25:41.884Z Compiling bitflags v1.3.2
16652026-08-20T02:25:41.924Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16662026-08-20T02:25:41.957Z Compiling managed v0.8.0
16672026-08-20T02:25:42.032Z Compiling postcard v1.1.3
16682026-08-20T02:25:42.054Z Compiling openssl-sys v0.9.117
16692026-08-20T02:25:42.434Z Compiling ingot v0.1.1
16702026-08-20T02:25:42.669Z Compiling proc-macro-crate v1.3.1
16712026-08-20T02:25:42.998Z Compiling toml v0.8.23
16722026-08-20T02:25:43.494Z Compiling hubpack_derive v0.1.1
16732026-08-20T02:25:43.689Z Compiling foreign-types-macros v0.2.4
16742026-08-20T02:25:44.019Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16752026-08-20T02:25:44.023Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16762026-08-20T02:25:44.334Z Compiling semver v0.1.20
16772026-08-20T02:25:44.355Z Compiling colored v3.1.1
16782026-08-20T02:25:44.372Z Compiling rayon-core v1.13.0
16792026-08-20T02:25:44.503Z Compiling unicode-segmentation v1.13.3
16802026-08-20T02:25:44.586Z Compiling linked-hash-map v0.5.6
16812026-08-20T02:25:44.598Z Compiling swrite v0.1.0
16822026-08-20T02:25:44.677Z Compiling foreign-types-shared v0.3.1
16832026-08-20T02:25:44.690Z Compiling resolv-conf v0.7.6
16842026-08-20T02:25:44.763Z Compiling foreign-types v0.5.0
16852026-08-20T02:25:44.775Z Compiling lru-cache v0.1.2
16862026-08-20T02:25:44.802Z Compiling rustc_version v0.1.7
16872026-08-20T02:25:44.834Z Compiling newline-converter v0.3.0
16882026-08-20T02:25:44.933Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16892026-08-20T02:25:44.945Z Compiling hubpack v0.1.2
16902026-08-20T02:25:44.998Z Compiling num_enum_derive v0.5.11
16912026-08-20T02:25:45.164Z Compiling atomicwrites v0.4.4
16922026-08-20T02:25:45.301Z Compiling hickory-proto v0.24.4
16932026-08-20T02:25:45.355Z Compiling progenitor-impl v0.13.0
16942026-08-20T02:25:46.035Z Compiling rustls-webpki v0.103.14
16952026-08-20T02:25:46.175Z Compiling console v0.15.11
16962026-08-20T02:25:46.480Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16972026-08-20T02:25:46.820Z Compiling camino-tempfile v1.4.1
16982026-08-20T02:25:46.992Z Compiling chacha20 v0.10.1
16992026-08-20T02:25:47.055Z Compiling serde-big-array v0.5.1
17002026-08-20T02:25:47.059Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17012026-08-20T02:25:47.114Z Compiling derive-where v1.6.1
17022026-08-20T02:25:47.193Z Compiling num-derive v0.4.2
17032026-08-20T02:25:47.252Z Compiling pin-project-internal v1.1.13
17042026-08-20T02:25:47.582Z Compiling cstr-argument v0.1.2
17052026-08-20T02:25:47.738Z Compiling similar v2.7.0
17062026-08-20T02:25:48.139Z Compiling minimal-lexical v0.2.1
17072026-08-20T02:25:48.358Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17082026-08-20T02:25:48.375Z Compiling siphasher v1.0.3
17092026-08-20T02:25:48.395Z Compiling pin-project v1.1.13
17102026-08-20T02:25:48.495Z Compiling nom v7.1.3
17112026-08-20T02:25:48.579Z Compiling phf_shared v0.12.1
17122026-08-20T02:25:48.591Z Compiling expectorate v1.2.0
17132026-08-20T02:25:48.607Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17142026-08-20T02:25:48.734Z Compiling rand v0.10.2
17152026-08-20T02:25:48.746Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17162026-08-20T02:25:48.864Z Compiling hickory-resolver v0.24.4
17172026-08-20T02:25:48.925Z Compiling progenitor-macro v0.13.0
17182026-08-20T02:25:49.166Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17192026-08-20T02:25:49.340Z Compiling num_enum v0.5.11
17202026-08-20T02:25:49.453Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17212026-08-20T02:25:49.654Z Compiling tokio-rustls v0.26.4
17222026-08-20T02:25:49.908Z Compiling hyper-rustls v0.27.9
17232026-08-20T02:25:49.928Z Compiling rustls-platform-verifier v0.7.0
17242026-08-20T02:25:50.169Z Compiling reqwest v0.13.4
17252026-08-20T02:25:51.589Z Compiling progenitor-client v0.14.0
17262026-08-20T02:25:51.737Z Compiling progenitor-client v0.13.0
17272026-08-20T02:25:51.885Z Compiling progenitor-extras v0.2.0
17282026-08-20T02:25:52.044Z Compiling newtype_derive v0.1.6
17292026-08-20T02:25:52.980Z Compiling progenitor-impl v0.14.0
17302026-08-20T02:25:54.270Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-08-20T02:25:54.533Z Compiling snafu-derive v0.8.9
17322026-08-20T02:25:55.375Z Compiling unicode-normalization v0.1.25
17332026-08-20T02:25:55.846Z Compiling tokio-stream v0.1.19
17342026-08-20T02:25:55.850Z Compiling async-recursion v1.1.1
17352026-08-20T02:25:56.292Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17362026-08-20T02:25:56.339Z Compiling slog-dtrace v0.3.0
17372026-08-20T02:25:56.532Z Compiling bstr v1.13.1
17382026-08-20T02:25:56.573Z Compiling csv-core v0.1.13
17392026-08-20T02:25:56.593Z Compiling same-file v1.0.6
17402026-08-20T02:25:56.638Z Compiling owo-colors v4.3.0
17412026-08-20T02:25:56.766Z Compiling foreign-types-shared v0.1.1
17422026-08-20T02:25:56.837Z Compiling konst_macro_rules v0.2.19
17432026-08-20T02:25:56.859Z Compiling unicode-xid v0.2.6
17442026-08-20T02:25:56.963Z Compiling openssl v0.10.81
17452026-08-20T02:25:56.982Z Compiling highway v1.3.0
17462026-08-20T02:25:57.016Z Compiling cancel-safe-futures v0.1.5
17472026-08-20T02:25:57.028Z Compiling foldhash v0.1.5
17482026-08-20T02:25:57.135Z Compiling jiff-core v0.1.0
17492026-08-20T02:25:57.207Z Compiling chrono-tz v0.10.4
17502026-08-20T02:25:57.224Z Compiling unicode-width v0.1.14
17512026-08-20T02:25:57.292Z Compiling hashbrown v0.15.5
17522026-08-20T02:25:57.371Z Compiling const_format_proc_macros v0.2.34
17532026-08-20T02:25:57.480Z Compiling konst v0.2.20
17542026-08-20T02:25:57.499Z Compiling globset v0.4.20
17552026-08-20T02:25:57.716Z Compiling foreign-types v0.3.2
17562026-08-20T02:25:57.788Z Compiling csv v1.4.0
17572026-08-20T02:25:57.808Z Compiling walkdir v2.5.0
17582026-08-20T02:25:58.159Z Compiling jiff v0.2.35
17592026-08-20T02:25:58.162Z Compiling progenitor-macro v0.14.0
17602026-08-20T02:25:58.187Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17612026-08-20T02:25:58.315Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17622026-08-20T02:25:58.352Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17632026-08-20T02:26:00.410Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17642026-08-20T02:26:00.691Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-08-20T02:26:01.066Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17662026-08-20T02:26:01.258Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-08-20T02:26:01.472Z Compiling snafu v0.8.9
17682026-08-20T02:26:01.857Z Compiling qorb v0.4.1
17692026-08-20T02:26:02.185Z Compiling olpc-cjson v0.1.4
17702026-08-20T02:26:02.227Z Compiling progenitor v0.13.0
17712026-08-20T02:26:02.350Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17722026-08-20T02:26:02.375Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17732026-08-20T02:26:02.409Z Compiling rayon v1.12.0
17742026-08-20T02:26:02.456Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17752026-08-20T02:26:02.942Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17762026-08-20T02:26:03.284Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17772026-08-20T02:26:03.459Z Compiling phf v0.12.1
17782026-08-20T02:26:04.001Z Compiling zone_cfg_derive v0.3.1
17792026-08-20T02:26:04.030Z Compiling tokio-dtrace v0.1.1
17802026-08-20T02:26:04.318Z Compiling itertools v0.12.1
17812026-08-20T02:26:04.398Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17822026-08-20T02:26:04.605Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17832026-08-20T02:26:04.634Z Compiling libsw-core v0.3.2
17842026-08-20T02:26:04.711Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
17852026-08-20T02:26:04.723Z Compiling serde_plain v1.0.2
17862026-08-20T02:26:04.799Z Compiling pem v3.0.6
17872026-08-20T02:26:04.930Z Compiling openssl-macros v0.1.1
17882026-08-20T02:26:05.080Z Compiling cookie v0.18.2
17892026-08-20T02:26:05.181Z Compiling sigpipe v0.1.3
17902026-08-20T02:26:05.200Z Compiling fixedbitset v0.5.7
17912026-08-20T02:26:05.269Z Compiling fixedbitset v0.4.2
17922026-08-20T02:26:05.308Z Compiling bytecount v0.6.9
17932026-08-20T02:26:05.420Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17942026-08-20T02:26:05.451Z Compiling glob v0.3.4
17952026-08-20T02:26:05.503Z Compiling typed-path v0.9.3
17962026-08-20T02:26:05.541Z Compiling zone v0.3.1
17972026-08-20T02:26:05.655Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-08-20T02:26:05.907Z Compiling petgraph v0.6.5
17992026-08-20T02:26:06.344Z Compiling progenitor v0.14.0
18002026-08-20T02:26:06.391Z Compiling petgraph v0.8.3
18012026-08-20T02:26:06.484Z Compiling tough v0.22.0
18022026-08-20T02:26:06.851Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-08-20T02:26:07.425Z Compiling papergrid v0.11.0
18042026-08-20T02:26:07.895Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18052026-08-20T02:26:08.196Z Compiling libsw v3.5.0
18062026-08-20T02:26:08.375Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18072026-08-20T02:26:08.632Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-08-20T02:26:08.936Z Compiling oxide-tokio-rt v0.1.6
18092026-08-20T02:26:09.242Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-08-20T02:26:09.583Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-08-20T02:26:09.883Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-20T02:26:10.015Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-20T02:26:10.076Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-08-20T02:26:10.137Z Compiling const_format v0.2.36
18152026-08-20T02:26:10.788Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-20T02:26:10.822Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18172026-08-20T02:26:10.963Z Compiling tabled_derive v0.7.0
18182026-08-20T02:26:11.005Z Compiling gethostname v0.5.0
18192026-08-20T02:26:11.005Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-08-20T02:26:11.093Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-08-20T02:26:11.119Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18222026-08-20T02:26:11.213Z Compiling smf v0.2.3
18232026-08-20T02:26:11.225Z Compiling bcs v0.1.6
18242026-08-20T02:26:11.377Z Compiling nom v8.0.0
18252026-08-20T02:26:11.540Z Compiling termtree v0.5.1
18262026-08-20T02:26:11.694Z Compiling tagptr v0.2.0
18272026-08-20T02:26:11.803Z Compiling whoami v1.6.1
18282026-08-20T02:26:11.840Z Compiling linear-map v1.2.0
18292026-08-20T02:26:11.858Z Compiling lazy_static v1.5.0
18302026-08-20T02:26:11.914Z Compiling unicode-linebreak v0.1.5
18312026-08-20T02:26:11.956Z Compiling smawk v0.3.3
18322026-08-20T02:26:12.022Z Compiling crunchy v0.2.4
18332026-08-20T02:26:12.081Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-08-20T02:26:12.110Z Compiling textwrap v0.16.2
18352026-08-20T02:26:12.158Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-08-20T02:26:12.549Z Compiling steno v0.4.1
18372026-08-20T02:26:12.622Z Compiling tabled v0.15.0
18382026-08-20T02:26:13.653Z Compiling moka v0.12.16
18392026-08-20T02:26:13.786Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-08-20T02:26:13.861Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-08-20T02:26:14.498Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-08-20T02:26:15.407Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-08-20T02:26:15.593Z Compiling hickory-proto v0.25.2
18442026-08-20T02:26:15.843Z Compiling tiny-keccak v2.0.2
18452026-08-20T02:26:16.086Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18462026-08-20T02:26:16.454Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18472026-08-20T02:26:16.815Z Compiling parking_lot_core v0.8.6
18482026-08-20T02:26:17.056Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18492026-08-20T02:26:17.106Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-08-20T02:26:17.268Z Compiling libscf-sys v1.2.0
18512026-08-20T02:26:17.411Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18522026-08-20T02:26:17.490Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18532026-08-20T02:26:17.580Z Compiling hickory-resolver v0.25.2
18542026-08-20T02:26:17.592Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18552026-08-20T02:26:17.946Z Compiling const-random-macro v0.1.16
18562026-08-20T02:26:17.967Z Compiling smartstring v1.0.1
18572026-08-20T02:26:17.979Z Compiling ahash v0.8.12
18582026-08-20T02:26:18.280Z Compiling parking_lot v0.11.2
18592026-08-20T02:26:18.339Z Compiling const-random v0.1.18
18602026-08-20T02:26:18.413Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-08-20T02:26:18.700Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18622026-08-20T02:26:18.825Z Compiling fxhash v0.2.1
18632026-08-20T02:26:18.944Z Compiling internet-checksum v0.2.1
18642026-08-20T02:26:18.965Z Compiling sled v0.34.7
18652026-08-20T02:26:19.399Z Compiling itertools v0.15.0
18662026-08-20T02:26:19.442Z Compiling thin-vec v0.2.19
18672026-08-20T02:26:19.751Z Compiling rhai_codegen v3.2.0
18682026-08-20T02:26:19.879Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18692026-08-20T02:26:19.959Z Compiling serial_test_derive v4.0.1
18702026-08-20T02:26:20.096Z Compiling diff v0.1.13
18712026-08-20T02:26:20.399Z Compiling yansi v1.0.1
18722026-08-20T02:26:20.666Z Compiling serial_test v4.0.1
18732026-08-20T02:26:20.714Z Compiling pretty_assertions v1.4.1
18742026-08-20T02:26:20.957Z Compiling rhai v1.25.1
18752026-08-20T02:26:21.813Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18762026-08-20T02:26:22.415Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-20T02:26:30.717Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-08-20T02:26:32.462Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-08-20T02:26:33.527Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18802026-08-20T02:26:34.505Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18812026-08-20T02:26:35.321Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18822026-08-20T02:26:36.488Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18832026-08-20T02:27:11.998Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
18842026-08-20T02:27:12.156Z────────────
18852026-08-20T02:27:12.156Z Nextest run ID bcdb7927-ec95-4d7f-9421-9cdc66dc1a42 with nextest profile: default
18862026-08-20T02:27:12.156Z Starting 158 tests across 3 binaries
18872026-08-20T02:27:12.183Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len
18882026-08-20T02:27:12.184Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch
18892026-08-20T02:27:12.199Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip
18902026-08-20T02:27:12.199Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18912026-08-20T02:27:12.199Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18922026-08-20T02:27:12.199Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18932026-08-20T02:27:12.199Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
18942026-08-20T02:27:12.199Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18952026-08-20T02:27:12.199Z PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
18962026-08-20T02:27:12.200Z PASS [ 0.013s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
18972026-08-20T02:27:12.200Z PASS [ 0.012s] bgp messages::tests::duplicate_origin_attrs_deduplicated
18982026-08-20T02:27:12.200Z PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
18992026-08-20T02:27:12.200Z PASS [ 0.012s] bgp messages::tests::empty_update_end_of_rib
19002026-08-20T02:27:12.200Z PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19012026-08-20T02:27:12.200Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19022026-08-20T02:27:12.200Z PASS [ 0.013s] bgp messages::tests::header_round_trip
19032026-08-20T02:27:12.222Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_maximum_length
19042026-08-20T02:27:12.222Z PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19052026-08-20T02:27:12.223Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_minimum_length
19062026-08-20T02:27:12.223Z PASS [ 0.012s] bgp messages::tests::header_tests::new_rejects_length_too_large
19072026-08-20T02:27:12.223Z PASS [ 0.012s] bgp messages::tests::header_tests::new_rejects_length_too_small
19082026-08-20T02:27:12.223Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19092026-08-20T02:27:12.223Z PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_max_length_header
19102026-08-20T02:27:12.223Z PASS [ 0.012s] bgp messages::tests::ipv4_unicast_dual_encoding
19112026-08-20T02:27:12.223Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19122026-08-20T02:27:12.223Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19132026-08-20T02:27:12.223Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19142026-08-20T02:27:12.223Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19152026-08-20T02:27:12.223Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19162026-08-20T02:27:12.223Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19172026-08-20T02:27:12.223Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19182026-08-20T02:27:12.223Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19192026-08-20T02:27:12.238Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19202026-08-20T02:27:12.238Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19212026-08-20T02:27:12.238Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19222026-08-20T02:27:12.238Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19232026-08-20T02:27:12.238Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19242026-08-20T02:27:12.238Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19252026-08-20T02:27:12.238Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19262026-08-20T02:27:12.238Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19272026-08-20T02:27:12.239Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19282026-08-20T02:27:12.239Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19292026-08-20T02:27:12.239Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19302026-08-20T02:27:12.239Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19312026-08-20T02:27:12.239Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19322026-08-20T02:27:12.239Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19332026-08-20T02:27:12.239Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19342026-08-20T02:27:12.239Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19352026-08-20T02:27:12.253Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19362026-08-20T02:27:12.253Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19372026-08-20T02:27:12.254Z PASS [ 0.012s] bgp messages::tests::mp_bgp_attributes_encoded_first
19382026-08-20T02:27:12.254Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19392026-08-20T02:27:12.254Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19402026-08-20T02:27:12.254Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19412026-08-20T02:27:12.254Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_round_trip
19422026-08-20T02:27:12.254Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19432026-08-20T02:27:12.277Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19442026-08-20T02:27:12.277Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19452026-08-20T02:27:12.277Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_round_trip
19462026-08-20T02:27:12.277Z PASS [ 0.012s] bgp messages::tests::notification_round_trip
19472026-08-20T02:27:12.278Z PASS [ 0.012s] bgp messages::tests::prefix_within
19482026-08-20T02:27:12.278Z PASS [ 0.012s] bgp messages::tests::prefix_conversion
19492026-08-20T02:27:12.278Z PASS [ 0.013s] bgp messages::tests::open_round_trip_extended_nexthop
19502026-08-20T02:27:12.278Z PASS [ 0.013s] bgp messages::tests::open_round_trip
19512026-08-20T02:27:12.293Z PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19522026-08-20T02:27:12.293Z PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19532026-08-20T02:27:12.293Z PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19542026-08-20T02:27:12.293Z PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19552026-08-20T02:27:12.293Z PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19562026-08-20T02:27:12.293Z PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19572026-08-20T02:27:12.293Z PASS [ 0.014s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19582026-08-20T02:27:12.293Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19592026-08-20T02:27:12.293Z PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19602026-08-20T02:27:12.293Z PASS [ 0.013s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19612026-08-20T02:27:12.293Z PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19622026-08-20T02:27:12.293Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19632026-08-20T02:27:12.294Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19642026-08-20T02:27:12.294Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19652026-08-20T02:27:12.294Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19662026-08-20T02:27:12.294Z PASS [ 0.014s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19672026-08-20T02:27:12.307Z PASS [ 0.013s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19682026-08-20T02:27:12.307Z PASS [ 0.012s] bgp messages::tests::update_round_trip
19692026-08-20T02:27:12.307Z PASS [ 0.013s] bgp messages::tests::route_refresh_round_trip
19702026-08-20T02:27:12.307Z PASS [ 0.013s] bgp messages::tests::test_nexthop_length_validation
19712026-08-20T02:27:12.323Z PASS [ 0.025s] bgp policy::test::open_add_4byte_as
19722026-08-20T02:27:12.323Z PASS [ 0.027s] bgp policy::test::open_require_4byte_as
19732026-08-20T02:27:12.323Z PASS [ 0.027s] bgp policy::test::update_drop_on_no_export
19742026-08-20T02:27:12.323Z PASS [ 0.028s] bgp policy::test::shape_update_prefixes
19752026-08-20T02:27:12.324Z PASS [ 0.018s] bgp proptest::prop_ipv4_prefixes_roundtrip
19762026-08-20T02:27:12.325Z PASS [ 0.018s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19772026-08-20T02:27:12.325Z PASS [ 0.022s] bgp policy::test::update_shape_community
19782026-08-20T02:27:12.346Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
19792026-08-20T02:27:12.346Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19802026-08-20T02:27:12.346Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19812026-08-20T02:27:12.347Z PASS [ 0.032s] bgp proptest::prop_encode_decode_semantic_equivalence
19822026-08-20T02:27:12.347Z PASS [ 0.017s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19832026-08-20T02:27:12.347Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
19842026-08-20T02:27:12.347Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19852026-08-20T02:27:12.347Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19862026-08-20T02:27:12.358Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
19872026-08-20T02:27:12.358Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19882026-08-20T02:27:12.362Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19892026-08-20T02:27:12.362Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19902026-08-20T02:27:12.362Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
19912026-08-20T02:27:12.363Z PASS [ 0.009s] bgp session::tests::shutdown_state_transitions
19922026-08-20T02:27:12.363Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19932026-08-20T02:27:12.363Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
19942026-08-20T02:27:12.363Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19952026-08-20T02:27:12.363Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
19962026-08-20T02:27:12.363Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19972026-08-20T02:27:12.382Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
19982026-08-20T02:27:12.383Z PASS [ 0.009s] bgp session::tests::test_resolve_collision_decision
19992026-08-20T02:27:12.383Z PASS [ 0.030s] bgp proptest::prop_update_traditional_roundtrip
20002026-08-20T02:27:12.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20012026-08-20T02:27:12.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20022026-08-20T02:27:12.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20032026-08-20T02:27:12.383Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20042026-08-20T02:27:12.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20052026-08-20T02:27:12.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20062026-08-20T02:27:12.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20072026-08-20T02:27:12.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20082026-08-20T02:27:12.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20092026-08-20T02:27:12.414Z PASS [ 0.055s] bgp test::router_teardown_leaves_other_routers_sessions_alone
20102026-08-20T02:27:12.420Z PASS [ 0.057s] bgp test::recreated_router_does_not_claim_predecessors_sessions
20112026-08-20T02:27:12.622Z PASS [ 0.258s] bgp test::admin_events_do_not_reach_other_routers_sessions
20122026-08-20T02:27:15.426Z PASS [ 3.065s] bgp test::test_basic_peering_active
20132026-08-20T02:27:15.439Z PASS [ 3.063s] bgp test::test_basic_peering_passive
20142026-08-20T02:27:15.439Z PASS [ 3.063s] bgp test::test_basic_update
20152026-08-20T02:27:15.454Z PASS [ 3.073s] bgp test::test_basic_peering_passive_tcp
20162026-08-20T02:27:15.485Z PASS [ 3.069s] bgp test::test_basic_update_ipv6
20172026-08-20T02:27:15.498Z PASS [ 3.081s] bgp test::test_basic_update_ipv6_tcp
20182026-08-20T02:27:15.696Z PASS [ 3.080s] bgp test::test_basic_update_tcp
20192026-08-20T02:27:16.460Z PASS [ 4.079s] bgp test::test_basic_peering_active_tcp
20202026-08-20T02:27:18.551Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_active
20212026-08-20T02:27:18.762Z PASS [ 3.064s] bgp test::test_ipv6_basic_peering_passive
20222026-08-20T02:27:19.506Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv4_peer_success
20232026-08-20T02:27:19.523Z PASS [ 4.078s] bgp test::test_dual_stack_routes_ipv6_peer_success
20242026-08-20T02:27:19.523Z PASS [ 4.076s] bgp test::test_import_export_policy_filtering
20252026-08-20T02:27:19.523Z PASS [ 4.077s] bgp test::test_ipv4_routes_ipv6_peer_success
20262026-08-20T02:27:19.535Z PASS [ 3.075s] bgp test::test_ipv6_basic_peering_passive_tcp
20272026-08-20T02:27:19.578Z PASS [ 4.078s] bgp test::test_ipv6_basic_peering_active_tcp
20282026-08-20T02:27:19.824Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20292026-08-20T02:27:20.607Z PASS [ 1.101s] bgp test::test_three_router_chain_tcp
20302026-08-20T02:27:20.614Z PASS [ 1.092s] bgp test::test_three_router_chain_tcp_ipv6
20312026-08-20T02:27:21.599Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20322026-08-20T02:27:21.671Z PASS [ 1.064s] bgp test::test_unnumbered_ndp_change
20332026-08-20T02:27:22.431Z PASS [ 2.925s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20342026-08-20T02:27:22.439Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20352026-08-20T02:27:22.447Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20362026-08-20T02:27:22.448Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20372026-08-20T02:27:22.463Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20382026-08-20T02:27:22.585Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
20392026-08-20T02:27:22.625Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20402026-08-20T02:27:24.640Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20412026-08-20T02:27:26.837Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20422026-08-20T02:27:29.672Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20432026-08-20T02:27:30.734Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20442026-08-20T02:27:37.887Z PASS [ 18.062s] bgp test::test_unnumbered_interface_lifecycle
20452026-08-20T02:27:37.887Z────────────
20462026-08-20T02:27:37.888Z Summary [ 25.730s] 158 tests run: 158 passed, 0 skipped
20472026-08-20T02:27:37.898Z+ 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/
20482026-08-20T02:27:37.903Z+ popd
20492026-08-20T02:27:37.903Z+ pushd mgd
20502026-08-20T02:27:37.903Z/work/oxidecomputer/maghemite
20512026-08-20T02:27:37.903Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20522026-08-20T02:27:37.907Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20532026-08-20T02:27:39.130Z Compiling slog v2.8.2
20542026-08-20T02:27:39.230Z Compiling usdt v0.6.0
20552026-08-20T02:27:39.323Z Compiling papergrid v0.18.0
20562026-08-20T02:27:39.323Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
20572026-08-20T02:27:39.332Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
20582026-08-20T02:27:39.361Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20592026-08-20T02:27:39.584Z Compiling crc8 v0.1.1
20602026-08-20T02:27:39.597Z Compiling slog-json v2.6.1
20612026-08-20T02:27:39.597Z Compiling slog-async v2.8.0
20622026-08-20T02:27:39.634Z Compiling slog-term v2.9.2
20632026-08-20T02:27:39.655Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20642026-08-20T02:27:39.937Z Compiling slog-bunyan v2.5.0
20652026-08-20T02:27:39.977Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-08-20T02:27:40.075Z Compiling dropshot v0.17.1
20672026-08-20T02:27:40.135Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-08-20T02:27:40.299Z Compiling slog-dtrace v0.3.0
20692026-08-20T02:27:40.347Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20702026-08-20T02:27:40.453Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-08-20T02:27:40.478Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-08-20T02:27:40.536Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-08-20T02:27:40.619Z Compiling steno v0.4.1
20742026-08-20T02:27:41.391Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-08-20T02:27:41.521Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20762026-08-20T02:27:41.629Z Compiling tabled v0.21.0
20772026-08-20T02:27:42.127Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
20782026-08-20T02:27:43.688Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-08-20T02:27:44.449Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-08-20T02:27:44.462Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-08-20T02:27:45.599Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
20822026-08-20T02:27:46.525Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20832026-08-20T02:27:46.639Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-08-20T02:27:46.728Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20852026-08-20T02:27:47.006Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
20862026-08-20T02:27:47.128Z Compiling dropshot-api-manager-types v0.7.2
20872026-08-20T02:27:47.512Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20882026-08-20T02:27:47.594Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
20892026-08-20T02:27:47.630Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20902026-08-20T02:27:49.553Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-08-20T02:27:49.795Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-08-20T02:27:49.887Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-08-20T02:27:50.007Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20942026-08-20T02:27:52.840Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-08-20T02:27:52.852Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-08-20T02:27:52.912Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20972026-08-20T02:27:52.912Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-08-20T02:27:52.912Z Compiling port-file v0.1.0
20992026-08-20T02:27:52.912Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-08-20T02:27:52.912Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21012026-08-20T02:27:52.912Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21022026-08-20T02:27:57.640Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-08-20T02:27:57.640Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-08-20T02:27:58.211Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-08-20T02:27:58.399Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21062026-08-20T02:27:58.502Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-08-20T02:27:58.518Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-08-20T02:27:58.795Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-08-20T02:28:06.691Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-08-20T02:28:14.332Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-08-20T02:28:15.965Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-08-20T02:28:17.026Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21132026-08-20T02:28:18.011Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21142026-08-20T02:28:18.832Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21152026-08-20T02:28:20.015Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21162026-08-20T02:28:20.015Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21172026-08-20T02:28:20.019Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21182026-08-20T02:28:25.961Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21192026-08-20T02:28:56.745Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
21202026-08-20T02:28:56.914Z────────────
21212026-08-20T02:28:56.914Z Nextest run ID be2db4a9-3401-4d22-afc5-31e0895a9085 with nextest profile: default
21222026-08-20T02:28:56.914Z Starting 44 tests across 3 binaries
21232026-08-20T02:28:56.919Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21242026-08-20T02:28:56.922Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21252026-08-20T02:28:56.923Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21262026-08-20T02:28:56.923Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21272026-08-20T02:28:56.973Z PASS [ 0.057s] mgd::bin/mgd bfd_admin::tests::add_peer_skips_runtime_on_db_conflict
21282026-08-20T02:28:56.973Z PASS [ 0.058s] mgd::bin/mgd bfd_admin::tests::add_peer_writes_db
21292026-08-20T02:28:56.973Z PASS [ 0.057s] mgd::bin/mgd bfd_admin::tests::remove_peer_cleans_up_db_only_peer
21302026-08-20T02:28:56.973Z PASS [ 0.058s] mgd::bin/mgd bfd_admin::tests::add_peer_rolls_back_db_on_runtime_error
21312026-08-20T02:28:56.977Z PASS [ 0.055s] mgd::bin/mgd bfd_admin::tests::remove_peer_cleans_up_runtime_only_peer
21322026-08-20T02:28:56.977Z PASS [ 0.055s] mgd::bin/mgd bfd_admin::tests::remove_peer_deletes_db_entry
21332026-08-20T02:28:56.977Z PASS [ 0.055s] mgd::bin/mgd bfd_admin::tests::restore_peers_leaves_db_unchanged
21342026-08-20T02:28:56.996Z PASS [ 0.071s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
21352026-08-20T02:28:57.034Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21362026-08-20T02:28:57.034Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21372026-08-20T02:28:57.038Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21382026-08-20T02:28:57.038Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21392026-08-20T02:28:57.039Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
21402026-08-20T02:28:57.042Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21412026-08-20T02:28:57.049Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21422026-08-20T02:28:57.052Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21432026-08-20T02:28:57.052Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21442026-08-20T02:28:57.052Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21452026-08-20T02:28:57.057Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21462026-08-20T02:28:57.057Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21472026-08-20T02:28:57.057Z PASS [ 0.082s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
21482026-08-20T02:28:57.060Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21492026-08-20T02:28:57.066Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21502026-08-20T02:28:57.066Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21512026-08-20T02:28:57.066Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21522026-08-20T02:28:57.066Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21532026-08-20T02:28:57.066Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21542026-08-20T02:28:57.067Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21552026-08-20T02:28:57.070Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21562026-08-20T02:28:57.070Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21572026-08-20T02:28:57.073Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21582026-08-20T02:28:57.077Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21592026-08-20T02:28:57.077Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21602026-08-20T02:28:57.077Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21612026-08-20T02:28:57.077Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21622026-08-20T02:28:57.077Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21632026-08-20T02:28:57.081Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21642026-08-20T02:28:57.081Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21652026-08-20T02:28:57.084Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21662026-08-20T02:28:57.091Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21672026-08-20T02:28:57.094Z────────────
21682026-08-20T02:28:57.094Z Summary [ 0.177s] 44 tests run: 44 passed, 0 skipped
21692026-08-20T02:28:57.105Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
21702026-08-20T02:28:57.108Z+ popd
21712026-08-20T02:28:57.108Z/work/oxidecomputer/maghemite
21722026-08-20T02:28:57.108Zprocess exited: duration 360198 ms, exit code 0
 
21732026-08-20T02:28:57.116Zfound 72 output files
21742026-08-20T02:28:57.116Zuploading: /work/admin_events_do_not_reach_other_routers_sessions.log (4720 bytes)
21752026-08-20T02:28:58.129Zuploaded: /work/admin_events_do_not_reach_other_routers_sessions.log
21762026-08-20T02:28:58.132Zuploading: /work/apply_change_peer_asn.log (24964 bytes)
21772026-08-20T02:28:59.141Zuploaded: /work/apply_change_peer_asn.log
21782026-08-20T02:28:59.141Zuploading: /work/apply_empty_removes_peers.log (11663 bytes)
21792026-08-20T02:29:00.151Zuploaded: /work/apply_empty_removes_peers.log
21802026-08-20T02:29:00.151Zuploading: /work/apply_remove_entire_group.log (18100 bytes)
21812026-08-20T02:29:01.167Zuploaded: /work/apply_remove_entire_group.log
21822026-08-20T02:29:01.167Zuploading: /work/delete_router_removes_router_state.log (27042 bytes)
21832026-08-20T02:29:02.183Zuploaded: /work/delete_router_removes_router_state.log
21842026-08-20T02:29:02.183Zuploading: /work/dualstack_routes.log (125998 bytes)
21852026-08-20T02:29:03.195Zuploaded: /work/dualstack_routes.log
21862026-08-20T02:29:03.195Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2390 bytes)
21872026-08-20T02:29:04.206Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21882026-08-20T02:29:04.206Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1404 bytes)
21892026-08-20T02:29:05.216Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21902026-08-20T02:29:05.219Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2238 bytes)
21912026-08-20T02:29:06.227Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21922026-08-20T02:29:06.227Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2411 bytes)
21932026-08-20T02:29:07.236Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21942026-08-20T02:29:07.237Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2271 bytes)
21952026-08-20T02:29:08.246Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21962026-08-20T02:29:08.246Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2181 bytes)
21972026-08-20T02:29:09.261Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21982026-08-20T02:29:09.261Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3081 bytes)
21992026-08-20T02:29:10.272Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22002026-08-20T02:29:10.272Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2252 bytes)
22012026-08-20T02:29:11.284Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22022026-08-20T02:29:11.285Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2181 bytes)
22032026-08-20T02:29:12.294Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22042026-08-20T02:29:12.294Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2231 bytes)
22052026-08-20T02:29:13.304Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22062026-08-20T02:29:13.304Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2249 bytes)
22072026-08-20T02:29:14.314Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22082026-08-20T02:29:14.315Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2399 bytes)
22092026-08-20T02:29:15.324Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22102026-08-20T02:29:15.325Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4640 bytes)
22112026-08-20T02:29:16.336Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22122026-08-20T02:29:16.336Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3562 bytes)
22132026-08-20T02:29:17.346Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22142026-08-20T02:29:17.346Zuploading: /work/multiple_unnumbered.log (142656 bytes)
22152026-08-20T02:29:18.360Zuploaded: /work/multiple_unnumbered.log
22162026-08-20T02:29:18.360Zuploading: /work/ndp_change_reset.log (71754 bytes)
22172026-08-20T02:29:19.372Zuploaded: /work/ndp_change_reset.log
22182026-08-20T02:29:19.375Zuploading: /work/ndp_changes.log (91198 bytes)
22192026-08-20T02:29:20.385Zuploaded: /work/ndp_changes.log
22202026-08-20T02:29:20.385Zuploading: /work/r1.test_basic_peering_active.log (41925 bytes)
22212026-08-20T02:29:21.395Zuploaded: /work/r1.test_basic_peering_active.log
22222026-08-20T02:29:21.395Zuploading: /work/r1.test_basic_peering_active_tcp.log (49661 bytes)
22232026-08-20T02:29:22.408Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22242026-08-20T02:29:22.408Zuploading: /work/r1.test_basic_peering_passive.log (34578 bytes)
22252026-08-20T02:29:23.418Zuploaded: /work/r1.test_basic_peering_passive.log
22262026-08-20T02:29:23.419Zuploading: /work/r1.test_basic_peering_passive_tcp.log (40476 bytes)
22272026-08-20T02:29:24.445Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22282026-08-20T02:29:24.445Zuploading: /work/r1.test_basic_update.log (29132 bytes)
22292026-08-20T02:29:25.462Zuploaded: /work/r1.test_basic_update.log
22302026-08-20T02:29:25.468Zuploading: /work/r1.test_basic_update_ipv6.log (28951 bytes)
22312026-08-20T02:29:26.480Zuploaded: /work/r1.test_basic_update_ipv6.log
22322026-08-20T02:29:26.480Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31895 bytes)
22332026-08-20T02:29:27.492Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22342026-08-20T02:29:27.492Zuploading: /work/r1.test_basic_update_tcp.log (32113 bytes)
22352026-08-20T02:29:28.503Zuploaded: /work/r1.test_basic_update_tcp.log
22362026-08-20T02:29:28.503Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44566 bytes)
22372026-08-20T02:29:29.514Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22382026-08-20T02:29:29.514Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44883 bytes)
22392026-08-20T02:29:30.525Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22402026-08-20T02:29:30.525Zuploading: /work/r1.test_import_export_policy_filtering.log (41012 bytes)
22412026-08-20T02:29:31.541Zuploaded: /work/r1.test_import_export_policy_filtering.log
22422026-08-20T02:29:31.541Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35545 bytes)
22432026-08-20T02:29:32.552Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22442026-08-20T02:29:32.553Zuploading: /work/r1.test_ipv6_basic_peering_active.log (41864 bytes)
22452026-08-20T02:29:33.564Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22462026-08-20T02:29:33.564Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48774 bytes)
22472026-08-20T02:29:34.574Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22482026-08-20T02:29:34.574Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (34639 bytes)
22492026-08-20T02:29:35.585Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22502026-08-20T02:29:35.585Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40399 bytes)
22512026-08-20T02:29:36.598Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22522026-08-20T02:29:36.598Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36383 bytes)
22532026-08-20T02:29:37.609Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22542026-08-20T02:29:37.609Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30640 bytes)
22552026-08-20T02:29:38.633Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22562026-08-20T02:29:38.633Zuploading: /work/r1.test_three_router_chain_tcp.log (22663 bytes)
22572026-08-20T02:29:40.183Zuploaded: /work/r1.test_three_router_chain_tcp.log
22582026-08-20T02:29:40.183Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24780 bytes)
22592026-08-20T02:29:41.230Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22602026-08-20T02:29:41.230Zuploading: /work/r2.test_basic_peering_active.log (39938 bytes)
22612026-08-20T02:29:42.240Zuploaded: /work/r2.test_basic_peering_active.log
22622026-08-20T02:29:42.240Zuploading: /work/r2.test_basic_peering_active_tcp.log (47883 bytes)
22632026-08-20T02:29:43.250Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22642026-08-20T02:29:43.250Zuploading: /work/r2.test_basic_peering_passive.log (42839 bytes)
22652026-08-20T02:29:44.262Zuploaded: /work/r2.test_basic_peering_passive.log
22662026-08-20T02:29:44.262Zuploading: /work/r2.test_basic_peering_passive_tcp.log (48385 bytes)
22672026-08-20T02:29:45.272Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22682026-08-20T02:29:45.272Zuploading: /work/r2.test_basic_update.log (27275 bytes)
22692026-08-20T02:29:46.281Zuploaded: /work/r2.test_basic_update.log
22702026-08-20T02:29:46.281Zuploading: /work/r2.test_basic_update_ipv6.log (27498 bytes)
22712026-08-20T02:29:47.290Zuploaded: /work/r2.test_basic_update_ipv6.log
22722026-08-20T02:29:47.290Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (33984 bytes)
22732026-08-20T02:29:48.301Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22742026-08-20T02:29:48.301Zuploading: /work/r2.test_basic_update_tcp.log (33989 bytes)
22752026-08-20T02:29:49.312Zuploaded: /work/r2.test_basic_update_tcp.log
22762026-08-20T02:29:49.312Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (45106 bytes)
22772026-08-20T02:29:50.324Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22782026-08-20T02:29:50.326Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (45346 bytes)
22792026-08-20T02:29:51.334Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22802026-08-20T02:29:51.334Zuploading: /work/r2.test_import_export_policy_filtering.log (37755 bytes)
22812026-08-20T02:29:52.344Zuploaded: /work/r2.test_import_export_policy_filtering.log
22822026-08-20T02:29:52.344Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (39684 bytes)
22832026-08-20T02:29:53.355Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22842026-08-20T02:29:53.355Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39898 bytes)
22852026-08-20T02:29:54.368Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22862026-08-20T02:29:54.377Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47662 bytes)
22872026-08-20T02:29:55.383Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22882026-08-20T02:29:55.383Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (42911 bytes)
22892026-08-20T02:29:56.394Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22902026-08-20T02:29:56.394Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48266 bytes)
22912026-08-20T02:29:57.407Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22922026-08-20T02:29:57.407Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39552 bytes)
22932026-08-20T02:29:58.419Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22942026-08-20T02:29:58.419Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (29071 bytes)
22952026-08-20T02:29:59.427Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22962026-08-20T02:29:59.428Zuploading: /work/r2.test_three_router_chain_tcp.log (44002 bytes)
22972026-08-20T02:30:00.437Zuploaded: /work/r2.test_three_router_chain_tcp.log
22982026-08-20T02:30:00.437Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (47006 bytes)
22992026-08-20T02:30:01.449Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23002026-08-20T02:30:01.449Zuploading: /work/r3.test_three_router_chain_tcp.log (23737 bytes)
23012026-08-20T02:30:02.458Zuploaded: /work/r3.test_three_router_chain_tcp.log
23022026-08-20T02:30:02.458Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (23780 bytes)
23032026-08-20T02:30:03.471Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23042026-08-20T02:30:03.471Zuploading: /work/recreated_router_does_not_claim_predecessors_sessions.log (999 bytes)
23052026-08-20T02:30:04.479Zuploaded: /work/recreated_router_does_not_claim_predecessors_sessions.log
23062026-08-20T02:30:04.480Zuploading: /work/router_teardown_leaves_other_routers_sessions_alone.log (1241 bytes)
23072026-08-20T02:30:05.489Zuploaded: /work/router_teardown_leaves_other_routers_sessions_alone.log
23082026-08-20T02:30:05.489Zuploading: /work/same_linklocal.log (130273 bytes)
23092026-08-20T02:30:06.501Zuploaded: /work/same_linklocal.log
23102026-08-20T02:30:06.501Zuploading: /work/three_chain.log (173553 bytes)
23112026-08-20T02:30:07.516Zuploaded: /work/three_chain.log
23122026-08-20T02:30:07.516Zuploading: /work/unnumbered_expiry.log (90826 bytes)
23132026-08-20T02:30:08.546Zuploaded: /work/unnumbered_expiry.log
23142026-08-20T02:30:08.546Zuploading: /work/unnumbered_interface_lifecycle.log (123944 bytes)
23152026-08-20T02:30:09.573Zuploaded: /work/unnumbered_interface_lifecycle.log
23162026-08-20T02:30:09.573Zuploading: /work/unnumbered_peer_change.log (81157 bytes)
23172026-08-20T02:30:13.021Zuploaded: /work/unnumbered_peer_change.log