01KTWA5RAKF027D10Q8YJHAK60: 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: 01KTWA671YJFNPGRRVVW853BR0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T21:43:34.272Zjob assigned to worker 01KTWA6NCF9Z7QP2SMQN11PC5H [factory aws, i-02b5f3e69be278948] (queued for 56 s)
 
22026-06-11T21:43:40.459Zstarting task 0: "setup"
32026-06-11T21:43:40.465Z++ uname -s
42026-06-11T21:43:40.468Z+ kern=SunOS
52026-06-11T21:43:40.468Z+ build_user=build
62026-06-11T21:43:40.468Z+ build_uid=12345
72026-06-11T21:43:40.468Z+ work_dir=/work
82026-06-11T21:43:40.468Z+ input_dir=/input
92026-06-11T21:43:40.468Z+ [[ 0 == 12345 ]]
102026-06-11T21:43:40.468Z+ case "$kern" in
112026-06-11T21:43:40.468Z+ groupadd -g 12345 build
122026-06-11T21:43:40.471Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T21:43:42.476Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T21:43:42.557Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T21:43:42.561Z+ home_fs=zfs
162026-06-11T21:43:42.561Z+ [[ zfs == autofs ]]
172026-06-11T21:43:42.561Z+ mkdir -p /home/build
182026-06-11T21:43:42.561Z+ chown build:build /home/build /work
192026-06-11T21:43:44.560Z+ chmod 0700 /home/build /work
202026-06-11T21:43:44.563Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-11T21:43:44.569Zstarting task 1: "rust-toolchain"
222026-06-11T21:43:44.572Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-11T21:43:44.572Z * rust toolchain channel = "stable"
242026-06-11T21:43:44.572Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-11T21:43:44.572Z * rust toolchain profile = "default"
262026-06-11T21:43:44.573Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T21:43:44.573Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T21:43:44.576Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T21:43:44.576Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-11T21:43:44.693Zinfo: downloading installer
312026-06-11T21:43:46.203Zwarn: It looks like you have an existing installation of Rust at:
322026-06-11T21:43:46.203Zwarn: /opt/ooce/bin
332026-06-11T21:43:46.203Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-11T21:43:46.203Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-11T21:43:46.203Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-11T21:43:46.203Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-11T21:43:46.203Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-11T21:43:46.203Zerror: cannot install while Rust is installed
392026-06-11T21:43:46.203Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-11T21:43:46.203Zwarn: It looks like you have an existing rustup settings file at:
412026-06-11T21:43:46.203Zwarn: /home/build/.rustup/settings.toml
422026-06-11T21:43:46.203Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-11T21:43:46.203Zwarn: instead of the one inferred from the default host triple.
442026-06-11T21:43:46.218Zinfo: profile set to default
452026-06-11T21:43:46.219Zinfo: default host triple is x86_64-unknown-illumos
462026-06-11T21:43:46.222Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-11T21:43:46.376Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-11T21:43:46.380Zinfo: downloading 6 components
492026-06-11T21:44:03.311Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-11T21:44:03.311Z
512026-06-11T21:44:03.338Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-11T21:44:03.338Z
532026-06-11T21:44:03.338Z
542026-06-11T21:44:03.338ZRust is installed now. Great!
552026-06-11T21:44:03.338Z
562026-06-11T21:44:03.342ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-11T21:44:03.342Zenvironment variable. This has not been done automatically.
582026-06-11T21:44:03.342Z
592026-06-11T21:44:03.342ZTo configure your current shell, you need to source
602026-06-11T21:44:03.342Zthe corresponding env file under $HOME/.cargo.
612026-06-11T21:44:03.342Z
622026-06-11T21:44:03.342ZThis is usually done by running one of the following (note the leading DOT):
632026-06-11T21:44:03.342Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-11T21:44:03.342Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-11T21:44:03.342Zsource "~/.cargo/env.nu" # For nushell
662026-06-11T21:44:03.342Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-11T21:44:03.342Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-11T21:44:03.342Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-11T21:44:03.342Zwarn: no default linker (`cc`) was found in your PATH
702026-06-11T21:44:03.342Zwarn: many Rust crates require a system C toolchain to build
712026-06-11T21:44:03.429Z+ rustup --version
722026-06-11T21:44:03.438Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-11T21:44:03.441Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-11T21:44:03.459Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-11T21:44:03.462Z+ cargo --version
762026-06-11T21:44:03.474Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-11T21:44:03.477Z+ rustc --version
782026-06-11T21:44:03.496Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-11T21:44:03.499Zprocess exited: duration 18927 ms, exit code 0
 
802026-06-11T21:44:03.505Zstarting task 2: "authentication"
812026-06-11T21:44:03.522Zprocess exited: duration 16 ms, exit code 0
 
822026-06-11T21:44:03.528Zstarting task 3: "clone repository"
832026-06-11T21:44:03.531Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-11T21:44:03.534Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-11T21:44:03.567ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-11T21:44:04.775Z+ cd /work/oxidecomputer/maghemite
872026-06-11T21:44:04.775Z+ git fetch origin 1dcd3e3f53d390dd97613f2530d25d2520d7d000
882026-06-11T21:44:05.061ZFrom https://github.com/oxidecomputer/maghemite
892026-06-11T21:44:05.061Z * branch 1dcd3e3f53d390dd97613f2530d25d2520d7d000 -> FETCH_HEAD
902026-06-11T21:44:05.068Z+ [[ -n trey/just-build ]]
912026-06-11T21:44:05.073Z++ git branch --show-current
922026-06-11T21:44:05.073Z+ current=main
932026-06-11T21:44:05.073Z+ [[ main != trey/just-build ]]
942026-06-11T21:44:05.073Z+ git branch -f trey/just-build 1dcd3e3f53d390dd97613f2530d25d2520d7d000
952026-06-11T21:44:05.077Z+ git checkout -f trey/just-build
962026-06-11T21:44:05.092ZSwitched to branch 'trey/just-build'
972026-06-11T21:44:05.095Z+ git reset --hard 1dcd3e3f53d390dd97613f2530d25d2520d7d000
982026-06-11T21:44:05.109ZHEAD is now at 1dcd3e3 justfile: pass all args to cargo build
992026-06-11T21:44:05.112Zprocess exited: duration 1582 ms, exit code 0
 
