01KRPVXE7STAVMK6FP69KTMD8D: 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: 01KRPVXX48PN6CKB3SCD9EPHR7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T22:26:46.541Zjob assigned to worker 01KRPVYBH8KRPK89X0VPZ1KA5K [factory aws, i-0b1d8dcc0b7f73614] (queued for 56 s)
 
22026-05-15T22:26:53.280Zstarting task 0: "setup"
32026-05-15T22:26:53.316Z++ uname -s
42026-05-15T22:26:53.316Z+ kern=SunOS
52026-05-15T22:26:53.316Z+ build_user=build
62026-05-15T22:26:53.316Z+ build_uid=12345
72026-05-15T22:26:53.317Z+ work_dir=/work
82026-05-15T22:26:53.317Z+ input_dir=/input
92026-05-15T22:26:53.317Z+ [[ 0 == 12345 ]]
102026-05-15T22:26:53.317Z+ case "$kern" in
112026-05-15T22:26:53.317Z+ groupadd -g 12345 build
122026-05-15T22:26:53.317Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T22:26:55.292Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T22:26:55.401Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T22:26:55.403Z+ home_fs=zfs
162026-05-15T22:26:55.403Z+ [[ zfs == autofs ]]
172026-05-15T22:26:55.403Z+ mkdir -p /home/build
182026-05-15T22:26:55.403Z+ chown build:build /home/build /work
192026-05-15T22:26:57.405Z+ chmod 0700 /home/build /work
202026-05-15T22:26:57.408Zprocess exited: duration 4127 ms, exit code 0
 
212026-05-15T22:26:57.414Zstarting task 1: "rust-toolchain"
222026-05-15T22:26:57.417Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-15T22:26:57.417Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-15T22:26:57.417Z * rust toolchain channel = "stable"
252026-05-15T22:26:57.418Z * rust toolchain profile = "default"
262026-05-15T22:26:57.418Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T22:26:57.418Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T22:26:57.421Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T22:26:57.421Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-15T22:26:57.539Zinfo: downloading installer
312026-05-15T22:26:58.992Zwarn: It looks like you have an existing installation of Rust at:
322026-05-15T22:26:58.992Zwarn: /opt/ooce/bin
332026-05-15T22:26:58.993Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-15T22:26:58.993Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-15T22:26:58.993Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-15T22:26:58.993Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-15T22:26:58.993Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-15T22:26:58.993Zerror: cannot install while Rust is installed
392026-05-15T22:26:58.993Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-15T22:26:58.993Zwarn: It looks like you have an existing rustup settings file at:
412026-05-15T22:26:58.993Zwarn: /home/build/.rustup/settings.toml
422026-05-15T22:26:58.993Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-15T22:26:58.993Zwarn: instead of the one inferred from the default host triple.
442026-05-15T22:26:59.021Zinfo: profile set to default
452026-05-15T22:26:59.021Zinfo: default host triple is x86_64-unknown-illumos
462026-05-15T22:26:59.024Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-15T22:26:59.160Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-15T22:26:59.164Zinfo: downloading 6 components
492026-05-15T22:27:13.348Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-15T22:27:13.348Z
512026-05-15T22:27:13.388Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-15T22:27:13.388Z
532026-05-15T22:27:13.388Z
542026-05-15T22:27:13.388ZRust is installed now. Great!
552026-05-15T22:27:13.388Z
562026-05-15T22:27:13.388ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-15T22:27:13.388Zenvironment variable. This has not been done automatically.
582026-05-15T22:27:13.388Z
592026-05-15T22:27:13.388ZTo configure your current shell, you need to source
602026-05-15T22:27:13.388Zthe corresponding env file under $HOME/.cargo.
612026-05-15T22:27:13.388Z
622026-05-15T22:27:13.388ZThis is usually done by running one of the following (note the leading DOT):
632026-05-15T22:27:13.388Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-15T22:27:13.388Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-15T22:27:13.388Zsource "~/.cargo/env.nu" # For nushell
662026-05-15T22:27:13.388Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-15T22:27:13.388Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-15T22:27:13.388Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-15T22:27:13.391Zwarn: no default linker (`cc`) was found in your PATH
702026-05-15T22:27:13.391Zwarn: many Rust crates require a system C toolchain to build
712026-05-15T22:27:13.475Z+ rustup --version
722026-05-15T22:27:13.484Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-15T22:27:13.486Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-15T22:27:13.505Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-15T22:27:13.508Z+ cargo --version
762026-05-15T22:27:13.522Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-15T22:27:13.524Z+ rustc --version
782026-05-15T22:27:13.544Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-15T22:27:13.547Zprocess exited: duration 16132 ms, exit code 0
 
802026-05-15T22:27:13.552Zstarting task 2: "authentication"
812026-05-15T22:27:13.569Zprocess exited: duration 16 ms, exit code 0
 
822026-05-15T22:27:13.575Zstarting task 3: "clone repository"
832026-05-15T22:27:13.578Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-15T22:27:13.580Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-15T22:27:13.620ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-15T22:27:14.555Z+ cd /work/oxidecomputer/maghemite
872026-05-15T22:27:14.555Z+ git fetch origin 0c9a04c19f1a83ccce2d95b2863b3fce511012d8
882026-05-15T22:27:14.799ZFrom https://github.com/oxidecomputer/maghemite
892026-05-15T22:27:14.799Z * branch 0c9a04c19f1a83ccce2d95b2863b3fce511012d8 -> FETCH_HEAD
902026-05-15T22:27:14.803Z+ [[ -n trey/rfd_619_wrapup ]]
912026-05-15T22:27:14.807Z++ git branch --show-current
922026-05-15T22:27:14.807Z+ current=main
932026-05-15T22:27:14.807Z+ [[ main != trey/rfd_619_wrapup ]]
942026-05-15T22:27:14.807Z+ git branch -f trey/rfd_619_wrapup 0c9a04c19f1a83ccce2d95b2863b3fce511012d8
952026-05-15T22:27:14.810Z+ git checkout -f trey/rfd_619_wrapup
962026-05-15T22:27:14.828ZSwitched to branch 'trey/rfd_619_wrapup'
972026-05-15T22:27:14.830Z+ git reset --hard 0c9a04c19f1a83ccce2d95b2863b3fce511012d8
982026-05-15T22:27:14.846ZHEAD is now at 0c9a04c mg-api-types: complete strict-RFD-619 alignment
992026-05-15T22:27:14.848Zprocess exited: duration 1271 ms, exit code 0
 
