01KP9EN31VD6RTSG977ZEE0ZB4: test-bgp

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

Buildomat Job: 01KP9ENH9JVQF02X9M5BEBSGC7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-15T20:54:15.079Zjob assigned to worker 01KP9EQ6BVEDSQATM5699B5WSK [factory aws, i-047f253530a03de3f] (queued for 1 m 42 s)
 
22026-04-15T20:54:21.727Zstarting task 0: "setup"
32026-04-15T20:54:21.732Z++ uname -s
42026-04-15T20:54:21.736Z+ kern=SunOS
52026-04-15T20:54:21.736Z+ build_user=build
62026-04-15T20:54:21.736Z+ build_uid=12345
72026-04-15T20:54:21.736Z+ work_dir=/work
82026-04-15T20:54:21.736Z+ input_dir=/input
92026-04-15T20:54:21.736Z+ [[ 0 == 12345 ]]
102026-04-15T20:54:21.736Z+ case "$kern" in
112026-04-15T20:54:21.736Z+ groupadd -g 12345 build
122026-04-15T20:54:21.736Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-15T20:54:23.743Z+ zfs create -o mountpoint=/work rpool/work
142026-04-15T20:54:23.864Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-15T20:54:23.868Z+ home_fs=zfs
162026-04-15T20:54:23.868Z+ [[ zfs == autofs ]]
172026-04-15T20:54:23.868Z+ mkdir -p /home/build
182026-04-15T20:54:23.868Z+ chown build:build /home/build /work
192026-04-15T20:54:25.867Z+ chmod 0700 /home/build /work
202026-04-15T20:54:25.871Zprocess exited: duration 4143 ms, exit code 0
 
212026-04-15T20:54:25.879Zstarting task 1: "rust-toolchain"
222026-04-15T20:54:25.883Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-15T20:54:25.883Z * rust toolchain channel = "stable"
242026-04-15T20:54:25.883Z * rust toolchain profile = "default"
252026-04-15T20:54:25.883Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-15T20:54:25.883Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-15T20:54:25.883Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-15T20:54:25.887Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-15T20:54:25.887Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-15T20:54:26.015Zinfo: downloading installer
312026-04-15T20:54:27.646Zwarn: It looks like you have an existing installation of Rust at:
322026-04-15T20:54:27.646Zwarn: /opt/ooce/bin
332026-04-15T20:54:27.646Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-15T20:54:27.646Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-15T20:54:27.646Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-15T20:54:27.646Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-15T20:54:27.646Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-15T20:54:27.646Zerror: cannot install while Rust is installed
392026-04-15T20:54:27.646Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-15T20:54:27.647Zwarn: It looks like you have an existing rustup settings file at:
412026-04-15T20:54:27.647Zwarn: /home/build/.rustup/settings.toml
422026-04-15T20:54:27.647Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-15T20:54:27.647Zwarn: instead of the one inferred from the default host triple.
442026-04-15T20:54:27.660Zinfo: profile set to default
452026-04-15T20:54:27.660Zinfo: default host triple is x86_64-unknown-illumos
462026-04-15T20:54:27.664Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-15T20:54:27.819Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-15T20:54:27.823Zinfo: downloading 6 components
492026-04-15T20:54:43.171Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-15T20:54:43.172Z
512026-04-15T20:54:43.201Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-15T20:54:43.201Z
532026-04-15T20:54:43.201Z
542026-04-15T20:54:43.201ZRust is installed now. Great!
552026-04-15T20:54:43.201Z
562026-04-15T20:54:43.205ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-15T20:54:43.205Zenvironment variable. This has not been done automatically.
582026-04-15T20:54:43.205Z
592026-04-15T20:54:43.205ZTo configure your current shell, you need to source
602026-04-15T20:54:43.205Zthe corresponding env file under $HOME/.cargo.
612026-04-15T20:54:43.205Z
622026-04-15T20:54:43.205ZThis is usually done by running one of the following (note the leading DOT):
632026-04-15T20:54:43.205Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-15T20:54:43.205Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-15T20:54:43.205Zsource "~/.cargo/env.nu" # For nushell
662026-04-15T20:54:43.205Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-15T20:54:43.205Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-15T20:54:43.205Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-15T20:54:43.205Zwarn: no default linker (`cc`) was found in your PATH
702026-04-15T20:54:43.205Zwarn: many Rust crates require a system C toolchain to build
712026-04-15T20:54:43.291Z+ rustup --version
722026-04-15T20:54:43.301Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-15T20:54:43.305Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-15T20:54:43.323Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-15T20:54:43.326Z+ cargo --version
762026-04-15T20:54:43.339Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-15T20:54:43.342Z+ rustc --version
782026-04-15T20:54:43.360Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-15T20:54:43.363Zprocess exited: duration 17480 ms, exit code 0
 
802026-04-15T20:54:43.371Zstarting task 2: "authentication"
812026-04-15T20:54:43.389Zprocess exited: duration 17 ms, exit code 0
 
822026-04-15T20:54:43.398Zstarting task 3: "clone repository"
832026-04-15T20:54:43.406Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-15T20:54:43.406Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-15T20:54:43.433ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-15T20:54:46.337Z+ cd /work/oxidecomputer/maghemite
872026-04-15T20:54:46.337Z+ git fetch origin 21bae487965245b0e25348bd0573fe5a3b8937ec
882026-04-15T20:54:46.833ZFrom https://github.com/oxidecomputer/maghemite
892026-04-15T20:54:46.833Z * branch 21bae487965245b0e25348bd0573fe5a3b8937ec -> FETCH_HEAD
902026-04-15T20:54:46.840Z+ [[ -n '' ]]
912026-04-15T20:54:46.840Z+ git reset --hard 21bae487965245b0e25348bd0573fe5a3b8937ec
922026-04-15T20:54:46.858ZHEAD is now at 21bae48 Bump thin-vec from 0.2.14 to 0.2.16
932026-04-15T20:54:46.862Zprocess exited: duration 3461 ms, exit code 0
 