1002026-06-11T21:44:05.118Zstarting task 4: "build"
1012026-06-11T21:44:05.122Z+ set -e
1022026-06-11T21:44:05.122Z+ source .github/buildomat/test-common.sh
1032026-06-11T21:44:05.125Z++ NEXTEST_VERSION=0.9.97
1042026-06-11T21:44:05.125Z++ PLATFORM=illumos
1052026-06-11T21:44:05.125Z++ banner install
1062026-06-11T21:44:05.125Z
1072026-06-11T21:44:05.125Z # # # #### ##### ## # #
1082026-06-11T21:44:05.125Z # ## # # # # # # #
1092026-06-11T21:44:05.125Z # # # # #### # # # # #
1102026-06-11T21:44:05.125Z # # # # # # ###### # #
1112026-06-11T21:44:05.125Z # # ## # # # # # # #
1122026-06-11T21:44:05.125Z # # # #### # # # ###### ######
1132026-06-11T21:44:05.125Z
1142026-06-11T21:44:05.125Z++ set +o errexit
1152026-06-11T21:44:05.125Z++ pkg info clang-15
1162026-06-11T21:44:05.129Z++ grep -qi installed
1172026-06-11T21:44:06.392Zpkg: info: no packages matching the following patterns you specified are
1182026-06-11T21:44:06.392Zinstalled on the system. Try querying remotely instead:
1192026-06-11T21:44:06.392Z
1202026-06-11T21:44:06.392Z clang-15
1212026-06-11T21:44:06.431Z++ [[ 1 != 0 ]]
1222026-06-11T21:44:06.431Z++ set -o errexit
1232026-06-11T21:44:06.434Z++ pfexec pkg install clang-15
1242026-06-11T21:44:13.625Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-11T21:44:21.436Z Startup: Caching catalogs ... Done
1262026-06-11T21:44:28.851ZPlanning: Solver setup ... Done
1272026-06-11T21:44:28.892ZPlanning: Running solver ... Done
1282026-06-11T21:44:29.033ZPlanning: Finding local manifests ... Done
1292026-06-11T21:44:29.059ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-11T21:44:29.162ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-11T21:44:29.191ZPlanning: Package planning ... Done
1322026-06-11T21:44:29.216ZPlanning: Merging actions ... Done
1332026-06-11T21:44:29.325ZPlanning: Checking for conflicting actions ... Done
1342026-06-11T21:44:29.331ZPlanning: Consolidating action changes ... Done
1352026-06-11T21:44:30.093ZPlanning: Evaluating mediators ... Done
1362026-06-11T21:44:30.098ZPlanning: Planning completed in 8.49 seconds
1372026-06-11T21:44:30.110Z Packages to install: 2
1382026-06-11T21:44:30.110Z Mediators to change: 2
1392026-06-11T21:44:30.110Z Services to change: 1
1402026-06-11T21:44:30.113Z Create boot environment: No
1412026-06-11T21:44:30.113ZCreate backup boot environment: No
1422026-06-11T21:44:30.152Z
1432026-06-11T21:44:30.152ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-11T21:44:36.189ZDownload: 983/3076 items 82.2/211.3MB 38% complete (19.1M/s)
1452026-06-11T21:44:41.190ZDownload: 1893/3076 items 116.3/211.3MB 55% complete (10.0M/s)
1462026-06-11T21:44:47.461ZDownload: 2008/3076 items 117.8/211.3MB 55% complete (9.8M/s)
1472026-06-11T21:45:02.270ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
1482026-06-11T21:45:08.366ZDownload: 3029/3076 items 201.8/211.3MB 95% complete (21.9M/s)
1492026-06-11T21:45:14.924ZDownload: 3074/3076 items 211.3/211.3MB 99% complete (12.1M/s)
1502026-06-11T21:45:14.943ZDownload: Completed 211.31 MB in 44.78 seconds (4.7M/s)
1512026-06-11T21:45:15.065Z Actions: 1/3418 actions (Installing new actions)
1522026-06-11T21:45:18.182Z Actions: Completed 3418 actions in 3.12 seconds.
1532026-06-11T21:45:18.848Z Done
1542026-06-11T21:45:18.848Z Done
1552026-06-11T21:45:19.600Z Done
1562026-06-11T21:45:23.053Z Done
1572026-06-11T21:45:23.125Z Done
1582026-06-11T21:45:23.128Z Done
1592026-06-11T21:45:23.361Z Done
1602026-06-11T21:45:24.040Z++ set -o errexit
1612026-06-11T21:45:24.040Z++ cargo --version
1622026-06-11T21:45:24.046Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-11T21:45:24.202Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-11T21:45:24.206Zinfo: downloading 6 components
1652026-06-11T21:45:40.457Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-11T21:45:40.461Z++ rustc --version
1672026-06-11T21:45:40.488Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-11T21:45:40.491Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-11T21:45:40.532Z Updating crates.io index
1702026-06-11T21:45:40.628Z Downloading crates ...
1712026-06-11T21:45:40.687Z Downloaded cargo-nextest v0.9.97
1722026-06-11T21:45:40.747Z Installing cargo-nextest v0.9.97
1732026-06-11T21:45:40.787Z Updating crates.io index
1742026-06-11T21:45:43.593Z Locking 404 packages to latest compatible versions
1752026-06-11T21:45:43.598Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-11T21:45:43.601Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-11T21:45:43.601Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-11T21:45:43.601Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-11T21:45:43.604Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-11T21:45:43.604Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1812026-06-11T21:45:43.604Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-06-11T21:45:43.607Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1832026-06-11T21:45:43.610Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-06-11T21:45:43.637Z Downloading crates ...
1852026-06-11T21:45:43.724Z Downloaded colorchoice v1.0.5
1862026-06-11T21:45:43.727Z Downloaded async-scoped v0.9.0
1872026-06-11T21:45:43.732Z Downloaded ahash v0.8.12
1882026-06-11T21:45:43.735Z Downloaded futures-io v0.3.32
1892026-06-11T21:45:43.738Z Downloaded crc32fast v1.5.0
1902026-06-11T21:45:43.738Z Downloaded addr2line v0.25.1
1912026-06-11T21:45:43.744Z Downloaded indent_write v2.2.0
1922026-06-11T21:45:43.744Z Downloaded fastrand v2.4.1
1932026-06-11T21:45:43.747Z Downloaded cfg-expr v0.20.8
1942026-06-11T21:45:43.752Z Downloaded find-msvc-tools v0.1.9
1952026-06-11T21:45:43.752Z Downloaded pin-project-internal v1.1.13
1962026-06-11T21:45:43.757Z Downloaded atomic-waker v1.1.2
1972026-06-11T21:45:43.757Z Downloaded cfg_aliases v0.2.1
1982026-06-11T21:45:43.757Z Downloaded openssl-probe v0.2.1
1992026-06-11T21:45:43.760Z Downloaded clap v4.6.1
2002026-06-11T21:45:43.764Z Downloaded http v1.4.2
2012026-06-11T21:45:43.768Z Downloaded native-tls v0.2.18
2022026-06-11T21:45:43.771Z Downloaded parking_lot_core v0.9.12
2032026-06-11T21:45:43.771Z Downloaded home v0.5.12
2042026-06-11T21:45:43.771Z Downloaded backtrace-ext v0.2.1
2052026-06-11T21:45:43.774Z Downloaded fixedbitset v0.5.7
2062026-06-11T21:45:43.774Z Downloaded heck v0.5.0
2072026-06-11T21:45:43.774Z Downloaded filetime v0.2.29
2082026-06-11T21:45:43.777Z Downloaded lazy_static v1.5.0
2092026-06-11T21:45:43.777Z Downloaded clap_derive v4.6.1
2102026-06-11T21:45:43.780Z Downloaded der v0.7.10
2112026-06-11T21:45:43.783Z Downloaded mukti-metadata v0.3.0
2122026-06-11T21:45:43.783Z Downloaded ordered-float v2.10.1
2132026-06-11T21:45:43.786Z Downloaded duct v0.13.7
2142026-06-11T21:45:43.786Z Downloaded number_prefix v0.4.0
2152026-06-11T21:45:43.789Z Downloaded nested v0.1.1
2162026-06-11T21:45:43.789Z Downloaded futures-core v0.3.32
2172026-06-11T21:45:43.789Z Downloaded lru-slab v0.1.2
2182026-06-11T21:45:43.792Z Downloaded serde_core v1.0.228
2192026-06-11T21:45:43.792Z Downloaded itoa v1.0.18
2202026-06-11T21:45:43.794Z Downloaded base64ct v1.8.3
2212026-06-11T21:45:43.794Z Downloaded enable-ansi-support v0.2.1
2222026-06-11T21:45:43.797Z Downloaded derive_more v2.1.1
2232026-06-11T21:45:43.802Z Downloaded const-oid v0.9.6
2242026-06-11T21:45:43.805Z Downloaded convert_case v0.10.0
2252026-06-11T21:45:43.805Z Downloaded owo-colors v4.3.0
2262026-06-11T21:45:43.808Z Downloaded fnv v1.0.7
2272026-06-11T21:45:43.808Z Downloaded equivalent v1.0.2
2282026-06-11T21:45:43.810Z Downloaded foreign-types-shared v0.1.1
2292026-06-11T21:45:43.811Z Downloaded generic-array v0.14.7
2302026-06-11T21:45:43.811Z Downloaded nextest-workspace-hack v0.1.0
2312026-06-11T21:45:43.811Z Downloaded clap_lex v1.1.0
2322026-06-11T21:45:43.814Z Downloaded crypto-common v0.1.7
2332026-06-11T21:45:43.814Z Downloaded foreign-types v0.3.2
2342026-06-11T21:45:43.817Z Downloaded document-features v0.2.12
2352026-06-11T21:45:43.820Z Downloaded is_terminal_polyfill v1.70.2
2362026-06-11T21:45:43.823Z Downloaded adler2 v2.0.1
2372026-06-11T21:45:43.826Z Downloaded parking_lot v0.12.5
2382026-06-11T21:45:43.826Z Downloaded debug-ignore v1.0.5
2392026-06-11T21:45:43.829Z Downloaded nextest-metadata v0.12.2
2402026-06-11T21:45:43.833Z Downloaded anstream v1.0.0
2412026-06-11T21:45:43.836Z Downloaded openssl-macros v0.1.1
2422026-06-11T21:45:43.839Z Downloaded percent-encoding v2.3.2
2432026-06-11T21:45:43.839Z Downloaded pathdiff v0.2.3
2442026-06-11T21:45:43.842Z Downloaded os_pipe v1.2.3
2452026-06-11T21:45:43.845Z Downloaded cargo-platform v0.3.3
2462026-06-11T21:45:43.848Z Downloaded idna_adapter v1.0.0
2472026-06-11T21:45:43.851Z Downloaded block-buffer v0.10.4
2482026-06-11T21:45:43.851Z Downloaded atomicwrites v0.4.4
2492026-06-11T21:45:43.854Z Downloaded futures-task v0.3.32
2502026-06-11T21:45:43.854Z Downloaded form_urlencoded v1.2.2
2512026-06-11T21:45:43.854Z Downloaded lock_api v0.4.14
2522026-06-11T21:45:43.857Z Downloaded http-body-util v0.1.3
2532026-06-11T21:45:43.857Z Downloaded jobserver v0.1.34
2542026-06-11T21:45:43.860Z Downloaded color-spantrace v0.3.0
2552026-06-11T21:45:43.862Z Downloaded cpufeatures v0.2.17
2562026-06-11T21:45:43.867Z Downloaded is_ci v1.2.0
2572026-06-11T21:45:43.870Z Downloaded indenter v0.3.4
2582026-06-11T21:45:43.870Z Downloaded humantime-serde v1.1.1
2592026-06-11T21:45:43.870Z Downloaded http-body v1.0.1
2602026-06-11T21:45:43.878Z Downloaded hyper-rustls v0.27.9
2612026-06-11T21:45:43.881Z Downloaded serde_ignored v0.1.14
2622026-06-11T21:45:43.881Z Downloaded futures-sink v0.3.32
2632026-06-11T21:45:43.884Z Downloaded hex v0.4.3
2642026-06-11T21:45:43.884Z Downloaded guppy-workspace-hack v0.1.0
2652026-06-11T21:45:43.884Z Downloaded futures-macro v0.3.32
2662026-06-11T21:45:43.888Z Downloaded cargo-platform v0.2.0
2672026-06-11T21:45:43.888Z Downloaded serde-value v0.7.0
2682026-06-11T21:45:43.888Z Downloaded once_cell v1.21.4
2692026-06-11T21:45:43.891Z Downloaded curve25519-dalek-derive v0.1.1
2702026-06-11T21:45:43.891Z Downloaded rustc_version v0.4.1
2712026-06-11T21:45:43.891Z Downloaded anstyle-query v1.1.5
2722026-06-11T21:45:43.894Z Downloaded litrs v1.0.0
2732026-06-11T21:45:43.894Z Downloaded errno v0.3.14
2742026-06-11T21:45:43.896Z Downloaded dialoguer v0.11.0
2752026-06-11T21:45:43.899Z Downloaded serde_urlencoded v0.7.1
2762026-06-11T21:45:43.900Z Downloaded future-queue v0.4.0
2772026-06-11T21:45:43.902Z Downloaded hyper-tls v0.6.0
2782026-06-11T21:45:43.902Z Downloaded ed25519 v2.2.3
2792026-06-11T21:45:43.902Z Downloaded scopeguard v1.2.0
2802026-06-11T21:45:43.905Z Downloaded cfg-if v1.0.4
2812026-06-11T21:45:43.905Z Downloaded camino-tempfile v1.4.1
2822026-06-11T21:45:43.906Z Downloaded autocfg v1.5.1
2832026-06-11T21:45:43.909Z Downloaded shell-words v1.1.1
2842026-06-11T21:45:43.909Z Downloaded ed25519-dalek v2.2.0
2852026-06-11T21:45:43.911Z Downloaded shared_child v1.1.1
2862026-06-11T21:45:43.912Z Downloaded serde_spanned v0.6.9
2872026-06-11T21:45:43.912Z Downloaded erased-serde v0.4.10
2882026-06-11T21:45:43.914Z Downloaded anstyle-parse v1.0.0
2892026-06-11T21:45:43.914Z Downloaded signal-hook-mio v0.2.5
2902026-06-11T21:45:43.919Z Downloaded sigchld v0.2.4
2912026-06-11T21:45:43.919Z Downloaded rustc-hash v2.1.2
2922026-06-11T21:45:43.922Z Downloaded strip-ansi-escapes v0.2.1
2932026-06-11T21:45:43.923Z Downloaded supports-color v3.0.2
2942026-06-11T21:45:43.925Z Downloaded pkcs8 v0.10.2
2952026-06-11T21:45:43.933Z Downloaded sync_wrapper v1.0.2
2962026-06-11T21:45:43.936Z Downloaded swrite v0.1.0
2972026-06-11T21:45:43.936Z Downloaded supports-unicode v3.0.0
2982026-06-11T21:45:43.939Z Downloaded supports-hyperlinks v3.2.0
2992026-06-11T21:45:43.939Z Downloaded subtle v2.6.1
3002026-06-11T21:45:43.939Z Downloaded terminal_size v0.4.4
3012026-06-11T21:45:43.939Z Downloaded quick-junit v0.5.2
3022026-06-11T21:45:43.942Z Downloaded anstyle v1.0.14
3032026-06-11T21:45:43.942Z Downloaded futures-executor v0.3.32
3042026-06-11T21:45:43.945Z Downloaded cargo-util-schemas v0.2.0
3052026-06-11T21:45:43.945Z Downloaded ppv-lite86 v0.2.21
3062026-06-11T21:45:43.945Z Downloaded pkg-config v0.3.33
3072026-06-11T21:45:43.948Z Downloaded pin-project-lite v0.2.17
3082026-06-11T21:45:43.951Z Downloaded globset v0.4.18
3092026-06-11T21:45:43.951Z Downloaded cargo_metadata v0.23.1
3102026-06-11T21:45:43.955Z Downloaded foldhash v0.1.5
3112026-06-11T21:45:43.955Z Downloaded either v1.16.0
3122026-06-11T21:45:43.955Z Downloaded strsim v0.11.1
3132026-06-11T21:45:43.958Z Downloaded rand_chacha v0.9.0
3142026-06-11T21:45:43.958Z Downloaded digest v0.10.7
3152026-06-11T21:45:43.963Z Downloaded tinyvec_macros v0.1.1
3162026-06-11T21:45:43.967Z Downloaded nextest-filtering v0.15.0
3172026-06-11T21:45:43.971Z Downloaded ipnet v2.12.0
3182026-06-11T21:45:43.971Z Downloaded serde_path_to_error v0.1.20
3192026-06-11T21:45:43.971Z Downloaded serde-untagged v0.1.9
3202026-06-11T21:45:43.974Z Downloaded eyre v0.6.12
3212026-06-11T21:45:43.977Z Downloaded pin-project v1.1.13
3222026-06-11T21:45:43.981Z Downloaded toml_write v0.1.2
3232026-06-11T21:45:43.984Z Downloaded tokio-macros v2.7.0
3242026-06-11T21:45:43.984Z Downloaded derive-where v1.6.1
3252026-06-11T21:45:43.987Z Downloaded console v0.15.11
3262026-06-11T21:45:43.989Z Downloaded rand_core v0.9.5
3272026-06-11T21:45:43.992Z Downloaded serde_spanned v1.1.1
3282026-06-11T21:45:43.992Z Downloaded humantime v2.3.0
3292026-06-11T21:45:43.995Z Downloaded rustc-demangle v0.1.27
3302026-06-11T21:45:43.998Z Downloaded slab v0.4.12
3312026-06-11T21:45:43.998Z Downloaded tower-service v0.3.3
3322026-06-11T21:45:44.002Z Downloaded tower-layer v0.3.3
3332026-06-11T21:45:44.002Z Downloaded static_assertions v1.1.0
3342026-06-11T21:45:44.002Z Downloaded thiserror-impl v1.0.69
3352026-06-11T21:45:44.002Z Downloaded spki v0.7.3
3362026-06-11T21:45:44.004Z Downloaded target-lexicon v0.13.5
3372026-06-11T21:45:44.004Z Downloaded smol_str v0.3.6
3382026-06-11T21:45:44.004Z Downloaded thiserror v1.0.69
3392026-06-11T21:45:44.007Z Downloaded signature v2.2.0
3402026-06-11T21:45:44.010Z Downloaded unicode-linebreak v0.1.5
3412026-06-11T21:45:44.010Z Downloaded httparse v1.10.1
3422026-06-11T21:45:44.010Z Downloaded typeid v1.0.3
3432026-06-11T21:45:44.013Z Downloaded shlex v2.0.1
3442026-06-11T21:45:44.013Z Downloaded semver v1.0.28
3452026-06-11T21:45:44.013Z Downloaded iana-time-zone v0.1.65
3462026-06-11T21:45:44.017Z Downloaded self-replace v1.5.0
3472026-06-11T21:45:44.017Z Downloaded urlencoding v2.1.3
3482026-06-11T21:45:44.021Z Downloaded tracing-error v0.2.1
3492026-06-11T21:45:44.021Z Downloaded signal-hook-registry v1.4.8
3502026-06-11T21:45:44.021Z Downloaded utf8parse v0.2.2
3512026-06-11T21:45:44.021Z Downloaded unicode-xid v0.2.6
3522026-06-11T21:45:44.021Z Downloaded try-lock v0.2.5
3532026-06-11T21:45:44.021Z Downloaded utf8_iter v1.0.4
3542026-06-11T21:45:44.024Z Downloaded thread_local v1.1.9
3552026-06-11T21:45:44.027Z Downloaded cargo_metadata v0.20.0
3562026-06-11T21:45:44.027Z Downloaded camino v1.2.2
3572026-06-11T21:45:44.030Z Downloaded log v0.4.32
3582026-06-11T21:45:44.030Z Downloaded futures-channel v0.3.32
3592026-06-11T21:45:44.034Z Downloaded quinn-udp v0.5.14
3602026-06-11T21:45:44.037Z Downloaded newtype-uuid v1.3.2
3612026-06-11T21:45:44.037Z Downloaded getrandom v0.2.17
3622026-06-11T21:45:44.040Z Downloaded thiserror-impl v2.0.18
3632026-06-11T21:45:44.044Z Downloaded xattr v1.6.1
3642026-06-11T21:45:44.047Z Downloaded version_check v0.9.5
3652026-06-11T21:45:44.050Z Downloaded sha2 v0.10.9
3662026-06-11T21:45:44.053Z Downloaded tokio-native-tls v0.3.1
3672026-06-11T21:45:44.056Z Downloaded thiserror v2.0.18
3682026-06-11T21:45:44.059Z Downloaded want v0.3.1
3692026-06-11T21:45:44.059Z Downloaded num-traits v0.2.19
3702026-06-11T21:45:44.062Z Downloaded toml_datetime v0.6.11
3712026-06-11T21:45:44.062Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3722026-06-11T21:45:44.072Z Downloaded toml_writer v1.1.1+spec-1.1.0
3732026-06-11T21:45:44.075Z Downloaded rand_core v0.6.4
3742026-06-11T21:45:44.079Z Downloaded smallvec v1.15.2
3752026-06-11T21:45:44.082Z Downloaded target-spec-miette v0.4.8
3762026-06-11T21:45:44.085Z Downloaded tracing-log v0.2.0
3772026-06-11T21:45:44.085Z Downloaded target-spec v3.6.0
3782026-06-11T21:45:44.088Z Downloaded untrusted v0.9.0
3792026-06-11T21:45:44.088Z Downloaded unicase v2.9.0
3802026-06-11T21:45:44.088Z Downloaded rustls-pki-types v1.14.1
3812026-06-11T21:45:44.091Z Downloaded miette-derive v7.6.0
3822026-06-11T21:45:44.094Z Downloaded simd-adler32 v0.3.9
3832026-06-11T21:45:44.099Z Downloaded tempfile v3.27.0
3842026-06-11T21:45:44.102Z Downloaded getrandom v0.3.4
3852026-06-11T21:45:44.105Z Downloaded futures v0.3.32
3862026-06-11T21:45:44.108Z Downloaded bitflags v2.13.0
3872026-06-11T21:45:44.111Z Downloaded proc-macro2 v1.0.106
3882026-06-11T21:45:44.114Z Downloaded zipsign-api v0.1.5
3892026-06-11T21:45:44.117Z Downloaded mio v1.2.1
3902026-06-11T21:45:44.121Z Downloaded tokio-stream v0.1.18
3912026-06-11T21:45:44.124Z Downloaded zeroize v1.8.2
3922026-06-11T21:45:44.124Z Downloaded tokio-rustls v0.26.4
3932026-06-11T21:45:44.124Z Downloaded toml v0.8.23
3942026-06-11T21:45:44.127Z Downloaded zstd v0.13.3
3952026-06-11T21:45:44.130Z Downloaded quote v1.0.45
3962026-06-11T21:45:44.130Z Downloaded config v0.15.23
3972026-06-11T21:45:44.133Z Downloaded miniz_oxide v0.8.9
3982026-06-11T21:45:44.135Z Downloaded self_update v0.42.0
3992026-06-11T21:45:44.136Z Downloaded getrandom v0.4.2
4002026-06-11T21:45:44.139Z Downloaded tracing-attributes v0.1.31
4012026-06-11T21:45:44.139Z Downloaded toml_parser v1.1.2+spec-1.1.0
4022026-06-11T21:45:44.141Z Downloaded zmij v1.0.21
4032026-06-11T21:45:44.141Z Downloaded textwrap v0.16.2
4042026-06-11T21:45:44.144Z Downloaded signal-hook v0.3.18
4052026-06-11T21:45:44.144Z Downloaded sharded-slab v0.1.7
4062026-06-11T21:45:44.147Z Downloaded socket2 v0.6.4
4072026-06-11T21:45:44.151Z Downloaded ryu v1.0.23
4082026-06-11T21:45:44.151Z Downloaded base64 v0.22.1
4092026-06-11T21:45:44.161Z Downloaded serde_derive v1.0.228
4102026-06-11T21:45:44.163Z Downloaded bytes v1.11.1
4112026-06-11T21:45:44.167Z Downloaded openssl-sys v0.9.116
4122026-06-11T21:45:44.171Z Downloaded quinn v0.11.9
4132026-06-11T21:45:44.175Z Downloaded tinyvec v1.11.0
4142026-06-11T21:45:44.178Z Downloaded derive_more-impl v2.1.1
4152026-06-11T21:45:44.178Z Downloaded toml v1.1.2+spec-1.1.0
4162026-06-11T21:45:44.181Z Downloaded miette v7.6.0
4172026-06-11T21:45:44.191Z Downloaded tar v0.4.46
4182026-06-11T21:45:44.194Z Downloaded unicode-ident v1.0.24
4192026-06-11T21:45:44.197Z Downloaded indicatif v0.17.11
4202026-06-11T21:45:44.201Z Downloaded uuid v1.23.3
4212026-06-11T21:45:44.209Z Downloaded borsh v1.6.1
4222026-06-11T21:45:44.213Z Downloaded flate2 v1.1.9
4232026-06-11T21:45:44.216Z Downloaded cc v1.2.63
4242026-06-11T21:45:44.222Z Downloaded xxhash-rust v0.8.15
4252026-06-11T21:45:44.225Z Downloaded rustls-webpki v0.103.13
4262026-06-11T21:45:44.228Z Downloaded memchr v2.8.1
4272026-06-11T21:45:44.233Z Downloaded zstd-safe v7.2.4
4282026-06-11T21:45:44.236Z Downloaded toml_edit v0.22.27
4292026-06-11T21:45:44.246Z Downloaded serde v1.0.228
4302026-06-11T21:45:44.252Z Downloaded serde_json v1.0.150
4312026-06-11T21:45:44.255Z Downloaded vte v0.14.1
4322026-06-11T21:45:44.258Z Downloaded tracing-core v0.1.36
4332026-06-11T21:45:44.268Z Downloaded backtrace v0.3.76
4342026-06-11T21:45:44.277Z Downloaded hyper-util v0.1.20
4352026-06-11T21:45:44.282Z Downloaded tower v0.5.3
4362026-06-11T21:45:44.290Z Downloaded unicode-segmentation v1.13.3
4372026-06-11T21:45:44.301Z Downloaded url v2.5.8
4382026-06-11T21:45:44.308Z Downloaded typenum v1.20.1
4392026-06-11T21:45:44.311Z Downloaded crossterm v0.29.0
4402026-06-11T21:45:44.314Z Downloaded rand v0.9.4
4412026-06-11T21:45:44.317Z Downloaded indexmap v2.14.0
4422026-06-11T21:45:44.320Z Downloaded hashbrown v0.15.5
4432026-06-11T21:45:44.327Z Downloaded idna v1.1.0
4442026-06-11T21:45:44.346Z Downloaded hashbrown v0.17.1
4452026-06-11T21:45:44.358Z Downloaded ron v0.12.1
4462026-06-11T21:45:44.363Z Downloaded unicode-normalization v0.1.25
4472026-06-11T21:45:44.367Z Downloaded futures-util v0.3.32
4482026-06-11T21:45:44.371Z Downloaded guppy v0.17.26
4492026-06-11T21:45:44.374Z Downloaded clap_builder v4.6.0
4502026-06-11T21:45:44.379Z Downloaded aho-corasick v1.1.4
4512026-06-11T21:45:44.382Z Downloaded itertools v0.14.0
4522026-06-11T21:45:44.386Z Downloaded h2 v0.4.14
4532026-06-11T21:45:44.413Z Downloaded hyper v1.10.1
4542026-06-11T21:45:44.418Z Downloaded pulldown-cmark v0.13.4
4552026-06-11T21:45:44.422Z Downloaded winnow v0.7.15
4562026-06-11T21:45:44.427Z Downloaded tokio-util v0.7.18
4572026-06-11T21:45:44.431Z Downloaded regex v1.12.4
4582026-06-11T21:45:44.437Z Downloaded curve25519-dalek v4.1.3
4592026-06-11T21:45:44.453Z Downloaded chrono v0.4.45
4602026-06-11T21:45:44.456Z Downloaded tower-http v0.6.11
4612026-06-11T21:45:44.461Z Downloaded reqwest v0.12.28
4622026-06-11T21:45:44.469Z Downloaded webpki-roots v1.0.7
4632026-06-11T21:45:44.483Z Downloaded quick-xml v0.37.5
4642026-06-11T21:45:44.495Z Downloaded gimli v0.32.3
4652026-06-11T21:45:44.495Z Downloaded portable-atomic v1.13.1
4662026-06-11T21:45:44.499Z Downloaded unicode-width v0.1.14
4672026-06-11T21:45:44.502Z Downloaded syn v2.0.117
4682026-06-11T21:45:44.508Z Downloaded zerocopy v0.8.52
4692026-06-11T21:45:44.518Z Downloaded bstr v1.12.1
4702026-06-11T21:45:44.522Z Downloaded quick-xml v0.38.4
4712026-06-11T21:45:44.538Z Downloaded winnow v1.0.3
4722026-06-11T21:45:44.546Z Downloaded quinn-proto v0.11.14
4732026-06-11T21:45:44.561Z Downloaded tracing v0.1.44
4742026-06-11T21:45:44.572Z Downloaded tracing-subscriber v0.3.23
4752026-06-11T21:45:44.584Z Downloaded vcpkg v0.2.15
4762026-06-11T21:45:44.607Z Downloaded nextest-runner v0.80.0
4772026-06-11T21:45:44.613Z Downloaded color-eyre v0.6.5
4782026-06-11T21:45:44.632Z Downloaded unicode-width v0.2.2
4792026-06-11T21:45:44.642Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4802026-06-11T21:45:44.652Z Downloaded openssl v0.10.80
4812026-06-11T21:45:44.657Z Downloaded object v0.37.3
4822026-06-11T21:45:44.663Z Downloaded tokio v1.52.3
4832026-06-11T21:45:44.684Z Downloaded nix v0.30.1
4842026-06-11T21:45:44.692Z Downloaded regex-syntax v0.8.11
4852026-06-11T21:45:44.700Z Downloaded rustls v0.23.40
4862026-06-11T21:45:44.706Z Downloaded rustix v0.38.44
4872026-06-11T21:45:44.739Z Downloaded rustix v1.1.4
4882026-06-11T21:45:44.763Z Downloaded libc v0.2.186
4892026-06-11T21:45:44.797Z Downloaded regex-automata v0.4.14
4902026-06-11T21:45:44.838Z Downloaded petgraph v0.8.3
4912026-06-11T21:45:44.922Z Downloaded recursion v0.5.4
4922026-06-11T21:45:44.928Z Downloaded ring v0.17.14
4932026-06-11T21:45:44.988Z Compiling libc v0.2.186
4942026-06-11T21:45:44.989Z Compiling proc-macro2 v1.0.106
4952026-06-11T21:45:44.992Z Compiling unicode-ident v1.0.24
4962026-06-11T21:45:44.992Z Compiling quote v1.0.45
4972026-06-11T21:45:44.992Z Compiling serde_core v1.0.228
4982026-06-11T21:45:45.123Z Compiling cfg-if v1.0.4
4992026-06-11T21:45:45.134Z Compiling memchr v2.8.1
5002026-06-11T21:45:45.137Z Compiling once_cell v1.21.4
5012026-06-11T21:45:45.202Z Compiling log v0.4.32
5022026-06-11T21:45:45.240Z Compiling pin-project-lite v0.2.17
5032026-06-11T21:45:45.333Z Compiling itoa v1.0.18
5042026-06-11T21:45:45.409Z Compiling serde v1.0.228
5052026-06-11T21:45:45.558Z Compiling smallvec v1.15.2
5062026-06-11T21:45:45.569Z Compiling futures-core v0.3.32
5072026-06-11T21:45:45.723Z Compiling bitflags v2.13.0
5082026-06-11T21:45:45.773Z Compiling shlex v2.0.1
5092026-06-11T21:45:45.801Z Compiling find-msvc-tools v0.1.9
5102026-06-11T21:45:45.952Z Compiling hashbrown v0.17.1
5112026-06-11T21:45:46.028Z Compiling errno v0.3.14
5122026-06-11T21:45:46.079Z Compiling equivalent v1.0.2
5132026-06-11T21:45:46.113Z Compiling bytes v1.11.1
5142026-06-11T21:45:46.188Z Compiling signal-hook-registry v1.4.8
5152026-06-11T21:45:46.199Z Compiling jobserver v0.1.34
5162026-06-11T21:45:46.285Z Compiling mio v1.2.1
5172026-06-11T21:45:46.350Z Compiling syn v2.0.117
5182026-06-11T21:45:46.410Z Compiling cc v1.2.63
5192026-06-11T21:45:46.522Z Compiling rustix v1.1.4
5202026-06-11T21:45:46.684Z Compiling futures-sink v0.3.32
5212026-06-11T21:45:46.785Z Compiling socket2 v0.6.4
5222026-06-11T21:45:46.806Z Compiling slab v0.4.12
5232026-06-11T21:45:47.013Z Compiling zmij v1.0.21
5242026-06-11T21:45:47.024Z Compiling futures-channel v0.3.32
5252026-06-11T21:45:47.078Z Compiling tracing-core v0.1.36
5262026-06-11T21:45:47.286Z Compiling serde_json v1.0.150
5272026-06-11T21:45:47.368Z Compiling version_check v0.9.5
5282026-06-11T21:45:47.543Z Compiling indexmap v2.14.0
5292026-06-11T21:45:47.662Z Compiling getrandom v0.4.2
5302026-06-11T21:45:47.674Z Compiling futures-task v0.3.32
5312026-06-11T21:45:47.769Z Compiling futures-io v0.3.32
5322026-06-11T21:45:47.976Z Compiling percent-encoding v2.3.2
5332026-06-11T21:45:47.989Z Compiling camino v1.2.2
5342026-06-11T21:45:47.992Z Compiling unicode-width v0.2.2
5352026-06-11T21:45:48.256Z Compiling ring v0.17.14
5362026-06-11T21:45:48.313Z Compiling http v1.4.2
5372026-06-11T21:45:48.373Z Compiling zeroize v1.8.2
5382026-06-11T21:45:48.385Z Compiling simd-adler32 v0.3.9
5392026-06-11T21:45:48.417Z Compiling autocfg v1.5.1
5402026-06-11T21:45:48.571Z Compiling adler2 v2.0.1
5412026-06-11T21:45:48.740Z Compiling miniz_oxide v0.8.9
5422026-06-11T21:45:48.773Z Compiling num-traits v0.2.19
5432026-06-11T21:45:49.152Z Compiling object v0.37.3
5442026-06-11T21:45:49.231Z Compiling zerocopy v0.8.52
5452026-06-11T21:45:49.452Z Compiling target-lexicon v0.13.5
5462026-06-11T21:45:49.592Z Compiling getrandom v0.3.4
5472026-06-11T21:45:49.752Z Compiling http-body v1.0.1
5482026-06-11T21:45:49.962Z Compiling rustls-pki-types v1.14.1
5492026-06-11T21:45:49.990Z Compiling form_urlencoded v1.2.2
5502026-06-11T21:45:50.016Z Compiling serde_derive v1.0.228
5512026-06-11T21:45:50.077Z Compiling tokio-macros v2.7.0
5522026-06-11T21:45:50.149Z Compiling futures-macro v0.3.32
5532026-06-11T21:45:50.244Z Compiling tracing-attributes v0.1.31
5542026-06-11T21:45:50.260Z Compiling semver v1.0.28
5552026-06-11T21:45:50.551Z Compiling getrandom v0.2.17
5562026-06-11T21:45:50.744Z Compiling owo-colors v4.3.0
5572026-06-11T21:45:50.825Z Compiling tokio v1.52.3
5582026-06-11T21:45:50.828Z Compiling idna_adapter v1.0.0
5592026-06-11T21:45:50.913Z Compiling untrusted v0.9.0
5602026-06-11T21:45:50.937Z Compiling signal-hook v0.3.18
5612026-06-11T21:45:50.971Z Compiling futures-util v0.3.32
5622026-06-11T21:45:51.041Z Compiling gimli v0.32.3
5632026-06-11T21:45:51.083Z Compiling utf8_iter v1.0.4
5642026-06-11T21:45:51.163Z Compiling thiserror v2.0.18
5652026-06-11T21:45:51.249Z Compiling guppy-workspace-hack v0.1.0
5662026-06-11T21:45:51.474Z Compiling fnv v1.0.7
5672026-06-11T21:45:51.486Z Compiling tracing v0.1.44
5682026-06-11T21:45:51.507Z Compiling httparse v1.10.1
5692026-06-11T21:45:51.786Z Compiling idna v1.1.0
5702026-06-11T21:45:51.894Z Compiling thiserror-impl v2.0.18
5712026-06-11T21:45:53.103Z Compiling addr2line v0.25.1
5722026-06-11T21:45:53.449Z Compiling generic-array v0.14.7
5732026-06-11T21:45:53.543Z Compiling thiserror v1.0.69
5742026-06-11T21:45:53.624Z Compiling rustc-demangle v0.1.27
5752026-06-11T21:45:53.703Z Compiling pkg-config v0.3.33
5762026-06-11T21:45:53.703Z Compiling tower-service v0.3.3
5772026-06-11T21:45:53.815Z Compiling atomic-waker v1.1.2
5782026-06-11T21:45:53.864Z Compiling try-lock v0.2.5
5792026-06-11T21:45:53.943Z Compiling typeid v1.0.3
5802026-06-11T21:45:53.979Z Compiling target-spec v3.6.0
5812026-06-11T21:45:54.143Z Compiling rustls v0.23.40
5822026-06-11T21:45:54.233Z Compiling fastrand v2.4.1
5832026-06-11T21:45:54.330Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-06-11T21:45:54.373Z Compiling want v0.3.1
5852026-06-11T21:45:54.557Z Compiling tempfile v3.27.0
5862026-06-11T21:45:54.742Z Compiling cfg-expr v0.20.8
5872026-06-11T21:45:54.755Z Compiling tokio-util v0.7.18
5882026-06-11T21:45:54.814Z Compiling url v2.5.8
5892026-06-11T21:45:55.452Z Compiling h2 v0.4.14
5902026-06-11T21:45:56.183Z Compiling backtrace v0.3.76
5912026-06-11T21:45:56.706Z Compiling thiserror-impl v1.0.69
5922026-06-11T21:45:56.741Z Compiling terminal_size v0.4.4
5932026-06-11T21:45:56.892Z Compiling aho-corasick v1.1.4
5942026-06-11T21:45:56.905Z Compiling regex-syntax v0.8.11
5952026-06-11T21:45:57.289Z Compiling winnow v0.7.15
5962026-06-11T21:45:57.870Z Compiling rustls-webpki v0.103.13
5972026-06-11T21:45:59.199Z Compiling erased-serde v0.4.10
5982026-06-11T21:45:59.516Z Compiling subtle v2.6.1
5992026-06-11T21:45:59.682Z Compiling typenum v1.20.1
6002026-06-11T21:46:00.485Z Compiling regex-automata v0.4.14
6012026-06-11T21:46:00.949Z Compiling hyper v1.10.1
6022026-06-11T21:46:02.463Z Compiling toml_datetime v0.6.11
6032026-06-11T21:46:02.838Z Compiling serde_spanned v0.6.9
6042026-06-11T21:46:03.002Z Compiling ahash v0.8.12
6052026-06-11T21:46:03.281Z Compiling sync_wrapper v1.0.2
6062026-06-11T21:46:03.399Z Compiling lazy_static v1.5.0
6072026-06-11T21:46:03.510Z Compiling toml_write v0.1.2
6082026-06-11T21:46:03.768Z Compiling crc32fast v1.5.0
6092026-06-11T21:46:03.815Z Compiling either v1.16.0
6102026-06-11T21:46:04.041Z Compiling tower-layer v0.3.3
6112026-06-11T21:46:04.070Z Compiling unicode-linebreak v0.1.5
6122026-06-11T21:46:04.246Z Compiling foldhash v0.1.5
6132026-06-11T21:46:04.340Z Compiling unicode-segmentation v1.13.3
6142026-06-11T21:46:04.343Z Compiling ipnet v2.12.0
6152026-06-11T21:46:04.465Z Compiling parking_lot_core v0.9.12
6162026-06-11T21:46:04.606Z Compiling is_ci v1.2.0
6172026-06-11T21:46:04.682Z Compiling base64 v0.22.1
6182026-06-11T21:46:04.738Z Compiling portable-atomic v1.13.1
6192026-06-11T21:46:04.784Z Compiling nextest-workspace-hack v0.1.0
6202026-06-11T21:46:04.813Z Compiling supports-color v3.0.2
6212026-06-11T21:46:05.032Z Compiling hyper-util v0.1.20
6222026-06-11T21:46:05.046Z Compiling convert_case v0.10.0
6232026-06-11T21:46:05.162Z Compiling hashbrown v0.15.5
6242026-06-11T21:46:05.239Z Compiling textwrap v0.16.2
6252026-06-11T21:46:05.299Z Compiling tower v0.5.3
6262026-06-11T21:46:05.615Z Compiling toml_edit v0.22.27
6272026-06-11T21:46:05.790Z Compiling sharded-slab v0.1.7
6282026-06-11T21:46:05.879Z Compiling tokio-rustls v0.26.4
6292026-06-11T21:46:06.400Z Compiling backtrace-ext v0.2.1
6302026-06-11T21:46:06.648Z Compiling ordered-float v2.10.1
6312026-06-11T21:46:06.666Z Compiling webpki-roots v1.0.7
6322026-06-11T21:46:06.782Z Compiling miette-derive v7.6.0
6332026-06-11T21:46:06.798Z Compiling pathdiff v0.2.3
6342026-06-11T21:46:06.918Z Compiling console v0.15.11
6352026-06-11T21:46:06.949Z Compiling cargo-platform v0.3.3
6362026-06-11T21:46:07.511Z Compiling tracing-log v0.2.0
6372026-06-11T21:46:07.696Z Compiling os_pipe v1.2.3
6382026-06-11T21:46:07.873Z Compiling thread_local v1.1.9
6392026-06-11T21:46:07.885Z Compiling cfg_aliases v0.2.1
6402026-06-11T21:46:07.897Z Compiling winnow v1.0.3
6412026-06-11T21:46:07.956Z Compiling debug-ignore v1.0.5
6422026-06-11T21:46:08.070Z Compiling unicode-width v0.1.14
6432026-06-11T21:46:08.225Z Compiling fixedbitset v0.5.7
6442026-06-11T21:46:08.238Z Compiling utf8parse v0.2.2
6452026-06-11T21:46:08.351Z Compiling rustix v0.38.44
6462026-06-11T21:46:08.713Z Compiling supports-unicode v3.0.0
6472026-06-11T21:46:08.716Z Compiling scopeguard v1.2.0
6482026-06-11T21:46:08.737Z Compiling zstd-safe v7.2.4
6492026-06-11T21:46:08.831Z Compiling pulldown-cmark v0.13.4
6502026-06-11T21:46:08.883Z Compiling supports-hyperlinks v3.2.0
6512026-06-11T21:46:08.990Z Compiling ryu v1.0.23
6522026-06-11T21:46:09.083Z Compiling miette v7.6.0
6532026-06-11T21:46:09.107Z Compiling toml_parser v1.1.2+spec-1.1.0
6542026-06-11T21:46:09.289Z Compiling serde_urlencoded v0.7.1
6552026-06-11T21:46:09.365Z Compiling lock_api v0.4.14
6562026-06-11T21:46:09.640Z Compiling petgraph v0.8.3
6572026-06-11T21:46:09.697Z Compiling anstyle-parse v1.0.0
6582026-06-11T21:46:09.920Z Compiling tracing-subscriber v0.3.23
6592026-06-11T21:46:10.449Z Compiling nix v0.30.1
6602026-06-11T21:46:10.853Z Compiling sigchld v0.2.4
6612026-06-11T21:46:11.048Z Compiling toml v0.8.23
6622026-06-11T21:46:11.626Z Compiling cargo_metadata v0.23.1
6632026-06-11T21:46:11.753Z Compiling serde-value v0.7.0
6642026-06-11T21:46:12.526Z Compiling hyper-rustls v0.27.9
6652026-06-11T21:46:13.204Z Compiling serde-untagged v0.1.9
6662026-06-11T21:46:13.249Z Compiling tower-http v0.6.11
6672026-06-11T21:46:13.567Z Compiling derive_more-impl v2.1.1
6682026-06-11T21:46:14.016Z Compiling itertools v0.14.0
6692026-06-11T21:46:14.398Z Compiling regex v1.12.4
6702026-06-11T21:46:14.401Z Compiling block-buffer v0.10.4
6712026-06-11T21:46:14.459Z Compiling crypto-common v0.1.7
6722026-06-11T21:46:14.557Z Compiling ppv-lite86 v0.2.21
6732026-06-11T21:46:14.595Z Compiling rand_core v0.9.5
6742026-06-11T21:46:14.848Z Compiling futures-executor v0.3.32
6752026-06-11T21:46:14.884Z Compiling pin-project-internal v1.1.13
6762026-06-11T21:46:15.046Z Compiling http-body-util v0.1.3
6772026-06-11T21:46:15.317Z Compiling uuid v1.23.3
6782026-06-11T21:46:15.386Z Compiling smol_str v0.3.6
6792026-06-11T21:46:15.508Z Compiling serde_spanned v1.1.1
6802026-06-11T21:46:15.663Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-06-11T21:46:15.731Z Compiling filetime v0.2.29
6822026-06-11T21:46:15.817Z Compiling vte v0.14.1
6832026-06-11T21:46:15.861Z Compiling bstr v1.12.1
6842026-06-11T21:46:15.941Z Compiling nested v0.1.1
6852026-06-11T21:46:15.955Z Compiling unicase v2.9.0
6862026-06-11T21:46:16.033Z Compiling litrs v1.0.0
6872026-06-11T21:46:16.131Z Compiling xattr v1.6.1
6882026-06-11T21:46:16.131Z Compiling iana-time-zone v0.1.65
6892026-06-11T21:46:16.336Z Compiling eyre v0.6.12
6902026-06-11T21:46:16.469Z Compiling static_assertions v1.1.0
6912026-06-11T21:46:16.481Z Compiling self_update v0.42.0
6922026-06-11T21:46:16.537Z Compiling tinyvec_macros v0.1.1
6932026-06-11T21:46:16.548Z Compiling is_terminal_polyfill v1.70.2
6942026-06-11T21:46:16.608Z Compiling anstyle v1.0.14
6952026-06-11T21:46:16.622Z Compiling unicode-xid v0.2.6
6962026-06-11T21:46:16.641Z Compiling anstyle-query v1.1.5
6972026-06-11T21:46:16.662Z Compiling number_prefix v0.4.0
6982026-06-11T21:46:16.734Z Compiling colorchoice v1.0.5
6992026-06-11T21:46:16.747Z Compiling color-spantrace v0.3.0
7002026-06-11T21:46:16.810Z Compiling indicatif v0.17.11
7012026-06-11T21:46:16.854Z Compiling anstream v1.0.0
7022026-06-11T21:46:16.863Z Compiling cargo-util-schemas v0.2.0
7032026-06-11T21:46:17.097Z Compiling tinyvec v1.11.0
7042026-06-11T21:46:17.210Z Compiling guppy v0.17.26
7052026-06-11T21:46:17.354Z Compiling document-features v0.2.12
7062026-06-11T21:46:17.530Z Compiling globset v0.4.18
7072026-06-11T21:46:17.923Z Compiling tar v0.4.46
7082026-06-11T21:46:18.030Z Compiling chrono v0.4.45
7092026-06-11T21:46:19.287Z Compiling strip-ansi-escapes v0.2.1
7102026-06-11T21:46:19.719Z Compiling pin-project v1.1.13
7112026-06-11T21:46:19.769Z Compiling toml v1.1.2+spec-1.1.0
7122026-06-11T21:46:19.825Z Compiling nextest-metadata v0.12.2
7132026-06-11T21:46:19.936Z Compiling newtype-uuid v1.3.2
7142026-06-11T21:46:20.125Z Compiling reqwest v0.12.28
7152026-06-11T21:46:20.440Z Compiling futures v0.3.32
7162026-06-11T21:46:20.525Z Compiling rand_chacha v0.9.0
7172026-06-11T21:46:20.763Z Compiling digest v0.10.7
7182026-06-11T21:46:20.994Z Compiling derive_more v2.1.1
7192026-06-11T21:46:21.077Z Compiling parking_lot v0.12.5
7202026-06-11T21:46:21.090Z Compiling flate2 v1.1.9
7212026-06-11T21:46:21.430Z Compiling shared_child v1.1.1
7222026-06-11T21:46:21.656Z Compiling tracing-error v0.2.1
7232026-06-11T21:46:21.981Z Compiling signal-hook-mio v0.2.5
7242026-06-11T21:46:22.117Z Compiling self-replace v1.5.0
7252026-06-11T21:46:22.213Z Compiling cargo-platform v0.2.0
7262026-06-11T21:46:22.415Z Compiling quick-xml v0.38.4
7272026-06-11T21:46:22.772Z Compiling quick-xml v0.37.5
7282026-06-11T21:46:22.953Z Compiling recursion v0.5.4
7292026-06-11T21:46:23.097Z Compiling cpufeatures v0.2.17
7302026-06-11T21:46:23.109Z Compiling strsim v0.11.1
7312026-06-11T21:46:23.432Z Compiling humantime v2.3.0
7322026-06-11T21:46:23.879Z Compiling indenter v0.3.4
7332026-06-11T21:46:23.923Z Compiling urlencoding v2.1.3
7342026-06-11T21:46:24.009Z Compiling shell-words v1.1.1
7352026-06-11T21:46:24.056Z Compiling clap_lex v1.1.0
7362026-06-11T21:46:24.164Z Compiling heck v0.5.0
7372026-06-11T21:46:24.307Z Compiling clap_builder v4.6.0
7382026-06-11T21:46:24.474Z Compiling clap_derive v4.6.1
7392026-06-11T21:46:24.926Z Compiling humantime-serde v1.1.1
7402026-06-11T21:46:24.997Z Compiling sha2 v0.10.9
7412026-06-11T21:46:25.086Z Compiling nextest-filtering v0.15.0
7422026-06-11T21:46:26.225Z Compiling quick-junit v0.5.2
7432026-06-11T21:46:26.270Z Compiling atomicwrites v0.4.4
7442026-06-11T21:46:26.555Z Compiling cargo_metadata v0.20.0
7452026-06-11T21:46:29.035Z Compiling cargo-nextest v0.9.97
7462026-06-11T21:46:29.338Z Compiling crossterm v0.29.0
7472026-06-11T21:46:30.670Z Compiling duct v0.13.7
7482026-06-11T21:46:30.884Z Compiling rand v0.9.4
7492026-06-11T21:46:31.067Z Compiling async-scoped v0.9.0
7502026-06-11T21:46:31.262Z Compiling zstd v0.13.3
7512026-06-11T21:46:31.341Z Compiling config v0.15.23
7522026-06-11T21:46:31.631Z Compiling unicode-normalization v0.1.25
7532026-06-11T21:46:31.698Z Compiling target-spec-miette v0.4.8
7542026-06-11T21:46:31.750Z Compiling future-queue v0.4.0
7552026-06-11T21:46:32.039Z Compiling mukti-metadata v0.3.0
7562026-06-11T21:46:32.131Z Compiling camino-tempfile v1.4.1
7572026-06-11T21:46:32.219Z Compiling tokio-stream v0.1.18
7582026-06-11T21:46:32.394Z Compiling derive-where v1.6.1
7592026-06-11T21:46:32.530Z Compiling serde_ignored v0.1.14
7602026-06-11T21:46:32.571Z Compiling serde_path_to_error v0.1.20
7612026-06-11T21:46:32.584Z Compiling xxhash-rust v0.8.15
7622026-06-11T21:46:32.749Z Compiling swrite v0.1.0
7632026-06-11T21:46:32.752Z Compiling indent_write v2.2.0
7642026-06-11T21:46:32.774Z Compiling home v0.5.12
7652026-06-11T21:46:32.909Z Compiling hex v0.4.3
7662026-06-11T21:46:32.939Z Compiling color-eyre v0.6.5
7672026-06-11T21:46:32.992Z Compiling clap v4.6.1
7682026-06-11T21:46:33.022Z Compiling dialoguer v0.11.0
7692026-06-11T21:46:33.076Z Compiling enable-ansi-support v0.2.1
7702026-06-11T21:46:33.651Z Compiling nextest-runner v0.80.0
7712026-06-11T21:46:51.675Z Finished `release` profile [optimized] target(s) in 1m 11s
7722026-06-11T21:46:51.864Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-06-11T21:46:51.867Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-06-11T21:46:51.984Z+ pushd bgp
7752026-06-11T21:46:51.987Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-06-11T21:46:51.987Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7772026-06-11T21:46:52.141Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-06-11T21:46:52.833ZFrom https://github.com/oxidecomputer/falcon
7792026-06-11T21:46:52.833Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7802026-06-11T21:46:52.909Z Updating crates.io index
7812026-06-11T21:46:52.912Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-06-11T21:46:53.899ZFrom https://github.com/oxidecomputer/dendrite
7832026-06-11T21:46:53.899Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7842026-06-11T21:46:53.970Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-06-11T21:46:54.277ZFrom https://github.com/oxidecomputer/ispf
7862026-06-11T21:46:54.277Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-06-11T21:46:54.347Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-06-11T21:46:54.723ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-06-11T21:46:54.723Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7902026-06-11T21:46:54.731Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-06-11T21:47:00.668ZFrom https://github.com/oxidecomputer/omicron
7922026-06-11T21:47:00.668Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7932026-06-11T21:47:01.093Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-06-11T21:47:01.768ZFrom https://github.com/oxidecomputer/opte
7952026-06-11T21:47:01.768Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7962026-06-11T21:47:01.965Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-06-11T21:47:02.255ZFrom https://github.com/illumos/smf-rs
7982026-06-11T21:47:02.255Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-06-11T21:47:02.264Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-06-11T21:47:02.548ZFrom https://github.com/oxidecomputer/network-interface
8012026-06-11T21:47:02.548Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-06-11T21:47:02.686Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-06-11T21:47:02.983ZFrom https://github.com/oxidecomputer/zone
8042026-06-11T21:47:02.983Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-06-11T21:47:02.990Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-06-11T21:47:03.614ZFrom https://github.com/oxidecomputer/propolis
8072026-06-11T21:47:03.614Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-06-11T21:47:03.810Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-06-11T21:47:04.323ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-06-11T21:47:04.323Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8112026-06-11T21:47:04.334Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-06-11T21:47:04.622ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-06-11T21:47:04.622Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8142026-06-11T21:47:04.640Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-06-11T21:47:04.956ZFrom https://github.com/jmesmon/rust-libzfs
8162026-06-11T21:47:04.956Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-06-11T21:47:04.964Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-06-11T21:47:05.253ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-06-11T21:47:05.253Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-06-11T21:47:05.293Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-06-11T21:47:05.678ZFrom https://github.com/oxidecomputer/lldp
8222026-06-11T21:47:05.678Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8232026-06-11T21:47:05.829Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-06-11T21:47:06.127ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-06-11T21:47:06.127Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-06-11T21:47:06.152Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-06-11T21:47:06.481ZFrom https://github.com/oxidecomputer/tufaceous
8282026-06-11T21:47:06.482Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-06-11T21:47:06.626Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-06-11T21:47:07.096ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-06-11T21:47:07.096Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8322026-06-11T21:47:07.122Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-06-11T21:47:07.990ZFrom https://github.com/oxidecomputer/crucible
8342026-06-11T21:47:07.990Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-06-11T21:47:08.209Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-06-11T21:47:08.491ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-06-11T21:47:08.491Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-06-11T21:47:08.507Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-06-11T21:47:08.939ZFrom https://github.com/oxidecomputer/propolis
8402026-06-11T21:47:08.940Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8412026-06-11T21:47:09.420Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-11T21:47:10.046ZFrom https://github.com/oxidecomputer/crucible
8432026-06-11T21:47:10.047Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8442026-06-11T21:47:10.114Z Updating git repository `https://github.com/oxidecomputer/tofino`
8452026-06-11T21:47:10.497ZFrom https://github.com/oxidecomputer/tofino
8462026-06-11T21:47:10.497Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8472026-06-11T21:47:10.522Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8482026-06-11T21:47:11.200ZFrom https://github.com/oxidecomputer/maghemite
8492026-06-11T21:47:11.200Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8502026-06-11T21:47:11.232Z Updating git repository `https://github.com/oxidecomputer/clickward`
8512026-06-11T21:47:11.552ZFrom https://github.com/oxidecomputer/clickward
8522026-06-11T21:47:11.552Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8532026-06-11T21:47:11.618Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-06-11T21:47:11.912ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-06-11T21:47:11.912Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-06-11T21:47:13.219Z Downloading crates ...
8572026-06-11T21:47:13.318Z Downloaded base16ct v0.2.0
8582026-06-11T21:47:13.333Z Downloaded cargo_toml v0.22.3
8592026-06-11T21:47:13.336Z Downloaded arrayref v0.3.9
8602026-06-11T21:47:13.339Z Downloaded async-trait v0.1.89
8612026-06-11T21:47:13.342Z Downloaded ciborium v0.2.2
8622026-06-11T21:47:13.346Z Downloaded base16ct v1.0.0
8632026-06-11T21:47:13.349Z Downloaded git-stub v1.0.0
8642026-06-11T21:47:13.352Z Downloaded async-stream v0.3.6
8652026-06-11T21:47:13.355Z Downloaded embedded-io v0.4.0
8662026-06-11T21:47:13.355Z Downloaded enum-as-inner v0.6.1
8672026-06-11T21:47:13.357Z Downloaded hostname v0.3.1
8682026-06-11T21:47:13.361Z Downloaded bit-set v0.8.0
8692026-06-11T21:47:13.361Z Downloaded num-conv v0.2.2
8702026-06-11T21:47:13.363Z Downloaded bit-vec v0.8.0
8712026-06-11T21:47:13.363Z Downloaded arrayvec v0.7.6
8722026-06-11T21:47:13.366Z Downloaded aead v0.5.2
8732026-06-11T21:47:13.366Z Downloaded linked-hash-map v0.5.6
8742026-06-11T21:47:13.369Z Downloaded ipnetwork v0.21.1
8752026-06-11T21:47:13.369Z Downloaded argon2 v0.5.3
8762026-06-11T21:47:13.372Z Downloaded highway v1.3.0
8772026-06-11T21:47:13.372Z Downloaded darling_macro v0.23.0
8782026-06-11T21:47:13.375Z Downloaded crc8 v0.1.1
8792026-06-11T21:47:13.376Z Downloaded fxhash v0.2.1
8802026-06-11T21:47:13.379Z Downloaded backon v1.6.0
8812026-06-11T21:47:13.379Z Downloaded git-stub-vcs v0.1.0
8822026-06-11T21:47:13.382Z Downloaded cstr-argument v0.1.2
8832026-06-11T21:47:13.382Z Downloaded cpufeatures v0.3.0
8842026-06-11T21:47:13.385Z Downloaded mime v0.3.17
8852026-06-11T21:47:13.385Z Downloaded compression-codecs v0.4.38
8862026-06-11T21:47:13.391Z Downloaded konst_macro_rules v0.2.19
8872026-06-11T21:47:13.397Z Downloaded crunchy v0.2.4
8882026-06-11T21:47:13.397Z Downloaded const-random v0.1.18
8892026-06-11T21:47:13.397Z Downloaded backoff v0.4.0
8902026-06-11T21:47:13.397Z Downloaded heapless v0.8.0
8912026-06-11T21:47:13.400Z Downloaded dunce v1.0.5
8922026-06-11T21:47:13.400Z Downloaded natord v1.0.9
8932026-06-11T21:47:13.400Z Downloaded convert_case v0.4.0
8942026-06-11T21:47:13.400Z Downloaded cobs v0.3.0
8952026-06-11T21:47:13.404Z Downloaded keccak v0.1.6
8962026-06-11T21:47:13.404Z Downloaded expectorate v1.2.0
8972026-06-11T21:47:13.407Z Downloaded ciborium-io v0.2.2
8982026-06-11T21:47:13.408Z Downloaded dyn-clone v1.0.20
8992026-06-11T21:47:13.408Z Downloaded memoffset v0.9.1
9002026-06-11T21:47:13.411Z Downloaded inout v0.1.4
9012026-06-11T21:47:13.411Z Downloaded is-terminal v0.4.17
9022026-06-11T21:47:13.414Z Downloaded float-ord v0.3.2
9032026-06-11T21:47:13.414Z Downloaded anyhow v1.0.102
9042026-06-11T21:47:13.418Z Downloaded dof v0.3.0
9052026-06-11T21:47:13.418Z Downloaded console v0.16.3
9062026-06-11T21:47:13.421Z Downloaded cmake v0.1.58
9072026-06-11T21:47:13.421Z Downloaded macaddr v1.0.1
9082026-06-11T21:47:13.421Z Downloaded bytecount v0.6.9
9092026-06-11T21:47:13.424Z Downloaded internet-checksum v0.2.1
9102026-06-11T21:47:13.424Z Downloaded fixedbitset v0.4.2
9112026-06-11T21:47:13.428Z Downloaded dropshot-api-manager-types v0.7.2
9122026-06-11T21:47:13.428Z Downloaded bitflags v1.3.2
9132026-06-11T21:47:13.431Z Downloaded no-std-compat v0.4.1
9142026-06-11T21:47:13.431Z Downloaded newtype_derive v0.1.6
9152026-06-11T21:47:13.431Z Downloaded memmap v0.7.0
9162026-06-11T21:47:13.434Z Downloaded newtype-uuid-macros v0.1.0
9172026-06-11T21:47:13.434Z Downloaded idna_adapter v1.2.2
9182026-06-11T21:47:13.437Z Downloaded dtrace-parser v0.3.0
9192026-06-11T21:47:13.437Z Downloaded instant v0.1.13
9202026-06-11T21:47:13.437Z Downloaded crypto-common v0.2.2
9212026-06-11T21:47:13.440Z Downloaded compression-core v0.4.32
9222026-06-11T21:47:13.440Z Downloaded darling_macro v0.21.3
9232026-06-11T21:47:13.443Z Downloaded hash32 v0.3.1
9242026-06-11T21:47:13.443Z Downloaded const-random-macro v0.1.16
9252026-06-11T21:47:13.443Z Downloaded num-complex v0.4.6
9262026-06-11T21:47:13.446Z Downloaded chacha20 v0.9.1
9272026-06-11T21:47:13.446Z Downloaded foreign-types-macros v0.2.3
9282026-06-11T21:47:13.449Z Downloaded foreign-types v0.5.0
9292026-06-11T21:47:13.449Z Downloaded dtrace-parser v0.2.0
9302026-06-11T21:47:13.449Z Downloaded dof v0.4.0
9312026-06-11T21:47:13.452Z Downloaded defmt v0.3.100
9322026-06-11T21:47:13.452Z Downloaded ciborium-ll v0.2.2
9332026-06-11T21:47:13.459Z Downloaded glob v0.3.3
9342026-06-11T21:47:13.460Z Downloaded libscf-sys v1.2.0
9352026-06-11T21:47:13.460Z Downloaded defmt-parser v1.0.0
9362026-06-11T21:47:13.462Z Downloaded gethostname v0.5.0
9372026-06-11T21:47:13.462Z Downloaded managed v0.8.0
9382026-06-11T21:47:13.462Z Downloaded httpdate v1.0.3
9392026-06-11T21:47:13.463Z Downloaded hubpack_derive v0.1.1
9402026-06-11T21:47:13.463Z Downloaded opaque-debug v0.3.1
9412026-06-11T21:47:13.463Z Downloaded defmt-macros v1.1.0
9422026-06-11T21:47:13.466Z Downloaded num v0.4.3
9432026-06-11T21:47:13.466Z Downloaded lru-cache v0.1.2
9442026-06-11T21:47:13.469Z Downloaded match_cfg v0.1.0
9452026-06-11T21:47:13.469Z Downloaded heck v0.4.1
9462026-06-11T21:47:13.469Z Downloaded data-encoding v2.11.0
9472026-06-11T21:47:13.472Z Downloaded displaydoc v0.2.6
9482026-06-11T21:47:13.472Z Downloaded crucible-workspace-hack v0.1.0
9492026-06-11T21:47:13.476Z Downloaded hostname v0.4.2
9502026-06-11T21:47:13.476Z Downloaded csv-core v0.1.13
9512026-06-11T21:47:13.476Z Downloaded critical-section v1.2.0
9522026-06-11T21:47:13.479Z Downloaded byteorder v1.5.0
9532026-06-11T21:47:13.479Z Downloaded omicron-workspace-hack v0.1.0
9542026-06-11T21:47:13.479Z Downloaded num_threads v0.1.7
9552026-06-11T21:47:13.482Z Downloaded num-derive v0.4.2
9562026-06-11T21:47:13.482Z Downloaded hubpack v0.1.2
9572026-06-11T21:47:13.486Z Downloaded newline-converter v0.3.0
9582026-06-11T21:47:13.486Z Downloaded powerfmt v0.2.0
9592026-06-11T21:47:13.486Z Downloaded potential_utf v0.1.5
9602026-06-11T21:47:13.491Z Downloaded arc-swap v1.9.1
9612026-06-11T21:47:13.491Z Downloaded parse-display v0.10.0
9622026-06-11T21:47:13.491Z Downloaded ident_case v1.0.1
9632026-06-11T21:47:13.494Z Downloaded derive-ex v0.1.8
9642026-06-11T21:47:13.494Z Downloaded deranged v0.5.8
9652026-06-11T21:47:13.494Z Downloaded daft-derive v0.1.7
9662026-06-11T21:47:13.497Z Downloaded embedded-io v0.6.1
9672026-06-11T21:47:13.500Z Downloaded group v0.13.0
9682026-06-11T21:47:13.500Z Downloaded foldhash v0.2.0
9692026-06-11T21:47:13.500Z Downloaded constant_time_eq v0.4.2
9702026-06-11T21:47:13.503Z Downloaded num-iter v0.1.45
9712026-06-11T21:47:13.503Z Downloaded byte-wrapper v0.1.0
9722026-06-11T21:47:13.506Z Downloaded proc-macro-crate v1.3.1
9732026-06-11T21:47:13.506Z Downloaded crossbeam-deque v0.8.6
9742026-06-11T21:47:13.508Z Downloaded proc-macro-error-attr2 v2.0.0
9752026-06-11T21:47:13.508Z Downloaded proc-macro-error-attr v1.0.4
9762026-06-11T21:47:13.511Z Downloaded proc-macro-crate v3.5.0
9772026-06-11T21:47:13.511Z Downloaded cipher v0.4.4
9782026-06-11T21:47:13.511Z Downloaded ingot-types v0.1.2
9792026-06-11T21:47:13.515Z Downloaded pretty-hex v0.4.2
9802026-06-11T21:47:13.515Z Downloaded bs58 v0.5.1
9812026-06-11T21:47:13.519Z Downloaded num-rational v0.4.2
9822026-06-11T21:47:13.519Z Downloaded daft v0.1.7
9832026-06-11T21:47:13.524Z Downloaded num_enum_derive v0.5.11
9842026-06-11T21:47:13.524Z Downloaded icu_provider v2.2.0
9852026-06-11T21:47:13.524Z Downloaded progenitor-macro v0.10.0
9862026-06-11T21:47:13.524Z Downloaded progenitor-client v0.10.0
9872026-06-11T21:47:13.526Z Downloaded progenitor-macro v0.13.0
9882026-06-11T21:47:13.526Z Downloaded progenitor-macro v0.14.0
9892026-06-11T21:47:13.526Z Downloaded progenitor-client v0.14.0
9902026-06-11T21:47:13.527Z Downloaded oxnet v0.1.6
9912026-06-11T21:47:13.529Z Downloaded ref-cast-impl v1.0.25
9922026-06-11T21:47:13.529Z Downloaded ref-cast v1.0.25
9932026-06-11T21:47:13.532Z Downloaded rand_chacha v0.3.1
9942026-06-11T21:47:13.532Z Downloaded crossbeam-epoch v0.9.18
9952026-06-11T21:47:13.535Z Downloaded ingot v0.1.1
9962026-06-11T21:47:13.536Z Downloaded colored v3.1.1
9972026-06-11T21:47:13.539Z Downloaded quick-error v1.2.3
9982026-06-11T21:47:13.539Z Downloaded cancel-safe-futures v0.1.5
9992026-06-11T21:47:13.544Z Downloaded pem v3.0.6
10002026-06-11T21:47:13.544Z Downloaded phf_shared v0.12.1
10012026-06-11T21:47:13.547Z Downloaded libsw-core v0.3.2
10022026-06-11T21:47:13.547Z Downloaded paste v1.0.15
10032026-06-11T21:47:13.547Z Downloaded linear-map v1.2.0
10042026-06-11T21:47:13.547Z Downloaded rand_xorshift v0.4.0
10052026-06-11T21:47:13.558Z Downloaded phf v0.12.1
10062026-06-11T21:47:13.558Z Downloaded libsw v3.5.0
10072026-06-11T21:47:13.558Z Downloaded ff v0.13.1
10082026-06-11T21:47:13.558Z Downloaded rustc_version v0.1.7
10092026-06-11T21:47:13.558Z Downloaded password-hash v0.5.0
10102026-06-11T21:47:13.558Z Downloaded same-file v1.0.6
10112026-06-11T21:47:13.558Z Downloaded crossbeam-utils v0.8.21
10122026-06-11T21:47:13.558Z Downloaded plain v0.2.3
10132026-06-11T21:47:13.563Z Downloaded multer v3.1.0
10142026-06-11T21:47:13.563Z Downloaded olpc-cjson v0.1.4
10152026-06-11T21:47:13.564Z Downloaded num_enum_derive v0.7.6
10162026-06-11T21:47:13.564Z Downloaded digest v0.11.3
10172026-06-11T21:47:13.567Z Downloaded diff v0.1.13
10182026-06-11T21:47:13.567Z Downloaded fs-err v3.3.0
10192026-06-11T21:47:13.567Z Downloaded foreign-types-shared v0.3.1
10202026-06-11T21:47:13.570Z Downloaded scroll_derive v0.12.1
10212026-06-11T21:47:13.570Z Downloaded derive_more v0.99.20
10222026-06-11T21:47:13.573Z Downloaded serial_test_derive v3.5.0
10232026-06-11T21:47:13.573Z Downloaded semver v0.1.20
10242026-06-11T21:47:13.573Z Downloaded serde-big-array v0.5.1
10252026-06-11T21:47:13.576Z Downloaded parse-display-derive v0.10.0
10262026-06-11T21:47:13.576Z Downloaded memmap2 v0.9.10
10272026-06-11T21:47:13.576Z Downloaded defmt v1.1.0
10282026-06-11T21:47:13.579Z Downloaded blake2 v0.10.6
10292026-06-11T21:47:13.582Z Downloaded oxide-tokio-rt v0.1.6
10302026-06-11T21:47:13.582Z Downloaded progenitor v0.13.0
10312026-06-11T21:47:13.590Z Downloaded progenitor v0.14.0
10322026-06-11T21:47:13.590Z Downloaded scroll_derive v0.13.1
10332026-06-11T21:47:13.590Z Downloaded hybrid-array v0.4.12
10342026-06-11T21:47:13.593Z Downloaded chacha20 v0.10.0
10352026-06-11T21:47:13.593Z Downloaded proc-macro-error2 v2.0.1
10362026-06-11T21:47:13.593Z Downloaded siphasher v1.0.3
10372026-06-11T21:47:13.593Z Downloaded sigpipe v0.1.3
10382026-06-11T21:47:13.593Z Downloaded serial_test v3.5.0
10392026-06-11T21:47:13.593Z Downloaded darling v0.23.0
10402026-06-11T21:47:13.596Z Downloaded slog-bunyan v2.5.0
10412026-06-11T21:47:13.599Z Downloaded omicron-zone-package v0.12.2
10422026-06-11T21:47:13.599Z Downloaded darling_core v0.21.3
10432026-06-11T21:47:13.602Z Downloaded sha1 v0.11.0
10442026-06-11T21:47:13.605Z Downloaded sha1 v0.10.6
10452026-06-11T21:47:13.605Z Downloaded serde_repr v0.1.20
10462026-06-11T21:47:13.608Z Downloaded rand_core v0.10.1
10472026-06-11T21:47:13.608Z Downloaded progenitor-client v0.13.0
10482026-06-11T21:47:13.608Z Downloaded progenitor v0.10.0
10492026-06-11T21:47:13.611Z Downloaded rustversion v1.0.22
10502026-06-11T21:47:13.611Z Downloaded slog-envlogger v2.2.0
10512026-06-11T21:47:13.614Z Downloaded poly1305 v0.8.0
10522026-06-11T21:47:13.614Z Downloaded fs_extra v1.3.0
10532026-06-11T21:47:13.617Z Downloaded cookie v0.18.1
10542026-06-11T21:47:13.617Z Downloaded erased-serde v0.3.31
10552026-06-11T21:47:13.619Z Downloaded structmeta v0.3.0
10562026-06-11T21:47:13.620Z Downloaded structmeta-derive v0.3.0
10572026-06-11T21:47:13.620Z Downloaded tabwriter v1.4.1
10582026-06-11T21:47:13.622Z Downloaded ingot-macros v0.1.1
10592026-06-11T21:47:13.622Z Downloaded tabled_derive v0.7.0
10602026-06-11T21:47:13.622Z Downloaded litemap v0.8.2
10612026-06-11T21:47:13.625Z Downloaded num_enum v0.7.6
10622026-06-11T21:47:13.628Z Downloaded rusty-fork v0.3.1
10632026-06-11T21:47:13.628Z Downloaded parking_lot_core v0.8.6
10642026-06-11T21:47:13.633Z Downloaded rustls-native-certs v0.8.4
10652026-06-11T21:47:13.633Z Downloaded resolv-conf v0.7.6
10662026-06-11T21:47:13.636Z Downloaded strum v0.26.3
10672026-06-11T21:47:13.636Z Downloaded spin v0.5.2
10682026-06-11T21:47:13.636Z Downloaded serde_derive_internals v0.29.1
10692026-06-11T21:47:13.636Z Downloaded stable_deref_trait v1.2.1
10702026-06-11T21:47:13.636Z Downloaded serde_plain v1.0.2
10712026-06-11T21:47:13.636Z Downloaded scroll v0.13.0
10722026-06-11T21:47:13.639Z Downloaded take_mut v0.2.2
10732026-06-11T21:47:13.640Z Downloaded tagptr v0.2.0
10742026-06-11T21:47:13.640Z Downloaded strum v0.27.2
10752026-06-11T21:47:13.640Z Downloaded scroll v0.12.0
10762026-06-11T21:47:13.643Z Downloaded thread-id v4.2.2
10772026-06-11T21:47:13.643Z Downloaded async-compression v0.4.42
10782026-06-11T21:47:13.647Z Downloaded termtree v0.5.1
10792026-06-11T21:47:13.647Z Downloaded parking_lot v0.11.2
10802026-06-11T21:47:13.650Z Downloaded serde_tokenstream v0.2.3
10812026-06-11T21:47:13.650Z Downloaded elliptic-curve v0.13.8
10822026-06-11T21:47:13.650Z Downloaded dropshot_endpoint v0.17.1
10832026-06-11T21:47:13.653Z Downloaded pest_generator v2.8.6
10842026-06-11T21:47:13.655Z Downloaded progenitor-extras v0.2.0
10852026-06-11T21:47:13.656Z Downloaded drift v0.2.0
10862026-06-11T21:47:13.660Z Downloaded smawk v0.3.2
10872026-06-11T21:47:13.663Z Downloaded slog-stdlog v4.1.1
10882026-06-11T21:47:13.663Z Downloaded slog-dtrace v0.3.0
10892026-06-11T21:47:13.663Z Downloaded slog-async v2.8.0
10902026-06-11T21:47:13.666Z Downloaded icu_properties v2.2.0
10912026-06-11T21:47:13.666Z Downloaded typify-macro v0.4.3
10922026-06-11T21:47:13.669Z Downloaded time-core v0.1.8
10932026-06-11T21:47:13.669Z Downloaded unit-prefix v0.5.2
10942026-06-11T21:47:13.669Z Downloaded thread-id v5.1.0
10952026-06-11T21:47:13.669Z Downloaded secrecy v0.10.3
10962026-06-11T21:47:13.672Z Downloaded proc-macro-error v1.0.4
10972026-06-11T21:47:13.672Z Downloaded darling v0.21.3
10982026-06-11T21:47:13.675Z Downloaded topological-sort v0.2.2
10992026-06-11T21:47:13.679Z Downloaded smartstring v1.0.1
11002026-06-11T21:47:13.679Z Downloaded rustls-pemfile v2.2.0
11012026-06-11T21:47:13.679Z Downloaded slog-term v2.9.2
11022026-06-11T21:47:13.682Z Downloaded smf v0.2.3
11032026-06-11T21:47:13.682Z Downloaded rhai_codegen v3.2.0
11042026-06-11T21:47:13.690Z Downloaded utf-8 v0.7.6
11052026-06-11T21:47:13.693Z Downloaded half v2.7.1
11062026-06-11T21:47:13.693Z Downloaded chacha20poly1305 v0.10.1
11072026-06-11T21:47:13.696Z Downloaded bitflags v2.12.1
11082026-06-11T21:47:13.696Z Downloaded strum_macros v0.27.2
11092026-06-11T21:47:13.700Z Downloaded testing_table v0.3.0
11102026-06-11T21:47:13.700Z Downloaded slog-scope v4.4.1
11112026-06-11T21:47:13.700Z Downloaded const_format v0.2.36
11122026-06-11T21:47:13.703Z Downloaded usdt-attr-macro v0.5.0
11132026-06-11T21:47:13.703Z Downloaded usdt v0.5.0
11142026-06-11T21:47:13.703Z Downloaded papergrid v0.11.0
11152026-06-11T21:47:13.706Z Downloaded usdt-macro v0.6.0
11162026-06-11T21:47:13.706Z Downloaded tinystr v0.8.3
11172026-06-11T21:47:13.709Z Downloaded snafu-derive v0.8.9
11182026-06-11T21:47:13.709Z Downloaded thiserror-impl-no-std v2.0.2
11192026-06-11T21:47:13.709Z Downloaded strum_macros v0.26.4
11202026-06-11T21:47:13.713Z Downloaded usdt-macro v0.5.0
11212026-06-11T21:47:13.713Z Downloaded usdt-attr-macro v0.6.0
11222026-06-11T21:47:13.713Z Downloaded usdt v0.6.0
11232026-06-11T21:47:13.714Z Downloaded zerofrom-derive v0.1.7
11242026-06-11T21:47:13.716Z Downloaded untrusted v0.7.1
11252026-06-11T21:47:13.717Z Downloaded universal-hash v0.5.1
11262026-06-11T21:47:13.717Z Downloaded typify-macro v0.6.2
11272026-06-11T21:47:13.717Z Downloaded tabled_derive v0.11.0
11282026-06-11T21:47:13.717Z Downloaded synstructure v0.13.2
11292026-06-11T21:47:13.717Z Downloaded wait-timeout v0.2.1
11302026-06-11T21:47:13.720Z Downloaded thiserror-no-std v2.0.2
11312026-06-11T21:47:13.720Z Downloaded tokio-tungstenite v0.21.0
11322026-06-11T21:47:13.723Z Downloaded papergrid v0.18.0
11332026-06-11T21:47:13.726Z Downloaded indicatif v0.18.4
11342026-06-11T21:47:13.726Z Downloaded indexmap v1.9.3
11352026-06-11T21:47:13.729Z Downloaded yoke-derive v0.8.2
11362026-06-11T21:47:13.729Z Downloaded progenitor-impl v0.10.0
11372026-06-11T21:47:13.732Z Downloaded const-oid v0.10.2
11382026-06-11T21:47:13.732Z Downloaded zeroize_derive v1.4.3
11392026-06-11T21:47:13.732Z Downloaded hmac v0.12.1
11402026-06-11T21:47:13.734Z Downloaded postcard v1.1.3
11412026-06-11T21:47:13.734Z Downloaded zone_cfg_derive v0.3.1
11422026-06-11T21:47:13.735Z Downloaded pest_meta v2.8.6
11432026-06-11T21:47:13.737Z Downloaded jiff-static v0.2.28
11442026-06-11T21:47:13.742Z Downloaded zone v0.3.1
11452026-06-11T21:47:13.742Z Downloaded zerofrom v0.1.8
11462026-06-11T21:47:13.742Z Downloaded waitgroup v0.1.2
11472026-06-11T21:47:13.742Z Downloaded crossbeam-channel v0.5.15
11482026-06-11T21:47:13.745Z Downloaded spin v0.9.8
11492026-06-11T21:47:13.745Z Downloaded serde_with_macros v3.20.0
11502026-06-11T21:47:13.745Z Downloaded time-macros v0.2.27
11512026-06-11T21:47:13.748Z Downloaded tokio-dtrace v0.1.1
11522026-06-11T21:47:13.748Z Downloaded smallvec v1.15.1
11532026-06-11T21:47:13.751Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11542026-06-11T21:47:13.751Z Downloaded darling_core v0.23.0
11552026-06-11T21:47:13.753Z Downloaded crypto-bigint v0.5.5
11562026-06-11T21:47:13.758Z Downloaded nom v8.0.0
11572026-06-11T21:47:13.761Z Downloaded progenitor-impl v0.13.0
11582026-06-11T21:47:13.761Z Downloaded writeable v0.6.3
11592026-06-11T21:47:13.761Z Downloaded schemars_derive v0.8.22
11602026-06-11T21:47:13.764Z Downloaded unarray v0.1.4
11612026-06-11T21:47:13.764Z Downloaded tiny-keccak v2.0.2
11622026-06-11T21:47:13.764Z Downloaded slog-json v2.6.1
11632026-06-11T21:47:13.767Z Downloaded num_enum v0.5.11
11642026-06-11T21:47:13.767Z Downloaded vsss-rs v3.3.4
11652026-06-11T21:47:13.771Z Downloaded slog v2.8.2
11662026-06-11T21:47:13.771Z Downloaded const_format_proc_macros v0.2.34
11672026-06-11T21:47:13.774Z Downloaded icu_normalizer_data v2.2.0
11682026-06-11T21:47:13.774Z Downloaded num-integer v0.1.46
11692026-06-11T21:47:13.777Z Downloaded block-buffer v0.12.0
11702026-06-11T21:47:13.777Z Downloaded bcs v0.1.6
11712026-06-11T21:47:13.777Z Downloaded base64 v0.21.7
11722026-06-11T21:47:13.780Z Downloaded zerovec-derive v0.11.3
11732026-06-11T21:47:13.780Z Downloaded rustls-platform-verifier v0.7.0
11742026-06-11T21:47:13.784Z Downloaded walkdir v2.5.0
11752026-06-11T21:47:13.784Z Downloaded usdt-impl v0.5.0
11762026-06-11T21:47:13.786Z Downloaded async-stream-impl v0.3.6
11772026-06-11T21:47:13.786Z Downloaded async-recursion v1.1.1
11782026-06-11T21:47:13.787Z Downloaded schemars v0.8.22
11792026-06-11T21:47:13.793Z Downloaded thin-vec v0.2.18
11802026-06-11T21:47:13.796Z Downloaded whoami v1.6.1
11812026-06-11T21:47:13.796Z Downloaded xz2 v0.1.7
11822026-06-11T21:47:13.799Z Downloaded test-strategy v0.4.5
11832026-06-11T21:47:13.799Z Downloaded similar v2.7.0
11842026-06-11T21:47:13.803Z Downloaded yoke v0.8.3
11852026-06-11T21:47:13.803Z Downloaded toml v0.7.8
11862026-06-11T21:47:13.805Z Downloaded serde_yaml v0.9.34+deprecated
11872026-06-11T21:47:13.808Z Downloaded qorb v0.4.1
11882026-06-11T21:47:13.808Z Downloaded iddqd v0.4.2
11892026-06-11T21:47:13.813Z Downloaded rayon-core v1.13.0
11902026-06-11T21:47:13.816Z Downloaded typify v0.6.2
11912026-06-11T21:47:13.819Z Downloaded unsafe-libyaml v0.2.11
11922026-06-11T21:47:13.821Z Downloaded snafu v0.8.9
11932026-06-11T21:47:13.824Z Downloaded icu_normalizer v2.2.0
11942026-06-11T21:47:13.828Z Downloaded usdt-impl v0.6.0
11952026-06-11T21:47:13.828Z Downloaded ucd-trie v0.1.7
11962026-06-11T21:47:13.828Z Downloaded progenitor-impl v0.14.0
11972026-06-11T21:47:13.831Z Downloaded hickory-resolver v0.25.2
11982026-06-11T21:47:13.831Z Downloaded minimal-lexical v0.2.1
11992026-06-11T21:47:13.834Z Downloaded toml_edit v0.25.12+spec-1.1.0
12002026-06-11T21:47:13.837Z Downloaded term v1.2.1
12012026-06-11T21:47:13.837Z Downloaded prettyplease v0.2.37
12022026-06-11T21:47:13.840Z Downloaded hashbrown v0.12.3
12032026-06-11T21:47:13.843Z Downloaded pretty_assertions v1.4.1
12042026-06-11T21:47:13.843Z Downloaded pest_derive v2.8.6
12052026-06-11T21:47:13.846Z Downloaded zerocopy-derive v0.7.35
12062026-06-11T21:47:13.846Z Downloaded toml v0.9.12+spec-1.1.0
12072026-06-11T21:47:13.849Z Downloaded tungstenite v0.21.0
12082026-06-11T21:47:13.852Z Downloaded toml_edit v0.19.15
12092026-06-11T21:47:13.860Z Downloaded typify v0.4.3
12102026-06-11T21:47:13.863Z Downloaded rand v0.10.1
12112026-06-11T21:47:13.866Z Downloaded pest v2.8.6
12122026-06-11T21:47:13.869Z Downloaded icu_locale_core v2.2.0
12132026-06-11T21:47:13.872Z Downloaded uuid v1.23.2
12142026-06-11T21:47:13.872Z Downloaded schemars v0.9.0
12152026-06-11T21:47:13.879Z Downloaded zerotrie v0.2.4
12162026-06-11T21:47:13.882Z Downloaded steno v0.4.1
12172026-06-11T21:47:13.885Z Downloaded schemars v1.2.1
12182026-06-11T21:47:13.891Z Downloaded typed-path v0.9.3
12192026-06-11T21:47:13.894Z Downloaded zerocopy-derive v0.8.50
12202026-06-11T21:47:13.899Z Downloaded http v1.4.1
12212026-06-11T21:47:13.902Z Downloaded yansi v1.0.1
12222026-06-11T21:47:13.905Z Downloaded libm v0.2.16
12232026-06-11T21:47:13.908Z Downloaded rand v0.8.6
12242026-06-11T21:47:13.911Z Downloaded nom v7.1.3
12252026-06-11T21:47:13.914Z Downloaded goblin v0.10.7
12262026-06-11T21:47:13.917Z Downloaded goblin v0.8.2
12272026-06-11T21:47:13.920Z Downloaded aws-lc-rs v1.17.0
12282026-06-11T21:47:13.925Z Downloaded dropshot-api-manager v0.7.2
12292026-06-11T21:47:13.929Z Downloaded rayon v1.12.0
12302026-06-11T21:47:13.933Z Downloaded icu_properties_data v2.2.0
12312026-06-11T21:47:13.939Z Downloaded itertools v0.12.1
12322026-06-11T21:47:13.942Z Downloaded konst v0.2.20
12332026-06-11T21:47:13.945Z Downloaded icu_collections v2.2.0
12342026-06-11T21:47:13.948Z Downloaded hickory-resolver v0.24.4
12352026-06-11T21:47:13.951Z Downloaded allocator-api2 v0.2.21
12362026-06-11T21:47:13.953Z Downloaded zerocopy v0.7.35
12372026-06-11T21:47:13.960Z Downloaded serde_with v3.20.0
12382026-06-11T21:47:13.967Z Downloaded hashbrown v0.16.1
12392026-06-11T21:47:13.970Z Downloaded blake3 v1.8.5
12402026-06-11T21:47:13.975Z Downloaded regex v1.12.3
12412026-06-11T21:47:13.978Z Downloaded hkdf v0.12.4
12422026-06-11T21:47:13.981Z Downloaded reqwest v0.13.4
12432026-06-11T21:47:14.002Z Downloaded tabled v0.21.0
12442026-06-11T21:47:14.012Z Downloaded zerovec v0.11.6
12452026-06-11T21:47:14.015Z Downloaded tough v0.22.0
12462026-06-11T21:47:14.019Z Downloaded syn v1.0.109
12472026-06-11T21:47:14.037Z Downloaded proptest v1.11.0
12482026-06-11T21:47:14.042Z Downloaded winnow v0.5.40
12492026-06-11T21:47:14.054Z Downloaded moka v0.12.15
12502026-06-11T21:47:14.063Z Downloaded dropshot v0.17.1
12512026-06-11T21:47:14.074Z Downloaded time v0.3.47
12522026-06-11T21:47:14.081Z Downloaded rhai v1.25.1
12532026-06-11T21:47:14.087Z Downloaded regress v0.10.5
12542026-06-11T21:47:14.092Z Downloaded smoltcp v0.11.0
12552026-06-11T21:47:14.098Z Downloaded openapiv3 v2.2.0
12562026-06-11T21:47:14.104Z Downloaded tabled v0.15.0
12572026-06-11T21:47:14.131Z Downloaded typify-impl v0.6.2
12582026-06-11T21:47:14.140Z Downloaded zerocopy v0.8.50
12592026-06-11T21:47:14.151Z Downloaded nix v0.31.3
12602026-06-11T21:47:14.158Z Downloaded typify-impl v0.4.3
12612026-06-11T21:47:14.165Z Downloaded regress v0.11.1
12622026-06-11T21:47:14.171Z Downloaded regex-syntax v0.8.10
12632026-06-11T21:47:14.175Z Downloaded hickory-proto v0.24.4
12642026-06-11T21:47:14.185Z Downloaded hickory-proto v0.25.2
12652026-06-11T21:47:14.197Z Downloaded petgraph v0.6.5
12662026-06-11T21:47:14.207Z Downloaded sled v0.34.7
12672026-06-11T21:47:14.214Z Downloaded chrono-tz v0.10.4
12682026-06-11T21:47:14.226Z Downloaded csv v1.4.0
12692026-06-11T21:47:14.261Z Downloaded lzma-sys v0.1.20
12702026-06-11T21:47:14.278Z Downloaded jiff v0.2.28
12712026-06-11T21:47:14.288Z Downloaded sha3 v0.10.9
12722026-06-11T21:47:14.321Z Downloaded encoding_rs v0.8.35
12732026-06-11T21:47:14.815Z Downloaded aws-lc-sys v0.41.0
12742026-06-11T21:47:15.728Z Compiling proc-macro2 v1.0.106
12752026-06-11T21:47:15.728Z Compiling quote v1.0.45
12762026-06-11T21:47:15.729Z Compiling unicode-ident v1.0.24
12772026-06-11T21:47:15.732Z Compiling serde_core v1.0.228
12782026-06-11T21:47:15.732Z Compiling cfg-if v1.0.4
12792026-06-11T21:47:15.732Z Compiling serde v1.0.228
12802026-06-11T21:47:15.732Z Compiling libc v0.2.186
12812026-06-11T21:47:15.732Z Compiling memchr v2.8.1
12822026-06-11T21:47:15.880Z Compiling itoa v1.0.18
12832026-06-11T21:47:16.055Z Compiling zmij v1.0.21
12842026-06-11T21:47:16.159Z Compiling autocfg v1.5.1
12852026-06-11T21:47:16.186Z Compiling libm v0.2.16
12862026-06-11T21:47:16.497Z Compiling stable_deref_trait v1.2.1
12872026-06-11T21:47:16.517Z Compiling litemap v0.8.2
12882026-06-11T21:47:16.644Z Compiling writeable v0.6.3
12892026-06-11T21:47:16.733Z Compiling utf8_iter v1.0.4
12902026-06-11T21:47:16.754Z Compiling icu_normalizer_data v2.2.0
12912026-06-11T21:47:16.788Z Compiling percent-encoding v2.3.2
12922026-06-11T21:47:16.813Z Compiling icu_properties_data v2.2.0
12932026-06-11T21:47:16.871Z Compiling iana-time-zone v0.1.65
12942026-06-11T21:47:16.986Z Compiling version_check v0.9.5
12952026-06-11T21:47:17.052Z Compiling syn v2.0.117
12962026-06-11T21:47:17.106Z Compiling equivalent v1.0.2
12972026-06-11T21:47:17.166Z Compiling form_urlencoded v1.2.2
12982026-06-11T21:47:17.188Z Compiling serde_json v1.0.150
12992026-06-11T21:47:17.213Z Compiling pin-project-lite v0.2.17
13002026-06-11T21:47:17.244Z Compiling dyn-clone v1.0.20
13012026-06-11T21:47:17.272Z Compiling parking_lot_core v0.9.12
13022026-06-11T21:47:17.306Z Compiling scopeguard v1.2.0
13032026-06-11T21:47:17.355Z Compiling num-traits v0.2.19
13042026-06-11T21:47:17.403Z Compiling lock_api v0.4.14
13052026-06-11T21:47:17.416Z Compiling hashbrown v0.17.1
13062026-06-11T21:47:17.454Z Compiling thiserror v2.0.18
13072026-06-11T21:47:17.574Z Compiling getrandom v0.4.2
13082026-06-11T21:47:17.643Z Compiling rand_core v0.10.1
13092026-06-11T21:47:17.777Z Compiling errno v0.3.14
13102026-06-11T21:47:17.793Z Compiling log v0.4.32
13112026-06-11T21:47:17.918Z Compiling heck v0.5.0
13122026-06-11T21:47:17.979Z Compiling semver v1.0.28
13132026-06-11T21:47:18.013Z Compiling indexmap v2.14.0
13142026-06-11T21:47:18.055Z Compiling futures-core v0.3.32
13152026-06-11T21:47:18.138Z Compiling zerocopy v0.8.50
13162026-06-11T21:47:18.209Z Compiling uuid v1.23.2
13172026-06-11T21:47:18.331Z Compiling futures-sink v0.3.32
13182026-06-11T21:47:18.404Z Compiling schemars v0.8.22
13192026-06-11T21:47:18.431Z Compiling slab v0.4.12
13202026-06-11T21:47:18.582Z Compiling jobserver v0.1.34
13212026-06-11T21:47:18.607Z Compiling shlex v2.0.1
13222026-06-11T21:47:18.642Z Compiling rustversion v1.0.22
13232026-06-11T21:47:18.671Z Compiling find-msvc-tools v0.1.9
13242026-06-11T21:47:18.682Z Compiling fnv v1.0.7
13252026-06-11T21:47:18.775Z Compiling futures-channel v0.3.32
13262026-06-11T21:47:18.793Z Compiling bitflags v2.12.1
13272026-06-11T21:47:18.902Z Compiling cc v1.2.63
13282026-06-11T21:47:18.915Z Compiling futures-io v0.3.32
13292026-06-11T21:47:19.003Z Compiling futures-task v0.3.32
13302026-06-11T21:47:19.040Z Compiling portable-atomic v1.13.1
13312026-06-11T21:47:19.073Z Compiling socket2 v0.6.4
13322026-06-11T21:47:19.169Z Compiling signal-hook-registry v1.4.8
13332026-06-11T21:47:19.180Z Compiling mio v1.2.1
13342026-06-11T21:47:19.393Z Compiling critical-section v1.2.0
13352026-06-11T21:47:19.461Z Compiling dunce v1.0.5
13362026-06-11T21:47:19.499Z Compiling fs_extra v1.3.0
13372026-06-11T21:47:19.514Z Compiling typenum v1.20.1
13382026-06-11T21:47:19.550Z Compiling base64 v0.22.1
13392026-06-11T21:47:19.622Z Compiling cmake v0.1.58
13402026-06-11T21:47:19.685Z Compiling slog v2.8.2
13412026-06-11T21:47:19.748Z Compiling strsim v0.11.1
13422026-06-11T21:47:19.877Z Compiling synstructure v0.13.2
13432026-06-11T21:47:19.921Z Compiling serde_derive_internals v0.29.1
13442026-06-11T21:47:19.949Z Compiling once_cell v1.21.4
13452026-06-11T21:47:20.026Z Compiling rustix v1.1.4
13462026-06-11T21:47:20.139Z Compiling subtle v2.6.1
13472026-06-11T21:47:20.154Z Compiling aws-lc-sys v0.41.0
13482026-06-11T21:47:20.165Z Compiling byteorder v1.5.0
13492026-06-11T21:47:20.305Z Compiling regex-syntax v0.8.10
13502026-06-11T21:47:20.318Z Compiling httparse v1.10.1
13512026-06-11T21:47:20.373Z Compiling atomic-waker v1.1.2
13522026-06-11T21:47:20.385Z Compiling ipnet v2.12.0
13532026-06-11T21:47:20.492Z Compiling tower-service v0.3.3
13542026-06-11T21:47:20.586Z Compiling tower-layer v0.3.3
13552026-06-11T21:47:20.598Z Compiling getrandom v0.2.17
13562026-06-11T21:47:20.644Z Compiling ryu v1.0.23
13572026-06-11T21:47:20.740Z Compiling untrusted v0.9.0
13582026-06-11T21:47:20.772Z Compiling ucd-trie v0.1.7
13592026-06-11T21:47:20.825Z Compiling getrandom v0.3.4
13602026-06-11T21:47:20.857Z Compiling thiserror v1.0.69
13612026-06-11T21:47:20.931Z Compiling try-lock v0.2.5
13622026-06-11T21:47:21.016Z Compiling want v0.3.1
13632026-06-11T21:47:21.032Z Compiling pest v2.8.6
13642026-06-11T21:47:21.065Z Compiling rand_core v0.6.4
13652026-06-11T21:47:21.102Z Compiling serde_derive v1.0.228
13662026-06-11T21:47:21.169Z Compiling zerofrom-derive v0.1.7
13672026-06-11T21:47:21.180Z Compiling yoke-derive v0.8.2
13682026-06-11T21:47:21.183Z Compiling zerovec-derive v0.11.3
13692026-06-11T21:47:21.283Z Compiling displaydoc v0.2.6
13702026-06-11T21:47:22.144Z Compiling schemars_derive v0.8.22
13712026-06-11T21:47:22.286Z Compiling thiserror-impl v2.0.18
13722026-06-11T21:47:22.344Z Compiling tokio-macros v2.7.0
13732026-06-11T21:47:22.355Z Compiling zerocopy-derive v0.8.50
13742026-06-11T21:47:22.379Z Compiling zerofrom v0.1.8
13752026-06-11T21:47:22.500Z Compiling yoke v0.8.3
13762026-06-11T21:47:22.689Z Compiling zerovec v0.11.6
13772026-06-11T21:47:23.003Z Compiling zerotrie v0.2.4
13782026-06-11T21:47:23.098Z Compiling zeroize_derive v1.4.3
13792026-06-11T21:47:23.204Z Compiling tinystr v0.8.3
13802026-06-11T21:47:23.291Z Compiling potential_utf v0.1.5
13812026-06-11T21:47:23.356Z Compiling icu_locale_core v2.2.0
13822026-06-11T21:47:23.404Z Compiling icu_collections v2.2.0
13832026-06-11T21:47:23.446Z Compiling futures-macro v0.3.32
13842026-06-11T21:47:23.796Z Compiling zeroize v1.8.2
13852026-06-11T21:47:23.808Z Compiling thiserror-impl v1.0.69
13862026-06-11T21:47:23.905Z Compiling httpdate v1.0.3
13872026-06-11T21:47:23.989Z Compiling pest_meta v2.8.6
13882026-06-11T21:47:24.139Z Compiling icu_provider v2.2.0
13892026-06-11T21:47:24.275Z Compiling bytes v1.11.1
13902026-06-11T21:47:24.359Z Compiling smallvec v1.15.1
13912026-06-11T21:47:24.426Z Compiling icu_properties v2.2.0
13922026-06-11T21:47:24.457Z Compiling chrono v0.4.45
13932026-06-11T21:47:24.591Z Compiling icu_normalizer v2.2.0
13942026-06-11T21:47:25.965Z Compiling futures-util v0.3.32
13952026-06-11T21:47:25.969Z Compiling parking_lot v0.12.5
13962026-06-11T21:47:25.969Z Compiling http v1.4.1
13972026-06-11T21:47:25.969Z Compiling serde_tokenstream v0.2.3
13982026-06-11T21:47:25.969Z Compiling idna_adapter v1.2.2
13992026-06-11T21:47:25.969Z Compiling tokio v1.52.3
14002026-06-11T21:47:25.969Z Compiling erased-serde v0.3.31
14012026-06-11T21:47:25.969Z Compiling idna v1.1.0
14022026-06-11T21:47:25.969Z Compiling http-body v1.0.1
14032026-06-11T21:47:26.087Z Compiling url v2.5.8
14042026-06-11T21:47:26.269Z Compiling pest_generator v2.8.6
14052026-06-11T21:47:26.445Z Compiling pretty-hex v0.4.2
14062026-06-11T21:47:26.497Z Compiling plain v0.2.3
14072026-06-11T21:47:26.647Z Compiling ppv-lite86 v0.2.21
14082026-06-11T21:47:26.760Z Compiling winnow v1.0.3
14092026-06-11T21:47:26.906Z Compiling pest_derive v2.8.6
14102026-06-11T21:47:26.956Z Compiling paste v1.0.15
14112026-06-11T21:47:27.022Z Compiling allocator-api2 v0.2.21
14122026-06-11T21:47:27.255Z Compiling foldhash v0.2.0
14132026-06-11T21:47:27.342Z Compiling tracing-attributes v0.1.31
14142026-06-11T21:47:27.353Z Compiling tracing-core v0.1.36
14152026-06-11T21:47:27.473Z Compiling ipnetwork v0.21.1
14162026-06-11T21:47:27.488Z Compiling hashbrown v0.16.1
14172026-06-11T21:47:27.855Z Compiling oxnet v0.1.6
14182026-06-11T21:47:27.919Z Compiling ident_case v1.0.1
14192026-06-11T21:47:27.967Z Compiling omicron-workspace-hack v0.1.0
14202026-06-11T21:47:28.078Z Compiling http-body-util v0.1.3
14212026-06-11T21:47:28.135Z Compiling serde_urlencoded v0.7.1
14222026-06-11T21:47:28.205Z Compiling aho-corasick v1.1.4
14232026-06-11T21:47:28.327Z Compiling sync_wrapper v1.0.2
14242026-06-11T21:47:28.375Z Compiling daft-derive v0.1.7
14252026-06-11T21:47:28.536Z Compiling fastrand v2.4.1
14262026-06-11T21:47:28.586Z Compiling tracing v0.1.44
14272026-06-11T21:47:28.791Z Compiling scroll_derive v0.13.1
14282026-06-11T21:47:28.818Z Compiling async-trait v0.1.89
14292026-06-11T21:47:29.126Z Compiling regex-automata v0.4.14
14302026-06-11T21:47:29.425Z Compiling tokio-util v0.7.18
14312026-06-11T21:47:29.630Z Compiling powerfmt v0.2.0
14322026-06-11T21:47:29.653Z Compiling anyhow v1.0.102
14332026-06-11T21:47:29.818Z Compiling time-core v0.1.8
14342026-06-11T21:47:29.835Z Compiling num-conv v0.2.2
14352026-06-11T21:47:29.960Z Compiling aws-lc-rs v1.17.0
14362026-06-11T21:47:29.982Z Compiling time-macros v0.2.27
14372026-06-11T21:47:30.171Z Compiling deranged v0.5.8
14382026-06-11T21:47:30.182Z Compiling scroll v0.13.0
14392026-06-11T21:47:30.269Z Compiling rustls-pki-types v1.14.1
14402026-06-11T21:47:30.440Z Compiling openssl-probe v0.2.1
14412026-06-11T21:47:30.629Z Compiling num_threads v0.1.7
14422026-06-11T21:47:30.723Z Compiling hex v0.4.3
14432026-06-11T21:47:30.756Z Compiling regex v1.12.3
14442026-06-11T21:47:30.969Z Compiling goblin v0.10.7
14452026-06-11T21:47:31.133Z Compiling untrusted v0.7.1
14462026-06-11T21:47:31.218Z Compiling camino v1.2.2
14472026-06-11T21:47:31.548Z Compiling usdt-impl v0.6.0
14482026-06-11T21:47:31.570Z Compiling crc32fast v1.5.0
14492026-06-11T21:47:31.601Z Compiling rustls v0.23.40
14502026-06-11T21:47:31.840Z Compiling h2 v0.4.14
14512026-06-11T21:47:31.945Z Compiling dtrace-parser v0.3.0
14522026-06-11T21:47:31.972Z Compiling futures-executor v0.3.32
14532026-06-11T21:47:32.179Z Compiling crossbeam-utils v0.8.21
14542026-06-11T21:47:32.307Z Compiling structmeta-derive v0.3.0
14552026-06-11T21:47:32.446Z Compiling thread-id v5.1.0
14562026-06-11T21:47:32.518Z Compiling cpufeatures v0.3.0
14572026-06-11T21:47:32.526Z Compiling simd-adler32 v0.3.9
14582026-06-11T21:47:32.589Z Compiling adler2 v2.0.1
14592026-06-11T21:47:32.724Z Compiling miniz_oxide v0.8.9
14602026-06-11T21:47:32.837Z Compiling futures v0.3.32
14612026-06-11T21:47:32.917Z Compiling rand_core v0.9.5
14622026-06-11T21:47:33.131Z Compiling darling_core v0.23.0
14632026-06-11T21:47:33.252Z Compiling newtype-uuid-macros v0.1.0
14642026-06-11T21:47:33.383Z Compiling structmeta v0.3.0
14652026-06-11T21:47:33.395Z Compiling hybrid-array v0.4.12
14662026-06-11T21:47:33.730Z Compiling thread_local v1.1.9
14672026-06-11T21:47:33.851Z Compiling dof v0.4.0
14682026-06-11T21:47:34.001Z Compiling hyper v1.10.1
14692026-06-11T21:47:34.066Z Compiling match_cfg v0.1.0
14702026-06-11T21:47:34.134Z Compiling flate2 v1.1.9
14712026-06-11T21:47:34.907Z Compiling newtype-uuid v1.3.2
14722026-06-11T21:47:35.192Z Compiling hyper-util v0.1.20
14732026-06-11T21:47:35.204Z Compiling darling_macro v0.23.0
14742026-06-11T21:47:35.250Z Compiling quick-error v1.2.3
14752026-06-11T21:47:35.254Z Compiling slog-async v2.8.0
14762026-06-11T21:47:35.352Z Compiling compression-core v0.4.32
14772026-06-11T21:47:35.511Z Compiling ref-cast v1.0.25
14782026-06-11T21:47:35.723Z Compiling compression-codecs v0.4.38
14792026-06-11T21:47:35.743Z Compiling daft v0.1.7
14802026-06-11T21:47:35.794Z Compiling darling v0.23.0
14812026-06-11T21:47:35.826Z Compiling crypto-common v0.2.2
14822026-06-11T21:47:35.869Z Compiling block-buffer v0.12.0
14832026-06-11T21:47:35.880Z Compiling rand_chacha v0.9.0
14842026-06-11T21:47:35.994Z Compiling usdt-attr-macro v0.6.0
14852026-06-11T21:47:36.006Z Compiling usdt-macro v0.6.0
14862026-06-11T21:47:36.020Z Compiling ref-cast-impl v1.0.25
14872026-06-11T21:47:36.311Z Compiling strum_macros v0.26.4
14882026-06-11T21:47:36.390Z Compiling serde_spanned v1.1.1
14892026-06-11T21:47:36.536Z Compiling multer v3.1.0
14902026-06-11T21:47:36.696Z Compiling generic-array v0.14.7
14912026-06-11T21:47:36.773Z Compiling const-oid v0.10.2
14922026-06-11T21:47:36.815Z Compiling bit-vec v0.8.0
14932026-06-11T21:47:36.910Z Compiling toml_writer v1.1.1+spec-1.1.0
14942026-06-11T21:47:36.936Z Compiling debug-ignore v1.0.5
14952026-06-11T21:47:36.988Z Compiling take_mut v0.2.2
14962026-06-11T21:47:37.035Z Compiling term v1.2.1
14972026-06-11T21:47:37.054Z Compiling bit-set v0.8.0
14982026-06-11T21:47:37.123Z Compiling digest v0.11.3
14992026-06-11T21:47:37.215Z Compiling rand v0.9.4
15002026-06-11T21:47:37.225Z Compiling serde_with_macros v3.20.0
15012026-06-11T21:47:37.266Z Compiling async-stream-impl v0.3.6
15022026-06-11T21:47:37.282Z Compiling dropshot v0.17.1
15032026-06-11T21:47:37.523Z Compiling encoding_rs v0.8.35
15042026-06-11T21:47:37.819Z Compiling syn v1.0.109
15052026-06-11T21:47:37.910Z Compiling spin v0.9.8
15062026-06-11T21:47:37.961Z Compiling unarray v0.1.4
15072026-06-11T21:47:38.021Z Compiling mime v0.3.17
15082026-06-11T21:47:38.049Z Compiling strum v0.26.3
15092026-06-11T21:47:38.064Z Compiling async-stream v0.3.6
15102026-06-11T21:47:38.191Z Compiling sha1 v0.11.0
15112026-06-11T21:47:38.233Z Compiling derive-ex v0.1.8
15122026-06-11T21:47:38.291Z Compiling tower v0.5.3
15132026-06-11T21:47:38.324Z Compiling dropshot_endpoint v0.17.1
15142026-06-11T21:47:38.363Z Compiling macaddr v1.0.1
15152026-06-11T21:47:38.435Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15162026-06-11T21:47:38.707Z Compiling waitgroup v0.1.2
15172026-06-11T21:47:38.754Z Compiling serde_path_to_error v0.1.20
15182026-06-11T21:47:38.922Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15192026-06-11T21:47:39.052Z Compiling tower-http v0.6.11
15202026-06-11T21:47:39.107Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15212026-06-11T21:47:39.197Z Compiling tempfile v3.27.0
15222026-06-11T21:47:39.280Z Compiling openapiv3 v2.2.0
15232026-06-11T21:47:39.471Z Compiling strum_macros v0.27.2
15242026-06-11T21:47:39.618Z Compiling instant v0.1.13
15252026-06-11T21:47:39.800Z Compiling test-strategy v0.4.5
15262026-06-11T21:47:39.985Z Compiling time v0.3.47
15272026-06-11T21:47:40.883Z Compiling rustls-native-certs v0.8.4
15282026-06-11T21:47:40.922Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15292026-06-11T21:47:41.168Z Compiling crossbeam-channel v0.5.15
15302026-06-11T21:47:41.221Z Compiling crypto-common v0.1.7
15312026-06-11T21:47:41.291Z Compiling strum v0.27.2
15322026-06-11T21:47:41.695Z Compiling parse-display-derive v0.10.0
15332026-06-11T21:47:41.709Z Compiling backon v1.6.0
15342026-06-11T21:47:41.722Z Compiling rand_chacha v0.3.1
15352026-06-11T21:47:41.961Z Compiling rand v0.8.6
15362026-06-11T21:47:42.183Z Compiling slog-json v2.6.1
15372026-06-11T21:47:42.404Z Compiling hostname v0.3.1
15382026-06-11T21:47:42.539Z Compiling toml_parser v1.1.2+spec-1.1.0
15392026-06-11T21:47:42.613Z Compiling toml_datetime v1.1.1+spec-1.1.0
15402026-06-11T21:47:42.733Z Compiling is-terminal v0.4.17
15412026-06-11T21:47:42.829Z Compiling wait-timeout v0.2.1
15422026-06-11T21:47:42.925Z Compiling memmap2 v0.9.10
15432026-06-11T21:47:43.144Z Compiling either v1.16.0
15442026-06-11T21:47:43.147Z Compiling usdt v0.6.0
15452026-06-11T21:47:43.250Z Compiling rusty-fork v0.3.1
15462026-06-11T21:47:43.253Z Compiling toml v1.1.2+spec-1.1.0
15472026-06-11T21:47:43.352Z Compiling slog-term v2.9.2
15482026-06-11T21:47:43.429Z Compiling slog-bunyan v2.5.0
15492026-06-11T21:47:43.560Z Compiling serde_with v3.20.0
15502026-06-11T21:47:43.570Z Compiling async-compression v0.4.42
15512026-06-11T21:47:43.609Z Compiling rand_xorshift v0.4.0
15522026-06-11T21:47:43.752Z Compiling rustls-pemfile v2.2.0
15532026-06-11T21:47:43.872Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15542026-06-11T21:47:43.949Z Compiling regress v0.10.5
15552026-06-11T21:47:43.952Z Compiling hostname v0.4.2
15562026-06-11T21:47:44.022Z Compiling humantime v2.3.0
15572026-06-11T21:47:44.094Z Compiling proptest v1.11.0
15582026-06-11T21:47:44.621Z Compiling iddqd v0.4.2
15592026-06-11T21:47:44.832Z Compiling reqwest v0.12.28
15602026-06-11T21:47:44.990Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15612026-06-11T21:47:45.235Z Compiling block-buffer v0.10.4
15622026-06-11T21:47:45.297Z Compiling utf8parse v0.2.2
15632026-06-11T21:47:45.405Z Compiling anstyle-parse v1.0.0
15642026-06-11T21:47:45.554Z Compiling digest v0.10.7
15652026-06-11T21:47:45.587Z Compiling parse-display v0.10.0
15662026-06-11T21:47:45.763Z Compiling progenitor-client v0.10.0
15672026-06-11T21:47:45.912Z Compiling itertools v0.14.0
15682026-06-11T21:47:45.923Z Compiling backoff v0.4.0
15692026-06-11T21:47:46.033Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15702026-06-11T21:47:46.130Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15712026-06-11T21:47:46.720Z Compiling colorchoice v1.0.5
15722026-06-11T21:47:46.837Z Compiling is_terminal_polyfill v1.70.2
15732026-06-11T21:47:46.931Z Compiling anstyle v1.0.14
15742026-06-11T21:47:47.070Z Compiling anstyle-query v1.1.5
15752026-06-11T21:47:47.176Z Compiling anstream v1.0.0
15762026-06-11T21:47:47.511Z Compiling clap_lex v1.1.0
15772026-06-11T21:47:48.110Z Compiling regress v0.11.1
15782026-06-11T21:47:48.193Z Compiling clap_derive v4.6.1
15792026-06-11T21:47:48.791Z Compiling terminal_size v0.4.4
15802026-06-11T21:47:49.713Z Compiling typify-impl v0.6.2
15812026-06-11T21:47:49.821Z Compiling toml_datetime v0.6.11
15822026-06-11T21:47:49.877Z Compiling zerocopy-derive v0.7.35
15832026-06-11T21:47:49.907Z Compiling cpufeatures v0.2.17
15842026-06-11T21:47:49.977Z Compiling convert_case v0.4.0
15852026-06-11T21:47:50.623Z Compiling derive_more v0.99.20
15862026-06-11T21:47:50.745Z Compiling zerocopy v0.7.35
15872026-06-11T21:47:50.758Z Compiling clap_builder v4.6.0
15882026-06-11T21:47:51.286Z Compiling toml_edit v0.25.12+spec-1.1.0
15892026-06-11T21:47:52.114Z Compiling unicode-width v0.2.2
15902026-06-11T21:47:52.260Z Compiling proc-macro-crate v3.5.0
15912026-06-11T21:47:52.399Z Compiling clap v4.6.1
15922026-06-11T21:47:52.686Z Compiling secrecy v0.10.3
15932026-06-11T21:47:52.865Z Compiling tinyvec_macros v0.1.1
15942026-06-11T21:47:52.913Z Compiling crucible-workspace-hack v0.1.0
15952026-06-11T21:47:52.931Z Compiling float-ord v0.3.2
15962026-06-11T21:47:52.942Z Compiling tinyvec v1.11.0
15972026-06-11T21:47:53.040Z Compiling num_enum_derive v0.7.6
15982026-06-11T21:47:53.510Z Compiling dtrace-parser v0.2.0
15992026-06-11T21:47:53.596Z Compiling scroll_derive v0.12.1
16002026-06-11T21:47:53.606Z Compiling num-integer v0.1.46
16012026-06-11T21:47:53.925Z Compiling rustc_version v0.4.1
16022026-06-11T21:47:54.069Z Compiling usdt-impl v0.5.0
16032026-06-11T21:47:54.196Z Compiling curve25519-dalek v4.1.3
16042026-06-11T21:47:54.316Z Compiling scroll v0.12.0
16052026-06-11T21:47:54.382Z Compiling num_enum v0.7.6
16062026-06-11T21:47:54.516Z Compiling dof v0.3.0
16072026-06-11T21:47:54.655Z Compiling hmac v0.12.1
16082026-06-11T21:47:54.789Z Compiling inout v0.1.4
16092026-06-11T21:47:54.800Z Compiling darling_core v0.21.3
16102026-06-11T21:47:54.853Z Compiling ff v0.13.1
16112026-06-11T21:47:54.929Z Compiling thread-id v4.2.2
16122026-06-11T21:47:54.929Z Compiling cipher v0.4.4
16132026-06-11T21:47:54.972Z Compiling group v0.13.0
16142026-06-11T21:47:54.983Z Compiling hkdf v0.12.4
16152026-06-11T21:47:55.458Z Compiling goblin v0.8.2
16162026-06-11T21:47:55.588Z Compiling num-rational v0.4.2
16172026-06-11T21:47:55.609Z Compiling num-iter v0.1.45
16182026-06-11T21:47:55.762Z Compiling thiserror-impl-no-std v2.0.2
16192026-06-11T21:47:55.787Z Compiling universal-hash v0.5.1
16202026-06-11T21:47:55.864Z Compiling crypto-bigint v0.5.5
16212026-06-11T21:47:55.916Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16222026-06-11T21:47:56.091Z Compiling typify-macro v0.6.2
16232026-06-11T21:47:56.252Z Compiling crossbeam-epoch v0.9.18
16242026-06-11T21:47:56.631Z Compiling half v2.7.1
16252026-06-11T21:47:56.686Z Compiling curve25519-dalek-derive v0.1.1
16262026-06-11T21:47:56.890Z Compiling darling_macro v0.21.3
16272026-06-11T21:47:56.924Z Compiling num-complex v0.4.6
16282026-06-11T21:47:57.199Z Compiling base16ct v0.2.0
16292026-06-11T21:47:57.312Z Compiling opaque-debug v0.3.1
16302026-06-11T21:47:57.358Z Compiling ciborium-io v0.2.2
16312026-06-11T21:47:57.368Z Compiling base64ct v1.8.3
16322026-06-11T21:47:57.381Z Compiling poly1305 v0.8.0
16332026-06-11T21:47:57.446Z Compiling ciborium-ll v0.2.2
16342026-06-11T21:47:57.494Z Compiling darling v0.21.3
16352026-06-11T21:47:57.575Z Compiling elliptic-curve v0.13.8
16362026-06-11T21:47:57.655Z Compiling password-hash v0.5.0
16372026-06-11T21:47:57.849Z Compiling num v0.4.3
16382026-06-11T21:47:58.020Z Compiling thiserror-no-std v2.0.2
16392026-06-11T21:47:58.192Z Compiling typify v0.6.2
16402026-06-11T21:47:58.510Z Compiling chacha20 v0.9.1
16412026-06-11T21:47:58.538Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16422026-06-11T21:47:58.721Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16432026-06-11T21:47:59.130Z Compiling blake2 v0.10.6
16442026-06-11T21:47:59.424Z Compiling aead v0.5.2
16452026-06-11T21:47:59.516Z Compiling byte-wrapper v0.1.0
16462026-06-11T21:47:59.574Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16472026-06-11T21:47:59.584Z Compiling proc-macro-error-attr v1.0.4
16482026-06-11T21:47:59.896Z Compiling prettyplease v0.2.37
16492026-06-11T21:47:59.901Z Compiling keccak v0.1.6
16502026-06-11T21:48:00.004Z Compiling rustix v0.38.44
16512026-06-11T21:48:00.129Z Compiling heapless v0.8.0
16522026-06-11T21:48:00.140Z Compiling unsafe-libyaml v0.2.11
16532026-06-11T21:48:00.602Z Compiling sha3 v0.10.9
16542026-06-11T21:48:00.732Z Compiling serde_yaml v0.9.34+deprecated
16552026-06-11T21:48:00.941Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16562026-06-11T21:48:01.125Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16572026-06-11T21:48:01.823Z Compiling chacha20poly1305 v0.10.1
16582026-06-11T21:48:01.955Z Compiling argon2 v0.5.3
16592026-06-11T21:48:01.979Z Compiling vsss-rs v3.3.4
16602026-06-11T21:48:02.047Z Compiling ciborium v0.2.2
16612026-06-11T21:48:02.189Z Compiling ingot-macros v0.1.1
16622026-06-11T21:48:02.587Z Compiling usdt-attr-macro v0.5.0
16632026-06-11T21:48:02.640Z Compiling usdt-macro v0.5.0
16642026-06-11T21:48:03.747Z Compiling serde_spanned v0.6.9
16652026-06-11T21:48:03.962Z Compiling enum-as-inner v0.6.1
16662026-06-11T21:48:04.033Z Compiling hash32 v0.3.1
16672026-06-11T21:48:04.181Z Compiling proc-macro-error v1.0.4
16682026-06-11T21:48:04.558Z Compiling memmap v0.7.0
16692026-06-11T21:48:04.575Z Compiling memoffset v0.9.1
16702026-06-11T21:48:04.631Z Compiling toml_write v0.1.2
16712026-06-11T21:48:04.748Z Compiling smoltcp v0.11.0
16722026-06-11T21:48:04.826Z Compiling static_assertions v1.1.0
16732026-06-11T21:48:04.827Z Compiling cfg_aliases v0.2.1
16742026-06-11T21:48:04.847Z Compiling indent_write v2.2.0
16752026-06-11T21:48:04.897Z Compiling data-encoding v2.11.0
16762026-06-11T21:48:04.908Z Compiling winnow v0.5.40
16772026-06-11T21:48:04.946Z Compiling winnow v0.7.15
16782026-06-11T21:48:04.977Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16792026-06-11T21:48:05.069Z Compiling ingot-types v0.1.2
16802026-06-11T21:48:05.115Z Compiling nix v0.31.3
16812026-06-11T21:48:05.343Z Compiling rustls-webpki v0.103.13
16822026-06-11T21:48:05.501Z Compiling usdt v0.5.0
16832026-06-11T21:48:05.769Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16842026-06-11T21:48:05.896Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16852026-06-11T21:48:06.162Z Compiling toml_edit v0.19.15
16862026-06-11T21:48:06.288Z Compiling toml_edit v0.22.27
16872026-06-11T21:48:06.393Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16882026-06-11T21:48:06.719Z Compiling tabwriter v1.4.1
16892026-06-11T21:48:06.966Z Compiling cobs v0.3.0
16902026-06-11T21:48:07.080Z Compiling serde_repr v0.1.20
16912026-06-11T21:48:07.161Z Compiling pkg-config v0.3.33
16922026-06-11T21:48:07.494Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16932026-06-11T21:48:07.627Z Compiling bitflags v1.3.2
16942026-06-11T21:48:07.698Z Compiling vcpkg v0.2.15
16952026-06-11T21:48:07.712Z Compiling managed v0.8.0
16962026-06-11T21:48:07.752Z Compiling proc-macro-crate v1.3.1
16972026-06-11T21:48:08.090Z Compiling toml v0.8.23
16982026-06-11T21:48:08.208Z Compiling postcard v1.1.3
16992026-06-11T21:48:08.269Z Compiling openssl-sys v0.9.116
17002026-06-11T21:48:08.792Z Compiling tokio-rustls v0.26.4
17012026-06-11T21:48:08.820Z Compiling rustls-platform-verifier v0.7.0
17022026-06-11T21:48:09.055Z Compiling hyper-rustls v0.27.9
17032026-06-11T21:48:09.355Z Compiling reqwest v0.13.4
17042026-06-11T21:48:10.339Z Compiling ingot v0.1.1
17052026-06-11T21:48:10.557Z Compiling progenitor-client v0.14.0
17062026-06-11T21:48:10.871Z Compiling progenitor-extras v0.2.0
17072026-06-11T21:48:11.083Z Compiling hubpack_derive v0.1.1
17082026-06-11T21:48:11.104Z Compiling foreign-types-macros v0.2.3
17092026-06-11T21:48:11.812Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17102026-06-11T21:48:12.112Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-06-11T21:48:12.138Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17122026-06-11T21:48:12.187Z Compiling semver v0.1.20
17132026-06-11T21:48:12.248Z Compiling unicode-segmentation v1.13.3
17142026-06-11T21:48:12.387Z Compiling rayon-core v1.13.0
17152026-06-11T21:48:12.450Z Compiling resolv-conf v0.7.6
17162026-06-11T21:48:12.629Z Compiling foreign-types-shared v0.3.1
17172026-06-11T21:48:12.692Z Compiling swrite v0.1.0
17182026-06-11T21:48:12.723Z Compiling heck v0.4.1
17192026-06-11T21:48:12.789Z Compiling colored v3.1.1
17202026-06-11T21:48:12.842Z Compiling linked-hash-map v0.5.6
17212026-06-11T21:48:13.034Z Compiling lru-cache v0.1.2
17222026-06-11T21:48:13.158Z Compiling foreign-types v0.5.0
17232026-06-11T21:48:13.210Z Compiling newline-converter v0.3.0
17242026-06-11T21:48:13.287Z Compiling rustc_version v0.1.7
17252026-06-11T21:48:13.328Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17262026-06-11T21:48:13.493Z Compiling hubpack v0.1.2
17272026-06-11T21:48:13.872Z Compiling num_enum_derive v0.5.11
17282026-06-11T21:48:14.490Z Compiling atomicwrites v0.4.4
17292026-06-11T21:48:14.672Z Compiling hickory-proto v0.24.4
17302026-06-11T21:48:14.917Z Compiling progenitor-impl v0.13.0
17312026-06-11T21:48:15.407Z Compiling crossbeam-deque v0.8.6
17322026-06-11T21:48:15.612Z Compiling console v0.15.11
17332026-06-11T21:48:15.975Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17342026-06-11T21:48:16.093Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-06-11T21:48:16.279Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-06-11T21:48:16.506Z Compiling camino-tempfile v1.4.1
17372026-06-11T21:48:16.818Z Compiling chacha20 v0.10.0
17382026-06-11T21:48:16.926Z Compiling serde-big-array v0.5.1
17392026-06-11T21:48:17.089Z Compiling num-derive v0.4.2
17402026-06-11T21:48:18.058Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-06-11T21:48:18.087Z Compiling derive-where v1.6.1
17422026-06-11T21:48:18.322Z Compiling pin-project-internal v1.1.13
17432026-06-11T21:48:18.336Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-11T21:48:18.489Z Compiling cstr-argument v0.1.2
17452026-06-11T21:48:18.648Z Compiling minimal-lexical v0.2.1
17462026-06-11T21:48:18.914Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17472026-06-11T21:48:19.134Z Compiling similar v2.7.0
17482026-06-11T21:48:19.148Z Compiling siphasher v1.0.3
17492026-06-11T21:48:19.180Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-06-11T21:48:19.340Z Compiling phf_shared v0.12.1
17512026-06-11T21:48:19.367Z Compiling nom v7.1.3
17522026-06-11T21:48:19.427Z Compiling pin-project v1.1.13
17532026-06-11T21:48:19.511Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17542026-06-11T21:48:19.529Z Compiling progenitor-macro v0.13.0
17552026-06-11T21:48:19.736Z Compiling expectorate v1.2.0
17562026-06-11T21:48:19.780Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17572026-06-11T21:48:19.888Z Compiling rand v0.10.1
17582026-06-11T21:48:20.094Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17592026-06-11T21:48:20.136Z Compiling hickory-resolver v0.24.4
17602026-06-11T21:48:20.554Z Compiling num_enum v0.5.11
17612026-06-11T21:48:20.675Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17622026-06-11T21:48:20.723Z Compiling newtype_derive v0.1.6
17632026-06-11T21:48:20.854Z Compiling progenitor-client v0.13.0
17642026-06-11T21:48:20.980Z Compiling progenitor-impl v0.14.0
17652026-06-11T21:48:21.148Z Compiling unicode-normalization v0.1.25
17662026-06-11T21:48:21.682Z Compiling tokio-stream v0.1.18
17672026-06-11T21:48:22.156Z Compiling snafu-derive v0.8.9
17682026-06-11T21:48:22.356Z Compiling async-recursion v1.1.1
17692026-06-11T21:48:22.744Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17702026-06-11T21:48:22.813Z Compiling slog-dtrace v0.3.0
17712026-06-11T21:48:23.055Z Compiling csv-core v0.1.13
17722026-06-11T21:48:23.066Z Compiling bstr v1.12.1
17732026-06-11T21:48:23.076Z Compiling foldhash v0.1.5
17742026-06-11T21:48:23.256Z Compiling same-file v1.0.6
17752026-06-11T21:48:23.326Z Compiling konst_macro_rules v0.2.19
17762026-06-11T21:48:23.434Z Compiling chrono-tz v0.10.4
17772026-06-11T21:48:23.505Z Compiling foreign-types-shared v0.1.1
17782026-06-11T21:48:23.556Z Compiling openssl v0.10.80
17792026-06-11T21:48:23.593Z Compiling highway v1.3.0
17802026-06-11T21:48:23.676Z Compiling unicode-xid v0.2.6
17812026-06-11T21:48:23.801Z Compiling unicode-width v0.1.14
17822026-06-11T21:48:23.845Z Compiling owo-colors v4.3.0
17832026-06-11T21:48:23.929Z Compiling cancel-safe-futures v0.1.5
17842026-06-11T21:48:23.981Z Compiling snafu v0.8.9
17852026-06-11T21:48:24.093Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17862026-06-11T21:48:24.209Z Compiling const_format_proc_macros v0.2.34
17872026-06-11T21:48:24.255Z Compiling foreign-types v0.3.2
17882026-06-11T21:48:24.331Z Compiling konst v0.2.20
17892026-06-11T21:48:24.380Z Compiling globset v0.4.18
17902026-06-11T21:48:24.566Z Compiling walkdir v2.5.0
17912026-06-11T21:48:24.569Z Compiling csv v1.4.0
17922026-06-11T21:48:24.610Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17932026-06-11T21:48:24.656Z Compiling progenitor v0.13.0
17942026-06-11T21:48:24.790Z Compiling progenitor-macro v0.14.0
17952026-06-11T21:48:24.918Z Compiling hashbrown v0.15.5
17962026-06-11T21:48:25.131Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-11T21:48:25.134Z Compiling qorb v0.4.1
17982026-06-11T21:48:25.206Z Compiling olpc-cjson v0.1.4
17992026-06-11T21:48:25.489Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-11T21:48:27.102Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-11T21:48:27.125Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18022026-06-11T21:48:27.391Z Compiling rayon v1.12.0
18032026-06-11T21:48:27.470Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-06-11T21:48:27.480Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18052026-06-11T21:48:27.545Z Compiling phf v0.12.1
18062026-06-11T21:48:27.660Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-11T21:48:28.101Z Compiling zone_cfg_derive v0.3.1
18082026-06-11T21:48:28.598Z Compiling tokio-dtrace v0.1.1
18092026-06-11T21:48:28.864Z Compiling itertools v0.12.1
18102026-06-11T21:48:28.886Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18112026-06-11T21:48:29.091Z Compiling libsw-core v0.3.2
18122026-06-11T21:48:29.192Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-11T21:48:29.263Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18142026-06-11T21:48:29.649Z Compiling serde_plain v1.0.2
18152026-06-11T21:48:29.795Z Compiling openssl-macros v0.1.1
18162026-06-11T21:48:29.855Z Compiling pem v3.0.6
18172026-06-11T21:48:29.867Z Compiling cookie v0.18.1
18182026-06-11T21:48:29.897Z Compiling sigpipe v0.1.3
18192026-06-11T21:48:29.985Z Compiling fixedbitset v0.5.7
18202026-06-11T21:48:30.072Z Compiling glob v0.3.3
18212026-06-11T21:48:30.110Z Compiling fixedbitset v0.4.2
18222026-06-11T21:48:30.199Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-11T21:48:30.242Z Compiling bytecount v0.6.9
18242026-06-11T21:48:30.304Z Compiling jiff v0.2.28
18252026-06-11T21:48:30.323Z Compiling typed-path v0.9.3
18262026-06-11T21:48:30.345Z Compiling papergrid v0.11.0
18272026-06-11T21:48:30.458Z Compiling petgraph v0.6.5
18282026-06-11T21:48:30.527Z Compiling petgraph v0.8.3
18292026-06-11T21:48:31.680Z Compiling tough v0.22.0
18302026-06-11T21:48:32.069Z Compiling progenitor v0.14.0
18312026-06-11T21:48:32.142Z Compiling zone v0.3.1
18322026-06-11T21:48:32.210Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-06-11T21:48:32.426Z Compiling libsw v3.5.0
18342026-06-11T21:48:32.485Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-11T21:48:32.600Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18362026-06-11T21:48:32.688Z Compiling oxide-tokio-rt v0.1.6
18372026-06-11T21:48:32.848Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18382026-06-11T21:48:32.879Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-11T21:48:32.970Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-11T21:48:33.000Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-11T21:48:33.767Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-11T21:48:34.072Z Compiling const_format v0.2.36
18432026-06-11T21:48:34.083Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-11T21:48:34.408Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18452026-06-11T21:48:34.650Z Compiling tabled_derive v0.7.0
18462026-06-11T21:48:34.814Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-11T21:48:34.948Z Compiling gethostname v0.5.0
18482026-06-11T21:48:34.976Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-11T21:48:35.070Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18502026-06-11T21:48:35.096Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-11T21:48:35.214Z Compiling smf v0.2.3
18522026-06-11T21:48:35.226Z Compiling bcs v0.1.6
18532026-06-11T21:48:35.405Z Compiling nom v8.0.0
18542026-06-11T21:48:35.543Z Compiling whoami v1.6.1
18552026-06-11T21:48:35.627Z Compiling unicode-linebreak v0.1.5
18562026-06-11T21:48:35.819Z Compiling termtree v0.5.1
18572026-06-11T21:48:35.869Z Compiling linear-map v1.2.0
18582026-06-11T21:48:35.880Z Compiling tagptr v0.2.0
18592026-06-11T21:48:35.968Z Compiling crunchy v0.2.4
18602026-06-11T21:48:36.028Z Compiling smawk v0.3.2
18612026-06-11T21:48:36.051Z Compiling lazy_static v1.5.0
18622026-06-11T21:48:36.153Z Compiling textwrap v0.16.2
18632026-06-11T21:48:36.166Z Compiling steno v0.4.1
18642026-06-11T21:48:36.180Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-11T21:48:36.284Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-11T21:48:36.520Z Compiling moka v0.12.15
18672026-06-11T21:48:37.646Z Compiling tabled v0.15.0
18682026-06-11T21:48:37.759Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-11T21:48:37.771Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-11T21:48:38.049Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-11T21:48:38.876Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-11T21:48:39.545Z Compiling hickory-proto v0.25.2
18732026-06-11T21:48:39.828Z Compiling tiny-keccak v2.0.2
18742026-06-11T21:48:40.085Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18752026-06-11T21:48:40.434Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18762026-06-11T21:48:40.670Z Compiling parking_lot_core v0.8.6
18772026-06-11T21:48:40.935Z Compiling libscf-sys v1.2.0
18782026-06-11T21:48:40.983Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18792026-06-11T21:48:41.079Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-11T21:48:41.454Z Compiling hickory-resolver v0.25.2
18812026-06-11T21:48:41.516Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18822026-06-11T21:48:41.621Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18832026-06-11T21:48:41.730Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18842026-06-11T21:48:41.963Z Compiling const-random-macro v0.1.16
18852026-06-11T21:48:42.131Z Compiling ahash v0.8.12
18862026-06-11T21:48:42.154Z Compiling smartstring v1.0.1
18872026-06-11T21:48:42.384Z Compiling const-random v0.1.18
18882026-06-11T21:48:42.411Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-11T21:48:42.505Z Compiling parking_lot v0.11.2
18902026-06-11T21:48:42.934Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18912026-06-11T21:48:43.054Z Compiling fxhash v0.2.1
18922026-06-11T21:48:43.167Z Compiling internet-checksum v0.2.1
18932026-06-11T21:48:43.179Z Compiling sled v0.34.7
18942026-06-11T21:48:43.473Z Compiling thin-vec v0.2.18
18952026-06-11T21:48:43.551Z Compiling rhai_codegen v3.2.0
18962026-06-11T21:48:43.773Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18972026-06-11T21:48:43.847Z Compiling serial_test_derive v3.5.0
18982026-06-11T21:48:43.858Z Compiling yansi v1.0.1
18992026-06-11T21:48:44.001Z Compiling diff v0.1.13
19002026-06-11T21:48:44.177Z Compiling pretty_assertions v1.4.1
19012026-06-11T21:48:44.591Z Compiling serial_test v3.5.0
19022026-06-11T21:48:44.783Z Compiling rhai v1.25.1
19032026-06-11T21:48:45.803Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19042026-06-11T21:48:46.502Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-11T21:48:54.876Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-11T21:48:56.563Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-11T21:48:57.616Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19082026-06-11T21:48:58.549Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19092026-06-11T21:48:59.388Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19102026-06-11T21:49:00.530Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19112026-06-11T21:49:33.234Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19122026-06-11T21:49:33.415Z────────────
19132026-06-11T21:49:33.416Z Nextest run ID ac612428-9c8d-49bb-a729-6b0b48f9395d with nextest profile: default
19142026-06-11T21:49:33.416Z Starting 154 tests across 3 binaries
19152026-06-11T21:49:33.426Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19162026-06-11T21:49:33.429Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19172026-06-11T21:49:33.429Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19182026-06-11T21:49:33.429Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19192026-06-11T21:49:33.429Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19202026-06-11T21:49:33.429Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19212026-06-11T21:49:33.429Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19222026-06-11T21:49:33.429Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19232026-06-11T21:49:33.437Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19242026-06-11T21:49:33.440Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19252026-06-11T21:49:33.440Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19262026-06-11T21:49:33.440Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19272026-06-11T21:49:33.441Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19282026-06-11T21:49:33.441Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19292026-06-11T21:49:33.441Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19302026-06-11T21:49:33.441Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19312026-06-11T21:49:33.448Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19322026-06-11T21:49:33.451Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_maximum_length
19332026-06-11T21:49:33.451Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
19342026-06-11T21:49:33.451Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_large
19352026-06-11T21:49:33.451Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
19362026-06-11T21:49:33.451Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19372026-06-11T21:49:33.451Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19382026-06-11T21:49:33.451Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19392026-06-11T21:49:33.457Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19402026-06-11T21:49:33.460Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19412026-06-11T21:49:33.460Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19422026-06-11T21:49:33.460Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19432026-06-11T21:49:33.460Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19442026-06-11T21:49:33.460Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19452026-06-11T21:49:33.461Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19462026-06-11T21:49:33.461Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19472026-06-11T21:49:33.467Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19482026-06-11T21:49:33.471Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19492026-06-11T21:49:33.471Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19502026-06-11T21:49:33.471Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19512026-06-11T21:49:33.471Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19522026-06-11T21:49:33.471Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19532026-06-11T21:49:33.471Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19542026-06-11T21:49:33.471Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19552026-06-11T21:49:33.478Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19562026-06-11T21:49:33.478Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19572026-06-11T21:49:33.478Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19582026-06-11T21:49:33.478Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19592026-06-11T21:49:33.483Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19602026-06-11T21:49:33.484Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19612026-06-11T21:49:33.484Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19622026-06-11T21:49:33.484Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19632026-06-11T21:49:33.487Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19642026-06-11T21:49:33.487Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19652026-06-11T21:49:33.487Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19662026-06-11T21:49:33.487Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19672026-06-11T21:49:33.490Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19682026-06-11T21:49:33.490Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19692026-06-11T21:49:33.490Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19702026-06-11T21:49:33.490Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19712026-06-11T21:49:33.495Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19722026-06-11T21:49:33.498Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19732026-06-11T21:49:33.498Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19742026-06-11T21:49:33.498Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19752026-06-11T21:49:33.498Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19762026-06-11T21:49:33.498Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19772026-06-11T21:49:33.498Z PASS [ 0.009s] bgp messages::tests::prefix_within
19782026-06-11T21:49:33.498Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19792026-06-11T21:49:33.503Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19802026-06-11T21:49:33.507Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19812026-06-11T21:49:33.507Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19822026-06-11T21:49:33.507Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19832026-06-11T21:49:33.507Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19842026-06-11T21:49:33.507Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19852026-06-11T21:49:33.507Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19862026-06-11T21:49:33.510Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19872026-06-11T21:49:33.513Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19882026-06-11T21:49:33.517Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19892026-06-11T21:49:33.517Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19902026-06-11T21:49:33.517Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19912026-06-11T21:49:33.517Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19922026-06-11T21:49:33.517Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19932026-06-11T21:49:33.517Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19942026-06-11T21:49:33.517Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19952026-06-11T21:49:33.522Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19962026-06-11T21:49:33.525Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19972026-06-11T21:49:33.525Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
19982026-06-11T21:49:33.525Z PASS [ 0.010s] bgp messages::tests::update_round_trip
19992026-06-11T21:49:33.539Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20002026-06-11T21:49:33.542Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20012026-06-11T21:49:33.542Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20022026-06-11T21:49:33.543Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20032026-06-11T21:49:33.543Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20042026-06-11T21:49:33.543Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
20052026-06-11T21:49:33.546Z PASS [ 0.020s] bgp policy::test::update_shape_community
20062026-06-11T21:49:33.552Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20072026-06-11T21:49:33.555Z PASS [ 0.030s] bgp proptest::prop_encode_decode_semantic_equivalence
20082026-06-11T21:49:33.555Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20092026-06-11T21:49:33.555Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20102026-06-11T21:49:33.555Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20112026-06-11T21:49:33.555Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20122026-06-11T21:49:33.558Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20132026-06-11T21:49:33.558Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20142026-06-11T21:49:33.566Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20152026-06-11T21:49:33.569Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20162026-06-11T21:49:33.569Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20172026-06-11T21:49:33.569Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20182026-06-11T21:49:33.573Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20192026-06-11T21:49:33.576Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20202026-06-11T21:49:33.579Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20212026-06-11T21:49:33.579Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20222026-06-11T21:49:33.579Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20232026-06-11T21:49:33.582Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20242026-06-11T21:49:33.582Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20252026-06-11T21:49:33.583Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20262026-06-11T21:49:33.586Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20272026-06-11T21:49:33.586Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20282026-06-11T21:49:33.586Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20292026-06-11T21:49:33.586Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20302026-06-11T21:49:33.589Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20312026-06-11T21:49:33.591Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20322026-06-11T21:49:33.591Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20332026-06-11T21:49:33.592Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20342026-06-11T21:49:33.594Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20352026-06-11T21:49:33.595Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20362026-06-11T21:49:36.660Z PASS [ 3.068s] bgp test::test_basic_update
20372026-06-11T21:49:36.664Z PASS [ 3.073s] bgp test::test_basic_peering_passive
20382026-06-11T21:49:36.664Z PASS [ 3.072s] bgp test::test_basic_update_ipv6
20392026-06-11T21:49:36.674Z PASS [ 3.082s] bgp test::test_basic_update_ipv6_tcp
20402026-06-11T21:49:36.677Z PASS [ 3.088s] bgp test::test_basic_peering_active
20412026-06-11T21:49:36.677Z PASS [ 3.085s] bgp test::test_basic_peering_passive_tcp
20422026-06-11T21:49:36.677Z PASS [ 3.081s] bgp test::test_basic_update_tcp
20432026-06-11T21:49:37.668Z PASS [ 4.082s] bgp test::test_basic_peering_active_tcp
20442026-06-11T21:49:39.742Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20452026-06-11T21:49:39.742Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
20462026-06-11T21:49:40.743Z PASS [ 4.083s] bgp test::test_dual_stack_routes_ipv4_peer_success
20472026-06-11T21:49:40.743Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv6_peer_success
20482026-06-11T21:49:40.746Z PASS [ 4.079s] bgp test::test_import_export_policy_filtering
20492026-06-11T21:49:40.749Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_passive_tcp
20502026-06-11T21:49:40.752Z PASS [ 4.077s] bgp test::test_ipv6_basic_peering_active_tcp
20512026-06-11T21:49:40.752Z PASS [ 4.078s] bgp test::test_ipv4_routes_ipv6_peer_success
20522026-06-11T21:49:40.806Z PASS [ 1.063s] bgp test::test_multiple_unnumbered_sessions
20532026-06-11T21:49:41.848Z PASS [ 1.105s] bgp test::test_three_router_chain_tcp
20542026-06-11T21:49:41.851Z PASS [ 1.101s] bgp test::test_three_router_chain_tcp_ipv6
20552026-06-11T21:49:42.808Z PASS [ 2.065s] bgp test::test_same_linklocal_multiple_interfaces
20562026-06-11T21:49:42.912Z PASS [ 1.064s] bgp test::test_unnumbered_ndp_change
20572026-06-11T21:49:43.554Z PASS [ 2.810s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20582026-06-11T21:49:43.559Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20592026-06-11T21:49:43.564Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20602026-06-11T21:49:43.569Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20612026-06-11T21:49:43.573Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20622026-06-11T21:49:43.821Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20632026-06-11T21:49:44.821Z PASS [ 4.068s] bgp test::test_three_router_chain_unnumbered
20642026-06-11T21:49:45.815Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20652026-06-11T21:49:47.871Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20662026-06-11T21:49:50.916Z PASS [ 9.066s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20672026-06-11T21:49:51.976Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20682026-06-11T21:49:58.876Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20692026-06-11T21:49:58.885Z────────────
20702026-06-11T21:49:58.885Z Summary [ 25.453s] 154 tests run: 154 passed, 0 skipped
20712026-06-11T21:49:58.889Z+ 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/
20722026-06-11T21:49:58.895Z+ popd
20732026-06-11T21:49:58.895Z/work/oxidecomputer/maghemite
20742026-06-11T21:49:58.895Z+ pushd mgd
20752026-06-11T21:49:58.895Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20762026-06-11T21:49:58.895Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20772026-06-11T21:50:00.090Z Compiling slog v2.8.2
20782026-06-11T21:50:00.198Z Compiling usdt v0.6.0
20792026-06-11T21:50:00.289Z Compiling proc-macro-error-attr2 v2.0.0
20802026-06-11T21:50:00.306Z Compiling papergrid v0.18.0
20812026-06-11T21:50:00.309Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20822026-06-11T21:50:00.309Z Compiling testing_table v0.3.0
20832026-06-11T21:50:00.474Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20842026-06-11T21:50:00.486Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20852026-06-11T21:50:00.486Z Compiling crc8 v0.1.1
20862026-06-11T21:50:00.582Z Compiling slog-json v2.6.1
20872026-06-11T21:50:00.604Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20882026-06-11T21:50:00.714Z Compiling slog-async v2.8.0
20892026-06-11T21:50:00.747Z Compiling slog-term v2.9.2
20902026-06-11T21:50:00.825Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-06-11T21:50:00.858Z Compiling slog-bunyan v2.5.0
20922026-06-11T21:50:00.938Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-06-11T21:50:01.045Z Compiling dropshot v0.17.1
20942026-06-11T21:50:01.187Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-06-11T21:50:01.282Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-06-11T21:50:01.352Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20972026-06-11T21:50:01.615Z Compiling slog-dtrace v0.3.0
20982026-06-11T21:50:01.735Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20992026-06-11T21:50:01.946Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-06-11T21:50:02.077Z Compiling steno v0.4.1
21012026-06-11T21:50:02.381Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21022026-06-11T21:50:02.434Z Compiling proc-macro-error2 v2.0.1
21032026-06-11T21:50:02.709Z Compiling tabled_derive v0.11.0
21042026-06-11T21:50:03.393Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21052026-06-11T21:50:03.831Z Compiling tabled v0.21.0
21062026-06-11T21:50:04.961Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-06-11T21:50:05.350Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-06-11T21:50:06.756Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-06-11T21:50:07.379Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-11T21:50:07.572Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-11T21:50:07.717Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21122026-06-11T21:50:08.054Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21132026-06-11T21:50:08.163Z Compiling dropshot-api-manager-types v0.7.2
21142026-06-11T21:50:08.440Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21152026-06-11T21:50:08.550Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21162026-06-11T21:50:08.908Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21172026-06-11T21:50:10.104Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-11T21:50:10.981Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-11T21:50:11.229Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-06-11T21:50:11.495Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21212026-06-11T21:50:12.471Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-06-11T21:50:12.738Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-06-11T21:50:12.769Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-11T21:50:13.682Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-11T21:50:13.908Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-11T21:50:14.069Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-11T21:50:14.445Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-11T21:50:14.694Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-11T21:50:18.911Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-11T21:50:18.911Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-11T21:50:20.057Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-11T21:50:20.069Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-06-11T21:50:20.101Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-11T21:50:21.025Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-11T21:50:21.196Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-11T21:50:28.131Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-11T21:50:35.800Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-11T21:50:37.420Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-11T21:50:38.454Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21402026-06-11T21:50:39.411Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21412026-06-11T21:50:40.239Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21422026-06-11T21:50:41.407Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21432026-06-11T21:50:41.407Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21442026-06-11T21:50:41.410Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21452026-06-11T21:50:47.092Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21462026-06-11T21:51:14.408Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
21472026-06-11T21:51:14.575Z────────────
21482026-06-11T21:51:14.575Z Nextest run ID f8fc4188-822a-4a80-a8a2-762bfacae852 with nextest profile: default
21492026-06-11T21:51:14.575Z Starting 36 tests across 3 binaries
21502026-06-11T21:51:14.580Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21512026-06-11T21:51:14.583Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21522026-06-11T21:51:14.583Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21532026-06-11T21:51:14.583Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21542026-06-11T21:51:14.586Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21552026-06-11T21:51:14.586Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21562026-06-11T21:51:14.790Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21572026-06-11T21:51:14.793Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21582026-06-11T21:51:14.793Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21592026-06-11T21:51:14.794Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21602026-06-11T21:51:14.794Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21612026-06-11T21:51:14.794Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21622026-06-11T21:51:14.794Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21632026-06-11T21:51:14.794Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21642026-06-11T21:51:14.794Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21652026-06-11T21:51:14.794Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21662026-06-11T21:51:14.794Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21672026-06-11T21:51:14.794Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21682026-06-11T21:51:14.794Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21692026-06-11T21:51:14.794Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21702026-06-11T21:51:14.794Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21712026-06-11T21:51:14.794Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21722026-06-11T21:51:14.795Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21732026-06-11T21:51:14.795Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21742026-06-11T21:51:14.795Z PASS [ 0.020s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21752026-06-11T21:51:14.795Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21762026-06-11T21:51:14.795Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21772026-06-11T21:51:14.795Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21782026-06-11T21:51:14.795Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21792026-06-11T21:51:14.795Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21802026-06-11T21:51:14.795Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21812026-06-11T21:51:14.795Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21822026-06-11T21:51:14.795Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21832026-06-11T21:51:14.795Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21842026-06-11T21:51:14.795Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21852026-06-11T21:51:14.795Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21862026-06-11T21:51:14.795Z────────────
21872026-06-11T21:51:14.795Z Summary [ 0.091s] 36 tests run: 36 passed, 0 skipped
21882026-06-11T21:51:14.795Z+ cp ./apply_remove_entire_group.log /work/
21892026-06-11T21:51:14.795Z+ popd
21902026-06-11T21:51:14.795Z/work/oxidecomputer/maghemite
21912026-06-11T21:51:14.795Zprocess exited: duration 429496 ms, exit code 0
 
21922026-06-11T21:51:14.808Zfound 66 output files
21932026-06-11T21:51:14.808Zuploading: /work/apply_remove_entire_group.log (20865 bytes)
21942026-06-11T21:51:16.781Zuploaded: /work/apply_remove_entire_group.log
21952026-06-11T21:51:16.781Zuploading: /work/dualstack_routes.log (104189 bytes)
21962026-06-11T21:51:17.798Zuploaded: /work/dualstack_routes.log
21972026-06-11T21:51:17.798Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2380 bytes)
21982026-06-11T21:51:18.807Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21992026-06-11T21:51:18.807Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1392 bytes)
22002026-06-11T21:51:19.841Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22012026-06-11T21:51:19.850Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2257 bytes)
22022026-06-11T21:51:20.865Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22032026-06-11T21:51:20.865Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2031 bytes)
22042026-06-11T21:51:21.874Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22052026-06-11T21:51:21.874Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2246 bytes)
22062026-06-11T21:51:22.883Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22072026-06-11T21:51:22.883Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2260 bytes)
22082026-06-11T21:51:23.893Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22092026-06-11T21:51:23.893Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3077 bytes)
22102026-06-11T21:51:24.902Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22112026-06-11T21:51:24.902Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2170 bytes)
22122026-06-11T21:51:25.911Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22132026-06-11T21:51:25.911Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2247 bytes)
22142026-06-11T21:51:26.920Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22152026-06-11T21:51:26.920Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2392 bytes)
22162026-06-11T21:51:27.928Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22172026-06-11T21:51:27.928Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2243 bytes)
22182026-06-11T21:51:28.936Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22192026-06-11T21:51:28.936Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2430 bytes)
22202026-06-11T21:51:29.945Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22212026-06-11T21:51:29.945Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4750 bytes)
22222026-06-11T21:51:30.955Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22232026-06-11T21:51:30.959Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3520 bytes)
22242026-06-11T21:51:31.966Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22252026-06-11T21:51:31.966Zuploading: /work/multiple_unnumbered.log (141096 bytes)
22262026-06-11T21:51:32.978Zuploaded: /work/multiple_unnumbered.log
22272026-06-11T21:51:32.978Zuploading: /work/ndp_change_reset.log (70210 bytes)
22282026-06-11T21:51:33.990Zuploaded: /work/ndp_change_reset.log
22292026-06-11T21:51:33.991Zuploading: /work/ndp_changes.log (88903 bytes)
22302026-06-11T21:51:35.003Zuploaded: /work/ndp_changes.log
22312026-06-11T21:51:35.003Zuploading: /work/r1.test_basic_peering_active.log (40345 bytes)
22322026-06-11T21:51:36.014Zuploaded: /work/r1.test_basic_peering_active.log
22332026-06-11T21:51:36.014Zuploading: /work/r1.test_basic_peering_active_tcp.log (49909 bytes)
22342026-06-11T21:51:37.025Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22352026-06-11T21:51:37.026Zuploading: /work/r1.test_basic_peering_passive.log (33848 bytes)
22362026-06-11T21:51:38.038Zuploaded: /work/r1.test_basic_peering_passive.log
22372026-06-11T21:51:38.038Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39690 bytes)
22382026-06-11T21:51:39.048Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22392026-06-11T21:51:39.048Zuploading: /work/r1.test_basic_update.log (28443 bytes)
22402026-06-11T21:51:40.059Zuploaded: /work/r1.test_basic_update.log
22412026-06-11T21:51:40.059Zuploading: /work/r1.test_basic_update_ipv6.log (28209 bytes)
22422026-06-11T21:51:41.069Zuploaded: /work/r1.test_basic_update_ipv6.log
22432026-06-11T21:51:41.069Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30958 bytes)
22442026-06-11T21:51:42.083Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22452026-06-11T21:51:42.083Zuploading: /work/r1.test_basic_update_tcp.log (31148 bytes)
22462026-06-11T21:51:43.094Zuploaded: /work/r1.test_basic_update_tcp.log
22472026-06-11T21:51:43.094Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44913 bytes)
22482026-06-11T21:51:44.106Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22492026-06-11T21:51:44.106Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (45252 bytes)
22502026-06-11T21:51:45.117Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22512026-06-11T21:51:45.118Zuploading: /work/r1.test_import_export_policy_filtering.log (40186 bytes)
22522026-06-11T21:51:46.128Zuploaded: /work/r1.test_import_export_policy_filtering.log
22532026-06-11T21:51:46.128Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35749 bytes)
22542026-06-11T21:51:47.140Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22552026-06-11T21:51:47.140Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40214 bytes)
22562026-06-11T21:51:48.151Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22572026-06-11T21:51:48.151Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48093 bytes)
22582026-06-11T21:51:49.162Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22592026-06-11T21:51:49.162Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33758 bytes)
22602026-06-11T21:51:50.172Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22612026-06-11T21:51:50.172Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39618 bytes)
22622026-06-11T21:51:51.182Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22632026-06-11T21:51:51.182Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36913 bytes)
22642026-06-11T21:51:52.193Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22652026-06-11T21:51:52.193Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29938 bytes)
22662026-06-11T21:51:53.203Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22672026-06-11T21:51:53.203Zuploading: /work/r1.test_three_router_chain_tcp.log (21760 bytes)
22682026-06-11T21:51:54.212Zuploaded: /work/r1.test_three_router_chain_tcp.log
22692026-06-11T21:51:54.212Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22237 bytes)
22702026-06-11T21:51:55.222Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22712026-06-11T21:51:55.222Zuploading: /work/r2.test_basic_peering_active.log (38588 bytes)
22722026-06-11T21:51:56.232Zuploaded: /work/r2.test_basic_peering_active.log
22732026-06-11T21:51:56.232Zuploading: /work/r2.test_basic_peering_active_tcp.log (47931 bytes)
22742026-06-11T21:51:57.244Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22752026-06-11T21:51:57.244Zuploading: /work/r2.test_basic_peering_passive.log (41473 bytes)
22762026-06-11T21:51:58.252Zuploaded: /work/r2.test_basic_peering_passive.log
22772026-06-11T21:51:58.252Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46403 bytes)
22782026-06-11T21:51:59.263Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22792026-06-11T21:51:59.263Zuploading: /work/r2.test_basic_update.log (26429 bytes)
22802026-06-11T21:52:01.276Zuploaded: /work/r2.test_basic_update.log
22812026-06-11T21:52:01.276Zuploading: /work/r2.test_basic_update_ipv6.log (26346 bytes)
22822026-06-11T21:52:02.286Zuploaded: /work/r2.test_basic_update_ipv6.log
22832026-06-11T21:52:02.286Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32786 bytes)
22842026-06-11T21:52:03.297Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22852026-06-11T21:52:03.297Zuploading: /work/r2.test_basic_update_tcp.log (32800 bytes)
22862026-06-11T21:52:04.306Zuploaded: /work/r2.test_basic_update_tcp.log
22872026-06-11T21:52:04.306Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43578 bytes)
22882026-06-11T21:52:05.316Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22892026-06-11T21:52:05.316Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43826 bytes)
22902026-06-11T21:52:06.326Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22912026-06-11T21:52:06.326Zuploading: /work/r2.test_import_export_policy_filtering.log (36557 bytes)
22922026-06-11T21:52:07.336Zuploaded: /work/r2.test_import_export_policy_filtering.log
22932026-06-11T21:52:07.336Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (37218 bytes)
22942026-06-11T21:52:08.347Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22952026-06-11T21:52:08.347Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38893 bytes)
22962026-06-11T21:52:09.357Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22972026-06-11T21:52:09.357Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47665 bytes)
22982026-06-11T21:52:10.367Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22992026-06-11T21:52:10.367Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41319 bytes)
23002026-06-11T21:52:11.377Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23012026-06-11T21:52:11.378Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46705 bytes)
23022026-06-11T21:52:12.388Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23032026-06-11T21:52:12.388Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (40436 bytes)
23042026-06-11T21:52:13.398Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23052026-06-11T21:52:13.398Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28071 bytes)
23062026-06-11T21:52:14.409Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23072026-06-11T21:52:14.410Zuploading: /work/r2.test_three_router_chain_tcp.log (42377 bytes)
23082026-06-11T21:52:15.420Zuploaded: /work/r2.test_three_router_chain_tcp.log
23092026-06-11T21:52:15.420Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44978 bytes)
23102026-06-11T21:52:16.429Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23112026-06-11T21:52:16.429Zuploading: /work/r3.test_three_router_chain_tcp.log (22157 bytes)
23122026-06-11T21:52:17.440Zuploaded: /work/r3.test_three_router_chain_tcp.log
23132026-06-11T21:52:17.440Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21434 bytes)
23142026-06-11T21:52:18.450Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23152026-06-11T21:52:18.450Zuploading: /work/same_linklocal.log (147698 bytes)
23162026-06-11T21:52:19.463Zuploaded: /work/same_linklocal.log
23172026-06-11T21:52:19.463Zuploading: /work/three_chain.log (145696 bytes)
23182026-06-11T21:52:20.475Zuploaded: /work/three_chain.log
23192026-06-11T21:52:20.475Zuploading: /work/unnumbered_expiry.log (88208 bytes)
23202026-06-11T21:52:21.486Zuploaded: /work/unnumbered_expiry.log
23212026-06-11T21:52:21.486Zuploading: /work/unnumbered_interface_lifecycle.log (128093 bytes)
23222026-06-11T21:52:22.499Zuploaded: /work/unnumbered_interface_lifecycle.log
23232026-06-11T21:52:22.499Zuploading: /work/unnumbered_peer_change.log (79033 bytes)
23242026-06-11T21:52:23.512Zuploaded: /work/unnumbered_peer_change.log