1002026-05-15T22:27:14.854Zstarting task 4: "build"
1012026-05-15T22:27:14.858Z+ set -e
1022026-05-15T22:27:14.858Z+ source .github/buildomat/test-common.sh
1032026-05-15T22:27:14.858Z++ NEXTEST_VERSION=0.9.97
1042026-05-15T22:27:14.858Z++ PLATFORM=illumos
1052026-05-15T22:27:14.861Z++ banner install
1062026-05-15T22:27:14.861Z
1072026-05-15T22:27:14.861Z # # # #### ##### ## # #
1082026-05-15T22:27:14.861Z # ## # # # # # # #
1092026-05-15T22:27:14.861Z # # # # #### # # # # #
1102026-05-15T22:27:14.861Z # # # # # # ###### # #
1112026-05-15T22:27:14.861Z # # ## # # # # # # #
1122026-05-15T22:27:14.861Z # # # #### # # # ###### ######
1132026-05-15T22:27:14.861Z
1142026-05-15T22:27:14.861Z++ set +o errexit
1152026-05-15T22:27:14.864Z++ pkg info clang-15
1162026-05-15T22:27:14.864Z++ grep -qi installed
1172026-05-15T22:27:16.025Zpkg: info: no packages matching the following patterns you specified are
1182026-05-15T22:27:16.025Zinstalled on the system. Try querying remotely instead:
1192026-05-15T22:27:16.026Z
1202026-05-15T22:27:16.026Z clang-15
1212026-05-15T22:27:16.129Z++ [[ 1 != 0 ]]
1222026-05-15T22:27:16.129Z++ set -o errexit
1232026-05-15T22:27:16.129Z++ pfexec pkg install clang-15
1242026-05-15T22:27:22.639Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-15T22:27:30.435Z Startup: Caching catalogs ... Done
1262026-05-15T22:27:37.786ZPlanning: Solver setup ... Done
1272026-05-15T22:27:37.828ZPlanning: Running solver ... Done
1282026-05-15T22:27:37.971ZPlanning: Finding local manifests ... Done
1292026-05-15T22:27:37.995ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-15T22:27:39.312ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-15T22:27:39.343ZPlanning: Package planning ... Done
1322026-05-15T22:27:39.369ZPlanning: Merging actions ... Done
1332026-05-15T22:27:39.475ZPlanning: Checking for conflicting actions ... Done
1342026-05-15T22:27:39.482ZPlanning: Consolidating action changes ... Done
1352026-05-15T22:27:40.197ZPlanning: Evaluating mediators ... Done
1362026-05-15T22:27:40.203ZPlanning: Planning completed in 9.60 seconds
1372026-05-15T22:27:40.214Z Packages to install: 2
1382026-05-15T22:27:40.214Z Mediators to change: 2
1392026-05-15T22:27:40.218Z Services to change: 1
1402026-05-15T22:27:40.218Z Create boot environment: No
1412026-05-15T22:27:40.218ZCreate backup boot environment: No
1422026-05-15T22:27:40.257Z
1432026-05-15T22:27:40.257ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-15T22:27:45.304ZDownload: 969/3076 items 82.1/211.3MB 38% complete (17.0M/s)
1452026-05-15T22:27:50.328ZDownload: 1092/3076 items 114.6/211.3MB 54% complete (11.6M/s)
1462026-05-15T22:27:56.171ZDownload: 2003/3076 items 117.0/211.3MB 55% complete (9.6M/s)
1472026-05-15T22:28:01.432ZDownload: 2004/3076 items 117.0/211.3MB 55% complete (9.3M/s)
1482026-05-15T22:28:14.429ZDownload: 2007/3076 items 117.0/211.3MB 55% complete
1492026-05-15T22:28:17.339ZDownload: Completed 211.31 MB in 37.08 seconds (5.7M/s)
1502026-05-15T22:28:17.969Z Actions: 1/3418 actions (Installing new actions)
1512026-05-15T22:28:21.142Z Actions: Completed 3418 actions in 3.17 seconds.
1522026-05-15T22:28:21.791Z Done
1532026-05-15T22:28:21.791Z Done
1542026-05-15T22:28:22.542Z Done
1552026-05-15T22:28:25.935Z Done
1562026-05-15T22:28:26.006Z Done
1572026-05-15T22:28:26.011Z Done
1582026-05-15T22:28:26.266Z Done
1592026-05-15T22:28:26.960Z++ set -o errexit
1602026-05-15T22:28:26.960Z++ cargo --version
1612026-05-15T22:28:26.964Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1622026-05-15T22:28:27.109Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1632026-05-15T22:28:27.112Zinfo: downloading 6 components
1642026-05-15T22:28:41.695Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1652026-05-15T22:28:41.697Z++ rustc --version
1662026-05-15T22:28:41.724Zrustc 1.95.0 (59807616e 2026-04-14)
1672026-05-15T22:28:41.728Z++ cargo install cargo-nextest --version 0.9.97
1682026-05-15T22:28:41.772Z Updating crates.io index
1692026-05-15T22:28:41.879Z Downloading crates ...
1702026-05-15T22:28:41.932Z Downloaded cargo-nextest v0.9.97
1712026-05-15T22:28:41.992Z Installing cargo-nextest v0.9.97
1722026-05-15T22:28:42.035Z Updating crates.io index
1732026-05-15T22:28:44.476Z Locking 404 packages to latest compatible versions
1742026-05-15T22:28:44.481Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-05-15T22:28:44.486Z Adding duct v0.13.7 (available: v1.1.1)
1762026-05-15T22:28:44.486Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-05-15T22:28:44.486Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-05-15T22:28:44.490Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-05-15T22:28:44.490Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1802026-05-15T22:28:44.490Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-05-15T22:28:44.493Z Adding nextest-runner v0.80.0 (available: v0.116.0)
1822026-05-15T22:28:44.493Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-05-15T22:28:44.511Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-05-15T22:28:44.524Z Downloading crates ...
1852026-05-15T22:28:44.596Z Downloaded anstream v1.0.0
1862026-05-15T22:28:44.602Z Downloaded adler2 v2.0.1
1872026-05-15T22:28:44.609Z Downloaded cfg_aliases v0.2.1
1882026-05-15T22:28:44.613Z Downloaded foreign-types-shared v0.1.1
1892026-05-15T22:28:44.613Z Downloaded form_urlencoded v1.2.2
1902026-05-15T22:28:44.615Z Downloaded heck v0.5.0
1912026-05-15T22:28:44.616Z Downloaded idna_adapter v1.0.0
1922026-05-15T22:28:44.616Z Downloaded home v0.5.12
1932026-05-15T22:28:44.619Z Downloaded find-msvc-tools v0.1.9
1942026-05-15T22:28:44.621Z Downloaded indenter v0.3.4
1952026-05-15T22:28:44.622Z Downloaded hyper-tls v0.6.0
1962026-05-15T22:28:44.626Z Downloaded cargo_metadata v0.23.1
1972026-05-15T22:28:44.626Z Downloaded hyper-rustls v0.27.9
1982026-05-15T22:28:44.628Z Downloaded indent_write v2.2.0
1992026-05-15T22:28:44.628Z Downloaded humantime-serde v1.1.1
2002026-05-15T22:28:44.631Z Downloaded crypto-common v0.1.7
2012026-05-15T22:28:44.631Z Downloaded futures-core v0.3.32
2022026-05-15T22:28:44.634Z Downloaded anstyle-query v1.1.5
2032026-05-15T22:28:44.634Z Downloaded cargo-platform v0.2.0
2042026-05-15T22:28:44.637Z Downloaded percent-encoding v2.3.2
2052026-05-15T22:28:44.637Z Downloaded pathdiff v0.2.3
2062026-05-15T22:28:44.640Z Downloaded iana-time-zone v0.1.65
2072026-05-15T22:28:44.643Z Downloaded rustc-hash v2.1.2
2082026-05-15T22:28:44.646Z Downloaded os_pipe v1.2.3
2092026-05-15T22:28:44.648Z Downloaded lru-slab v0.1.2
2102026-05-15T22:28:44.648Z Downloaded hashbrown v0.15.5
2112026-05-15T22:28:44.651Z Downloaded guppy-workspace-hack v0.1.0
2122026-05-15T22:28:44.654Z Downloaded http-body v1.0.1
2132026-05-15T22:28:44.658Z Downloaded color-spantrace v0.3.0
2142026-05-15T22:28:44.661Z Downloaded openssl-probe v0.2.1
2152026-05-15T22:28:44.666Z Downloaded mukti-metadata v0.3.0
2162026-05-15T22:28:44.669Z Downloaded nextest-metadata v0.12.2
2172026-05-15T22:28:44.669Z Downloaded fixedbitset v0.5.7
2182026-05-15T22:28:44.672Z Downloaded indicatif v0.17.11
2192026-05-15T22:28:44.675Z Downloaded rand_core v0.6.4
2202026-05-15T22:28:44.675Z Downloaded debug-ignore v1.0.5
2212026-05-15T22:28:44.679Z Downloaded quinn-udp v0.5.14
2222026-05-15T22:28:44.679Z Downloaded newtype-uuid v1.3.2
2232026-05-15T22:28:44.682Z Downloaded jobserver v0.1.34
2242026-05-15T22:28:44.682Z Downloaded ordered-float v2.10.1
2252026-05-15T22:28:44.682Z Downloaded number_prefix v0.4.0
2262026-05-15T22:28:44.685Z Downloaded getrandom v0.2.17
2272026-05-15T22:28:44.685Z Downloaded futures-executor v0.3.32
2282026-05-15T22:28:44.688Z Downloaded rustc_version v0.4.1
2292026-05-15T22:28:44.688Z Downloaded cargo-platform v0.3.3
2302026-05-15T22:28:44.691Z Downloaded async-scoped v0.9.0
2312026-05-15T22:28:44.691Z Downloaded foldhash v0.1.5
2322026-05-15T22:28:44.695Z Downloaded filetime v0.2.29
2332026-05-15T22:28:44.695Z Downloaded lazy_static v1.5.0
2342026-05-15T22:28:44.695Z Downloaded pkg-config v0.3.33
2352026-05-15T22:28:44.700Z Downloaded generic-array v0.14.7
2362026-05-15T22:28:44.700Z Downloaded cc v1.2.62
2372026-05-15T22:28:44.704Z Downloaded pkcs8 v0.10.2
2382026-05-15T22:28:44.704Z Downloaded equivalent v1.0.2
2392026-05-15T22:28:44.704Z Downloaded atomicwrites v0.4.4
2402026-05-15T22:28:44.704Z Downloaded http-body-util v0.1.3
2412026-05-15T22:28:44.708Z Downloaded enable-ansi-support v0.2.1
2422026-05-15T22:28:44.708Z Downloaded cpufeatures v0.2.17
2432026-05-15T22:28:44.709Z Downloaded atomic-waker v1.1.2
2442026-05-15T22:28:44.709Z Downloaded cargo_metadata v0.20.0
2452026-05-15T22:28:44.711Z Downloaded futures-macro v0.3.32
2462026-05-15T22:28:44.711Z Downloaded clap_lex v1.1.0
2472026-05-15T22:28:44.711Z Downloaded is_ci v1.2.0
2482026-05-15T22:28:44.711Z Downloaded block-buffer v0.10.4
2492026-05-15T22:28:44.715Z Downloaded backtrace-ext v0.2.1
2502026-05-15T22:28:44.716Z Downloaded nested v0.1.1
2512026-05-15T22:28:44.716Z Downloaded futures-io v0.3.32
2522026-05-15T22:28:44.719Z Downloaded itoa v1.0.18
2532026-05-15T22:28:44.719Z Downloaded openssl-macros v0.1.1
2542026-05-15T22:28:44.719Z Downloaded scopeguard v1.2.0
2552026-05-15T22:28:44.719Z Downloaded nextest-workspace-hack v0.1.0
2562026-05-15T22:28:44.719Z Downloaded futures-sink v0.3.32
2572026-05-15T22:28:44.722Z Downloaded cfg-if v1.0.4
2582026-05-15T22:28:44.722Z Downloaded is_terminal_polyfill v1.70.2
2592026-05-15T22:28:44.722Z Downloaded futures-task v0.3.32
2602026-05-15T22:28:44.725Z Downloaded foreign-types v0.3.2
2612026-05-15T22:28:44.725Z Downloaded addr2line v0.25.1
2622026-05-15T22:28:44.725Z Downloaded errno v0.3.14
2632026-05-15T22:28:44.728Z Downloaded semver v1.0.28
2642026-05-15T22:28:44.728Z Downloaded erased-serde v0.4.10
2652026-05-15T22:28:44.731Z Downloaded fnv v1.0.7
2662026-05-15T22:28:44.731Z Downloaded either v1.15.0
2672026-05-15T22:28:44.735Z Downloaded duct v0.13.7
2682026-05-15T22:28:44.735Z Downloaded clap_derive v4.6.1
2692026-05-15T22:28:44.738Z Downloaded ahash v0.8.12
2702026-05-15T22:28:44.738Z Downloaded serde_ignored v0.1.14
2712026-05-15T22:28:44.740Z Downloaded serde_spanned v0.6.9
2722026-05-15T22:28:44.743Z Downloaded shell-words v1.1.1
2732026-05-15T22:28:44.746Z Downloaded cargo-util-schemas v0.2.0
2742026-05-15T22:28:44.746Z Downloaded sigchld v0.2.4
2752026-05-15T22:28:44.746Z Downloaded bitflags v2.11.1
2762026-05-15T22:28:44.750Z Downloaded signal-hook-mio v0.2.5
2772026-05-15T22:28:44.750Z Downloaded serde_urlencoded v0.7.1
2782026-05-15T22:28:44.753Z Downloaded sync_wrapper v1.0.2
2792026-05-15T22:28:44.753Z Downloaded supports-unicode v3.0.0
2802026-05-15T22:28:44.753Z Downloaded supports-color v3.0.2
2812026-05-15T22:28:44.753Z Downloaded strip-ansi-escapes v0.2.1
2822026-05-15T22:28:44.756Z Downloaded shared_child v1.1.1
2832026-05-15T22:28:44.756Z Downloaded http v1.4.0
2842026-05-15T22:28:44.759Z Downloaded serde_spanned v1.1.1
2852026-05-15T22:28:44.759Z Downloaded ppv-lite86 v0.2.21
2862026-05-15T22:28:44.761Z Downloaded self-replace v1.5.0
2872026-05-15T22:28:44.762Z Downloaded digest v0.10.7
2882026-05-15T22:28:44.765Z Downloaded anstyle v1.0.14
2892026-05-15T22:28:44.765Z Downloaded fastrand v2.4.1
2902026-05-15T22:28:44.769Z Downloaded future-queue v0.4.0
2912026-05-15T22:28:44.769Z Downloaded document-features v0.2.12
2922026-05-15T22:28:44.769Z Downloaded pin-project-internal v1.1.13
2932026-05-15T22:28:44.772Z Downloaded ed25519 v2.2.3
2942026-05-15T22:28:44.772Z Downloaded convert_case v0.10.0
2952026-05-15T22:28:44.772Z Downloaded dialoguer v0.11.0
2962026-05-15T22:28:44.775Z Downloaded camino-tempfile v1.4.1
2972026-05-15T22:28:44.775Z Downloaded colorchoice v1.0.5
2982026-05-15T22:28:44.775Z Downloaded miette-derive v7.6.0
2992026-05-15T22:28:44.779Z Downloaded supports-hyperlinks v3.2.0
3002026-05-15T22:28:44.779Z Downloaded strsim v0.11.1
3012026-05-15T22:28:44.779Z Downloaded hex v0.4.3
3022026-05-15T22:28:44.779Z Downloaded curve25519-dalek-derive v0.1.1
3032026-05-15T22:28:44.783Z Downloaded native-tls v0.2.18
3042026-05-15T22:28:44.783Z Downloaded base64ct v1.8.3
3052026-05-15T22:28:44.783Z Downloaded pin-project v1.1.13
3062026-05-15T22:28:44.789Z Downloaded terminal_size v0.4.4
3072026-05-15T22:28:44.791Z Downloaded rustc-demangle v0.1.27
3082026-05-15T22:28:44.791Z Downloaded rand_core v0.9.5
3092026-05-15T22:28:44.791Z Downloaded swrite v0.1.0
3102026-05-15T22:28:44.794Z Downloaded pin-project-lite v0.2.17
3112026-05-15T22:28:44.797Z Downloaded futures v0.3.32
3122026-05-15T22:28:44.799Z Downloaded serde-value v0.7.0
3132026-05-15T22:28:44.799Z Downloaded owo-colors v4.3.0
3142026-05-15T22:28:44.802Z Downloaded num-traits v0.2.19
3152026-05-15T22:28:44.802Z Downloaded serde-untagged v0.1.9
3162026-05-15T22:28:44.805Z Downloaded humantime v2.3.0
3172026-05-15T22:28:44.805Z Downloaded nextest-filtering v0.15.0
3182026-05-15T22:28:44.805Z Downloaded tokio-macros v2.7.0
3192026-05-15T22:28:44.808Z Downloaded tinyvec_macros v0.1.1
3202026-05-15T22:28:44.808Z Downloaded derive-where v1.6.1
3212026-05-15T22:28:44.808Z Downloaded smol_str v0.3.6
3222026-05-15T22:28:44.811Z Downloaded shlex v1.3.0
3232026-05-15T22:28:44.811Z Downloaded autocfg v1.5.0
3242026-05-15T22:28:44.814Z Downloaded toml_datetime v0.6.11
3252026-05-15T22:28:44.814Z Downloaded ipnet v2.12.0
3262026-05-15T22:28:44.814Z Downloaded toml_write v0.1.2
3272026-05-15T22:28:44.817Z Downloaded typeid v1.0.3
3282026-05-15T22:28:44.817Z Downloaded try-lock v0.2.5
3292026-05-15T22:28:44.819Z Downloaded sha2 v0.10.9
3302026-05-15T22:28:44.822Z Downloaded tower-service v0.3.3
3312026-05-15T22:28:44.822Z Downloaded serde_path_to_error v0.1.20
3322026-05-15T22:28:44.826Z Downloaded signature v2.2.0
3332026-05-15T22:28:44.826Z Downloaded spki v0.7.3
3342026-05-15T22:28:44.829Z Downloaded tower-layer v0.3.3
3352026-05-15T22:28:44.829Z Downloaded indexmap v2.14.0
3362026-05-15T22:28:44.832Z Downloaded httparse v1.10.1
3372026-05-15T22:28:44.832Z Downloaded slab v0.4.12
3382026-05-15T22:28:44.832Z Downloaded cfg-expr v0.20.7
3392026-05-15T22:28:44.836Z Downloaded simd-adler32 v0.3.9
3402026-05-15T22:28:44.836Z Downloaded crc32fast v1.5.0
3412026-05-15T22:28:44.840Z Downloaded futures-channel v0.3.32
3422026-05-15T22:28:44.840Z Downloaded camino v1.2.2
3432026-05-15T22:28:44.840Z Downloaded tracing-error v0.2.1
3442026-05-15T22:28:44.842Z Downloaded signal-hook-registry v1.4.8
3452026-05-15T22:28:44.842Z Downloaded rustls-pki-types v1.14.1
3462026-05-15T22:28:44.842Z Downloaded anstyle-parse v1.0.0
3472026-05-15T22:28:44.847Z Downloaded quote v1.0.45
3482026-05-15T22:28:44.847Z Downloaded console v0.15.11
3492026-05-15T22:28:44.850Z Downloaded subtle v2.6.1
3502026-05-15T22:28:44.850Z Downloaded thiserror v1.0.69
3512026-05-15T22:28:44.853Z Downloaded unicode-xid v0.2.6
3522026-05-15T22:28:44.853Z Downloaded untrusted v0.9.0
3532026-05-15T22:28:44.853Z Downloaded unicode-linebreak v0.1.5
3542026-05-15T22:28:44.857Z Downloaded static_assertions v1.1.0
3552026-05-15T22:28:44.857Z Downloaded quick-junit v0.5.2
3562026-05-15T22:28:44.857Z Downloaded thiserror-impl v2.0.18
3572026-05-15T22:28:44.857Z Downloaded thiserror-impl v1.0.69
3582026-05-15T22:28:44.862Z Downloaded thiserror v2.0.18
3592026-05-15T22:28:44.865Z Downloaded target-spec-miette v0.4.6
3602026-05-15T22:28:44.865Z Downloaded want v0.3.1
3612026-05-15T22:28:44.865Z Downloaded version_check v0.9.5
3622026-05-15T22:28:44.868Z Downloaded target-lexicon v0.13.3
3632026-05-15T22:28:44.868Z Downloaded rand_chacha v0.9.0
3642026-05-15T22:28:44.868Z Downloaded once_cell v1.21.4
3652026-05-15T22:28:44.871Z Downloaded utf8parse v0.2.2
3662026-05-15T22:28:44.871Z Downloaded urlencoding v2.1.3
3672026-05-15T22:28:44.871Z Downloaded globset v0.4.18
3682026-05-15T22:28:44.874Z Downloaded thread_local v1.1.9
3692026-05-15T22:28:44.874Z Downloaded tokio-native-tls v0.3.1
3702026-05-15T22:28:44.876Z Downloaded xattr v1.6.1
3712026-05-15T22:28:44.876Z Downloaded openssl-sys v0.9.115
3722026-05-15T22:28:44.879Z Downloaded self_update v0.42.0
3732026-05-15T22:28:44.882Z Downloaded parking_lot_core v0.9.12
3742026-05-15T22:28:44.887Z Downloaded unicase v2.9.0
3752026-05-15T22:28:44.891Z Downloaded lock_api v0.4.14
3762026-05-15T22:28:44.891Z Downloaded tracing-log v0.2.0
3772026-05-15T22:28:44.891Z Downloaded litrs v1.0.0
3782026-05-15T22:28:44.895Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3792026-05-15T22:28:44.899Z Downloaded getrandom v0.3.4
3802026-05-15T22:28:44.899Z Downloaded toml_writer v1.1.1+spec-1.1.0
3812026-05-15T22:28:44.902Z Downloaded parking_lot v0.12.5
3822026-05-15T22:28:44.902Z Downloaded const-oid v0.9.6
3832026-05-15T22:28:44.902Z Downloaded eyre v0.6.12
3842026-05-15T22:28:44.905Z Downloaded getrandom v0.4.2
3852026-05-15T22:28:44.908Z Downloaded smallvec v1.15.1
3862026-05-15T22:28:44.911Z Downloaded hyper-util v0.1.20
3872026-05-15T22:28:44.913Z Downloaded utf8_iter v1.0.4
3882026-05-15T22:28:44.913Z Downloaded clap v4.6.1
3892026-05-15T22:28:44.918Z Downloaded target-spec v3.6.0
3902026-05-15T22:28:44.922Z Downloaded xxhash-rust v0.8.15
3912026-05-15T22:28:44.922Z Downloaded ryu v1.0.23
3922026-05-15T22:28:44.926Z Downloaded zstd-safe v7.2.4
3932026-05-15T22:28:44.926Z Downloaded zeroize v1.8.2
3942026-05-15T22:28:44.926Z Downloaded tokio-stream v0.1.18
3952026-05-15T22:28:44.929Z Downloaded serde_derive v1.0.228
3962026-05-15T22:28:44.930Z Downloaded serde_core v1.0.228
3972026-05-15T22:28:44.932Z Downloaded zipsign-api v0.1.5
3982026-05-15T22:28:44.932Z Downloaded tokio-rustls v0.26.4
3992026-05-15T22:28:44.935Z Downloaded quinn v0.11.9
4002026-05-15T22:28:44.937Z Downloaded miniz_oxide v0.8.9
4012026-05-15T22:28:44.937Z Downloaded zmij v1.0.21
4022026-05-15T22:28:44.937Z Downloaded sharded-slab v0.1.7
4032026-05-15T22:28:44.941Z Downloaded toml_parser v1.1.2+spec-1.1.0
4042026-05-15T22:28:44.941Z Downloaded toml v0.8.23
4052026-05-15T22:28:44.944Z Downloaded textwrap v0.16.2
4062026-05-15T22:28:44.944Z Downloaded log v0.4.29
4072026-05-15T22:28:44.946Z Downloaded tracing-attributes v0.1.31
4082026-05-15T22:28:44.946Z Downloaded config v0.15.23
4092026-05-15T22:28:44.951Z Downloaded base64 v0.22.1
4102026-05-15T22:28:44.954Z Downloaded socket2 v0.6.3
4112026-05-15T22:28:44.956Z Downloaded bytes v1.11.1
4122026-05-15T22:28:44.963Z Downloaded guppy v0.17.25
4132026-05-15T22:28:44.967Z Downloaded tinyvec v1.11.0
4142026-05-15T22:28:44.970Z Downloaded zstd v0.13.3
4152026-05-15T22:28:44.973Z Downloaded der v0.7.10
4162026-05-15T22:28:44.973Z Downloaded toml v1.1.2+spec-1.1.0
4172026-05-15T22:28:44.976Z Downloaded signal-hook v0.3.18
4182026-05-15T22:28:44.981Z Downloaded flate2 v1.1.9
4192026-05-15T22:28:44.990Z Downloaded borsh v1.6.1
4202026-05-15T22:28:44.994Z Downloaded vte v0.14.1
4212026-05-15T22:28:44.996Z Downloaded serde v1.0.228
4222026-05-15T22:28:44.999Z Downloaded hyper v1.9.0
4232026-05-15T22:28:45.007Z Downloaded tempfile v3.27.0
4242026-05-15T22:28:45.007Z Downloaded uuid v1.23.1
4252026-05-15T22:28:45.007Z Downloaded toml_edit v0.22.27
4262026-05-15T22:28:45.007Z Downloaded memchr v2.8.0
4272026-05-15T22:28:45.010Z Downloaded unicode-ident v1.0.24
4282026-05-15T22:28:45.013Z Downloaded rustls-webpki v0.103.13
4292026-05-15T22:28:45.013Z Downloaded ed25519-dalek v2.2.0
4302026-05-15T22:28:45.017Z Downloaded proc-macro2 v1.0.106
4312026-05-15T22:28:45.021Z Downloaded idna v1.1.0
4322026-05-15T22:28:45.021Z Downloaded derive_more-impl v2.1.1
4332026-05-15T22:28:45.024Z Downloaded tracing-core v0.1.36
4342026-05-15T22:28:45.024Z Downloaded backtrace v0.3.76
4352026-05-15T22:28:45.028Z Downloaded rand v0.9.4
4362026-05-15T22:28:45.038Z Downloaded tar v0.4.45
4372026-05-15T22:28:45.042Z Downloaded derive_more v2.1.1
4382026-05-15T22:28:45.048Z Downloaded url v2.5.8
4392026-05-15T22:28:45.072Z Downloaded ron v0.12.1
4402026-05-15T22:28:45.079Z Downloaded miette v7.6.0
4412026-05-15T22:28:45.081Z Downloaded hashbrown v0.17.1
4422026-05-15T22:28:45.084Z Downloaded mio v1.2.0
4432026-05-15T22:28:45.087Z Downloaded typenum v1.20.0
4442026-05-15T22:28:45.090Z Downloaded aho-corasick v1.1.4
4452026-05-15T22:28:45.093Z Downloaded tower v0.5.3
4462026-05-15T22:28:45.098Z Downloaded crossterm v0.29.0
4472026-05-15T22:28:45.101Z Downloaded unicode-normalization v0.1.25
4482026-05-15T22:28:45.116Z Downloaded unicode-segmentation v1.13.2
4492026-05-15T22:28:45.119Z Downloaded futures-util v0.3.32
4502026-05-15T22:28:45.123Z Downloaded h2 v0.4.14
4512026-05-15T22:28:45.126Z Downloaded clap_builder v4.6.0
4522026-05-15T22:28:45.131Z Downloaded regex v1.12.3
4532026-05-15T22:28:45.136Z Downloaded tower-http v0.6.10
4542026-05-15T22:28:45.146Z Downloaded tokio-util v0.7.18
4552026-05-15T22:28:45.150Z Downloaded reqwest v0.12.28
4562026-05-15T22:28:45.154Z Downloaded pulldown-cmark v0.13.3
4572026-05-15T22:28:45.157Z Downloaded serde_json v1.0.149
4582026-05-15T22:28:45.164Z Downloaded itertools v0.14.0
4592026-05-15T22:28:45.169Z Downloaded quick-xml v0.37.5
4602026-05-15T22:28:45.181Z Downloaded winnow v0.7.15
4612026-05-15T22:28:45.186Z Downloaded winnow v1.0.3
4622026-05-15T22:28:45.191Z Downloaded portable-atomic v1.13.1
4632026-05-15T22:28:45.197Z Downloaded chrono v0.4.44
4642026-05-15T22:28:45.201Z Downloaded webpki-roots v1.0.7
4652026-05-15T22:28:45.204Z Downloaded vcpkg v0.2.15
4662026-05-15T22:28:45.226Z Downloaded quick-xml v0.38.4
4672026-05-15T22:28:45.230Z Downloaded unicode-width v0.1.14
4682026-05-15T22:28:45.232Z Downloaded gimli v0.32.3
4692026-05-15T22:28:45.237Z Downloaded quinn-proto v0.11.14
4702026-05-15T22:28:45.242Z Downloaded tracing-subscriber v0.3.23
4712026-05-15T22:28:45.248Z Downloaded unicode-width v0.2.2
4722026-05-15T22:28:45.251Z Downloaded syn v2.0.117
4732026-05-15T22:28:45.257Z Downloaded curve25519-dalek v4.1.3
4742026-05-15T22:28:45.264Z Downloaded bstr v1.12.1
4752026-05-15T22:28:45.272Z Downloaded tracing v0.1.44
4762026-05-15T22:28:45.289Z Downloaded nextest-runner v0.80.0
4772026-05-15T22:28:45.296Z Downloaded color-eyre v0.6.5
4782026-05-15T22:28:45.302Z Downloaded openssl v0.10.79
4792026-05-15T22:28:45.307Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4802026-05-15T22:28:45.317Z Downloaded zerocopy v0.8.48
4812026-05-15T22:28:45.328Z Downloaded object v0.37.3
4822026-05-15T22:28:45.336Z Downloaded nix v0.30.1
4832026-05-15T22:28:45.342Z Downloaded regex-syntax v0.8.10
4842026-05-15T22:28:45.350Z Downloaded rustls v0.23.40
4852026-05-15T22:28:45.357Z Downloaded rustix v0.38.44
4862026-05-15T22:28:45.369Z Downloaded rustix v1.1.4
4872026-05-15T22:28:45.439Z Downloaded regex-automata v0.4.14
4882026-05-15T22:28:45.480Z Downloaded petgraph v0.8.3
4892026-05-15T22:28:45.491Z Downloaded libc v0.2.186
4902026-05-15T22:28:45.530Z Downloaded tokio v1.52.3
4912026-05-15T22:28:45.594Z Downloaded recursion v0.5.4
4922026-05-15T22:28:45.599Z Downloaded ring v0.17.14
4932026-05-15T22:28:45.659Z Compiling libc v0.2.186
4942026-05-15T22:28:45.659Z Compiling proc-macro2 v1.0.106
4952026-05-15T22:28:45.659Z Compiling quote v1.0.45
4962026-05-15T22:28:45.662Z Compiling unicode-ident v1.0.24
4972026-05-15T22:28:45.662Z Compiling serde_core v1.0.228
4982026-05-15T22:28:45.662Z Compiling cfg-if v1.0.4
4992026-05-15T22:28:45.662Z Compiling memchr v2.8.0
5002026-05-15T22:28:45.662Z Compiling once_cell v1.21.4
5012026-05-15T22:28:45.914Z Compiling log v0.4.29
5022026-05-15T22:28:45.926Z Compiling pin-project-lite v0.2.17
5032026-05-15T22:28:46.028Z Compiling itoa v1.0.18
5042026-05-15T22:28:46.078Z Compiling serde v1.0.228
5052026-05-15T22:28:46.273Z Compiling futures-core v0.3.32
5062026-05-15T22:28:46.274Z Compiling smallvec v1.15.1
5072026-05-15T22:28:46.442Z Compiling bitflags v2.11.1
5082026-05-15T22:28:46.454Z Compiling hashbrown v0.17.1
5092026-05-15T22:28:46.523Z Compiling shlex v1.3.0
5102026-05-15T22:28:46.707Z Compiling equivalent v1.0.2
5112026-05-15T22:28:46.798Z Compiling errno v0.3.14
5122026-05-15T22:28:46.826Z Compiling find-msvc-tools v0.1.9
5132026-05-15T22:28:46.829Z Compiling bytes v1.11.1
5142026-05-15T22:28:46.966Z Compiling signal-hook-registry v1.4.8
5152026-05-15T22:28:46.966Z Compiling jobserver v0.1.34
5162026-05-15T22:28:47.057Z Compiling mio v1.2.0
5172026-05-15T22:28:47.118Z Compiling syn v2.0.117
5182026-05-15T22:28:47.130Z Compiling rustix v1.1.4
5192026-05-15T22:28:47.185Z Compiling cc v1.2.62
5202026-05-15T22:28:47.283Z Compiling futures-sink v0.3.32
5212026-05-15T22:28:47.399Z Compiling socket2 v0.6.3
5222026-05-15T22:28:47.525Z Compiling slab v0.4.12
5232026-05-15T22:28:47.694Z Compiling zmij v1.0.21
5242026-05-15T22:28:47.727Z Compiling futures-channel v0.3.32
5252026-05-15T22:28:47.752Z Compiling tracing-core v0.1.36
5262026-05-15T22:28:47.977Z Compiling version_check v0.9.5
5272026-05-15T22:28:48.039Z Compiling serde_json v1.0.149
5282026-05-15T22:28:48.260Z Compiling indexmap v2.14.0
5292026-05-15T22:28:48.347Z Compiling getrandom v0.4.2
5302026-05-15T22:28:48.360Z Compiling futures-task v0.3.32
5312026-05-15T22:28:48.496Z Compiling futures-io v0.3.32
5322026-05-15T22:28:48.635Z Compiling percent-encoding v2.3.2
5332026-05-15T22:28:48.666Z Compiling camino v1.2.2
5342026-05-15T22:28:48.702Z Compiling unicode-width v0.2.2
5352026-05-15T22:28:48.922Z Compiling ring v0.17.14
5362026-05-15T22:28:49.023Z Compiling http v1.4.0
5372026-05-15T22:28:49.080Z Compiling zeroize v1.8.2
5382026-05-15T22:28:49.093Z Compiling autocfg v1.5.0
5392026-05-15T22:28:49.119Z Compiling simd-adler32 v0.3.9
5402026-05-15T22:28:49.302Z Compiling adler2 v2.0.1
5412026-05-15T22:28:49.463Z Compiling num-traits v0.2.19
5422026-05-15T22:28:49.476Z Compiling miniz_oxide v0.8.9
5432026-05-15T22:28:49.716Z Compiling getrandom v0.3.4
5442026-05-15T22:28:50.002Z Compiling target-lexicon v0.13.3
5452026-05-15T22:28:50.057Z Compiling object v0.37.3
5462026-05-15T22:28:50.210Z Compiling zerocopy v0.8.48
5472026-05-15T22:28:50.437Z Compiling http-body v1.0.1
5482026-05-15T22:28:50.600Z Compiling rustls-pki-types v1.14.1
5492026-05-15T22:28:50.656Z Compiling form_urlencoded v1.2.2
5502026-05-15T22:28:50.702Z Compiling semver v1.0.28
5512026-05-15T22:28:50.742Z Compiling serde_derive v1.0.228
5522026-05-15T22:28:50.908Z Compiling tokio-macros v2.7.0
5532026-05-15T22:28:50.921Z Compiling futures-macro v0.3.32
5542026-05-15T22:28:51.011Z Compiling tracing-attributes v0.1.31
5552026-05-15T22:28:51.277Z Compiling getrandom v0.2.17
5562026-05-15T22:28:51.356Z Compiling idna_adapter v1.0.0
5572026-05-15T22:28:51.462Z Compiling httparse v1.10.1
5582026-05-15T22:28:51.475Z Compiling utf8_iter v1.0.4
5592026-05-15T22:28:51.478Z Compiling gimli v0.32.3
5602026-05-15T22:28:51.639Z Compiling guppy-workspace-hack v0.1.0
5612026-05-15T22:28:51.653Z Compiling tokio v1.52.3
5622026-05-15T22:28:51.741Z Compiling futures-util v0.3.32
5632026-05-15T22:28:51.815Z Compiling owo-colors v4.3.0
5642026-05-15T22:28:51.871Z Compiling signal-hook v0.3.18
5652026-05-15T22:28:52.092Z Compiling thiserror v2.0.18
5662026-05-15T22:28:52.140Z Compiling untrusted v0.9.0
5672026-05-15T22:28:52.238Z Compiling tracing v0.1.44
5682026-05-15T22:28:52.271Z Compiling fnv v1.0.7
5692026-05-15T22:28:52.508Z Compiling idna v1.1.0
5702026-05-15T22:28:52.579Z Compiling thiserror-impl v2.0.18
5712026-05-15T22:28:53.396Z Compiling addr2line v0.25.1
5722026-05-15T22:28:54.167Z Compiling generic-array v0.14.7
5732026-05-15T22:28:54.196Z Compiling try-lock v0.2.5
5742026-05-15T22:28:54.312Z Compiling target-spec v3.6.0
5752026-05-15T22:28:54.369Z Compiling typeid v1.0.3
5762026-05-15T22:28:54.386Z Compiling thiserror v1.0.69
5772026-05-15T22:28:54.401Z Compiling rustc-demangle v0.1.27
5782026-05-15T22:28:54.599Z Compiling pkg-config v0.3.33
5792026-05-15T22:28:54.661Z Compiling tower-service v0.3.3
5802026-05-15T22:28:54.694Z Compiling fastrand v2.4.1
5812026-05-15T22:28:54.757Z Compiling atomic-waker v1.1.2
5822026-05-15T22:28:54.892Z Compiling rustls v0.23.40
5832026-05-15T22:28:55.025Z Compiling tempfile v3.27.0
5842026-05-15T22:28:55.037Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-05-15T22:28:55.399Z Compiling want v0.3.1
5862026-05-15T22:28:55.414Z Compiling cfg-expr v0.20.7
5872026-05-15T22:28:55.565Z Compiling tokio-util v0.7.18
5882026-05-15T22:28:55.578Z Compiling url v2.5.8
5892026-05-15T22:28:56.382Z Compiling h2 v0.4.14
5902026-05-15T22:28:56.778Z Compiling thiserror-impl v1.0.69
5912026-05-15T22:28:56.922Z Compiling backtrace v0.3.76
5922026-05-15T22:28:57.446Z Compiling terminal_size v0.4.4
5932026-05-15T22:28:57.509Z Compiling aho-corasick v1.1.4
5942026-05-15T22:28:57.620Z Compiling subtle v2.6.1
5952026-05-15T22:28:57.781Z Compiling erased-serde v0.4.10
5962026-05-15T22:28:57.972Z Compiling typenum v1.20.0
5972026-05-15T22:28:58.035Z Compiling winnow v0.7.15
5982026-05-15T22:28:58.087Z Compiling regex-syntax v0.8.10
5992026-05-15T22:28:59.176Z Compiling rustls-webpki v0.103.13
6002026-05-15T22:29:01.712Z Compiling regex-automata v0.4.14
6012026-05-15T22:29:01.762Z Compiling hyper v1.9.0
6022026-05-15T22:29:03.039Z Compiling toml_datetime v0.6.11
6032026-05-15T22:29:03.419Z Compiling serde_spanned v0.6.9
6042026-05-15T22:29:03.583Z Compiling ahash v0.8.12
6052026-05-15T22:29:03.855Z Compiling sync_wrapper v1.0.2
6062026-05-15T22:29:03.971Z Compiling ipnet v2.12.0
6072026-05-15T22:29:04.583Z Compiling lazy_static v1.5.0
6082026-05-15T22:29:04.700Z Compiling foldhash v0.1.5
6092026-05-15T22:29:04.926Z Compiling unicode-linebreak v0.1.5
6102026-05-15T22:29:05.155Z Compiling nextest-workspace-hack v0.1.0
6112026-05-15T22:29:05.205Z Compiling tower-layer v0.3.3
6122026-05-15T22:29:05.250Z Compiling crc32fast v1.5.0
6132026-05-15T22:29:05.385Z Compiling toml_write v0.1.2
6142026-05-15T22:29:05.405Z Compiling unicode-segmentation v1.13.2
6152026-05-15T22:29:05.407Z Compiling portable-atomic v1.13.1
6162026-05-15T22:29:05.496Z Compiling parking_lot_core v0.9.12
6172026-05-15T22:29:05.554Z Compiling either v1.15.0
6182026-05-15T22:29:05.629Z Compiling base64 v0.22.1
6192026-05-15T22:29:05.774Z Compiling is_ci v1.2.0
6202026-05-15T22:29:05.799Z Compiling convert_case v0.10.0
6212026-05-15T22:29:05.814Z Compiling toml_edit v0.22.27
6222026-05-15T22:29:05.917Z Compiling hyper-util v0.1.20
6232026-05-15T22:29:05.938Z Compiling supports-color v3.0.2
6242026-05-15T22:29:06.117Z Compiling tower v0.5.3
6252026-05-15T22:29:06.133Z Compiling textwrap v0.16.2
6262026-05-15T22:29:06.171Z Compiling hashbrown v0.15.5
6272026-05-15T22:29:06.696Z Compiling sharded-slab v0.1.7
6282026-05-15T22:29:06.831Z Compiling tokio-rustls v0.26.4
6292026-05-15T22:29:07.297Z Compiling backtrace-ext v0.2.1
6302026-05-15T22:29:07.540Z Compiling ordered-float v2.10.1
6312026-05-15T22:29:07.559Z Compiling webpki-roots v1.0.7
6322026-05-15T22:29:07.677Z Compiling miette-derive v7.6.0
6332026-05-15T22:29:07.711Z Compiling pathdiff v0.2.3
6342026-05-15T22:29:07.815Z Compiling console v0.15.11
6352026-05-15T22:29:07.839Z Compiling tracing-log v0.2.0
6362026-05-15T22:29:08.199Z Compiling cargo-platform v0.3.3
6372026-05-15T22:29:08.554Z Compiling os_pipe v1.2.3
6382026-05-15T22:29:08.729Z Compiling thread_local v1.1.9
6392026-05-15T22:29:08.763Z Compiling rustix v0.38.44
6402026-05-15T22:29:08.809Z Compiling ryu v1.0.23
6412026-05-15T22:29:09.079Z Compiling supports-hyperlinks v3.2.0
6422026-05-15T22:29:09.098Z Compiling fixedbitset v0.5.7
6432026-05-15T22:29:09.114Z Compiling cfg_aliases v0.2.1
6442026-05-15T22:29:09.131Z Compiling supports-unicode v3.0.0
6452026-05-15T22:29:09.187Z Compiling zstd-safe v7.2.4
6462026-05-15T22:29:09.297Z Compiling winnow v1.0.3
6472026-05-15T22:29:09.300Z Compiling unicode-width v0.1.14
6482026-05-15T22:29:09.441Z Compiling scopeguard v1.2.0
6492026-05-15T22:29:09.551Z Compiling utf8parse v0.2.2
6502026-05-15T22:29:09.598Z Compiling pulldown-cmark v0.13.3
6512026-05-15T22:29:09.664Z Compiling debug-ignore v1.0.5
6522026-05-15T22:29:09.778Z Compiling anstyle-parse v1.0.0
6532026-05-15T22:29:09.851Z Compiling miette v7.6.0
6542026-05-15T22:29:10.003Z Compiling lock_api v0.4.14
6552026-05-15T22:29:10.016Z Compiling petgraph v0.8.3
6562026-05-15T22:29:10.253Z Compiling nix v0.30.1
6572026-05-15T22:29:10.651Z Compiling toml_parser v1.1.2+spec-1.1.0
6582026-05-15T22:29:10.843Z Compiling serde_urlencoded v0.7.1
6592026-05-15T22:29:11.130Z Compiling tracing-subscriber v0.3.23
6602026-05-15T22:29:11.963Z Compiling sigchld v0.2.4
6612026-05-15T22:29:11.976Z Compiling cargo_metadata v0.23.1
6622026-05-15T22:29:12.170Z Compiling serde-value v0.7.0
6632026-05-15T22:29:12.907Z Compiling hyper-rustls v0.27.9
6642026-05-15T22:29:12.973Z Compiling serde-untagged v0.1.9
6652026-05-15T22:29:13.350Z Compiling toml v0.8.23
6662026-05-15T22:29:13.857Z Compiling tower-http v0.6.10
6672026-05-15T22:29:14.316Z Compiling derive_more-impl v2.1.1
6682026-05-15T22:29:14.943Z Compiling itertools v0.14.0
6692026-05-15T22:29:15.143Z Compiling regex v1.12.3
6702026-05-15T22:29:15.156Z Compiling block-buffer v0.10.4
6712026-05-15T22:29:15.268Z Compiling crypto-common v0.1.7
6722026-05-15T22:29:15.302Z Compiling ppv-lite86 v0.2.21
6732026-05-15T22:29:15.403Z Compiling rand_core v0.9.5
6742026-05-15T22:29:15.634Z Compiling futures-executor v0.3.32
6752026-05-15T22:29:15.653Z Compiling pin-project-internal v1.1.13
6762026-05-15T22:29:16.163Z Compiling http-body-util v0.1.3
6772026-05-15T22:29:16.229Z Compiling uuid v1.23.1
6782026-05-15T22:29:16.428Z Compiling smol_str v0.3.6
6792026-05-15T22:29:16.441Z Compiling serde_spanned v1.1.1
6802026-05-15T22:29:16.582Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-05-15T22:29:16.595Z Compiling filetime v0.2.29
6822026-05-15T22:29:16.706Z Compiling bstr v1.12.1
6832026-05-15T22:29:16.763Z Compiling vte v0.14.1
6842026-05-15T22:29:16.763Z Compiling eyre v0.6.12
6852026-05-15T22:29:16.986Z Compiling anstyle v1.0.14
6862026-05-15T22:29:16.989Z Compiling xattr v1.6.1
6872026-05-15T22:29:17.013Z Compiling is_terminal_polyfill v1.70.2
6882026-05-15T22:29:17.096Z Compiling number_prefix v0.4.0
6892026-05-15T22:29:17.109Z Compiling static_assertions v1.1.0
6902026-05-15T22:29:17.180Z Compiling self_update v0.42.0
6912026-05-15T22:29:17.195Z Compiling litrs v1.0.0
6922026-05-15T22:29:17.210Z Compiling colorchoice v1.0.5
6932026-05-15T22:29:17.247Z Compiling color-spantrace v0.3.0
6942026-05-15T22:29:17.319Z Compiling anstyle-query v1.1.5
6952026-05-15T22:29:17.389Z Compiling iana-time-zone v0.1.65
6962026-05-15T22:29:17.425Z Compiling unicode-xid v0.2.6
6972026-05-15T22:29:17.428Z Compiling nested v0.1.1
6982026-05-15T22:29:17.568Z Compiling unicase v2.9.0
6992026-05-15T22:29:17.581Z Compiling tinyvec_macros v0.1.1
7002026-05-15T22:29:17.636Z Compiling document-features v0.2.12
7012026-05-15T22:29:17.648Z Compiling tinyvec v1.11.0
7022026-05-15T22:29:17.664Z Compiling guppy v0.17.25
7032026-05-15T22:29:17.785Z Compiling cargo-util-schemas v0.2.0
7042026-05-15T22:29:17.815Z Compiling chrono v0.4.44
7052026-05-15T22:29:18.114Z Compiling anstream v1.0.0
7062026-05-15T22:29:18.239Z Compiling indicatif v0.17.11
7072026-05-15T22:29:18.624Z Compiling tar v0.4.45
7082026-05-15T22:29:18.895Z Compiling globset v0.4.18
7092026-05-15T22:29:19.614Z Compiling strip-ansi-escapes v0.2.1
7102026-05-15T22:29:20.116Z Compiling toml v1.1.2+spec-1.1.0
7112026-05-15T22:29:20.195Z Compiling pin-project v1.1.13
7122026-05-15T22:29:20.303Z Compiling nextest-metadata v0.12.2
7132026-05-15T22:29:21.106Z Compiling newtype-uuid v1.3.2
7142026-05-15T22:29:21.168Z Compiling reqwest v0.12.28
7152026-05-15T22:29:21.292Z Compiling futures v0.3.32
7162026-05-15T22:29:21.343Z Compiling rand_chacha v0.9.0
7172026-05-15T22:29:21.379Z Compiling digest v0.10.7
7182026-05-15T22:29:21.621Z Compiling derive_more v2.1.1
7192026-05-15T22:29:21.706Z Compiling parking_lot v0.12.5
7202026-05-15T22:29:21.903Z Compiling flate2 v1.1.9
7212026-05-15T22:29:22.159Z Compiling shared_child v1.1.1
7222026-05-15T22:29:22.442Z Compiling tracing-error v0.2.1
7232026-05-15T22:29:22.673Z Compiling signal-hook-mio v0.2.5
7242026-05-15T22:29:22.809Z Compiling self-replace v1.5.0
7252026-05-15T22:29:22.961Z Compiling cargo-platform v0.2.0
7262026-05-15T22:29:23.103Z Compiling quick-xml v0.37.5
7272026-05-15T22:29:23.326Z Compiling quick-xml v0.38.4
7282026-05-15T22:29:23.528Z Compiling strsim v0.11.1
7292026-05-15T22:29:23.984Z Compiling recursion v0.5.4
7302026-05-15T22:29:24.125Z Compiling urlencoding v2.1.3
7312026-05-15T22:29:24.348Z Compiling shell-words v1.1.1
7322026-05-15T22:29:24.367Z Compiling cpufeatures v0.2.17
7332026-05-15T22:29:24.445Z Compiling humantime v2.3.0
7342026-05-15T22:29:24.651Z Compiling clap_lex v1.1.0
7352026-05-15T22:29:24.857Z Compiling indenter v0.3.4
7362026-05-15T22:29:24.870Z Compiling heck v0.5.0
7372026-05-15T22:29:24.986Z Compiling clap_builder v4.6.0
7382026-05-15T22:29:25.005Z Compiling humantime-serde v1.1.1
7392026-05-15T22:29:25.066Z Compiling clap_derive v4.6.1
7402026-05-15T22:29:25.163Z Compiling sha2 v0.10.9
7412026-05-15T22:29:25.506Z Compiling nextest-filtering v0.15.0
7422026-05-15T22:29:26.427Z Compiling quick-junit v0.5.2
7432026-05-15T22:29:26.842Z Compiling cargo_metadata v0.20.0
7442026-05-15T22:29:29.428Z Compiling atomicwrites v0.4.4
7452026-05-15T22:29:29.554Z Compiling cargo-nextest v0.9.97
7462026-05-15T22:29:29.722Z Compiling crossterm v0.29.0
7472026-05-15T22:29:31.167Z Compiling duct v0.13.7
7482026-05-15T22:29:31.475Z Compiling rand v0.9.4
7492026-05-15T22:29:31.961Z Compiling async-scoped v0.9.0
7502026-05-15T22:29:31.989Z Compiling config v0.15.23
7512026-05-15T22:29:32.155Z Compiling zstd v0.13.3
7522026-05-15T22:29:32.174Z Compiling unicode-normalization v0.1.25
7532026-05-15T22:29:32.227Z Compiling target-spec-miette v0.4.6
7542026-05-15T22:29:32.587Z Compiling future-queue v0.4.0
7552026-05-15T22:29:32.650Z Compiling mukti-metadata v0.3.0
7562026-05-15T22:29:32.754Z Compiling tokio-stream v0.1.18
7572026-05-15T22:29:32.880Z Compiling camino-tempfile v1.4.1
7582026-05-15T22:29:32.893Z Compiling derive-where v1.6.1
7592026-05-15T22:29:32.977Z Compiling serde_ignored v0.1.14
7602026-05-15T22:29:33.148Z Compiling serde_path_to_error v0.1.20
7612026-05-15T22:29:33.203Z Compiling xxhash-rust v0.8.15
7622026-05-15T22:29:33.279Z Compiling swrite v0.1.0
7632026-05-15T22:29:33.386Z Compiling hex v0.4.3
7642026-05-15T22:29:33.399Z Compiling home v0.5.12
7652026-05-15T22:29:33.432Z Compiling indent_write v2.2.0
7662026-05-15T22:29:33.563Z Compiling color-eyre v0.6.5
7672026-05-15T22:29:33.602Z Compiling clap v4.6.1
7682026-05-15T22:29:33.615Z Compiling dialoguer v0.11.0
7692026-05-15T22:29:33.679Z Compiling enable-ansi-support v0.2.1
7702026-05-15T22:29:34.134Z Compiling nextest-runner v0.80.0
7712026-05-15T22:29:52.276Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-05-15T22:29:52.467Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-05-15T22:29:52.470Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-05-15T22:29:52.590Z+ pushd bgp
7752026-05-15T22:29:52.593Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-05-15T22:29:52.593Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7772026-05-15T22:29:52.748Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-05-15T22:29:53.334ZFrom https://github.com/oxidecomputer/falcon
7792026-05-15T22:29:53.334Z * [new ref] b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6 -> refs/commit/b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6
7802026-05-15T22:29:53.412Z Updating crates.io index
7812026-05-15T22:29:53.416Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-05-15T22:29:54.116ZFrom https://github.com/oxidecomputer/dendrite
7832026-05-15T22:29:54.116Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-05-15T22:29:54.182Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-05-15T22:29:54.443ZFrom https://github.com/oxidecomputer/ispf
7862026-05-15T22:29:54.443Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-05-15T22:29:54.498Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-05-15T22:29:54.846ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-05-15T22:29:54.846Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7902026-05-15T22:29:54.852Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-05-15T22:30:01.865ZFrom https://github.com/oxidecomputer/omicron
7922026-05-15T22:30:01.865Z * [new ref] e3edc166d225599702b8444c6bfb406bad583d4b -> refs/commit/e3edc166d225599702b8444c6bfb406bad583d4b
7932026-05-15T22:30:02.283Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-05-15T22:30:03.016ZFrom https://github.com/oxidecomputer/opte
7952026-05-15T22:30:03.017Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7962026-05-15T22:30:03.047Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-05-15T22:30:03.353ZFrom https://github.com/illumos/smf-rs
7982026-05-15T22:30:03.353Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-05-15T22:30:03.525Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-05-15T22:30:03.803ZFrom https://github.com/oxidecomputer/network-interface
8012026-05-15T22:30:03.803Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-05-15T22:30:03.907Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-05-15T22:30:04.226ZFrom https://github.com/oxidecomputer/zone
8042026-05-15T22:30:04.226Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-05-15T22:30:04.256Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-05-15T22:30:05.191ZFrom https://github.com/oxidecomputer/propolis
8072026-05-15T22:30:05.191Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-05-15T22:30:05.327Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-05-15T22:30:05.836ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-05-15T22:30:05.836Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8112026-05-15T22:30:05.942Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-05-15T22:30:06.216ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-05-15T22:30:06.216Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8142026-05-15T22:30:06.221Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-05-15T22:30:06.508ZFrom https://github.com/jmesmon/rust-libzfs
8162026-05-15T22:30:06.508Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-05-15T22:30:06.516Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-05-15T22:30:06.771ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-05-15T22:30:06.772Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-05-15T22:30:06.778Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-05-15T22:30:07.061ZFrom https://github.com/oxidecomputer/lldp
8222026-05-15T22:30:07.061Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8232026-05-15T22:30:07.178Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-05-15T22:30:07.424ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-05-15T22:30:07.424Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-05-15T22:30:07.433Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-05-15T22:30:07.710ZFrom https://github.com/oxidecomputer/tufaceous
8282026-05-15T22:30:07.710Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-05-15T22:30:07.738Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-05-15T22:30:08.158ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-05-15T22:30:08.158Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8322026-05-15T22:30:08.256Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-05-15T22:30:09.065ZFrom https://github.com/oxidecomputer/crucible
8342026-05-15T22:30:09.065Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-05-15T22:30:09.114Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-05-15T22:30:09.382ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-05-15T22:30:09.382Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-05-15T22:30:09.769Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-05-15T22:30:10.082ZFrom https://github.com/oxidecomputer/propolis
8402026-05-15T22:30:10.082Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8412026-05-15T22:30:10.197Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-05-15T22:30:10.519ZFrom https://github.com/oxidecomputer/tofino
8432026-05-15T22:30:10.519Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8442026-05-15T22:30:10.544Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-05-15T22:30:11.174ZFrom https://github.com/oxidecomputer/maghemite
8462026-05-15T22:30:11.174Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8472026-05-15T22:30:11.206Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-05-15T22:30:11.487ZFrom https://github.com/oxidecomputer/clickward
8492026-05-15T22:30:11.487Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-05-15T22:30:11.522Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-05-15T22:30:11.900ZFrom https://github.com/oxidecomputer/crucible
8522026-05-15T22:30:11.900Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8532026-05-15T22:30:12.045Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-05-15T22:30:12.303ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-05-15T22:30:12.303Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-05-15T22:30:13.265Z Downloading crates ...
8572026-05-15T22:30:13.364Z Downloaded async-stream-impl v0.3.6
8582026-05-15T22:30:13.367Z Downloaded async-stream v0.3.6
8592026-05-15T22:30:13.369Z Downloaded async-trait v0.1.89
8602026-05-15T22:30:13.372Z Downloaded aead v0.5.2
8612026-05-15T22:30:13.377Z Downloaded critical-section v1.2.0
8622026-05-15T22:30:13.379Z Downloaded dtrace-parser v0.3.0
8632026-05-15T22:30:13.382Z Downloaded crc8 v0.1.1
8642026-05-15T22:30:13.382Z Downloaded arrayvec v0.7.6
8652026-05-15T22:30:13.385Z Downloaded async-recursion v1.1.1
8662026-05-15T22:30:13.388Z Downloaded arrayref v0.3.9
8672026-05-15T22:30:13.388Z Downloaded cookie v0.18.1
8682026-05-15T22:30:13.390Z Downloaded ciborium-ll v0.2.2
8692026-05-15T22:30:13.394Z Downloaded compression-core v0.4.32
8702026-05-15T22:30:13.394Z Downloaded allocator-api2 v0.2.21
8712026-05-15T22:30:13.397Z Downloaded git-stub v1.0.0
8722026-05-15T22:30:13.397Z Downloaded crunchy v0.2.4
8732026-05-15T22:30:13.400Z Downloaded crossbeam-utils v0.8.21
8742026-05-15T22:30:13.403Z Downloaded hubpack v0.1.2
8752026-05-15T22:30:13.403Z Downloaded crucible-workspace-hack v0.1.0
8762026-05-15T22:30:13.403Z Downloaded hubpack_derive v0.1.1
8772026-05-15T22:30:13.406Z Downloaded heck v0.4.1
8782026-05-15T22:30:13.406Z Downloaded crossbeam-deque v0.8.6
8792026-05-15T22:30:13.408Z Downloaded argon2 v0.5.3
8802026-05-15T22:30:13.411Z Downloaded csv-core v0.1.13
8812026-05-15T22:30:13.414Z Downloaded console v0.16.3
8822026-05-15T22:30:13.414Z Downloaded chacha20 v0.9.1
8832026-05-15T22:30:13.417Z Downloaded float-ord v0.3.2
8842026-05-15T22:30:13.420Z Downloaded match_cfg v0.1.0
8852026-05-15T22:30:13.420Z Downloaded daft v0.1.5
8862026-05-15T22:30:13.423Z Downloaded instant v0.1.13
8872026-05-15T22:30:13.423Z Downloaded macaddr v1.0.1
8882026-05-15T22:30:13.425Z Downloaded libscf-sys v1.2.0
8892026-05-15T22:30:13.428Z Downloaded fxhash v0.2.1
8902026-05-15T22:30:13.428Z Downloaded cmake v0.1.58
8912026-05-15T22:30:13.430Z Downloaded newline-converter v0.3.0
8922026-05-15T22:30:13.430Z Downloaded fixedbitset v0.4.2
8932026-05-15T22:30:13.433Z Downloaded byte-wrapper v0.1.0
8942026-05-15T22:30:13.436Z Downloaded idna_adapter v1.2.2
8952026-05-15T22:30:13.436Z Downloaded hostname v0.3.1
8962026-05-15T22:30:13.439Z Downloaded hash32 v0.3.1
8972026-05-15T22:30:13.442Z Downloaded cpufeatures v0.3.0
8982026-05-15T22:30:13.442Z Downloaded defmt v0.3.100
8992026-05-15T22:30:13.444Z Downloaded cobs v0.3.0
9002026-05-15T22:30:13.445Z Downloaded highway v1.3.0
9012026-05-15T22:30:13.447Z Downloaded const-random-macro v0.1.16
9022026-05-15T22:30:13.447Z Downloaded httpdate v1.0.3
9032026-05-15T22:30:13.450Z Downloaded hostname v0.4.2
9042026-05-15T22:30:13.453Z Downloaded num-iter v0.1.45
9052026-05-15T22:30:13.453Z Downloaded no-std-compat v0.4.1
9062026-05-15T22:30:13.455Z Downloaded mime v0.3.17
9072026-05-15T22:30:13.455Z Downloaded embedded-io v0.6.1
9082026-05-15T22:30:13.458Z Downloaded newtype_derive v0.1.6
9092026-05-15T22:30:13.458Z Downloaded defmt-parser v1.0.0
9102026-05-15T22:30:13.463Z Downloaded const-random v0.1.18
9112026-05-15T22:30:13.463Z Downloaded num-conv v0.2.1
9122026-05-15T22:30:13.466Z Downloaded memmap v0.7.0
9132026-05-15T22:30:13.466Z Downloaded omicron-workspace-hack v0.1.0
9142026-05-15T22:30:13.466Z Downloaded foreign-types-macros v0.2.3
9152026-05-15T22:30:13.466Z Downloaded convert_case v0.4.0
9162026-05-15T22:30:13.469Z Downloaded natord v1.0.9
9172026-05-15T22:30:13.469Z Downloaded inout v0.1.4
9182026-05-15T22:30:13.471Z Downloaded keccak v0.1.6
9192026-05-15T22:30:13.471Z Downloaded num_threads v0.1.7
9202026-05-15T22:30:13.474Z Downloaded num_enum_derive v0.5.11
9212026-05-15T22:30:13.474Z Downloaded is-terminal v0.4.17
9222026-05-15T22:30:13.477Z Downloaded bit-set v0.8.0
9232026-05-15T22:30:13.477Z Downloaded group v0.13.0
9242026-05-15T22:30:13.477Z Downloaded gethostname v0.5.0
9252026-05-15T22:30:13.481Z Downloaded num_enum v0.5.11
9262026-05-15T22:30:13.484Z Downloaded managed v0.8.0
9272026-05-15T22:30:13.484Z Downloaded num-integer v0.1.46
9282026-05-15T22:30:13.487Z Downloaded embedded-io v0.4.0
9292026-05-15T22:30:13.487Z Downloaded linear-map v1.2.0
9302026-05-15T22:30:13.489Z Downloaded git-stub-vcs v0.1.0
9312026-05-15T22:30:13.489Z Downloaded foreign-types-shared v0.3.1
9322026-05-15T22:30:13.492Z Downloaded olpc-cjson v0.1.4
9332026-05-15T22:30:13.492Z Downloaded num-complex v0.4.6
9342026-05-15T22:30:13.495Z Downloaded opaque-debug v0.3.1
9352026-05-15T22:30:13.495Z Downloaded darling v0.21.3
9362026-05-15T22:30:13.498Z Downloaded konst_macro_rules v0.2.19
9372026-05-15T22:30:13.500Z Downloaded backon v1.6.0
9382026-05-15T22:30:13.503Z Downloaded linked-hash-map v0.5.6
9392026-05-15T22:30:13.503Z Downloaded newtype-uuid-macros v0.1.0
9402026-05-15T22:30:13.503Z Downloaded ident_case v1.0.1
9412026-05-15T22:30:13.506Z Downloaded darling_core v0.21.3
9422026-05-15T22:30:13.510Z Downloaded num v0.4.3
9432026-05-15T22:30:13.510Z Downloaded lru-cache v0.1.2
9442026-05-15T22:30:13.513Z Downloaded daft-derive v0.1.5
9452026-05-15T22:30:13.517Z Downloaded proc-macro-crate v1.3.1
9462026-05-15T22:30:13.517Z Downloaded parse-display v0.10.0
9472026-05-15T22:30:13.521Z Downloaded bytecount v0.6.9
9482026-05-15T22:30:13.521Z Downloaded phf_shared v0.12.1
9492026-05-15T22:30:13.521Z Downloaded num_enum v0.7.6
9502026-05-15T22:30:13.524Z Downloaded plain v0.2.3
9512026-05-15T22:30:13.524Z Downloaded ingot-types v0.1.2
9522026-05-15T22:30:13.529Z Downloaded proc-macro-error-attr v1.0.4
9532026-05-15T22:30:13.529Z Downloaded progenitor-client v0.11.2
9542026-05-15T22:30:13.531Z Downloaded proc-macro-crate v3.5.0
9552026-05-15T22:30:13.531Z Downloaded pretty-hex v0.4.2
9562026-05-15T22:30:13.531Z Downloaded progenitor-client v0.10.0
9572026-05-15T22:30:13.534Z Downloaded dropshot-api-manager-types v0.7.1
9582026-05-15T22:30:13.534Z Downloaded progenitor-macro v0.10.0
9592026-05-15T22:30:13.537Z Downloaded dof v0.4.0
9602026-05-15T22:30:13.537Z Downloaded defmt-macros v1.0.1
9612026-05-15T22:30:13.540Z Downloaded bcs v0.1.6
9622026-05-15T22:30:13.540Z Downloaded bitflags v1.3.2
9632026-05-15T22:30:13.542Z Downloaded filetime v0.2.28
9642026-05-15T22:30:13.545Z Downloaded defmt v1.0.1
9652026-05-15T22:30:13.547Z Downloaded const_format_proc_macros v0.2.34
9662026-05-15T22:30:13.550Z Downloaded bs58 v0.5.1
9672026-05-15T22:30:13.553Z Downloaded data-encoding v2.11.0
9682026-05-15T22:30:13.553Z Downloaded deranged v0.5.8
9692026-05-15T22:30:13.556Z Downloaded icu_properties v2.2.0
9702026-05-15T22:30:13.556Z Downloaded drift v0.1.4
9712026-05-15T22:30:13.562Z Downloaded same-file v1.0.6
9722026-05-15T22:30:13.565Z Downloaded progenitor-macro v0.14.0
9732026-05-15T22:30:13.565Z Downloaded fs-err v3.3.0
9742026-05-15T22:30:13.568Z Downloaded rustc_version v0.1.7
9752026-05-15T22:30:13.568Z Downloaded progenitor-client v0.14.0
9762026-05-15T22:30:13.571Z Downloaded progenitor-macro v0.11.2
9772026-05-15T22:30:13.571Z Downloaded ff v0.13.1
9782026-05-15T22:30:13.571Z Downloaded pem v3.0.6
9792026-05-15T22:30:13.574Z Downloaded oxnet v0.1.5
9802026-05-15T22:30:13.574Z Downloaded parse-display-derive v0.10.0
9812026-05-15T22:30:13.577Z Downloaded ref-cast v1.0.25
9822026-05-15T22:30:13.577Z Downloaded parking_lot_core v0.8.6
9832026-05-15T22:30:13.580Z Downloaded derive-ex v0.1.8
9842026-05-15T22:30:13.582Z Downloaded pin-project-internal v1.1.12
9852026-05-15T22:30:13.583Z Downloaded phf v0.12.1
9862026-05-15T22:30:13.583Z Downloaded oxide-tokio-rt v0.1.5
9872026-05-15T22:30:13.586Z Downloaded num-derive v0.4.2
9882026-05-15T22:30:13.590Z Downloaded poly1305 v0.8.0
9892026-05-15T22:30:13.590Z Downloaded rand_xorshift v0.4.0
9902026-05-15T22:30:13.595Z Downloaded secrecy v0.10.3
9912026-05-15T22:30:13.595Z Downloaded litemap v0.8.2
9922026-05-15T22:30:13.595Z Downloaded ingot-macros v0.1.1
9932026-05-15T22:30:13.599Z Downloaded proc-macro-error v1.0.4
9942026-05-15T22:30:13.599Z Downloaded serde-big-array v0.5.1
9952026-05-15T22:30:13.599Z Downloaded scroll_derive v0.12.1
9962026-05-15T22:30:13.603Z Downloaded proc-macro-error2 v2.0.1
9972026-05-15T22:30:13.603Z Downloaded erased-serde v0.3.31
9982026-05-15T22:30:13.603Z Downloaded cargo_toml v0.22.3
9992026-05-15T22:30:13.606Z Downloaded progenitor v0.14.0
10002026-05-15T22:30:13.606Z Downloaded progenitor v0.13.0
10012026-05-15T22:30:13.606Z Downloaded displaydoc v0.2.5
10022026-05-15T22:30:13.609Z Downloaded colored v3.1.1
10032026-05-15T22:30:13.612Z Downloaded semver v0.1.20
10042026-05-15T22:30:13.612Z Downloaded progenitor v0.10.0
10052026-05-15T22:30:13.612Z Downloaded icu_provider v2.2.0
10062026-05-15T22:30:13.615Z Downloaded serde_plain v1.0.2
10072026-05-15T22:30:13.617Z Downloaded half v2.7.1
10082026-05-15T22:30:13.620Z Downloaded sigpipe v0.1.3
10092026-05-15T22:30:13.620Z Downloaded serde_repr v0.1.20
10102026-05-15T22:30:13.620Z Downloaded serial_test_derive v3.4.0
10112026-05-15T22:30:13.623Z Downloaded progenitor-extras v0.2.0
10122026-05-15T22:30:13.623Z Downloaded elliptic-curve v0.13.8
10132026-05-15T22:30:13.626Z Downloaded sha1 v0.10.6
10142026-05-15T22:30:13.628Z Downloaded expectorate v1.2.0
10152026-05-15T22:30:13.628Z Downloaded serial_test v3.4.0
10162026-05-15T22:30:13.632Z Downloaded smawk v0.3.2
10172026-05-15T22:30:13.632Z Downloaded slog-envlogger v2.2.0
10182026-05-15T22:30:13.634Z Downloaded siphasher v1.0.3
10192026-05-15T22:30:13.634Z Downloaded num-rational v0.4.2
10202026-05-15T22:30:13.634Z Downloaded omicron-zone-package v0.12.2
10212026-05-15T22:30:13.637Z Downloaded memmap2 v0.9.10
10222026-05-15T22:30:13.637Z Downloaded foldhash v0.2.0
10232026-05-15T22:30:13.640Z Downloaded pest_generator v2.8.6
10242026-05-15T22:30:13.640Z Downloaded rusty-fork v0.3.1
10252026-05-15T22:30:13.643Z Downloaded paste v1.0.15
10262026-05-15T22:30:13.643Z Downloaded slog-bunyan v2.5.0
10272026-05-15T22:30:13.645Z Downloaded scroll_derive v0.13.1
10282026-05-15T22:30:13.646Z Downloaded rustls-pemfile v2.2.0
10292026-05-15T22:30:13.648Z Downloaded spin v0.5.2
10302026-05-15T22:30:13.648Z Downloaded structmeta v0.3.0
10312026-05-15T22:30:13.648Z Downloaded resolv-conf v0.7.6
10322026-05-15T22:30:13.651Z Downloaded strum v0.26.3
10332026-05-15T22:30:13.651Z Downloaded structmeta-derive v0.3.0
10342026-05-15T22:30:13.651Z Downloaded stable_deref_trait v1.2.1
10352026-05-15T22:30:13.654Z Downloaded scroll v0.13.0
10362026-05-15T22:30:13.654Z Downloaded postcard v1.1.3
10372026-05-15T22:30:13.654Z Downloaded password-hash v0.5.0
10382026-05-15T22:30:13.657Z Downloaded pest_derive v2.8.6
10392026-05-15T22:30:13.659Z Downloaded serde_derive_internals v0.29.1
10402026-05-15T22:30:13.660Z Downloaded derive_more v0.99.20
10412026-05-15T22:30:13.662Z Downloaded parking_lot v0.11.2
10422026-05-15T22:30:13.665Z Downloaded backoff v0.4.0
10432026-05-15T22:30:13.665Z Downloaded scroll v0.12.0
10442026-05-15T22:30:13.667Z Downloaded rustls-native-certs v0.8.3
10452026-05-15T22:30:13.667Z Downloaded take_mut v0.2.2
10462026-05-15T22:30:13.670Z Downloaded termtree v0.5.1
10472026-05-15T22:30:13.670Z Downloaded tagptr v0.2.0
10482026-05-15T22:30:13.670Z Downloaded serde_tokenstream v0.2.3
10492026-05-15T22:30:13.673Z Downloaded icu_locale_core v2.2.0
10502026-05-15T22:30:13.676Z Downloaded strum v0.27.2
10512026-05-15T22:30:13.680Z Downloaded tabled_derive v0.11.0
10522026-05-15T22:30:13.680Z Downloaded thread-id v5.1.0
10532026-05-15T22:30:13.680Z Downloaded tabled_derive v0.7.0
10542026-05-15T22:30:13.680Z Downloaded icu_normalizer_data v2.2.0
10552026-05-15T22:30:13.683Z Downloaded time-core v0.1.8
10562026-05-15T22:30:13.683Z Downloaded indicatif v0.18.4
10572026-05-15T22:30:13.685Z Downloaded thread-id v4.2.2
10582026-05-15T22:30:13.685Z Downloaded testing_table v0.3.0
10592026-05-15T22:30:13.685Z Downloaded tabwriter v1.4.1
10602026-05-15T22:30:13.688Z Downloaded icu_normalizer v2.2.0
10612026-05-15T22:30:13.691Z Downloaded dropshot_endpoint v0.17.0
10622026-05-15T22:30:13.694Z Downloaded topological-sort v0.2.2
10632026-05-15T22:30:13.694Z Downloaded slog-async v2.8.0
10642026-05-15T22:30:13.694Z Downloaded hashbrown v0.12.3
10652026-05-15T22:30:13.697Z Downloaded rand_core v0.10.1
10662026-05-15T22:30:13.697Z Downloaded blake2 v0.10.6
10672026-05-15T22:30:13.701Z Downloaded progenitor-client v0.13.0
10682026-05-15T22:30:13.701Z Downloaded hickory-resolver v0.25.2
10692026-05-15T22:30:13.703Z Downloaded typify-macro v0.4.3
10702026-05-15T22:30:13.703Z Downloaded slog-dtrace v0.3.0
10712026-05-15T22:30:13.703Z Downloaded typify-macro v0.6.2
10722026-05-15T22:30:13.706Z Downloaded papergrid v0.17.0
10732026-05-15T22:30:13.710Z Downloaded rustversion v1.0.22
10742026-05-15T22:30:13.710Z Downloaded indexmap v1.9.3
10752026-05-15T22:30:13.713Z Downloaded usdt-attr-macro v0.6.0
10762026-05-15T22:30:13.713Z Downloaded smf v0.2.3
10772026-05-15T22:30:13.713Z Downloaded usdt-macro v0.6.0
10782026-05-15T22:30:13.713Z Downloaded untrusted v0.7.1
10792026-05-15T22:30:13.716Z Downloaded slog-json v2.6.1
10802026-05-15T22:30:13.716Z Downloaded universal-hash v0.5.1
10812026-05-15T22:30:13.716Z Downloaded unit-prefix v0.5.2
10822026-05-15T22:30:13.719Z Downloaded slog-stdlog v4.1.1
10832026-05-15T22:30:13.719Z Downloaded usdt-macro v0.5.0
10842026-05-15T22:30:13.719Z Downloaded usdt v0.6.0
10852026-05-15T22:30:13.719Z Downloaded slog-scope v4.4.1
10862026-05-15T22:30:13.722Z Downloaded synstructure v0.13.2
10872026-05-15T22:30:13.722Z Downloaded chacha20 v0.10.0
10882026-05-15T22:30:13.725Z Downloaded powerfmt v0.2.0
10892026-05-15T22:30:13.725Z Downloaded progenitor v0.11.2
10902026-05-15T22:30:13.725Z Downloaded num_enum_derive v0.7.6
10912026-05-15T22:30:13.727Z Downloaded hmac v0.12.1
10922026-05-15T22:30:13.727Z Downloaded darling_core v0.23.0
10932026-05-15T22:30:13.730Z Downloaded schemars_derive v0.8.22
10942026-05-15T22:30:13.733Z Downloaded usdt v0.5.0
10952026-05-15T22:30:13.733Z Downloaded libsw-core v0.3.2
10962026-05-15T22:30:13.733Z Downloaded utf-8 v0.7.6
10972026-05-15T22:30:13.736Z Downloaded sdd v3.0.10
10982026-05-15T22:30:13.736Z Downloaded arc-swap v1.9.1
10992026-05-15T22:30:13.738Z Downloaded zeroize_derive v1.4.3
11002026-05-15T22:30:13.738Z Downloaded strum_macros v0.27.2
11012026-05-15T22:30:13.741Z Downloaded zerofrom-derive v0.1.7
11022026-05-15T22:30:13.742Z Downloaded zerofrom v0.1.7
11032026-05-15T22:30:13.742Z Downloaded tokio-dtrace v0.1.1
11042026-05-15T22:30:13.744Z Downloaded hickory-resolver v0.24.4
11052026-05-15T22:30:13.747Z Downloaded wait-timeout v0.2.1
11062026-05-15T22:30:13.747Z Downloaded usdt-attr-macro v0.5.0
11072026-05-15T22:30:13.747Z Downloaded unarray v0.1.4
11082026-05-15T22:30:13.750Z Downloaded multer v3.1.0
11092026-05-15T22:30:13.750Z Downloaded progenitor-impl v0.14.0
11102026-05-15T22:30:13.752Z Downloaded progenitor-impl v0.11.2
11112026-05-15T22:30:13.753Z Downloaded serde_with_macros v3.20.0
11122026-05-15T22:30:13.755Z Downloaded konst v0.2.20
11132026-05-15T22:30:13.758Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11142026-05-15T22:30:13.758Z Downloaded tokio-rustls v0.25.0
11152026-05-15T22:30:13.761Z Downloaded tinystr v0.8.3
11162026-05-15T22:30:13.761Z Downloaded progenitor-impl v0.10.0
11172026-05-15T22:30:13.761Z Downloaded tiny-keccak v2.0.2
11182026-05-15T22:30:13.764Z Downloaded zone_cfg_derive v0.3.1
11192026-05-15T22:30:13.764Z Downloaded papergrid v0.11.0
11202026-05-15T22:30:13.766Z Downloaded time-macros v0.2.27
11212026-05-15T22:30:13.769Z Downloaded pretty_assertions v1.4.1
11222026-05-15T22:30:13.769Z Downloaded pin-project v1.1.12
11232026-05-15T22:30:13.775Z Downloaded spin v0.9.8
11242026-05-15T22:30:13.778Z Downloaded snafu-derive v0.8.9
11252026-05-15T22:30:13.778Z Downloaded chacha20poly1305 v0.10.1
11262026-05-15T22:30:13.781Z Downloaded rustls-platform-verifier v0.7.0
11272026-05-15T22:30:13.783Z Downloaded rhai_codegen v3.1.0
11282026-05-15T22:30:13.786Z Downloaded minimal-lexical v0.2.1
11292026-05-15T22:30:13.789Z Downloaded crypto-bigint v0.5.5
11302026-05-15T22:30:13.793Z Downloaded yoke-derive v0.8.2
11312026-05-15T22:30:13.796Z Downloaded zone v0.3.1
11322026-05-15T22:30:13.796Z Downloaded xz2 v0.1.7
11332026-05-15T22:30:13.796Z Downloaded whoami v1.6.1
11342026-05-15T22:30:13.799Z Downloaded vsss-rs v3.3.4
11352026-05-15T22:30:13.799Z Downloaded strum_macros v0.26.4
11362026-05-15T22:30:13.801Z Downloaded term v1.2.1
11372026-05-15T22:30:13.801Z Downloaded tokio-tungstenite v0.21.0
11382026-05-15T22:30:13.804Z Downloaded heapless v0.8.0
11392026-05-15T22:30:13.816Z Downloaded crossbeam-channel v0.5.15
11402026-05-15T22:30:13.816Z Downloaded zerovec-derive v0.11.3
11412026-05-15T22:30:13.816Z Downloaded thiserror-impl-no-std v2.0.2
11422026-05-15T22:30:13.816Z Downloaded serde_yaml v0.9.34+deprecated
11432026-05-15T22:30:13.816Z Downloaded waitgroup v0.1.2
11442026-05-15T22:30:13.816Z Downloaded similar v2.7.0
11452026-05-15T22:30:13.816Z Downloaded thin-vec v0.2.18
11462026-05-15T22:30:13.820Z Downloaded progenitor-impl v0.13.0
11472026-05-15T22:30:13.820Z Downloaded prettyplease v0.2.37
11482026-05-15T22:30:13.823Z Downloaded ucd-trie v0.1.7
11492026-05-15T22:30:13.823Z Downloaded slog-term v2.9.2
11502026-05-15T22:30:13.826Z Downloaded usdt-impl v0.5.0
11512026-05-15T22:30:13.826Z Downloaded jiff-static v0.2.24
11522026-05-15T22:30:13.826Z Downloaded usdt-impl v0.6.0
11532026-05-15T22:30:13.829Z Downloaded const_format v0.2.36
11542026-05-15T22:30:13.831Z Downloaded walkdir v2.5.0
11552026-05-15T22:30:13.831Z Downloaded pest_meta v2.8.6
11562026-05-15T22:30:13.834Z Downloaded schemars v0.9.0
11572026-05-15T22:30:13.839Z Downloaded yoke v0.8.2
11582026-05-15T22:30:13.841Z Downloaded test-strategy v0.4.5
11592026-05-15T22:30:13.845Z Downloaded writeable v0.6.3
11602026-05-15T22:30:13.845Z Downloaded nom v7.1.3
11612026-05-15T22:30:13.847Z Downloaded toml v0.7.8
11622026-05-15T22:30:13.850Z Downloaded rayon-core v1.13.0
11632026-05-15T22:30:13.853Z Downloaded slog v2.8.2
11642026-05-15T22:30:13.855Z Downloaded typify v0.6.2
11652026-05-15T22:30:13.858Z Downloaded tungstenite v0.21.0
11662026-05-15T22:30:13.858Z Downloaded snafu v0.8.9
11672026-05-15T22:30:13.861Z Downloaded toml v0.9.12+spec-1.1.0
11682026-05-15T22:30:13.864Z Downloaded typify v0.4.3
11692026-05-15T22:30:13.866Z Downloaded schemars v0.8.22
11702026-05-15T22:30:13.873Z Downloaded zerocopy-derive v0.7.35
11712026-05-15T22:30:13.876Z Downloaded unsafe-libyaml v0.2.11
11722026-05-15T22:30:13.880Z Downloaded steno v0.4.1
11732026-05-15T22:30:13.883Z Downloaded rand v0.8.6
11742026-05-15T22:30:13.887Z Downloaded qorb v0.4.1
11752026-05-15T22:30:13.890Z Downloaded schemars v1.2.1
11762026-05-15T22:30:13.894Z Downloaded yansi v1.0.1
11772026-05-15T22:30:13.897Z Downloaded toml_edit v0.19.15
11782026-05-15T22:30:13.906Z Downloaded rand v0.10.1
11792026-05-15T22:30:13.908Z Downloaded toml_edit v0.25.11+spec-1.1.0
11802026-05-15T22:30:13.911Z Downloaded pest v2.8.6
11812026-05-15T22:30:13.914Z Downloaded iddqd v0.3.18
11822026-05-15T22:30:13.919Z Downloaded nom v8.0.0
11832026-05-15T22:30:13.921Z Downloaded async-compression v0.4.42
11842026-05-15T22:30:13.925Z Downloaded zerotrie v0.2.4
11852026-05-15T22:30:13.927Z Downloaded hashbrown v0.16.1
11862026-05-15T22:30:13.931Z Downloaded hkdf v0.12.4
11872026-05-15T22:30:13.934Z Downloaded dropshot-api-manager v0.7.1
11882026-05-15T22:30:13.936Z Downloaded base64 v0.21.7
11892026-05-15T22:30:13.939Z Downloaded libm v0.2.16
11902026-05-15T22:30:13.943Z Downloaded typed-path v0.9.3
11912026-05-15T22:30:13.946Z Downloaded itertools v0.12.1
11922026-05-15T22:30:13.950Z Downloaded icu_properties_data v2.2.0
11932026-05-15T22:30:13.956Z Downloaded scc v2.4.0
11942026-05-15T22:30:13.959Z Downloaded reqwest v0.13.3
11952026-05-15T22:30:13.963Z Downloaded thiserror-no-std v2.0.2
11962026-05-15T22:30:13.966Z Downloaded zerocopy-derive v0.8.48
11972026-05-15T22:30:13.970Z Downloaded smartstring v1.0.1
11982026-05-15T22:30:13.973Z Downloaded goblin v0.8.2
11992026-05-15T22:30:13.976Z Downloaded icu_collections v2.2.0
12002026-05-15T22:30:13.979Z Downloaded ipnetwork v0.21.1
12012026-05-15T22:30:13.981Z Downloaded internet-checksum v0.2.1
12022026-05-15T22:30:13.981Z Downloaded fs_extra v1.3.0
12032026-05-15T22:30:13.981Z Downloaded ref-cast-impl v1.0.25
12042026-05-15T22:30:13.984Z Downloaded rand_chacha v0.3.1
12052026-05-15T22:30:13.984Z Downloaded zerovec v0.11.6
12062026-05-15T22:30:13.987Z Downloaded tough v0.20.0
12072026-05-15T22:30:13.991Z Downloaded quick-error v1.2.3
12082026-05-15T22:30:13.994Z Downloaded rayon v1.12.0
12092026-05-15T22:30:13.997Z Downloaded progenitor-macro v0.13.0
12102026-05-15T22:30:14.000Z Downloaded proc-macro-error-attr2 v2.0.0
12112026-05-15T22:30:14.000Z Downloaded darling v0.23.0
12122026-05-15T22:30:14.003Z Downloaded blake3 v1.8.5
12132026-05-15T22:30:14.007Z Downloaded ciborium v0.2.2
12142026-05-15T22:30:14.010Z Downloaded diff v0.1.13
12152026-05-15T22:30:14.010Z Downloaded constant_time_eq v0.4.2
12162026-05-15T22:30:14.012Z Downloaded zerocopy v0.7.35
12172026-05-15T22:30:14.020Z Downloaded aws-lc-rs v1.16.3
12182026-05-15T22:30:14.026Z Downloaded byteorder v1.5.0
12192026-05-15T22:30:14.029Z Downloaded bit-vec v0.8.0
12202026-05-15T22:30:14.029Z Downloaded potential_utf v0.1.5
12212026-05-15T22:30:14.029Z Downloaded libsw v3.5.0
12222026-05-15T22:30:14.032Z Downloaded winnow v0.5.40
12232026-05-15T22:30:14.035Z Downloaded ingot v0.1.1
12242026-05-15T22:30:14.037Z Downloaded glob v0.3.3
12252026-05-15T22:30:14.037Z Downloaded foreign-types v0.5.0
12262026-05-15T22:30:14.037Z Downloaded dtrace-parser v0.2.0
12272026-05-15T22:30:14.037Z Downloaded darling_macro v0.23.0
12282026-05-15T22:30:14.040Z Downloaded tabled v0.15.0
12292026-05-15T22:30:14.047Z Downloaded winnow v1.0.2
12302026-05-15T22:30:14.053Z Downloaded rustls-webpki v0.102.8
12312026-05-15T22:30:14.064Z Downloaded tabled v0.20.0
12322026-05-15T22:30:14.075Z Downloaded time v0.3.47
12332026-05-15T22:30:14.084Z Downloaded moka v0.12.15
12342026-05-15T22:30:14.088Z Downloaded syn v1.0.109
12352026-05-15T22:30:14.092Z Downloaded smoltcp v0.11.0
12362026-05-15T22:30:14.099Z Downloaded goblin v0.10.5
12372026-05-15T22:30:14.104Z Downloaded serde_with v3.20.0
12382026-05-15T22:30:14.111Z Downloaded dropshot v0.17.0
12392026-05-15T22:30:14.125Z Downloaded rhai v1.24.0
12402026-05-15T22:30:14.131Z Downloaded rustls v0.22.4
12412026-05-15T22:30:14.138Z Downloaded openapiv3 v2.2.0
12422026-05-15T22:30:14.144Z Downloaded regress v0.11.1
12432026-05-15T22:30:14.149Z Downloaded regress v0.10.5
12442026-05-15T22:30:14.154Z Downloaded hickory-proto v0.24.4
12452026-05-15T22:30:14.164Z Downloaded nix v0.31.3
12462026-05-15T22:30:14.171Z Downloaded sled v0.34.7
12472026-05-15T22:30:14.177Z Downloaded typify-impl v0.4.3
12482026-05-15T22:30:14.184Z Downloaded hickory-proto v0.25.2
12492026-05-15T22:30:14.194Z Downloaded typify-impl v0.6.2
12502026-05-15T22:30:14.201Z Downloaded proptest v1.11.0
12512026-05-15T22:30:14.206Z Downloaded base16ct v1.0.0
12522026-05-15T22:30:14.208Z Downloaded memoffset v0.9.1
12532026-05-15T22:30:14.208Z Downloaded dof v0.3.0
12542026-05-15T22:30:14.208Z Downloaded enum-as-inner v0.6.1
12552026-05-15T22:30:14.208Z Downloaded crossbeam-epoch v0.9.18
12562026-05-15T22:30:14.211Z Downloaded anyhow v1.0.102
12572026-05-15T22:30:14.214Z Downloaded compression-codecs v0.4.38
12582026-05-15T22:30:14.214Z Downloaded cancel-safe-futures v0.1.5
12592026-05-15T22:30:14.219Z Downloaded cipher v0.4.4
12602026-05-15T22:30:14.219Z Downloaded base16ct v0.2.0
12612026-05-15T22:30:14.219Z Downloaded ciborium-io v0.2.2
12622026-05-15T22:30:14.222Z Downloaded dyn-clone v1.0.20
12632026-05-15T22:30:14.222Z Downloaded dunce v1.0.5
12642026-05-15T22:30:14.222Z Downloaded darling_macro v0.21.3
12652026-05-15T22:30:14.222Z Downloaded cstr-argument v0.1.2
12662026-05-15T22:30:14.247Z Downloaded jiff v0.2.24
12672026-05-15T22:30:14.257Z Downloaded petgraph v0.6.5
12682026-05-15T22:30:14.268Z Downloaded lzma-sys v0.1.20
12692026-05-15T22:30:14.284Z Downloaded chrono-tz v0.10.4
12702026-05-15T22:30:14.293Z Downloaded csv v1.4.0
12712026-05-15T22:30:14.304Z Downloaded sha3 v0.10.9
12722026-05-15T22:30:14.348Z Downloaded encoding_rs v0.8.35
12732026-05-15T22:30:14.886Z Downloaded aws-lc-sys v0.40.0
12742026-05-15T22:30:15.814Z Compiling proc-macro2 v1.0.106
12752026-05-15T22:30:15.814Z Compiling unicode-ident v1.0.24
12762026-05-15T22:30:15.814Z Compiling quote v1.0.45
12772026-05-15T22:30:15.814Z Compiling serde_core v1.0.228
12782026-05-15T22:30:15.817Z Compiling cfg-if v1.0.4
12792026-05-15T22:30:15.817Z Compiling serde v1.0.228
12802026-05-15T22:30:15.817Z Compiling libc v0.2.186
12812026-05-15T22:30:15.817Z Compiling memchr v2.8.0
12822026-05-15T22:30:16.020Z Compiling itoa v1.0.18
12832026-05-15T22:30:16.198Z Compiling zmij v1.0.21
12842026-05-15T22:30:16.233Z Compiling autocfg v1.5.0
12852026-05-15T22:30:16.281Z Compiling libm v0.2.16
12862026-05-15T22:30:16.575Z Compiling stable_deref_trait v1.2.1
12872026-05-15T22:30:16.600Z Compiling version_check v0.9.5
12882026-05-15T22:30:16.642Z Compiling writeable v0.6.3
12892026-05-15T22:30:16.735Z Compiling litemap v0.8.2
12902026-05-15T22:30:16.803Z Compiling utf8_iter v1.0.4
12912026-05-15T22:30:16.836Z Compiling icu_normalizer_data v2.2.0
12922026-05-15T22:30:16.838Z Compiling percent-encoding v2.3.2
12932026-05-15T22:30:16.865Z Compiling icu_properties_data v2.2.0
12942026-05-15T22:30:16.940Z Compiling equivalent v1.0.2
12952026-05-15T22:30:17.022Z Compiling iana-time-zone v0.1.65
12962026-05-15T22:30:17.033Z Compiling form_urlencoded v1.2.2
12972026-05-15T22:30:17.089Z Compiling syn v2.0.117
12982026-05-15T22:30:17.203Z Compiling pin-project-lite v0.2.17
12992026-05-15T22:30:17.213Z Compiling serde_json v1.0.149
13002026-05-15T22:30:17.239Z Compiling dyn-clone v1.0.20
13012026-05-15T22:30:17.250Z Compiling scopeguard v1.2.0
13022026-05-15T22:30:17.291Z Compiling parking_lot_core v0.9.12
13032026-05-15T22:30:17.316Z Compiling num-traits v0.2.19
13042026-05-15T22:30:17.350Z Compiling lock_api v0.4.14
13052026-05-15T22:30:17.373Z Compiling hashbrown v0.17.1
13062026-05-15T22:30:17.467Z Compiling thiserror v2.0.18
13072026-05-15T22:30:17.577Z Compiling getrandom v0.4.2
13082026-05-15T22:30:17.586Z Compiling rand_core v0.10.1
13092026-05-15T22:30:17.732Z Compiling errno v0.3.14
13102026-05-15T22:30:17.780Z Compiling log v0.4.29
13112026-05-15T22:30:17.878Z Compiling jobserver v0.1.34
13122026-05-15T22:30:17.934Z Compiling shlex v1.3.0
13132026-05-15T22:30:17.966Z Compiling semver v1.0.28
13142026-05-15T22:30:18.038Z Compiling indexmap v2.14.0
13152026-05-15T22:30:18.111Z Compiling find-msvc-tools v0.1.9
13162026-05-15T22:30:18.114Z Compiling heck v0.5.0
13172026-05-15T22:30:18.271Z Compiling futures-core v0.3.32
13182026-05-15T22:30:18.365Z Compiling cc v1.2.62
13192026-05-15T22:30:18.410Z Compiling zerocopy v0.8.48
13202026-05-15T22:30:18.420Z Compiling uuid v1.23.1
13212026-05-15T22:30:18.469Z Compiling futures-sink v0.3.32
13222026-05-15T22:30:18.572Z Compiling schemars v0.8.22
13232026-05-15T22:30:18.770Z Compiling slab v0.4.12
13242026-05-15T22:30:18.840Z Compiling fnv v1.0.7
13252026-05-15T22:30:18.849Z Compiling rustversion v1.0.22
13262026-05-15T22:30:18.859Z Compiling futures-channel v0.3.32
13272026-05-15T22:30:18.931Z Compiling bitflags v2.11.1
13282026-05-15T22:30:18.943Z Compiling futures-task v0.3.32
13292026-05-15T22:30:19.084Z Compiling futures-io v0.3.32
13302026-05-15T22:30:19.115Z Compiling socket2 v0.6.3
13312026-05-15T22:30:19.175Z Compiling portable-atomic v1.13.1
13322026-05-15T22:30:19.242Z Compiling signal-hook-registry v1.4.8
13332026-05-15T22:30:19.245Z Compiling mio v1.2.0
13342026-05-15T22:30:19.554Z Compiling critical-section v1.2.0
13352026-05-15T22:30:19.580Z Compiling getrandom v0.2.17
13362026-05-15T22:30:19.583Z Compiling typenum v1.20.0
13372026-05-15T22:30:19.657Z Compiling subtle v2.6.1
13382026-05-15T22:30:19.668Z Compiling untrusted v0.9.0
13392026-05-15T22:30:19.769Z Compiling base64 v0.22.1
13402026-05-15T22:30:19.783Z Compiling byteorder v1.5.0
13412026-05-15T22:30:19.786Z Compiling strsim v0.11.1
13422026-05-15T22:30:19.822Z Compiling rustix v1.1.4
13432026-05-15T22:30:19.860Z Compiling slog v2.8.2
13442026-05-15T22:30:20.007Z Compiling synstructure v0.13.2
13452026-05-15T22:30:20.100Z Compiling serde_derive_internals v0.29.1
13462026-05-15T22:30:20.103Z Compiling once_cell v1.21.4
13472026-05-15T22:30:20.203Z Compiling rand_core v0.6.4
13482026-05-15T22:30:20.224Z Compiling regex-syntax v0.8.10
13492026-05-15T22:30:20.257Z Compiling cmake v0.1.58
13502026-05-15T22:30:20.330Z Compiling dunce v1.0.5
13512026-05-15T22:30:20.405Z Compiling fs_extra v1.3.0
13522026-05-15T22:30:20.422Z Compiling ipnet v2.12.0
13532026-05-15T22:30:20.432Z Compiling atomic-waker v1.1.2
13542026-05-15T22:30:20.524Z Compiling httparse v1.10.1
13552026-05-15T22:30:20.553Z Compiling tower-service v0.3.3
13562026-05-15T22:30:20.609Z Compiling tower-layer v0.3.3
13572026-05-15T22:30:20.646Z Compiling try-lock v0.2.5
13582026-05-15T22:30:20.665Z Compiling aws-lc-sys v0.40.0
13592026-05-15T22:30:20.752Z Compiling ryu v1.0.23
13602026-05-15T22:30:20.769Z Compiling want v0.3.1
13612026-05-15T22:30:20.885Z Compiling generic-array v0.14.7
13622026-05-15T22:30:20.972Z Compiling ucd-trie v0.1.7
13632026-05-15T22:30:20.975Z Compiling thiserror v1.0.69
13642026-05-15T22:30:20.975Z Compiling httpdate v1.0.3
13652026-05-15T22:30:21.128Z Compiling getrandom v0.3.4
13662026-05-15T22:30:21.232Z Compiling pest v2.8.6
13672026-05-15T22:30:21.247Z Compiling serde_derive v1.0.228
13682026-05-15T22:30:21.261Z Compiling zerofrom-derive v0.1.7
13692026-05-15T22:30:21.268Z Compiling yoke-derive v0.8.2
13702026-05-15T22:30:21.277Z Compiling zerovec-derive v0.11.3
13712026-05-15T22:30:21.477Z Compiling displaydoc v0.2.5
13722026-05-15T22:30:21.552Z Compiling schemars_derive v0.8.22
13732026-05-15T22:30:22.250Z Compiling tokio-macros v2.7.0
13742026-05-15T22:30:22.349Z Compiling thiserror-impl v2.0.18
13752026-05-15T22:30:22.385Z Compiling zerocopy-derive v0.8.48
13762026-05-15T22:30:22.464Z Compiling zerofrom v0.1.7
13772026-05-15T22:30:22.499Z Compiling zeroize_derive v1.4.3
13782026-05-15T22:30:22.582Z Compiling yoke v0.8.2
13792026-05-15T22:30:22.768Z Compiling zerovec v0.11.6
13802026-05-15T22:30:22.779Z Compiling zerotrie v0.2.4
13812026-05-15T22:30:22.910Z Compiling futures-macro v0.3.32
13822026-05-15T22:30:23.221Z Compiling zeroize v1.8.2
13832026-05-15T22:30:23.293Z Compiling tinystr v0.8.3
13842026-05-15T22:30:23.331Z Compiling potential_utf v0.1.5
13852026-05-15T22:30:23.424Z Compiling thiserror-impl v1.0.69
13862026-05-15T22:30:23.491Z Compiling icu_locale_core v2.2.0
13872026-05-15T22:30:23.494Z Compiling icu_collections v2.2.0
13882026-05-15T22:30:23.830Z Compiling futures-util v0.3.32
13892026-05-15T22:30:24.024Z Compiling pest_meta v2.8.6
13902026-05-15T22:30:24.258Z Compiling icu_provider v2.2.0
13912026-05-15T22:30:24.513Z Compiling bytes v1.11.1
13922026-05-15T22:30:24.584Z Compiling smallvec v1.15.1
13932026-05-15T22:30:24.585Z Compiling icu_properties v2.2.0
13942026-05-15T22:30:24.605Z Compiling chrono v0.4.44
13952026-05-15T22:30:24.822Z Compiling icu_normalizer v2.2.0
13962026-05-15T22:30:25.296Z Compiling http v1.4.0
13972026-05-15T22:30:25.399Z Compiling parking_lot v0.12.5
13982026-05-15T22:30:25.436Z Compiling idna_adapter v1.2.2
13992026-05-15T22:30:25.579Z Compiling idna v1.1.0
14002026-05-15T22:30:25.749Z Compiling tokio v1.52.3
14012026-05-15T22:30:25.799Z Compiling serde_tokenstream v0.2.3
14022026-05-15T22:30:26.070Z Compiling url v2.5.8
14032026-05-15T22:30:26.081Z Compiling erased-serde v0.3.31
14042026-05-15T22:30:26.111Z Compiling http-body v1.0.1
14052026-05-15T22:30:26.270Z Compiling pest_generator v2.8.6
14062026-05-15T22:30:26.345Z Compiling pretty-hex v0.4.2
14072026-05-15T22:30:26.356Z Compiling plain v0.2.3
14082026-05-15T22:30:26.459Z Compiling winnow v1.0.2
14092026-05-15T22:30:26.816Z Compiling ppv-lite86 v0.2.21
14102026-05-15T22:30:26.865Z Compiling pest_derive v2.8.6
14112026-05-15T22:30:26.882Z Compiling tracing-attributes v0.1.31
14122026-05-15T22:30:26.928Z Compiling tracing-core v0.1.36
14132026-05-15T22:30:27.127Z Compiling foldhash v0.2.0
14142026-05-15T22:30:27.359Z Compiling ipnetwork v0.21.1
14152026-05-15T22:30:27.429Z Compiling paste v1.0.15
14162026-05-15T22:30:27.526Z Compiling allocator-api2 v0.2.21
14172026-05-15T22:30:27.529Z Compiling http-body-util v0.1.3
14182026-05-15T22:30:27.767Z Compiling oxnet v0.1.5
14192026-05-15T22:30:27.777Z Compiling serde_urlencoded v0.7.1
14202026-05-15T22:30:27.789Z Compiling crypto-common v0.1.7
14212026-05-15T22:30:27.840Z Compiling hashbrown v0.16.1
14222026-05-15T22:30:27.913Z Compiling ident_case v1.0.1
14232026-05-15T22:30:28.010Z Compiling omicron-workspace-hack v0.1.0
14242026-05-15T22:30:28.031Z Compiling sync_wrapper v1.0.2
14252026-05-15T22:30:28.084Z Compiling tracing v0.1.44
14262026-05-15T22:30:28.128Z Compiling aho-corasick v1.1.4
14272026-05-15T22:30:28.241Z Compiling rustls-pki-types v1.14.1
14282026-05-15T22:30:28.338Z Compiling daft-derive v0.1.5
14292026-05-15T22:30:28.565Z Compiling fastrand v2.4.1
14302026-05-15T22:30:28.727Z Compiling scroll_derive v0.13.1
14312026-05-15T22:30:28.824Z Compiling async-trait v0.1.89
14322026-05-15T22:30:29.100Z Compiling regex-automata v0.4.14
14332026-05-15T22:30:29.477Z Compiling tokio-util v0.7.18
14342026-05-15T22:30:29.536Z Compiling ring v0.17.14
14352026-05-15T22:30:29.586Z Compiling time-core v0.1.8
14362026-05-15T22:30:29.726Z Compiling cpufeatures v0.2.17
14372026-05-15T22:30:29.796Z Compiling num-conv v0.2.1
14382026-05-15T22:30:29.814Z Compiling powerfmt v0.2.0
14392026-05-15T22:30:29.937Z Compiling anyhow v1.0.102
14402026-05-15T22:30:30.016Z Compiling deranged v0.5.8
14412026-05-15T22:30:30.217Z Compiling time-macros v0.2.27
14422026-05-15T22:30:30.473Z Compiling scroll v0.13.0
14432026-05-15T22:30:30.730Z Compiling block-buffer v0.10.4
14442026-05-15T22:30:30.875Z Compiling regex v1.12.3
14452026-05-15T22:30:30.957Z Compiling hex v0.4.3
14462026-05-15T22:30:31.173Z Compiling openssl-probe v0.2.1
14472026-05-15T22:30:31.208Z Compiling num_threads v0.1.7
14482026-05-15T22:30:31.301Z Compiling digest v0.10.7
14492026-05-15T22:30:31.326Z Compiling goblin v0.10.5
14502026-05-15T22:30:31.507Z Compiling camino v1.2.2
14512026-05-15T22:30:31.736Z Compiling h2 v0.4.14
14522026-05-15T22:30:31.907Z Compiling crc32fast v1.5.0
14532026-05-15T22:30:32.054Z Compiling usdt-impl v0.6.0
14542026-05-15T22:30:32.316Z Compiling dtrace-parser v0.3.0
14552026-05-15T22:30:32.376Z Compiling futures-executor v0.3.32
14562026-05-15T22:30:32.659Z Compiling crossbeam-utils v0.8.21
14572026-05-15T22:30:32.884Z Compiling aws-lc-rs v1.16.3
14582026-05-15T22:30:33.204Z Compiling structmeta-derive v0.3.0
14592026-05-15T22:30:33.237Z Compiling thread-id v5.1.0
14602026-05-15T22:30:33.316Z Compiling adler2 v2.0.1
14612026-05-15T22:30:33.360Z Compiling simd-adler32 v0.3.9
14622026-05-15T22:30:33.445Z Compiling rustls v0.22.4
14632026-05-15T22:30:33.558Z Compiling miniz_oxide v0.8.9
14642026-05-15T22:30:33.979Z Compiling hyper v1.9.0
14652026-05-15T22:30:34.069Z Compiling dof v0.4.0
14662026-05-15T22:30:34.202Z Compiling futures v0.3.32
14672026-05-15T22:30:34.225Z Compiling rand_core v0.9.5
14682026-05-15T22:30:34.259Z Compiling structmeta v0.3.0
14692026-05-15T22:30:34.276Z Compiling darling_core v0.23.0
14702026-05-15T22:30:34.441Z Compiling newtype-uuid-macros v0.1.0
14712026-05-15T22:30:34.457Z Compiling thread_local v1.1.9
14722026-05-15T22:30:34.724Z Compiling match_cfg v0.1.0
14732026-05-15T22:30:34.803Z Compiling untrusted v0.7.1
14742026-05-15T22:30:34.923Z Compiling flate2 v1.1.9
14752026-05-15T22:30:35.257Z Compiling hyper-util v0.1.20
14762026-05-15T22:30:35.428Z Compiling newtype-uuid v1.3.2
14772026-05-15T22:30:35.493Z Compiling quick-error v1.2.3
14782026-05-15T22:30:35.597Z Compiling ref-cast v1.0.25
14792026-05-15T22:30:35.713Z Compiling rustls v0.23.40
14802026-05-15T22:30:35.767Z Compiling compression-core v0.4.32
14812026-05-15T22:30:35.919Z Compiling slog-async v2.8.0
14822026-05-15T22:30:35.982Z Compiling compression-codecs v0.4.38
14832026-05-15T22:30:36.166Z Compiling usdt-attr-macro v0.6.0
14842026-05-15T22:30:36.192Z Compiling usdt-macro v0.6.0
14852026-05-15T22:30:36.232Z Compiling daft v0.1.5
14862026-05-15T22:30:36.257Z Compiling rand_chacha v0.9.0
14872026-05-15T22:30:36.379Z Compiling darling_macro v0.23.0
14882026-05-15T22:30:36.691Z Compiling ref-cast-impl v1.0.25
14892026-05-15T22:30:36.844Z Compiling strum_macros v0.26.4
14902026-05-15T22:30:36.914Z Compiling serde_spanned v1.1.1
14912026-05-15T22:30:36.944Z Compiling multer v3.1.0
14922026-05-15T22:30:36.973Z Compiling darling v0.23.0
14932026-05-15T22:30:37.049Z Compiling toml_writer v1.1.1+spec-1.1.0
14942026-05-15T22:30:37.060Z Compiling debug-ignore v1.0.5
14952026-05-15T22:30:37.157Z Compiling term v1.2.1
14962026-05-15T22:30:37.180Z Compiling bit-vec v0.8.0
14972026-05-15T22:30:37.260Z Compiling take_mut v0.2.2
14982026-05-15T22:30:37.359Z Compiling bit-set v0.8.0
14992026-05-15T22:30:37.381Z Compiling serde_with_macros v3.20.0
15002026-05-15T22:30:37.407Z Compiling rand v0.9.4
15012026-05-15T22:30:37.511Z Compiling tower v0.5.3
15022026-05-15T22:30:37.511Z Compiling async-stream-impl v0.3.6
15032026-05-15T22:30:37.851Z Compiling dropshot v0.17.0
15042026-05-15T22:30:37.980Z Compiling encoding_rs v0.8.35
15052026-05-15T22:30:38.017Z Compiling unarray v0.1.4
15062026-05-15T22:30:38.087Z Compiling mime v0.3.17
15072026-05-15T22:30:38.122Z Compiling spin v0.9.8
15082026-05-15T22:30:38.228Z Compiling syn v1.0.109
15092026-05-15T22:30:38.241Z Compiling async-stream v0.3.6
15102026-05-15T22:30:38.414Z Compiling tower-http v0.6.10
15112026-05-15T22:30:38.469Z Compiling derive-ex v0.1.8
15122026-05-15T22:30:38.551Z Compiling strum v0.26.3
15132026-05-15T22:30:38.573Z Compiling dropshot_endpoint v0.17.0
15142026-05-15T22:30:38.601Z Compiling macaddr v1.0.1
15152026-05-15T22:30:38.612Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15162026-05-15T22:30:38.672Z Compiling waitgroup v0.1.2
15172026-05-15T22:30:38.806Z Compiling serde_path_to_error v0.1.20
15182026-05-15T22:30:39.157Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15192026-05-15T22:30:39.283Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15202026-05-15T22:30:39.466Z Compiling tempfile v3.27.0
15212026-05-15T22:30:39.611Z Compiling openapiv3 v2.2.0
15222026-05-15T22:30:39.895Z Compiling strum_macros v0.27.2
15232026-05-15T22:30:40.072Z Compiling test-strategy v0.4.5
15242026-05-15T22:30:40.232Z Compiling instant v0.1.13
15252026-05-15T22:30:40.338Z Compiling time v0.3.47
15262026-05-15T22:30:40.856Z Compiling rustls-native-certs v0.8.3
15272026-05-15T22:30:41.189Z Compiling rustc-hash v2.1.2
15282026-05-15T22:30:41.310Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15292026-05-15T22:30:41.432Z Compiling crossbeam-channel v0.5.15
15302026-05-15T22:30:41.720Z Compiling strum v0.27.2
15312026-05-15T22:30:41.917Z Compiling parse-display-derive v0.10.0
15322026-05-15T22:30:42.259Z Compiling backon v1.6.0
15332026-05-15T22:30:42.373Z Compiling rand_chacha v0.3.1
15342026-05-15T22:30:42.828Z Compiling rustls-webpki v0.102.8
15352026-05-15T22:30:43.151Z Compiling rand v0.8.6
15362026-05-15T22:30:43.560Z Compiling slog-json v2.6.1
15372026-05-15T22:30:43.610Z Compiling hostname v0.3.1
15382026-05-15T22:30:43.745Z Compiling toml_parser v1.1.2+spec-1.1.0
15392026-05-15T22:30:43.749Z Compiling toml_datetime v1.1.1+spec-1.1.0
15402026-05-15T22:30:43.767Z Compiling wait-timeout v0.2.1
15412026-05-15T22:30:43.812Z Compiling memmap2 v0.9.10
15422026-05-15T22:30:43.815Z Compiling is-terminal v0.4.17
15432026-05-15T22:30:43.914Z Compiling either v1.15.0
15442026-05-15T22:30:44.028Z Compiling usdt v0.6.0
15452026-05-15T22:30:44.055Z Compiling slog-term v2.9.2
15462026-05-15T22:30:44.066Z Compiling rusty-fork v0.3.1
15472026-05-15T22:30:44.113Z Compiling toml v1.1.2+spec-1.1.0
15482026-05-15T22:30:44.306Z Compiling slog-bunyan v2.5.0
15492026-05-15T22:30:44.440Z Compiling serde_with v3.20.0
15502026-05-15T22:30:44.452Z Compiling async-compression v0.4.42
15512026-05-15T22:30:44.661Z Compiling rand_xorshift v0.4.0
15522026-05-15T22:30:44.754Z Compiling sha1 v0.10.6
15532026-05-15T22:30:44.804Z Compiling rustls-pemfile v2.2.0
15542026-05-15T22:30:44.965Z Compiling regress v0.10.5
15552026-05-15T22:30:44.976Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15562026-05-15T22:30:44.999Z Compiling hostname v0.4.2
15572026-05-15T22:30:45.133Z Compiling proptest v1.11.0
15582026-05-15T22:30:45.459Z Compiling tokio-rustls v0.25.0
15592026-05-15T22:30:46.462Z Compiling iddqd v0.3.18
15602026-05-15T22:30:46.894Z Compiling reqwest v0.12.28
15612026-05-15T22:30:47.437Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15622026-05-15T22:30:47.840Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15632026-05-15T22:30:48.096Z Compiling utf8parse v0.2.2
15642026-05-15T22:30:48.239Z Compiling anstyle-parse v1.0.0
15652026-05-15T22:30:48.257Z Compiling progenitor-client v0.10.0
15662026-05-15T22:30:48.431Z Compiling itertools v0.14.0
15672026-05-15T22:30:48.539Z Compiling backoff v0.4.0
15682026-05-15T22:30:48.757Z Compiling parse-display v0.10.0
15692026-05-15T22:30:48.853Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15702026-05-15T22:30:49.001Z Compiling is_terminal_polyfill v1.70.2
15712026-05-15T22:30:49.092Z Compiling colorchoice v1.0.5
15722026-05-15T22:30:49.095Z Compiling anstyle v1.0.14
15732026-05-15T22:30:49.210Z Compiling anstyle-query v1.1.5
15742026-05-15T22:30:49.319Z Compiling anstream v1.0.0
15752026-05-15T22:30:49.651Z Compiling clap_lex v1.1.0
15762026-05-15T22:30:49.943Z Compiling regress v0.11.1
15772026-05-15T22:30:50.047Z Compiling clap_derive v4.6.1
15782026-05-15T22:30:50.631Z Compiling terminal_size v0.4.4
15792026-05-15T22:30:51.497Z Compiling typify-impl v0.6.2
15802026-05-15T22:30:51.731Z Compiling toml_datetime v0.6.11
15812026-05-15T22:30:51.848Z Compiling zerocopy-derive v0.7.35
15822026-05-15T22:30:52.260Z Compiling convert_case v0.4.0
15832026-05-15T22:30:52.553Z Compiling derive_more v0.99.20
15842026-05-15T22:30:52.729Z Compiling zerocopy v0.7.35
15852026-05-15T22:30:53.335Z Compiling clap_builder v4.6.0
15862026-05-15T22:30:53.471Z Compiling toml_edit v0.25.11+spec-1.1.0
15872026-05-15T22:30:54.144Z Compiling unicode-width v0.2.2
15882026-05-15T22:30:54.382Z Compiling proc-macro-crate v3.5.0
15892026-05-15T22:30:54.812Z Compiling secrecy v0.10.3
15902026-05-15T22:30:54.878Z Compiling float-ord v0.3.2
15912026-05-15T22:30:54.959Z Compiling clap v4.6.1
15922026-05-15T22:30:54.987Z Compiling tinyvec_macros v0.1.1
15932026-05-15T22:30:55.037Z Compiling crucible-workspace-hack v0.1.0
15942026-05-15T22:30:55.052Z Compiling tinyvec v1.11.0
15952026-05-15T22:30:55.234Z Compiling num_enum_derive v0.7.6
15962026-05-15T22:30:55.719Z Compiling dtrace-parser v0.2.0
15972026-05-15T22:30:55.955Z Compiling scroll_derive v0.12.1
15982026-05-15T22:30:56.276Z Compiling num-integer v0.1.46
15992026-05-15T22:30:56.593Z Compiling rustc_version v0.4.1
16002026-05-15T22:30:56.601Z Compiling usdt-impl v0.5.0
16012026-05-15T22:30:56.684Z Compiling scroll v0.12.0
16022026-05-15T22:30:56.858Z Compiling curve25519-dalek v4.1.3
16032026-05-15T22:30:56.946Z Compiling num_enum v0.7.6
16042026-05-15T22:30:57.203Z Compiling dof v0.3.0
16052026-05-15T22:30:57.475Z Compiling hmac v0.12.1
16062026-05-15T22:30:57.520Z Compiling darling_core v0.21.3
16072026-05-15T22:30:57.539Z Compiling inout v0.1.4
16082026-05-15T22:30:57.542Z Compiling ff v0.13.1
16092026-05-15T22:30:57.618Z Compiling thread-id v4.2.2
16102026-05-15T22:30:57.671Z Compiling cipher v0.4.4
16112026-05-15T22:30:57.693Z Compiling group v0.13.0
16122026-05-15T22:30:57.702Z Compiling hkdf v0.12.4
16132026-05-15T22:30:57.831Z Compiling typify-macro v0.6.2
16142026-05-15T22:30:58.354Z Compiling goblin v0.8.2
16152026-05-15T22:30:58.412Z Compiling num-iter v0.1.45
16162026-05-15T22:30:58.528Z Compiling num-rational v0.4.2
16172026-05-15T22:30:58.591Z Compiling thiserror-impl-no-std v2.0.2
16182026-05-15T22:30:58.683Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16192026-05-15T22:30:59.146Z Compiling crossbeam-epoch v0.9.18
16202026-05-15T22:30:59.494Z Compiling universal-hash v0.5.1
16212026-05-15T22:30:59.505Z Compiling half v2.7.1
16222026-05-15T22:30:59.625Z Compiling crypto-bigint v0.5.5
16232026-05-15T22:30:59.676Z Compiling darling_macro v0.21.3
16242026-05-15T22:30:59.698Z Compiling curve25519-dalek-derive v0.1.1
16252026-05-15T22:30:59.799Z Compiling num-complex v0.4.6
16262026-05-15T22:30:59.962Z Compiling typify v0.6.2
16272026-05-15T22:31:00.311Z Compiling base64ct v1.8.3
16282026-05-15T22:31:00.358Z Compiling opaque-debug v0.3.1
16292026-05-15T22:31:00.385Z Compiling base16ct v0.2.0
16302026-05-15T22:31:00.385Z Compiling ciborium-io v0.2.2
16312026-05-15T22:31:00.425Z Compiling poly1305 v0.8.0
16322026-05-15T22:31:00.484Z Compiling ciborium-ll v0.2.2
16332026-05-15T22:31:00.540Z Compiling password-hash v0.5.0
16342026-05-15T22:31:00.692Z Compiling elliptic-curve v0.13.8
16352026-05-15T22:31:01.073Z Compiling darling v0.21.3
16362026-05-15T22:31:01.154Z Compiling num v0.4.3
16372026-05-15T22:31:01.238Z Compiling thiserror-no-std v2.0.2
16382026-05-15T22:31:01.665Z Compiling chacha20 v0.9.1
16392026-05-15T22:31:01.872Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16402026-05-15T22:31:01.975Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16412026-05-15T22:31:02.376Z Compiling blake2 v0.10.6
16422026-05-15T22:31:02.511Z Compiling byte-wrapper v0.1.0
16432026-05-15T22:31:02.636Z Compiling aead v0.5.2
16442026-05-15T22:31:02.800Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16452026-05-15T22:31:02.826Z Compiling proc-macro-error-attr v1.0.4
16462026-05-15T22:31:03.064Z Compiling unsafe-libyaml v0.2.11
16472026-05-15T22:31:03.093Z Compiling prettyplease v0.2.37
16482026-05-15T22:31:03.128Z Compiling heapless v0.8.0
16492026-05-15T22:31:03.351Z Compiling keccak v0.1.6
16502026-05-15T22:31:03.484Z Compiling rustix v0.38.44
16512026-05-15T22:31:03.589Z Compiling sha3 v0.10.9
16522026-05-15T22:31:03.890Z Compiling serde_yaml v0.9.34+deprecated
16532026-05-15T22:31:04.063Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16542026-05-15T22:31:05.181Z Compiling chacha20poly1305 v0.10.1
16552026-05-15T22:31:05.278Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16562026-05-15T22:31:05.278Z Compiling argon2 v0.5.3
16572026-05-15T22:31:05.413Z Compiling vsss-rs v3.3.4
16582026-05-15T22:31:05.515Z Compiling ingot-macros v0.1.1
16592026-05-15T22:31:05.881Z Compiling ciborium v0.2.2
16602026-05-15T22:31:06.691Z Compiling usdt-attr-macro v0.5.0
16612026-05-15T22:31:06.713Z Compiling usdt-macro v0.5.0
16622026-05-15T22:31:07.217Z Compiling rustls-webpki v0.103.13
16632026-05-15T22:31:08.654Z Compiling serde_spanned v0.6.9
16642026-05-15T22:31:08.720Z Compiling enum-as-inner v0.6.1
16652026-05-15T22:31:08.798Z Compiling hash32 v0.3.1
16662026-05-15T22:31:08.953Z Compiling proc-macro-error v1.0.4
16672026-05-15T22:31:08.977Z Compiling memmap v0.7.0
16682026-05-15T22:31:09.173Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16692026-05-15T22:31:09.203Z Compiling toml_write v0.1.2
16702026-05-15T22:31:09.323Z Compiling indent_write v2.2.0
16712026-05-15T22:31:09.407Z Compiling smoltcp v0.11.0
16722026-05-15T22:31:09.435Z Compiling data-encoding v2.11.0
16732026-05-15T22:31:09.461Z Compiling static_assertions v1.1.0
16742026-05-15T22:31:09.529Z Compiling winnow v0.5.40
16752026-05-15T22:31:09.540Z Compiling winnow v0.7.15
16762026-05-15T22:31:09.759Z Compiling usdt v0.5.0
16772026-05-15T22:31:10.034Z Compiling ingot-types v0.1.2
16782026-05-15T22:31:10.287Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16792026-05-15T22:31:10.298Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16802026-05-15T22:31:10.392Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16812026-05-15T22:31:10.648Z Compiling tokio-rustls v0.26.4
16822026-05-15T22:31:10.777Z Compiling rustls-platform-verifier v0.7.0
16832026-05-15T22:31:10.889Z Compiling hyper-rustls v0.27.9
16842026-05-15T22:31:10.912Z Compiling toml_edit v0.22.27
16852026-05-15T22:31:10.925Z Compiling toml_edit v0.19.15
16862026-05-15T22:31:11.175Z Compiling reqwest v0.13.3
16872026-05-15T22:31:11.878Z Compiling tabwriter v1.4.1
16882026-05-15T22:31:12.264Z Compiling cobs v0.3.0
16892026-05-15T22:31:12.466Z Compiling progenitor-client v0.14.0
16902026-05-15T22:31:12.595Z Compiling serde_repr v0.1.20
16912026-05-15T22:31:12.767Z Compiling progenitor-extras v0.2.0
16922026-05-15T22:31:12.908Z Compiling memoffset v0.9.1
16932026-05-15T22:31:13.007Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16942026-05-15T22:31:13.260Z Compiling bitflags v1.3.2
16952026-05-15T22:31:13.337Z Compiling cfg_aliases v0.2.1
16962026-05-15T22:31:13.413Z Compiling managed v0.8.0
16972026-05-15T22:31:13.637Z Compiling pkg-config v0.3.33
16982026-05-15T22:31:13.973Z Compiling vcpkg v0.2.15
16992026-05-15T22:31:14.099Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17002026-05-15T22:31:14.299Z Compiling nix v0.31.3
17012026-05-15T22:31:14.455Z Compiling postcard v1.1.3
17022026-05-15T22:31:14.550Z Compiling openssl-sys v0.9.115
17032026-05-15T22:31:14.699Z Compiling toml v0.8.23
17042026-05-15T22:31:15.107Z Compiling proc-macro-crate v1.3.1
17052026-05-15T22:31:15.442Z Compiling ingot v0.1.1
17062026-05-15T22:31:15.478Z Compiling hubpack_derive v0.1.1
17072026-05-15T22:31:15.653Z Compiling foreign-types-macros v0.2.3
17082026-05-15T22:31:16.017Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17092026-05-15T22:31:16.109Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17102026-05-15T22:31:16.148Z Compiling swrite v0.1.0
17112026-05-15T22:31:16.244Z Compiling linked-hash-map v0.5.6
17122026-05-15T22:31:16.306Z Compiling colored v3.1.1
17132026-05-15T22:31:16.318Z Compiling heck v0.4.1
17142026-05-15T22:31:16.350Z Compiling foreign-types-shared v0.3.1
17152026-05-15T22:31:16.423Z Compiling resolv-conf v0.7.6
17162026-05-15T22:31:16.440Z Compiling rayon-core v1.13.0
17172026-05-15T22:31:16.514Z Compiling semver v0.1.20
17182026-05-15T22:31:16.672Z Compiling unicode-segmentation v1.13.2
17192026-05-15T22:31:16.695Z Compiling cpufeatures v0.3.0
17202026-05-15T22:31:16.770Z Compiling chacha20 v0.10.0
17212026-05-15T22:31:16.780Z Compiling rustc_version v0.1.7
17222026-05-15T22:31:16.821Z Compiling foreign-types v0.5.0
17232026-05-15T22:31:16.899Z Compiling lru-cache v0.1.2
17242026-05-15T22:31:16.978Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17252026-05-15T22:31:17.022Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17262026-05-15T22:31:17.033Z Compiling newline-converter v0.3.0
17272026-05-15T22:31:17.088Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17282026-05-15T22:31:17.269Z Compiling hubpack v0.1.2
17292026-05-15T22:31:17.285Z Compiling num_enum_derive v0.5.11
17302026-05-15T22:31:17.492Z Compiling atomicwrites v0.4.4
17312026-05-15T22:31:17.572Z Compiling hickory-proto v0.24.4
17322026-05-15T22:31:18.382Z Compiling progenitor-impl v0.13.0
17332026-05-15T22:31:19.131Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17342026-05-15T22:31:19.338Z Compiling crossbeam-deque v0.8.6
17352026-05-15T22:31:19.548Z Compiling console v0.15.11
17362026-05-15T22:31:19.890Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17372026-05-15T22:31:19.932Z Compiling camino-tempfile v1.4.1
17382026-05-15T22:31:20.069Z Compiling serde-big-array v0.5.1
17392026-05-15T22:31:20.174Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17402026-05-15T22:31:20.211Z Compiling num-derive v0.4.2
17412026-05-15T22:31:20.224Z Compiling derive-where v1.6.1
17422026-05-15T22:31:20.414Z Compiling pin-project-internal v1.1.12
17432026-05-15T22:31:20.710Z Compiling cstr-argument v0.1.2
17442026-05-15T22:31:20.862Z Compiling siphasher v1.0.3
17452026-05-15T22:31:20.881Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17462026-05-15T22:31:20.925Z Compiling minimal-lexical v0.2.1
17472026-05-15T22:31:21.054Z Compiling similar v2.7.0
17482026-05-15T22:31:21.128Z Compiling nom v7.1.3
17492026-05-15T22:31:21.174Z Compiling phf_shared v0.12.1
17502026-05-15T22:31:21.185Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512026-05-15T22:31:21.448Z Compiling expectorate v1.2.0
17522026-05-15T22:31:21.506Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17532026-05-15T22:31:21.531Z Compiling pin-project v1.1.12
17542026-05-15T22:31:21.592Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17552026-05-15T22:31:21.625Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17562026-05-15T22:31:21.841Z Compiling hickory-resolver v0.24.4
17572026-05-15T22:31:21.976Z Compiling progenitor-macro v0.13.0
17582026-05-15T22:31:22.006Z Compiling num_enum v0.5.11
17592026-05-15T22:31:22.119Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17602026-05-15T22:31:22.382Z Compiling newtype_derive v0.1.6
17612026-05-15T22:31:22.471Z Compiling rand v0.10.1
17622026-05-15T22:31:22.625Z Compiling progenitor-client v0.13.0
17632026-05-15T22:31:23.335Z Compiling progenitor-impl v0.14.0
17642026-05-15T22:31:23.837Z Compiling unicode-normalization v0.1.25
17652026-05-15T22:31:24.320Z Compiling tokio-stream v0.1.18
17662026-05-15T22:31:24.410Z Compiling snafu-derive v0.8.9
17672026-05-15T22:31:24.488Z Compiling async-recursion v1.1.1
17682026-05-15T22:31:24.538Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17692026-05-15T22:31:24.787Z Compiling slog-dtrace v0.3.0
17702026-05-15T22:31:24.846Z Compiling csv-core v0.1.13
17712026-05-15T22:31:25.039Z Compiling bstr v1.12.1
17722026-05-15T22:31:25.111Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17732026-05-15T22:31:25.186Z Compiling unicode-width v0.1.14
17742026-05-15T22:31:25.478Z Compiling openssl v0.10.79
17752026-05-15T22:31:25.540Z Compiling same-file v1.0.6
17762026-05-15T22:31:25.719Z Compiling konst_macro_rules v0.2.19
17772026-05-15T22:31:25.762Z Compiling chrono-tz v0.10.4
17782026-05-15T22:31:25.898Z Compiling highway v1.3.0
17792026-05-15T22:31:25.990Z Compiling owo-colors v4.3.0
17802026-05-15T22:31:26.160Z Compiling foreign-types-shared v0.1.1
17812026-05-15T22:31:26.254Z Compiling unicode-xid v0.2.6
17822026-05-15T22:31:26.289Z Compiling cancel-safe-futures v0.1.5
17832026-05-15T22:31:26.340Z Compiling foldhash v0.1.5
17842026-05-15T22:31:26.376Z Compiling const_format_proc_macros v0.2.34
17852026-05-15T22:31:26.528Z Compiling hashbrown v0.15.5
17862026-05-15T22:31:26.615Z Compiling foreign-types v0.3.2
17872026-05-15T22:31:26.689Z Compiling snafu v0.8.9
17882026-05-15T22:31:26.780Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17892026-05-15T22:31:26.913Z Compiling progenitor-macro v0.14.0
17902026-05-15T22:31:27.072Z Compiling konst v0.2.20
17912026-05-15T22:31:27.100Z Compiling walkdir v2.5.0
17922026-05-15T22:31:27.115Z Compiling progenitor v0.13.0
17932026-05-15T22:31:27.192Z Compiling globset v0.4.18
17942026-05-15T22:31:27.295Z Compiling csv v1.4.0
17952026-05-15T22:31:27.365Z Compiling qorb v0.4.1
17962026-05-15T22:31:27.454Z Compiling olpc-cjson v0.1.4
17972026-05-15T22:31:27.586Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17982026-05-15T22:31:27.862Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17992026-05-15T22:31:28.786Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18002026-05-15T22:31:29.316Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18012026-05-15T22:31:29.341Z Compiling rayon v1.12.0
18022026-05-15T22:31:29.555Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18032026-05-15T22:31:29.673Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18042026-05-15T22:31:29.688Z Compiling phf v0.12.1
18052026-05-15T22:31:29.931Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18062026-05-15T22:31:30.253Z Compiling zone_cfg_derive v0.3.1
18072026-05-15T22:31:30.289Z Compiling tokio-dtrace v0.1.1
18082026-05-15T22:31:30.848Z Compiling itertools v0.12.1
18092026-05-15T22:31:30.944Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18102026-05-15T22:31:30.955Z Compiling libsw-core v0.3.2
18112026-05-15T22:31:31.118Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18122026-05-15T22:31:31.131Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18132026-05-15T22:31:31.142Z Compiling serde_plain v1.0.2
18142026-05-15T22:31:31.348Z Compiling openssl-macros v0.1.1
18152026-05-15T22:31:31.503Z Compiling pem v3.0.6
18162026-05-15T22:31:31.717Z Compiling cookie v0.18.1
18172026-05-15T22:31:31.841Z Compiling sigpipe v0.1.3
18182026-05-15T22:31:31.852Z Compiling glob v0.3.3
18192026-05-15T22:31:31.887Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18202026-05-15T22:31:31.925Z Compiling jiff v0.2.24
18212026-05-15T22:31:31.963Z Compiling typed-path v0.9.3
18222026-05-15T22:31:32.036Z Compiling fixedbitset v0.4.2
18232026-05-15T22:31:32.062Z Compiling fixedbitset v0.5.7
18242026-05-15T22:31:32.117Z Compiling bytecount v0.6.9
18252026-05-15T22:31:32.257Z Compiling petgraph v0.8.3
18262026-05-15T22:31:32.269Z Compiling papergrid v0.11.0
18272026-05-15T22:31:32.287Z Compiling petgraph v0.6.5
18282026-05-15T22:31:32.410Z Compiling progenitor v0.14.0
18292026-05-15T22:31:32.589Z Compiling zone v0.3.1
18302026-05-15T22:31:33.311Z Compiling tough v0.20.0
18312026-05-15T22:31:33.884Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18322026-05-15T22:31:34.107Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18332026-05-15T22:31:34.149Z Compiling libsw v3.5.0
18342026-05-15T22:31:34.166Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18352026-05-15T22:31:34.323Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18362026-05-15T22:31:34.355Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18372026-05-15T22:31:34.366Z Compiling oxide-tokio-rt v0.1.5
18382026-05-15T22:31:34.677Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18392026-05-15T22:31:35.595Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18402026-05-15T22:31:35.799Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18412026-05-15T22:31:35.899Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18422026-05-15T22:31:36.130Z Compiling const_format v0.2.36
18432026-05-15T22:31:36.605Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18442026-05-15T22:31:36.690Z Compiling tabled_derive v0.7.0
18452026-05-15T22:31:36.766Z Compiling gethostname v0.5.0
18462026-05-15T22:31:36.777Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18472026-05-15T22:31:36.869Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18482026-05-15T22:31:36.884Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18492026-05-15T22:31:36.895Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18502026-05-15T22:31:37.002Z Compiling bcs v0.1.6
18512026-05-15T22:31:37.012Z Compiling smf v0.2.3
18522026-05-15T22:31:37.313Z Compiling nom v8.0.0
18532026-05-15T22:31:37.465Z Compiling termtree v0.5.1
18542026-05-15T22:31:37.613Z Compiling whoami v1.6.1
18552026-05-15T22:31:37.624Z Compiling crunchy v0.2.4
18562026-05-15T22:31:37.659Z Compiling lazy_static v1.5.0
18572026-05-15T22:31:37.761Z Compiling tagptr v0.2.0
18582026-05-15T22:31:37.913Z Compiling unicode-linebreak v0.1.5
18592026-05-15T22:31:37.924Z Compiling smawk v0.3.2
18602026-05-15T22:31:37.927Z Compiling linear-map v1.2.0
18612026-05-15T22:31:38.010Z Compiling moka v0.12.15
18622026-05-15T22:31:38.056Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18632026-05-15T22:31:38.121Z Compiling textwrap v0.16.2
18642026-05-15T22:31:38.154Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18652026-05-15T22:31:38.678Z Compiling steno v0.4.1
18662026-05-15T22:31:38.898Z Compiling tabled v0.15.0
18672026-05-15T22:31:39.332Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18682026-05-15T22:31:39.848Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18692026-05-15T22:31:40.044Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18702026-05-15T22:31:40.869Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18712026-05-15T22:31:41.615Z Compiling hickory-proto v0.25.2
18722026-05-15T22:31:41.831Z Compiling tiny-keccak v2.0.2
18732026-05-15T22:31:41.947Z Compiling humantime v2.3.0
18742026-05-15T22:31:42.089Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18752026-05-15T22:31:42.242Z Compiling parking_lot_core v0.8.6
18762026-05-15T22:31:42.535Z Compiling libscf-sys v1.2.0
18772026-05-15T22:31:42.559Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18782026-05-15T22:31:42.693Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18792026-05-15T22:31:42.869Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18802026-05-15T22:31:43.126Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18812026-05-15T22:31:43.256Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18822026-05-15T22:31:43.378Z Compiling const-random-macro v0.1.16
18832026-05-15T22:31:43.498Z Compiling ahash v0.8.12
18842026-05-15T22:31:43.657Z Compiling hickory-resolver v0.25.2
18852026-05-15T22:31:43.662Z Compiling smartstring v1.0.1
18862026-05-15T22:31:43.804Z Compiling const-random v0.1.18
18872026-05-15T22:31:43.819Z Compiling parking_lot v0.11.2
18882026-05-15T22:31:44.211Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18892026-05-15T22:31:44.218Z Compiling fxhash v0.2.1
18902026-05-15T22:31:44.238Z Compiling internet-checksum v0.2.1
18912026-05-15T22:31:44.356Z Compiling sled v0.34.7
18922026-05-15T22:31:44.652Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18932026-05-15T22:31:44.677Z Compiling thin-vec v0.2.18
18942026-05-15T22:31:44.974Z Compiling rhai_codegen v3.1.0
18952026-05-15T22:31:45.626Z Compiling sdd v3.0.10
18962026-05-15T22:31:45.658Z Compiling scc v2.4.0
18972026-05-15T22:31:45.950Z Compiling serial_test_derive v3.4.0
18982026-05-15T22:31:46.173Z Compiling yansi v1.0.1
18992026-05-15T22:31:46.191Z Compiling rhai v1.24.0
19002026-05-15T22:31:47.488Z Compiling diff v0.1.13
19012026-05-15T22:31:47.517Z Compiling serial_test v3.4.0
19022026-05-15T22:31:47.517Z Compiling pretty_assertions v1.4.1
19032026-05-15T22:31:47.517Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19042026-05-15T22:31:48.445Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19052026-05-15T22:31:56.693Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19062026-05-15T22:31:58.316Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19072026-05-15T22:31:59.343Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19082026-05-15T22:32:00.413Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19092026-05-15T22:32:01.184Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19102026-05-15T22:32:02.319Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19112026-05-15T22:32:35.120Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
19122026-05-15T22:32:35.305Z────────────
19132026-05-15T22:32:35.305Z Nextest run ID 898a5a1b-cb93-49ba-8180-9ec4a5bbace2 with nextest profile: default
19142026-05-15T22:32:35.305Z Starting 150 tests across 3 binaries
19152026-05-15T22:32:35.315Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19162026-05-15T22:32:35.318Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19172026-05-15T22:32:35.318Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19182026-05-15T22:32:35.318Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19192026-05-15T22:32:35.318Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19202026-05-15T22:32:35.318Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19212026-05-15T22:32:35.318Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19222026-05-15T22:32:35.318Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19232026-05-15T22:32:35.325Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19242026-05-15T22:32:35.329Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19252026-05-15T22:32:35.329Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
19262026-05-15T22:32:35.329Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19272026-05-15T22:32:35.329Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19282026-05-15T22:32:35.329Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19292026-05-15T22:32:35.329Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19302026-05-15T22:32:35.329Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19312026-05-15T22:32:35.333Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19322026-05-15T22:32:35.336Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
19332026-05-15T22:32:35.336Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19342026-05-15T22:32:35.336Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19352026-05-15T22:32:35.336Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19362026-05-15T22:32:35.336Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19372026-05-15T22:32:35.336Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19382026-05-15T22:32:35.341Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19392026-05-15T22:32:35.344Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19402026-05-15T22:32:35.344Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19412026-05-15T22:32:35.344Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19422026-05-15T22:32:35.344Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19432026-05-15T22:32:35.347Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19442026-05-15T22:32:35.347Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19452026-05-15T22:32:35.347Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19462026-05-15T22:32:35.347Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19472026-05-15T22:32:35.352Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19482026-05-15T22:32:35.352Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19492026-05-15T22:32:35.352Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19502026-05-15T22:32:35.355Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19512026-05-15T22:32:35.355Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19522026-05-15T22:32:35.355Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19532026-05-15T22:32:35.355Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19542026-05-15T22:32:35.358Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19552026-05-15T22:32:35.363Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19562026-05-15T22:32:35.367Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19572026-05-15T22:32:35.367Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19582026-05-15T22:32:35.367Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19592026-05-15T22:32:35.367Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19602026-05-15T22:32:35.367Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19612026-05-15T22:32:35.367Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19622026-05-15T22:32:35.367Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19632026-05-15T22:32:35.372Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19642026-05-15T22:32:35.375Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19652026-05-15T22:32:35.376Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19662026-05-15T22:32:35.376Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19672026-05-15T22:32:35.376Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
19682026-05-15T22:32:35.376Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19692026-05-15T22:32:35.376Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19702026-05-15T22:32:35.376Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19712026-05-15T22:32:35.383Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19722026-05-15T22:32:35.386Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19732026-05-15T22:32:35.386Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_round_trip
19742026-05-15T22:32:35.386Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19752026-05-15T22:32:35.386Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
19762026-05-15T22:32:35.387Z PASS [ 0.010s] bgp messages::tests::prefix_within
19772026-05-15T22:32:35.387Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19782026-05-15T22:32:35.387Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19792026-05-15T22:32:35.393Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19802026-05-15T22:32:35.396Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19812026-05-15T22:32:35.396Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19822026-05-15T22:32:35.396Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19832026-05-15T22:32:35.396Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19842026-05-15T22:32:35.396Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19852026-05-15T22:32:35.396Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19862026-05-15T22:32:35.396Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19872026-05-15T22:32:35.403Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19882026-05-15T22:32:35.406Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19892026-05-15T22:32:35.406Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19902026-05-15T22:32:35.406Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19912026-05-15T22:32:35.406Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19922026-05-15T22:32:35.406Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19932026-05-15T22:32:35.406Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19942026-05-15T22:32:35.406Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19952026-05-15T22:32:35.413Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
19962026-05-15T22:32:35.416Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19972026-05-15T22:32:35.416Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
19982026-05-15T22:32:35.416Z PASS [ 0.010s] bgp messages::tests::update_round_trip
19992026-05-15T22:32:35.427Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20002026-05-15T22:32:35.430Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20012026-05-15T22:32:35.430Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20022026-05-15T22:32:35.430Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20032026-05-15T22:32:35.433Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_roundtrip
20042026-05-15T22:32:35.433Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20052026-05-15T22:32:35.436Z PASS [ 0.022s] bgp policy::test::update_shape_community
20062026-05-15T22:32:35.444Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20072026-05-15T22:32:35.447Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20082026-05-15T22:32:35.447Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20092026-05-15T22:32:35.447Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20102026-05-15T22:32:35.447Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20112026-05-15T22:32:35.447Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20122026-05-15T22:32:35.450Z PASS [ 0.034s] bgp proptest::prop_encode_decode_semantic_equivalence
20132026-05-15T22:32:35.453Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20142026-05-15T22:32:35.459Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20152026-05-15T22:32:35.462Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20162026-05-15T22:32:35.462Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20172026-05-15T22:32:35.462Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20182026-05-15T22:32:35.466Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20192026-05-15T22:32:35.469Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20202026-05-15T22:32:35.469Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20212026-05-15T22:32:35.469Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20222026-05-15T22:32:35.469Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20232026-05-15T22:32:35.474Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20242026-05-15T22:32:35.477Z PASS [ 0.031s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20252026-05-15T22:32:35.477Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20262026-05-15T22:32:35.477Z PASS [ 0.030s] bgp proptest::prop_update_mp_reach_roundtrip
20272026-05-15T22:32:35.477Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20282026-05-15T22:32:35.477Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20292026-05-15T22:32:35.480Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20302026-05-15T22:32:35.480Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20312026-05-15T22:32:35.480Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20322026-05-15T22:32:35.483Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20332026-05-15T22:32:35.486Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20342026-05-15T22:32:35.486Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20352026-05-15T22:32:35.486Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20362026-05-15T22:32:38.547Z PASS [ 3.070s] bgp test::test_basic_peering_active
20372026-05-15T22:32:38.550Z PASS [ 3.064s] bgp test::test_basic_update
20382026-05-15T22:32:38.552Z PASS [ 3.067s] bgp test::test_basic_update_ipv6
20392026-05-15T22:32:38.555Z PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp
20402026-05-15T22:32:38.568Z PASS [ 3.083s] bgp test::test_basic_update_ipv6_tcp
20412026-05-15T22:32:38.571Z PASS [ 3.085s] bgp test::test_basic_update_tcp
20422026-05-15T22:32:39.543Z PASS [ 4.065s] bgp test::test_basic_peering_passive
20432026-05-15T22:32:39.556Z PASS [ 4.079s] bgp test::test_basic_peering_active_tcp
20442026-05-15T22:32:41.635Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_active
20452026-05-15T22:32:42.608Z PASS [ 3.064s] bgp test::test_ipv6_basic_peering_passive
20462026-05-15T22:32:42.628Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv4_peer_success
20472026-05-15T22:32:42.628Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv6_peer_success
20482026-05-15T22:32:42.631Z PASS [ 4.077s] bgp test::test_import_export_policy_filtering
20492026-05-15T22:32:42.631Z PASS [ 4.075s] bgp test::test_ipv4_routes_ipv6_peer_success
20502026-05-15T22:32:42.634Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20512026-05-15T22:32:42.651Z PASS [ 4.079s] bgp test::test_ipv6_basic_peering_active_tcp
20522026-05-15T22:32:43.724Z PASS [ 1.096s] bgp test::test_three_router_chain_tcp
20532026-05-15T22:32:43.730Z PASS [ 1.101s] bgp test::test_three_router_chain_tcp_ipv6
20542026-05-15T22:32:44.673Z PASS [ 2.065s] bgp test::test_multiple_unnumbered_sessions
20552026-05-15T22:32:44.693Z PASS [ 2.065s] bgp test::test_same_linklocal_multiple_interfaces
20562026-05-15T22:32:44.791Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20572026-05-15T22:32:45.454Z PASS [ 2.826s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20582026-05-15T22:32:45.697Z PASS [ 3.064s] bgp test::test_three_router_chain_unnumbered
20592026-05-15T22:32:45.709Z PASS [ 4.074s] bgp test::test_ipv6_routes_ipv4_peer_success
20602026-05-15T22:32:47.711Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
20612026-05-15T22:32:49.754Z PASS [ 5.059s] bgp test::test_unnumbered_session_survives_peer_change
20622026-05-15T22:32:53.737Z PASS [ 9.063s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20632026-05-15T22:32:53.850Z PASS [ 9.059s] bgp test::test_unnumbered_unaffected_by_ndp
20642026-05-15T22:33:01.796Z PASS [ 18.063s] bgp test::test_unnumbered_interface_lifecycle
20652026-05-15T22:33:01.796Z────────────
20662026-05-15T22:33:01.796Z Summary [ 26.482s] 150 tests run: 150 passed, 0 skipped
20672026-05-15T22:33:01.802Z+ 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/
20682026-05-15T22:33:01.808Z+ popd
20692026-05-15T22:33:01.809Z/work/oxidecomputer/maghemite
20702026-05-15T22:33:01.809Z+ pushd mgd
20712026-05-15T22:33:01.809Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20722026-05-15T22:33:01.831Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20732026-05-15T22:33:02.988Z Compiling slog v2.8.2
20742026-05-15T22:33:03.097Z Compiling usdt v0.6.0
20752026-05-15T22:33:03.192Z Compiling typify-impl v0.4.3
20762026-05-15T22:33:03.209Z Compiling proc-macro-error-attr2 v2.0.0
20772026-05-15T22:33:03.229Z Compiling papergrid v0.17.0
20782026-05-15T22:33:03.376Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
20792026-05-15T22:33:03.398Z Compiling testing_table v0.3.0
20802026-05-15T22:33:03.500Z Compiling slog-json v2.6.1
20812026-05-15T22:33:03.559Z Compiling slog-async v2.8.0
20822026-05-15T22:33:03.705Z Compiling slog-term v2.9.2
20832026-05-15T22:33:03.867Z Compiling slog-bunyan v2.5.0
20842026-05-15T22:33:04.010Z Compiling dropshot v0.17.0
20852026-05-15T22:33:04.100Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20862026-05-15T22:33:04.236Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20872026-05-15T22:33:04.278Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20882026-05-15T22:33:04.489Z Compiling slog-dtrace v0.3.0
20892026-05-15T22:33:04.625Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20902026-05-15T22:33:04.842Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20912026-05-15T22:33:04.960Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20922026-05-15T22:33:05.255Z Compiling steno v0.4.1
20932026-05-15T22:33:05.854Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20942026-05-15T22:33:05.983Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20952026-05-15T22:33:08.498Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20962026-05-15T22:33:09.453Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20972026-05-15T22:33:09.517Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20982026-05-15T22:33:10.119Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20992026-05-15T22:33:10.354Z Compiling typify-macro v0.4.3
21002026-05-15T22:33:10.789Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21012026-05-15T22:33:10.911Z Compiling proc-macro-error2 v2.0.1
21022026-05-15T22:33:11.192Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21032026-05-15T22:33:11.375Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21042026-05-15T22:33:11.513Z Compiling tabled_derive v0.11.0
21052026-05-15T22:33:11.702Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
21062026-05-15T22:33:11.774Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
21072026-05-15T22:33:12.005Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21082026-05-15T22:33:12.395Z Compiling typify v0.4.3
21092026-05-15T22:33:12.495Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21102026-05-15T22:33:12.518Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21112026-05-15T22:33:12.643Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21122026-05-15T22:33:13.630Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21132026-05-15T22:33:14.080Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21142026-05-15T22:33:14.380Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21152026-05-15T22:33:14.602Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21162026-05-15T22:33:14.723Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21172026-05-15T22:33:14.985Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21182026-05-15T22:33:15.695Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21192026-05-15T22:33:15.870Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21202026-05-15T22:33:15.910Z Compiling progenitor-impl v0.11.2
21212026-05-15T22:33:16.424Z Compiling tabled v0.20.0
21222026-05-15T22:33:16.501Z Compiling progenitor-client v0.11.2
21232026-05-15T22:33:16.744Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21242026-05-15T22:33:16.794Z Compiling crc8 v0.1.1
21252026-05-15T22:33:16.915Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21262026-05-15T22:33:17.159Z Compiling dropshot-api-manager-types v0.7.1
21272026-05-15T22:33:17.266Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21282026-05-15T22:33:17.532Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21292026-05-15T22:33:19.491Z Compiling progenitor-macro v0.11.2
21302026-05-15T22:33:20.621Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21312026-05-15T22:33:20.621Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21322026-05-15T22:33:21.710Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21332026-05-15T22:33:22.391Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21342026-05-15T22:33:23.066Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21352026-05-15T22:33:23.160Z Compiling progenitor v0.11.2
21362026-05-15T22:33:23.348Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21372026-05-15T22:33:24.845Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21382026-05-15T22:33:25.022Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21392026-05-15T22:33:30.281Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21402026-05-15T22:33:37.887Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21412026-05-15T22:33:39.506Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21422026-05-15T22:33:40.559Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21432026-05-15T22:33:41.635Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21442026-05-15T22:33:42.433Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21452026-05-15T22:33:43.612Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21462026-05-15T22:33:43.612Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21472026-05-15T22:33:43.615Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21482026-05-15T22:33:49.034Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21492026-05-15T22:34:18.860Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
21502026-05-15T22:34:19.035Z────────────
21512026-05-15T22:34:19.035Z Nextest run ID 8422bfc8-87d4-4903-80c2-0735a04464e1 with nextest profile: default
21522026-05-15T22:34:19.035Z Starting 32 tests across 3 binaries
21532026-05-15T22:34:19.046Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21542026-05-15T22:34:19.049Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21552026-05-15T22:34:19.063Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21562026-05-15T22:34:19.080Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21572026-05-15T22:34:19.097Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21582026-05-15T22:34:19.100Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21592026-05-15T22:34:19.100Z PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21602026-05-15T22:34:19.100Z PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21612026-05-15T22:34:19.100Z PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21622026-05-15T22:34:19.100Z PASS [ 0.064s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21632026-05-15T22:34:19.100Z PASS [ 0.064s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21642026-05-15T22:34:19.104Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21652026-05-15T22:34:19.107Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21662026-05-15T22:34:19.111Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21672026-05-15T22:34:19.111Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21682026-05-15T22:34:19.111Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21692026-05-15T22:34:19.111Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21702026-05-15T22:34:19.111Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21712026-05-15T22:34:19.114Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21722026-05-15T22:34:19.118Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21732026-05-15T22:34:19.118Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21742026-05-15T22:34:19.118Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21752026-05-15T22:34:19.118Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21762026-05-15T22:34:19.118Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21772026-05-15T22:34:19.121Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21782026-05-15T22:34:19.121Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21792026-05-15T22:34:19.121Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21802026-05-15T22:34:19.124Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21812026-05-15T22:34:19.127Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21822026-05-15T22:34:19.127Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21832026-05-15T22:34:19.127Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21842026-05-15T22:34:19.127Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21852026-05-15T22:34:19.127Z────────────
21862026-05-15T22:34:19.127Z Summary [ 0.092s] 32 tests run: 32 passed, 0 skipped
21872026-05-15T22:34:19.139Z+ cp apply_remove_entire_group.log /work/
21882026-05-15T22:34:19.142Z+ popd
21892026-05-15T22:34:19.142Z/work/oxidecomputer/maghemite
21902026-05-15T22:34:19.142Zprocess exited: duration 424265 ms, exit code 0
 
21912026-05-15T22:34:19.153Zfound 66 output files
21922026-05-15T22:34:19.153Zuploading: /work/apply_remove_entire_group.log (8027 bytes)
21932026-05-15T22:34:20.163Zuploaded: /work/apply_remove_entire_group.log
21942026-05-15T22:34:20.163Zuploading: /work/dualstack_routes.log (121514 bytes)
21952026-05-15T22:34:21.183Zuploaded: /work/dualstack_routes.log
21962026-05-15T22:34:21.183Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2366 bytes)
21972026-05-15T22:34:22.193Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21982026-05-15T22:34:22.193Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1528 bytes)
21992026-05-15T22:34:23.203Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22002026-05-15T22:34:23.203Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2235 bytes)
22012026-05-15T22:34:24.211Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22022026-05-15T22:34:24.212Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2240 bytes)
22032026-05-15T22:34:26.224Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22042026-05-15T22:34:26.224Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2233 bytes)
22052026-05-15T22:34:27.235Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22062026-05-15T22:34:27.235Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2251 bytes)
22072026-05-15T22:34:28.245Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22082026-05-15T22:34:28.245Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2377 bytes)
22092026-05-15T22:34:29.256Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22102026-05-15T22:34:29.256Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2239 bytes)
22112026-05-15T22:34:30.268Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22122026-05-15T22:34:30.268Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2238 bytes)
22132026-05-15T22:34:31.277Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22142026-05-15T22:34:31.277Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2224 bytes)
22152026-05-15T22:34:32.289Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22162026-05-15T22:34:32.289Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2263 bytes)
22172026-05-15T22:34:33.299Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22182026-05-15T22:34:33.299Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2414 bytes)
22192026-05-15T22:34:34.312Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22202026-05-15T22:34:34.312Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3515 bytes)
22212026-05-15T22:34:35.320Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22222026-05-15T22:34:35.320Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3497 bytes)
22232026-05-15T22:34:36.328Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22242026-05-15T22:34:36.328Zuploading: /work/multiple_unnumbered.log (111365 bytes)
22252026-05-15T22:34:37.340Zuploaded: /work/multiple_unnumbered.log
22262026-05-15T22:34:37.343Zuploading: /work/ndp_change_reset.log (70341 bytes)
22272026-05-15T22:34:38.351Zuploaded: /work/ndp_change_reset.log
22282026-05-15T22:34:38.351Zuploading: /work/ndp_changes.log (93174 bytes)
22292026-05-15T22:34:39.364Zuploaded: /work/ndp_changes.log
22302026-05-15T22:34:39.364Zuploading: /work/r1.test_basic_peering_active.log (38226 bytes)
22312026-05-15T22:34:40.375Zuploaded: /work/r1.test_basic_peering_active.log
22322026-05-15T22:34:40.376Zuploading: /work/r1.test_basic_peering_active_tcp.log (49136 bytes)
22332026-05-15T22:34:41.387Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22342026-05-15T22:34:41.387Zuploading: /work/r1.test_basic_peering_passive.log (33948 bytes)
22352026-05-15T22:34:42.399Zuploaded: /work/r1.test_basic_peering_passive.log
22362026-05-15T22:34:42.399Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39688 bytes)
22372026-05-15T22:34:43.411Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22382026-05-15T22:34:43.411Zuploading: /work/r1.test_basic_update.log (43310 bytes)
22392026-05-15T22:34:44.423Zuploaded: /work/r1.test_basic_update.log
22402026-05-15T22:34:44.423Zuploading: /work/r1.test_basic_update_ipv6.log (28248 bytes)
22412026-05-15T22:34:45.436Zuploaded: /work/r1.test_basic_update_ipv6.log
22422026-05-15T22:34:45.436Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31155 bytes)
22432026-05-15T22:34:46.447Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22442026-05-15T22:34:46.447Zuploading: /work/r1.test_basic_update_tcp.log (31294 bytes)
22452026-05-15T22:34:47.458Zuploaded: /work/r1.test_basic_update_tcp.log
22462026-05-15T22:34:47.458Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43590 bytes)
22472026-05-15T22:34:48.469Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22482026-05-15T22:34:48.469Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43972 bytes)
22492026-05-15T22:34:49.484Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22502026-05-15T22:34:49.484Zuploading: /work/r1.test_import_export_policy_filtering.log (40191 bytes)
22512026-05-15T22:34:50.498Zuploaded: /work/r1.test_import_export_policy_filtering.log
22522026-05-15T22:34:50.498Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35919 bytes)
22532026-05-15T22:34:51.512Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22542026-05-15T22:34:51.512Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40437 bytes)
22552026-05-15T22:34:52.523Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22562026-05-15T22:34:52.523Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49618 bytes)
22572026-05-15T22:34:53.535Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22582026-05-15T22:34:53.535Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33911 bytes)
22592026-05-15T22:34:54.547Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22602026-05-15T22:34:54.547Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39619 bytes)
22612026-05-15T22:34:55.557Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22622026-05-15T22:34:55.557Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35103 bytes)
22632026-05-15T22:34:56.568Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22642026-05-15T22:34:56.568Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29942 bytes)
22652026-05-15T22:34:57.582Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22662026-05-15T22:34:57.582Zuploading: /work/r1.test_three_router_chain_tcp.log (24558 bytes)
22672026-05-15T22:34:58.593Zuploaded: /work/r1.test_three_router_chain_tcp.log
22682026-05-15T22:34:58.593Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (26325 bytes)
22692026-05-15T22:34:59.604Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22702026-05-15T22:34:59.604Zuploading: /work/r2.test_basic_peering_active.log (38928 bytes)
22712026-05-15T22:35:00.619Zuploaded: /work/r2.test_basic_peering_active.log
22722026-05-15T22:35:00.619Zuploading: /work/r2.test_basic_peering_active_tcp.log (47936 bytes)
22732026-05-15T22:35:01.632Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22742026-05-15T22:35:01.632Zuploading: /work/r2.test_basic_peering_passive.log (43953 bytes)
22752026-05-15T22:35:02.643Zuploaded: /work/r2.test_basic_peering_passive.log
22762026-05-15T22:35:02.643Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46126 bytes)
22772026-05-15T22:35:03.656Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22782026-05-15T22:35:03.656Zuploading: /work/r2.test_basic_update.log (42497 bytes)
22792026-05-15T22:35:04.667Zuploaded: /work/r2.test_basic_update.log
22802026-05-15T22:35:04.667Zuploading: /work/r2.test_basic_update_ipv6.log (28704 bytes)
22812026-05-15T22:35:05.679Zuploaded: /work/r2.test_basic_update_ipv6.log
22822026-05-15T22:35:05.679Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32790 bytes)
22832026-05-15T22:35:06.690Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22842026-05-15T22:35:06.690Zuploading: /work/r2.test_basic_update_tcp.log (32795 bytes)
22852026-05-15T22:35:07.700Zuploaded: /work/r2.test_basic_update_tcp.log
22862026-05-15T22:35:07.700Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43582 bytes)
22872026-05-15T22:35:08.711Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22882026-05-15T22:35:08.711Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43822 bytes)
22892026-05-15T22:35:09.725Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22902026-05-15T22:35:09.725Zuploading: /work/r2.test_import_export_policy_filtering.log (36559 bytes)
22912026-05-15T22:35:10.740Zuploaded: /work/r2.test_import_export_policy_filtering.log
22922026-05-15T22:35:10.740Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38296 bytes)
22932026-05-15T22:35:11.752Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22942026-05-15T22:35:11.752Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38994 bytes)
22952026-05-15T22:35:12.762Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22962026-05-15T22:35:12.762Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47791 bytes)
22972026-05-15T22:35:13.773Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22982026-05-15T22:35:13.773Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41499 bytes)
22992026-05-15T22:35:14.784Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23002026-05-15T22:35:14.784Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46548 bytes)
23012026-05-15T22:35:15.797Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23022026-05-15T22:35:15.797Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38169 bytes)
23032026-05-15T22:35:16.809Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23042026-05-15T22:35:16.809Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28073 bytes)
23052026-05-15T22:35:17.820Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23062026-05-15T22:35:17.820Zuploading: /work/r2.test_three_router_chain_tcp.log (43397 bytes)
23072026-05-15T22:35:18.830Zuploaded: /work/r2.test_three_router_chain_tcp.log
23082026-05-15T22:35:18.830Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44981 bytes)
23092026-05-15T22:35:19.843Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23102026-05-15T22:35:19.843Zuploading: /work/r3.test_three_router_chain_tcp.log (22582 bytes)
23112026-05-15T22:35:20.853Zuploaded: /work/r3.test_three_router_chain_tcp.log
23122026-05-15T22:35:20.853Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21454 bytes)
23132026-05-15T22:35:21.865Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23142026-05-15T22:35:21.865Zuploading: /work/same_linklocal.log (139152 bytes)
23152026-05-15T22:35:22.878Zuploaded: /work/same_linklocal.log
23162026-05-15T22:35:22.878Zuploading: /work/three_chain.log (133224 bytes)
23172026-05-15T22:35:23.892Zuploaded: /work/three_chain.log
23182026-05-15T22:35:23.892Zuploading: /work/unnumbered_expiry.log (88134 bytes)
23192026-05-15T22:35:24.904Zuploaded: /work/unnumbered_expiry.log
23202026-05-15T22:35:24.904Zuploading: /work/unnumbered_interface_lifecycle.log (195701 bytes)
23212026-05-15T22:35:25.918Zuploaded: /work/unnumbered_interface_lifecycle.log
23222026-05-15T22:35:25.918Zuploading: /work/unnumbered_peer_change.log (78519 bytes)
23232026-05-15T22:35:26.929Zuploaded: /work/unnumbered_peer_change.log