01KS1K83CPMNTE2ZYSMXJ20R5X: 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: 01KS1K8HEXDRV4NCTHZM7M2WQA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T02:26:58.489Zjob assigned to worker 01KS1K92HE97BXBGRVZAFCHKDK [factory aws, i-044faefe3952342ed] (queued for 58 s)
 
22026-05-20T02:27:05.275Zstarting task 0: "setup"
32026-05-20T02:27:05.281Z++ uname -s
42026-05-20T02:27:05.285Z+ kern=SunOS
52026-05-20T02:27:05.285Z+ build_user=build
62026-05-20T02:27:05.285Z+ build_uid=12345
72026-05-20T02:27:05.285Z+ work_dir=/work
82026-05-20T02:27:05.285Z+ input_dir=/input
92026-05-20T02:27:05.285Z+ [[ 0 == 12345 ]]
102026-05-20T02:27:05.285Z+ case "$kern" in
112026-05-20T02:27:05.285Z+ groupadd -g 12345 build
122026-05-20T02:27:05.285Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T02:27:07.289Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T02:27:07.353Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T02:27:07.357Z+ home_fs=zfs
162026-05-20T02:27:07.357Z+ [[ zfs == autofs ]]
172026-05-20T02:27:07.357Z+ mkdir -p /home/build
182026-05-20T02:27:07.357Z+ chown build:build /home/build /work
192026-05-20T02:27:09.342Z+ chmod 0700 /home/build /work
202026-05-20T02:27:09.344Zprocess exited: duration 4067 ms, exit code 0
 
212026-05-20T02:27:09.350Zstarting task 1: "rust-toolchain"
222026-05-20T02:27:09.354Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T02:27:09.354Z * rust toolchain channel = "stable"
242026-05-20T02:27:09.354Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T02:27:09.354Z * rust toolchain profile = "default"
262026-05-20T02:27:09.354Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T02:27:09.354Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T02:27:09.356Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T02:27:09.357Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T02:27:09.475Zinfo: downloading installer
312026-05-20T02:27:10.828Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T02:27:10.828Zwarn: /opt/ooce/bin
332026-05-20T02:27:10.828Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T02:27:10.828Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T02:27:10.828Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T02:27:10.828Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T02:27:10.828Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T02:27:10.828Zerror: cannot install while Rust is installed
392026-05-20T02:27:10.828Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T02:27:10.828Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T02:27:10.828Zwarn: /home/build/.rustup/settings.toml
422026-05-20T02:27:10.828Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T02:27:10.829Zwarn: instead of the one inferred from the default host triple.
442026-05-20T02:27:10.861Zinfo: profile set to default
452026-05-20T02:27:10.861Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T02:27:10.864Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T02:27:10.995Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T02:27:10.998Zinfo: downloading 6 components
492026-05-20T02:27:25.255Z
502026-05-20T02:27:25.255Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-20T02:27:25.295Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T02:27:25.295Z
532026-05-20T02:27:25.298Z
542026-05-20T02:27:25.298ZRust is installed now. Great!
552026-05-20T02:27:25.298Z
562026-05-20T02:27:25.298ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T02:27:25.298Zenvironment variable. This has not been done automatically.
582026-05-20T02:27:25.298Z
592026-05-20T02:27:25.298ZTo configure your current shell, you need to source
602026-05-20T02:27:25.298Zthe corresponding env file under $HOME/.cargo.
612026-05-20T02:27:25.298Z
622026-05-20T02:27:25.298ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T02:27:25.298Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T02:27:25.298Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T02:27:25.298Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T02:27:25.298Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T02:27:25.298Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T02:27:25.298Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T02:27:25.298Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T02:27:25.298Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T02:27:25.385Z+ rustup --version
722026-05-20T02:27:25.394Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T02:27:25.397Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T02:27:25.415Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T02:27:25.418Z+ cargo --version
762026-05-20T02:27:25.432Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T02:27:25.435Z+ rustc --version
782026-05-20T02:27:25.453Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T02:27:25.456Zprocess exited: duration 16104 ms, exit code 0
 
802026-05-20T02:27:25.463Zstarting task 2: "authentication"
812026-05-20T02:27:25.479Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T02:27:25.485Zstarting task 3: "clone repository"
832026-05-20T02:27:25.489Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T02:27:25.492Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T02:27:25.678ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T02:27:26.758Z+ cd /work/oxidecomputer/maghemite
872026-05-20T02:27:26.758Z+ git fetch origin ad71a11cb1f29478f350da15977277c0aa3e7f84
882026-05-20T02:27:26.997ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T02:27:26.997Z * branch ad71a11cb1f29478f350da15977277c0aa3e7f84 -> FETCH_HEAD
902026-05-20T02:27:27.001Z+ [[ -n trey/ddm-track-session-duration ]]
912026-05-20T02:27:27.004Z++ git branch --show-current
922026-05-20T02:27:27.004Z+ current=main
932026-05-20T02:27:27.004Z+ [[ main != trey/ddm-track-session-duration ]]
942026-05-20T02:27:27.004Z+ git branch -f trey/ddm-track-session-duration ad71a11cb1f29478f350da15977277c0aa3e7f84
952026-05-20T02:27:27.007Z+ git checkout -f trey/ddm-track-session-duration
962026-05-20T02:27:27.024ZSwitched to branch 'trey/ddm-track-session-duration'
972026-05-20T02:27:27.026Z+ git reset --hard ad71a11cb1f29478f350da15977277c0aa3e7f84
982026-05-20T02:27:27.041ZHEAD is now at ad71a11 Merge main into trey/ddm-track-session-duration
992026-05-20T02:27:27.044Zprocess exited: duration 1556 ms, exit code 0
 