942026-04-15T20:54:46.872Zstarting task 4: "build"
952026-04-15T20:54:46.877Z+ set -e
962026-04-15T20:54:46.877Z+ source .github/buildomat/test-common.sh
972026-04-15T20:54:46.877Z++ NEXTEST_VERSION=0.9.97
982026-04-15T20:54:46.877Z++ PLATFORM=illumos
992026-04-15T20:54:46.877Z++ banner install
1002026-04-15T20:54:46.882Z
1012026-04-15T20:54:46.882Z # # # #### ##### ## # #
1022026-04-15T20:54:46.882Z # ## # # # # # # #
1032026-04-15T20:54:46.882Z # # # # #### # # # # #
1042026-04-15T20:54:46.882Z # # # # # # ###### # #
1052026-04-15T20:54:46.882Z # # ## # # # # # # #
1062026-04-15T20:54:46.882Z # # # #### # # # ###### ######
1072026-04-15T20:54:46.882Z
1082026-04-15T20:54:46.882Z++ set +o errexit
1092026-04-15T20:54:46.882Z++ pkg info clang-15
1102026-04-15T20:54:46.882Z++ grep -qi installed
1112026-04-15T20:54:48.070Zpkg: info: no packages matching the following patterns you specified are
1122026-04-15T20:54:48.070Zinstalled on the system. Try querying remotely instead:
1132026-04-15T20:54:48.070Z
1142026-04-15T20:54:48.070Z clang-15
1152026-04-15T20:54:48.111Z++ [[ 1 != 0 ]]
1162026-04-15T20:54:48.111Z++ set -o errexit
1172026-04-15T20:54:48.115Z++ pfexec pkg install clang-15
1182026-04-15T20:54:55.940Z Startup: Refreshing catalog 'helios-dev' ... Done
1192026-04-15T20:55:03.547Z Startup: Caching catalogs ... Done
1202026-04-15T20:55:09.029ZPlanning: Solver setup ... Done
1212026-04-15T20:55:09.477ZPlanning: Running solver ... Done
1222026-04-15T20:55:09.608ZPlanning: Finding local manifests ... Done
1232026-04-15T20:55:09.627ZPlanning: Fetching manifests: 0/2 0% complete
1242026-04-15T20:55:09.728ZPlanning: Fetching manifests: 2/2 100% complete
1252026-04-15T20:55:09.758ZPlanning: Package planning ... Done
1262026-04-15T20:55:09.783ZPlanning: Merging actions ... Done
1272026-04-15T20:55:09.895ZPlanning: Checking for conflicting actions ... Done
1282026-04-15T20:55:09.901ZPlanning: Consolidating action changes ... Done
1292026-04-15T20:55:10.686ZPlanning: Evaluating mediators ... Done
1302026-04-15T20:55:10.690ZPlanning: Planning completed in 6.97 seconds
1312026-04-15T20:55:10.699Z Packages to install: 2
1322026-04-15T20:55:10.703Z Mediators to change: 2
1332026-04-15T20:55:10.703Z Services to change: 1
1342026-04-15T20:55:10.704Z Create boot environment: No
1352026-04-15T20:55:10.704ZCreate backup boot environment: No
1362026-04-15T20:55:10.745Z
1372026-04-15T20:55:10.745ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1382026-04-15T20:55:15.743ZDownload: 1047/3076 items 107.9/211.3MB 51% complete (21.5M/s)
1392026-04-15T20:55:20.745ZDownload: 2381/3076 items 119.2/211.3MB 56% complete (12.0M/s)
1402026-04-15T20:55:25.252ZDownload: Completed 211.31 MB in 14.51 seconds (14.6M/s)
1412026-04-15T20:55:25.496Z Actions: 1/3418 actions (Installing new actions)
1422026-04-15T20:55:28.651Z Actions: Completed 3418 actions in 3.15 seconds.
1432026-04-15T20:55:28.948Z Done
1442026-04-15T20:55:28.948Z Done
1452026-04-15T20:55:29.679Z Done
1462026-04-15T20:55:32.862Z Done
1472026-04-15T20:55:32.939Z Done
1482026-04-15T20:55:32.943Z Done
1492026-04-15T20:55:33.249Z Done
1502026-04-15T20:55:33.928Z++ set -o errexit
1512026-04-15T20:55:33.928Z++ cargo --version
1522026-04-15T20:55:33.935Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1532026-04-15T20:55:34.089Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1542026-04-15T20:55:34.093Zinfo: downloading 6 components
1552026-04-15T20:55:49.689Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1562026-04-15T20:55:49.693Z++ rustc --version
1572026-04-15T20:55:49.718Zrustc 1.94.1 (e408947bf 2026-03-25)
1582026-04-15T20:55:49.724Z++ cargo install cargo-nextest --version 0.9.97
1592026-04-15T20:55:49.768Z Updating crates.io index
1602026-04-15T20:55:49.870Z Downloading crates ...
1612026-04-15T20:55:49.927Z Downloaded cargo-nextest v0.9.97
1622026-04-15T20:55:49.990Z Installing cargo-nextest v0.9.97
1632026-04-15T20:55:50.030Z Updating crates.io index
1642026-04-15T20:55:52.647Z Locking 407 packages to latest compatible versions
1652026-04-15T20:55:52.651Z Adding dialoguer v0.11.0 (available: v0.12.0)
1662026-04-15T20:55:52.655Z Adding duct v0.13.7 (available: v1.1.1)
1672026-04-15T20:55:52.655Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1682026-04-15T20:55:52.655Z Adding generic-array v0.14.7 (available: v0.14.9)
1692026-04-15T20:55:52.659Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1702026-04-15T20:55:52.659Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1712026-04-15T20:55:52.659Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1722026-04-15T20:55:52.662Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1732026-04-15T20:55:52.662Z Adding quick-junit v0.5.2 (available: v0.6.0)
1742026-04-15T20:55:52.682Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1752026-04-15T20:55:52.691Z Downloading crates ...
1762026-04-15T20:55:52.760Z Downloaded adler2 v2.0.1
1772026-04-15T20:55:52.768Z Downloaded async-scoped v0.9.0
1782026-04-15T20:55:52.774Z Downloaded debug-ignore v1.0.5
1792026-04-15T20:55:52.777Z Downloaded equivalent v1.0.2
1802026-04-15T20:55:52.782Z Downloaded color-spantrace v0.3.0
1812026-04-15T20:55:52.782Z Downloaded base64ct v1.8.3
1822026-04-15T20:55:52.782Z Downloaded http-body v1.0.1
1832026-04-15T20:55:52.786Z Downloaded futures-task v0.3.32
1842026-04-15T20:55:52.786Z Downloaded futures-core v0.3.32
1852026-04-15T20:55:52.789Z Downloaded home v0.5.12
1862026-04-15T20:55:52.789Z Downloaded block-buffer v0.10.4
1872026-04-15T20:55:52.793Z Downloaded http-body-util v0.1.3
1882026-04-15T20:55:52.793Z Downloaded iana-time-zone v0.1.65
1892026-04-15T20:55:52.797Z Downloaded futures-io v0.3.32
1902026-04-15T20:55:52.801Z Downloaded is_ci v1.2.0
1912026-04-15T20:55:52.805Z Downloaded future-queue v0.4.0
1922026-04-15T20:55:52.805Z Downloaded pin-project-lite v0.2.17
1932026-04-15T20:55:52.808Z Downloaded duct v0.13.7
1942026-04-15T20:55:52.812Z Downloaded addr2line v0.25.1
1952026-04-15T20:55:52.812Z Downloaded getrandom v0.2.17
1962026-04-15T20:55:52.816Z Downloaded fnv v1.0.7
1972026-04-15T20:55:52.816Z Downloaded parking_lot_core v0.9.12
1982026-04-15T20:55:52.816Z Downloaded crypto-common v0.1.7
1992026-04-15T20:55:52.819Z Downloaded convert_case v0.10.0
2002026-04-15T20:55:52.823Z Downloaded percent-encoding v2.3.2
2012026-04-15T20:55:52.823Z Downloaded number_prefix v0.4.0
2022026-04-15T20:55:52.826Z Downloaded cargo_metadata v0.20.0
2032026-04-15T20:55:52.827Z Downloaded idna v1.1.0
2042026-04-15T20:55:52.830Z Downloaded colorchoice v1.0.5
2052026-04-15T20:55:52.830Z Downloaded bitflags v2.11.1
2062026-04-15T20:55:52.834Z Downloaded pathdiff v0.2.3
2072026-04-15T20:55:52.834Z Downloaded nextest-workspace-hack v0.1.0
2082026-04-15T20:55:52.838Z Downloaded foreign-types-shared v0.1.1
2092026-04-15T20:55:52.838Z Downloaded foreign-types v0.3.2
2102026-04-15T20:55:52.838Z Downloaded openssl-probe v0.2.1
2112026-04-15T20:55:52.841Z Downloaded backtrace-ext v0.2.1
2122026-04-15T20:55:52.841Z Downloaded globset v0.4.18
2132026-04-15T20:55:52.841Z Downloaded fixedbitset v0.5.7
2142026-04-15T20:55:52.845Z Downloaded futures-sink v0.3.32
2152026-04-15T20:55:52.849Z Downloaded anstyle-query v1.1.5
2162026-04-15T20:55:52.849Z Downloaded enable-ansi-support v0.2.1
2172026-04-15T20:55:52.849Z Downloaded cfg_aliases v0.2.1
2182026-04-15T20:55:52.854Z Downloaded atomic-waker v1.1.2
2192026-04-15T20:55:52.854Z Downloaded rustc-hash v2.1.2
2202026-04-15T20:55:52.854Z Downloaded nested v0.1.1
2212026-04-15T20:55:52.854Z Downloaded openssl-macros v0.1.1
2222026-04-15T20:55:52.858Z Downloaded humantime-serde v1.1.1
2232026-04-15T20:55:52.858Z Downloaded clap_lex v1.1.0
2242026-04-15T20:55:52.863Z Downloaded pkcs8 v0.10.2
2252026-04-15T20:55:52.863Z Downloaded generic-array v0.14.7
2262026-04-15T20:55:52.866Z Downloaded lazy_static v1.5.0
2272026-04-15T20:55:52.866Z Downloaded mukti-metadata v0.3.0
2282026-04-15T20:55:52.866Z Downloaded guppy-workspace-hack v0.1.0
2292026-04-15T20:55:52.870Z Downloaded is_terminal_polyfill v1.70.2
2302026-04-15T20:55:52.870Z Downloaded cfg-if v1.0.4
2312026-04-15T20:55:52.870Z Downloaded cargo-platform v0.3.2
2322026-04-15T20:55:52.870Z Downloaded indenter v0.3.4
2332026-04-15T20:55:52.874Z Downloaded hyper-tls v0.6.0
2342026-04-15T20:55:52.874Z Downloaded os_pipe v1.2.3
2352026-04-15T20:55:52.877Z Downloaded ordered-float v2.10.1
2362026-04-15T20:55:52.884Z Downloaded atomicwrites v0.4.4
2372026-04-15T20:55:52.888Z Downloaded curve25519-dalek-derive v0.1.1
2382026-04-15T20:55:52.888Z Downloaded cpufeatures v0.2.17
2392026-04-15T20:55:52.888Z Downloaded scopeguard v1.2.0
2402026-04-15T20:55:52.891Z Downloaded document-features v0.2.12
2412026-04-15T20:55:52.895Z Downloaded hex v0.4.3
2422026-04-15T20:55:52.895Z Downloaded heck v0.5.0
2432026-04-15T20:55:52.895Z Downloaded form_urlencoded v1.2.2
2442026-04-15T20:55:52.900Z Downloaded lru-slab v0.1.2
2452026-04-15T20:55:52.904Z Downloaded rustc_version v0.4.1
2462026-04-15T20:55:52.907Z Downloaded serde-value v0.7.0
2472026-04-15T20:55:52.907Z Downloaded cargo-platform v0.2.0
2482026-04-15T20:55:52.912Z Downloaded owo-colors v4.3.0
2492026-04-15T20:55:52.916Z Downloaded nextest-metadata v0.12.2
2502026-04-15T20:55:52.916Z Downloaded shell-words v1.1.1
2512026-04-15T20:55:52.916Z Downloaded serde_spanned v1.1.1
2522026-04-15T20:55:52.919Z Downloaded serde_spanned v0.6.9
2532026-04-15T20:55:52.919Z Downloaded futures v0.3.32
2542026-04-15T20:55:52.923Z Downloaded itoa v1.0.18
2552026-04-15T20:55:52.923Z Downloaded serde_urlencoded v0.7.1
2562026-04-15T20:55:52.927Z Downloaded cfg-expr v0.20.7
2572026-04-15T20:55:52.927Z Downloaded serde_ignored v0.1.14
2582026-04-15T20:55:52.930Z Downloaded errno v0.3.14
2592026-04-15T20:55:52.930Z Downloaded futures-macro v0.3.32
2602026-04-15T20:55:52.930Z Downloaded foldhash v0.1.5
2612026-04-15T20:55:52.934Z Downloaded indent_write v2.2.0
2622026-04-15T20:55:52.934Z Downloaded dialoguer v0.11.0
2632026-04-15T20:55:52.934Z Downloaded filetime v0.2.27
2642026-04-15T20:55:52.937Z Downloaded fastrand v2.4.1
2652026-04-15T20:55:52.937Z Downloaded either v1.15.0
2662026-04-15T20:55:52.937Z Downloaded anstyle v1.0.14
2672026-04-15T20:55:52.942Z Downloaded camino v1.2.2
2682026-04-15T20:55:52.942Z Downloaded anstyle-parse v1.0.0
2692026-04-15T20:55:52.942Z Downloaded rustc-demangle v0.1.27
2702026-04-15T20:55:52.946Z Downloaded futures-channel v0.3.32
2712026-04-15T20:55:52.946Z Downloaded cargo_metadata v0.23.1
2722026-04-15T20:55:52.946Z Downloaded futures-executor v0.3.32
2732026-04-15T20:55:52.946Z Downloaded clap_derive v4.6.1
2742026-04-15T20:55:52.950Z Downloaded borsh v1.6.1
2752026-04-15T20:55:52.954Z Downloaded subtle v2.6.1
2762026-04-15T20:55:52.954Z Downloaded sigchld v0.2.4
2772026-04-15T20:55:52.954Z Downloaded sync_wrapper v1.0.2
2782026-04-15T20:55:52.958Z Downloaded shared_child v1.1.1
2792026-04-15T20:55:52.958Z Downloaded strsim v0.11.1
2802026-04-15T20:55:52.958Z Downloaded strip-ansi-escapes v0.2.1
2812026-04-15T20:55:52.958Z Downloaded idna_adapter v1.0.0
2822026-04-15T20:55:52.958Z Downloaded cargo-util-schemas v0.2.0
2832026-04-15T20:55:52.964Z Downloaded anstream v1.0.0
2842026-04-15T20:55:52.964Z Downloaded swrite v0.1.0
2852026-04-15T20:55:52.964Z Downloaded supports-unicode v3.0.0
2862026-04-15T20:55:52.964Z Downloaded supports-hyperlinks v3.2.0
2872026-04-15T20:55:52.968Z Downloaded rand_core v0.6.4
2882026-04-15T20:55:52.968Z Downloaded self-replace v1.5.0
2892026-04-15T20:55:52.972Z Downloaded ed25519 v2.2.3
2902026-04-15T20:55:52.972Z Downloaded ipnet v2.12.0
2912026-04-15T20:55:52.976Z Downloaded camino-tempfile v1.4.1
2922026-04-15T20:55:52.976Z Downloaded rand_core v0.9.5
2932026-04-15T20:55:52.979Z Downloaded erased-serde v0.4.10
2942026-04-15T20:55:52.983Z Downloaded quote v1.0.45
2952026-04-15T20:55:52.983Z Downloaded serde_path_to_error v0.1.20
2962026-04-15T20:55:52.987Z Downloaded serde-untagged v0.1.9
2972026-04-15T20:55:52.987Z Downloaded autocfg v1.5.0
2982026-04-15T20:55:52.987Z Downloaded lock_api v0.4.14
2992026-04-15T20:55:52.991Z Downloaded shlex v1.3.0
3002026-04-15T20:55:52.992Z Downloaded signal-hook-mio v0.2.5
3012026-04-15T20:55:52.992Z Downloaded terminal_size v0.4.4
3022026-04-15T20:55:52.997Z Downloaded signal-hook-registry v1.4.8
3032026-04-15T20:55:53.000Z Downloaded tokio-macros v2.7.0
3042026-04-15T20:55:53.000Z Downloaded tinyvec_macros v0.1.1
3052026-04-15T20:55:53.000Z Downloaded console v0.15.11
3062026-04-15T20:55:53.005Z Downloaded quinn-udp v0.5.14
3072026-04-15T20:55:53.009Z Downloaded toml_datetime v0.6.11
3082026-04-15T20:55:53.009Z Downloaded base64 v0.22.1
3092026-04-15T20:55:53.012Z Downloaded spki v0.7.3
3102026-04-15T20:55:53.012Z Downloaded humantime v2.3.0
3112026-04-15T20:55:53.016Z Downloaded slab v0.4.12
3122026-04-15T20:55:53.016Z Downloaded simd-adler32 v0.3.9
3132026-04-15T20:55:53.016Z Downloaded toml_write v0.1.2
3142026-04-15T20:55:53.016Z Downloaded hyper-rustls v0.27.9
3152026-04-15T20:55:53.020Z Downloaded supports-color v3.0.2
3162026-04-15T20:55:53.020Z Downloaded rand_chacha v0.9.0
3172026-04-15T20:55:53.020Z Downloaded jobserver v0.1.34
3182026-04-15T20:55:53.023Z Downloaded target-spec-miette v0.4.6
3192026-04-15T20:55:53.027Z Downloaded target-lexicon v0.13.3
3202026-04-15T20:55:53.031Z Downloaded pkg-config v0.3.33
3212026-04-15T20:55:53.031Z Downloaded newtype-uuid v1.3.2
3222026-04-15T20:55:53.031Z Downloaded hyper v1.9.0
3232026-04-15T20:55:53.035Z Downloaded thiserror-impl v1.0.69
3242026-04-15T20:55:53.039Z Downloaded signature v2.2.0
3252026-04-15T20:55:53.039Z Downloaded smol_str v0.3.6
3262026-04-15T20:55:53.042Z Downloaded try-lock v0.2.5
3272026-04-15T20:55:53.042Z Downloaded eyre v0.6.12
3282026-04-15T20:55:53.046Z Downloaded unicode-linebreak v0.1.5
3292026-04-15T20:55:53.046Z Downloaded const-oid v0.9.6
3302026-04-15T20:55:53.050Z Downloaded want v0.3.1
3312026-04-15T20:55:53.050Z Downloaded untrusted v0.9.0
3322026-04-15T20:55:53.050Z Downloaded thiserror v1.0.69
3332026-04-15T20:55:53.054Z Downloaded thiserror v2.0.18
3342026-04-15T20:55:53.058Z Downloaded static_assertions v1.1.0
3352026-04-15T20:55:53.058Z Downloaded find-msvc-tools v0.1.9
3362026-04-15T20:55:53.058Z Downloaded ppv-lite86 v0.2.21
3372026-04-15T20:55:53.058Z Downloaded digest v0.10.7
3382026-04-15T20:55:53.061Z Downloaded tower-service v0.3.3
3392026-04-15T20:55:53.061Z Downloaded tower-layer v0.3.3
3402026-04-15T20:55:53.061Z Downloaded litrs v1.0.0
3412026-04-15T20:55:53.065Z Downloaded rustls-pki-types v1.14.0
3422026-04-15T20:55:53.069Z Downloaded nextest-filtering v0.15.0
3432026-04-15T20:55:53.069Z Downloaded parking_lot v0.12.5
3442026-04-15T20:55:53.074Z Downloaded native-tls v0.2.18
3452026-04-15T20:55:53.074Z Downloaded urlencoding v2.1.3
3462026-04-15T20:55:53.074Z Downloaded version_check v0.9.5
3472026-04-15T20:55:53.078Z Downloaded thiserror-impl v2.0.18
3482026-04-15T20:55:53.078Z Downloaded once_cell v1.21.4
3492026-04-15T20:55:53.078Z Downloaded getrandom v0.4.2
3502026-04-15T20:55:53.081Z Downloaded tokio-native-tls v0.3.1
3512026-04-15T20:55:53.081Z Downloaded crc32fast v1.5.0
3522026-04-15T20:55:53.081Z Downloaded ahash v0.8.12
3532026-04-15T20:55:53.085Z Downloaded num-traits v0.2.19
3542026-04-15T20:55:53.085Z Downloaded utf8parse v0.2.2
3552026-04-15T20:55:53.089Z Downloaded utf8_iter v1.0.4
3562026-04-15T20:55:53.092Z Downloaded self_update v0.42.0
3572026-04-15T20:55:53.092Z Downloaded sha2 v0.10.9
3582026-04-15T20:55:53.096Z Downloaded httparse v1.10.1
3592026-04-15T20:55:53.096Z Downloaded xattr v1.6.1
3602026-04-15T20:55:53.101Z Downloaded pin-project-internal v1.1.11
3612026-04-15T20:55:53.107Z Downloaded toml_writer v1.1.1+spec-1.1.0
3622026-04-15T20:55:53.107Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3632026-04-15T20:55:53.107Z Downloaded log v0.4.29
3642026-04-15T20:55:53.111Z Downloaded typeid v1.0.3
3652026-04-15T20:55:53.111Z Downloaded tracing-log v0.2.0
3662026-04-15T20:55:53.111Z Downloaded tracing-error v0.2.1
3672026-04-15T20:55:53.116Z Downloaded smallvec v1.15.1
3682026-04-15T20:55:53.117Z Downloaded target-spec v3.6.0
3692026-04-15T20:55:53.120Z Downloaded derive-where v1.6.1
3702026-04-15T20:55:53.124Z Downloaded proc-macro2 v1.0.106
3712026-04-15T20:55:53.124Z Downloaded getrandom v0.3.4
3722026-04-15T20:55:53.127Z Downloaded semver v1.0.28
3732026-04-15T20:55:53.127Z Downloaded serde_core v1.0.228
3742026-04-15T20:55:53.131Z Downloaded quick-junit v0.5.2
3752026-04-15T20:55:53.131Z Downloaded serde_derive v1.0.228
3762026-04-15T20:55:53.131Z Downloaded miette-derive v7.6.0
3772026-04-15T20:55:53.134Z Downloaded tempfile v3.27.0
3782026-04-15T20:55:53.134Z Downloaded unicase v2.9.0
3792026-04-15T20:55:53.134Z Downloaded tokio-stream v0.1.18
3802026-04-15T20:55:53.138Z Downloaded zstd v0.13.3
3812026-04-15T20:55:53.142Z Downloaded zipsign-api v0.1.5
3822026-04-15T20:55:53.142Z Downloaded unicode-xid v0.2.6
3832026-04-15T20:55:53.142Z Downloaded toml v0.8.23
3842026-04-15T20:55:53.142Z Downloaded thread_local v1.1.9
3852026-04-15T20:55:53.145Z Downloaded sharded-slab v0.1.7
3862026-04-15T20:55:53.146Z Downloaded pin-project v1.1.11
3872026-04-15T20:55:53.151Z Downloaded signal-hook v0.3.18
3882026-04-15T20:55:53.154Z Downloaded ed25519-dalek v2.2.0
3892026-04-15T20:55:53.154Z Downloaded bytes v1.11.1
3902026-04-15T20:55:53.158Z Downloaded ryu v1.0.23
3912026-04-15T20:55:53.158Z Downloaded config v0.15.22
3922026-04-15T20:55:53.161Z Downloaded xxhash-rust v0.8.15
3932026-04-15T20:55:53.165Z Downloaded tracing-attributes v0.1.31
3942026-04-15T20:55:53.165Z Downloaded toml_parser v1.1.2+spec-1.1.0
3952026-04-15T20:55:53.165Z Downloaded socket2 v0.6.3
3962026-04-15T20:55:53.169Z Downloaded clap v4.6.1
3972026-04-15T20:55:53.172Z Downloaded zstd-safe v7.2.4
3982026-04-15T20:55:53.176Z Downloaded zmij v1.0.21
3992026-04-15T20:55:53.181Z Downloaded miniz_oxide v0.8.9
4002026-04-15T20:55:53.185Z Downloaded textwrap v0.16.2
4012026-04-15T20:55:53.189Z Downloaded tinyvec v1.11.0
4022026-04-15T20:55:53.193Z Downloaded tokio-rustls v0.26.4
4032026-04-15T20:55:53.193Z Downloaded indicatif v0.17.11
4042026-04-15T20:55:53.197Z Downloaded flate2 v1.1.9
4052026-04-15T20:55:53.197Z Downloaded cc v1.2.60
4062026-04-15T20:55:53.201Z Downloaded toml v1.1.2+spec-1.1.0
4072026-04-15T20:55:53.206Z Downloaded tar v0.4.45
4082026-04-15T20:55:53.210Z Downloaded zeroize v1.8.2
4092026-04-15T20:55:53.213Z Downloaded tracing-core v0.1.36
4102026-04-15T20:55:53.217Z Downloaded derive_more v2.1.1
4112026-04-15T20:55:53.221Z Downloaded rustls-webpki v0.103.12
4122026-04-15T20:55:53.225Z Downloaded vte v0.14.1
4132026-04-15T20:55:53.228Z Downloaded quinn v0.11.9
4142026-04-15T20:55:53.229Z Downloaded unicode-ident v1.0.24
4152026-04-15T20:55:53.232Z Downloaded hyper-util v0.1.20
4162026-04-15T20:55:53.236Z Downloaded openssl-sys v0.9.113
4172026-04-15T20:55:53.240Z Downloaded uuid v1.23.0
4182026-04-15T20:55:53.240Z Downloaded backtrace v0.3.76
4192026-04-15T20:55:53.245Z Downloaded hashbrown v0.15.5
4202026-04-15T20:55:53.248Z Downloaded toml_edit v0.22.27
4212026-04-15T20:55:53.256Z Downloaded derive_more-impl v2.1.1
4222026-04-15T20:55:53.260Z Downloaded serde v1.0.228
4232026-04-15T20:55:53.263Z Downloaded memchr v2.8.0
4242026-04-15T20:55:53.267Z Downloaded typenum v1.19.0
4252026-04-15T20:55:53.267Z Downloaded der v0.7.10
4262026-04-15T20:55:53.271Z Downloaded rand v0.9.4
4272026-04-15T20:55:53.271Z Downloaded mio v1.2.0
4282026-04-15T20:55:53.275Z Downloaded regex v1.12.3
4292026-04-15T20:55:53.286Z Downloaded http v1.4.0
4302026-04-15T20:55:53.291Z Downloaded indexmap v2.14.0
4312026-04-15T20:55:53.298Z Downloaded url v2.5.8
4322026-04-15T20:55:53.315Z Downloaded miette v7.6.0
4332026-04-15T20:55:53.331Z Downloaded crossterm v0.29.0
4342026-04-15T20:55:53.335Z Downloaded ron v0.12.1
4352026-04-15T20:55:53.341Z Downloaded guppy v0.17.25
4362026-04-15T20:55:53.353Z Downloaded pulldown-cmark v0.13.3
4372026-04-15T20:55:53.357Z Downloaded tower v0.5.3
4382026-04-15T20:55:53.361Z Downloaded unicode-normalization v0.1.25
4392026-04-15T20:55:53.364Z Downloaded serde_json v1.0.149
4402026-04-15T20:55:53.369Z Downloaded hashbrown v0.17.0
4412026-04-15T20:55:53.372Z Downloaded tokio-util v0.7.18
4422026-04-15T20:55:53.376Z Downloaded quick-xml v0.37.5
4432026-04-15T20:55:53.379Z Downloaded unicode-segmentation v1.13.2
4442026-04-15T20:55:53.385Z Downloaded h2 v0.4.13
4452026-04-15T20:55:53.389Z Downloaded itertools v0.14.0
4462026-04-15T20:55:53.392Z Downloaded futures-util v0.3.32
4472026-04-15T20:55:53.399Z Downloaded clap_builder v4.6.0
4482026-04-15T20:55:53.402Z Downloaded tower-http v0.6.8
4492026-04-15T20:55:53.406Z Downloaded reqwest v0.12.28
4502026-04-15T20:55:53.410Z Downloaded portable-atomic v1.13.1
4512026-04-15T20:55:53.413Z Downloaded chrono v0.4.44
4522026-04-15T20:55:53.418Z Downloaded quinn-proto v0.11.14
4532026-04-15T20:55:53.421Z Downloaded iri-string v0.7.12
4542026-04-15T20:55:53.425Z Downloaded aho-corasick v1.1.4
4552026-04-15T20:55:53.431Z Downloaded quick-xml v0.38.4
4562026-04-15T20:55:53.437Z Downloaded winnow v1.0.1
4572026-04-15T20:55:53.443Z Downloaded winnow v0.7.15
4582026-04-15T20:55:53.447Z Downloaded bstr v1.12.1
4592026-04-15T20:55:53.463Z Downloaded tracing-subscriber v0.3.23
4602026-04-15T20:55:53.486Z Downloaded webpki-roots v1.0.6
4612026-04-15T20:55:53.490Z Downloaded vcpkg v0.2.15
4622026-04-15T20:55:53.511Z Downloaded unicode-width v0.1.14
4632026-04-15T20:55:53.514Z Downloaded syn v2.0.117
4642026-04-15T20:55:53.521Z Downloaded zerocopy v0.8.48
4652026-04-15T20:55:53.531Z Downloaded nix v0.30.1
4662026-04-15T20:55:53.537Z Downloaded nextest-runner v0.80.0
4672026-04-15T20:55:53.544Z Downloaded curve25519-dalek v4.1.3
4682026-04-15T20:55:53.550Z Downloaded openssl v0.10.77
4692026-04-15T20:55:53.554Z Downloaded unicode-width v0.2.2
4702026-04-15T20:55:53.557Z Downloaded gimli v0.32.3
4712026-04-15T20:55:53.565Z Downloaded rustix v0.38.44
4722026-04-15T20:55:53.578Z Downloaded tracing v0.1.44
4732026-04-15T20:55:53.602Z Downloaded color-eyre v0.6.5
4742026-04-15T20:55:53.608Z Downloaded regex-syntax v0.8.10
4752026-04-15T20:55:53.612Z Downloaded rustls v0.23.38
4762026-04-15T20:55:53.619Z Downloaded object v0.37.3
4772026-04-15T20:55:53.625Z Downloaded rustix v1.1.4
4782026-04-15T20:55:53.637Z Downloaded tokio v1.52.0
4792026-04-15T20:55:53.722Z Downloaded regex-automata v0.4.14
4802026-04-15T20:55:53.749Z Downloaded petgraph v0.8.3
4812026-04-15T20:55:53.761Z Downloaded libc v0.2.185
4822026-04-15T20:55:53.779Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4832026-04-15T20:55:53.852Z Downloaded recursion v0.5.4
4842026-04-15T20:55:53.859Z Downloaded ring v0.17.14
4852026-04-15T20:55:53.920Z Compiling proc-macro2 v1.0.106
4862026-04-15T20:55:53.920Z Compiling libc v0.2.185
4872026-04-15T20:55:53.924Z Compiling quote v1.0.45
4882026-04-15T20:55:53.924Z Compiling unicode-ident v1.0.24
4892026-04-15T20:55:53.924Z Compiling serde_core v1.0.228
4902026-04-15T20:55:53.924Z Compiling cfg-if v1.0.4
4912026-04-15T20:55:53.924Z Compiling memchr v2.8.0
4922026-04-15T20:55:54.048Z Compiling once_cell v1.21.4
4932026-04-15T20:55:54.170Z Compiling log v0.4.29
4942026-04-15T20:55:54.182Z Compiling pin-project-lite v0.2.17
4952026-04-15T20:55:54.276Z Compiling itoa v1.0.18
4962026-04-15T20:55:54.300Z Compiling serde v1.0.228
4972026-04-15T20:55:54.460Z Compiling futures-core v0.3.32
4982026-04-15T20:55:54.522Z Compiling bitflags v2.11.1
4992026-04-15T20:55:54.618Z Compiling smallvec v1.15.1
5002026-04-15T20:55:54.648Z Compiling find-msvc-tools v0.1.9
5012026-04-15T20:55:54.871Z Compiling equivalent v1.0.2
5022026-04-15T20:55:54.887Z Compiling shlex v1.3.0
5032026-04-15T20:55:54.916Z Compiling errno v0.3.14
5042026-04-15T20:55:54.957Z Compiling hashbrown v0.17.0
5052026-04-15T20:55:55.019Z Compiling bytes v1.11.1
5062026-04-15T20:55:55.068Z Compiling signal-hook-registry v1.4.8
5072026-04-15T20:55:55.079Z Compiling mio v1.2.0
5082026-04-15T20:55:55.248Z Compiling jobserver v0.1.34
5092026-04-15T20:55:55.281Z Compiling rustix v1.1.4
5102026-04-15T20:55:55.441Z Compiling syn v2.0.117
5112026-04-15T20:55:55.564Z Compiling cc v1.2.60
5122026-04-15T20:55:55.578Z Compiling futures-sink v0.3.32
5132026-04-15T20:55:55.613Z Compiling socket2 v0.6.3
5142026-04-15T20:55:55.685Z Compiling zmij v1.0.21
5152026-04-15T20:55:55.786Z Compiling slab v0.4.12
5162026-04-15T20:55:55.921Z Compiling futures-channel v0.3.32
5172026-04-15T20:55:55.993Z Compiling tracing-core v0.1.36
5182026-04-15T20:55:56.012Z Compiling version_check v0.9.5
5192026-04-15T20:55:56.176Z Compiling serde_json v1.0.149
5202026-04-15T20:55:56.411Z Compiling indexmap v2.14.0
5212026-04-15T20:55:56.440Z Compiling futures-task v0.3.32
5222026-04-15T20:55:56.513Z Compiling futures-io v0.3.32
5232026-04-15T20:55:56.611Z Compiling getrandom v0.4.2
5242026-04-15T20:55:56.718Z Compiling camino v1.2.2
5252026-04-15T20:55:56.831Z Compiling unicode-width v0.2.2
5262026-04-15T20:55:57.092Z Compiling ring v0.17.14
5272026-04-15T20:55:57.127Z Compiling http v1.4.0
5282026-04-15T20:55:57.144Z Compiling simd-adler32 v0.3.9
5292026-04-15T20:55:57.182Z Compiling percent-encoding v2.3.2
5302026-04-15T20:55:57.331Z Compiling zeroize v1.8.2
5312026-04-15T20:55:57.472Z Compiling autocfg v1.5.0
5322026-04-15T20:55:57.539Z Compiling adler2 v2.0.1
5332026-04-15T20:55:57.715Z Compiling miniz_oxide v0.8.9
5342026-04-15T20:55:57.835Z Compiling num-traits v0.2.19
5352026-04-15T20:55:58.033Z Compiling target-lexicon v0.13.3
5362026-04-15T20:55:58.067Z Compiling getrandom v0.3.4
5372026-04-15T20:55:58.404Z Compiling zerocopy v0.8.48
5382026-04-15T20:55:58.419Z Compiling object v0.37.3
5392026-04-15T20:55:58.749Z Compiling http-body v1.0.1
5402026-04-15T20:55:58.762Z Compiling rustls-pki-types v1.14.0
5412026-04-15T20:55:58.839Z Compiling semver v1.0.28
5422026-04-15T20:55:58.923Z Compiling getrandom v0.2.17
5432026-04-15T20:55:59.047Z Compiling httparse v1.10.1
5442026-04-15T20:55:59.122Z Compiling gimli v0.32.3
5452026-04-15T20:55:59.153Z Compiling serde_derive v1.0.228
5462026-04-15T20:55:59.166Z Compiling tokio-macros v2.7.0
5472026-04-15T20:55:59.232Z Compiling futures-macro v0.3.32
5482026-04-15T20:55:59.398Z Compiling tracing-attributes v0.1.31
5492026-04-15T20:55:59.506Z Compiling typenum v1.19.0
5502026-04-15T20:55:59.608Z Compiling owo-colors v4.3.0
5512026-04-15T20:55:59.849Z Compiling guppy-workspace-hack v0.1.0
5522026-04-15T20:55:59.883Z Compiling tokio v1.52.0
5532026-04-15T20:55:59.924Z Compiling untrusted v0.9.0
5542026-04-15T20:56:00.050Z Compiling futures-util v0.3.32
5552026-04-15T20:56:00.061Z Compiling fnv v1.0.7
5562026-04-15T20:56:00.064Z Compiling thiserror v2.0.18
5572026-04-15T20:56:00.165Z Compiling signal-hook v0.3.18
5582026-04-15T20:56:00.526Z Compiling thiserror-impl v2.0.18
5592026-04-15T20:56:00.618Z Compiling tracing v0.1.44
5602026-04-15T20:56:00.964Z Compiling addr2line v0.25.1
5612026-04-15T20:56:02.142Z Compiling form_urlencoded v1.2.2
5622026-04-15T20:56:02.416Z Compiling generic-array v0.14.7
5632026-04-15T20:56:02.431Z Compiling pkg-config v0.3.33
5642026-04-15T20:56:02.610Z Compiling tower-service v0.3.3
5652026-04-15T20:56:02.641Z Compiling atomic-waker v1.1.2
5662026-04-15T20:56:02.683Z Compiling typeid v1.0.3
5672026-04-15T20:56:02.707Z Compiling utf8_iter v1.0.4
5682026-04-15T20:56:02.773Z Compiling try-lock v0.2.5
5692026-04-15T20:56:02.871Z Compiling thiserror v1.0.69
5702026-04-15T20:56:02.882Z Compiling target-spec v3.6.0
5712026-04-15T20:56:02.893Z Compiling rustls v0.23.38
5722026-04-15T20:56:02.961Z Compiling fastrand v2.4.1
5732026-04-15T20:56:03.097Z Compiling idna_adapter v1.0.0
5742026-04-15T20:56:03.147Z Compiling rustc-demangle v0.1.27
5752026-04-15T20:56:03.198Z Compiling idna v1.1.0
5762026-04-15T20:56:03.292Z Compiling tempfile v3.27.0
5772026-04-15T20:56:03.415Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5782026-04-15T20:56:03.637Z Compiling want v0.3.1
5792026-04-15T20:56:03.822Z Compiling tokio-util v0.7.18
5802026-04-15T20:56:03.877Z Compiling cfg-expr v0.20.7
5812026-04-15T20:56:04.648Z Compiling backtrace v0.3.76
5822026-04-15T20:56:04.819Z Compiling h2 v0.4.13
5832026-04-15T20:56:04.959Z Compiling thiserror-impl v1.0.69
5842026-04-15T20:56:05.030Z Compiling terminal_size v0.4.4
5852026-04-15T20:56:05.190Z Compiling aho-corasick v1.1.4
5862026-04-15T20:56:05.422Z Compiling subtle v2.6.1
5872026-04-15T20:56:05.586Z Compiling regex-syntax v0.8.10
5882026-04-15T20:56:05.735Z Compiling erased-serde v0.4.10
5892026-04-15T20:56:06.031Z Compiling winnow v0.7.15
5902026-04-15T20:56:06.215Z Compiling rustls-webpki v0.103.12
5912026-04-15T20:56:07.940Z Compiling regex-automata v0.4.14
5922026-04-15T20:56:08.796Z Compiling hyper v1.9.0
5932026-04-15T20:56:11.197Z Compiling url v2.5.8
5942026-04-15T20:56:12.625Z Compiling toml_datetime v0.6.11
5952026-04-15T20:56:12.839Z Compiling serde_spanned v0.6.9
5962026-04-15T20:56:12.998Z Compiling ahash v0.8.12
5972026-04-15T20:56:13.002Z Compiling sync_wrapper v1.0.2
5982026-04-15T20:56:13.040Z Compiling foldhash v0.1.5
5992026-04-15T20:56:13.123Z Compiling crc32fast v1.5.0
6002026-04-15T20:56:13.136Z Compiling base64 v0.22.1
6012026-04-15T20:56:13.241Z Compiling unicode-segmentation v1.13.2
6022026-04-15T20:56:13.262Z Compiling nextest-workspace-hack v0.1.0
6032026-04-15T20:56:13.414Z Compiling tower-layer v0.3.3
6042026-04-15T20:56:13.481Z Compiling lazy_static v1.5.0
6052026-04-15T20:56:13.594Z Compiling toml_write v0.1.2
6062026-04-15T20:56:13.624Z Compiling portable-atomic v1.13.1
6072026-04-15T20:56:13.630Z Compiling either v1.15.0
6082026-04-15T20:56:13.649Z Compiling parking_lot_core v0.9.12
6092026-04-15T20:56:13.652Z Compiling unicode-linebreak v0.1.5
6102026-04-15T20:56:13.839Z Compiling ipnet v2.12.0
6112026-04-15T20:56:13.858Z Compiling is_ci v1.2.0
6122026-04-15T20:56:13.930Z Compiling textwrap v0.16.2
6132026-04-15T20:56:13.944Z Compiling supports-color v3.0.2
6142026-04-15T20:56:14.026Z Compiling toml_edit v0.22.27
6152026-04-15T20:56:14.110Z Compiling hyper-util v0.1.20
6162026-04-15T20:56:14.181Z Compiling tower v0.5.3
6172026-04-15T20:56:14.780Z Compiling convert_case v0.10.0
6182026-04-15T20:56:15.035Z Compiling sharded-slab v0.1.7
6192026-04-15T20:56:15.191Z Compiling hashbrown v0.15.5
6202026-04-15T20:56:15.667Z Compiling tokio-rustls v0.26.4
6212026-04-15T20:56:15.820Z Compiling backtrace-ext v0.2.1
6222026-04-15T20:56:15.923Z Compiling ordered-float v2.10.1
6232026-04-15T20:56:15.976Z Compiling miette-derive v7.6.0
6242026-04-15T20:56:16.078Z Compiling webpki-roots v1.0.6
6252026-04-15T20:56:16.197Z Compiling pathdiff v0.2.3
6262026-04-15T20:56:16.197Z Compiling console v0.15.11
6272026-04-15T20:56:16.330Z Compiling tracing-log v0.2.0
6282026-04-15T20:56:16.694Z Compiling cargo-platform v0.3.2
6292026-04-15T20:56:16.741Z Compiling os_pipe v1.2.3
6302026-04-15T20:56:16.915Z Compiling thread_local v1.1.9
6312026-04-15T20:56:17.071Z Compiling zstd-safe v7.2.4
6322026-04-15T20:56:17.267Z Compiling supports-hyperlinks v3.2.0
6332026-04-15T20:56:17.280Z Compiling unicode-width v0.1.14
6342026-04-15T20:56:17.489Z Compiling scopeguard v1.2.0
6352026-04-15T20:56:17.557Z Compiling cfg_aliases v0.2.1
6362026-04-15T20:56:17.582Z Compiling debug-ignore v1.0.5
6372026-04-15T20:56:17.594Z Compiling utf8parse v0.2.2
6382026-04-15T20:56:17.627Z Compiling pulldown-cmark v0.13.3
6392026-04-15T20:56:17.631Z Compiling rustix v0.38.44
6402026-04-15T20:56:17.692Z Compiling winnow v1.0.1
6412026-04-15T20:56:17.703Z Compiling supports-unicode v3.0.0
6422026-04-15T20:56:17.844Z Compiling iri-string v0.7.12
6432026-04-15T20:56:17.883Z Compiling fixedbitset v0.5.7
6442026-04-15T20:56:17.984Z Compiling ryu v1.0.23
6452026-04-15T20:56:18.277Z Compiling serde_urlencoded v0.7.1
6462026-04-15T20:56:18.408Z Compiling petgraph v0.8.3
6472026-04-15T20:56:18.685Z Compiling miette v7.6.0
6482026-04-15T20:56:19.121Z Compiling toml_parser v1.1.2+spec-1.1.0
6492026-04-15T20:56:19.155Z Compiling anstyle-parse v1.0.0
6502026-04-15T20:56:19.388Z Compiling tower-http v0.6.8
6512026-04-15T20:56:20.356Z Compiling nix v0.30.1
6522026-04-15T20:56:20.371Z Compiling lock_api v0.4.14
6532026-04-15T20:56:20.450Z Compiling tracing-subscriber v0.3.23
6542026-04-15T20:56:20.464Z Compiling cargo_metadata v0.23.1
6552026-04-15T20:56:20.613Z Compiling sigchld v0.2.4
6562026-04-15T20:56:20.736Z Compiling hyper-rustls v0.27.9
6572026-04-15T20:56:20.809Z Compiling serde-value v0.7.0
6582026-04-15T20:56:21.435Z Compiling serde-untagged v0.1.9
6592026-04-15T20:56:21.525Z Compiling toml v0.8.23
6602026-04-15T20:56:22.420Z Compiling derive_more-impl v2.1.1
6612026-04-15T20:56:23.566Z Compiling itertools v0.14.0
6622026-04-15T20:56:23.607Z Compiling block-buffer v0.10.4
6632026-04-15T20:56:23.644Z Compiling crypto-common v0.1.7
6642026-04-15T20:56:23.706Z Compiling regex v1.12.3
6652026-04-15T20:56:23.757Z Compiling ppv-lite86 v0.2.21
6662026-04-15T20:56:23.779Z Compiling futures-executor v0.3.32
6672026-04-15T20:56:24.079Z Compiling rand_core v0.9.5
6682026-04-15T20:56:24.309Z Compiling pin-project-internal v1.1.11
6692026-04-15T20:56:24.333Z Compiling http-body-util v0.1.3
6702026-04-15T20:56:24.424Z Compiling uuid v1.23.0
6712026-04-15T20:56:24.595Z Compiling toml_datetime v1.1.1+spec-1.1.0
6722026-04-15T20:56:24.960Z Compiling smol_str v0.3.6
6732026-04-15T20:56:25.008Z Compiling serde_spanned v1.1.1
6742026-04-15T20:56:25.062Z Compiling filetime v0.2.27
6752026-04-15T20:56:25.137Z Compiling bstr v1.12.1
6762026-04-15T20:56:25.169Z Compiling vte v0.14.1
6772026-04-15T20:56:25.266Z Compiling litrs v1.0.0
6782026-04-15T20:56:25.302Z Compiling number_prefix v0.4.0
6792026-04-15T20:56:25.349Z Compiling color-spantrace v0.3.0
6802026-04-15T20:56:25.389Z Compiling static_assertions v1.1.0
6812026-04-15T20:56:25.452Z Compiling unicode-xid v0.2.6
6822026-04-15T20:56:25.467Z Compiling self_update v0.42.0
6832026-04-15T20:56:25.642Z Compiling eyre v0.6.12
6842026-04-15T20:56:25.676Z Compiling anstyle-query v1.1.5
6852026-04-15T20:56:25.696Z Compiling anstyle v1.0.14
6862026-04-15T20:56:25.734Z Compiling iana-time-zone v0.1.65
6872026-04-15T20:56:25.788Z Compiling is_terminal_polyfill v1.70.2
6882026-04-15T20:56:25.886Z Compiling xattr v1.6.1
6892026-04-15T20:56:25.949Z Compiling tinyvec_macros v0.1.1
6902026-04-15T20:56:25.966Z Compiling nested v0.1.1
6912026-04-15T20:56:26.001Z Compiling unicase v2.9.0
6922026-04-15T20:56:26.020Z Compiling colorchoice v1.0.5
6932026-04-15T20:56:26.071Z Compiling tinyvec v1.11.0
6942026-04-15T20:56:26.083Z Compiling tar v0.4.45
6952026-04-15T20:56:26.152Z Compiling anstream v1.0.0
6962026-04-15T20:56:26.164Z Compiling guppy v0.17.25
6972026-04-15T20:56:26.456Z Compiling chrono v0.4.44
6982026-04-15T20:56:26.491Z Compiling document-features v0.2.12
6992026-04-15T20:56:26.691Z Compiling globset v0.4.18
7002026-04-15T20:56:27.039Z Compiling cargo-util-schemas v0.2.0
7012026-04-15T20:56:27.274Z Compiling indicatif v0.17.11
7022026-04-15T20:56:28.462Z Compiling pin-project v1.1.11
7032026-04-15T20:56:28.569Z Compiling strip-ansi-escapes v0.2.1
7042026-04-15T20:56:28.695Z Compiling nextest-metadata v0.12.2
7052026-04-15T20:56:29.084Z Compiling toml v1.1.2+spec-1.1.0
7062026-04-15T20:56:29.502Z Compiling newtype-uuid v1.3.2
7072026-04-15T20:56:29.701Z Compiling reqwest v0.12.28
7082026-04-15T20:56:29.831Z Compiling rand_chacha v0.9.0
7092026-04-15T20:56:29.935Z Compiling futures v0.3.32
7102026-04-15T20:56:30.022Z Compiling digest v0.10.7
7112026-04-15T20:56:30.250Z Compiling parking_lot v0.12.5
7122026-04-15T20:56:30.394Z Compiling derive_more v2.1.1
7132026-04-15T20:56:30.478Z Compiling flate2 v1.1.9
7142026-04-15T20:56:30.492Z Compiling tracing-error v0.2.1
7152026-04-15T20:56:30.736Z Compiling shared_child v1.1.1
7162026-04-15T20:56:31.158Z Compiling signal-hook-mio v0.2.5
7172026-04-15T20:56:31.292Z Compiling self-replace v1.5.0
7182026-04-15T20:56:31.360Z Compiling cargo-platform v0.2.0
7192026-04-15T20:56:31.588Z Compiling quick-xml v0.38.4
7202026-04-15T20:56:31.938Z Compiling quick-xml v0.37.5
7212026-04-15T20:56:32.360Z Compiling cpufeatures v0.2.17
7222026-04-15T20:56:32.401Z Compiling clap_lex v1.1.0
7232026-04-15T20:56:32.437Z Compiling strsim v0.11.1
7242026-04-15T20:56:33.197Z Compiling shell-words v1.1.1
7252026-04-15T20:56:33.247Z Compiling indenter v0.3.4
7262026-04-15T20:56:33.247Z Compiling heck v0.5.0
7272026-04-15T20:56:33.380Z Compiling humantime v2.3.0
7282026-04-15T20:56:33.452Z Compiling urlencoding v2.1.3
7292026-04-15T20:56:33.464Z Compiling recursion v0.5.4
7302026-04-15T20:56:33.491Z Compiling clap_derive v4.6.1
7312026-04-15T20:56:33.688Z Compiling nextest-filtering v0.15.0
7322026-04-15T20:56:33.798Z Compiling humantime-serde v1.1.1
7332026-04-15T20:56:33.957Z Compiling clap_builder v4.6.0
7342026-04-15T20:56:34.428Z Compiling sha2 v0.10.9
7352026-04-15T20:56:35.263Z Compiling quick-junit v0.5.2
7362026-04-15T20:56:35.643Z Compiling atomicwrites v0.4.4
7372026-04-15T20:56:35.949Z Compiling cargo_metadata v0.20.0
7382026-04-15T20:56:37.663Z Compiling cargo-nextest v0.9.97
7392026-04-15T20:56:37.971Z Compiling crossterm v0.29.0
7402026-04-15T20:56:38.391Z Compiling duct v0.13.7
7412026-04-15T20:56:40.175Z Compiling rand v0.9.4
7422026-04-15T20:56:40.373Z Compiling zstd v0.13.3
7432026-04-15T20:56:40.569Z Compiling async-scoped v0.9.0
7442026-04-15T20:56:40.698Z Compiling config v0.15.22
7452026-04-15T20:56:40.763Z Compiling unicode-normalization v0.1.25
7462026-04-15T20:56:40.801Z Compiling target-spec-miette v0.4.6
7472026-04-15T20:56:40.924Z Compiling future-queue v0.4.0
7482026-04-15T20:56:41.096Z Compiling mukti-metadata v0.3.0
7492026-04-15T20:56:41.156Z Compiling tokio-stream v0.1.18
7502026-04-15T20:56:41.204Z Compiling camino-tempfile v1.4.1
7512026-04-15T20:56:41.204Z Compiling derive-where v1.6.1
7522026-04-15T20:56:41.334Z Compiling serde_ignored v0.1.14
7532026-04-15T20:56:41.563Z Compiling serde_path_to_error v0.1.20
7542026-04-15T20:56:41.657Z Compiling xxhash-rust v0.8.15
7552026-04-15T20:56:41.687Z Compiling indent_write v2.2.0
7562026-04-15T20:56:41.703Z Compiling hex v0.4.3
7572026-04-15T20:56:41.839Z Compiling swrite v0.1.0
7582026-04-15T20:56:41.839Z Compiling home v0.5.12
7592026-04-15T20:56:41.948Z Compiling color-eyre v0.6.5
7602026-04-15T20:56:42.013Z Compiling clap v4.6.1
7612026-04-15T20:56:42.013Z Compiling dialoguer v0.11.0
7622026-04-15T20:56:42.038Z Compiling enable-ansi-support v0.2.1
7632026-04-15T20:56:42.451Z Compiling nextest-runner v0.80.0
7642026-04-15T20:57:00.863Z Finished `release` profile [optimized] target(s) in 1m 11s
7652026-04-15T20:57:01.050Z Installing /home/build/.cargo/bin/cargo-nextest
7662026-04-15T20:57:01.053Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7672026-04-15T20:57:01.175Z+ pushd bgp
7682026-04-15T20:57:01.178Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7692026-04-15T20:57:01.178Z+ pfexec cargo nextest run
7702026-04-15T20:57:01.337Z Updating git repository `https://github.com/oxidecomputer/falcon`
7712026-04-15T20:57:01.954ZFrom https://github.com/oxidecomputer/falcon
7722026-04-15T20:57:01.954Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7732026-04-15T20:57:02.031Z Updating crates.io index
7742026-04-15T20:57:02.035Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7752026-04-15T20:57:02.777ZFrom https://github.com/oxidecomputer/dendrite
7762026-04-15T20:57:02.778Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7772026-04-15T20:57:02.956Z Updating git repository `https://github.com/oxidecomputer/ispf`
7782026-04-15T20:57:03.253ZFrom https://github.com/oxidecomputer/ispf
7792026-04-15T20:57:03.253Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7802026-04-15T20:57:03.286Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7812026-04-15T20:57:03.636ZFrom https://github.com/oxidecomputer/netadm-sys
7822026-04-15T20:57:03.636Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7832026-04-15T20:57:03.643Z Updating git repository `https://github.com/oxidecomputer/omicron`
7842026-04-15T20:57:11.322ZFrom https://github.com/oxidecomputer/omicron
7852026-04-15T20:57:11.322Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7862026-04-15T20:57:11.720Z Updating git repository `https://github.com/oxidecomputer/opte`
7872026-04-15T20:57:12.325ZFrom https://github.com/oxidecomputer/opte
7882026-04-15T20:57:12.325Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
7892026-04-15T20:57:12.475Z Updating git repository `https://github.com/illumos/smf-rs`
7902026-04-15T20:57:12.744ZFrom https://github.com/illumos/smf-rs
7912026-04-15T20:57:12.744Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7922026-04-15T20:57:12.753Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7932026-04-15T20:57:13.036ZFrom https://github.com/oxidecomputer/network-interface
7942026-04-15T20:57:13.036Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7952026-04-15T20:57:13.301Z Updating git repository `https://github.com/oxidecomputer/zone`
7962026-04-15T20:57:13.546ZFrom https://github.com/oxidecomputer/zone
7972026-04-15T20:57:13.546Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7982026-04-15T20:57:13.554Z Updating git repository `https://github.com/oxidecomputer/propolis`
7992026-04-15T20:57:14.794ZFrom https://github.com/oxidecomputer/propolis
8002026-04-15T20:57:14.794Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8012026-04-15T20:57:14.853Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8022026-04-15T20:57:15.360ZFrom https://github.com/oxidecomputer/transceiver-control
8032026-04-15T20:57:15.360Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8042026-04-15T20:57:15.495Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8052026-04-15T20:57:15.760ZFrom https://github.com/oxidecomputer/dlpi-sys
8062026-04-15T20:57:15.760Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8072026-04-15T20:57:15.776Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8082026-04-15T20:57:16.074ZFrom https://github.com/jmesmon/rust-libzfs
8092026-04-15T20:57:16.074Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8102026-04-15T20:57:16.082Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8112026-04-15T20:57:16.342ZFrom https://github.com/oxidecomputer/rusty-doors
8122026-04-15T20:57:16.342Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8132026-04-15T20:57:16.351Z Updating git repository `https://github.com/oxidecomputer/lldp`
8142026-04-15T20:57:16.700ZFrom https://github.com/oxidecomputer/lldp
8152026-04-15T20:57:16.700Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8162026-04-15T20:57:16.951Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8172026-04-15T20:57:17.228ZFrom https://github.com/oxidecomputer/slog-error-chain
8182026-04-15T20:57:17.228Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8192026-04-15T20:57:17.250Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8202026-04-15T20:57:17.561ZFrom https://github.com/oxidecomputer/tufaceous
8212026-04-15T20:57:17.561Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8222026-04-15T20:57:17.713Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8232026-04-15T20:57:18.191ZFrom https://github.com/oxidecomputer/management-gateway-service
8242026-04-15T20:57:18.191Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8252026-04-15T20:57:18.216Z Updating git repository `https://github.com/oxidecomputer/crucible`
8262026-04-15T20:57:19.080ZFrom https://github.com/oxidecomputer/crucible
8272026-04-15T20:57:19.080Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8282026-04-15T20:57:19.372Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8292026-04-15T20:57:19.655ZFrom https://github.com/oxidecomputer/serde_human_bytes
8302026-04-15T20:57:19.655Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8312026-04-15T20:57:19.675Z Updating git repository `https://github.com/oxidecomputer/propolis`
8322026-04-15T20:57:20.082ZFrom https://github.com/oxidecomputer/propolis
8332026-04-15T20:57:20.082Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8342026-04-15T20:57:20.442Z Updating git repository `https://github.com/oxidecomputer/tofino`
8352026-04-15T20:57:20.702ZFrom https://github.com/oxidecomputer/tofino
8362026-04-15T20:57:20.702Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8372026-04-15T20:57:20.726Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8382026-04-15T20:57:21.339ZFrom https://github.com/oxidecomputer/maghemite
8392026-04-15T20:57:21.339Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8402026-04-15T20:57:21.408Z Updating git repository `https://github.com/oxidecomputer/clickward`
8412026-04-15T20:57:21.694ZFrom https://github.com/oxidecomputer/clickward
8422026-04-15T20:57:21.694Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8432026-04-15T20:57:21.919Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8442026-04-15T20:57:22.238ZFrom https://github.com/oxidecomputer/illumos-devinfo
8452026-04-15T20:57:22.238Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8462026-04-15T20:57:22.474Z Updating git repository `https://github.com/oxidecomputer/crucible`
8472026-04-15T20:57:22.820ZFrom https://github.com/oxidecomputer/crucible
8482026-04-15T20:57:22.820Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8492026-04-15T20:57:23.786Z Downloading crates ...
8502026-04-15T20:57:23.885Z Downloaded aead v0.5.2
8512026-04-15T20:57:23.907Z Downloaded natord v1.0.9
8522026-04-15T20:57:23.911Z Downloaded derive-ex v0.1.8
8532026-04-15T20:57:23.914Z Downloaded float-ord v0.3.2
8542026-04-15T20:57:23.918Z Downloaded foreign-types v0.5.0
8552026-04-15T20:57:23.918Z Downloaded daft v0.1.5
8562026-04-15T20:57:23.921Z Downloaded fxhash v0.2.1
8572026-04-15T20:57:23.921Z Downloaded ff v0.13.1
8582026-04-15T20:57:23.925Z Downloaded foreign-types-macros v0.2.3
8592026-04-15T20:57:23.925Z Downloaded fs-err v3.3.0
8602026-04-15T20:57:23.929Z Downloaded crunchy v0.2.4
8612026-04-15T20:57:23.932Z Downloaded git-stub v1.0.0
8622026-04-15T20:57:23.936Z Downloaded gethostname v0.5.0
8632026-04-15T20:57:23.936Z Downloaded darling_macro v0.23.0
8642026-04-15T20:57:23.936Z Downloaded embedded-io v0.4.0
8652026-04-15T20:57:23.939Z Downloaded darling_macro v0.21.3
8662026-04-15T20:57:23.939Z Downloaded foldhash v0.2.0
8672026-04-15T20:57:23.943Z Downloaded ciborium-ll v0.2.2
8682026-04-15T20:57:23.943Z Downloaded crucible-workspace-hack v0.1.0
8692026-04-15T20:57:23.943Z Downloaded glob v0.3.3
8702026-04-15T20:57:23.947Z Downloaded cpufeatures v0.3.0
8712026-04-15T20:57:23.947Z Downloaded fixedbitset v0.4.2
8722026-04-15T20:57:23.951Z Downloaded convert_case v0.4.0
8732026-04-15T20:57:23.951Z Downloaded async-stream v0.3.6
8742026-04-15T20:57:23.955Z Downloaded arrayref v0.3.9
8752026-04-15T20:57:23.959Z Downloaded newtype-uuid-macros v0.1.0
8762026-04-15T20:57:23.959Z Downloaded hubpack_derive v0.1.1
8772026-04-15T20:57:23.964Z Downloaded fastrand v2.3.0
8782026-04-15T20:57:23.967Z Downloaded crc8 v0.1.1
8792026-04-15T20:57:23.967Z Downloaded base16ct v1.0.0
8802026-04-15T20:57:23.971Z Downloaded idna_adapter v1.2.1
8812026-04-15T20:57:23.971Z Downloaded embedded-io v0.6.1
8822026-04-15T20:57:23.971Z Downloaded async-stream-impl v0.3.6
8832026-04-15T20:57:23.975Z Downloaded hostname v0.4.2
8842026-04-15T20:57:23.975Z Downloaded defmt-macros v1.0.1
8852026-04-15T20:57:23.978Z Downloaded highway v1.3.0
8862026-04-15T20:57:23.978Z Downloaded hash32 v0.3.1
8872026-04-15T20:57:23.982Z Downloaded group v0.13.0
8882026-04-15T20:57:23.983Z Downloaded dof v0.3.0
8892026-04-15T20:57:23.983Z Downloaded num v0.4.3
8902026-04-15T20:57:23.986Z Downloaded git-stub-vcs v0.1.0
8912026-04-15T20:57:23.986Z Downloaded const-random v0.1.18
8922026-04-15T20:57:23.986Z Downloaded dtrace-parser v0.3.0
8932026-04-15T20:57:23.992Z Downloaded ciborium-io v0.2.2
8942026-04-15T20:57:23.992Z Downloaded dunce v1.0.5
8952026-04-15T20:57:23.992Z Downloaded base16ct v0.2.0
8962026-04-15T20:57:23.999Z Downloaded newline-converter v0.3.0
8972026-04-15T20:57:23.999Z Downloaded const-random-macro v0.1.16
8982026-04-15T20:57:23.999Z Downloaded foreign-types-shared v0.3.1
8992026-04-15T20:57:23.999Z Downloaded heck v0.4.1
9002026-04-15T20:57:23.999Z Downloaded dyn-clone v1.0.20
9012026-04-15T20:57:24.006Z Downloaded dropshot-api-manager-types v0.7.0
9022026-04-15T20:57:24.006Z Downloaded newtype_derive v0.1.6
9032026-04-15T20:57:24.006Z Downloaded cobs v0.3.0
9042026-04-15T20:57:24.006Z Downloaded instant v0.1.13
9052026-04-15T20:57:24.006Z Downloaded defmt-parser v1.0.0
9062026-04-15T20:57:24.013Z Downloaded inout v0.1.4
9072026-04-15T20:57:24.013Z Downloaded hostname v0.3.1
9082026-04-15T20:57:24.013Z Downloaded internet-checksum v0.2.1
9092026-04-15T20:57:24.013Z Downloaded ident_case v1.0.1
9102026-04-15T20:57:24.013Z Downloaded daft-derive v0.1.5
9112026-04-15T20:57:24.017Z Downloaded memmap v0.7.0
9122026-04-15T20:57:24.017Z Downloaded mime v0.3.17
9132026-04-15T20:57:24.017Z Downloaded linked-hash-map v0.5.6
9142026-04-15T20:57:24.017Z Downloaded is-terminal v0.4.17
9152026-04-15T20:57:24.017Z Downloaded drift v0.1.3
9162026-04-15T20:57:24.021Z Downloaded managed v0.8.0
9172026-04-15T20:57:24.026Z Downloaded hubpack v0.1.2
9182026-04-15T20:57:24.026Z Downloaded constant_time_eq v0.4.2
9192026-04-15T20:57:24.026Z Downloaded compression-codecs v0.4.37
9202026-04-15T20:57:24.032Z Downloaded async-trait v0.1.89
9212026-04-15T20:57:24.032Z Downloaded deranged v0.5.8
9222026-04-15T20:57:24.036Z Downloaded dof v0.4.0
9232026-04-15T20:57:24.036Z Downloaded displaydoc v0.2.5
9242026-04-15T20:57:24.036Z Downloaded anyhow v1.0.102
9252026-04-15T20:57:24.039Z Downloaded num-iter v0.1.45
9262026-04-15T20:57:24.039Z Downloaded console v0.16.3
9272026-04-15T20:57:24.044Z Downloaded dtrace-parser v0.2.0
9282026-04-15T20:57:24.044Z Downloaded memoffset v0.9.1
9292026-04-15T20:57:24.044Z Downloaded macaddr v1.0.1
9302026-04-15T20:57:24.048Z Downloaded enum-as-inner v0.6.1
9312026-04-15T20:57:24.048Z Downloaded num-derive v0.4.2
9322026-04-15T20:57:24.048Z Downloaded cstr-argument v0.1.2
9332026-04-15T20:57:24.048Z Downloaded num_enum_derive v0.5.11
9342026-04-15T20:57:24.055Z Downloaded num-conv v0.2.1
9352026-04-15T20:57:24.055Z Downloaded num-derive v0.3.3
9362026-04-15T20:57:24.055Z Downloaded match_cfg v0.1.0
9372026-04-15T20:57:24.055Z Downloaded libscf-sys v1.1.0
9382026-04-15T20:57:24.059Z Downloaded compression-core v0.4.31
9392026-04-15T20:57:24.059Z Downloaded defmt v0.3.100
9402026-04-15T20:57:24.059Z Downloaded bit-vec v0.8.0
9412026-04-15T20:57:24.059Z Downloaded keccak v0.1.6
9422026-04-15T20:57:24.059Z Downloaded data-encoding v2.10.0
9432026-04-15T20:57:24.059Z Downloaded num_threads v0.1.7
9442026-04-15T20:57:24.063Z Downloaded cc v1.2.58
9452026-04-15T20:57:24.063Z Downloaded byteorder v1.5.0
9462026-04-15T20:57:24.066Z Downloaded olpc-cjson v0.1.4
9472026-04-15T20:57:24.066Z Downloaded opaque-debug v0.3.1
9482026-04-15T20:57:24.067Z Downloaded omicron-workspace-hack v0.1.0
9492026-04-15T20:57:24.070Z Downloaded chacha20 v0.9.1
9502026-04-15T20:57:24.070Z Downloaded cmake v0.1.58
9512026-04-15T20:57:24.070Z Downloaded parse-display v0.10.0
9522026-04-15T20:57:24.074Z Downloaded cipher v0.4.4
9532026-04-15T20:57:24.074Z Downloaded byte-wrapper v0.1.0
9542026-04-15T20:57:24.074Z Downloaded bcs v0.1.6
9552026-04-15T20:57:24.078Z Downloaded csv-core v0.1.13
9562026-04-15T20:57:24.078Z Downloaded bytecount v0.6.9
9572026-04-15T20:57:24.078Z Downloaded argon2 v0.5.3
9582026-04-15T20:57:24.081Z Downloaded potential_utf v0.1.4
9592026-04-15T20:57:24.081Z Downloaded phf_shared v0.12.1
9602026-04-15T20:57:24.081Z Downloaded ingot-types v0.1.2
9612026-04-15T20:57:24.085Z Downloaded fs_extra v1.3.0
9622026-04-15T20:57:24.085Z Downloaded proc-macro-crate v1.3.1
9632026-04-15T20:57:24.085Z Downloaded plain v0.2.3
9642026-04-15T20:57:24.089Z Downloaded const_format_proc_macros v0.2.34
9652026-04-15T20:57:24.089Z Downloaded pretty-hex v0.4.2
9662026-04-15T20:57:24.089Z Downloaded bitflags v1.3.2
9672026-04-15T20:57:24.093Z Downloaded defmt v1.0.1
9682026-04-15T20:57:24.096Z Downloaded bit-set v0.8.0
9692026-04-15T20:57:24.096Z Downloaded httpdate v1.0.3
9702026-04-15T20:57:24.096Z Downloaded diff v0.1.13
9712026-04-15T20:57:24.102Z Downloaded backon v1.6.0
9722026-04-15T20:57:24.102Z Downloaded darling v0.21.3
9732026-04-15T20:57:24.106Z Downloaded proc-macro-error-attr2 v2.0.0
9742026-04-15T20:57:24.106Z Downloaded proc-macro-error-attr v1.0.4
9752026-04-15T20:57:24.106Z Downloaded cookie v0.18.1
9762026-04-15T20:57:24.110Z Downloaded linear-map v1.2.0
9772026-04-15T20:57:24.110Z Downloaded powerfmt v0.2.0
9782026-04-15T20:57:24.110Z Downloaded arrayvec v0.7.6
9792026-04-15T20:57:24.113Z Downloaded critical-section v1.2.0
9802026-04-15T20:57:24.113Z Downloaded progenitor-client v0.11.2
9812026-04-15T20:57:24.113Z Downloaded backoff v0.4.0
9822026-04-15T20:57:24.117Z Downloaded progenitor-macro v0.10.0
9832026-04-15T20:57:24.117Z Downloaded progenitor-client v0.10.0
9842026-04-15T20:57:24.117Z Downloaded async-recursion v1.1.1
9852026-04-15T20:57:24.121Z Downloaded crossbeam-deque v0.8.6
9862026-04-15T20:57:24.121Z Downloaded progenitor-macro v0.13.0
9872026-04-15T20:57:24.124Z Downloaded num-rational v0.4.2
9882026-04-15T20:57:24.124Z Downloaded oxnet v0.1.4
9892026-04-15T20:57:24.128Z Downloaded quick-error v1.2.3
9902026-04-15T20:57:24.128Z Downloaded no-std-compat v0.4.1
9912026-04-15T20:57:24.128Z Downloaded rand_xorshift v0.4.0
9922026-04-15T20:57:24.132Z Downloaded multer v3.1.0
9932026-04-15T20:57:24.132Z Downloaded lru-cache v0.1.2
9942026-04-15T20:57:24.132Z Downloaded oxide-tokio-rt v0.1.3
9952026-04-15T20:57:24.135Z Downloaded rand_chacha v0.3.1
9962026-04-15T20:57:24.135Z Downloaded num_enum_derive v0.7.6
9972026-04-15T20:57:24.135Z Downloaded cargo_toml v0.22.3
9982026-04-15T20:57:24.139Z Downloaded libsw v3.5.0
9992026-04-15T20:57:24.139Z Downloaded progenitor-macro v0.11.2
10002026-04-15T20:57:24.139Z Downloaded darling v0.23.0
10012026-04-15T20:57:24.143Z Downloaded ref-cast-impl v1.0.25
10022026-04-15T20:57:24.143Z Downloaded ref-cast v1.0.25
10032026-04-15T20:57:24.147Z Downloaded paste v1.0.15
10042026-04-15T20:57:24.147Z Downloaded password-hash v0.5.0
10052026-04-15T20:57:24.150Z Downloaded rustc_version v0.1.7
10062026-04-15T20:57:24.150Z Downloaded colored v3.1.1
10072026-04-15T20:57:24.156Z Downloaded clap_derive v4.6.0
10082026-04-15T20:57:24.156Z Downloaded hmac v0.12.1
10092026-04-15T20:57:24.156Z Downloaded parse-display-derive v0.10.0
10102026-04-15T20:57:24.160Z Downloaded num_enum v0.7.6
10112026-04-15T20:57:24.160Z Downloaded pkg-config v0.3.32
10122026-04-15T20:57:24.160Z Downloaded poly1305 v0.8.0
10132026-04-15T20:57:24.164Z Downloaded chacha20 v0.10.0
10142026-04-15T20:57:24.165Z Downloaded libsw-core v0.3.2
10152026-04-15T20:57:24.165Z Downloaded proc-macro-crate v3.5.0
10162026-04-15T20:57:24.168Z Downloaded phf v0.12.1
10172026-04-15T20:57:24.168Z Downloaded pem v3.0.6
10182026-04-15T20:57:24.168Z Downloaded dropshot_endpoint v0.16.7
10192026-04-15T20:57:24.172Z Downloaded bitflags v2.11.0
10202026-04-15T20:57:24.172Z Downloaded allocator-api2 v0.2.21
10212026-04-15T20:57:24.176Z Downloaded cancel-safe-futures v0.1.5
10222026-04-15T20:57:24.176Z Downloaded derive_more v0.99.20
10232026-04-15T20:57:24.179Z Downloaded progenitor v0.10.0
10242026-04-15T20:57:24.179Z Downloaded half v2.7.1
10252026-04-15T20:57:24.183Z Downloaded serde-big-array v0.5.1
10262026-04-15T20:57:24.183Z Downloaded serde_spanned v1.1.0
10272026-04-15T20:57:24.188Z Downloaded crossbeam-utils v0.8.21
10282026-04-15T20:57:24.188Z Downloaded scroll_derive v0.13.1
10292026-04-15T20:57:24.188Z Downloaded scroll_derive v0.12.1
10302026-04-15T20:57:24.188Z Downloaded serde_repr v0.1.20
10312026-04-15T20:57:24.192Z Downloaded serde_plain v1.0.2
10322026-04-15T20:57:24.192Z Downloaded crossbeam-channel v0.5.15
10332026-04-15T20:57:24.192Z Downloaded omicron-zone-package v0.12.2
10342026-04-15T20:57:24.196Z Downloaded sha1 v0.10.6
10352026-04-15T20:57:24.196Z Downloaded serial_test v3.4.0
10362026-04-15T20:57:24.196Z Downloaded semver v0.1.20
10372026-04-15T20:57:24.200Z Downloaded progenitor-extras v0.1.1
10382026-04-15T20:57:24.200Z Downloaded sigpipe v0.1.3
10392026-04-15T20:57:24.200Z Downloaded serial_test_derive v3.4.0
10402026-04-15T20:57:24.200Z Downloaded siphasher v1.0.2
10412026-04-15T20:57:24.204Z Downloaded progenitor-client v0.13.0
10422026-04-15T20:57:24.204Z Downloaded progenitor v0.11.2
10432026-04-15T20:57:24.204Z Downloaded progenitor v0.13.0
10442026-04-15T20:57:24.204Z Downloaded crossbeam-epoch v0.9.18
10452026-04-15T20:57:24.207Z Downloaded resolv-conf v0.7.6
10462026-04-15T20:57:24.208Z Downloaded num-integer v0.1.46
10472026-04-15T20:57:24.208Z Downloaded rand_core v0.10.0
10482026-04-15T20:57:24.211Z Downloaded num-complex v0.4.6
10492026-04-15T20:57:24.211Z Downloaded same-file v1.0.6
10502026-04-15T20:57:24.211Z Downloaded memmap2 v0.9.10
10512026-04-15T20:57:24.215Z Downloaded litemap v0.8.1
10522026-04-15T20:57:24.215Z Downloaded rustls-native-certs v0.8.3
10532026-04-15T20:57:24.218Z Downloaded hyper-rustls v0.27.7
10542026-04-15T20:57:24.219Z Downloaded num_enum v0.5.11
10552026-04-15T20:57:24.223Z Downloaded stable_deref_trait v1.2.1
10562026-04-15T20:57:24.223Z Downloaded smawk v0.3.2
10572026-04-15T20:57:24.223Z Downloaded rusty-fork v0.3.1
10582026-04-15T20:57:24.223Z Downloaded rustversion v1.0.22
10592026-04-15T20:57:24.227Z Downloaded rustls-pemfile v2.2.0
10602026-04-15T20:57:24.227Z Downloaded clap v4.6.0
10612026-04-15T20:57:24.231Z Downloaded postcard v1.1.3
10622026-04-15T20:57:24.234Z Downloaded parking_lot_core v0.8.6
10632026-04-15T20:57:24.234Z Downloaded schemars_derive v0.8.22
10642026-04-15T20:57:24.239Z Downloaded scroll v0.12.0
10652026-04-15T20:57:24.239Z Downloaded spin v0.5.2
10662026-04-15T20:57:24.239Z Downloaded pest_generator v2.8.6
10672026-04-15T20:57:24.239Z Downloaded pest_derive v2.8.6
10682026-04-15T20:57:24.243Z Downloaded ingot-macros v0.1.1
10692026-04-15T20:57:24.243Z Downloaded icu_properties v2.1.2
10702026-04-15T20:57:24.243Z Downloaded strum v0.26.3
10712026-04-15T20:57:24.243Z Downloaded proc-macro-error v1.0.4
10722026-04-15T20:57:24.246Z Downloaded take_mut v0.2.2
10732026-04-15T20:57:24.246Z Downloaded tagptr v0.2.0
10742026-04-15T20:57:24.246Z Downloaded structmeta-derive v0.3.0
10752026-04-15T20:57:24.250Z Downloaded dropshot_endpoint v0.17.0
10762026-04-15T20:57:24.250Z Downloaded icu_provider v2.1.1
10772026-04-15T20:57:24.254Z Downloaded structmeta v0.3.0
10782026-04-15T20:57:24.254Z Downloaded blake2 v0.10.6
10792026-04-15T20:57:24.254Z Downloaded parking_lot v0.11.2
10802026-04-15T20:57:24.257Z Downloaded secrecy v0.10.3
10812026-04-15T20:57:24.257Z Downloaded darling_core v0.23.0
10822026-04-15T20:57:24.257Z Downloaded ciborium v0.2.2
10832026-04-15T20:57:24.261Z Downloaded time-core v0.1.8
10842026-04-15T20:57:24.261Z Downloaded strum v0.27.2
10852026-04-15T20:57:24.261Z Downloaded tabled_derive v0.11.0
10862026-04-15T20:57:24.261Z Downloaded scroll v0.13.0
10872026-04-15T20:57:24.266Z Downloaded tabwriter v1.4.1
10882026-04-15T20:57:24.266Z Downloaded proc-macro-error2 v2.0.1
10892026-04-15T20:57:24.266Z Downloaded tabled_derive v0.7.0
10902026-04-15T20:57:24.266Z Downloaded thread-id v4.2.2
10912026-04-15T20:57:24.270Z Downloaded testing_table v0.3.0
10922026-04-15T20:57:24.270Z Downloaded slog-envlogger v2.2.0
10932026-04-15T20:57:24.270Z Downloaded indexmap v1.9.3
10942026-04-15T20:57:24.270Z Downloaded serde_tokenstream v0.2.3
10952026-04-15T20:57:24.274Z Downloaded serde_derive_internals v0.29.1
10962026-04-15T20:57:24.274Z Downloaded papergrid v0.17.0
10972026-04-15T20:57:24.277Z Downloaded elliptic-curve v0.13.8
10982026-04-15T20:57:24.277Z Downloaded ipnetwork v0.21.1
10992026-04-15T20:57:24.283Z Downloaded ingot v0.1.1
11002026-04-15T20:57:24.283Z Downloaded erased-serde v0.3.31
11012026-04-15T20:57:24.283Z Downloaded slog-async v2.8.0
11022026-04-15T20:57:24.288Z Downloaded slog-json v2.6.1
11032026-04-15T20:57:24.288Z Downloaded slog-bunyan v2.5.0
11042026-04-15T20:57:24.291Z Downloaded rhai_codegen v3.1.0
11052026-04-15T20:57:24.295Z Downloaded thread-id v5.1.0
11062026-04-15T20:57:24.295Z Downloaded slog-dtrace v0.3.0
11072026-04-15T20:57:24.295Z Downloaded termtree v0.5.1
11082026-04-15T20:57:24.295Z Downloaded snafu-derive v0.8.9
11092026-04-15T20:57:24.299Z Downloaded smf v0.2.3
11102026-04-15T20:57:24.299Z Downloaded smartstring v1.0.1
11112026-04-15T20:57:24.299Z Downloaded slog-term v2.9.2
11122026-04-15T20:57:24.299Z Downloaded slog-stdlog v4.1.1
11132026-04-15T20:57:24.302Z Downloaded async-compression v0.4.41
11142026-04-15T20:57:24.306Z Downloaded strum_macros v0.27.2
11152026-04-15T20:57:24.306Z Downloaded darling_core v0.21.3
11162026-04-15T20:57:24.309Z Downloaded indicatif v0.18.4
11172026-04-15T20:57:24.310Z Downloaded goblin v0.10.5
11182026-04-15T20:57:24.313Z Downloaded typify-macro v0.4.3
11192026-04-15T20:57:24.317Z Downloaded strum_macros v0.26.4
11202026-04-15T20:57:24.317Z Downloaded usdt-attr-macro v0.5.0
11212026-04-15T20:57:24.317Z Downloaded unit-prefix v0.5.2
11222026-04-15T20:57:24.317Z Downloaded const_format v0.2.35
11232026-04-15T20:57:24.321Z Downloaded usdt v0.5.0
11242026-04-15T20:57:24.321Z Downloaded untrusted v0.7.1
11252026-04-15T20:57:24.321Z Downloaded typify-macro v0.6.1
11262026-04-15T20:57:24.321Z Downloaded base64 v0.21.7
11272026-04-15T20:57:24.325Z Downloaded synstructure v0.13.2
11282026-04-15T20:57:24.325Z Downloaded icu_collections v2.1.1
11292026-04-15T20:57:24.329Z Downloaded thiserror-no-std v2.0.2
11302026-04-15T20:57:24.335Z Downloaded unarray v0.1.4
11312026-04-15T20:57:24.335Z Downloaded heapless v0.8.0
11322026-04-15T20:57:24.335Z Downloaded usdt v0.6.0
11332026-04-15T20:57:24.339Z Downloaded universal-hash v0.5.1
11342026-04-15T20:57:24.339Z Downloaded yoke-derive v0.8.1
11352026-04-15T20:57:24.339Z Downloaded progenitor-impl v0.13.0
11362026-04-15T20:57:24.339Z Downloaded sdd v3.0.10
11372026-04-15T20:57:24.339Z Downloaded usdt-macro v0.5.0
11382026-04-15T20:57:24.339Z Downloaded progenitor-impl v0.11.2
11392026-04-15T20:57:24.339Z Downloaded thiserror-impl-no-std v2.0.2
11402026-04-15T20:57:24.343Z Downloaded hickory-resolver v0.24.4
11412026-04-15T20:57:24.343Z Downloaded waitgroup v0.1.2
11422026-04-15T20:57:24.343Z Downloaded wait-timeout v0.2.1
11432026-04-15T20:57:24.347Z Downloaded usdt-macro v0.6.0
11442026-04-15T20:57:24.347Z Downloaded crypto-bigint v0.5.5
11452026-04-15T20:57:24.352Z Downloaded zerofrom-derive v0.1.6
11462026-04-15T20:57:24.352Z Downloaded tinystr v0.8.2
11472026-04-15T20:57:24.352Z Downloaded tiny-keccak v2.0.2
11482026-04-15T20:57:24.352Z Downloaded zeroize_derive v1.4.3
11492026-04-15T20:57:24.356Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11502026-04-15T20:57:24.360Z Downloaded icu_normalizer_data v2.1.1
11512026-04-15T20:57:24.360Z Downloaded tokio-rustls v0.25.0
11522026-04-15T20:57:24.360Z Downloaded tokio-tungstenite v0.21.0
11532026-04-15T20:57:24.363Z Downloaded slog-scope v4.4.1
11542026-04-15T20:57:24.363Z Downloaded icu_locale_core v2.1.1
11552026-04-15T20:57:24.367Z Downloaded pest_meta v2.8.6
11562026-04-15T20:57:24.367Z Downloaded papergrid v0.11.0
11572026-04-15T20:57:24.371Z Downloaded arc-swap v1.9.0
11582026-04-15T20:57:24.371Z Downloaded zerofrom v0.1.6
11592026-04-15T20:57:24.371Z Downloaded time-macros v0.2.27
11602026-04-15T20:57:24.375Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11612026-04-15T20:57:24.375Z Downloaded tokio-dtrace v0.1.1
11622026-04-15T20:57:24.375Z Downloaded spin v0.9.8
11632026-04-15T20:57:24.378Z Downloaded zone_cfg_derive v0.3.1
11642026-04-15T20:57:24.378Z Downloaded minimal-lexical v0.2.1
11652026-04-15T20:57:24.378Z Downloaded toml_writer v1.1.0+spec-1.1.0
11662026-04-15T20:57:24.382Z Downloaded serde_with_macros v3.18.0
11672026-04-15T20:57:24.386Z Downloaded jiff-static v0.2.23
11682026-04-15T20:57:24.386Z Downloaded prettyplease v0.2.37
11692026-04-15T20:57:24.389Z Downloaded usdt-attr-macro v0.6.0
11702026-04-15T20:57:24.389Z Downloaded openssl-sys v0.9.112
11712026-04-15T20:57:24.389Z Downloaded topological-sort v0.2.2
11722026-04-15T20:57:24.393Z Downloaded rustls-platform-verifier v0.6.2
11732026-04-15T20:57:24.393Z Downloaded progenitor-impl v0.10.0
11742026-04-15T20:57:24.396Z Downloaded thin-vec v0.2.16
11752026-04-15T20:57:24.396Z Downloaded similar v2.7.0
11762026-04-15T20:57:24.400Z Downloaded walkdir v2.5.0
11772026-04-15T20:57:24.400Z Downloaded dropshot-api-manager v0.7.0
11782026-04-15T20:57:24.400Z Downloaded whoami v1.6.1
11792026-04-15T20:57:24.404Z Downloaded xz2 v0.1.7
11802026-04-15T20:57:24.404Z Downloaded pretty_assertions v1.4.1
11812026-04-15T20:57:24.404Z Downloaded usdt-impl v0.6.0
11822026-04-15T20:57:24.404Z Downloaded schemars v0.8.22
11832026-04-15T20:57:24.451Z Downloaded zerovec-derive v0.11.2
11842026-04-15T20:57:24.458Z Downloaded writeable v0.6.2
11852026-04-15T20:57:24.458Z Downloaded vsss-rs v3.3.4
11862026-04-15T20:57:24.458Z Downloaded yoke v0.8.1
11872026-04-15T20:57:24.458Z Downloaded slog v2.8.2
11882026-04-15T20:57:24.458Z Downloaded utf-8 v0.7.6
11892026-04-15T20:57:24.458Z Downloaded hickory-resolver v0.25.2
11902026-04-15T20:57:24.458Z Downloaded term v1.2.1
11912026-04-15T20:57:24.458Z Downloaded chacha20poly1305 v0.10.1
11922026-04-15T20:57:24.458Z Downloaded toml_parser v1.1.0+spec-1.1.0
11932026-04-15T20:57:24.458Z Downloaded rayon-core v1.13.0
11942026-04-15T20:57:24.458Z Downloaded zone v0.3.1
11952026-04-15T20:57:24.458Z Downloaded serde_yaml v0.9.34+deprecated
11962026-04-15T20:57:24.458Z Downloaded expectorate v1.2.0
11972026-04-15T20:57:24.458Z Downloaded indexmap v2.13.0
11982026-04-15T20:57:24.458Z Downloaded ucd-trie v0.1.7
11992026-04-15T20:57:24.458Z Downloaded libm v0.2.16
12002026-04-15T20:57:24.458Z Downloaded usdt-impl v0.5.0
12012026-04-15T20:57:24.458Z Downloaded toml v0.7.8
12022026-04-15T20:57:24.462Z Downloaded rustls-webpki v0.103.10
12032026-04-15T20:57:24.462Z Downloaded test-strategy v0.4.5
12042026-04-15T20:57:24.462Z Downloaded zerocopy-derive v0.7.35
12052026-04-15T20:57:24.462Z Downloaded hashbrown v0.12.3
12062026-04-15T20:57:24.466Z Downloaded schemars v1.2.1
12072026-04-15T20:57:24.472Z Downloaded tungstenite v0.21.0
12082026-04-15T20:57:24.476Z Downloaded typify v0.6.1
12092026-04-15T20:57:24.476Z Downloaded unsafe-libyaml v0.2.11
12102026-04-15T20:57:24.479Z Downloaded typify v0.4.3
12112026-04-15T20:57:24.479Z Downloaded rand v0.9.2
12122026-04-15T20:57:24.484Z Downloaded nom v8.0.0
12132026-04-15T20:57:24.487Z Downloaded rand v0.8.5
12142026-04-15T20:57:24.487Z Downloaded schemars v0.9.0
12152026-04-15T20:57:24.493Z Downloaded qorb v0.4.1
12162026-04-15T20:57:24.497Z Downloaded steno v0.4.1
12172026-04-15T20:57:24.500Z Downloaded toml_edit v0.25.8+spec-1.1.0
12182026-04-15T20:57:24.500Z Downloaded nom v7.1.3
12192026-04-15T20:57:24.504Z Downloaded toml v1.1.0+spec-1.1.0
12202026-04-15T20:57:24.508Z Downloaded yansi v1.0.1
12212026-04-15T20:57:24.508Z Downloaded toml v0.9.12+spec-1.1.0
12222026-04-15T20:57:24.511Z Downloaded icu_normalizer v2.1.1
12232026-04-15T20:57:24.511Z Downloaded hkdf v0.12.4
12242026-04-15T20:57:24.511Z Downloaded goblin v0.8.2
12252026-04-15T20:57:24.515Z Downloaded snafu v0.8.9
12262026-04-15T20:57:24.519Z Downloaded zerotrie v0.2.3
12272026-04-15T20:57:24.525Z Downloaded hashbrown v0.16.1
12282026-04-15T20:57:24.529Z Downloaded pest v2.8.6
12292026-04-15T20:57:24.533Z Downloaded itertools v0.12.1
12302026-04-15T20:57:24.539Z Downloaded rand v0.10.1
12312026-04-15T20:57:24.539Z Downloaded toml_edit v0.19.15
12322026-04-15T20:57:24.545Z Downloaded iddqd v0.3.17
12332026-04-15T20:57:24.550Z Downloaded icu_properties_data v2.1.2
12342026-04-15T20:57:24.566Z Downloaded zerocopy-derive v0.8.48
12352026-04-15T20:57:24.570Z Downloaded typed-path v0.9.3
12362026-04-15T20:57:24.575Z Downloaded scc v2.4.0
12372026-04-15T20:57:24.583Z Downloaded reqwest v0.13.2
12382026-04-15T20:57:24.616Z Downloaded tough v0.20.0
12392026-04-15T20:57:24.620Z Downloaded zerovec v0.11.5
12402026-04-15T20:57:24.627Z Downloaded moka v0.12.15
12412026-04-15T20:57:24.630Z Downloaded rayon v1.11.0
12422026-04-15T20:57:24.638Z Downloaded zerocopy v0.7.35
12432026-04-15T20:57:24.648Z Downloaded rustls-webpki v0.102.8
12442026-04-15T20:57:24.658Z Downloaded serde_with v3.18.0
12452026-04-15T20:57:24.663Z Downloaded aws-lc-rs v1.16.2
12462026-04-15T20:57:24.668Z Downloaded tabled v0.15.0
12472026-04-15T20:57:24.678Z Downloaded proptest v1.11.0
12482026-04-15T20:57:24.682Z Downloaded blake3 v1.8.4
12492026-04-15T20:57:24.686Z Downloaded winnow v0.5.40
12502026-04-15T20:57:24.694Z Downloaded time v0.3.47
12512026-04-15T20:57:24.704Z Downloaded tabled v0.20.0
12522026-04-15T20:57:24.714Z Downloaded openssl v0.10.76
12532026-04-15T20:57:24.719Z Downloaded syn v1.0.109
12542026-04-15T20:57:24.737Z Downloaded nix v0.31.2
12552026-04-15T20:57:24.751Z Downloaded rhai v1.24.0
12562026-04-15T20:57:24.766Z Downloaded hickory-proto v0.25.2
12572026-04-15T20:57:24.774Z Downloaded hickory-proto v0.24.4
12582026-04-15T20:57:24.782Z Downloaded smoltcp v0.11.0
12592026-04-15T20:57:24.790Z Downloaded rustls v0.22.4
12602026-04-15T20:57:24.795Z Downloaded openapiv3 v2.2.0
12612026-04-15T20:57:24.802Z Downloaded regress v0.10.5
12622026-04-15T20:57:24.808Z Downloaded dropshot v0.17.0
12632026-04-15T20:57:24.822Z Downloaded rustls v0.23.37
12642026-04-15T20:57:24.827Z Downloaded dropshot v0.16.7
12652026-04-15T20:57:24.862Z Downloaded sled v0.34.7
12662026-04-15T20:57:24.868Z Downloaded typify-impl v0.6.1
12672026-04-15T20:57:24.877Z Downloaded lzma-sys v0.1.20
12682026-04-15T20:57:24.894Z Downloaded typify-impl v0.4.3
12692026-04-15T20:57:24.903Z Downloaded jiff v0.2.23
12702026-04-15T20:57:24.912Z Downloaded sha3 v0.10.8
12712026-04-15T20:57:24.927Z Downloaded petgraph v0.6.5
12722026-04-15T20:57:24.952Z Downloaded encoding_rs v0.8.35
12732026-04-15T20:57:24.965Z Downloaded chrono-tz v0.10.4
12742026-04-15T20:57:24.976Z Downloaded csv v1.4.0
12752026-04-15T20:57:25.594Z Downloaded aws-lc-sys v0.39.1
12762026-04-15T20:57:26.502Z Compiling proc-macro2 v1.0.106
12772026-04-15T20:57:26.502Z Compiling quote v1.0.45
12782026-04-15T20:57:26.503Z Compiling unicode-ident v1.0.24
12792026-04-15T20:57:26.507Z Compiling serde_core v1.0.228
12802026-04-15T20:57:26.507Z Compiling cfg-if v1.0.4
12812026-04-15T20:57:26.507Z Compiling serde v1.0.228
12822026-04-15T20:57:26.507Z Compiling libc v0.2.185
12832026-04-15T20:57:26.507Z Compiling memchr v2.8.0
12842026-04-15T20:57:26.709Z Compiling itoa v1.0.18
12852026-04-15T20:57:26.947Z Compiling zmij v1.0.21
12862026-04-15T20:57:26.975Z Compiling autocfg v1.5.0
12872026-04-15T20:57:26.984Z Compiling version_check v0.9.5
12882026-04-15T20:57:27.257Z Compiling libm v0.2.16
12892026-04-15T20:57:27.323Z Compiling stable_deref_trait v1.2.1
12902026-04-15T20:57:27.326Z Compiling pin-project-lite v0.2.17
12912026-04-15T20:57:27.405Z Compiling litemap v0.8.1
12922026-04-15T20:57:27.417Z Compiling writeable v0.6.2
12932026-04-15T20:57:27.496Z Compiling icu_normalizer_data v2.1.1
12942026-04-15T20:57:27.556Z Compiling percent-encoding v2.3.2
12952026-04-15T20:57:27.566Z Compiling icu_properties_data v2.1.2
12962026-04-15T20:57:27.599Z Compiling equivalent v1.0.2
12972026-04-15T20:57:27.611Z Compiling iana-time-zone v0.1.65
12982026-04-15T20:57:27.755Z Compiling scopeguard v1.2.0
12992026-04-15T20:57:27.833Z Compiling parking_lot_core v0.9.12
13002026-04-15T20:57:27.838Z Compiling lock_api v0.4.14
13012026-04-15T20:57:27.859Z Compiling syn v2.0.117
13022026-04-15T20:57:27.938Z Compiling foldhash v0.2.0
13032026-04-15T20:57:27.984Z Compiling allocator-api2 v0.2.21
13042026-04-15T20:57:28.050Z Compiling form_urlencoded v1.2.2
13052026-04-15T20:57:28.070Z Compiling utf8_iter v1.0.4
13062026-04-15T20:57:28.081Z Compiling serde_json v1.0.149
13072026-04-15T20:57:28.190Z Compiling dyn-clone v1.0.20
13082026-04-15T20:57:28.212Z Compiling num-traits v0.2.19
13092026-04-15T20:57:28.229Z Compiling log v0.4.29
13102026-04-15T20:57:28.307Z Compiling hashbrown v0.16.1
13112026-04-15T20:57:28.332Z Compiling jobserver v0.1.34
13122026-04-15T20:57:28.332Z Compiling shlex v1.3.0
13132026-04-15T20:57:28.414Z Compiling find-msvc-tools v0.1.9
13142026-04-15T20:57:28.525Z Compiling futures-core v0.3.32
13152026-04-15T20:57:28.655Z Compiling cc v1.2.58
13162026-04-15T20:57:28.669Z Compiling zerocopy v0.8.48
13172026-04-15T20:57:28.680Z Compiling errno v0.3.14
13182026-04-15T20:57:28.816Z Compiling semver v1.0.28
13192026-04-15T20:57:28.918Z Compiling thiserror v2.0.18
13202026-04-15T20:57:28.956Z Compiling getrandom v0.4.2
13212026-04-15T20:57:29.099Z Compiling rand_core v0.10.0
13222026-04-15T20:57:29.160Z Compiling indexmap v2.13.0
13232026-04-15T20:57:29.253Z Compiling heck v0.5.0
13242026-04-15T20:57:29.413Z Compiling futures-sink v0.3.32
13252026-04-15T20:57:29.468Z Compiling slab v0.4.12
13262026-04-15T20:57:29.509Z Compiling fnv v1.0.7
13272026-04-15T20:57:29.513Z Compiling futures-channel v0.3.32
13282026-04-15T20:57:29.603Z Compiling uuid v1.23.0
13292026-04-15T20:57:29.635Z Compiling portable-atomic v1.13.1
13302026-04-15T20:57:29.738Z Compiling futures-io v0.3.32
13312026-04-15T20:57:29.807Z Compiling rustversion v1.0.22
13322026-04-15T20:57:29.897Z Compiling futures-task v0.3.32
13332026-04-15T20:57:29.951Z Compiling typenum v1.19.0
13342026-04-15T20:57:29.988Z Compiling schemars v0.8.22
13352026-04-15T20:57:30.009Z Compiling socket2 v0.6.3
13362026-04-15T20:57:30.062Z Compiling getrandom v0.2.17
13372026-04-15T20:57:30.226Z Compiling critical-section v1.2.0
13382026-04-15T20:57:30.240Z Compiling signal-hook-registry v1.4.8
13392026-04-15T20:57:30.327Z Compiling mio v1.2.0
13402026-04-15T20:57:30.397Z Compiling bitflags v2.11.0
13412026-04-15T20:57:30.452Z Compiling subtle v2.6.1
13422026-04-15T20:57:30.530Z Compiling once_cell v1.21.4
13432026-04-15T20:57:30.617Z Compiling byteorder v1.5.0
13442026-04-15T20:57:30.626Z Compiling base64 v0.22.1
13452026-04-15T20:57:30.636Z Compiling untrusted v0.9.0
13462026-04-15T20:57:30.729Z Compiling synstructure v0.13.2
13472026-04-15T20:57:30.742Z Compiling serde_derive_internals v0.29.1
13482026-04-15T20:57:30.752Z Compiling rand_core v0.6.4
13492026-04-15T20:57:30.834Z Compiling cmake v0.1.58
13502026-04-15T20:57:30.838Z Compiling dunce v1.0.5
13512026-04-15T20:57:30.869Z Compiling fs_extra v1.3.0
13522026-04-15T20:57:30.933Z Compiling atomic-waker v1.1.2
13532026-04-15T20:57:30.947Z Compiling rustix v1.1.4
13542026-04-15T20:57:30.969Z Compiling regex-syntax v0.8.10
13552026-04-15T20:57:31.054Z Compiling httparse v1.10.1
13562026-04-15T20:57:31.118Z Compiling strsim v0.11.1
13572026-04-15T20:57:31.167Z Compiling aws-lc-sys v0.39.1
13582026-04-15T20:57:31.230Z Compiling ipnet v2.12.0
13592026-04-15T20:57:31.431Z Compiling slog v2.8.2
13602026-04-15T20:57:31.478Z Compiling generic-array v0.14.7
13612026-04-15T20:57:31.495Z Compiling ucd-trie v0.1.7
13622026-04-15T20:57:31.520Z Compiling tower-layer v0.3.3
13632026-04-15T20:57:31.648Z Compiling tower-service v0.3.3
13642026-04-15T20:57:31.676Z Compiling getrandom v0.3.4
13652026-04-15T20:57:31.695Z Compiling thiserror v1.0.69
13662026-04-15T20:57:31.772Z Compiling pest v2.8.6
13672026-04-15T20:57:31.802Z Compiling try-lock v0.2.5
13682026-04-15T20:57:31.935Z Compiling want v0.3.1
13692026-04-15T20:57:31.972Z Compiling serde_derive v1.0.228
13702026-04-15T20:57:32.033Z Compiling zerofrom-derive v0.1.6
13712026-04-15T20:57:32.056Z Compiling yoke-derive v0.8.1
13722026-04-15T20:57:32.075Z Compiling zerovec-derive v0.11.2
13732026-04-15T20:57:32.106Z Compiling displaydoc v0.2.5
13742026-04-15T20:57:32.111Z Compiling tokio-macros v2.7.0
13752026-04-15T20:57:32.859Z Compiling schemars_derive v0.8.22
13762026-04-15T20:57:32.863Z Compiling zerocopy-derive v0.8.48
13772026-04-15T20:57:33.104Z Compiling thiserror-impl v2.0.18
13782026-04-15T20:57:33.115Z Compiling zeroize_derive v1.4.3
13792026-04-15T20:57:33.182Z Compiling futures-macro v0.3.32
13802026-04-15T20:57:33.253Z Compiling zerofrom v0.1.6
13812026-04-15T20:57:33.375Z Compiling yoke v0.8.1
13822026-04-15T20:57:33.559Z Compiling zerovec v0.11.5
13832026-04-15T20:57:33.718Z Compiling zerotrie v0.2.3
13842026-04-15T20:57:33.792Z Compiling zeroize v1.8.2
13852026-04-15T20:57:34.008Z Compiling tinystr v0.8.2
13862026-04-15T20:57:34.019Z Compiling potential_utf v0.1.4
13872026-04-15T20:57:34.058Z Compiling futures-util v0.3.32
13882026-04-15T20:57:34.179Z Compiling icu_locale_core v2.1.1
13892026-04-15T20:57:34.203Z Compiling icu_collections v2.1.1
13902026-04-15T20:57:34.271Z Compiling thiserror-impl v1.0.69
13912026-04-15T20:57:34.710Z Compiling pest_meta v2.8.6
13922026-04-15T20:57:34.925Z Compiling icu_provider v2.1.1
13932026-04-15T20:57:35.108Z Compiling bytes v1.11.1
13942026-04-15T20:57:35.189Z Compiling smallvec v1.15.1
13952026-04-15T20:57:35.223Z Compiling icu_properties v2.1.2
13962026-04-15T20:57:35.410Z Compiling icu_normalizer v2.1.1
13972026-04-15T20:57:35.421Z Compiling chrono v0.4.44
13982026-04-15T20:57:35.986Z Compiling parking_lot v0.12.5
13992026-04-15T20:57:35.998Z Compiling http v1.4.0
14002026-04-15T20:57:36.039Z Compiling idna_adapter v1.2.1
14012026-04-15T20:57:36.184Z Compiling idna v1.1.0
14022026-04-15T20:57:36.322Z Compiling tokio v1.52.0
14032026-04-15T20:57:36.348Z Compiling serde_tokenstream v0.2.3
14042026-04-15T20:57:36.390Z Compiling erased-serde v0.3.31
14052026-04-15T20:57:36.630Z Compiling url v2.5.8
14062026-04-15T20:57:36.920Z Compiling http-body v1.0.1
14072026-04-15T20:57:37.029Z Compiling ryu v1.0.23
14082026-04-15T20:57:37.061Z Compiling httpdate v1.0.3
14092026-04-15T20:57:37.072Z Compiling pest_generator v2.8.6
14102026-04-15T20:57:37.283Z Compiling ppv-lite86 v0.2.21
14112026-04-15T20:57:37.294Z Compiling pretty-hex v0.4.2
14122026-04-15T20:57:37.366Z Compiling plain v0.2.3
14132026-04-15T20:57:37.426Z Compiling paste v1.0.15
14142026-04-15T20:57:37.470Z Compiling crypto-common v0.1.7
14152026-04-15T20:57:37.573Z Compiling ident_case v1.0.1
14162026-04-15T20:57:37.602Z Compiling omicron-workspace-hack v0.1.0
14172026-04-15T20:57:37.605Z Compiling tracing-attributes v0.1.31
14182026-04-15T20:57:37.722Z Compiling tracing-core v0.1.36
14192026-04-15T20:57:37.738Z Compiling pest_derive v2.8.6
14202026-04-15T20:57:37.885Z Compiling serde_urlencoded v0.7.1
14212026-04-15T20:57:38.130Z Compiling http-body-util v0.1.3
14222026-04-15T20:57:38.237Z Compiling ipnetwork v0.21.1
14232026-04-15T20:57:38.240Z Compiling daft-derive v0.1.5
14242026-04-15T20:57:38.301Z Compiling sync_wrapper v1.0.2
14252026-04-15T20:57:38.372Z Compiling fastrand v2.3.0
14262026-04-15T20:57:38.402Z Compiling aho-corasick v1.1.4
14272026-04-15T20:57:38.639Z Compiling winnow v1.0.1
14282026-04-15T20:57:38.670Z Compiling rustls-pki-types v1.14.0
14292026-04-15T20:57:38.715Z Compiling scroll_derive v0.13.1
14302026-04-15T20:57:38.839Z Compiling tracing v0.1.44
14312026-04-15T20:57:38.975Z Compiling async-trait v0.1.89
14322026-04-15T20:57:39.084Z Compiling ring v0.17.14
14332026-04-15T20:57:39.359Z Compiling regex-automata v0.4.14
14342026-04-15T20:57:39.549Z Compiling num-conv v0.2.1
14352026-04-15T20:57:39.586Z Compiling iri-string v0.7.12
14362026-04-15T20:57:39.670Z Compiling powerfmt v0.2.0
14372026-04-15T20:57:39.694Z Compiling cpufeatures v0.2.17
14382026-04-15T20:57:39.760Z Compiling time-core v0.1.8
14392026-04-15T20:57:39.798Z Compiling anyhow v1.0.102
14402026-04-15T20:57:39.876Z Compiling deranged v0.5.8
14412026-04-15T20:57:39.900Z Compiling time-macros v0.2.27
14422026-04-15T20:57:40.309Z Compiling scroll v0.13.0
14432026-04-15T20:57:40.724Z Compiling block-buffer v0.10.4
14442026-04-15T20:57:40.826Z Compiling num_threads v0.1.7
14452026-04-15T20:57:40.843Z Compiling hex v0.4.3
14462026-04-15T20:57:40.868Z Compiling digest v0.10.7
14472026-04-15T20:57:41.076Z Compiling regex v1.12.3
14482026-04-15T20:57:41.090Z Compiling goblin v0.10.5
14492026-04-15T20:57:41.508Z Compiling tokio-util v0.7.18
14502026-04-15T20:57:41.533Z Compiling oxnet v0.1.4
14512026-04-15T20:57:41.868Z Compiling camino v1.2.2
14522026-04-15T20:57:42.291Z Compiling openssl-probe v0.2.1
14532026-04-15T20:57:42.378Z Compiling usdt-impl v0.6.0
14542026-04-15T20:57:42.627Z Compiling dtrace-parser v0.3.0
14552026-04-15T20:57:42.891Z Compiling futures-executor v0.3.32
14562026-04-15T20:57:43.062Z Compiling crossbeam-utils v0.8.21
14572026-04-15T20:57:43.366Z Compiling h2 v0.4.13
14582026-04-15T20:57:43.422Z Compiling structmeta-derive v0.3.0
14592026-04-15T20:57:43.439Z Compiling regress v0.10.5
14602026-04-15T20:57:43.489Z Compiling thread-id v5.1.0
14612026-04-15T20:57:43.565Z Compiling syn v1.0.109
14622026-04-15T20:57:43.840Z Compiling dof v0.4.0
14632026-04-15T20:57:43.867Z Compiling rustls v0.22.4
14642026-04-15T20:57:44.416Z Compiling structmeta v0.3.0
14652026-04-15T20:57:44.782Z Compiling futures v0.3.32
14662026-04-15T20:57:44.859Z Compiling rand_core v0.9.5
14672026-04-15T20:57:45.077Z Compiling darling_core v0.23.0
14682026-04-15T20:57:45.191Z Compiling newtype-uuid-macros v0.1.0
14692026-04-15T20:57:45.328Z Compiling thread_local v1.1.9
14702026-04-15T20:57:45.602Z Compiling hyper v1.9.0
14712026-04-15T20:57:45.988Z Compiling match_cfg v0.1.0
14722026-04-15T20:57:46.008Z Compiling winnow v0.7.15
14732026-04-15T20:57:46.055Z Compiling aws-lc-rs v1.16.2
14742026-04-15T20:57:46.353Z Compiling newtype-uuid v1.3.2
14752026-04-15T20:57:46.410Z Compiling quick-error v1.2.3
14762026-04-15T20:57:46.518Z Compiling slog-async v2.8.0
14772026-04-15T20:57:46.697Z Compiling hyper-util v0.1.20
14782026-04-15T20:57:47.035Z Compiling ref-cast v1.0.25
14792026-04-15T20:57:47.210Z Compiling darling_macro v0.23.0
14802026-04-15T20:57:47.357Z Compiling daft v0.1.5
14812026-04-15T20:57:47.389Z Compiling usdt-attr-macro v0.6.0
14822026-04-15T20:57:47.400Z Compiling usdt-macro v0.6.0
14832026-04-15T20:57:47.552Z Compiling rand_chacha v0.9.0
14842026-04-15T20:57:47.614Z Compiling strum_macros v0.26.4
14852026-04-15T20:57:47.785Z Compiling darling v0.23.0
14862026-04-15T20:57:47.865Z Compiling ref-cast-impl v1.0.25
14872026-04-15T20:57:47.990Z Compiling serde_spanned v1.1.0
14882026-04-15T20:57:48.139Z Compiling toml_datetime v0.7.5+spec-1.1.0
14892026-04-15T20:57:48.449Z Compiling multer v3.1.0
14902026-04-15T20:57:48.468Z Compiling bit-vec v0.8.0
14912026-04-15T20:57:48.484Z Compiling untrusted v0.7.1
14922026-04-15T20:57:48.519Z Compiling term v1.2.1
14932026-04-15T20:57:48.548Z Compiling toml_writer v1.1.0+spec-1.1.0
14942026-04-15T20:57:48.605Z Compiling debug-ignore v1.0.5
14952026-04-15T20:57:48.663Z Compiling take_mut v0.2.2
14962026-04-15T20:57:48.703Z Compiling bit-set v0.8.0
14972026-04-15T20:57:48.754Z Compiling serde_with_macros v3.18.0
14982026-04-15T20:57:48.764Z Compiling rand v0.9.2
14992026-04-15T20:57:48.854Z Compiling async-stream-impl v0.3.6
15002026-04-15T20:57:49.232Z Compiling dropshot v0.16.7
15012026-04-15T20:57:49.237Z Compiling strum v0.26.3
15022026-04-15T20:57:49.355Z Compiling encoding_rs v0.8.35
15032026-04-15T20:57:49.366Z Compiling mime v0.3.17
15042026-04-15T20:57:49.475Z Compiling spin v0.9.8
15052026-04-15T20:57:49.586Z Compiling unarray v0.1.4
15062026-04-15T20:57:49.596Z Compiling rustls v0.23.37
15072026-04-15T20:57:49.631Z Compiling async-stream v0.3.6
15082026-04-15T20:57:49.701Z Compiling derive-ex v0.1.8
15092026-04-15T20:57:49.800Z Compiling dropshot_endpoint v0.16.7
15102026-04-15T20:57:49.800Z Compiling macaddr v1.0.1
15112026-04-15T20:57:49.877Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15122026-04-15T20:57:50.022Z Compiling waitgroup v0.1.2
15132026-04-15T20:57:50.140Z Compiling serde_path_to_error v0.1.20
15142026-04-15T20:57:50.349Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15152026-04-15T20:57:50.473Z Compiling tempfile v3.27.0
15162026-04-15T20:57:50.522Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15172026-04-15T20:57:50.667Z Compiling tower v0.5.3
15182026-04-15T20:57:50.841Z Compiling strum_macros v0.27.2
15192026-04-15T20:57:50.894Z Compiling instant v0.1.13
15202026-04-15T20:57:51.008Z Compiling time v0.3.47
15212026-04-15T20:57:51.140Z Compiling tower-http v0.6.8
15222026-04-15T20:57:51.257Z Compiling test-strategy v0.4.5
15232026-04-15T20:57:51.304Z Compiling rustc-hash v2.1.2
15242026-04-15T20:57:51.435Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15252026-04-15T20:57:51.558Z Compiling crossbeam-channel v0.5.15
15262026-04-15T20:57:52.059Z Compiling openapiv3 v2.2.0
15272026-04-15T20:57:52.740Z Compiling strum v0.27.2
15282026-04-15T20:57:52.867Z Compiling parse-display-derive v0.10.0
15292026-04-15T20:57:53.304Z Compiling rustls-webpki v0.102.8
15302026-04-15T20:57:53.717Z Compiling rustls-native-certs v0.8.3
15312026-04-15T20:57:53.931Z Compiling backon v1.6.0
15322026-04-15T20:57:54.058Z Compiling rand_chacha v0.3.1
15332026-04-15T20:57:54.514Z Compiling rand v0.8.5
15342026-04-15T20:57:54.524Z Compiling slog-json v2.6.1
15352026-04-15T20:57:54.727Z Compiling hostname v0.3.1
15362026-04-15T20:57:54.754Z Compiling toml_parser v1.1.0+spec-1.1.0
15372026-04-15T20:57:54.863Z Compiling is-terminal v0.4.17
15382026-04-15T20:57:54.913Z Compiling wait-timeout v0.2.1
15392026-04-15T20:57:54.952Z Compiling memmap2 v0.9.10
15402026-04-15T20:57:55.167Z Compiling either v1.15.0
15412026-04-15T20:57:55.215Z Compiling toml v0.9.12+spec-1.1.0
15422026-04-15T20:57:55.315Z Compiling usdt v0.6.0
15432026-04-15T20:57:55.365Z Compiling rusty-fork v0.3.1
15442026-04-15T20:57:55.440Z Compiling slog-term v2.9.2
15452026-04-15T20:57:55.592Z Compiling slog-bunyan v2.5.0
15462026-04-15T20:57:55.854Z Compiling serde_with v3.18.0
15472026-04-15T20:57:56.049Z Compiling tokio-rustls v0.25.0
15482026-04-15T20:57:56.184Z Compiling rand_xorshift v0.4.0
15492026-04-15T20:57:56.272Z Compiling sha1 v0.10.6
15502026-04-15T20:57:56.284Z Compiling rustls-pemfile v2.2.0
15512026-04-15T20:57:56.324Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15522026-04-15T20:57:56.476Z Compiling hostname v0.4.2
15532026-04-15T20:57:56.494Z Compiling proptest v1.11.0
15542026-04-15T20:57:57.190Z Compiling reqwest v0.12.28
15552026-04-15T20:57:57.299Z Compiling iddqd v0.3.17
15562026-04-15T20:57:57.658Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15572026-04-15T20:57:58.526Z Compiling progenitor-client v0.10.0
15582026-04-15T20:57:58.601Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15592026-04-15T20:57:58.802Z Compiling parse-display v0.10.0
15602026-04-15T20:57:59.141Z Compiling itertools v0.14.0
15612026-04-15T20:57:59.180Z Compiling backoff v0.4.0
15622026-04-15T20:57:59.236Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15632026-04-15T20:57:59.826Z Compiling toml_datetime v0.6.11
15642026-04-15T20:58:00.385Z Compiling utf8parse v0.2.2
15652026-04-15T20:58:00.497Z Compiling anstyle-parse v1.0.0
15662026-04-15T20:58:00.706Z Compiling zerocopy-derive v0.7.35
15672026-04-15T20:58:01.022Z Compiling colorchoice v1.0.5
15682026-04-15T20:58:01.135Z Compiling anstyle v1.0.14
15692026-04-15T20:58:01.356Z Compiling is_terminal_polyfill v1.70.2
15702026-04-15T20:58:01.448Z Compiling anstyle-query v1.1.5
15712026-04-15T20:58:01.543Z Compiling anstream v1.0.0
15722026-04-15T20:58:01.556Z Compiling zerocopy v0.7.35
15732026-04-15T20:58:02.091Z Compiling convert_case v0.4.0
15742026-04-15T20:58:02.187Z Compiling clap_lex v1.1.0
15752026-04-15T20:58:02.397Z Compiling derive_more v0.99.20
15762026-04-15T20:58:03.108Z Compiling tinyvec_macros v0.1.1
15772026-04-15T20:58:03.137Z Compiling unicode-width v0.2.2
15782026-04-15T20:58:03.173Z Compiling tinyvec v1.11.0
15792026-04-15T20:58:03.751Z Compiling dtrace-parser v0.2.0
15802026-04-15T20:58:03.828Z Compiling serde_spanned v0.6.9
15812026-04-15T20:58:03.895Z Compiling secrecy v0.10.3
15822026-04-15T20:58:03.967Z Compiling scroll_derive v0.12.1
15832026-04-15T20:58:04.049Z Compiling clap_derive v4.6.0
15842026-04-15T20:58:04.583Z Compiling usdt-impl v0.5.0
15852026-04-15T20:58:04.631Z Compiling crucible-workspace-hack v0.1.0
15862026-04-15T20:58:04.642Z Compiling toml_write v0.1.2
15872026-04-15T20:58:04.681Z Compiling scroll v0.12.0
15882026-04-15T20:58:04.844Z Compiling toml_edit v0.22.27
15892026-04-15T20:58:05.214Z Compiling dof v0.3.0
15902026-04-15T20:58:05.556Z Compiling typify-impl v0.6.1
15912026-04-15T20:58:05.595Z Compiling terminal_size v0.4.4
15922026-04-15T20:58:05.611Z Compiling darling_core v0.21.3
15932026-04-15T20:58:05.730Z Compiling rustc_version v0.4.1
15942026-04-15T20:58:05.740Z Compiling thread-id v4.2.2
15952026-04-15T20:58:05.996Z Compiling curve25519-dalek v4.1.3
15962026-04-15T20:58:06.274Z Compiling toml v0.8.23
15972026-04-15T20:58:06.813Z Compiling goblin v0.8.2
15982026-04-15T20:58:07.230Z Compiling crossbeam-epoch v0.9.18
15992026-04-15T20:58:07.379Z Compiling hmac v0.12.1
16002026-04-15T20:58:07.516Z Compiling inout v0.1.4
16012026-04-15T20:58:07.579Z Compiling ff v0.13.1
16022026-04-15T20:58:07.664Z Compiling num-integer v0.1.46
16032026-04-15T20:58:07.786Z Compiling darling_macro v0.21.3
16042026-04-15T20:58:08.017Z Compiling float-ord v0.3.2
16052026-04-15T20:58:08.364Z Compiling darling v0.21.3
16062026-04-15T20:58:08.411Z Compiling group v0.13.0
16072026-04-15T20:58:08.443Z Compiling cipher v0.4.4
16082026-04-15T20:58:08.518Z Compiling hkdf v0.12.4
16092026-04-15T20:58:08.891Z Compiling clap_builder v4.6.0
16102026-04-15T20:58:10.700Z Compiling thiserror-impl-no-std v2.0.2
16112026-04-15T20:58:10.867Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16122026-04-15T20:58:11.541Z Compiling universal-hash v0.5.1
16132026-04-15T20:58:11.617Z Compiling half v2.7.1
16142026-04-15T20:58:11.667Z Compiling crypto-bigint v0.5.5
16152026-04-15T20:58:11.775Z Compiling curve25519-dalek-derive v0.1.1
16162026-04-15T20:58:11.842Z Compiling typify-macro v0.6.1
16172026-04-15T20:58:12.166Z Compiling proc-macro-error-attr v1.0.4
16182026-04-15T20:58:12.389Z Compiling rustix v0.38.44
16192026-04-15T20:58:12.473Z Compiling heapless v0.8.0
16202026-04-15T20:58:12.523Z Compiling base64ct v1.8.3
16212026-04-15T20:58:12.544Z Compiling toml_datetime v1.1.0+spec-1.1.0
16222026-04-15T20:58:12.736Z Compiling ciborium-io v0.2.2
16232026-04-15T20:58:12.772Z Compiling opaque-debug v0.3.1
16242026-04-15T20:58:12.776Z Compiling base16ct v0.2.0
16252026-04-15T20:58:12.824Z Compiling prettyplease v0.2.37
16262026-04-15T20:58:12.833Z Compiling poly1305 v0.8.0
16272026-04-15T20:58:12.844Z Compiling ciborium-ll v0.2.2
16282026-04-15T20:58:12.925Z Compiling elliptic-curve v0.13.8
16292026-04-15T20:58:12.936Z Compiling password-hash v0.5.0
16302026-04-15T20:58:13.044Z Compiling toml_edit v0.25.8+spec-1.1.0
16312026-04-15T20:58:13.246Z Compiling thiserror-no-std v2.0.2
16322026-04-15T20:58:13.367Z Compiling clap v4.6.0
16332026-04-15T20:58:13.889Z Compiling chacha20 v0.9.1
16342026-04-15T20:58:13.893Z Compiling ingot-macros v0.1.1
16352026-04-15T20:58:13.910Z Compiling num-iter v0.1.45
16362026-04-15T20:58:13.919Z Compiling num-rational v0.4.2
16372026-04-15T20:58:13.956Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16382026-04-15T20:58:14.019Z Compiling usdt-macro v0.5.0
16392026-04-15T20:58:14.097Z Compiling usdt-attr-macro v0.5.0
16402026-04-15T20:58:14.522Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16412026-04-15T20:58:15.006Z Compiling byte-wrapper v0.1.0
16422026-04-15T20:58:15.221Z Compiling blake2 v0.10.6
16432026-04-15T20:58:15.290Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16442026-04-15T20:58:15.369Z Compiling aead v0.5.2
16452026-04-15T20:58:15.602Z Compiling enum-as-inner v0.6.1
16462026-04-15T20:58:15.614Z Compiling hash32 v0.3.1
16472026-04-15T20:58:15.694Z Compiling num-complex v0.4.6
16482026-04-15T20:58:15.765Z Compiling memmap v0.7.0
16492026-04-15T20:58:16.003Z Compiling proc-macro-error v1.0.4
16502026-04-15T20:58:16.078Z Compiling data-encoding v2.10.0
16512026-04-15T20:58:16.173Z Compiling keccak v0.1.6
16522026-04-15T20:58:16.199Z Compiling winnow v0.5.40
16532026-04-15T20:58:16.228Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16542026-04-15T20:58:16.408Z Compiling smoltcp v0.11.0
16552026-04-15T20:58:16.470Z Compiling static_assertions v1.1.0
16562026-04-15T20:58:16.561Z Compiling sha3 v0.10.8
16572026-04-15T20:58:16.655Z Compiling ingot-types v0.1.2
16582026-04-15T20:58:16.875Z Compiling rustls-webpki v0.103.10
16592026-04-15T20:58:16.947Z Compiling num v0.4.3
16602026-04-15T20:58:17.022Z Compiling usdt v0.5.0
16612026-04-15T20:58:17.205Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16622026-04-15T20:58:17.297Z Compiling chacha20poly1305 v0.10.1
16632026-04-15T20:58:17.596Z Compiling toml_edit v0.19.15
16642026-04-15T20:58:17.688Z Compiling argon2 v0.5.3
16652026-04-15T20:58:17.961Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16662026-04-15T20:58:17.987Z Compiling typify v0.6.1
16672026-04-15T20:58:18.080Z Compiling vsss-rs v3.3.4
16682026-04-15T20:58:18.240Z Compiling proc-macro-crate v3.5.0
16692026-04-15T20:58:19.163Z Compiling ciborium v0.2.2
16702026-04-15T20:58:19.643Z Compiling tabwriter v1.4.1
16712026-04-15T20:58:19.893Z Compiling cobs v0.3.0
16722026-04-15T20:58:19.896Z Compiling memoffset v0.9.1
16732026-04-15T20:58:19.976Z Compiling indent_write v2.2.0
16742026-04-15T20:58:20.090Z Compiling cfg_aliases v0.2.1
16752026-04-15T20:58:20.113Z Compiling unsafe-libyaml v0.2.11
16762026-04-15T20:58:20.123Z Compiling bitflags v1.3.2
16772026-04-15T20:58:20.127Z Compiling pkg-config v0.3.32
16782026-04-15T20:58:20.158Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16792026-04-15T20:58:20.193Z Compiling vcpkg v0.2.15
16802026-04-15T20:58:20.269Z Compiling tokio-rustls v0.26.4
16812026-04-15T20:58:20.534Z Compiling rustls-platform-verifier v0.6.2
16822026-04-15T20:58:20.579Z Compiling hyper-rustls v0.27.7
16832026-04-15T20:58:20.770Z Compiling managed v0.8.0
16842026-04-15T20:58:20.790Z Compiling openssl-sys v0.9.112
16852026-04-15T20:58:20.868Z Compiling reqwest v0.13.2
16862026-04-15T20:58:20.993Z Compiling serde_yaml v0.9.34+deprecated
16872026-04-15T20:58:21.521Z Compiling nix v0.31.2
16882026-04-15T20:58:21.942Z Compiling postcard v1.1.3
16892026-04-15T20:58:22.281Z Compiling progenitor-client v0.13.0
16902026-04-15T20:58:22.594Z Compiling progenitor-extras v0.1.1
16912026-04-15T20:58:22.837Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16922026-04-15T20:58:22.970Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16932026-04-15T20:58:23.967Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16942026-04-15T20:58:24.074Z Compiling proc-macro-crate v1.3.1
16952026-04-15T20:58:24.410Z Compiling num_enum_derive v0.7.6
16962026-04-15T20:58:24.550Z Compiling progenitor-impl v0.13.0
16972026-04-15T20:58:25.239Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16982026-04-15T20:58:25.260Z Compiling ingot v0.1.1
16992026-04-15T20:58:25.466Z Compiling hubpack_derive v0.1.1
17002026-04-15T20:58:25.498Z Compiling foreign-types-macros v0.2.3
17012026-04-15T20:58:25.985Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17022026-04-15T20:58:26.113Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17032026-04-15T20:58:26.150Z Compiling heck v0.4.1
17042026-04-15T20:58:26.284Z Compiling foreign-types-shared v0.3.1
17052026-04-15T20:58:26.339Z Compiling swrite v0.1.0
17062026-04-15T20:58:26.355Z Compiling resolv-conf v0.7.6
17072026-04-15T20:58:26.378Z Compiling linked-hash-map v0.5.6
17082026-04-15T20:58:26.428Z Compiling colored v3.1.1
17092026-04-15T20:58:26.565Z Compiling rayon-core v1.13.0
17102026-04-15T20:58:26.742Z Compiling cpufeatures v0.3.0
17112026-04-15T20:58:26.780Z Compiling semver v0.1.20
17122026-04-15T20:58:26.818Z Compiling chacha20 v0.10.0
17132026-04-15T20:58:26.887Z Compiling lru-cache v0.1.2
17142026-04-15T20:58:27.014Z Compiling rustc_version v0.1.7
17152026-04-15T20:58:27.029Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17162026-04-15T20:58:27.094Z Compiling foreign-types v0.5.0
17172026-04-15T20:58:27.150Z Compiling hubpack v0.1.2
17182026-04-15T20:58:27.161Z Compiling num_enum v0.7.6
17192026-04-15T20:58:27.171Z Compiling num_enum_derive v0.5.11
17202026-04-15T20:58:27.475Z Compiling hickory-proto v0.24.4
17212026-04-15T20:58:28.181Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17222026-04-15T20:58:28.219Z Compiling progenitor-macro v0.13.0
17232026-04-15T20:58:28.717Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17242026-04-15T20:58:28.973Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17252026-04-15T20:58:30.359Z Compiling crossbeam-deque v0.8.6
17262026-04-15T20:58:30.359Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17272026-04-15T20:58:30.564Z Compiling serde-big-array v0.5.1
17282026-04-15T20:58:30.709Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17292026-04-15T20:58:30.817Z Compiling pin-project-internal v1.1.11
17302026-04-15T20:58:30.854Z Compiling derive-where v1.6.1
17312026-04-15T20:58:30.917Z Compiling serde_repr v0.1.20
17322026-04-15T20:58:31.223Z Compiling cstr-argument v0.1.2
17332026-04-15T20:58:31.382Z Compiling minimal-lexical v0.2.1
17342026-04-15T20:58:31.493Z Compiling unicode-segmentation v1.13.2
17352026-04-15T20:58:31.498Z Compiling siphasher v1.0.2
17362026-04-15T20:58:31.498Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17372026-04-15T20:58:31.640Z Compiling phf_shared v0.12.1
17382026-04-15T20:58:31.687Z Compiling nom v7.1.3
17392026-04-15T20:58:31.730Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17402026-04-15T20:58:31.816Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17412026-04-15T20:58:31.939Z Compiling pin-project v1.1.11
17422026-04-15T20:58:31.993Z Compiling newline-converter v0.3.0
17432026-04-15T20:58:32.089Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17442026-04-15T20:58:32.152Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17452026-04-15T20:58:32.206Z Compiling hickory-resolver v0.24.4
17462026-04-15T20:58:32.539Z Compiling num_enum v0.5.11
17472026-04-15T20:58:32.661Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17482026-04-15T20:58:32.886Z Compiling newtype_derive v0.1.6
17492026-04-15T20:58:33.093Z Compiling rand v0.10.1
17502026-04-15T20:58:33.116Z Compiling atomicwrites v0.4.4
17512026-04-15T20:58:33.410Z Compiling progenitor v0.13.0
17522026-04-15T20:58:33.545Z Compiling unicode-normalization v0.1.25
17532026-04-15T20:58:33.788Z Compiling console v0.15.11
17542026-04-15T20:58:33.878Z Compiling camino-tempfile v1.4.1
17552026-04-15T20:58:34.014Z Compiling tokio-stream v0.1.18
17562026-04-15T20:58:34.123Z Compiling async-recursion v1.1.1
17572026-04-15T20:58:34.385Z Compiling snafu-derive v0.8.9
17582026-04-15T20:58:34.469Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17592026-04-15T20:58:34.480Z Compiling slog-dtrace v0.3.0
17602026-04-15T20:58:34.635Z Compiling csv-core v0.1.13
17612026-04-15T20:58:34.703Z Compiling bstr v1.12.1
17622026-04-15T20:58:34.714Z Compiling owo-colors v4.3.0
17632026-04-15T20:58:34.757Z Compiling chrono-tz v0.10.4
17642026-04-15T20:58:34.812Z Compiling unicode-width v0.1.14
17652026-04-15T20:58:34.857Z Compiling foreign-types-shared v0.1.1
17662026-04-15T20:58:34.897Z Compiling similar v2.7.0
17672026-04-15T20:58:34.966Z Compiling highway v1.3.0
17682026-04-15T20:58:34.973Z Compiling foldhash v0.1.5
17692026-04-15T20:58:35.032Z Compiling openssl v0.10.76
17702026-04-15T20:58:35.084Z Compiling unicode-xid v0.2.6
17712026-04-15T20:58:35.138Z Compiling cancel-safe-futures v0.1.5
17722026-04-15T20:58:35.198Z Compiling same-file v1.0.6
17732026-04-15T20:58:35.209Z Compiling const_format_proc_macros v0.2.34
17742026-04-15T20:58:35.308Z Compiling walkdir v2.5.0
17752026-04-15T20:58:35.340Z Compiling expectorate v1.2.0
17762026-04-15T20:58:35.369Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17772026-04-15T20:58:35.396Z Compiling hashbrown v0.15.5
17782026-04-15T20:58:35.486Z Compiling globset v0.4.18
17792026-04-15T20:58:35.726Z Compiling foreign-types v0.3.2
17802026-04-15T20:58:35.799Z Compiling csv v1.4.0
17812026-04-15T20:58:35.927Z Compiling qorb v0.4.1
17822026-04-15T20:58:35.963Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17832026-04-15T20:58:36.006Z Compiling olpc-cjson v0.1.4
17842026-04-15T20:58:36.131Z Compiling snafu v0.8.9
17852026-04-15T20:58:36.341Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17862026-04-15T20:58:36.364Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17872026-04-15T20:58:37.360Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17882026-04-15T20:58:37.906Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17892026-04-15T20:58:37.958Z Compiling rayon v1.11.0
17902026-04-15T20:58:38.090Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17912026-04-15T20:58:38.231Z Compiling phf v0.12.1
17922026-04-15T20:58:38.266Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17932026-04-15T20:58:38.378Z Compiling zone_cfg_derive v0.3.1
17942026-04-15T20:58:38.798Z Compiling tokio-dtrace v0.1.1
17952026-04-15T20:58:39.069Z Compiling itertools v0.12.1
17962026-04-15T20:58:39.081Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17972026-04-15T20:58:39.231Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17982026-04-15T20:58:39.277Z Compiling libsw-core v0.3.2
17992026-04-15T20:58:39.409Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18002026-04-15T20:58:39.442Z Compiling serde_plain v1.0.2
18012026-04-15T20:58:39.604Z Compiling openssl-macros v0.1.1
18022026-04-15T20:58:39.656Z Compiling num-derive v0.4.2
18032026-04-15T20:58:39.736Z Compiling pem v3.0.6
18042026-04-15T20:58:39.984Z Compiling sigpipe v0.1.3
18052026-04-15T20:58:40.072Z Compiling cookie v0.18.1
18062026-04-15T20:58:40.083Z Compiling fixedbitset v0.5.7
18072026-04-15T20:58:40.121Z Compiling typed-path v0.9.3
18082026-04-15T20:58:40.286Z Compiling glob v0.3.3
18092026-04-15T20:58:40.299Z Compiling fixedbitset v0.4.2
18102026-04-15T20:58:40.420Z Compiling jiff v0.2.23
18112026-04-15T20:58:40.531Z Compiling bytecount v0.6.9
18122026-04-15T20:58:40.610Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18132026-04-15T20:58:40.656Z Compiling papergrid v0.11.0
18142026-04-15T20:58:40.667Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18152026-04-15T20:58:40.737Z Compiling petgraph v0.6.5
18162026-04-15T20:58:40.848Z Compiling petgraph v0.8.3
18172026-04-15T20:58:40.881Z Compiling zone v0.3.1
18182026-04-15T20:58:41.070Z Compiling tough v0.20.0
18192026-04-15T20:58:41.697Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18202026-04-15T20:58:42.306Z Compiling libsw v3.5.0
18212026-04-15T20:58:42.489Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18222026-04-15T20:58:42.500Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18232026-04-15T20:58:42.696Z Compiling oxide-tokio-rt v0.1.3
18242026-04-15T20:58:42.744Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18252026-04-15T20:58:43.630Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-15T20:58:44.277Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18272026-04-15T20:58:44.305Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18282026-04-15T20:58:44.470Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18292026-04-15T20:58:44.489Z Compiling const_format v0.2.35
18302026-04-15T20:58:44.812Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18312026-04-15T20:58:45.125Z Compiling tabled_derive v0.7.0
18322026-04-15T20:58:45.312Z Compiling gethostname v0.5.0
18332026-04-15T20:58:45.357Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18342026-04-15T20:58:45.433Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18352026-04-15T20:58:45.457Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-04-15T20:58:45.482Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18372026-04-15T20:58:45.579Z Compiling smf v0.2.3
18382026-04-15T20:58:45.882Z Compiling bcs v0.1.6
18392026-04-15T20:58:46.064Z Compiling unicode-linebreak v0.1.5
18402026-04-15T20:58:46.075Z Compiling crunchy v0.2.4
18412026-04-15T20:58:46.187Z Compiling tagptr v0.2.0
18422026-04-15T20:58:46.201Z Compiling lazy_static v1.5.0
18432026-04-15T20:58:46.304Z Compiling whoami v1.6.1
18442026-04-15T20:58:46.314Z Compiling termtree v0.5.1
18452026-04-15T20:58:46.335Z Compiling smawk v0.3.2
18462026-04-15T20:58:46.355Z Compiling linear-map v1.2.0
18472026-04-15T20:58:46.462Z Compiling textwrap v0.16.2
18482026-04-15T20:58:46.545Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-04-15T20:58:46.624Z Compiling moka v0.12.15
18502026-04-15T20:58:46.871Z Compiling steno v0.4.1
18512026-04-15T20:58:46.953Z Compiling tabled v0.15.0
18522026-04-15T20:58:47.095Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-04-15T20:58:47.151Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-15T20:58:47.297Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-04-15T20:58:47.683Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-04-15T20:58:48.252Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-04-15T20:58:49.087Z Compiling hickory-proto v0.25.2
18582026-04-15T20:58:49.708Z Compiling humantime v2.3.0
18592026-04-15T20:58:49.999Z Compiling tiny-keccak v2.0.2
18602026-04-15T20:58:50.212Z Compiling num-derive v0.3.3
18612026-04-15T20:58:50.237Z Compiling parking_lot_core v0.8.6
18622026-04-15T20:58:50.479Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18632026-04-15T20:58:50.521Z Compiling crc32fast v1.5.0
18642026-04-15T20:58:50.763Z Compiling const-random-macro v0.1.16
18652026-04-15T20:58:50.866Z Compiling smartstring v1.0.1
18662026-04-15T20:58:51.028Z Compiling hickory-resolver v0.25.2
18672026-04-15T20:58:51.115Z Compiling ahash v0.8.12
18682026-04-15T20:58:51.144Z Compiling libscf-sys v1.1.0
18692026-04-15T20:58:51.155Z Compiling const-random v0.1.18
18702026-04-15T20:58:51.286Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18712026-04-15T20:58:51.404Z Compiling parking_lot v0.11.2
18722026-04-15T20:58:51.611Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18732026-04-15T20:58:51.681Z Compiling fxhash v0.2.1
18742026-04-15T20:58:51.819Z Compiling internet-checksum v0.2.1
18752026-04-15T20:58:51.829Z Compiling sled v0.34.7
18762026-04-15T20:58:51.902Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18772026-04-15T20:58:52.194Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18782026-04-15T20:58:52.198Z Compiling thin-vec v0.2.16
18792026-04-15T20:58:52.504Z Compiling rhai_codegen v3.1.0
18802026-04-15T20:58:52.711Z Compiling sdd v3.0.10
18812026-04-15T20:58:52.723Z Compiling serial_test_derive v3.4.0
18822026-04-15T20:58:53.053Z Compiling scc v2.4.0
18832026-04-15T20:58:53.382Z Compiling nom v8.0.0
18842026-04-15T20:58:53.456Z Compiling diff v0.1.13
18852026-04-15T20:58:53.730Z Compiling rhai v1.24.0
18862026-04-15T20:58:53.762Z Compiling yansi v1.0.1
18872026-04-15T20:58:54.084Z Compiling pretty_assertions v1.4.1
18882026-04-15T20:58:54.112Z Compiling serial_test v3.4.0
18892026-04-15T20:58:56.822Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18902026-04-15T20:59:04.549Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18912026-04-15T20:59:06.131Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18922026-04-15T20:59:07.262Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18932026-04-15T20:59:09.865Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18942026-04-15T20:59:09.897Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18952026-04-15T20:59:10.602Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18962026-04-15T20:59:46.107Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
18972026-04-15T20:59:46.282Z────────────
18982026-04-15T20:59:46.282Z Nextest run ID f4ea8e30-439c-47b5-badb-aa76e2ccaa9d with nextest profile: default
18992026-04-15T20:59:46.282Z Starting 150 tests across 1 binary
19002026-04-15T20:59:46.290Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19012026-04-15T20:59:46.293Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_byte_len
19022026-04-15T20:59:46.293Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19032026-04-15T20:59:46.294Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19042026-04-15T20:59:46.294Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19052026-04-15T20:59:46.294Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19062026-04-15T20:59:46.294Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19072026-04-15T20:59:46.294Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19082026-04-15T20:59:46.299Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19092026-04-15T20:59:46.299Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19102026-04-15T20:59:46.303Z PASS [ 0.008s] bgp messages::tests::empty_update_end_of_rib
19112026-04-15T20:59:46.303Z PASS [ 0.008s] bgp messages::tests::header_round_trip
19122026-04-15T20:59:46.303Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19132026-04-15T20:59:46.303Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19142026-04-15T20:59:46.303Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19152026-04-15T20:59:46.303Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19162026-04-15T20:59:46.308Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19172026-04-15T20:59:46.312Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19182026-04-15T20:59:46.313Z PASS [ 0.008s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19192026-04-15T20:59:46.313Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19202026-04-15T20:59:46.313Z PASS [ 0.008s] bgp messages::tests::header_tests::roundtrip_max_length_header
19212026-04-15T20:59:46.313Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19222026-04-15T20:59:46.313Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19232026-04-15T20:59:46.313Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19242026-04-15T20:59:46.317Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19252026-04-15T20:59:46.321Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19262026-04-15T20:59:46.321Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19272026-04-15T20:59:46.321Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19282026-04-15T20:59:46.321Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19292026-04-15T20:59:46.321Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19302026-04-15T20:59:46.321Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19312026-04-15T20:59:46.321Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19322026-04-15T20:59:46.327Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19332026-04-15T20:59:46.331Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19342026-04-15T20:59:46.331Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19352026-04-15T20:59:46.331Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19362026-04-15T20:59:46.331Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19372026-04-15T20:59:46.331Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19382026-04-15T20:59:46.331Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19392026-04-15T20:59:46.331Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19402026-04-15T20:59:46.338Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19412026-04-15T20:59:46.338Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19422026-04-15T20:59:46.344Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19432026-04-15T20:59:46.344Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19442026-04-15T20:59:46.344Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19452026-04-15T20:59:46.344Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19462026-04-15T20:59:46.344Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19472026-04-15T20:59:46.344Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19482026-04-15T20:59:46.348Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19492026-04-15T20:59:46.353Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19502026-04-15T20:59:46.353Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19512026-04-15T20:59:46.353Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19522026-04-15T20:59:46.353Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19532026-04-15T20:59:46.353Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19542026-04-15T20:59:46.353Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
19552026-04-15T20:59:46.353Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19562026-04-15T20:59:46.358Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19572026-04-15T20:59:46.361Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19582026-04-15T20:59:46.361Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19592026-04-15T20:59:46.361Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19602026-04-15T20:59:46.361Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19612026-04-15T20:59:46.361Z PASS [ 0.010s] bgp messages::tests::prefix_within
19622026-04-15T20:59:46.361Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19632026-04-15T20:59:46.362Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19642026-04-15T20:59:46.367Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19652026-04-15T20:59:46.371Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19662026-04-15T20:59:46.371Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19672026-04-15T20:59:46.371Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19682026-04-15T20:59:46.371Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19692026-04-15T20:59:46.371Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19702026-04-15T20:59:46.371Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19712026-04-15T20:59:46.371Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19722026-04-15T20:59:46.377Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19732026-04-15T20:59:46.380Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19742026-04-15T20:59:46.380Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19752026-04-15T20:59:46.380Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19762026-04-15T20:59:46.380Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19772026-04-15T20:59:46.380Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19782026-04-15T20:59:46.380Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19792026-04-15T20:59:46.380Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19802026-04-15T20:59:46.385Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19812026-04-15T20:59:46.389Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19822026-04-15T20:59:46.389Z PASS [ 0.010s] bgp messages::tests::update_round_trip
19832026-04-15T20:59:46.398Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
19842026-04-15T20:59:46.402Z PASS [ 0.021s] bgp policy::test::update_shape_community
19852026-04-15T20:59:46.402Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19862026-04-15T20:59:46.402Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
19872026-04-15T20:59:46.402Z PASS [ 0.023s] bgp policy::test::shape_update_prefixes
19882026-04-15T20:59:46.402Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
19892026-04-15T20:59:46.408Z PASS [ 0.021s] bgp proptest::prop_duplicate_attrs_deduplicated
19902026-04-15T20:59:46.414Z PASS [ 0.013s] bgp proptest::prop_ipv4_wire_format_roundtrip
19912026-04-15T20:59:46.417Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
19922026-04-15T20:59:46.417Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19932026-04-15T20:59:46.417Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19942026-04-15T20:59:46.417Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19952026-04-15T20:59:46.417Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19962026-04-15T20:59:46.417Z PASS [ 0.017s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19972026-04-15T20:59:46.421Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
19982026-04-15T20:59:46.428Z PASS [ 0.014s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19992026-04-15T20:59:46.431Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20002026-04-15T20:59:46.431Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20012026-04-15T20:59:46.431Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20022026-04-15T20:59:46.435Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20032026-04-15T20:59:46.441Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20042026-04-15T20:59:46.441Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20052026-04-15T20:59:46.441Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20062026-04-15T20:59:46.441Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20072026-04-15T20:59:46.445Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20082026-04-15T20:59:46.445Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20092026-04-15T20:59:46.445Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20102026-04-15T20:59:46.445Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20112026-04-15T20:59:46.449Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20122026-04-15T20:59:46.449Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20132026-04-15T20:59:46.449Z PASS [ 0.030s] bgp proptest::prop_update_mp_reach_roundtrip
20142026-04-15T20:59:46.449Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20152026-04-15T20:59:46.453Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20162026-04-15T20:59:46.453Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20172026-04-15T20:59:46.453Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20182026-04-15T20:59:46.453Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20192026-04-15T20:59:46.459Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20202026-04-15T20:59:46.459Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20212026-04-15T20:59:49.515Z PASS [ 3.068s] bgp test::test_basic_peering_active
20222026-04-15T20:59:49.519Z PASS [ 3.063s] bgp test::test_basic_update_ipv6
20232026-04-15T20:59:49.519Z PASS [ 3.065s] bgp test::test_basic_update
20242026-04-15T20:59:49.530Z PASS [ 3.073s] bgp test::test_basic_peering_passive
20252026-04-15T20:59:49.533Z PASS [ 3.076s] bgp test::test_basic_update_tcp
20262026-04-15T20:59:49.533Z PASS [ 3.077s] bgp test::test_basic_update_ipv6_tcp
20272026-04-15T20:59:49.537Z PASS [ 3.084s] bgp test::test_basic_peering_passive_tcp
20282026-04-15T20:59:49.541Z PASS [ 3.093s] bgp test::test_basic_peering_active_tcp
20292026-04-15T20:59:52.600Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20302026-04-15T20:59:52.611Z PASS [ 3.075s] bgp test::test_ipv6_basic_peering_passive
20312026-04-15T20:59:52.621Z PASS [ 3.078s] bgp test::test_ipv6_basic_peering_passive_tcp
20322026-04-15T20:59:53.602Z PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv4_peer_success
20332026-04-15T20:59:53.602Z PASS [ 4.083s] bgp test::test_import_export_policy_filtering
20342026-04-15T20:59:53.602Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv6_peer_success
20352026-04-15T20:59:53.609Z PASS [ 4.076s] bgp test::test_ipv6_basic_peering_active_tcp
20362026-04-15T20:59:53.612Z PASS [ 4.087s] bgp test::test_ipv4_routes_ipv6_peer_success
20372026-04-15T20:59:53.672Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20382026-04-15T20:59:54.696Z PASS [ 1.094s] bgp test::test_three_router_chain_tcp
20392026-04-15T20:59:54.700Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp_ipv6
20402026-04-15T20:59:55.443Z PASS [ 2.823s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20412026-04-15T20:59:55.666Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20422026-04-15T20:59:55.757Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
20432026-04-15T20:59:56.677Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
20442026-04-15T20:59:56.680Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20452026-04-15T20:59:58.676Z PASS [ 5.063s] bgp test::test_unnumbered_dualstack_route_exchange
20462026-04-15T21:00:00.504Z PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change
20472026-04-15T21:00:03.763Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20482026-04-15T21:00:04.728Z PASS [ 9.060s] bgp test::test_unnumbered_unaffected_by_ndp
20492026-04-15T21:00:11.740Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20502026-04-15T21:00:11.744Z────────────
20512026-04-15T21:00:11.744Z Summary [ 25.455s] 150 tests run: 150 passed, 0 skipped
20522026-04-15T21:00:11.753Z+ cp dualstack_routes.log loopback-manager.test_basic_peering_active_tcp.log loopback-manager.test_basic_peering_passive_tcp.log loopback-manager.test_basic_update_ipv6_tcp.log loopback-manager.test_basic_update_tcp.log loopback-manager.test_dual_stack_routes_ipv4_peer_success.log loopback-manager.test_dual_stack_routes_ipv6_peer_success.log loopback-manager.test_import_export_policy_filtering.log loopback-manager.test_ipv4_routes_ipv6_peer_success.log loopback-manager.test_ipv6_basic_peering_active_tcp.log loopback-manager.test_ipv6_basic_peering_passive_tcp.log loopback-manager.test_ipv6_routes_ipv4_peer_success.log loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log loopback-manager.test_three_router_chain_tcp_ipv6.log loopback-manager.test_three_router_chain_tcp.log multiple_unnumbered.log ndp_change_reset.log ndp_changes.log r1.test_basic_peering_active_tcp.log r1.test_basic_peering_active.log r1.test_basic_peering_passive_tcp.log r1.test_basic_peering_passive.log r1.test_basic_update_ipv6_tcp.log r1.test_basic_update_ipv6.log r1.test_basic_update_tcp.log r1.test_basic_update.log r1.test_dual_stack_routes_ipv4_peer_success.log r1.test_dual_stack_routes_ipv6_peer_success.log r1.test_import_export_policy_filtering.log r1.test_ipv4_routes_ipv6_peer_success.log r1.test_ipv6_basic_peering_active_tcp.log r1.test_ipv6_basic_peering_active.log r1.test_ipv6_basic_peering_passive_tcp.log r1.test_ipv6_basic_peering_passive.log r1.test_ipv6_routes_ipv4_peer_success.log r1.test_neighbor_thread_lifecycle_no_leaks.log r1.test_three_router_chain_tcp_ipv6.log r1.test_three_router_chain_tcp.log r2.test_basic_peering_active_tcp.log r2.test_basic_peering_active.log r2.test_basic_peering_passive_tcp.log r2.test_basic_peering_passive.log r2.test_basic_update_ipv6_tcp.log r2.test_basic_update_ipv6.log r2.test_basic_update_tcp.log r2.test_basic_update.log r2.test_dual_stack_routes_ipv4_peer_success.log r2.test_dual_stack_routes_ipv6_peer_success.log r2.test_import_export_policy_filtering.log r2.test_ipv4_routes_ipv6_peer_success.log r2.test_ipv6_basic_peering_active_tcp.log r2.test_ipv6_basic_peering_active.log r2.test_ipv6_basic_peering_passive_tcp.log r2.test_ipv6_basic_peering_passive.log r2.test_ipv6_routes_ipv4_peer_success.log r2.test_neighbor_thread_lifecycle_no_leaks.log r2.test_three_router_chain_tcp_ipv6.log r2.test_three_router_chain_tcp.log r3.test_three_router_chain_tcp_ipv6.log r3.test_three_router_chain_tcp.log same_linklocal.log three_chain.log unnumbered_expiry.log unnumbered_interface_lifecycle.log unnumbered_peer_change.log /work/
20532026-04-15T21:00:11.759Z+ popd
20542026-04-15T21:00:11.760Z+ pushd mgd
20552026-04-15T21:00:11.760Z/work/oxidecomputer/maghemite
20562026-04-15T21:00:11.760Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20572026-04-15T21:00:11.760Z+ pfexec cargo nextest run
20582026-04-15T21:00:12.920Z Compiling slog v2.8.2
20592026-04-15T21:00:13.025Z Compiling usdt v0.6.0
20602026-04-15T21:00:13.108Z Compiling typify-impl v0.4.3
20612026-04-15T21:00:13.126Z Compiling proc-macro-error-attr2 v2.0.0
20622026-04-15T21:00:13.126Z Compiling simd-adler32 v0.3.9
20632026-04-15T21:00:13.129Z Compiling adler2 v2.0.1
20642026-04-15T21:00:13.263Z Compiling miniz_oxide v0.8.9
20652026-04-15T21:00:13.311Z Compiling papergrid v0.17.0
20662026-04-15T21:00:13.321Z Compiling slog-json v2.6.1
20672026-04-15T21:00:13.404Z Compiling slog-async v2.8.0
20682026-04-15T21:00:13.519Z Compiling slog-term v2.9.2
20692026-04-15T21:00:13.764Z Compiling slog-bunyan v2.5.0
20702026-04-15T21:00:13.905Z Compiling dropshot v0.16.7
20712026-04-15T21:00:13.930Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20722026-04-15T21:00:13.954Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20732026-04-15T21:00:14.062Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20742026-04-15T21:00:14.303Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20752026-04-15T21:00:14.313Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20762026-04-15T21:00:14.800Z Compiling slog-dtrace v0.3.0
20772026-04-15T21:00:15.118Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20782026-04-15T21:00:15.247Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20792026-04-15T21:00:15.348Z Compiling steno v0.4.1
20802026-04-15T21:00:15.519Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20812026-04-15T21:00:17.231Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20822026-04-15T21:00:18.586Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20832026-04-15T21:00:19.353Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20842026-04-15T21:00:19.601Z Compiling typify-macro v0.4.3
20852026-04-15T21:00:19.944Z Compiling proc-macro-error2 v2.0.1
20862026-04-15T21:00:20.232Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20872026-04-15T21:00:20.412Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20882026-04-15T21:00:20.447Z Compiling tabled_derive v0.11.0
20892026-04-15T21:00:20.582Z Compiling flate2 v1.1.9
20902026-04-15T21:00:20.800Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20912026-04-15T21:00:21.007Z Compiling testing_table v0.3.0
20922026-04-15T21:00:21.176Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20932026-04-15T21:00:21.211Z Compiling compression-core v0.4.31
20942026-04-15T21:00:21.375Z Compiling compression-codecs v0.4.37
20952026-04-15T21:00:21.454Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20962026-04-15T21:00:21.544Z Compiling tabled v0.20.0
20972026-04-15T21:00:21.636Z Compiling typify v0.4.3
20982026-04-15T21:00:21.735Z Compiling progenitor-impl v0.11.2
20992026-04-15T21:00:21.779Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21002026-04-15T21:00:21.841Z Compiling progenitor-client v0.11.2
21012026-04-15T21:00:22.175Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21022026-04-15T21:00:22.747Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21032026-04-15T21:00:23.520Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21042026-04-15T21:00:24.349Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21052026-04-15T21:00:24.800Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21062026-04-15T21:00:25.331Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21072026-04-15T21:00:25.377Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21082026-04-15T21:00:25.836Z Compiling progenitor-macro v0.11.2
21092026-04-15T21:00:26.075Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21102026-04-15T21:00:26.265Z Compiling dropshot v0.17.0
21112026-04-15T21:00:26.499Z Compiling toml_datetime v1.1.0+spec-1.1.0
21122026-04-15T21:00:26.701Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21132026-04-15T21:00:26.787Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21142026-04-15T21:00:26.817Z Compiling toml v1.1.0+spec-1.1.0
21152026-04-15T21:00:27.289Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21162026-04-15T21:00:27.370Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21172026-04-15T21:00:27.467Z Compiling async-compression v0.4.41
21182026-04-15T21:00:27.803Z Compiling dropshot_endpoint v0.17.0
21192026-04-15T21:00:28.307Z Compiling crc8 v0.1.1
21202026-04-15T21:00:28.408Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21212026-04-15T21:00:28.424Z Compiling dropshot-api-manager-types v0.7.0
21222026-04-15T21:00:30.576Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21232026-04-15T21:00:30.791Z Compiling progenitor v0.11.2
21242026-04-15T21:00:30.923Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21252026-04-15T21:00:31.666Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21262026-04-15T21:00:31.670Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21272026-04-15T21:00:31.800Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21282026-04-15T21:00:34.683Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21292026-04-15T21:00:34.861Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21302026-04-15T21:00:40.808Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21312026-04-15T21:00:48.057Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21322026-04-15T21:00:49.652Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21332026-04-15T21:00:50.728Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21342026-04-15T21:00:51.858Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21352026-04-15T21:00:52.651Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21362026-04-15T21:00:54.095Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21372026-04-15T21:00:54.096Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21382026-04-15T21:00:54.096Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21392026-04-15T21:01:00.928Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21402026-04-15T21:01:02.384Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21412026-04-15T21:01:02.385Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21422026-04-15T21:01:03.796Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21432026-04-15T21:01:33.496Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
21442026-04-15T21:01:33.661Z────────────
21452026-04-15T21:01:33.661Z Nextest run ID 74811982-05b7-4e4c-8c60-d5a5eeb0632d with nextest profile: default
21462026-04-15T21:01:33.661Z Starting 32 tests across 1 binary
21472026-04-15T21:01:33.669Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21482026-04-15T21:01:33.679Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21492026-04-15T21:01:33.686Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21502026-04-15T21:01:33.702Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21512026-04-15T21:01:33.717Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21522026-04-15T21:01:33.723Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21532026-04-15T21:01:33.723Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21542026-04-15T21:01:33.723Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21552026-04-15T21:01:33.723Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21562026-04-15T21:01:33.724Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21572026-04-15T21:01:33.728Z PASS [ 0.054s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21582026-04-15T21:01:33.729Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21592026-04-15T21:01:33.729Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21602026-04-15T21:01:33.729Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21612026-04-15T21:01:33.729Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21622026-04-15T21:01:33.735Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21632026-04-15T21:01:33.735Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21642026-04-15T21:01:33.735Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21652026-04-15T21:01:33.735Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21662026-04-15T21:01:33.740Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21672026-04-15T21:01:33.740Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21682026-04-15T21:01:33.740Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21692026-04-15T21:01:33.740Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21702026-04-15T21:01:33.740Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21712026-04-15T21:01:33.740Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21722026-04-15T21:01:33.745Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21732026-04-15T21:01:33.745Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21742026-04-15T21:01:33.745Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21752026-04-15T21:01:33.745Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21762026-04-15T21:01:33.745Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21772026-04-15T21:01:33.749Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21782026-04-15T21:01:33.749Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21792026-04-15T21:01:33.749Z────────────
21802026-04-15T21:01:33.749Z Summary [ 0.086s] 32 tests run: 32 passed, 0 skipped
21812026-04-15T21:01:33.757Z+ cp apply_remove_entire_group.log /work/
21822026-04-15T21:01:33.764Z+ popd
21832026-04-15T21:01:33.764Z/work/oxidecomputer/maghemite
21842026-04-15T21:01:33.764Zprocess exited: duration 406814 ms, exit code 0
 
21852026-04-15T21:01:33.774Zfound 66 output files
21862026-04-15T21:01:33.775Zuploading: /work/apply_remove_entire_group.log (16833 bytes)
21872026-04-15T21:01:34.795Zuploaded: /work/apply_remove_entire_group.log
21882026-04-15T21:01:34.795Zuploading: /work/dualstack_routes.log (114663 bytes)
21892026-04-15T21:01:35.816Zuploaded: /work/dualstack_routes.log
21902026-04-15T21:01:35.816Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2077 bytes)
21912026-04-15T21:01:36.831Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21922026-04-15T21:01:36.832Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1388 bytes)
21932026-04-15T21:01:37.847Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21942026-04-15T21:01:37.847Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2328 bytes)
21952026-04-15T21:01:38.880Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21962026-04-15T21:01:38.880Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2263 bytes)
21972026-04-15T21:01:39.895Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21982026-04-15T21:01:39.895Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2226 bytes)
21992026-04-15T21:01:40.913Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22002026-04-15T21:01:40.914Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2348 bytes)
22012026-04-15T21:01:41.930Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22022026-04-15T21:01:41.930Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2327 bytes)
22032026-04-15T21:01:42.946Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22042026-04-15T21:01:42.946Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2259 bytes)
22052026-04-15T21:01:43.962Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22062026-04-15T21:01:43.962Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2237 bytes)
22072026-04-15T21:01:44.979Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22082026-04-15T21:01:44.988Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2226 bytes)
22092026-04-15T21:01:45.994Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22102026-04-15T21:01:45.994Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2174 bytes)
22112026-04-15T21:01:47.017Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22122026-04-15T21:01:47.020Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2544 bytes)
22132026-04-15T21:01:48.112Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22142026-04-15T21:01:48.112Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3579 bytes)
22152026-04-15T21:01:49.128Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22162026-04-15T21:01:49.128Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3549 bytes)
22172026-04-15T21:01:50.147Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22182026-04-15T21:01:50.147Zuploading: /work/multiple_unnumbered.log (145787 bytes)
22192026-04-15T21:01:51.169Zuploaded: /work/multiple_unnumbered.log
22202026-04-15T21:01:51.169Zuploading: /work/ndp_change_reset.log (70176 bytes)
22212026-04-15T21:01:52.193Zuploaded: /work/ndp_change_reset.log
22222026-04-15T21:01:52.193Zuploading: /work/ndp_changes.log (88469 bytes)
22232026-04-15T21:01:53.217Zuploaded: /work/ndp_changes.log
22242026-04-15T21:01:53.217Zuploading: /work/r1.test_basic_peering_active.log (40406 bytes)
22252026-04-15T21:01:54.233Zuploaded: /work/r1.test_basic_peering_active.log
22262026-04-15T21:01:54.233Zuploading: /work/r1.test_basic_peering_active_tcp.log (49132 bytes)
22272026-04-15T21:01:55.251Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22282026-04-15T21:01:55.251Zuploading: /work/r1.test_basic_peering_passive.log (33723 bytes)
22292026-04-15T21:01:56.270Zuploaded: /work/r1.test_basic_peering_passive.log
22302026-04-15T21:01:56.270Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39689 bytes)
22312026-04-15T21:02:00.670Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22322026-04-15T21:02:00.671Zuploading: /work/r1.test_basic_update.log (28394 bytes)
22332026-04-15T21:02:01.685Zuploaded: /work/r1.test_basic_update.log
22342026-04-15T21:02:01.685Zuploading: /work/r1.test_basic_update_ipv6.log (28244 bytes)
22352026-04-15T21:02:02.703Zuploaded: /work/r1.test_basic_update_ipv6.log
22362026-04-15T21:02:02.704Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31167 bytes)
22372026-04-15T21:02:03.719Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22382026-04-15T21:02:03.719Zuploading: /work/r1.test_basic_update_tcp.log (31329 bytes)
22392026-04-15T21:02:04.735Zuploaded: /work/r1.test_basic_update_tcp.log
22402026-04-15T21:02:04.735Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43607 bytes)
22412026-04-15T21:02:05.752Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22422026-04-15T21:02:05.752Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44001 bytes)
22432026-04-15T21:02:06.768Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22442026-04-15T21:02:06.769Zuploading: /work/r1.test_import_export_policy_filtering.log (40201 bytes)
22452026-04-15T21:02:07.787Zuploaded: /work/r1.test_import_export_policy_filtering.log
22462026-04-15T21:02:07.787Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (90630 bytes)
22472026-04-15T21:02:08.805Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22482026-04-15T21:02:08.805Zuploading: /work/r1.test_ipv6_basic_peering_active.log (38064 bytes)
22492026-04-15T21:02:09.821Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22502026-04-15T21:02:09.821Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49023 bytes)
22512026-04-15T21:02:10.836Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22522026-04-15T21:02:10.836Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33787 bytes)
22532026-04-15T21:02:11.853Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22542026-04-15T21:02:11.853Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (41307 bytes)
22552026-04-15T21:02:12.869Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22562026-04-15T21:02:12.869Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35583 bytes)
22572026-04-15T21:02:13.885Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22582026-04-15T21:02:13.885Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29937 bytes)
22592026-04-15T21:02:14.917Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22602026-04-15T21:02:14.917Zuploading: /work/r1.test_three_router_chain_tcp.log (24733 bytes)
22612026-04-15T21:02:15.934Zuploaded: /work/r1.test_three_router_chain_tcp.log
22622026-04-15T21:02:15.934Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (21848 bytes)
22632026-04-15T21:02:16.948Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22642026-04-15T21:02:16.948Zuploading: /work/r2.test_basic_peering_active.log (39086 bytes)
22652026-04-15T21:02:17.963Zuploaded: /work/r2.test_basic_peering_active.log
22662026-04-15T21:02:17.963Zuploading: /work/r2.test_basic_peering_active_tcp.log (47030 bytes)
22672026-04-15T21:02:18.979Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22682026-04-15T21:02:18.979Zuploading: /work/r2.test_basic_peering_passive.log (41341 bytes)
22692026-04-15T21:02:19.997Zuploaded: /work/r2.test_basic_peering_passive.log
22702026-04-15T21:02:19.997Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46038 bytes)
22712026-04-15T21:02:21.013Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22722026-04-15T21:02:21.013Zuploading: /work/r2.test_basic_update.log (26328 bytes)
22732026-04-15T21:02:22.027Zuploaded: /work/r2.test_basic_update.log
22742026-04-15T21:02:22.027Zuploading: /work/r2.test_basic_update_ipv6.log (26582 bytes)
22752026-04-15T21:02:23.041Zuploaded: /work/r2.test_basic_update_ipv6.log
22762026-04-15T21:02:23.041Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32790 bytes)
22772026-04-15T21:02:24.057Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22782026-04-15T21:02:24.057Zuploading: /work/r2.test_basic_update_tcp.log (32800 bytes)
22792026-04-15T21:02:25.073Zuploaded: /work/r2.test_basic_update_tcp.log
22802026-04-15T21:02:25.073Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (42439 bytes)
22812026-04-15T21:02:26.090Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22822026-04-15T21:02:26.090Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43824 bytes)
22832026-04-15T21:02:27.106Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22842026-04-15T21:02:27.108Zuploading: /work/r2.test_import_export_policy_filtering.log (36562 bytes)
22852026-04-15T21:02:28.120Zuploaded: /work/r2.test_import_export_policy_filtering.log
22862026-04-15T21:02:28.120Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (85060 bytes)
22872026-04-15T21:02:29.139Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22882026-04-15T21:02:29.139Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38842 bytes)
22892026-04-15T21:02:30.157Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22902026-04-15T21:02:30.157Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47787 bytes)
22912026-04-15T21:02:31.173Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22922026-04-15T21:02:31.173Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41349 bytes)
22932026-04-15T21:02:32.188Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22942026-04-15T21:02:32.188Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (47307 bytes)
22952026-04-15T21:02:33.204Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22962026-04-15T21:02:33.204Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38169 bytes)
22972026-04-15T21:02:34.223Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22982026-04-15T21:02:34.223Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28073 bytes)
22992026-04-15T21:02:35.239Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23002026-04-15T21:02:35.239Zuploading: /work/r2.test_three_router_chain_tcp.log (41603 bytes)
23012026-04-15T21:02:36.257Zuploaded: /work/r2.test_three_router_chain_tcp.log
23022026-04-15T21:02:36.257Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41767 bytes)
23032026-04-15T21:02:37.272Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23042026-04-15T21:02:37.272Zuploading: /work/r3.test_three_router_chain_tcp.log (21373 bytes)
23052026-04-15T21:02:38.287Zuploaded: /work/r3.test_three_router_chain_tcp.log
23062026-04-15T21:02:38.287Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21453 bytes)
23072026-04-15T21:02:39.303Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23082026-04-15T21:02:39.303Zuploading: /work/same_linklocal.log (144663 bytes)
23092026-04-15T21:02:40.324Zuploaded: /work/same_linklocal.log
23102026-04-15T21:02:40.324Zuploading: /work/three_chain.log (172982 bytes)
23112026-04-15T21:02:41.346Zuploaded: /work/three_chain.log
23122026-04-15T21:02:41.347Zuploading: /work/unnumbered_expiry.log (87864 bytes)
23132026-04-15T21:02:42.403Zuploaded: /work/unnumbered_expiry.log
23142026-04-15T21:02:42.403Zuploading: /work/unnumbered_interface_lifecycle.log (193460 bytes)
23152026-04-15T21:02:43.427Zuploaded: /work/unnumbered_interface_lifecycle.log
23162026-04-15T21:02:43.427Zuploading: /work/unnumbered_peer_change.log (78131 bytes)
23172026-04-15T21:02:44.446Zuploaded: /work/unnumbered_peer_change.log