1002026-05-20T02:27:27.050Zstarting task 4: "build"
1012026-05-20T02:27:27.053Z+ set -e
1022026-05-20T02:27:27.053Z+ source .github/buildomat/test-common.sh
1032026-05-20T02:27:27.054Z++ NEXTEST_VERSION=0.9.97
1042026-05-20T02:27:27.054Z++ PLATFORM=illumos
1052026-05-20T02:27:27.054Z++ banner install
1062026-05-20T02:27:27.058Z
1072026-05-20T02:27:27.058Z # # # #### ##### ## # #
1082026-05-20T02:27:27.058Z # ## # # # # # # #
1092026-05-20T02:27:27.058Z # # # # #### # # # # #
1102026-05-20T02:27:27.058Z # # # # # # ###### # #
1112026-05-20T02:27:27.058Z # # ## # # # # # # #
1122026-05-20T02:27:27.058Z # # # #### # # # ###### ######
1132026-05-20T02:27:27.058Z
1142026-05-20T02:27:27.058Z++ set +o errexit
1152026-05-20T02:27:27.058Z++ pkg info clang-15
1162026-05-20T02:27:27.058Z++ grep -qi installed
1172026-05-20T02:27:29.152Zpkg: info: no packages matching the following patterns you specified are
1182026-05-20T02:27:29.152Zinstalled on the system. Try querying remotely instead:
1192026-05-20T02:27:29.152Z
1202026-05-20T02:27:29.152Z clang-15
1212026-05-20T02:27:29.193Z++ [[ 1 != 0 ]]
1222026-05-20T02:27:29.193Z++ set -o errexit
1232026-05-20T02:27:29.197Z++ pfexec pkg install clang-15
1242026-05-20T02:27:35.967Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-20T02:27:43.796Z Startup: Caching catalogs ... Done
1262026-05-20T02:27:51.117ZPlanning: Solver setup ... Done
1272026-05-20T02:27:51.155ZPlanning: Running solver ... Done
1282026-05-20T02:27:51.300ZPlanning: Finding local manifests ... Done
1292026-05-20T02:27:51.319ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-20T02:27:51.408ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-20T02:27:51.439ZPlanning: Package planning ... Done
1322026-05-20T02:27:51.463ZPlanning: Merging actions ... Done
1332026-05-20T02:27:51.634ZPlanning: Checking for conflicting actions ... Done
1342026-05-20T02:27:51.641ZPlanning: Consolidating action changes ... Done
1352026-05-20T02:27:53.191ZPlanning: Evaluating mediators ... Done
1362026-05-20T02:27:53.197ZPlanning: Planning completed in 9.23 seconds
1372026-05-20T02:27:53.207Z Packages to install: 2
1382026-05-20T02:27:53.210Z Mediators to change: 2
1392026-05-20T02:27:53.210Z Services to change: 1
1402026-05-20T02:27:53.210Z Create boot environment: No
1412026-05-20T02:27:53.210ZCreate backup boot environment: No
1422026-05-20T02:27:53.267Z
1432026-05-20T02:27:53.267ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-20T02:27:58.300ZDownload: 818/3076 items 18.3/211.3MB 8% complete (3.8M/s)
1452026-05-20T02:28:04.806ZDownload: 979/3076 items 80.7/211.3MB 38% complete (12.8M/s)
1462026-05-20T02:28:10.317ZDownload: 981/3076 items 82.2/211.3MB 38% complete (7.6M/s)
1472026-05-20T02:28:21.968ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1482026-05-20T02:28:26.969ZDownload: 2499/3076 items 119.5/211.3MB 56% complete (7.5M/s)
1492026-05-20T02:28:30.570ZDownload: Completed 211.31 MB in 37.30 seconds (5.7M/s)
1502026-05-20T02:28:30.704Z Actions: 1/3418 actions (Installing new actions)
1512026-05-20T02:28:33.989Z Actions: Completed 3418 actions in 3.28 seconds.
1522026-05-20T02:28:34.651Z Done
1532026-05-20T02:28:34.651Z Done
1542026-05-20T02:28:35.403Z Done
1552026-05-20T02:28:39.171Z Done
1562026-05-20T02:28:39.254Z Done
1572026-05-20T02:28:39.257Z Done
1582026-05-20T02:28:39.376Z Done
1592026-05-20T02:28:40.069Z++ set -o errexit
1602026-05-20T02:28:40.069Z++ cargo --version
1612026-05-20T02:28:40.075Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1622026-05-20T02:28:40.226Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1632026-05-20T02:28:40.231Zinfo: downloading 6 components
1642026-05-20T02:28:54.801Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1652026-05-20T02:28:54.804Z++ rustc --version
1662026-05-20T02:28:54.831Zrustc 1.95.0 (59807616e 2026-04-14)
1672026-05-20T02:28:54.837Z++ cargo install cargo-nextest --version 0.9.97
1682026-05-20T02:28:54.879Z Updating crates.io index
1692026-05-20T02:28:54.970Z Downloading crates ...
1702026-05-20T02:28:55.032Z Downloaded cargo-nextest v0.9.97
1712026-05-20T02:28:55.092Z Installing cargo-nextest v0.9.97
1722026-05-20T02:28:55.133Z Updating crates.io index
1732026-05-20T02:28:57.634Z Locking 404 packages to latest compatible versions
1742026-05-20T02:28:57.639Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-05-20T02:28:57.642Z Adding duct v0.13.7 (available: v1.1.1)
1762026-05-20T02:28:57.642Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-05-20T02:28:57.642Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-05-20T02:28:57.645Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-05-20T02:28:57.645Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1802026-05-20T02:28:57.645Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-05-20T02:28:57.648Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1822026-05-20T02:28:57.651Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-05-20T02:28:57.669Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-05-20T02:28:57.679Z Downloading crates ...
1852026-05-20T02:28:57.753Z Downloaded atomic-waker v1.1.2
1862026-05-20T02:28:57.756Z Downloaded anstyle-parse v1.0.0
1872026-05-20T02:28:57.761Z Downloaded futures-task v0.3.32
1882026-05-20T02:28:57.768Z Downloaded enable-ansi-support v0.2.1
1892026-05-20T02:28:57.783Z Downloaded der v0.7.10
1902026-05-20T02:28:57.787Z Downloaded is_terminal_polyfill v1.70.2
1912026-05-20T02:28:57.787Z Downloaded const-oid v0.9.6
1922026-05-20T02:28:57.790Z Downloaded backtrace-ext v0.2.1
1932026-05-20T02:28:57.790Z Downloaded clap v4.6.1
1942026-05-20T02:28:57.796Z Downloaded pin-project v1.1.13
1952026-05-20T02:28:57.804Z Downloaded serde_core v1.0.228
1962026-05-20T02:28:57.806Z Downloaded http v1.4.0
1972026-05-20T02:28:57.809Z Downloaded nextest-metadata v0.12.2
1982026-05-20T02:28:57.812Z Downloaded jobserver v0.1.34
1992026-05-20T02:28:57.812Z Downloaded ron v0.12.1
2002026-05-20T02:28:57.817Z Downloaded rand_chacha v0.9.0
2012026-05-20T02:28:57.820Z Downloaded h2 v0.4.14
2022026-05-20T02:28:57.825Z Downloaded bstr v1.12.1
2032026-05-20T02:28:57.829Z Downloaded cpufeatures v0.2.17
2042026-05-20T02:28:57.833Z Downloaded quote v1.0.45
2052026-05-20T02:28:57.833Z Downloaded cc v1.2.62
2062026-05-20T02:28:57.838Z Downloaded ordered-float v2.10.1
2072026-05-20T02:28:57.841Z Downloaded http-body-util v0.1.3
2082026-05-20T02:28:57.844Z Downloaded backtrace v0.3.76
2092026-05-20T02:28:57.847Z Downloaded lru-slab v0.1.2
2102026-05-20T02:28:57.847Z Downloaded futures-sink v0.3.32
2112026-05-20T02:28:57.847Z Downloaded either v1.15.0
2122026-05-20T02:28:57.849Z Downloaded object v0.37.3
2132026-05-20T02:28:57.856Z Downloaded httparse v1.10.1
2142026-05-20T02:28:57.858Z Downloaded eyre v0.6.12
2152026-05-20T02:28:57.861Z Downloaded document-features v0.2.12
2162026-05-20T02:28:57.861Z Downloaded adler2 v2.0.1
2172026-05-20T02:28:57.861Z Downloaded form_urlencoded v1.2.2
2182026-05-20T02:28:57.864Z Downloaded convert_case v0.10.0
2192026-05-20T02:28:57.864Z Downloaded crc32fast v1.5.0
2202026-05-20T02:28:57.866Z Downloaded guppy-workspace-hack v0.1.0
2212026-05-20T02:28:57.866Z Downloaded future-queue v0.4.0
2222026-05-20T02:28:57.870Z Downloaded foreign-types v0.3.2
2232026-05-20T02:28:57.870Z Downloaded anstyle-query v1.1.5
2242026-05-20T02:28:57.874Z Downloaded http-body v1.0.1
2252026-05-20T02:28:57.874Z Downloaded aho-corasick v1.1.4
2262026-05-20T02:28:57.877Z Downloaded hex v0.4.3
2272026-05-20T02:28:57.877Z Downloaded is_ci v1.2.0
2282026-05-20T02:28:57.877Z Downloaded signature v2.2.0
2292026-05-20T02:28:57.881Z Downloaded shlex v1.3.0
2302026-05-20T02:28:57.881Z Downloaded config v0.15.23
2312026-05-20T02:28:57.884Z Downloaded globset v0.4.18
2322026-05-20T02:28:57.884Z Downloaded dialoguer v0.11.0
2332026-05-20T02:28:57.887Z Downloaded color-spantrace v0.3.0
2342026-05-20T02:28:57.887Z Downloaded signal-hook-mio v0.2.5
2352026-05-20T02:28:57.890Z Downloaded cfg-if v1.0.4
2362026-05-20T02:28:57.890Z Downloaded serde-untagged v0.1.9
2372026-05-20T02:28:57.890Z Downloaded cargo_metadata v0.23.1
2382026-05-20T02:28:57.893Z Downloaded cargo_metadata v0.20.0
2392026-05-20T02:28:57.893Z Downloaded find-msvc-tools v0.1.9
2402026-05-20T02:28:57.896Z Downloaded getrandom v0.2.17
2412026-05-20T02:28:57.896Z Downloaded openssl-probe v0.2.1
2422026-05-20T02:28:57.896Z Downloaded nested v0.1.1
2432026-05-20T02:28:57.899Z Downloaded camino-tempfile v1.4.1
2442026-05-20T02:28:57.899Z Downloaded base64ct v1.8.3
2452026-05-20T02:28:57.902Z Downloaded owo-colors v4.3.0
2462026-05-20T02:28:57.902Z Downloaded crossterm v0.29.0
2472026-05-20T02:28:57.905Z Downloaded serde_ignored v0.1.14
2482026-05-20T02:28:57.908Z Downloaded autocfg v1.5.0
2492026-05-20T02:28:57.911Z Downloaded cargo-util-schemas v0.2.0
2502026-05-20T02:28:57.911Z Downloaded hashbrown v0.15.5
2512026-05-20T02:28:57.914Z Downloaded futures-io v0.3.32
2522026-05-20T02:28:57.914Z Downloaded itoa v1.0.18
2532026-05-20T02:28:57.917Z Downloaded fnv v1.0.7
2542026-05-20T02:28:57.917Z Downloaded clap_lex v1.1.0
2552026-05-20T02:28:57.917Z Downloaded equivalent v1.0.2
2562026-05-20T02:28:57.917Z Downloaded fixedbitset v0.5.7
2572026-05-20T02:28:57.920Z Downloaded curve25519-dalek-derive v0.1.1
2582026-05-20T02:28:57.920Z Downloaded anstyle v1.0.14
2592026-05-20T02:28:57.922Z Downloaded foreign-types-shared v0.1.1
2602026-05-20T02:28:57.922Z Downloaded ed25519 v2.2.3
2612026-05-20T02:28:57.926Z Downloaded cfg-expr v0.20.7
2622026-05-20T02:28:57.929Z Downloaded filetime v0.2.29
2632026-05-20T02:28:57.929Z Downloaded tar v0.4.46
2642026-05-20T02:28:57.932Z Downloaded pin-project-lite v0.2.17
2652026-05-20T02:28:57.936Z Downloaded futures-macro v0.3.32
2662026-05-20T02:28:57.936Z Downloaded cfg_aliases v0.2.1
2672026-05-20T02:28:57.939Z Downloaded crypto-common v0.1.7
2682026-05-20T02:28:57.939Z Downloaded camino v1.2.2
2692026-05-20T02:28:57.939Z Downloaded indenter v0.3.4
2702026-05-20T02:28:57.939Z Downloaded console v0.15.11
2712026-05-20T02:28:57.941Z Downloaded addr2line v0.25.1
2722026-05-20T02:28:57.942Z Downloaded pkg-config v0.3.33
2732026-05-20T02:28:57.944Z Downloaded lock_api v0.4.14
2742026-05-20T02:28:57.944Z Downloaded toml v0.8.23
2752026-05-20T02:28:57.947Z Downloaded nextest-filtering v0.15.0
2762026-05-20T02:28:57.950Z Downloaded iana-time-zone v0.1.65
2772026-05-20T02:28:57.952Z Downloaded shared_child v1.1.1
2782026-05-20T02:28:57.956Z Downloaded block-buffer v0.10.4
2792026-05-20T02:28:57.960Z Downloaded semver v1.0.28
2802026-05-20T02:28:57.963Z Downloaded rustc-demangle v0.1.27
2812026-05-20T02:28:57.965Z Downloaded miette-derive v7.6.0
2822026-05-20T02:28:57.965Z Downloaded hyper-rustls v0.27.9
2832026-05-20T02:28:57.968Z Downloaded num-traits v0.2.19
2842026-05-20T02:28:57.968Z Downloaded subtle v2.6.1
2852026-05-20T02:28:57.972Z Downloaded thread_local v1.1.9
2862026-05-20T02:28:57.975Z Downloaded proc-macro2 v1.0.106
2872026-05-20T02:28:57.978Z Downloaded socket2 v0.6.3
2882026-05-20T02:28:57.978Z Downloaded litrs v1.0.0
2892026-05-20T02:28:57.980Z Downloaded static_assertions v1.1.0
2902026-05-20T02:28:57.980Z Downloaded slab v0.4.12
2912026-05-20T02:28:57.983Z Downloaded tracing-attributes v0.1.31
2922026-05-20T02:28:57.986Z Downloaded ryu v1.0.23
2932026-05-20T02:28:57.989Z Downloaded simd-adler32 v0.3.9
2942026-05-20T02:28:57.991Z Downloaded guppy v0.17.25
2952026-05-20T02:28:57.994Z Downloaded hyper-tls v0.6.0
2962026-05-20T02:28:57.999Z Downloaded sync_wrapper v1.0.2
2972026-05-20T02:28:57.999Z Downloaded supports-unicode v3.0.0
2982026-05-20T02:28:57.999Z Downloaded supports-color v3.0.2
2992026-05-20T02:28:58.003Z Downloaded strsim v0.11.1
3002026-05-20T02:28:58.006Z Downloaded cargo-platform v0.3.3
3012026-05-20T02:28:58.006Z Downloaded strip-ansi-escapes v0.2.1
3022026-05-20T02:28:58.006Z Downloaded cargo-platform v0.2.0
3032026-05-20T02:28:58.009Z Downloaded thiserror v1.0.69
3042026-05-20T02:28:58.013Z Downloaded target-lexicon v0.13.3
3052026-05-20T02:28:58.015Z Downloaded supports-hyperlinks v3.2.0
3062026-05-20T02:28:58.015Z Downloaded hashbrown v0.17.1
3072026-05-20T02:28:58.018Z Downloaded target-spec v3.6.0
3082026-05-20T02:28:58.021Z Downloaded getrandom v0.4.2
3092026-05-20T02:28:58.021Z Downloaded toml_write v0.1.2
3102026-05-20T02:28:58.024Z Downloaded futures v0.3.32
3112026-05-20T02:28:58.027Z Downloaded signal-hook v0.3.18
3122026-05-20T02:28:58.027Z Downloaded rustc_version v0.4.1
3132026-05-20T02:28:58.034Z Downloaded quick-junit v0.5.2
3142026-05-20T02:28:58.034Z Downloaded os_pipe v1.2.3
3152026-05-20T02:28:58.038Z Downloaded derive_more v2.1.1
3162026-05-20T02:28:58.038Z Downloaded tower-layer v0.3.3
3172026-05-20T02:28:58.041Z Downloaded rustls-pki-types v1.14.1
3182026-05-20T02:28:58.041Z Downloaded tokio-native-tls v0.3.1
3192026-05-20T02:28:58.041Z Downloaded humantime-serde v1.1.1
3202026-05-20T02:28:58.041Z Downloaded color-eyre v0.6.5
3212026-05-20T02:28:58.046Z Downloaded unicode-linebreak v0.1.5
3222026-05-20T02:28:58.048Z Downloaded toml_writer v1.1.1+spec-1.1.0
3232026-05-20T02:28:58.048Z Downloaded lazy_static v1.5.0
3242026-05-20T02:28:58.051Z Downloaded sigchld v0.2.4
3252026-05-20T02:28:58.051Z Downloaded utf8_iter v1.0.4
3262026-05-20T02:28:58.051Z Downloaded humantime v2.3.0
3272026-05-20T02:28:58.054Z Downloaded serde-value v0.7.0
3282026-05-20T02:28:58.054Z Downloaded thiserror-impl v2.0.18
3292026-05-20T02:28:58.054Z Downloaded ipnet v2.12.0
3302026-05-20T02:28:58.057Z Downloaded toml_datetime v0.6.11
3312026-05-20T02:28:58.057Z Downloaded tinyvec_macros v0.1.1
3322026-05-20T02:28:58.057Z Downloaded swrite v0.1.0
3332026-05-20T02:28:58.057Z Downloaded quinn-udp v0.5.14
3342026-05-20T02:28:58.060Z Downloaded newtype-uuid v1.3.2
3352026-05-20T02:28:58.060Z Downloaded base64 v0.22.1
3362026-05-20T02:28:58.064Z Downloaded utf8parse v0.2.2
3372026-05-20T02:28:58.067Z Downloaded try-lock v0.2.5
3382026-05-20T02:28:58.067Z Downloaded tracing-error v0.2.1
3392026-05-20T02:28:58.070Z Downloaded typeid v1.0.3
3402026-05-20T02:28:58.070Z Downloaded tower-service v0.3.3
3412026-05-20T02:28:58.070Z Downloaded tracing-log v0.2.0
3422026-05-20T02:28:58.073Z Downloaded rand_core v0.9.5
3432026-05-20T02:28:58.073Z Downloaded unicase v2.9.0
3442026-05-20T02:28:58.073Z Downloaded thiserror-impl v1.0.69
3452026-05-20T02:28:58.076Z Downloaded target-spec-miette v0.4.6
3462026-05-20T02:28:58.076Z Downloaded serde_derive v1.0.228
3472026-05-20T02:28:58.078Z Downloaded untrusted v0.9.0
3482026-05-20T02:28:58.081Z Downloaded want v0.3.1
3492026-05-20T02:28:58.081Z Downloaded parking_lot_core v0.9.12
3502026-05-20T02:28:58.084Z Downloaded toml_edit v0.22.27
3512026-05-20T02:28:58.084Z Downloaded serde_path_to_error v0.1.20
3522026-05-20T02:28:58.087Z Downloaded serde v1.0.228
3532026-05-20T02:28:58.087Z Downloaded zmij v1.0.21
3542026-05-20T02:28:58.092Z Downloaded thiserror v2.0.18
3552026-05-20T02:28:58.095Z Downloaded sharded-slab v0.1.7
3562026-05-20T02:28:58.095Z Downloaded once_cell v1.21.4
3572026-05-20T02:28:58.098Z Downloaded tempfile v3.27.0
3582026-05-20T02:28:58.100Z Downloaded urlencoding v2.1.3
3592026-05-20T02:28:58.100Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3602026-05-20T02:28:58.103Z Downloaded tokio-rustls v0.26.4
3612026-05-20T02:28:58.106Z Downloaded tinyvec v1.11.0
3622026-05-20T02:28:58.106Z Downloaded textwrap v0.16.2
3632026-05-20T02:28:58.109Z Downloaded openssl-sys v0.9.116
3642026-05-20T02:28:58.111Z Downloaded regex v1.12.3
3652026-05-20T02:28:58.114Z Downloaded unicode-ident v1.0.24
3662026-05-20T02:28:58.117Z Downloaded toml v1.1.2+spec-1.1.0
3672026-05-20T02:28:58.122Z Downloaded tower v0.5.3
3682026-05-20T02:28:58.131Z Downloaded xxhash-rust v0.8.15
3692026-05-20T02:28:58.136Z Downloaded unicode-segmentation v1.13.2
3702026-05-20T02:28:58.140Z Downloaded miniz_oxide v0.8.9
3712026-05-20T02:28:58.144Z Downloaded nextest-workspace-hack v0.1.0
3722026-05-20T02:28:58.147Z Downloaded tokio-util v0.7.18
3732026-05-20T02:28:58.153Z Downloaded idna_adapter v1.0.0
3742026-05-20T02:28:58.156Z Downloaded async-scoped v0.9.0
3752026-05-20T02:28:58.159Z Downloaded ahash v0.8.12
3762026-05-20T02:28:58.159Z Downloaded home v0.5.12
3772026-05-20T02:28:58.166Z Downloaded scopeguard v1.2.0
3782026-05-20T02:28:58.170Z Downloaded tracing-subscriber v0.3.23
3792026-05-20T02:28:58.175Z Downloaded pkcs8 v0.10.2
3802026-05-20T02:28:58.177Z Downloaded mukti-metadata v0.3.0
3812026-05-20T02:28:58.180Z Downloaded curve25519-dalek v4.1.3
3822026-05-20T02:28:58.184Z Downloaded serde_urlencoded v0.7.1
3832026-05-20T02:28:58.187Z Downloaded rustc-hash v2.1.2
3842026-05-20T02:28:58.187Z Downloaded number_prefix v0.4.0
3852026-05-20T02:28:58.190Z Downloaded shell-words v1.1.1
3862026-05-20T02:28:58.190Z Downloaded quinn v0.11.9
3872026-05-20T02:28:58.193Z Downloaded uuid v1.23.1
3882026-05-20T02:28:58.196Z Downloaded getrandom v0.3.4
3892026-05-20T02:28:58.200Z Downloaded rustls-webpki v0.103.13
3902026-05-20T02:28:58.200Z Downloaded heck v0.5.0
3912026-05-20T02:28:58.202Z Downloaded futures-executor v0.3.32
3922026-05-20T02:28:58.202Z Downloaded debug-ignore v1.0.5
3932026-05-20T02:28:58.203Z Downloaded futures-core v0.3.32
3942026-05-20T02:28:58.205Z Downloaded pin-project-internal v1.1.13
3952026-05-20T02:28:58.206Z Downloaded atomicwrites v0.4.4
3962026-05-20T02:28:58.206Z Downloaded foldhash v0.1.5
3972026-05-20T02:28:58.213Z Downloaded unicode-width v0.1.14
3982026-05-20T02:28:58.216Z Downloaded unicode-width v0.2.2
3992026-05-20T02:28:58.219Z Downloaded reqwest v0.12.28
4002026-05-20T02:28:58.222Z Downloaded xattr v1.6.1
4012026-05-20T02:28:58.225Z Downloaded ppv-lite86 v0.2.21
4022026-05-20T02:28:58.225Z Downloaded colorchoice v1.0.5
4032026-05-20T02:28:58.226Z Downloaded clap_derive v4.6.1
4042026-05-20T02:28:58.228Z Downloaded indent_write v2.2.0
4052026-05-20T02:28:58.228Z Downloaded anstream v1.0.0
4062026-05-20T02:28:58.231Z Downloaded rand_core v0.6.4
4072026-05-20T02:28:58.231Z Downloaded percent-encoding v2.3.2
4082026-05-20T02:28:58.231Z Downloaded native-tls v0.2.18
4092026-05-20T02:28:58.231Z Downloaded generic-array v0.14.7
4102026-05-20T02:28:58.234Z Downloaded bytes v1.11.1
4112026-05-20T02:28:58.237Z Downloaded self-replace v1.5.0
4122026-05-20T02:28:58.237Z Downloaded digest v0.10.7
4132026-05-20T02:28:58.237Z Downloaded derive-where v1.6.1
4142026-05-20T02:28:58.239Z Downloaded ed25519-dalek v2.2.0
4152026-05-20T02:28:58.246Z Downloaded rand v0.9.4
4162026-05-20T02:28:58.250Z Downloaded smol_str v0.3.6
4172026-05-20T02:28:58.253Z Downloaded fastrand v2.4.1
4182026-05-20T02:28:58.256Z Downloaded hyper-util v0.1.20
4192026-05-20T02:28:58.260Z Downloaded itertools v0.14.0
4202026-05-20T02:28:58.263Z Downloaded zipsign-api v0.1.5
4212026-05-20T02:28:58.263Z Downloaded errno v0.3.14
4222026-05-20T02:28:58.266Z Downloaded zeroize v1.8.2
4232026-05-20T02:28:58.266Z Downloaded tracing v0.1.44
4242026-05-20T02:28:58.274Z Downloaded sha2 v0.10.9
4252026-05-20T02:28:58.277Z Downloaded serde_spanned v1.1.1
4262026-05-20T02:28:58.277Z Downloaded parking_lot v0.12.5
4272026-05-20T02:28:58.280Z Downloaded mio v1.2.0
4282026-05-20T02:28:58.284Z Downloaded futures-channel v0.3.32
4292026-05-20T02:28:58.284Z Downloaded openssl-macros v0.1.1
4302026-05-20T02:28:58.284Z Downloaded self_update v0.42.0
4312026-05-20T02:28:58.287Z Downloaded erased-serde v0.4.10
4322026-05-20T02:28:58.287Z Downloaded duct v0.13.7
4332026-05-20T02:28:58.287Z Downloaded portable-atomic v1.13.1
4342026-05-20T02:28:58.290Z Downloaded spki v0.7.3
4352026-05-20T02:28:58.293Z Downloaded idna v1.1.0
4362026-05-20T02:28:58.296Z Downloaded quick-xml v0.37.5
4372026-05-20T02:28:58.299Z Downloaded signal-hook-registry v1.4.8
4382026-05-20T02:28:58.299Z Downloaded log v0.4.29
4392026-05-20T02:28:58.299Z Downloaded borsh v1.6.1
4402026-05-20T02:28:58.303Z Downloaded terminal_size v0.4.4
4412026-05-20T02:28:58.306Z Downloaded serde_spanned v0.6.9
4422026-05-20T02:28:58.306Z Downloaded bitflags v2.11.1
4432026-05-20T02:28:58.309Z Downloaded toml_parser v1.1.2+spec-1.1.0
4442026-05-20T02:28:58.312Z Downloaded url v2.5.8
4452026-05-20T02:28:58.315Z Downloaded vte v0.14.1
4462026-05-20T02:28:58.317Z Downloaded unicode-xid v0.2.6
4472026-05-20T02:28:58.317Z Downloaded tokio-macros v2.7.0
4482026-05-20T02:28:58.322Z Downloaded tokio-stream v0.1.18
4492026-05-20T02:28:58.325Z Downloaded indicatif v0.17.11
4502026-05-20T02:28:58.328Z Downloaded flate2 v1.1.9
4512026-05-20T02:28:58.330Z Downloaded zstd-safe v7.2.4
4522026-05-20T02:28:58.330Z Downloaded zstd v0.13.3
4532026-05-20T02:28:58.335Z Downloaded tracing-core v0.1.36
4542026-05-20T02:28:58.339Z Downloaded unicode-normalization v0.1.25
4552026-05-20T02:28:58.342Z Downloaded version_check v0.9.5
4562026-05-20T02:28:58.342Z Downloaded smallvec v1.15.1
4572026-05-20T02:28:58.353Z Downloaded serde_json v1.0.149
4582026-05-20T02:28:58.356Z Downloaded derive_more-impl v2.1.1
4592026-05-20T02:28:58.356Z Downloaded memchr v2.8.0
4602026-05-20T02:28:58.363Z Downloaded miette v7.6.0
4612026-05-20T02:28:58.366Z Downloaded indexmap v2.14.0
4622026-05-20T02:28:58.369Z Downloaded typenum v1.20.0
4632026-05-20T02:28:58.372Z Downloaded clap_builder v4.6.0
4642026-05-20T02:28:58.374Z Downloaded recursion v0.5.4
4652026-05-20T02:28:58.379Z Downloaded futures-util v0.3.32
4662026-05-20T02:28:58.386Z Downloaded chrono v0.4.44
4672026-05-20T02:28:58.390Z Downloaded tower-http v0.6.11
4682026-05-20T02:28:58.395Z Downloaded pathdiff v0.2.3
4692026-05-20T02:28:58.398Z Downloaded gimli v0.32.3
4702026-05-20T02:28:58.401Z Downloaded tokio v1.52.3
4712026-05-20T02:28:58.442Z Downloaded winnow v1.0.3
4722026-05-20T02:28:58.449Z Downloaded pulldown-cmark v0.13.3
4732026-05-20T02:28:58.456Z Downloaded nextest-runner v0.80.0
4742026-05-20T02:28:58.462Z Downloaded hyper v1.9.0
4752026-05-20T02:28:58.470Z Downloaded webpki-roots v1.0.7
4762026-05-20T02:28:58.477Z Downloaded vcpkg v0.2.15
4772026-05-20T02:28:58.498Z Downloaded winnow v0.7.15
4782026-05-20T02:28:58.512Z Downloaded rustix v0.38.44
4792026-05-20T02:28:58.524Z Downloaded openssl v0.10.80
4802026-05-20T02:28:58.530Z Downloaded quick-xml v0.38.4
4812026-05-20T02:28:58.533Z Downloaded quinn-proto v0.11.14
4822026-05-20T02:28:58.538Z Downloaded zerocopy v0.8.48
4832026-05-20T02:28:58.552Z Downloaded rustls v0.23.40
4842026-05-20T02:28:58.559Z Downloaded syn v2.0.117
4852026-05-20T02:28:58.568Z Downloaded regex-syntax v0.8.10
4862026-05-20T02:28:58.570Z Downloaded nix v0.30.1
4872026-05-20T02:28:58.602Z Downloaded rustix v1.1.4
4882026-05-20T02:28:58.650Z Downloaded regex-automata v0.4.14
4892026-05-20T02:28:58.695Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-05-20T02:28:58.705Z Downloaded libc v0.2.186
4912026-05-20T02:28:58.723Z Downloaded petgraph v0.8.3
4922026-05-20T02:28:58.763Z Downloaded ring v0.17.14
4932026-05-20T02:28:58.825Z Compiling libc v0.2.186
4942026-05-20T02:28:58.825Z Compiling proc-macro2 v1.0.106
4952026-05-20T02:28:58.825Z Compiling quote v1.0.45
4962026-05-20T02:28:58.828Z Compiling unicode-ident v1.0.24
4972026-05-20T02:28:58.828Z Compiling serde_core v1.0.228
4982026-05-20T02:28:58.828Z Compiling cfg-if v1.0.4
4992026-05-20T02:28:58.828Z Compiling memchr v2.8.0
5002026-05-20T02:28:58.828Z Compiling once_cell v1.21.4
5012026-05-20T02:28:59.066Z Compiling log v0.4.29
5022026-05-20T02:28:59.128Z Compiling pin-project-lite v0.2.17
5032026-05-20T02:28:59.219Z Compiling serde v1.0.228
5042026-05-20T02:28:59.230Z Compiling itoa v1.0.18
5052026-05-20T02:28:59.455Z Compiling smallvec v1.15.1
5062026-05-20T02:28:59.558Z Compiling futures-core v0.3.32
5072026-05-20T02:28:59.610Z Compiling bitflags v2.11.1
5082026-05-20T02:28:59.699Z Compiling hashbrown v0.17.1
5092026-05-20T02:28:59.721Z Compiling find-msvc-tools v0.1.9
5102026-05-20T02:28:59.950Z Compiling shlex v1.3.0
5112026-05-20T02:28:59.998Z Compiling jobserver v0.1.34
5122026-05-20T02:29:00.034Z Compiling errno v0.3.14
5132026-05-20T02:29:00.122Z Compiling equivalent v1.0.2
5142026-05-20T02:29:00.122Z Compiling bytes v1.11.1
5152026-05-20T02:29:00.144Z Compiling signal-hook-registry v1.4.8
5162026-05-20T02:29:00.194Z Compiling cc v1.2.62
5172026-05-20T02:29:00.315Z Compiling mio v1.2.0
5182026-05-20T02:29:00.391Z Compiling syn v2.0.117
5192026-05-20T02:29:00.409Z Compiling futures-sink v0.3.32
5202026-05-20T02:29:00.463Z Compiling rustix v1.1.4
5212026-05-20T02:29:00.517Z Compiling socket2 v0.6.3
5222026-05-20T02:29:00.701Z Compiling slab v0.4.12
5232026-05-20T02:29:00.912Z Compiling zmij v1.0.21
5242026-05-20T02:29:01.016Z Compiling futures-channel v0.3.32
5252026-05-20T02:29:01.028Z Compiling tracing-core v0.1.36
5262026-05-20T02:29:01.305Z Compiling serde_json v1.0.149
5272026-05-20T02:29:01.332Z Compiling version_check v0.9.5
5282026-05-20T02:29:01.525Z Compiling indexmap v2.14.0
5292026-05-20T02:29:01.582Z Compiling getrandom v0.4.2
5302026-05-20T02:29:01.614Z Compiling futures-task v0.3.32
5312026-05-20T02:29:01.683Z Compiling futures-io v0.3.32
5322026-05-20T02:29:01.795Z Compiling unicode-width v0.2.2
5332026-05-20T02:29:01.895Z Compiling percent-encoding v2.3.2
5342026-05-20T02:29:01.907Z Compiling camino v1.2.2
5352026-05-20T02:29:02.178Z Compiling ring v0.17.14
5362026-05-20T02:29:02.218Z Compiling http v1.4.0
5372026-05-20T02:29:02.301Z Compiling autocfg v1.5.0
5382026-05-20T02:29:02.314Z Compiling simd-adler32 v0.3.9
5392026-05-20T02:29:02.402Z Compiling adler2 v2.0.1
5402026-05-20T02:29:02.577Z Compiling zeroize v1.8.2
5412026-05-20T02:29:02.668Z Compiling num-traits v0.2.19
5422026-05-20T02:29:02.781Z Compiling miniz_oxide v0.8.9
5432026-05-20T02:29:03.001Z Compiling target-lexicon v0.13.3
5442026-05-20T02:29:03.174Z Compiling getrandom v0.3.4
5452026-05-20T02:29:03.487Z Compiling zerocopy v0.8.48
5462026-05-20T02:29:03.500Z Compiling object v0.37.3
5472026-05-20T02:29:03.583Z Compiling http-body v1.0.1
5482026-05-20T02:29:03.840Z Compiling rustls-pki-types v1.14.1
5492026-05-20T02:29:03.913Z Compiling form_urlencoded v1.2.2
5502026-05-20T02:29:03.924Z Compiling semver v1.0.28
5512026-05-20T02:29:04.062Z Compiling serde_derive v1.0.228
5522026-05-20T02:29:04.156Z Compiling tokio-macros v2.7.0
5532026-05-20T02:29:04.191Z Compiling futures-macro v0.3.32
5542026-05-20T02:29:04.215Z Compiling tracing-attributes v0.1.31
5552026-05-20T02:29:04.396Z Compiling getrandom v0.2.17
5562026-05-20T02:29:04.588Z Compiling httparse v1.10.1
5572026-05-20T02:29:04.588Z Compiling signal-hook v0.3.18
5582026-05-20T02:29:04.715Z Compiling thiserror v2.0.18
5592026-05-20T02:29:04.829Z Compiling fnv v1.0.7
5602026-05-20T02:29:04.935Z Compiling owo-colors v4.3.0
5612026-05-20T02:29:04.938Z Compiling tokio v1.52.3
5622026-05-20T02:29:04.958Z Compiling idna_adapter v1.0.0
5632026-05-20T02:29:05.015Z Compiling futures-util v0.3.32
5642026-05-20T02:29:05.057Z Compiling utf8_iter v1.0.4
5652026-05-20T02:29:05.069Z Compiling gimli v0.32.3
5662026-05-20T02:29:05.222Z Compiling guppy-workspace-hack v0.1.0
5672026-05-20T02:29:05.281Z Compiling untrusted v0.9.0
5682026-05-20T02:29:05.437Z Compiling tracing v0.1.44
5692026-05-20T02:29:05.464Z Compiling idna v1.1.0
5702026-05-20T02:29:05.736Z Compiling thiserror-impl v2.0.18
5712026-05-20T02:29:06.948Z Compiling addr2line v0.25.1
5722026-05-20T02:29:07.706Z Compiling generic-array v0.14.7
5732026-05-20T02:29:07.864Z Compiling typeid v1.0.3
5742026-05-20T02:29:07.919Z Compiling thiserror v1.0.69
5752026-05-20T02:29:07.947Z Compiling rustc-demangle v0.1.27
5762026-05-20T02:29:07.968Z Compiling tower-service v0.3.3
5772026-05-20T02:29:08.065Z Compiling atomic-waker v1.1.2
5782026-05-20T02:29:08.159Z Compiling fastrand v2.4.1
5792026-05-20T02:29:08.199Z Compiling rustls v0.23.40
5802026-05-20T02:29:08.234Z Compiling target-spec v3.6.0
5812026-05-20T02:29:08.428Z Compiling pkg-config v0.3.33
5822026-05-20T02:29:08.496Z Compiling try-lock v0.2.5
5832026-05-20T02:29:08.549Z Compiling tempfile v3.27.0
5842026-05-20T02:29:08.615Z Compiling want v0.3.1
5852026-05-20T02:29:08.858Z Compiling tokio-util v0.7.18
5862026-05-20T02:29:08.870Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5872026-05-20T02:29:08.979Z Compiling cfg-expr v0.20.7
5882026-05-20T02:29:09.109Z Compiling url v2.5.8
5892026-05-20T02:29:09.462Z Compiling h2 v0.4.14
5902026-05-20T02:29:10.021Z Compiling thiserror-impl v1.0.69
5912026-05-20T02:29:10.235Z Compiling backtrace v0.3.76
5922026-05-20T02:29:10.646Z Compiling terminal_size v0.4.4
5932026-05-20T02:29:10.808Z Compiling aho-corasick v1.1.4
5942026-05-20T02:29:10.834Z Compiling winnow v0.7.15
5952026-05-20T02:29:11.191Z Compiling erased-serde v0.4.10
5962026-05-20T02:29:11.504Z Compiling regex-syntax v0.8.10
5972026-05-20T02:29:11.601Z Compiling typenum v1.20.0
5982026-05-20T02:29:12.278Z Compiling rustls-webpki v0.103.13
5992026-05-20T02:29:12.760Z Compiling subtle v2.6.1
6002026-05-20T02:29:14.851Z Compiling regex-automata v0.4.14
6012026-05-20T02:29:15.198Z Compiling hyper v1.9.0
6022026-05-20T02:29:16.322Z Compiling serde_spanned v0.6.9
6032026-05-20T02:29:16.496Z Compiling toml_datetime v0.6.11
6042026-05-20T02:29:16.872Z Compiling ahash v0.8.12
6052026-05-20T02:29:17.142Z Compiling sync_wrapper v1.0.2
6062026-05-20T02:29:17.261Z Compiling parking_lot_core v0.9.12
6072026-05-20T02:29:17.560Z Compiling either v1.15.0
6082026-05-20T02:29:17.789Z Compiling ipnet v2.12.0
6092026-05-20T02:29:17.878Z Compiling portable-atomic v1.13.1
6102026-05-20T02:29:18.339Z Compiling foldhash v0.1.5
6112026-05-20T02:29:18.569Z Compiling toml_write v0.1.2
6122026-05-20T02:29:18.771Z Compiling lazy_static v1.5.0
6132026-05-20T02:29:18.821Z Compiling crc32fast v1.5.0
6142026-05-20T02:29:18.834Z Compiling nextest-workspace-hack v0.1.0
6152026-05-20T02:29:18.876Z Compiling is_ci v1.2.0
6162026-05-20T02:29:18.988Z Compiling base64 v0.22.1
6172026-05-20T02:29:19.063Z Compiling unicode-linebreak v0.1.5
6182026-05-20T02:29:19.091Z Compiling tower-layer v0.3.3
6192026-05-20T02:29:19.104Z Compiling unicode-segmentation v1.13.2
6202026-05-20T02:29:19.197Z Compiling supports-color v3.0.2
6212026-05-20T02:29:19.291Z Compiling hyper-util v0.1.20
6222026-05-20T02:29:19.330Z Compiling textwrap v0.16.2
6232026-05-20T02:29:19.435Z Compiling convert_case v0.10.0
6242026-05-20T02:29:19.495Z Compiling tower v0.5.3
6252026-05-20T02:29:19.498Z Compiling sharded-slab v0.1.7
6262026-05-20T02:29:19.689Z Compiling toml_edit v0.22.27
6272026-05-20T02:29:20.073Z Compiling hashbrown v0.15.5
6282026-05-20T02:29:20.702Z Compiling tokio-rustls v0.26.4
6292026-05-20T02:29:20.740Z Compiling backtrace-ext v0.2.1
6302026-05-20T02:29:20.802Z Compiling ordered-float v2.10.1
6312026-05-20T02:29:20.993Z Compiling webpki-roots v1.0.7
6322026-05-20T02:29:21.009Z Compiling miette-derive v7.6.0
6332026-05-20T02:29:21.083Z Compiling pathdiff v0.2.3
6342026-05-20T02:29:21.130Z Compiling console v0.15.11
6352026-05-20T02:29:21.212Z Compiling cargo-platform v0.3.3
6362026-05-20T02:29:21.782Z Compiling tracing-log v0.2.0
6372026-05-20T02:29:21.944Z Compiling os_pipe v1.2.3
6382026-05-20T02:29:22.118Z Compiling thread_local v1.1.9
6392026-05-20T02:29:22.131Z Compiling supports-unicode v3.0.0
6402026-05-20T02:29:22.142Z Compiling rustix v0.38.44
6412026-05-20T02:29:22.296Z Compiling scopeguard v1.2.0
6422026-05-20T02:29:22.408Z Compiling utf8parse v0.2.2
6432026-05-20T02:29:22.471Z Compiling ryu v1.0.23
6442026-05-20T02:29:22.471Z Compiling winnow v1.0.3
6452026-05-20T02:29:22.499Z Compiling debug-ignore v1.0.5
6462026-05-20T02:29:22.524Z Compiling fixedbitset v0.5.7
6472026-05-20T02:29:22.771Z Compiling zstd-safe v7.2.4
6482026-05-20T02:29:22.959Z Compiling unicode-width v0.1.14
6492026-05-20T02:29:23.034Z Compiling pulldown-cmark v0.13.3
6502026-05-20T02:29:23.047Z Compiling cfg_aliases v0.2.1
6512026-05-20T02:29:23.118Z Compiling supports-hyperlinks v3.2.0
6522026-05-20T02:29:23.264Z Compiling miette v7.6.0
6532026-05-20T02:29:23.293Z Compiling nix v0.30.1
6542026-05-20T02:29:23.392Z Compiling petgraph v0.8.3
6552026-05-20T02:29:23.683Z Compiling toml_parser v1.1.2+spec-1.1.0
6562026-05-20T02:29:23.941Z Compiling serde_urlencoded v0.7.1
6572026-05-20T02:29:24.258Z Compiling anstyle-parse v1.0.0
6582026-05-20T02:29:24.581Z Compiling lock_api v0.4.14
6592026-05-20T02:29:24.828Z Compiling tracing-subscriber v0.3.23
6602026-05-20T02:29:25.044Z Compiling sigchld v0.2.4
6612026-05-20T02:29:25.248Z Compiling cargo_metadata v0.23.1
6622026-05-20T02:29:25.315Z Compiling toml v0.8.23
6632026-05-20T02:29:26.033Z Compiling hyper-rustls v0.27.9
6642026-05-20T02:29:26.718Z Compiling serde-value v0.7.0
6652026-05-20T02:29:27.375Z Compiling serde-untagged v0.1.9
6662026-05-20T02:29:28.125Z Compiling tower-http v0.6.11
6672026-05-20T02:29:28.140Z Compiling derive_more-impl v2.1.1
6682026-05-20T02:29:28.465Z Compiling itertools v0.14.0
6692026-05-20T02:29:28.489Z Compiling regex v1.12.3
6702026-05-20T02:29:28.765Z Compiling block-buffer v0.10.4
6712026-05-20T02:29:28.924Z Compiling crypto-common v0.1.7
6722026-05-20T02:29:28.935Z Compiling ppv-lite86 v0.2.21
6732026-05-20T02:29:29.060Z Compiling rand_core v0.9.5
6742026-05-20T02:29:29.158Z Compiling futures-executor v0.3.32
6752026-05-20T02:29:29.261Z Compiling pin-project-internal v1.1.13
6762026-05-20T02:29:29.318Z Compiling http-body-util v0.1.3
6772026-05-20T02:29:29.599Z Compiling uuid v1.23.1
6782026-05-20T02:29:29.704Z Compiling serde_spanned v1.1.1
6792026-05-20T02:29:29.857Z Compiling smol_str v0.3.6
6802026-05-20T02:29:29.912Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-05-20T02:29:29.967Z Compiling filetime v0.2.29
6822026-05-20T02:29:30.133Z Compiling bstr v1.12.1
6832026-05-20T02:29:30.184Z Compiling vte v0.14.1
6842026-05-20T02:29:30.198Z Compiling eyre v0.6.12
6852026-05-20T02:29:30.340Z Compiling is_terminal_polyfill v1.70.2
6862026-05-20T02:29:30.399Z Compiling anstyle-query v1.1.5
6872026-05-20T02:29:30.434Z Compiling colorchoice v1.0.5
6882026-05-20T02:29:30.474Z Compiling nested v0.1.1
6892026-05-20T02:29:30.508Z Compiling xattr v1.6.1
6902026-05-20T02:29:30.521Z Compiling tinyvec_macros v0.1.1
6912026-05-20T02:29:30.524Z Compiling litrs v1.0.0
6922026-05-20T02:29:30.551Z Compiling number_prefix v0.4.0
6932026-05-20T02:29:30.590Z Compiling color-spantrace v0.3.0
6942026-05-20T02:29:30.670Z Compiling static_assertions v1.1.0
6952026-05-20T02:29:30.695Z Compiling anstyle v1.0.14
6962026-05-20T02:29:30.707Z Compiling unicase v2.9.0
6972026-05-20T02:29:30.821Z Compiling iana-time-zone v0.1.65
6982026-05-20T02:29:30.882Z Compiling unicode-xid v0.2.6
6992026-05-20T02:29:30.902Z Compiling self_update v0.42.0
7002026-05-20T02:29:30.952Z Compiling chrono v0.4.44
7012026-05-20T02:29:30.972Z Compiling document-features v0.2.12
7022026-05-20T02:29:31.016Z Compiling cargo-util-schemas v0.2.0
7032026-05-20T02:29:31.222Z Compiling anstream v1.0.0
7042026-05-20T02:29:31.292Z Compiling guppy v0.17.25
7052026-05-20T02:29:31.548Z Compiling indicatif v0.17.11
7062026-05-20T02:29:31.728Z Compiling tar v0.4.46
7072026-05-20T02:29:32.297Z Compiling tinyvec v1.11.0
7082026-05-20T02:29:32.423Z Compiling globset v0.4.18
7092026-05-20T02:29:33.018Z Compiling pin-project v1.1.13
7102026-05-20T02:29:33.125Z Compiling strip-ansi-escapes v0.2.1
7112026-05-20T02:29:33.445Z Compiling toml v1.1.2+spec-1.1.0
7122026-05-20T02:29:33.617Z Compiling nextest-metadata v0.12.2
7132026-05-20T02:29:34.268Z Compiling newtype-uuid v1.3.2
7142026-05-20T02:29:34.331Z Compiling reqwest v0.12.28
7152026-05-20T02:29:34.460Z Compiling futures v0.3.32
7162026-05-20T02:29:34.548Z Compiling rand_chacha v0.9.0
7172026-05-20T02:29:34.664Z Compiling digest v0.10.7
7182026-05-20T02:29:34.894Z Compiling derive_more v2.1.1
7192026-05-20T02:29:34.979Z Compiling flate2 v1.1.9
7202026-05-20T02:29:35.103Z Compiling parking_lot v0.12.5
7212026-05-20T02:29:35.519Z Compiling tracing-error v0.2.1
7222026-05-20T02:29:35.657Z Compiling shared_child v1.1.1
7232026-05-20T02:29:36.018Z Compiling signal-hook-mio v0.2.5
7242026-05-20T02:29:36.167Z Compiling self-replace v1.5.0
7252026-05-20T02:29:36.358Z Compiling cargo-platform v0.2.0
7262026-05-20T02:29:36.472Z Compiling quick-xml v0.37.5
7272026-05-20T02:29:36.693Z Compiling quick-xml v0.38.4
7282026-05-20T02:29:37.041Z Compiling clap_lex v1.1.0
7292026-05-20T02:29:37.193Z Compiling indenter v0.3.4
7302026-05-20T02:29:37.329Z Compiling cpufeatures v0.2.17
7312026-05-20T02:29:37.421Z Compiling shell-words v1.1.1
7322026-05-20T02:29:37.620Z Compiling recursion v0.5.4
7332026-05-20T02:29:37.662Z Compiling urlencoding v2.1.3
7342026-05-20T02:29:37.764Z Compiling heck v0.5.0
7352026-05-20T02:29:37.910Z Compiling humantime v2.3.0
7362026-05-20T02:29:37.970Z Compiling strsim v0.11.1
7372026-05-20T02:29:37.993Z Compiling clap_derive v4.6.1
7382026-05-20T02:29:38.336Z Compiling clap_builder v4.6.0
7392026-05-20T02:29:38.351Z Compiling humantime-serde v1.1.1
7402026-05-20T02:29:38.783Z Compiling nextest-filtering v0.15.0
7412026-05-20T02:29:38.811Z Compiling sha2 v0.10.9
7422026-05-20T02:29:39.792Z Compiling quick-junit v0.5.2
7432026-05-20T02:29:40.572Z Compiling cargo_metadata v0.20.0
7442026-05-20T02:29:42.737Z Compiling atomicwrites v0.4.4
7452026-05-20T02:29:42.908Z Compiling cargo-nextest v0.9.97
7462026-05-20T02:29:43.030Z Compiling crossterm v0.29.0
7472026-05-20T02:29:44.101Z Compiling duct v0.13.7
7482026-05-20T02:29:44.921Z Compiling zstd v0.13.3
7492026-05-20T02:29:45.099Z Compiling rand v0.9.4
7502026-05-20T02:29:45.351Z Compiling async-scoped v0.9.0
7512026-05-20T02:29:45.508Z Compiling config v0.15.23
7522026-05-20T02:29:45.550Z Compiling unicode-normalization v0.1.25
7532026-05-20T02:29:45.767Z Compiling target-spec-miette v0.4.6
7542026-05-20T02:29:45.839Z Compiling future-queue v0.4.0
7552026-05-20T02:29:45.865Z Compiling mukti-metadata v0.3.0
7562026-05-20T02:29:46.118Z Compiling tokio-stream v0.1.18
7572026-05-20T02:29:46.132Z Compiling camino-tempfile v1.4.1
7582026-05-20T02:29:46.172Z Compiling derive-where v1.6.1
7592026-05-20T02:29:46.261Z Compiling serde_path_to_error v0.1.20
7602026-05-20T02:29:46.362Z Compiling serde_ignored v0.1.14
7612026-05-20T02:29:46.563Z Compiling indent_write v2.2.0
7622026-05-20T02:29:46.637Z Compiling home v0.5.12
7632026-05-20T02:29:46.712Z Compiling xxhash-rust v0.8.15
7642026-05-20T02:29:46.724Z Compiling swrite v0.1.0
7652026-05-20T02:29:46.735Z Compiling hex v0.4.3
7662026-05-20T02:29:46.808Z Compiling color-eyre v0.6.5
7672026-05-20T02:29:46.846Z Compiling clap v4.6.1
7682026-05-20T02:29:46.893Z Compiling dialoguer v0.11.0
7692026-05-20T02:29:46.956Z Compiling enable-ansi-support v0.2.1
7702026-05-20T02:29:47.428Z Compiling nextest-runner v0.80.0
7712026-05-20T02:30:05.622Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-05-20T02:30:05.811Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-05-20T02:30:05.814Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-05-20T02:30:05.934Z+ pushd bgp
7752026-05-20T02:30:05.939Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-05-20T02:30:05.939Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7772026-05-20T02:30:06.096Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-05-20T02:30:06.726ZFrom https://github.com/oxidecomputer/falcon
7792026-05-20T02:30:06.726Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7802026-05-20T02:30:06.803Z Updating crates.io index
7812026-05-20T02:30:06.840Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-05-20T02:30:07.648ZFrom https://github.com/oxidecomputer/dendrite
7832026-05-20T02:30:07.648Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-05-20T02:30:07.702Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-05-20T02:30:07.983ZFrom https://github.com/oxidecomputer/ispf
7862026-05-20T02:30:07.983Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-05-20T02:30:07.988Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-05-20T02:30:08.334ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-05-20T02:30:08.334Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7902026-05-20T02:30:08.342Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-05-20T02:30:15.639ZFrom https://github.com/oxidecomputer/omicron
7922026-05-20T02:30:15.639Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7932026-05-20T02:30:16.056Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-05-20T02:30:16.649ZFrom https://github.com/oxidecomputer/opte
7952026-05-20T02:30:16.650Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7962026-05-20T02:30:16.725Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-05-20T02:30:17.014ZFrom https://github.com/illumos/smf-rs
7982026-05-20T02:30:17.014Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-05-20T02:30:17.050Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-05-20T02:30:17.321ZFrom https://github.com/oxidecomputer/network-interface
8012026-05-20T02:30:17.321Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-05-20T02:30:17.338Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-05-20T02:30:17.591ZFrom https://github.com/oxidecomputer/zone
8042026-05-20T02:30:17.591Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-05-20T02:30:17.628Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-05-20T02:30:18.238ZFrom https://github.com/oxidecomputer/propolis
8072026-05-20T02:30:18.238Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-05-20T02:30:18.309Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-05-20T02:30:18.801ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-05-20T02:30:18.801Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8112026-05-20T02:30:18.820Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-05-20T02:30:19.102ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-05-20T02:30:19.103Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8142026-05-20T02:30:19.109Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-05-20T02:30:19.400ZFrom https://github.com/jmesmon/rust-libzfs
8162026-05-20T02:30:19.400Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-05-20T02:30:19.408Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-05-20T02:30:19.645ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-05-20T02:30:19.645Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-05-20T02:30:19.673Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-05-20T02:30:19.998ZFrom https://github.com/oxidecomputer/lldp
8222026-05-20T02:30:19.998Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8232026-05-20T02:30:20.062Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-05-20T02:30:20.347ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-05-20T02:30:20.347Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-05-20T02:30:20.368Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-05-20T02:30:20.679ZFrom https://github.com/oxidecomputer/tufaceous
8282026-05-20T02:30:20.679Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-05-20T02:30:20.726Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-05-20T02:30:21.190ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-05-20T02:30:21.191Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8322026-05-20T02:30:21.216Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-05-20T02:30:21.994ZFrom https://github.com/oxidecomputer/crucible
8342026-05-20T02:30:21.994Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-05-20T02:30:22.108Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-05-20T02:30:22.396ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-05-20T02:30:22.396Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-05-20T02:30:22.412Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-05-20T02:30:22.755ZFrom https://github.com/oxidecomputer/propolis
8402026-05-20T02:30:22.755Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8412026-05-20T02:30:23.081Z Updating git repository `https://github.com/oxidecomputer/opte`
8422026-05-20T02:30:23.364ZFrom https://github.com/oxidecomputer/opte
8432026-05-20T02:30:23.364Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8442026-05-20T02:30:23.394Z Updating git repository `https://github.com/oxidecomputer/tofino`
8452026-05-20T02:30:23.721ZFrom https://github.com/oxidecomputer/tofino
8462026-05-20T02:30:23.721Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8472026-05-20T02:30:23.753Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8482026-05-20T02:30:24.372ZFrom https://github.com/oxidecomputer/maghemite
8492026-05-20T02:30:24.372Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8502026-05-20T02:30:24.434Z Updating git repository `https://github.com/oxidecomputer/clickward`
8512026-05-20T02:30:24.711ZFrom https://github.com/oxidecomputer/clickward
8522026-05-20T02:30:24.711Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8532026-05-20T02:30:24.849Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-05-20T02:30:25.202ZFrom https://github.com/oxidecomputer/crucible
8552026-05-20T02:30:25.202Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8562026-05-20T02:30:25.399Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8572026-05-20T02:30:25.691ZFrom https://github.com/oxidecomputer/illumos-devinfo
8582026-05-20T02:30:25.691Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8592026-05-20T02:30:26.510Z Downloading crates ...
8602026-05-20T02:30:26.630Z Downloaded base16ct v1.0.0
8612026-05-20T02:30:26.633Z Downloaded bs58 v0.5.1
8622026-05-20T02:30:26.637Z Downloaded cstr-argument v0.1.2
8632026-05-20T02:30:26.643Z Downloaded embedded-io v0.6.1
8642026-05-20T02:30:26.646Z Downloaded defmt v0.3.100
8652026-05-20T02:30:26.646Z Downloaded aead v0.5.2
8662026-05-20T02:30:26.651Z Downloaded defmt-macros v1.1.0
8672026-05-20T02:30:26.654Z Downloaded libscf-sys v1.2.0
8682026-05-20T02:30:26.657Z Downloaded displaydoc v0.2.5
8692026-05-20T02:30:26.659Z Downloaded dtrace-parser v0.3.0
8702026-05-20T02:30:26.662Z Downloaded git-stub v1.0.0
8712026-05-20T02:30:26.662Z Downloaded minimal-lexical v0.2.1
8722026-05-20T02:30:26.666Z Downloaded expectorate v1.2.0
8732026-05-20T02:30:26.670Z Downloaded num v0.4.3
8742026-05-20T02:30:26.673Z Downloaded no-std-compat v0.4.1
8752026-05-20T02:30:26.673Z Downloaded allocator-api2 v0.2.21
8762026-05-20T02:30:26.676Z Downloaded natord v1.0.9
8772026-05-20T02:30:26.676Z Downloaded jiff-static v0.2.24
8782026-05-20T02:30:26.679Z Downloaded darling_macro v0.21.3
8792026-05-20T02:30:26.679Z Downloaded indexmap v1.9.3
8802026-05-20T02:30:26.682Z Downloaded num-derive v0.4.2
8812026-05-20T02:30:26.685Z Downloaded crucible-workspace-hack v0.1.0
8822026-05-20T02:30:26.685Z Downloaded konst_macro_rules v0.2.19
8832026-05-20T02:30:26.688Z Downloaded aws-lc-rs v1.17.0
8842026-05-20T02:30:26.693Z Downloaded dyn-clone v1.0.20
8852026-05-20T02:30:26.696Z Downloaded anyhow v1.0.102
8862026-05-20T02:30:26.700Z Downloaded heck v0.4.1
8872026-05-20T02:30:26.702Z Downloaded lru-cache v0.1.2
8882026-05-20T02:30:26.702Z Downloaded httpdate v1.0.3
8892026-05-20T02:30:26.705Z Downloaded arrayref v0.3.9
8902026-05-20T02:30:26.705Z Downloaded hostname v0.3.1
8912026-05-20T02:30:26.709Z Downloaded icu_normalizer v2.2.0
8922026-05-20T02:30:26.711Z Downloaded hickory-resolver v0.24.4
8932026-05-20T02:30:26.714Z Downloaded idna_adapter v1.2.2
8942026-05-20T02:30:26.718Z Downloaded fixedbitset v0.4.2
8952026-05-20T02:30:26.718Z Downloaded memoffset v0.9.1
8962026-05-20T02:30:26.721Z Downloaded ciborium-ll v0.2.2
8972026-05-20T02:30:26.721Z Downloaded fxhash v0.2.1
8982026-05-20T02:30:26.724Z Downloaded embedded-io v0.4.0
8992026-05-20T02:30:26.724Z Downloaded hostname v0.4.2
9002026-05-20T02:30:26.727Z Downloaded ciborium-io v0.2.2
9012026-05-20T02:30:26.727Z Downloaded base16ct v0.2.0
9022026-05-20T02:30:26.730Z Downloaded memmap v0.7.0
9032026-05-20T02:30:26.731Z Downloaded crunchy v0.2.4
9042026-05-20T02:30:26.734Z Downloaded bytecount v0.6.9
9052026-05-20T02:30:26.734Z Downloaded instant v0.1.13
9062026-05-20T02:30:26.737Z Downloaded linked-hash-map v0.5.6
9072026-05-20T02:30:26.737Z Downloaded deranged v0.5.8
9082026-05-20T02:30:26.740Z Downloaded critical-section v1.2.0
9092026-05-20T02:30:26.740Z Downloaded num_enum_derive v0.5.11
9102026-05-20T02:30:26.743Z Downloaded mime v0.3.17
9112026-05-20T02:30:26.746Z Downloaded foreign-types-macros v0.2.3
9122026-05-20T02:30:26.746Z Downloaded darling_macro v0.23.0
9132026-05-20T02:30:26.746Z Downloaded const-random-macro v0.1.16
9142026-05-20T02:30:26.748Z Downloaded match_cfg v0.1.0
9152026-05-20T02:30:26.748Z Downloaded olpc-cjson v0.1.4
9162026-05-20T02:30:26.752Z Downloaded num-conv v0.2.1
9172026-05-20T02:30:26.752Z Downloaded newline-converter v0.3.0
9182026-05-20T02:30:26.752Z Downloaded macaddr v1.0.1
9192026-05-20T02:30:26.755Z Downloaded newtype-uuid-macros v0.1.0
9202026-05-20T02:30:26.757Z Downloaded omicron-workspace-hack v0.1.0
9212026-05-20T02:30:26.757Z Downloaded managed v0.8.0
9222026-05-20T02:30:26.757Z Downloaded cobs v0.3.0
9232026-05-20T02:30:26.760Z Downloaded async-recursion v1.1.1
9242026-05-20T02:30:26.763Z Downloaded num-complex v0.4.6
9252026-05-20T02:30:26.763Z Downloaded csv-core v0.1.13
9262026-05-20T02:30:26.767Z Downloaded num-integer v0.1.46
9272026-05-20T02:30:26.770Z Downloaded hash32 v0.3.1
9282026-05-20T02:30:26.770Z Downloaded newtype_derive v0.1.6
9292026-05-20T02:30:26.771Z Downloaded byte-wrapper v0.1.0
9302026-05-20T02:30:26.773Z Downloaded async-trait v0.1.89
9312026-05-20T02:30:26.777Z Downloaded gethostname v0.5.0
9322026-05-20T02:30:26.777Z Downloaded parse-display v0.10.0
9332026-05-20T02:30:26.780Z Downloaded powerfmt v0.2.0
9342026-05-20T02:30:26.780Z Downloaded ingot-types v0.1.2
9352026-05-20T02:30:26.780Z Downloaded internet-checksum v0.2.1
9362026-05-20T02:30:26.784Z Downloaded glob v0.3.3
9372026-05-20T02:30:26.784Z Downloaded git-stub-vcs v0.1.0
9382026-05-20T02:30:26.789Z Downloaded phf_shared v0.12.1
9392026-05-20T02:30:26.789Z Downloaded parking_lot_core v0.8.6
9402026-05-20T02:30:26.789Z Downloaded proc-macro-crate v3.5.0
9412026-05-20T02:30:26.792Z Downloaded potential_utf v0.1.5
9422026-05-20T02:30:26.792Z Downloaded plain v0.2.3
9432026-05-20T02:30:26.792Z Downloaded proc-macro-error-attr v1.0.4
9442026-05-20T02:30:26.794Z Downloaded pretty-hex v0.4.2
9452026-05-20T02:30:26.794Z Downloaded num_threads v0.1.7
9462026-05-20T02:30:26.794Z Downloaded num-rational v0.4.2
9472026-05-20T02:30:26.798Z Downloaded progenitor-client v0.10.0
9482026-05-20T02:30:26.798Z Downloaded indicatif v0.18.4
9492026-05-20T02:30:26.801Z Downloaded icu_locale_core v2.2.0
9502026-05-20T02:30:26.805Z Downloaded libsw-core v0.3.2
9512026-05-20T02:30:26.808Z Downloaded oxnet v0.1.5
9522026-05-20T02:30:26.811Z Downloaded erased-serde v0.3.31
9532026-05-20T02:30:26.811Z Downloaded num_enum v0.5.11
9542026-05-20T02:30:26.814Z Downloaded progenitor-macro v0.11.2
9552026-05-20T02:30:26.817Z Downloaded progenitor-client v0.11.2
9562026-05-20T02:30:26.817Z Downloaded proc-macro-error-attr2 v2.0.0
9572026-05-20T02:30:26.817Z Downloaded num_enum v0.7.6
9582026-05-20T02:30:26.821Z Downloaded rand_xorshift v0.4.0
9592026-05-20T02:30:26.824Z Downloaded quick-error v1.2.3
9602026-05-20T02:30:26.824Z Downloaded progenitor-macro v0.13.0
9612026-05-20T02:30:26.827Z Downloaded same-file v1.0.6
9622026-05-20T02:30:26.827Z Downloaded password-hash v0.5.0
9632026-05-20T02:30:26.830Z Downloaded rand_chacha v0.3.1
9642026-05-20T02:30:26.830Z Downloaded linear-map v1.2.0
9652026-05-20T02:30:26.833Z Downloaded ff v0.13.1
9662026-05-20T02:30:26.833Z Downloaded phf v0.12.1
9672026-05-20T02:30:26.836Z Downloaded progenitor-client v0.14.0
9682026-05-20T02:30:26.836Z Downloaded oxide-tokio-rt v0.1.6
9692026-05-20T02:30:26.836Z Downloaded ref-cast-impl v1.0.25
9702026-05-20T02:30:26.840Z Downloaded progenitor v0.14.0
9712026-05-20T02:30:26.840Z Downloaded highway v1.3.0
9722026-05-20T02:30:26.845Z Downloaded progenitor-macro v0.14.0
9732026-05-20T02:30:26.845Z Downloaded rustc_version v0.1.7
9742026-05-20T02:30:26.845Z Downloaded progenitor v0.10.0
9752026-05-20T02:30:26.845Z Downloaded proc-macro-error2 v2.0.1
9762026-05-20T02:30:26.847Z Downloaded proc-macro-error v1.0.4
9772026-05-20T02:30:26.850Z Downloaded chacha20 v0.10.0
9782026-05-20T02:30:26.850Z Downloaded crossbeam-epoch v0.9.18
9792026-05-20T02:30:26.853Z Downloaded hmac v0.12.1
9802026-05-20T02:30:26.857Z Downloaded fs-err v3.3.0
9812026-05-20T02:30:26.858Z Downloaded multer v3.1.0
9822026-05-20T02:30:26.861Z Downloaded console v0.16.3
9832026-05-20T02:30:26.861Z Downloaded cargo_toml v0.22.3
9842026-05-20T02:30:26.861Z Downloaded cancel-safe-futures v0.1.5
9852026-05-20T02:30:26.864Z Downloaded serial_test_derive v3.4.0
9862026-05-20T02:30:26.864Z Downloaded serde_repr v0.1.20
9872026-05-20T02:30:26.867Z Downloaded serde-big-array v0.5.1
9882026-05-20T02:30:26.867Z Downloaded sha1 v0.10.6
9892026-05-20T02:30:26.867Z Downloaded diff v0.1.13
9902026-05-20T02:30:26.871Z Downloaded semver v0.1.20
9912026-05-20T02:30:26.872Z Downloaded hubpack_derive v0.1.1
9922026-05-20T02:30:26.875Z Downloaded elliptic-curve v0.13.8
9932026-05-20T02:30:26.875Z Downloaded serial_test v3.4.0
9942026-05-20T02:30:26.878Z Downloaded serde_plain v1.0.2
9952026-05-20T02:30:26.878Z Downloaded slog-bunyan v2.5.0
9962026-05-20T02:30:26.878Z Downloaded siphasher v1.0.3
9972026-05-20T02:30:26.882Z Downloaded opaque-debug v0.3.1
9982026-05-20T02:30:26.882Z Downloaded darling_core v0.23.0
9992026-05-20T02:30:26.886Z Downloaded smawk v0.3.2
10002026-05-20T02:30:26.887Z Downloaded slog-envlogger v2.2.0
10012026-05-20T02:30:26.887Z Downloaded parse-display-derive v0.10.0
10022026-05-20T02:30:26.889Z Downloaded rand_core v0.10.1
10032026-05-20T02:30:26.890Z Downloaded parking_lot v0.11.2
10042026-05-20T02:30:26.890Z Downloaded sigpipe v0.1.3
10052026-05-20T02:30:26.893Z Downloaded omicron-zone-package v0.12.2
10062026-05-20T02:30:26.893Z Downloaded pest_generator v2.8.6
10072026-05-20T02:30:26.897Z Downloaded progenitor v0.11.2
10082026-05-20T02:30:26.897Z Downloaded secrecy v0.10.3
10092026-05-20T02:30:26.897Z Downloaded scroll_derive v0.13.1
10102026-05-20T02:30:26.901Z Downloaded scroll_derive v0.12.1
10112026-05-20T02:30:26.901Z Downloaded structmeta-derive v0.3.0
10122026-05-20T02:30:26.901Z Downloaded stable_deref_trait v1.2.1
10132026-05-20T02:30:26.901Z Downloaded icu_provider v2.2.0
10142026-05-20T02:30:26.904Z Downloaded memmap2 v0.9.10
10152026-05-20T02:30:26.904Z Downloaded strum v0.27.2
10162026-05-20T02:30:26.904Z Downloaded spin v0.5.2
10172026-05-20T02:30:26.904Z Downloaded strum v0.26.3
10182026-05-20T02:30:26.907Z Downloaded backoff v0.4.0
10192026-05-20T02:30:26.907Z Downloaded tabled_derive v0.11.0
10202026-05-20T02:30:26.907Z Downloaded resolv-conf v0.7.6
10212026-05-20T02:30:26.910Z Downloaded derive_more v0.99.20
10222026-05-20T02:30:26.913Z Downloaded dropshot_endpoint v0.17.0
10232026-05-20T02:30:26.916Z Downloaded schemars_derive v0.8.22
10242026-05-20T02:30:26.916Z Downloaded rusty-fork v0.3.1
10252026-05-20T02:30:26.919Z Downloaded rustls-native-certs v0.8.3
10262026-05-20T02:30:26.919Z Downloaded tabwriter v1.4.1
10272026-05-20T02:30:26.919Z Downloaded take_mut v0.2.2
10282026-05-20T02:30:26.922Z Downloaded tagptr v0.2.0
10292026-05-20T02:30:26.922Z Downloaded heapless v0.8.0
10302026-05-20T02:30:26.925Z Downloaded thiserror-impl-no-std v2.0.2
10312026-05-20T02:30:26.925Z Downloaded termtree v0.5.1
10322026-05-20T02:30:26.925Z Downloaded time-core v0.1.8
10332026-05-20T02:30:26.928Z Downloaded colored v3.1.1
10342026-05-20T02:30:26.928Z Downloaded thread-id v5.1.0
10352026-05-20T02:30:26.931Z Downloaded papergrid v0.11.0
10362026-05-20T02:30:26.935Z Downloaded scroll v0.13.0
10372026-05-20T02:30:26.935Z Downloaded rustversion v1.0.22
10382026-05-20T02:30:26.938Z Downloaded testing_table v0.3.0
10392026-05-20T02:30:26.938Z Downloaded tabled_derive v0.7.0
10402026-05-20T02:30:26.938Z Downloaded blake2 v0.10.6
10412026-05-20T02:30:26.941Z Downloaded slog-stdlog v4.1.1
10422026-05-20T02:30:26.941Z Downloaded slog-json v2.6.1
10432026-05-20T02:30:26.944Z Downloaded topological-sort v0.2.2
10442026-05-20T02:30:26.944Z Downloaded thread-id v4.2.2
10452026-05-20T02:30:26.944Z Downloaded paste v1.0.15
10462026-05-20T02:30:26.948Z Downloaded progenitor-extras v0.2.0
10472026-05-20T02:30:26.948Z Downloaded universal-hash v0.5.1
10482026-05-20T02:30:26.948Z Downloaded progenitor-client v0.13.0
10492026-05-20T02:30:26.948Z Downloaded untrusted v0.7.1
10502026-05-20T02:30:26.951Z Downloaded darling_core v0.21.3
10512026-05-20T02:30:26.954Z Downloaded slog-dtrace v0.3.0
10522026-05-20T02:30:26.954Z Downloaded rustls-pemfile v2.2.0
10532026-05-20T02:30:26.956Z Downloaded postcard v1.1.3
10542026-05-20T02:30:26.957Z Downloaded unit-prefix v0.5.2
10552026-05-20T02:30:26.957Z Downloaded slog-scope v4.4.1
10562026-05-20T02:30:26.959Z Downloaded progenitor v0.13.0
10572026-05-20T02:30:26.959Z Downloaded usdt v0.5.0
10582026-05-20T02:30:26.962Z Downloaded smf v0.2.3
10592026-05-20T02:30:26.962Z Downloaded typify-macro v0.4.3
10602026-05-20T02:30:26.962Z Downloaded unarray v0.1.4
10612026-05-20T02:30:26.962Z Downloaded papergrid v0.17.0
10622026-05-20T02:30:26.966Z Downloaded strum_macros v0.26.4
10632026-05-20T02:30:26.969Z Downloaded usdt-attr-macro v0.5.0
10642026-05-20T02:30:26.969Z Downloaded snafu-derive v0.8.9
10652026-05-20T02:30:26.969Z Downloaded progenitor-impl v0.10.0
10662026-05-20T02:30:26.972Z Downloaded scroll v0.12.0
10672026-05-20T02:30:26.972Z Downloaded zeroize_derive v1.4.3
10682026-05-20T02:30:26.972Z Downloaded utf-8 v0.7.6
10692026-05-20T02:30:26.975Z Downloaded rhai_codegen v3.1.0
10702026-05-20T02:30:26.978Z Downloaded cmake v0.1.58
10712026-05-20T02:30:26.978Z Downloaded konst v0.2.20
10722026-05-20T02:30:26.981Z Downloaded tokio-tungstenite v0.21.0
10732026-05-20T02:30:26.984Z Downloaded serde_derive_internals v0.29.1
10742026-05-20T02:30:26.984Z Downloaded ref-cast v1.0.25
10752026-05-20T02:30:26.987Z Downloaded pest_derive v2.8.6
10762026-05-20T02:30:26.990Z Downloaded typify-macro v0.6.2
10772026-05-20T02:30:26.990Z Downloaded chacha20poly1305 v0.10.1
10782026-05-20T02:30:26.990Z Downloaded zone v0.3.1
10792026-05-20T02:30:26.990Z Downloaded base64 v0.21.7
10802026-05-20T02:30:26.993Z Downloaded zerofrom-derive v0.1.7
10812026-05-20T02:30:26.996Z Downloaded usdt-macro v0.6.0
10822026-05-20T02:30:26.996Z Downloaded usdt v0.6.0
10832026-05-20T02:30:26.996Z Downloaded smartstring v1.0.1
10842026-05-20T02:30:26.996Z Downloaded yoke-derive v0.8.2
10852026-05-20T02:30:27.002Z Downloaded wait-timeout v0.2.1
10862026-05-20T02:30:27.002Z Downloaded slog-async v2.8.0
10872026-05-20T02:30:27.002Z Downloaded crossbeam-channel v0.5.15
10882026-05-20T02:30:27.005Z Downloaded zone_cfg_derive v0.3.1
10892026-05-20T02:30:27.005Z Downloaded serde_with_macros v3.20.0
10902026-05-20T02:30:27.005Z Downloaded icu_properties v2.2.0
10912026-05-20T02:30:27.005Z Downloaded progenitor-impl v0.14.0
10922026-05-20T02:30:27.008Z Downloaded serde_tokenstream v0.2.3
10932026-05-20T02:30:27.008Z Downloaded synstructure v0.13.2
10942026-05-20T02:30:27.013Z Downloaded waitgroup v0.1.2
10952026-05-20T02:30:27.013Z Downloaded progenitor-macro v0.10.0
10962026-05-20T02:30:27.013Z Downloaded const_format v0.2.36
10972026-05-20T02:30:27.016Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10982026-05-20T02:30:27.016Z Downloaded tinystr v0.8.3
10992026-05-20T02:30:27.016Z Downloaded tokio-dtrace v0.1.1
11002026-05-20T02:30:27.019Z Downloaded usdt-impl v0.6.0
11012026-05-20T02:30:27.019Z Downloaded time-macros v0.2.27
11022026-05-20T02:30:27.022Z Downloaded prettyplease v0.2.37
11032026-05-20T02:30:27.022Z Downloaded vsss-rs v3.3.4
11042026-05-20T02:30:27.025Z Downloaded usdt-attr-macro v0.6.0
11052026-05-20T02:30:27.025Z Downloaded similar v2.7.0
11062026-05-20T02:30:27.028Z Downloaded strum_macros v0.27.2
11072026-05-20T02:30:27.031Z Downloaded writeable v0.6.3
11082026-05-20T02:30:27.031Z Downloaded async-compression v0.4.42
11092026-05-20T02:30:27.034Z Downloaded usdt-macro v0.5.0
11102026-05-20T02:30:27.037Z Downloaded thiserror-no-std v2.0.2
11112026-05-20T02:30:27.037Z Downloaded thin-vec v0.2.18
11122026-05-20T02:30:27.040Z Downloaded icu_collections v2.2.0
11132026-05-20T02:30:27.043Z Downloaded usdt-impl v0.5.0
11142026-05-20T02:30:27.043Z Downloaded spin v0.9.8
11152026-05-20T02:30:27.046Z Downloaded progenitor-impl v0.11.2
11162026-05-20T02:30:27.046Z Downloaded zerofrom v0.1.8
11172026-05-20T02:30:27.049Z Downloaded schemars v0.8.22
11182026-05-20T02:30:27.053Z Downloaded zerovec-derive v0.11.3
11192026-05-20T02:30:27.056Z Downloaded typify v0.6.2
11202026-05-20T02:30:27.059Z Downloaded tokio-rustls v0.25.0
11212026-05-20T02:30:27.059Z Downloaded tungstenite v0.21.0
11222026-05-20T02:30:27.062Z Downloaded xz2 v0.1.7
11232026-05-20T02:30:27.062Z Downloaded qorb v0.4.1
11242026-05-20T02:30:27.065Z Downloaded unsafe-libyaml v0.2.11
11252026-05-20T02:30:27.068Z Downloaded rayon-core v1.13.0
11262026-05-20T02:30:27.070Z Downloaded snafu v0.8.9
11272026-05-20T02:30:27.073Z Downloaded darling v0.23.0
11282026-05-20T02:30:27.076Z Downloaded pretty_assertions v1.4.1
11292026-05-20T02:30:27.079Z Downloaded ucd-trie v0.1.7
11302026-05-20T02:30:27.079Z Downloaded dropshot-api-manager v0.7.1
11312026-05-20T02:30:27.083Z Downloaded tiny-keccak v2.0.2
11322026-05-20T02:30:27.083Z Downloaded serde_yaml v0.9.34+deprecated
11332026-05-20T02:30:27.086Z Downloaded schemars v0.9.0
11342026-05-20T02:30:27.093Z Downloaded steno v0.4.1
11352026-05-20T02:30:27.096Z Downloaded yoke v0.8.2
11362026-05-20T02:30:27.098Z Downloaded rand v0.10.1
11372026-05-20T02:30:27.099Z Downloaded test-strategy v0.4.5
11382026-05-20T02:30:27.101Z Downloaded zerocopy-derive v0.7.35
11392026-05-20T02:30:27.104Z Downloaded hashbrown v0.16.1
11402026-05-20T02:30:27.108Z Downloaded slog v2.8.2
11412026-05-20T02:30:27.111Z Downloaded zerotrie v0.2.4
11422026-05-20T02:30:27.114Z Downloaded sdd v3.0.10
11432026-05-20T02:30:27.114Z Downloaded rand v0.8.6
11442026-05-20T02:30:27.117Z Downloaded toml v0.7.8
11452026-05-20T02:30:27.121Z Downloaded pest v2.8.6
11462026-05-20T02:30:27.124Z Downloaded typify v0.4.3
11472026-05-20T02:30:27.124Z Downloaded whoami v1.6.1
11482026-05-20T02:30:27.127Z Downloaded hashbrown v0.12.3
11492026-05-20T02:30:27.127Z Downloaded hickory-resolver v0.25.2
11502026-05-20T02:30:27.130Z Downloaded term v1.2.1
11512026-05-20T02:30:27.133Z Downloaded progenitor-impl v0.13.0
11522026-05-20T02:30:27.136Z Downloaded pest_meta v2.8.6
11532026-05-20T02:30:27.136Z Downloaded schemars v1.2.1
11542026-05-20T02:30:27.144Z Downloaded toml_edit v0.25.11+spec-1.1.0
11552026-05-20T02:30:27.147Z Downloaded toml v0.9.12+spec-1.1.0
11562026-05-20T02:30:27.150Z Downloaded structmeta v0.3.0
11572026-05-20T02:30:27.150Z Downloaded slog-term v2.9.2
11582026-05-20T02:30:27.153Z Downloaded rustls-platform-verifier v0.7.0
11592026-05-20T02:30:27.156Z Downloaded crypto-bigint v0.5.5
11602026-05-20T02:30:27.158Z Downloaded rayon v1.12.0
11612026-05-20T02:30:27.163Z Downloaded tar v0.4.45
11622026-05-20T02:30:27.166Z Downloaded pem v3.0.6
11632026-05-20T02:30:27.166Z Downloaded yansi v1.0.1
11642026-05-20T02:30:27.169Z Downloaded toml_edit v0.19.15
11652026-05-20T02:30:27.178Z Downloaded tower-http v0.6.10
11662026-05-20T02:30:27.183Z Downloaded nom v7.1.3
11672026-05-20T02:30:27.186Z Downloaded zerocopy-derive v0.8.48
11682026-05-20T02:30:27.192Z Downloaded zerocopy v0.7.35
11692026-05-20T02:30:27.202Z Downloaded itertools v0.12.1
11702026-05-20T02:30:27.206Z Downloaded zerovec v0.11.6
11712026-05-20T02:30:27.209Z Downloaded nom v8.0.0
11722026-05-20T02:30:27.213Z Downloaded proptest v1.11.0
11732026-05-20T02:30:27.219Z Downloaded blake3 v1.8.5
11742026-05-20T02:30:27.224Z Downloaded daft v0.1.7
11752026-05-20T02:30:27.227Z Downloaded typed-path v0.9.3
11762026-05-20T02:30:27.230Z Downloaded tabled v0.15.0
11772026-05-20T02:30:27.239Z Downloaded walkdir v2.5.0
11782026-05-20T02:30:27.242Z Downloaded scc v2.4.0
11792026-05-20T02:30:27.245Z Downloaded reqwest v0.13.3
11802026-05-20T02:30:27.248Z Downloaded libm v0.2.16
11812026-05-20T02:30:27.253Z Downloaded icu_properties_data v2.2.0
11822026-05-20T02:30:27.259Z Downloaded poly1305 v0.8.0
11832026-05-20T02:30:27.262Z Downloaded foldhash v0.2.0
11842026-05-20T02:30:27.262Z Downloaded foreign-types v0.5.0
11852026-05-20T02:30:27.262Z Downloaded num_enum_derive v0.7.6
11862026-05-20T02:30:27.265Z Downloaded is-terminal v0.4.17
11872026-05-20T02:30:27.265Z Downloaded ipnetwork v0.21.1
11882026-05-20T02:30:27.265Z Downloaded iddqd v0.3.18
11892026-05-20T02:30:27.268Z Downloaded tough v0.22.0
11902026-05-20T02:30:27.274Z Downloaded openapiv3 v2.2.0
11912026-05-20T02:30:27.280Z Downloaded rustls v0.22.4
11922026-05-20T02:30:27.288Z Downloaded regress v0.10.5
11932026-05-20T02:30:27.293Z Downloaded goblin v0.8.2
11942026-05-20T02:30:27.297Z Downloaded hkdf v0.12.4
11952026-05-20T02:30:27.300Z Downloaded rustls-webpki v0.102.8
11962026-05-20T02:30:27.309Z Downloaded winnow v0.5.40
11972026-05-20T02:30:27.316Z Downloaded serde_with v3.20.0
11982026-05-20T02:30:27.322Z Downloaded chrono-tz v0.10.4
11992026-05-20T02:30:27.332Z Downloaded dropshot v0.17.0
12002026-05-20T02:30:27.345Z Downloaded moka v0.12.15
12012026-05-20T02:30:27.349Z Downloaded time v0.3.47
12022026-05-20T02:30:27.358Z Downloaded tabled v0.20.0
12032026-05-20T02:30:27.368Z Downloaded syn v1.0.109
12042026-05-20T02:30:27.373Z Downloaded goblin v0.10.5
12052026-05-20T02:30:27.378Z Downloaded drift v0.1.4
12062026-05-20T02:30:27.384Z Downloaded defmt v1.1.0
12072026-05-20T02:30:27.387Z Downloaded darling v0.21.3
12082026-05-20T02:30:27.390Z Downloaded nix v0.31.3
12092026-05-20T02:30:27.398Z Downloaded daft-derive v0.1.7
12102026-05-20T02:30:27.402Z Downloaded petgraph v0.6.5
12112026-05-20T02:30:27.411Z Downloaded crossbeam-utils v0.8.21
12122026-05-20T02:30:27.415Z Downloaded rhai v1.24.0
12132026-05-20T02:30:27.419Z Downloaded smoltcp v0.11.0
12142026-05-20T02:30:27.426Z Downloaded regress v0.11.1
12152026-05-20T02:30:27.431Z Downloaded hickory-proto v0.24.4
12162026-05-20T02:30:27.439Z Downloaded ciborium v0.2.2
12172026-05-20T02:30:27.443Z Downloaded bit-vec v0.8.0
12182026-05-20T02:30:27.443Z Downloaded litemap v0.8.2
12192026-05-20T02:30:27.446Z Downloaded ingot-macros v0.1.1
12202026-05-20T02:30:27.446Z Downloaded icu_normalizer_data v2.2.0
12212026-05-20T02:30:27.446Z Downloaded crossbeam-deque v0.8.6
12222026-05-20T02:30:27.450Z Downloaded compression-core v0.4.32
12232026-05-20T02:30:27.450Z Downloaded cipher v0.4.4
12242026-05-20T02:30:27.450Z Downloaded hickory-proto v0.25.2
12252026-05-20T02:30:27.457Z Downloaded constant_time_eq v0.4.2
12262026-05-20T02:30:27.460Z Downloaded bit-set v0.8.0
12272026-05-20T02:30:27.460Z Downloaded fs_extra v1.3.0
12282026-05-20T02:30:27.463Z Downloaded proc-macro-crate v1.3.1
12292026-05-20T02:30:27.463Z Downloaded csv v1.4.0
12302026-05-20T02:30:27.477Z Downloaded typify-impl v0.6.2
12312026-05-20T02:30:27.485Z Downloaded typify-impl v0.4.3
12322026-05-20T02:30:27.492Z Downloaded sled v0.34.7
12332026-05-20T02:30:27.497Z Downloaded bcs v0.1.6
12342026-05-20T02:30:27.500Z Downloaded group v0.13.0
12352026-05-20T02:30:27.500Z Downloaded float-ord v0.3.2
12362026-05-20T02:30:27.500Z Downloaded data-encoding v2.11.0
12372026-05-20T02:30:27.500Z Downloaded byteorder v1.5.0
12382026-05-20T02:30:27.503Z Downloaded crc8 v0.1.1
12392026-05-20T02:30:27.503Z Downloaded chacha20 v0.9.1
12402026-05-20T02:30:27.503Z Downloaded argon2 v0.5.3
12412026-05-20T02:30:27.506Z Downloaded libsw v3.5.0
12422026-05-20T02:30:27.506Z Downloaded ingot v0.1.1
12432026-05-20T02:30:27.506Z Downloaded dunce v1.0.5
12442026-05-20T02:30:27.506Z Downloaded num-iter v0.1.45
12452026-05-20T02:30:27.510Z Downloaded keccak v0.1.6
12462026-05-20T02:30:27.510Z Downloaded async-stream-impl v0.3.6
12472026-05-20T02:30:27.510Z Downloaded foreign-types-shared v0.3.1
12482026-05-20T02:30:27.510Z Downloaded inout v0.1.4
12492026-05-20T02:30:27.510Z Downloaded ident_case v1.0.1
12502026-05-20T02:30:27.513Z Downloaded enum-as-inner v0.6.1
12512026-05-20T02:30:27.513Z Downloaded const-random v0.1.18
12522026-05-20T02:30:27.513Z Downloaded dtrace-parser v0.2.0
12532026-05-20T02:30:27.513Z Downloaded dof v0.3.0
12542026-05-20T02:30:27.513Z Downloaded cpufeatures v0.3.0
12552026-05-20T02:30:27.516Z Downloaded half v2.7.1
12562026-05-20T02:30:27.516Z Downloaded defmt-parser v1.0.0
12572026-05-20T02:30:27.516Z Downloaded async-stream v0.3.6
12582026-05-20T02:30:27.521Z Downloaded dof v0.4.0
12592026-05-20T02:30:27.521Z Downloaded convert_case v0.4.0
12602026-05-20T02:30:27.521Z Downloaded hubpack v0.1.2
12612026-05-20T02:30:27.521Z Downloaded arrayvec v0.7.6
12622026-05-20T02:30:27.524Z Downloaded dropshot-api-manager-types v0.7.1
12632026-05-20T02:30:27.524Z Downloaded cookie v0.18.1
12642026-05-20T02:30:27.524Z Downloaded backon v1.6.0
12652026-05-20T02:30:27.524Z Downloaded bitflags v1.3.2
12662026-05-20T02:30:27.527Z Downloaded derive-ex v0.1.8
12672026-05-20T02:30:27.527Z Downloaded const_format_proc_macros v0.2.34
12682026-05-20T02:30:27.530Z Downloaded arc-swap v1.9.1
12692026-05-20T02:30:27.530Z Downloaded compression-codecs v0.4.38
12702026-05-20T02:30:27.533Z Downloaded lzma-sys v0.1.20
12712026-05-20T02:30:27.549Z Downloaded jiff v0.2.24
12722026-05-20T02:30:27.559Z Downloaded encoding_rs v0.8.35
12732026-05-20T02:30:27.571Z Downloaded sha3 v0.10.9
12742026-05-20T02:30:28.066Z Downloaded aws-lc-sys v0.41.0
12752026-05-20T02:30:28.990Z Compiling proc-macro2 v1.0.106
12762026-05-20T02:30:28.990Z Compiling unicode-ident v1.0.24
12772026-05-20T02:30:28.990Z Compiling quote v1.0.45
12782026-05-20T02:30:28.993Z Compiling serde_core v1.0.228
12792026-05-20T02:30:28.993Z Compiling cfg-if v1.0.4
12802026-05-20T02:30:28.993Z Compiling serde v1.0.228
12812026-05-20T02:30:28.993Z Compiling libc v0.2.186
12822026-05-20T02:30:28.993Z Compiling memchr v2.8.0
12832026-05-20T02:30:29.198Z Compiling itoa v1.0.18
12842026-05-20T02:30:29.377Z Compiling zmij v1.0.21
12852026-05-20T02:30:29.439Z Compiling autocfg v1.5.0
12862026-05-20T02:30:29.452Z Compiling libm v0.2.16
12872026-05-20T02:30:29.770Z Compiling stable_deref_trait v1.2.1
12882026-05-20T02:30:29.804Z Compiling version_check v0.9.5
12892026-05-20T02:30:29.840Z Compiling writeable v0.6.3
12902026-05-20T02:30:29.926Z Compiling litemap v0.8.2
12912026-05-20T02:30:29.977Z Compiling icu_normalizer_data v2.2.0
12922026-05-20T02:30:29.995Z Compiling utf8_iter v1.0.4
12932026-05-20T02:30:30.040Z Compiling icu_properties_data v2.2.0
12942026-05-20T02:30:30.110Z Compiling percent-encoding v2.3.2
12952026-05-20T02:30:30.134Z Compiling iana-time-zone v0.1.65
12962026-05-20T02:30:30.272Z Compiling syn v2.0.117
12972026-05-20T02:30:30.307Z Compiling equivalent v1.0.2
12982026-05-20T02:30:30.353Z Compiling form_urlencoded v1.2.2
12992026-05-20T02:30:30.353Z Compiling pin-project-lite v0.2.17
13002026-05-20T02:30:30.385Z Compiling serde_json v1.0.149
13012026-05-20T02:30:30.449Z Compiling dyn-clone v1.0.20
13022026-05-20T02:30:30.452Z Compiling scopeguard v1.2.0
13032026-05-20T02:30:30.452Z Compiling parking_lot_core v0.9.12
13042026-05-20T02:30:30.528Z Compiling num-traits v0.2.19
13052026-05-20T02:30:30.599Z Compiling lock_api v0.4.14
13062026-05-20T02:30:30.615Z Compiling thiserror v2.0.18
13072026-05-20T02:30:30.645Z Compiling hashbrown v0.17.1
13082026-05-20T02:30:30.785Z Compiling rand_core v0.10.1
13092026-05-20T02:30:30.830Z Compiling getrandom v0.4.2
13102026-05-20T02:30:30.930Z Compiling errno v0.3.14
13112026-05-20T02:30:30.967Z Compiling log v0.4.29
13122026-05-20T02:30:31.079Z Compiling jobserver v0.1.34
13132026-05-20T02:30:31.230Z Compiling semver v1.0.28
13142026-05-20T02:30:31.300Z Compiling indexmap v2.14.0
13152026-05-20T02:30:31.344Z Compiling heck v0.5.0
13162026-05-20T02:30:31.417Z Compiling find-msvc-tools v0.1.9
13172026-05-20T02:30:31.476Z Compiling shlex v1.3.0
13182026-05-20T02:30:31.584Z Compiling futures-core v0.3.32
13192026-05-20T02:30:31.611Z Compiling cc v1.2.62
13202026-05-20T02:30:31.625Z Compiling zerocopy v0.8.48
13212026-05-20T02:30:31.666Z Compiling uuid v1.23.1
13222026-05-20T02:30:31.731Z Compiling futures-sink v0.3.32
13232026-05-20T02:30:31.833Z Compiling slab v0.4.12
13242026-05-20T02:30:31.962Z Compiling schemars v0.8.22
13252026-05-20T02:30:32.011Z Compiling rustversion v1.0.22
13262026-05-20T02:30:32.074Z Compiling fnv v1.0.7
13272026-05-20T02:30:32.085Z Compiling futures-channel v0.3.32
13282026-05-20T02:30:32.172Z Compiling bitflags v2.11.1
13292026-05-20T02:30:32.250Z Compiling futures-task v0.3.32
13302026-05-20T02:30:32.317Z Compiling futures-io v0.3.32
13312026-05-20T02:30:32.422Z Compiling socket2 v0.6.3
13322026-05-20T02:30:32.426Z Compiling portable-atomic v1.13.1
13332026-05-20T02:30:32.454Z Compiling signal-hook-registry v1.4.8
13342026-05-20T02:30:32.481Z Compiling mio v1.2.0
13352026-05-20T02:30:32.756Z Compiling critical-section v1.2.0
13362026-05-20T02:30:32.865Z Compiling getrandom v0.2.17
13372026-05-20T02:30:32.882Z Compiling typenum v1.20.0
13382026-05-20T02:30:32.897Z Compiling subtle v2.6.1
13392026-05-20T02:30:32.948Z Compiling base64 v0.22.1
13402026-05-20T02:30:33.014Z Compiling untrusted v0.9.0
13412026-05-20T02:30:33.042Z Compiling slog v2.8.2
13422026-05-20T02:30:33.053Z Compiling rustix v1.1.4
13432026-05-20T02:30:33.063Z Compiling byteorder v1.5.0
13442026-05-20T02:30:33.132Z Compiling strsim v0.11.1
13452026-05-20T02:30:33.286Z Compiling synstructure v0.13.2
13462026-05-20T02:30:33.300Z Compiling serde_derive_internals v0.29.1
13472026-05-20T02:30:33.325Z Compiling rand_core v0.6.4
13482026-05-20T02:30:33.432Z Compiling once_cell v1.21.4
13492026-05-20T02:30:33.548Z Compiling regex-syntax v0.8.10
13502026-05-20T02:30:33.558Z Compiling cmake v0.1.58
13512026-05-20T02:30:33.569Z Compiling fs_extra v1.3.0
13522026-05-20T02:30:33.653Z Compiling dunce v1.0.5
13532026-05-20T02:30:33.681Z Compiling atomic-waker v1.1.2
13542026-05-20T02:30:33.750Z Compiling httparse v1.10.1
13552026-05-20T02:30:33.807Z Compiling ipnet v2.12.0
13562026-05-20T02:30:33.816Z Compiling tower-layer v0.3.3
13572026-05-20T02:30:33.827Z Compiling tower-service v0.3.3
13582026-05-20T02:30:33.906Z Compiling aws-lc-sys v0.41.0
13592026-05-20T02:30:33.920Z Compiling generic-array v0.14.7
13602026-05-20T02:30:33.977Z Compiling try-lock v0.2.5
13612026-05-20T02:30:34.069Z Compiling ucd-trie v0.1.7
13622026-05-20T02:30:34.083Z Compiling ryu v1.0.23
13632026-05-20T02:30:34.161Z Compiling getrandom v0.3.4
13642026-05-20T02:30:34.263Z Compiling thiserror v1.0.69
13652026-05-20T02:30:34.359Z Compiling pest v2.8.6
13662026-05-20T02:30:34.413Z Compiling want v0.3.1
13672026-05-20T02:30:34.461Z Compiling serde_derive v1.0.228
13682026-05-20T02:30:34.479Z Compiling zerofrom-derive v0.1.7
13692026-05-20T02:30:34.519Z Compiling yoke-derive v0.8.2
13702026-05-20T02:30:34.582Z Compiling zerovec-derive v0.11.3
13712026-05-20T02:30:34.593Z Compiling displaydoc v0.2.5
13722026-05-20T02:30:34.802Z Compiling schemars_derive v0.8.22
13732026-05-20T02:30:35.364Z Compiling tokio-macros v2.7.0
13742026-05-20T02:30:35.629Z Compiling thiserror-impl v2.0.18
13752026-05-20T02:30:35.657Z Compiling zerocopy-derive v0.8.48
13762026-05-20T02:30:35.698Z Compiling zerofrom v0.1.8
13772026-05-20T02:30:35.715Z Compiling zeroize_derive v1.4.3
13782026-05-20T02:30:35.818Z Compiling yoke v0.8.2
13792026-05-20T02:30:36.008Z Compiling zerovec v0.11.6
13802026-05-20T02:30:36.038Z Compiling zerotrie v0.2.4
13812026-05-20T02:30:36.142Z Compiling futures-macro v0.3.32
13822026-05-20T02:30:36.426Z Compiling zeroize v1.8.2
13832026-05-20T02:30:36.579Z Compiling tinystr v0.8.3
13842026-05-20T02:30:36.615Z Compiling potential_utf v0.1.5
13852026-05-20T02:30:36.644Z Compiling thiserror-impl v1.0.69
13862026-05-20T02:30:36.779Z Compiling icu_locale_core v2.2.0
13872026-05-20T02:30:36.779Z Compiling icu_collections v2.2.0
13882026-05-20T02:30:37.044Z Compiling futures-util v0.3.32
13892026-05-20T02:30:37.067Z Compiling httpdate v1.0.3
13902026-05-20T02:30:37.316Z Compiling pest_meta v2.8.6
13912026-05-20T02:30:37.780Z Compiling bytes v1.11.1
13922026-05-20T02:30:37.806Z Compiling smallvec v1.15.1
13932026-05-20T02:30:37.817Z Compiling icu_provider v2.2.0
13942026-05-20T02:30:37.892Z Compiling chrono v0.4.44
13952026-05-20T02:30:38.130Z Compiling icu_properties v2.2.0
13962026-05-20T02:30:38.335Z Compiling icu_normalizer v2.2.0
13972026-05-20T02:30:38.417Z Compiling parking_lot v0.12.5
13982026-05-20T02:30:38.593Z Compiling http v1.4.0
13992026-05-20T02:30:38.817Z Compiling tokio v1.52.3
14002026-05-20T02:30:38.916Z Compiling serde_tokenstream v0.2.3
14012026-05-20T02:30:39.198Z Compiling idna_adapter v1.2.2
14022026-05-20T02:30:39.310Z Compiling idna v1.1.0
14032026-05-20T02:30:39.342Z Compiling erased-serde v0.3.31
14042026-05-20T02:30:39.353Z Compiling http-body v1.0.1
14052026-05-20T02:30:39.484Z Compiling pest_generator v2.8.6
14062026-05-20T02:30:39.498Z Compiling pretty-hex v0.4.2
14072026-05-20T02:30:39.582Z Compiling url v2.5.8
14082026-05-20T02:30:39.626Z Compiling plain v0.2.3
14092026-05-20T02:30:39.831Z Compiling winnow v1.0.3
14102026-05-20T02:30:40.092Z Compiling ppv-lite86 v0.2.21
14112026-05-20T02:30:40.107Z Compiling pest_derive v2.8.6
14122026-05-20T02:30:40.142Z Compiling paste v1.0.15
14132026-05-20T02:30:40.398Z Compiling foldhash v0.2.0
14142026-05-20T02:30:40.441Z Compiling allocator-api2 v0.2.21
14152026-05-20T02:30:40.494Z Compiling crypto-common v0.1.7
14162026-05-20T02:30:40.623Z Compiling tracing-attributes v0.1.31
14172026-05-20T02:30:40.626Z Compiling tracing-core v0.1.36
14182026-05-20T02:30:40.673Z Compiling ident_case v1.0.1
14192026-05-20T02:30:40.758Z Compiling hashbrown v0.16.1
14202026-05-20T02:30:40.790Z Compiling omicron-workspace-hack v0.1.0
14212026-05-20T02:30:40.924Z Compiling ipnetwork v0.21.1
14222026-05-20T02:30:41.248Z Compiling oxnet v0.1.5
14232026-05-20T02:30:41.377Z Compiling http-body-util v0.1.3
14242026-05-20T02:30:41.412Z Compiling serde_urlencoded v0.7.1
14252026-05-20T02:30:41.572Z Compiling aho-corasick v1.1.4
14262026-05-20T02:30:41.621Z Compiling sync_wrapper v1.0.2
14272026-05-20T02:30:41.652Z Compiling rustls-pki-types v1.14.1
14282026-05-20T02:30:41.676Z Compiling daft-derive v0.1.7
14292026-05-20T02:30:41.929Z Compiling tracing v0.1.44
14302026-05-20T02:30:41.964Z Compiling fastrand v2.4.1
14312026-05-20T02:30:42.168Z Compiling async-trait v0.1.89
14322026-05-20T02:30:42.237Z Compiling scroll_derive v0.13.1
14332026-05-20T02:30:42.448Z Compiling regex-automata v0.4.14
14342026-05-20T02:30:42.889Z Compiling tokio-util v0.7.18
14352026-05-20T02:30:42.917Z Compiling ring v0.17.14
14362026-05-20T02:30:43.111Z Compiling time-core v0.1.8
14372026-05-20T02:30:43.165Z Compiling anyhow v1.0.102
14382026-05-20T02:30:43.252Z Compiling powerfmt v0.2.0
14392026-05-20T02:30:43.444Z Compiling num-conv v0.2.1
14402026-05-20T02:30:43.458Z Compiling cpufeatures v0.2.17
14412026-05-20T02:30:43.586Z Compiling time-macros v0.2.27
14422026-05-20T02:30:43.635Z Compiling deranged v0.5.8
14432026-05-20T02:30:43.700Z Compiling scroll v0.13.0
14442026-05-20T02:30:43.966Z Compiling block-buffer v0.10.4
14452026-05-20T02:30:44.111Z Compiling regex v1.12.3
14462026-05-20T02:30:44.572Z Compiling openssl-probe v0.2.1
14472026-05-20T02:30:44.575Z Compiling num_threads v0.1.7
14482026-05-20T02:30:44.593Z Compiling hex v0.4.3
14492026-05-20T02:30:44.673Z Compiling digest v0.10.7
14502026-05-20T02:30:44.756Z Compiling goblin v0.10.5
14512026-05-20T02:30:44.878Z Compiling camino v1.2.2
14522026-05-20T02:30:45.263Z Compiling usdt-impl v0.6.0
14532026-05-20T02:30:45.275Z Compiling crc32fast v1.5.0
14542026-05-20T02:30:45.526Z Compiling h2 v0.4.14
14552026-05-20T02:30:45.537Z Compiling dtrace-parser v0.3.0
14562026-05-20T02:30:45.606Z Compiling futures-executor v0.3.32
14572026-05-20T02:30:45.883Z Compiling crossbeam-utils v0.8.21
14582026-05-20T02:30:46.004Z Compiling aws-lc-rs v1.17.0
14592026-05-20T02:30:46.376Z Compiling structmeta-derive v0.3.0
14602026-05-20T02:30:46.420Z Compiling thread-id v5.1.0
14612026-05-20T02:30:46.499Z Compiling rustls v0.22.4
14622026-05-20T02:30:46.600Z Compiling adler2 v2.0.1
14632026-05-20T02:30:46.722Z Compiling simd-adler32 v0.3.9
14642026-05-20T02:30:46.920Z Compiling miniz_oxide v0.8.9
14652026-05-20T02:30:47.252Z Compiling futures v0.3.32
14662026-05-20T02:30:47.330Z Compiling rand_core v0.9.5
14672026-05-20T02:30:47.433Z Compiling dof v0.4.0
14682026-05-20T02:30:47.459Z Compiling structmeta v0.3.0
14692026-05-20T02:30:47.548Z Compiling darling_core v0.23.0
14702026-05-20T02:30:47.561Z Compiling newtype-uuid-macros v0.1.0
14712026-05-20T02:30:47.588Z Compiling thread_local v1.1.9
14722026-05-20T02:30:47.650Z Compiling hyper v1.9.0
14732026-05-20T02:30:47.854Z Compiling untrusted v0.7.1
14742026-05-20T02:30:47.977Z Compiling match_cfg v0.1.0
14752026-05-20T02:30:48.048Z Compiling flate2 v1.1.9
14762026-05-20T02:30:48.650Z Compiling newtype-uuid v1.3.2
14772026-05-20T02:30:48.791Z Compiling hyper-util v0.1.20
14782026-05-20T02:30:48.992Z Compiling compression-core v0.4.32
14792026-05-20T02:30:49.150Z Compiling quick-error v1.2.3
14802026-05-20T02:30:49.255Z Compiling rustls v0.23.40
14812026-05-20T02:30:49.352Z Compiling ref-cast v1.0.25
14822026-05-20T02:30:49.377Z Compiling slog-async v2.8.0
14832026-05-20T02:30:49.499Z Compiling compression-codecs v0.4.38
14842026-05-20T02:30:49.630Z Compiling usdt-macro v0.6.0
14852026-05-20T02:30:49.642Z Compiling darling_macro v0.23.0
14862026-05-20T02:30:49.717Z Compiling usdt-attr-macro v0.6.0
14872026-05-20T02:30:49.728Z Compiling daft v0.1.7
14882026-05-20T02:30:49.757Z Compiling rand_chacha v0.9.0
14892026-05-20T02:30:50.013Z Compiling strum_macros v0.26.4
14902026-05-20T02:30:50.193Z Compiling ref-cast-impl v1.0.25
14912026-05-20T02:30:50.233Z Compiling darling v0.23.0
14922026-05-20T02:30:50.314Z Compiling serde_spanned v1.1.1
14932026-05-20T02:30:50.403Z Compiling multer v3.1.0
14942026-05-20T02:30:50.461Z Compiling term v1.2.1
14952026-05-20T02:30:50.506Z Compiling take_mut v0.2.2
14962026-05-20T02:30:50.615Z Compiling toml_writer v1.1.1+spec-1.1.0
14972026-05-20T02:30:50.640Z Compiling bit-vec v0.8.0
14982026-05-20T02:30:50.822Z Compiling debug-ignore v1.0.5
14992026-05-20T02:30:50.868Z Compiling bit-set v0.8.0
15002026-05-20T02:30:50.919Z Compiling serde_with_macros v3.20.0
15012026-05-20T02:30:50.938Z Compiling rand v0.9.4
15022026-05-20T02:30:50.974Z Compiling async-stream-impl v0.3.6
15032026-05-20T02:30:51.028Z Compiling dropshot v0.17.0
15042026-05-20T02:30:51.172Z Compiling encoding_rs v0.8.35
15052026-05-20T02:30:51.323Z Compiling syn v1.0.109
15062026-05-20T02:30:51.601Z Compiling unarray v0.1.4
15072026-05-20T02:30:51.662Z Compiling mime v0.3.17
15082026-05-20T02:30:51.702Z Compiling spin v0.9.8
15092026-05-20T02:30:51.714Z Compiling async-stream v0.3.6
15102026-05-20T02:30:51.722Z Compiling strum v0.26.3
15112026-05-20T02:30:51.859Z Compiling derive-ex v0.1.8
15122026-05-20T02:30:51.884Z Compiling tower v0.5.3
15132026-05-20T02:30:51.894Z Compiling dropshot_endpoint v0.17.0
15142026-05-20T02:30:51.933Z Compiling macaddr v1.0.1
15152026-05-20T02:30:52.103Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15162026-05-20T02:30:52.143Z Compiling waitgroup v0.1.2
15172026-05-20T02:30:52.160Z Compiling serde_path_to_error v0.1.20
15182026-05-20T02:30:52.517Z Compiling tower-http v0.6.10
15192026-05-20T02:30:52.603Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15202026-05-20T02:30:52.794Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15212026-05-20T02:30:52.926Z Compiling tempfile v3.27.0
15222026-05-20T02:30:52.939Z Compiling openapiv3 v2.2.0
15232026-05-20T02:30:52.970Z Compiling strum_macros v0.27.2
15242026-05-20T02:30:53.462Z Compiling test-strategy v0.4.5
15252026-05-20T02:30:53.580Z Compiling instant v0.1.13
15262026-05-20T02:30:53.689Z Compiling rustls-native-certs v0.8.3
15272026-05-20T02:30:54.027Z Compiling time v0.3.47
15282026-05-20T02:30:54.438Z Compiling rustc-hash v2.1.2
15292026-05-20T02:30:54.567Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15302026-05-20T02:30:54.807Z Compiling strum v0.27.2
15312026-05-20T02:30:54.863Z Compiling crossbeam-channel v0.5.15
15322026-05-20T02:30:55.342Z Compiling parse-display-derive v0.10.0
15332026-05-20T02:30:55.731Z Compiling backon v1.6.0
15342026-05-20T02:30:55.940Z Compiling rand_chacha v0.3.1
15352026-05-20T02:30:55.975Z Compiling rustls-webpki v0.102.8
15362026-05-20T02:30:56.928Z Compiling rand v0.8.6
15372026-05-20T02:30:56.954Z Compiling slog-json v2.6.1
15382026-05-20T02:30:56.965Z Compiling hostname v0.3.1
15392026-05-20T02:30:57.022Z Compiling toml_parser v1.1.2+spec-1.1.0
15402026-05-20T02:30:57.092Z Compiling toml_datetime v1.1.1+spec-1.1.0
15412026-05-20T02:30:57.156Z Compiling memmap2 v0.9.10
15422026-05-20T02:30:57.378Z Compiling wait-timeout v0.2.1
15432026-05-20T02:30:57.402Z Compiling is-terminal v0.4.17
15442026-05-20T02:30:57.498Z Compiling either v1.15.0
15452026-05-20T02:30:57.578Z Compiling rusty-fork v0.3.1
15462026-05-20T02:30:57.614Z Compiling slog-term v2.9.2
15472026-05-20T02:30:57.677Z Compiling toml v1.1.2+spec-1.1.0
15482026-05-20T02:30:57.700Z Compiling usdt v0.6.0
15492026-05-20T02:30:57.725Z Compiling slog-bunyan v2.5.0
15502026-05-20T02:30:57.933Z Compiling serde_with v3.20.0
15512026-05-20T02:30:57.973Z Compiling async-compression v0.4.42
15522026-05-20T02:30:58.215Z Compiling rand_xorshift v0.4.0
15532026-05-20T02:30:58.286Z Compiling sha1 v0.10.6
15542026-05-20T02:30:58.361Z Compiling rustls-pemfile v2.2.0
15552026-05-20T02:30:58.409Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15562026-05-20T02:30:58.509Z Compiling tokio-rustls v0.25.0
15572026-05-20T02:30:58.560Z Compiling regress v0.10.5
15582026-05-20T02:30:58.731Z Compiling hostname v0.4.2
15592026-05-20T02:30:58.901Z Compiling proptest v1.11.0
15602026-05-20T02:30:59.970Z Compiling iddqd v0.3.18
15612026-05-20T02:31:00.662Z Compiling reqwest v0.12.28
15622026-05-20T02:31:00.749Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15632026-05-20T02:31:01.003Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15642026-05-20T02:31:01.333Z Compiling utf8parse v0.2.2
15652026-05-20T02:31:01.452Z Compiling anstyle-parse v1.0.0
15662026-05-20T02:31:01.636Z Compiling itertools v0.14.0
15672026-05-20T02:31:01.649Z Compiling progenitor-client v0.10.0
15682026-05-20T02:31:01.933Z Compiling backoff v0.4.0
15692026-05-20T02:31:02.157Z Compiling parse-display v0.10.0
15702026-05-20T02:31:02.498Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15712026-05-20T02:31:02.519Z Compiling anstyle v1.0.14
15722026-05-20T02:31:02.751Z Compiling is_terminal_polyfill v1.70.2
15732026-05-20T02:31:02.796Z Compiling anstyle-query v1.1.5
15742026-05-20T02:31:02.843Z Compiling colorchoice v1.0.5
15752026-05-20T02:31:02.959Z Compiling anstream v1.0.0
15762026-05-20T02:31:03.235Z Compiling clap_lex v1.1.0
15772026-05-20T02:31:03.516Z Compiling regress v0.11.1
15782026-05-20T02:31:03.650Z Compiling clap_derive v4.6.1
15792026-05-20T02:31:04.266Z Compiling terminal_size v0.4.4
15802026-05-20T02:31:05.118Z Compiling typify-impl v0.6.2
15812026-05-20T02:31:05.369Z Compiling toml_datetime v0.6.11
15822026-05-20T02:31:05.578Z Compiling zerocopy-derive v0.7.35
15832026-05-20T02:31:05.645Z Compiling convert_case v0.4.0
15842026-05-20T02:31:05.940Z Compiling derive_more v0.99.20
15852026-05-20T02:31:06.479Z Compiling zerocopy v0.7.35
15862026-05-20T02:31:06.642Z Compiling clap_builder v4.6.0
15872026-05-20T02:31:07.126Z Compiling toml_edit v0.25.11+spec-1.1.0
15882026-05-20T02:31:07.800Z Compiling unicode-width v0.2.2
15892026-05-20T02:31:08.085Z Compiling proc-macro-crate v3.5.0
15902026-05-20T02:31:08.253Z Compiling clap v4.6.1
15912026-05-20T02:31:08.514Z Compiling secrecy v0.10.3
15922026-05-20T02:31:08.670Z Compiling float-ord v0.3.2
15932026-05-20T02:31:08.763Z Compiling tinyvec_macros v0.1.1
15942026-05-20T02:31:08.778Z Compiling crucible-workspace-hack v0.1.0
15952026-05-20T02:31:08.829Z Compiling tinyvec v1.11.0
15962026-05-20T02:31:08.936Z Compiling num_enum_derive v0.7.6
15972026-05-20T02:31:09.511Z Compiling dtrace-parser v0.2.0
15982026-05-20T02:31:09.530Z Compiling scroll_derive v0.12.1
15992026-05-20T02:31:09.997Z Compiling num-integer v0.1.46
16002026-05-20T02:31:10.257Z Compiling rustc_version v0.4.1
16012026-05-20T02:31:10.268Z Compiling usdt-impl v0.5.0
16022026-05-20T02:31:10.303Z Compiling scroll v0.12.0
16032026-05-20T02:31:10.388Z Compiling num_enum v0.7.6
16042026-05-20T02:31:10.539Z Compiling curve25519-dalek v4.1.3
16052026-05-20T02:31:10.839Z Compiling dof v0.3.0
16062026-05-20T02:31:11.095Z Compiling hmac v0.12.1
16072026-05-20T02:31:11.220Z Compiling darling_core v0.21.3
16082026-05-20T02:31:11.227Z Compiling inout v0.1.4
16092026-05-20T02:31:11.241Z Compiling ff v0.13.1
16102026-05-20T02:31:11.367Z Compiling thread-id v4.2.2
16112026-05-20T02:31:11.371Z Compiling group v0.13.0
16122026-05-20T02:31:11.371Z Compiling cipher v0.4.4
16132026-05-20T02:31:11.562Z Compiling typify-macro v0.6.2
16142026-05-20T02:31:11.593Z Compiling hkdf v0.12.4
16152026-05-20T02:31:11.982Z Compiling goblin v0.8.2
16162026-05-20T02:31:12.048Z Compiling num-rational v0.4.2
16172026-05-20T02:31:12.083Z Compiling num-iter v0.1.45
16182026-05-20T02:31:12.412Z Compiling thiserror-impl-no-std v2.0.2
16192026-05-20T02:31:12.516Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16202026-05-20T02:31:12.813Z Compiling crossbeam-epoch v0.9.18
16212026-05-20T02:31:13.159Z Compiling universal-hash v0.5.1
16222026-05-20T02:31:13.177Z Compiling half v2.7.1
16232026-05-20T02:31:13.289Z Compiling crypto-bigint v0.5.5
16242026-05-20T02:31:13.343Z Compiling darling_macro v0.21.3
16252026-05-20T02:31:13.472Z Compiling curve25519-dalek-derive v0.1.1
16262026-05-20T02:31:13.511Z Compiling num-complex v0.4.6
16272026-05-20T02:31:13.684Z Compiling typify v0.6.2
16282026-05-20T02:31:13.982Z Compiling ciborium-io v0.2.2
16292026-05-20T02:31:14.034Z Compiling opaque-debug v0.3.1
16302026-05-20T02:31:14.075Z Compiling base16ct v0.2.0
16312026-05-20T02:31:14.104Z Compiling base64ct v1.8.3
16322026-05-20T02:31:14.147Z Compiling poly1305 v0.8.0
16332026-05-20T02:31:14.394Z Compiling password-hash v0.5.0
16342026-05-20T02:31:14.441Z Compiling elliptic-curve v0.13.8
16352026-05-20T02:31:14.711Z Compiling ciborium-ll v0.2.2
16362026-05-20T02:31:14.925Z Compiling darling v0.21.3
16372026-05-20T02:31:14.936Z Compiling num v0.4.3
16382026-05-20T02:31:15.004Z Compiling thiserror-no-std v2.0.2
16392026-05-20T02:31:15.425Z Compiling chacha20 v0.9.1
16402026-05-20T02:31:15.449Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16412026-05-20T02:31:15.773Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16422026-05-20T02:31:16.217Z Compiling blake2 v0.10.6
16432026-05-20T02:31:16.229Z Compiling byte-wrapper v0.1.0
16442026-05-20T02:31:16.278Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16452026-05-20T02:31:16.598Z Compiling aead v0.5.2
16462026-05-20T02:31:16.610Z Compiling proc-macro-error-attr v1.0.4
16472026-05-20T02:31:16.757Z Compiling prettyplease v0.2.37
16482026-05-20T02:31:16.849Z Compiling heapless v0.8.0
16492026-05-20T02:31:16.899Z Compiling unsafe-libyaml v0.2.11
16502026-05-20T02:31:17.016Z Compiling keccak v0.1.6
16512026-05-20T02:31:17.165Z Compiling rustix v0.38.44
16522026-05-20T02:31:17.423Z Compiling serde_yaml v0.9.34+deprecated
16532026-05-20T02:31:17.559Z Compiling sha3 v0.10.9
16542026-05-20T02:31:18.135Z Compiling chacha20poly1305 v0.10.1
16552026-05-20T02:31:18.544Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16562026-05-20T02:31:18.567Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16572026-05-20T02:31:18.682Z Compiling argon2 v0.5.3
16582026-05-20T02:31:19.073Z Compiling vsss-rs v3.3.4
16592026-05-20T02:31:19.188Z Compiling ingot-macros v0.1.1
16602026-05-20T02:31:19.277Z Compiling ciborium v0.2.2
16612026-05-20T02:31:20.496Z Compiling usdt-attr-macro v0.5.0
16622026-05-20T02:31:20.507Z Compiling usdt-macro v0.5.0
16632026-05-20T02:31:21.016Z Compiling rustls-webpki v0.103.13
16642026-05-20T02:31:22.388Z Compiling serde_spanned v0.6.9
16652026-05-20T02:31:22.490Z Compiling enum-as-inner v0.6.1
16662026-05-20T02:31:22.530Z Compiling hash32 v0.3.1
16672026-05-20T02:31:22.686Z Compiling proc-macro-error v1.0.4
16682026-05-20T02:31:22.714Z Compiling memmap v0.7.0
16692026-05-20T02:31:22.906Z Compiling indent_write v2.2.0
16702026-05-20T02:31:22.931Z Compiling data-encoding v2.11.0
16712026-05-20T02:31:23.046Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16722026-05-20T02:31:23.091Z Compiling winnow v0.7.15
16732026-05-20T02:31:23.282Z Compiling static_assertions v1.1.0
16742026-05-20T02:31:23.304Z Compiling smoltcp v0.11.0
16752026-05-20T02:31:23.355Z Compiling toml_write v0.1.2
16762026-05-20T02:31:23.366Z Compiling winnow v0.5.40
16772026-05-20T02:31:23.677Z Compiling usdt v0.5.0
16782026-05-20T02:31:23.794Z Compiling ingot-types v0.1.2
16792026-05-20T02:31:23.951Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16802026-05-20T02:31:24.192Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16812026-05-20T02:31:24.205Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16822026-05-20T02:31:24.464Z Compiling toml_edit v0.22.27
16832026-05-20T02:31:24.561Z Compiling tokio-rustls v0.26.4
16842026-05-20T02:31:24.595Z Compiling rustls-platform-verifier v0.7.0
16852026-05-20T02:31:24.829Z Compiling hyper-rustls v0.27.9
16862026-05-20T02:31:24.829Z Compiling toml_edit v0.19.15
16872026-05-20T02:31:25.016Z Compiling reqwest v0.13.3
16882026-05-20T02:31:26.007Z Compiling tabwriter v1.4.1
16892026-05-20T02:31:26.347Z Compiling progenitor-client v0.14.0
16902026-05-20T02:31:26.525Z Compiling cobs v0.3.0
16912026-05-20T02:31:26.658Z Compiling progenitor-extras v0.2.0
16922026-05-20T02:31:26.906Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16932026-05-20T02:31:26.931Z Compiling serde_repr v0.1.20
16942026-05-20T02:31:27.555Z Compiling memoffset v0.9.1
16952026-05-20T02:31:27.780Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16962026-05-20T02:31:27.816Z Compiling cfg_aliases v0.2.1
16972026-05-20T02:31:27.891Z Compiling pkg-config v0.3.33
16982026-05-20T02:31:27.914Z Compiling bitflags v1.3.2
16992026-05-20T02:31:27.993Z Compiling vcpkg v0.2.15
17002026-05-20T02:31:28.017Z Compiling managed v0.8.0
17012026-05-20T02:31:28.042Z Compiling nix v0.31.3
17022026-05-20T02:31:28.436Z Compiling postcard v1.1.3
17032026-05-20T02:31:28.558Z Compiling openssl-sys v0.9.116
17042026-05-20T02:31:28.774Z Compiling proc-macro-crate v1.3.1
17052026-05-20T02:31:29.113Z Compiling toml v0.8.23
17062026-05-20T02:31:29.360Z Compiling ingot v0.1.1
17072026-05-20T02:31:29.396Z Compiling hubpack_derive v0.1.1
17082026-05-20T02:31:29.667Z Compiling foreign-types-macros v0.2.3
17092026-05-20T02:31:29.812Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17102026-05-20T02:31:29.946Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17112026-05-20T02:31:30.114Z Compiling heck v0.4.1
17122026-05-20T02:31:30.134Z Compiling linked-hash-map v0.5.6
17132026-05-20T02:31:30.197Z Compiling semver v0.1.20
17142026-05-20T02:31:30.319Z Compiling cpufeatures v0.3.0
17152026-05-20T02:31:30.322Z Compiling colored v3.1.1
17162026-05-20T02:31:30.341Z Compiling unicode-segmentation v1.13.2
17172026-05-20T02:31:30.396Z Compiling swrite v0.1.0
17182026-05-20T02:31:30.460Z Compiling foreign-types-shared v0.3.1
17192026-05-20T02:31:30.493Z Compiling rayon-core v1.13.0
17202026-05-20T02:31:30.554Z Compiling resolv-conf v0.7.6
17212026-05-20T02:31:30.732Z Compiling newline-converter v0.3.0
17222026-05-20T02:31:30.757Z Compiling foreign-types v0.5.0
17232026-05-20T02:31:30.768Z Compiling chacha20 v0.10.0
17242026-05-20T02:31:30.837Z Compiling rustc_version v0.1.7
17252026-05-20T02:31:30.860Z Compiling lru-cache v0.1.2
17262026-05-20T02:31:30.946Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17272026-05-20T02:31:30.987Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17282026-05-20T02:31:31.019Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17292026-05-20T02:31:31.072Z Compiling hubpack v0.1.2
17302026-05-20T02:31:31.220Z Compiling num_enum_derive v0.5.11
17312026-05-20T02:31:31.571Z Compiling atomicwrites v0.4.4
17322026-05-20T02:31:31.901Z Compiling hickory-proto v0.24.4
17332026-05-20T02:31:32.304Z Compiling progenitor-impl v0.13.0
17342026-05-20T02:31:33.197Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17352026-05-20T02:31:33.523Z Compiling crossbeam-deque v0.8.6
17362026-05-20T02:31:33.615Z Compiling console v0.15.11
17372026-05-20T02:31:33.718Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17382026-05-20T02:31:33.727Z Compiling camino-tempfile v1.4.1
17392026-05-20T02:31:33.978Z Compiling serde-big-array v0.5.1
17402026-05-20T02:31:34.129Z Compiling num-derive v0.4.2
17412026-05-20T02:31:34.142Z Compiling pin-project-internal v1.1.13
17422026-05-20T02:31:34.242Z Compiling derive-where v1.6.1
17432026-05-20T02:31:34.291Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-05-20T02:31:34.453Z Compiling cstr-argument v0.1.2
17452026-05-20T02:31:34.609Z Compiling minimal-lexical v0.2.1
17462026-05-20T02:31:34.845Z Compiling similar v2.7.0
17472026-05-20T02:31:34.873Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17482026-05-20T02:31:35.127Z Compiling siphasher v1.0.3
17492026-05-20T02:31:35.270Z Compiling pin-project v1.1.13
17502026-05-20T02:31:35.323Z Compiling phf_shared v0.12.1
17512026-05-20T02:31:35.344Z Compiling expectorate v1.2.0
17522026-05-20T02:31:35.368Z Compiling nom v7.1.3
17532026-05-20T02:31:35.493Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17542026-05-20T02:31:35.502Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17552026-05-20T02:31:35.547Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17562026-05-20T02:31:35.621Z Compiling hickory-resolver v0.24.4
17572026-05-20T02:31:35.757Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17582026-05-20T02:31:35.825Z Compiling num_enum v0.5.11
17592026-05-20T02:31:35.944Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17602026-05-20T02:31:35.966Z Compiling progenitor-macro v0.13.0
17612026-05-20T02:31:36.471Z Compiling newtype_derive v0.1.6
17622026-05-20T02:31:36.728Z Compiling rand v0.10.1
17632026-05-20T02:31:36.819Z Compiling progenitor-client v0.13.0
17642026-05-20T02:31:37.530Z Compiling progenitor-impl v0.14.0
17652026-05-20T02:31:37.725Z Compiling unicode-normalization v0.1.25
17662026-05-20T02:31:38.212Z Compiling tokio-stream v0.1.18
17672026-05-20T02:31:38.329Z Compiling async-recursion v1.1.1
17682026-05-20T02:31:38.524Z Compiling snafu-derive v0.8.9
17692026-05-20T02:31:38.577Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17702026-05-20T02:31:38.685Z Compiling slog-dtrace v0.3.0
17712026-05-20T02:31:38.886Z Compiling bstr v1.12.1
17722026-05-20T02:31:38.937Z Compiling csv-core v0.1.13
17732026-05-20T02:31:39.046Z Compiling chrono-tz v0.10.4
17742026-05-20T02:31:39.209Z Compiling same-file v1.0.6
17752026-05-20T02:31:39.285Z Compiling unicode-width v0.1.14
17762026-05-20T02:31:39.387Z Compiling owo-colors v4.3.0
17772026-05-20T02:31:39.387Z Compiling unicode-xid v0.2.6
17782026-05-20T02:31:39.523Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17792026-05-20T02:31:39.568Z Compiling foldhash v0.1.5
17802026-05-20T02:31:39.744Z Compiling highway v1.3.0
17812026-05-20T02:31:39.755Z Compiling cancel-safe-futures v0.1.5
17822026-05-20T02:31:40.018Z Compiling foreign-types-shared v0.1.1
17832026-05-20T02:31:40.115Z Compiling konst_macro_rules v0.2.19
17842026-05-20T02:31:40.137Z Compiling openssl v0.10.80
17852026-05-20T02:31:40.299Z Compiling konst v0.2.20
17862026-05-20T02:31:40.315Z Compiling snafu v0.8.9
17872026-05-20T02:31:40.449Z Compiling foreign-types v0.3.2
17882026-05-20T02:31:40.543Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17892026-05-20T02:31:40.600Z Compiling hashbrown v0.15.5
17902026-05-20T02:31:40.712Z Compiling const_format_proc_macros v0.2.34
17912026-05-20T02:31:41.066Z Compiling walkdir v2.5.0
17922026-05-20T02:31:41.147Z Compiling progenitor-macro v0.14.0
17932026-05-20T02:31:41.219Z Compiling progenitor v0.13.0
17942026-05-20T02:31:41.245Z Compiling globset v0.4.18
17952026-05-20T02:31:41.364Z Compiling csv v1.4.0
17962026-05-20T02:31:41.625Z Compiling qorb v0.4.1
17972026-05-20T02:31:41.628Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17982026-05-20T02:31:41.955Z Compiling olpc-cjson v0.1.4
17992026-05-20T02:31:42.133Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18002026-05-20T02:31:42.582Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18012026-05-20T02:31:43.211Z Compiling rayon v1.12.0
18022026-05-20T02:31:43.680Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18032026-05-20T02:31:43.858Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18042026-05-20T02:31:43.906Z Compiling phf v0.12.1
18052026-05-20T02:31:43.976Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18062026-05-20T02:31:44.060Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18072026-05-20T02:31:44.442Z Compiling zone_cfg_derive v0.3.1
18082026-05-20T02:31:44.980Z Compiling tokio-dtrace v0.1.1
18092026-05-20T02:31:45.053Z Compiling itertools v0.12.1
18102026-05-20T02:31:45.148Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18112026-05-20T02:31:45.252Z Compiling libsw-core v0.3.2
18122026-05-20T02:31:45.267Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18132026-05-20T02:31:45.349Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18142026-05-20T02:31:45.422Z Compiling serde_plain v1.0.2
18152026-05-20T02:31:45.639Z Compiling openssl-macros v0.1.1
18162026-05-20T02:31:45.736Z Compiling pem v3.0.6
18172026-05-20T02:31:45.884Z Compiling cookie v0.18.1
18182026-05-20T02:31:46.126Z Compiling sigpipe v0.1.3
18192026-05-20T02:31:46.151Z Compiling glob v0.3.3
18202026-05-20T02:31:46.213Z Compiling bytecount v0.6.9
18212026-05-20T02:31:46.227Z Compiling jiff v0.2.24
18222026-05-20T02:31:46.308Z Compiling fixedbitset v0.4.2
18232026-05-20T02:31:46.332Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18242026-05-20T02:31:46.355Z Compiling typed-path v0.9.3
18252026-05-20T02:31:46.395Z Compiling fixedbitset v0.5.7
18262026-05-20T02:31:46.550Z Compiling petgraph v0.6.5
18272026-05-20T02:31:46.591Z Compiling progenitor v0.14.0
18282026-05-20T02:31:46.642Z Compiling petgraph v0.8.3
18292026-05-20T02:31:46.728Z Compiling papergrid v0.11.0
18302026-05-20T02:31:47.744Z Compiling tough v0.22.0
18312026-05-20T02:31:48.112Z Compiling zone v0.3.1
18322026-05-20T02:31:48.565Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-05-20T02:31:48.577Z Compiling libsw v3.5.0
18342026-05-20T02:31:48.759Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18352026-05-20T02:31:48.789Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18362026-05-20T02:31:48.940Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18372026-05-20T02:31:48.965Z Compiling oxide-tokio-rt v0.1.6
18382026-05-20T02:31:49.043Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18392026-05-20T02:31:49.286Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18402026-05-20T02:31:50.162Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18412026-05-20T02:31:50.274Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18422026-05-20T02:31:50.409Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18432026-05-20T02:31:50.423Z Compiling const_format v0.2.36
18442026-05-20T02:31:50.782Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18452026-05-20T02:31:51.088Z Compiling tabled_derive v0.7.0
18462026-05-20T02:31:51.165Z Compiling gethostname v0.5.0
18472026-05-20T02:31:51.235Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18482026-05-20T02:31:51.322Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18492026-05-20T02:31:51.333Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18502026-05-20T02:31:51.374Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18512026-05-20T02:31:51.395Z Compiling smf v0.2.3
18522026-05-20T02:31:51.445Z Compiling bcs v0.1.6
18532026-05-20T02:31:51.785Z Compiling nom v8.0.0
18542026-05-20T02:31:51.964Z Compiling linear-map v1.2.0
18552026-05-20T02:31:52.015Z Compiling whoami v1.6.1
18562026-05-20T02:31:52.160Z Compiling tagptr v0.2.0
18572026-05-20T02:31:52.179Z Compiling lazy_static v1.5.0
18582026-05-20T02:31:52.288Z Compiling unicode-linebreak v0.1.5
18592026-05-20T02:31:52.319Z Compiling termtree v0.5.1
18602026-05-20T02:31:52.348Z Compiling crunchy v0.2.4
18612026-05-20T02:31:52.401Z Compiling smawk v0.3.2
18622026-05-20T02:31:52.474Z Compiling moka v0.12.15
18632026-05-20T02:31:52.545Z Compiling textwrap v0.16.2
18642026-05-20T02:31:52.545Z Compiling steno v0.4.1
18652026-05-20T02:31:52.682Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18662026-05-20T02:31:53.103Z Compiling tabled v0.15.0
18672026-05-20T02:31:53.296Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18682026-05-20T02:31:54.142Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18692026-05-20T02:31:54.465Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18702026-05-20T02:31:54.971Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18712026-05-20T02:31:55.826Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18722026-05-20T02:31:55.876Z Compiling hickory-proto v0.25.2
18732026-05-20T02:31:55.887Z Compiling tiny-keccak v2.0.2
18742026-05-20T02:31:56.126Z Compiling humantime v2.3.0
18752026-05-20T02:31:56.498Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18762026-05-20T02:31:56.902Z Compiling parking_lot_core v0.8.6
18772026-05-20T02:31:57.224Z Compiling libscf-sys v1.2.0
18782026-05-20T02:31:57.377Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18792026-05-20T02:31:57.388Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18802026-05-20T02:31:57.599Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18812026-05-20T02:31:57.818Z Compiling const-random-macro v0.1.16
18822026-05-20T02:31:57.840Z Compiling hickory-resolver v0.25.2
18832026-05-20T02:31:58.115Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18842026-05-20T02:31:58.240Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18852026-05-20T02:31:58.261Z Compiling smartstring v1.0.1
18862026-05-20T02:31:58.531Z Compiling ahash v0.8.12
18872026-05-20T02:31:58.637Z Compiling parking_lot v0.11.2
18882026-05-20T02:31:58.808Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18892026-05-20T02:31:59.064Z Compiling const-random v0.1.18
18902026-05-20T02:31:59.146Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18912026-05-20T02:31:59.271Z Compiling fxhash v0.2.1
18922026-05-20T02:31:59.386Z Compiling internet-checksum v0.2.1
18932026-05-20T02:31:59.417Z Compiling sled v0.34.7
18942026-05-20T02:31:59.750Z Compiling thin-vec v0.2.18
18952026-05-20T02:31:59.817Z Compiling rhai_codegen v3.1.0
18962026-05-20T02:32:00.060Z Compiling sdd v3.0.10
18972026-05-20T02:32:00.174Z Compiling serial_test_derive v3.4.0
18982026-05-20T02:32:00.404Z Compiling scc v2.4.0
18992026-05-20T02:32:00.765Z Compiling diff v0.1.13
19002026-05-20T02:32:00.941Z Compiling yansi v1.0.1
19012026-05-20T02:32:01.062Z Compiling rhai v1.24.0
19022026-05-20T02:32:01.222Z Compiling pretty_assertions v1.4.1
19032026-05-20T02:32:01.314Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19042026-05-20T02:32:01.512Z Compiling serial_test v3.4.0
19052026-05-20T02:32:03.186Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19062026-05-20T02:32:11.522Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19072026-05-20T02:32:13.194Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19082026-05-20T02:32:14.258Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19092026-05-20T02:32:15.347Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19102026-05-20T02:32:16.150Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19112026-05-20T02:32:17.353Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19122026-05-20T02:32:50.593Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 22s
19132026-05-20T02:32:50.782Z────────────
19142026-05-20T02:32:50.782Z Nextest run ID 7508ea36-1d40-426f-b9a2-e6ad8cfb5909 with nextest profile: default
19152026-05-20T02:32:50.782Z Starting 150 tests across 3 binaries
19162026-05-20T02:32:50.793Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19172026-05-20T02:32:50.793Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19182026-05-20T02:32:50.793Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19192026-05-20T02:32:50.794Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19202026-05-20T02:32:50.794Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19212026-05-20T02:32:50.794Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19222026-05-20T02:32:50.797Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len
19232026-05-20T02:32:50.797Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19242026-05-20T02:32:50.805Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19252026-05-20T02:32:50.811Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19262026-05-20T02:32:50.811Z PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19272026-05-20T02:32:50.811Z PASS [ 0.012s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19282026-05-20T02:32:50.811Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19292026-05-20T02:32:50.811Z PASS [ 0.012s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19302026-05-20T02:32:50.811Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19312026-05-20T02:32:50.811Z PASS [ 0.012s] bgp messages::tests::empty_update_end_of_rib
19322026-05-20T02:32:50.816Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19332026-05-20T02:32:50.816Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19342026-05-20T02:32:50.816Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19352026-05-20T02:32:50.820Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
19362026-05-20T02:32:50.821Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_large
19372026-05-20T02:32:50.821Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19382026-05-20T02:32:50.821Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19392026-05-20T02:32:50.821Z PASS [ 0.013s] bgp messages::tests::ipv4_unicast_dual_encoding
19402026-05-20T02:32:50.827Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19412026-05-20T02:32:50.827Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19422026-05-20T02:32:50.827Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19432026-05-20T02:32:50.832Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19442026-05-20T02:32:50.832Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19452026-05-20T02:32:50.832Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19462026-05-20T02:32:50.832Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19472026-05-20T02:32:50.832Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19482026-05-20T02:32:50.837Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19492026-05-20T02:32:50.837Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19502026-05-20T02:32:50.837Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19512026-05-20T02:32:50.837Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19522026-05-20T02:32:50.837Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19532026-05-20T02:32:50.837Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19542026-05-20T02:32:50.837Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19552026-05-20T02:32:50.843Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19562026-05-20T02:32:50.848Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19572026-05-20T02:32:50.848Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19582026-05-20T02:32:50.855Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19592026-05-20T02:32:50.855Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19602026-05-20T02:32:50.855Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19612026-05-20T02:32:50.855Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19622026-05-20T02:32:50.855Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19632026-05-20T02:32:50.855Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19642026-05-20T02:32:50.860Z PASS [ 0.011s] bgp messages::tests::mp_bgp_attributes_encoded_first
19652026-05-20T02:32:50.860Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19662026-05-20T02:32:50.860Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19672026-05-20T02:32:50.860Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19682026-05-20T02:32:50.860Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_round_trip
19692026-05-20T02:32:50.860Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19702026-05-20T02:32:50.860Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19712026-05-20T02:32:50.866Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19722026-05-20T02:32:50.872Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19732026-05-20T02:32:50.873Z PASS [ 0.012s] bgp messages::tests::notification_round_trip
19742026-05-20T02:32:50.873Z PASS [ 0.012s] bgp messages::tests::prefix_within
19752026-05-20T02:32:50.873Z PASS [ 0.012s] bgp messages::tests::prefix_conversion
19762026-05-20T02:32:50.873Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_round_trip
19772026-05-20T02:32:50.880Z PASS [ 0.013s] bgp messages::tests::open_round_trip
19782026-05-20T02:32:50.880Z PASS [ 0.013s] bgp messages::tests::open_round_trip_extended_nexthop
19792026-05-20T02:32:50.880Z PASS [ 0.013s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19802026-05-20T02:32:50.884Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19812026-05-20T02:32:50.884Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19822026-05-20T02:32:50.889Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19832026-05-20T02:32:50.889Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19842026-05-20T02:32:50.889Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19852026-05-20T02:32:50.889Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19862026-05-20T02:32:50.889Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19872026-05-20T02:32:50.889Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19882026-05-20T02:32:50.893Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19892026-05-20T02:32:50.897Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19902026-05-20T02:32:50.897Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19912026-05-20T02:32:50.897Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19922026-05-20T02:32:50.897Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19932026-05-20T02:32:50.897Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19942026-05-20T02:32:50.897Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19952026-05-20T02:32:50.897Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19962026-05-20T02:32:50.902Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19972026-05-20T02:32:50.906Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19982026-05-20T02:32:50.906Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19992026-05-20T02:32:50.906Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20002026-05-20T02:32:50.919Z PASS [ 0.024s] bgp policy::test::open_add_4byte_as
20012026-05-20T02:32:50.922Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20022026-05-20T02:32:50.922Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20032026-05-20T02:32:50.922Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
20042026-05-20T02:32:50.922Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20052026-05-20T02:32:50.922Z PASS [ 0.027s] bgp policy::test::open_require_4byte_as
20062026-05-20T02:32:50.925Z PASS [ 0.022s] bgp policy::test::update_shape_community
20072026-05-20T02:32:50.934Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20082026-05-20T02:32:50.937Z PASS [ 0.032s] bgp proptest::prop_encode_decode_semantic_equivalence
20092026-05-20T02:32:50.937Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20102026-05-20T02:32:50.938Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20112026-05-20T02:32:50.938Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20122026-05-20T02:32:50.941Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20132026-05-20T02:32:50.941Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20142026-05-20T02:32:50.941Z PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20152026-05-20T02:32:50.950Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20162026-05-20T02:32:50.956Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20172026-05-20T02:32:50.956Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20182026-05-20T02:32:50.956Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20192026-05-20T02:32:50.965Z PASS [ 0.019s] bgp proptest::prop_update_mp_unreach_roundtrip
20202026-05-20T02:32:50.965Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20212026-05-20T02:32:50.965Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20222026-05-20T02:32:50.965Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20232026-05-20T02:32:50.965Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20242026-05-20T02:32:50.969Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20252026-05-20T02:32:50.969Z PASS [ 0.031s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20262026-05-20T02:32:50.969Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20272026-05-20T02:32:50.969Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20282026-05-20T02:32:50.969Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20292026-05-20T02:32:50.969Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20302026-05-20T02:32:50.969Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20312026-05-20T02:32:50.973Z PASS [ 0.033s] bgp proptest::prop_update_mp_reach_roundtrip
20322026-05-20T02:32:50.976Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20332026-05-20T02:32:50.976Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20342026-05-20T02:32:50.976Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20352026-05-20T02:32:50.976Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20362026-05-20T02:32:50.976Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20372026-05-20T02:32:54.038Z PASS [ 3.070s] bgp test::test_basic_peering_active
20382026-05-20T02:32:54.043Z PASS [ 3.068s] bgp test::test_basic_update_ipv6
20392026-05-20T02:32:54.046Z PASS [ 3.069s] bgp test::test_basic_update
20402026-05-20T02:32:54.060Z PASS [ 3.086s] bgp test::test_basic_peering_passive_tcp
20412026-05-20T02:32:54.060Z PASS [ 3.092s] bgp test::test_basic_peering_active_tcp
20422026-05-20T02:32:54.060Z PASS [ 3.085s] bgp test::test_basic_update_ipv6_tcp
20432026-05-20T02:32:54.064Z PASS [ 3.085s] bgp test::test_basic_update_tcp
20442026-05-20T02:32:55.038Z PASS [ 4.068s] bgp test::test_basic_peering_passive
20452026-05-20T02:32:57.133Z PASS [ 3.072s] bgp test::test_ipv6_basic_peering_passive
20462026-05-20T02:32:57.136Z PASS [ 3.073s] bgp test::test_ipv6_basic_peering_active
20472026-05-20T02:32:58.115Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20482026-05-20T02:32:58.123Z PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv4_peer_success
20492026-05-20T02:32:58.126Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv6_peer_success
20502026-05-20T02:32:58.126Z PASS [ 4.080s] bgp test::test_import_export_policy_filtering
20512026-05-20T02:32:58.144Z PASS [ 4.083s] bgp test::test_ipv4_routes_ipv6_peer_success
20522026-05-20T02:32:58.144Z PASS [ 4.083s] bgp test::test_ipv6_basic_peering_active_tcp
20532026-05-20T02:32:58.197Z PASS [ 1.063s] bgp test::test_multiple_unnumbered_sessions
20542026-05-20T02:32:59.217Z PASS [ 1.093s] bgp test::test_three_router_chain_tcp_ipv6
20552026-05-20T02:32:59.235Z PASS [ 1.112s] bgp test::test_three_router_chain_tcp
20562026-05-20T02:33:00.188Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20572026-05-20T02:33:00.280Z PASS [ 1.063s] bgp test::test_unnumbered_ndp_change
20582026-05-20T02:33:00.961Z PASS [ 2.845s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20592026-05-20T02:33:01.211Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20602026-05-20T02:33:01.215Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
20612026-05-20T02:33:03.209Z PASS [ 5.065s] bgp test::test_unnumbered_dualstack_route_exchange
20622026-05-20T02:33:05.250Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20632026-05-20T02:33:08.301Z PASS [ 9.065s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20642026-05-20T02:33:09.343Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20652026-05-20T02:33:16.264Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20662026-05-20T02:33:16.264Z────────────
20672026-05-20T02:33:16.264Z Summary [ 25.478s] 150 tests run: 150 passed, 0 skipped
20682026-05-20T02:33:16.278Z+ 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/
20692026-05-20T02:33:16.284Z+ popd
20702026-05-20T02:33:16.284Z+ pushd mgd
20712026-05-20T02:33:16.284Z/work/oxidecomputer/maghemite
20722026-05-20T02:33:16.284Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20732026-05-20T02:33:16.284Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20742026-05-20T02:33:17.498Z Compiling slog v2.8.2
20752026-05-20T02:33:17.606Z Compiling usdt v0.6.0
20762026-05-20T02:33:17.695Z Compiling typify-impl v0.4.3
20772026-05-20T02:33:17.713Z Compiling proc-macro-error-attr2 v2.0.0
20782026-05-20T02:33:17.733Z Compiling papergrid v0.17.0
20792026-05-20T02:33:17.882Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
20802026-05-20T02:33:17.899Z Compiling testing_table v0.3.0
20812026-05-20T02:33:17.998Z Compiling slog-json v2.6.1
20822026-05-20T02:33:18.063Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20832026-05-20T02:33:18.167Z Compiling slog-term v2.9.2
20842026-05-20T02:33:18.198Z Compiling slog-async v2.8.0
20852026-05-20T02:33:18.386Z Compiling slog-bunyan v2.5.0
20862026-05-20T02:33:18.420Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20872026-05-20T02:33:18.528Z Compiling dropshot v0.17.0
20882026-05-20T02:33:18.677Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20892026-05-20T02:33:19.033Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20902026-05-20T02:33:19.155Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20912026-05-20T02:33:19.508Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20922026-05-20T02:33:19.787Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20932026-05-20T02:33:19.922Z Compiling slog-dtrace v0.3.0
20942026-05-20T02:33:20.253Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20952026-05-20T02:33:20.267Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20962026-05-20T02:33:21.949Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20972026-05-20T02:33:24.015Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20982026-05-20T02:33:24.083Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20992026-05-20T02:33:24.694Z Compiling steno v0.4.1
21002026-05-20T02:33:24.897Z Compiling typify-macro v0.4.3
21012026-05-20T02:33:25.472Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21022026-05-20T02:33:25.598Z Compiling proc-macro-error2 v2.0.1
21032026-05-20T02:33:25.888Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21042026-05-20T02:33:26.084Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21052026-05-20T02:33:26.288Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21062026-05-20T02:33:26.357Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21072026-05-20T02:33:27.024Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21082026-05-20T02:33:27.332Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21092026-05-20T02:33:28.065Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21102026-05-20T02:33:28.291Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21112026-05-20T02:33:28.397Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21122026-05-20T02:33:28.612Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21132026-05-20T02:33:28.835Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21142026-05-20T02:33:29.220Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21152026-05-20T02:33:29.353Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21162026-05-20T02:33:29.595Z Compiling typify v0.4.3
21172026-05-20T02:33:29.701Z Compiling progenitor-impl v0.11.2
21182026-05-20T02:33:30.227Z Compiling tabled_derive v0.11.0
21192026-05-20T02:33:30.243Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21202026-05-20T02:33:31.383Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21212026-05-20T02:33:31.436Z Compiling tabled v0.20.0
21222026-05-20T02:33:31.674Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21232026-05-20T02:33:31.867Z Compiling progenitor-client v0.11.2
21242026-05-20T02:33:32.076Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21252026-05-20T02:33:32.147Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21262026-05-20T02:33:32.168Z Compiling crc8 v0.1.1
21272026-05-20T02:33:32.294Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21282026-05-20T02:33:33.157Z Compiling dropshot-api-manager-types v0.7.1
21292026-05-20T02:33:33.456Z Compiling progenitor-macro v0.11.2
21302026-05-20T02:33:33.550Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21312026-05-20T02:33:34.644Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21322026-05-20T02:33:34.671Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21332026-05-20T02:33:35.818Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21342026-05-20T02:33:36.111Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21352026-05-20T02:33:36.825Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21362026-05-20T02:33:37.938Z Compiling progenitor v0.11.2
21372026-05-20T02:33:38.044Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21382026-05-20T02:33:39.800Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21392026-05-20T02:33:39.972Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21402026-05-20T02:33:44.565Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21412026-05-20T02:33:52.277Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21422026-05-20T02:33:53.958Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21432026-05-20T02:33:55.014Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21442026-05-20T02:33:56.152Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21452026-05-20T02:33:56.950Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21462026-05-20T02:33:58.119Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21472026-05-20T02:33:58.120Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21482026-05-20T02:33:58.123Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21492026-05-20T02:34:03.636Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21502026-05-20T02:34:33.207Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
21512026-05-20T02:34:33.376Z────────────
21522026-05-20T02:34:33.376Z Nextest run ID 67b237ba-c278-4182-a4b2-58d831919061 with nextest profile: default
21532026-05-20T02:34:33.376Z Starting 32 tests across 3 binaries
21542026-05-20T02:34:33.386Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21552026-05-20T02:34:33.386Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21562026-05-20T02:34:33.400Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21572026-05-20T02:34:33.418Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21582026-05-20T02:34:33.432Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21592026-05-20T02:34:33.461Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21602026-05-20T02:34:33.461Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21612026-05-20T02:34:33.461Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21622026-05-20T02:34:33.461Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21632026-05-20T02:34:33.461Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21642026-05-20T02:34:33.464Z PASS [ 0.065s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21652026-05-20T02:34:33.465Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21662026-05-20T02:34:33.465Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21672026-05-20T02:34:33.465Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21682026-05-20T02:34:33.465Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21692026-05-20T02:34:33.465Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21702026-05-20T02:34:33.465Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21712026-05-20T02:34:33.465Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21722026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21732026-05-20T02:34:33.465Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21742026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21752026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21762026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21772026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21782026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21792026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21802026-05-20T02:34:33.465Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21812026-05-20T02:34:33.465Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21822026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21832026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21842026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21852026-05-20T02:34:33.465Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21862026-05-20T02:34:33.465Z────────────
21872026-05-20T02:34:33.465Z Summary [ 0.089s] 32 tests run: 32 passed, 0 skipped
21882026-05-20T02:34:33.489Z+ cp apply_remove_entire_group.log /work/
21892026-05-20T02:34:33.494Z+ popd
21902026-05-20T02:34:33.494Z/work/oxidecomputer/maghemite
21912026-05-20T02:34:33.494Zprocess exited: duration 426403 ms, exit code 0
 
21922026-05-20T02:34:33.519Zfound 66 output files
21932026-05-20T02:34:33.519Zuploading: /work/apply_remove_entire_group.log (19209 bytes)
21942026-05-20T02:34:34.545Zuploaded: /work/apply_remove_entire_group.log
21952026-05-20T02:34:34.545Zuploading: /work/dualstack_routes.log (119951 bytes)
21962026-05-20T02:34:35.565Zuploaded: /work/dualstack_routes.log
21972026-05-20T02:34:35.565Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2372 bytes)
21982026-05-20T02:34:38.083Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21992026-05-20T02:34:38.083Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1396 bytes)
22002026-05-20T02:34:39.108Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22012026-05-20T02:34:39.108Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2513 bytes)
22022026-05-20T02:34:40.116Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22032026-05-20T02:34:40.116Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2266 bytes)
22042026-05-20T02:34:41.124Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22052026-05-20T02:34:41.124Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2237 bytes)
22062026-05-20T02:34:42.133Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22072026-05-20T02:34:42.134Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2269 bytes)
22082026-05-20T02:34:43.142Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22092026-05-20T02:34:43.142Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3089 bytes)
22102026-05-20T02:34:44.151Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22112026-05-20T02:34:44.151Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2272 bytes)
22122026-05-20T02:34:45.159Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22132026-05-20T02:34:45.159Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2173 bytes)
22142026-05-20T02:34:46.166Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22152026-05-20T02:34:46.166Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2388 bytes)
22162026-05-20T02:34:47.174Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22172026-05-20T02:34:47.174Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2263 bytes)
22182026-05-20T02:34:48.183Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22192026-05-20T02:34:48.183Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2445 bytes)
22202026-05-20T02:34:49.191Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22212026-05-20T02:34:49.191Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4869 bytes)
22222026-05-20T02:34:50.200Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22232026-05-20T02:34:50.203Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3530 bytes)
22242026-05-20T02:34:51.210Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22252026-05-20T02:34:51.210Zuploading: /work/multiple_unnumbered.log (139449 bytes)
22262026-05-20T02:34:52.221Zuploaded: /work/multiple_unnumbered.log
22272026-05-20T02:34:52.221Zuploading: /work/ndp_change_reset.log (70534 bytes)
22282026-05-20T02:34:53.232Zuploaded: /work/ndp_change_reset.log
22292026-05-20T02:34:53.232Zuploading: /work/ndp_changes.log (88511 bytes)
22302026-05-20T02:34:54.241Zuploaded: /work/ndp_changes.log
22312026-05-20T02:34:54.242Zuploading: /work/r1.test_basic_peering_active.log (38251 bytes)
22322026-05-20T02:34:55.252Zuploaded: /work/r1.test_basic_peering_active.log
22332026-05-20T02:34:55.252Zuploading: /work/r1.test_basic_peering_active_tcp.log (45517 bytes)
22342026-05-20T02:34:56.262Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22352026-05-20T02:34:56.262Zuploading: /work/r1.test_basic_peering_passive.log (33842 bytes)
22362026-05-20T02:34:57.271Zuploaded: /work/r1.test_basic_peering_passive.log
22372026-05-20T02:34:57.271Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39681 bytes)
22382026-05-20T02:34:58.281Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22392026-05-20T02:34:58.281Zuploading: /work/r1.test_basic_update.log (47395 bytes)
22402026-05-20T02:34:59.291Zuploaded: /work/r1.test_basic_update.log
22412026-05-20T02:34:59.291Zuploading: /work/r1.test_basic_update_ipv6.log (28471 bytes)
22422026-05-20T02:35:00.300Zuploaded: /work/r1.test_basic_update_ipv6.log
22432026-05-20T02:35:00.300Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30985 bytes)
22442026-05-20T02:35:01.309Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22452026-05-20T02:35:01.310Zuploading: /work/r1.test_basic_update_tcp.log (31329 bytes)
22462026-05-20T02:35:02.320Zuploaded: /work/r1.test_basic_update_tcp.log
22472026-05-20T02:35:02.320Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (47703 bytes)
22482026-05-20T02:35:03.330Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22492026-05-20T02:35:03.330Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43994 bytes)
22502026-05-20T02:35:04.341Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22512026-05-20T02:35:04.341Zuploading: /work/r1.test_import_export_policy_filtering.log (40195 bytes)
22522026-05-20T02:35:05.352Zuploaded: /work/r1.test_import_export_policy_filtering.log
22532026-05-20T02:35:05.352Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (34792 bytes)
22542026-05-20T02:35:06.362Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22552026-05-20T02:35:06.362Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40359 bytes)
22562026-05-20T02:35:07.373Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22572026-05-20T02:35:07.373Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49710 bytes)
22582026-05-20T02:35:08.385Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22592026-05-20T02:35:08.385Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33913 bytes)
22602026-05-20T02:35:09.395Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22612026-05-20T02:35:09.395Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39616 bytes)
22622026-05-20T02:35:10.407Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22632026-05-20T02:35:10.407Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35586 bytes)
22642026-05-20T02:35:11.421Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22652026-05-20T02:35:11.421Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29942 bytes)
22662026-05-20T02:35:12.456Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22672026-05-20T02:35:12.456Zuploading: /work/r1.test_three_router_chain_tcp.log (22156 bytes)
22682026-05-20T02:35:13.476Zuploaded: /work/r1.test_three_router_chain_tcp.log
22692026-05-20T02:35:13.477Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (21850 bytes)
22702026-05-20T02:35:14.515Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22712026-05-20T02:35:14.515Zuploading: /work/r2.test_basic_peering_active.log (39029 bytes)
22722026-05-20T02:35:15.543Zuploaded: /work/r2.test_basic_peering_active.log
22732026-05-20T02:35:15.543Zuploading: /work/r2.test_basic_peering_active_tcp.log (44386 bytes)
22742026-05-20T02:35:16.570Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22752026-05-20T02:35:16.570Zuploading: /work/r2.test_basic_peering_passive.log (43641 bytes)
22762026-05-20T02:35:17.604Zuploaded: /work/r2.test_basic_peering_passive.log
22772026-05-20T02:35:17.605Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46019 bytes)
22782026-05-20T02:35:18.647Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22792026-05-20T02:35:18.648Zuploading: /work/r2.test_basic_update.log (40375 bytes)
22802026-05-20T02:35:19.695Zuploaded: /work/r2.test_basic_update.log
22812026-05-20T02:35:19.695Zuploading: /work/r2.test_basic_update_ipv6.log (29097 bytes)
22822026-05-20T02:35:20.719Zuploaded: /work/r2.test_basic_update_ipv6.log
22832026-05-20T02:35:20.719Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32794 bytes)
22842026-05-20T02:35:21.742Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22852026-05-20T02:35:21.742Zuploading: /work/r2.test_basic_update_tcp.log (32795 bytes)
22862026-05-20T02:35:22.762Zuploaded: /work/r2.test_basic_update_tcp.log
22872026-05-20T02:35:22.762Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43614 bytes)
22882026-05-20T02:35:23.777Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22892026-05-20T02:35:23.777Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43824 bytes)
22902026-05-20T02:35:24.789Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22912026-05-20T02:35:24.790Zuploading: /work/r2.test_import_export_policy_filtering.log (36560 bytes)
22922026-05-20T02:35:25.813Zuploaded: /work/r2.test_import_export_policy_filtering.log
22932026-05-20T02:35:25.813Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38298 bytes)
22942026-05-20T02:35:26.831Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22952026-05-20T02:35:26.831Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38929 bytes)
22962026-05-20T02:35:27.943Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22972026-05-20T02:35:27.943Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47674 bytes)
22982026-05-20T02:35:28.973Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22992026-05-20T02:35:28.973Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41519 bytes)
23002026-05-20T02:35:30.006Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23012026-05-20T02:35:30.006Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46707 bytes)
23022026-05-20T02:35:31.022Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23032026-05-20T02:35:31.022Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38170 bytes)
23042026-05-20T02:35:32.041Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23052026-05-20T02:35:32.041Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28067 bytes)
23062026-05-20T02:35:33.063Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23072026-05-20T02:35:33.063Zuploading: /work/r2.test_three_router_chain_tcp.log (50092 bytes)
23082026-05-20T02:35:34.083Zuploaded: /work/r2.test_three_router_chain_tcp.log
23092026-05-20T02:35:34.083Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44999 bytes)
23102026-05-20T02:35:35.105Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23112026-05-20T02:35:35.105Zuploading: /work/r3.test_three_router_chain_tcp.log (25774 bytes)
23122026-05-20T02:35:36.128Zuploaded: /work/r3.test_three_router_chain_tcp.log
23132026-05-20T02:35:36.128Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (24132 bytes)
23142026-05-20T02:35:40.115Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23152026-05-20T02:35:40.115Zuploading: /work/same_linklocal.log (158155 bytes)
23162026-05-20T02:35:41.154Zuploaded: /work/same_linklocal.log
23172026-05-20T02:35:41.154Zuploading: /work/three_chain.log (132526 bytes)
23182026-05-20T02:35:42.169Zuploaded: /work/three_chain.log
23192026-05-20T02:35:42.169Zuploading: /work/unnumbered_expiry.log (88875 bytes)
23202026-05-20T02:35:43.184Zuploaded: /work/unnumbered_expiry.log
23212026-05-20T02:35:43.184Zuploading: /work/unnumbered_interface_lifecycle.log (128946 bytes)
23222026-05-20T02:35:44.198Zuploaded: /work/unnumbered_interface_lifecycle.log
23232026-05-20T02:35:44.198Zuploading: /work/unnumbered_peer_change.log (79872 bytes)
23242026-05-20T02:35:45.209Zuploaded: /work/unnumbered_peer_change.log