01KT5B1DTR9JKY9BNC32W1N8BG: 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: 01KT5B1Z2P5PT3F2YYCV05QHQJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T23:36:12.798Zjob assigned to worker 01KT5B2EVCKZ1D61N19S7MV2W1 [factory aws, i-0c5ac451446d66fec] (queued for 57 s)
 
22026-06-02T23:36:19.766Zstarting task 0: "setup"
32026-06-02T23:36:19.773Z++ uname -s
42026-06-02T23:36:19.776Z+ kern=SunOS
52026-06-02T23:36:19.776Z+ build_user=build
62026-06-02T23:36:19.776Z+ build_uid=12345
72026-06-02T23:36:19.776Z+ work_dir=/work
82026-06-02T23:36:19.776Z+ input_dir=/input
92026-06-02T23:36:19.776Z+ [[ 0 == 12345 ]]
102026-06-02T23:36:19.776Z+ case "$kern" in
112026-06-02T23:36:19.776Z+ groupadd -g 12345 build
122026-06-02T23:36:19.779Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T23:36:21.783Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T23:36:21.897Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T23:36:21.900Z+ home_fs=zfs
162026-06-02T23:36:21.900Z+ [[ zfs == autofs ]]
172026-06-02T23:36:21.900Z+ mkdir -p /home/build
182026-06-02T23:36:21.900Z+ chown build:build /home/build /work
192026-06-02T23:36:23.902Z+ chmod 0700 /home/build /work
202026-06-02T23:36:23.904Zprocess exited: duration 4137 ms, exit code 0
 
212026-06-02T23:36:23.910Zstarting task 1: "rust-toolchain"
222026-06-02T23:36:23.914Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-02T23:36:23.914Z * rust toolchain channel = "stable"
242026-06-02T23:36:23.914Z * rust toolchain profile = "default"
252026-06-02T23:36:23.914Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-02T23:36:23.914Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T23:36:23.914Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T23:36:23.917Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T23:36:23.917Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-02T23:36:23.989Zinfo: downloading installer
312026-06-02T23:36:25.324Zwarn: It looks like you have an existing installation of Rust at:
322026-06-02T23:36:25.324Zwarn: /opt/ooce/bin
332026-06-02T23:36:25.324Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-02T23:36:25.324Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-02T23:36:25.324Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-02T23:36:25.324Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-02T23:36:25.324Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-02T23:36:25.324Zerror: cannot install while Rust is installed
392026-06-02T23:36:25.324Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-02T23:36:25.325Zwarn: It looks like you have an existing rustup settings file at:
412026-06-02T23:36:25.325Zwarn: /home/build/.rustup/settings.toml
422026-06-02T23:36:25.325Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-02T23:36:25.325Zwarn: instead of the one inferred from the default host triple.
442026-06-02T23:36:25.336Zinfo: profile set to default
452026-06-02T23:36:25.336Zinfo: default host triple is x86_64-unknown-illumos
462026-06-02T23:36:25.339Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-02T23:36:25.477Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-02T23:36:25.480Zinfo: downloading 6 components
492026-06-02T23:36:39.764Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-02T23:36:39.764Z
512026-06-02T23:36:39.797Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-02T23:36:39.797Z
532026-06-02T23:36:39.797Z
542026-06-02T23:36:39.797ZRust is installed now. Great!
552026-06-02T23:36:39.797Z
562026-06-02T23:36:39.800ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-02T23:36:39.800Zenvironment variable. This has not been done automatically.
582026-06-02T23:36:39.800Z
592026-06-02T23:36:39.800ZTo configure your current shell, you need to source
602026-06-02T23:36:39.800Zthe corresponding env file under $HOME/.cargo.
612026-06-02T23:36:39.800Z
622026-06-02T23:36:39.800ZThis is usually done by running one of the following (note the leading DOT):
632026-06-02T23:36:39.800Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-02T23:36:39.800Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-02T23:36:39.800Zsource "~/.cargo/env.nu" # For nushell
662026-06-02T23:36:39.800Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-02T23:36:39.800Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-02T23:36:39.800Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-02T23:36:39.800Zwarn: no default linker (`cc`) was found in your PATH
702026-06-02T23:36:39.800Zwarn: many Rust crates require a system C toolchain to build
712026-06-02T23:36:39.886Z+ rustup --version
722026-06-02T23:36:39.895Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-02T23:36:39.898Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-02T23:36:39.916Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-02T23:36:39.921Z+ cargo --version
762026-06-02T23:36:39.932Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-02T23:36:39.936Z+ rustc --version
782026-06-02T23:36:39.954Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-02T23:36:39.957Zprocess exited: duration 16046 ms, exit code 0
 
802026-06-02T23:36:39.962Zstarting task 2: "authentication"
812026-06-02T23:36:39.978Zprocess exited: duration 15 ms, exit code 0
 
822026-06-02T23:36:39.984Zstarting task 3: "clone repository"
832026-06-02T23:36:39.988Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-02T23:36:39.991Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-02T23:36:40.033ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-02T23:36:41.150Z+ cd /work/oxidecomputer/maghemite
872026-06-02T23:36:41.152Z+ git fetch origin 599e493354f57bbf7bbe7f25645e5c39dba85ffb
882026-06-02T23:36:41.438ZFrom https://github.com/oxidecomputer/maghemite
892026-06-02T23:36:41.438Z * branch 599e493354f57bbf7bbe7f25645e5c39dba85ffb -> FETCH_HEAD
902026-06-02T23:36:41.445Z+ [[ -n trey/bgp_apply ]]
912026-06-02T23:36:41.448Z++ git branch --show-current
922026-06-02T23:36:41.448Z+ current=main
932026-06-02T23:36:41.448Z+ [[ main != trey/bgp_apply ]]
942026-06-02T23:36:41.448Z+ git branch -f trey/bgp_apply 599e493354f57bbf7bbe7f25645e5c39dba85ffb
952026-06-02T23:36:41.451Z+ git checkout -f trey/bgp_apply
962026-06-02T23:36:41.467ZSwitched to branch 'trey/bgp_apply'
972026-06-02T23:36:41.470Z+ git reset --hard 599e493354f57bbf7bbe7f25645e5c39dba85ffb
982026-06-02T23:36:41.474ZHEAD is now at 599e493 bgp_apply: consolidate deletes in do_delete_router
992026-06-02T23:36:41.474Zprocess exited: duration 1487 ms, exit code 0
 
1002026-06-02T23:36:41.480Zstarting task 4: "build"
1012026-06-02T23:36:41.484Z+ set -e
1022026-06-02T23:36:41.484Z+ source .github/buildomat/test-common.sh
1032026-06-02T23:36:41.484Z++ NEXTEST_VERSION=0.9.97
1042026-06-02T23:36:41.484Z++ PLATFORM=illumos
1052026-06-02T23:36:41.484Z++ banner install
1062026-06-02T23:36:41.487Z
1072026-06-02T23:36:41.487Z # # # #### ##### ## # #
1082026-06-02T23:36:41.487Z # ## # # # # # # #
1092026-06-02T23:36:41.487Z # # # # #### # # # # #
1102026-06-02T23:36:41.487Z # # # # # # ###### # #
1112026-06-02T23:36:41.487Z # # ## # # # # # # #
1122026-06-02T23:36:41.487Z # # # #### # # # ###### ######
1132026-06-02T23:36:41.487Z
1142026-06-02T23:36:41.487Z++ set +o errexit
1152026-06-02T23:36:41.490Z++ pkg info clang-15
1162026-06-02T23:36:41.490Z++ grep -qi installed
1172026-06-02T23:36:42.691Zpkg: info: no packages matching the following patterns you specified are
1182026-06-02T23:36:42.692Zinstalled on the system. Try querying remotely instead:
1192026-06-02T23:36:42.692Z
1202026-06-02T23:36:42.692Z clang-15
1212026-06-02T23:36:42.729Z++ [[ 1 != 0 ]]
1222026-06-02T23:36:42.729Z++ set -o errexit
1232026-06-02T23:36:42.732Z++ pfexec pkg install clang-15
1242026-06-02T23:36:51.066Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-02T23:36:58.951Z Startup: Caching catalogs ... Done
1262026-06-02T23:37:06.290ZPlanning: Solver setup ... Done
1272026-06-02T23:37:06.343ZPlanning: Running solver ... Done
1282026-06-02T23:37:06.476ZPlanning: Finding local manifests ... Done
1292026-06-02T23:37:07.099ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-02T23:37:07.197ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-02T23:37:07.227ZPlanning: Package planning ... Done
1322026-06-02T23:37:07.253ZPlanning: Merging actions ... Done
1332026-06-02T23:37:07.364ZPlanning: Checking for conflicting actions ... Done
1342026-06-02T23:37:07.370ZPlanning: Consolidating action changes ... Done
1352026-06-02T23:37:08.150ZPlanning: Evaluating mediators ... Done
1362026-06-02T23:37:08.156ZPlanning: Planning completed in 9.04 seconds
1372026-06-02T23:37:08.169Z Packages to install: 2
1382026-06-02T23:37:08.172Z Mediators to change: 2
1392026-06-02T23:37:08.172Z Services to change: 1
1402026-06-02T23:37:08.172Z Create boot environment: No
1412026-06-02T23:37:08.172ZCreate backup boot environment: No
1422026-06-02T23:37:08.210Z
1432026-06-02T23:37:08.210ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-02T23:37:13.243ZDownload: 1615/3076 items 117.2/211.3MB 55% complete (24.0M/s)
1452026-06-02T23:37:20.061ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (14.8M/s)
1462026-06-02T23:37:31.813ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1472026-06-02T23:37:36.811ZDownload: 2596/3076 items 119.5/211.3MB 56% complete (333k/s)
1482026-06-02T23:37:42.855ZDownload: 3066/3076 items 210.0/211.3MB 99% complete (9.3M/s)
1492026-06-02T23:37:50.011ZDownload: 3075/3076 items 211.3/211.3MB 99% complete (9.1M/s)
1502026-06-02T23:37:50.028ZDownload: Completed 211.31 MB in 41.82 seconds (5.0M/s)
1512026-06-02T23:37:50.145Z Actions: 1/3418 actions (Installing new actions)
1522026-06-02T23:37:53.304Z Actions: Completed 3418 actions in 3.16 seconds.
1532026-06-02T23:37:53.973Z Done
1542026-06-02T23:37:53.973Z Done
1552026-06-02T23:37:54.777Z Done
1562026-06-02T23:37:58.213Z Done
1572026-06-02T23:37:58.291Z Done
1582026-06-02T23:37:58.293Z Done
1592026-06-02T23:37:58.581Z Done
1602026-06-02T23:37:59.255Z++ set -o errexit
1612026-06-02T23:37:59.255Z++ cargo --version
1622026-06-02T23:37:59.263Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-02T23:37:59.404Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-02T23:37:59.407Zinfo: downloading 6 components
1652026-06-02T23:38:21.797Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-02T23:38:21.799Z++ rustc --version
1672026-06-02T23:38:21.830Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-02T23:38:21.834Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-02T23:38:21.872Z Updating crates.io index
1702026-06-02T23:38:21.979Z Downloading crates ...
1712026-06-02T23:38:22.027Z Downloaded cargo-nextest v0.9.97
1722026-06-02T23:38:22.088Z Installing cargo-nextest v0.9.97
1732026-06-02T23:38:22.132Z Updating crates.io index
1742026-06-02T23:38:24.639Z Locking 404 packages to latest compatible versions
1752026-06-02T23:38:24.643Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-02T23:38:24.646Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-02T23:38:24.646Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-02T23:38:24.647Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-02T23:38:24.650Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-02T23:38:24.650Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1812026-06-02T23:38:24.650Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-06-02T23:38:24.653Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1832026-06-02T23:38:24.656Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-06-02T23:38:24.683Z Downloading crates ...
1852026-06-02T23:38:24.757Z Downloaded adler2 v2.0.1
1862026-06-02T23:38:24.773Z Downloaded fastrand v2.4.1
1872026-06-02T23:38:24.777Z Downloaded anstyle-parse v1.0.0
1882026-06-02T23:38:24.780Z Downloaded erased-serde v0.4.10
1892026-06-02T23:38:24.784Z Downloaded globset v0.4.18
1902026-06-02T23:38:24.791Z Downloaded cpufeatures v0.2.17
1912026-06-02T23:38:24.791Z Downloaded clap_lex v1.1.0
1922026-06-02T23:38:24.795Z Downloaded cfg-if v1.0.4
1932026-06-02T23:38:24.798Z Downloaded color-spantrace v0.3.0
1942026-06-02T23:38:24.798Z Downloaded cargo-platform v0.2.0
1952026-06-02T23:38:24.801Z Downloaded foreign-types v0.3.2
1962026-06-02T23:38:24.804Z Downloaded hyper-tls v0.6.0
1972026-06-02T23:38:24.804Z Downloaded equivalent v1.0.2
1982026-06-02T23:38:24.804Z Downloaded lazy_static v1.5.0
1992026-06-02T23:38:24.808Z Downloaded rustc-hash v2.1.2
2002026-06-02T23:38:24.811Z Downloaded nested v0.1.1
2012026-06-02T23:38:24.816Z Downloaded home v0.5.12
2022026-06-02T23:38:24.819Z Downloaded futures-macro v0.3.32
2032026-06-02T23:38:24.819Z Downloaded indicatif v0.17.11
2042026-06-02T23:38:24.823Z Downloaded fnv v1.0.7
2052026-06-02T23:38:24.823Z Downloaded lru-slab v0.1.2
2062026-06-02T23:38:24.826Z Downloaded document-features v0.2.12
2072026-06-02T23:38:24.826Z Downloaded curve25519-dalek-derive v0.1.1
2082026-06-02T23:38:24.826Z Downloaded crypto-common v0.1.7
2092026-06-02T23:38:24.826Z Downloaded colorchoice v1.0.5
2102026-06-02T23:38:24.829Z Downloaded anstyle-query v1.1.5
2112026-06-02T23:38:24.829Z Downloaded miette-derive v7.6.0
2122026-06-02T23:38:24.830Z Downloaded generic-array v0.14.7
2132026-06-02T23:38:24.833Z Downloaded block-buffer v0.10.4
2142026-06-02T23:38:24.833Z Downloaded filetime v0.2.29
2152026-06-02T23:38:24.836Z Downloaded dialoguer v0.11.0
2162026-06-02T23:38:24.841Z Downloaded duct v0.13.7
2172026-06-02T23:38:24.844Z Downloaded mukti-metadata v0.3.0
2182026-06-02T23:38:24.844Z Downloaded cargo-util-schemas v0.2.0
2192026-06-02T23:38:24.847Z Downloaded indenter v0.3.4
2202026-06-02T23:38:24.847Z Downloaded hex v0.4.3
2212026-06-02T23:38:24.850Z Downloaded nextest-filtering v0.15.0
2222026-06-02T23:38:24.850Z Downloaded guppy-workspace-hack v0.1.0
2232026-06-02T23:38:24.853Z Downloaded foreign-types-shared v0.1.1
2242026-06-02T23:38:24.853Z Downloaded native-tls v0.2.18
2252026-06-02T23:38:24.853Z Downloaded anstyle v1.0.14
2262026-06-02T23:38:24.857Z Downloaded futures-core v0.3.32
2272026-06-02T23:38:24.859Z Downloaded heck v0.5.0
2282026-06-02T23:38:24.859Z Downloaded async-scoped v0.9.0
2292026-06-02T23:38:24.865Z Downloaded atomicwrites v0.4.4
2302026-06-02T23:38:24.868Z Downloaded rustc_version v0.4.1
2312026-06-02T23:38:24.868Z Downloaded ipnet v2.12.0
2322026-06-02T23:38:24.872Z Downloaded humantime-serde v1.1.1
2332026-06-02T23:38:24.872Z Downloaded futures-io v0.3.32
2342026-06-02T23:38:24.875Z Downloaded debug-ignore v1.0.5
2352026-06-02T23:38:24.875Z Downloaded cfg_aliases v0.2.1
2362026-06-02T23:38:24.881Z Downloaded backtrace-ext v0.2.1
2372026-06-02T23:38:24.881Z Downloaded percent-encoding v2.3.2
2382026-06-02T23:38:24.886Z Downloaded is_ci v1.2.0
2392026-06-02T23:38:24.886Z Downloaded foldhash v0.1.5
2402026-06-02T23:38:24.886Z Downloaded ed25519 v2.2.3
2412026-06-02T23:38:24.889Z Downloaded convert_case v0.10.0
2422026-06-02T23:38:24.892Z Downloaded cargo-platform v0.3.3
2432026-06-02T23:38:24.892Z Downloaded log v0.4.31
2442026-06-02T23:38:24.894Z Downloaded lock_api v0.4.14
2452026-06-02T23:38:24.894Z Downloaded futures-sink v0.3.32
2462026-06-02T23:38:24.897Z Downloaded form_urlencoded v1.2.2
2472026-06-02T23:38:24.897Z Downloaded atomic-waker v1.1.2
2482026-06-02T23:38:24.901Z Downloaded enable-ansi-support v0.2.1
2492026-06-02T23:38:24.901Z Downloaded errno v0.3.14
2502026-06-02T23:38:24.901Z Downloaded autocfg v1.5.1
2512026-06-02T23:38:24.927Z Downloaded openssl-probe v0.2.1
2522026-06-02T23:38:24.927Z Downloaded cargo_metadata v0.20.0
2532026-06-02T23:38:24.927Z Downloaded cargo_metadata v0.23.1
2542026-06-02T23:38:24.927Z Downloaded http-body v1.0.1
2552026-06-02T23:38:24.927Z Downloaded crc32fast v1.5.0
2562026-06-02T23:38:24.927Z Downloaded itoa v1.0.18
2572026-06-02T23:38:24.928Z Downloaded const-oid v0.9.6
2582026-06-02T23:38:24.928Z Downloaded addr2line v0.25.1
2592026-06-02T23:38:24.928Z Downloaded borsh v1.6.1
2602026-06-02T23:38:24.931Z Downloaded pathdiff v0.2.3
2612026-06-02T23:38:24.937Z Downloaded idna_adapter v1.0.0
2622026-06-02T23:38:24.937Z Downloaded number_prefix v0.4.0
2632026-06-02T23:38:24.937Z Downloaded nextest-workspace-hack v0.1.0
2642026-06-02T23:38:24.940Z Downloaded futures-executor v0.3.32
2652026-06-02T23:38:24.940Z Downloaded scopeguard v1.2.0
2662026-06-02T23:38:24.940Z Downloaded os_pipe v1.2.3
2672026-06-02T23:38:24.940Z Downloaded fixedbitset v0.5.7
2682026-06-02T23:38:24.940Z Downloaded serde_spanned v0.6.9
2692026-06-02T23:38:24.943Z Downloaded openssl-macros v0.1.1
2702026-06-02T23:38:24.943Z Downloaded base64ct v1.8.3
2712026-06-02T23:38:24.943Z Downloaded serde-value v0.7.0
2722026-06-02T23:38:24.947Z Downloaded serde_urlencoded v0.7.1
2732026-06-02T23:38:24.951Z Downloaded serde_spanned v1.1.1
2742026-06-02T23:38:24.951Z Downloaded futures-channel v0.3.32
2752026-06-02T23:38:24.951Z Downloaded serde_ignored v0.1.14
2762026-06-02T23:38:24.954Z Downloaded shell-words v1.1.1
2772026-06-02T23:38:24.957Z Downloaded anstream v1.0.0
2782026-06-02T23:38:24.957Z Downloaded is_terminal_polyfill v1.70.2
2792026-06-02T23:38:24.960Z Downloaded camino-tempfile v1.4.1
2802026-06-02T23:38:24.963Z Downloaded signature v2.2.0
2812026-06-02T23:38:24.966Z Downloaded signal-hook-mio v0.2.5
2822026-06-02T23:38:24.966Z Downloaded newtype-uuid v1.3.2
2832026-06-02T23:38:24.966Z Downloaded mio v1.2.1
2842026-06-02T23:38:24.969Z Downloaded strip-ansi-escapes v0.2.1
2852026-06-02T23:38:24.973Z Downloaded pin-project-lite v0.2.17
2862026-06-02T23:38:24.977Z Downloaded supports-unicode v3.0.0
2872026-06-02T23:38:24.977Z Downloaded rand_core v0.6.4
2882026-06-02T23:38:24.977Z Downloaded supports-color v3.0.2
2892026-06-02T23:38:24.981Z Downloaded quote v1.0.45
2902026-06-02T23:38:24.981Z Downloaded rand_core v0.9.5
2912026-06-02T23:38:24.981Z Downloaded serde-untagged v0.1.9
2922026-06-02T23:38:24.981Z Downloaded sigchld v0.2.4
2932026-06-02T23:38:24.985Z Downloaded indent_write v2.2.0
2942026-06-02T23:38:24.985Z Downloaded futures-task v0.3.32
2952026-06-02T23:38:24.985Z Downloaded find-msvc-tools v0.1.9
2962026-06-02T23:38:24.988Z Downloaded console v0.15.11
2972026-06-02T23:38:24.988Z Downloaded backtrace v0.3.76
2982026-06-02T23:38:24.992Z Downloaded supports-hyperlinks v3.2.0
2992026-06-02T23:38:24.995Z Downloaded sync_wrapper v1.0.2
3002026-06-02T23:38:24.995Z Downloaded subtle v2.6.1
3012026-06-02T23:38:24.995Z Downloaded strsim v0.11.1
3022026-06-02T23:38:24.999Z Downloaded terminal_size v0.4.4
3032026-06-02T23:38:24.999Z Downloaded swrite v0.1.0
3042026-06-02T23:38:25.002Z Downloaded digest v0.10.7
3052026-06-02T23:38:25.008Z Downloaded eyre v0.6.12
3062026-06-02T23:38:25.011Z Downloaded tokio-macros v2.7.0
3072026-06-02T23:38:25.014Z Downloaded self-replace v1.5.0
3082026-06-02T23:38:25.017Z Downloaded clap_derive v4.6.1
3092026-06-02T23:38:25.017Z Downloaded camino v1.2.2
3102026-06-02T23:38:25.017Z Downloaded pkg-config v0.3.33
3112026-06-02T23:38:25.020Z Downloaded http-body-util v0.1.3
3122026-06-02T23:38:25.020Z Downloaded serde_path_to_error v0.1.20
3132026-06-02T23:38:25.020Z Downloaded tinyvec_macros v0.1.1
3142026-06-02T23:38:25.023Z Downloaded ppv-lite86 v0.2.21
3152026-06-02T23:38:25.023Z Downloaded humantime v2.3.0
3162026-06-02T23:38:25.023Z Downloaded pkcs8 v0.10.2
3172026-06-02T23:38:25.026Z Downloaded ordered-float v2.10.1
3182026-06-02T23:38:25.026Z Downloaded derive-where v1.6.1
3192026-06-02T23:38:25.029Z Downloaded nextest-metadata v0.12.2
3202026-06-02T23:38:25.029Z Downloaded rand_chacha v0.9.0
3212026-06-02T23:38:25.029Z Downloaded either v1.16.0
3222026-06-02T23:38:25.032Z Downloaded hyper-rustls v0.27.9
3232026-06-02T23:38:25.032Z Downloaded cfg-expr v0.20.8
3242026-06-02T23:38:25.035Z Downloaded pin-project-internal v1.1.13
3252026-06-02T23:38:25.038Z Downloaded smol_str v0.3.6
3262026-06-02T23:38:25.044Z Downloaded toml_datetime v0.6.11
3272026-06-02T23:38:25.050Z Downloaded tower-service v0.3.3
3282026-06-02T23:38:25.054Z Downloaded toml_write v0.1.2
3292026-06-02T23:38:25.054Z Downloaded tower-layer v0.3.3
3302026-06-02T23:38:25.054Z Downloaded ahash v0.8.12
3312026-06-02T23:38:25.057Z Downloaded simd-adler32 v0.3.9
3322026-06-02T23:38:25.058Z Downloaded static_assertions v1.1.0
3332026-06-02T23:38:25.058Z Downloaded shlex v2.0.1
3342026-06-02T23:38:25.060Z Downloaded rustls-pki-types v1.14.1
3352026-06-02T23:38:25.061Z Downloaded parking_lot_core v0.9.12
3362026-06-02T23:38:25.061Z Downloaded shared_child v1.1.1
3372026-06-02T23:38:25.063Z Downloaded quick-junit v0.5.2
3382026-06-02T23:38:25.063Z Downloaded litrs v1.0.0
3392026-06-02T23:38:25.066Z Downloaded once_cell v1.21.4
3402026-06-02T23:38:25.066Z Downloaded tracing-error v0.2.1
3412026-06-02T23:38:25.073Z Downloaded slab v0.4.12
3422026-06-02T23:38:25.076Z Downloaded thiserror v1.0.69
3432026-06-02T23:38:25.079Z Downloaded serde v1.0.228
3442026-06-02T23:38:25.081Z Downloaded target-lexicon v0.13.5
3452026-06-02T23:38:25.082Z Downloaded typeid v1.0.3
3462026-06-02T23:38:25.085Z Downloaded thread_local v1.1.9
3472026-06-02T23:38:25.085Z Downloaded unicode-xid v0.2.6
3482026-06-02T23:38:25.087Z Downloaded getrandom v0.4.2
3492026-06-02T23:38:25.087Z Downloaded version_check v0.9.5
3502026-06-02T23:38:25.092Z Downloaded clap v4.6.1
3512026-06-02T23:38:25.095Z Downloaded future-queue v0.4.0
3522026-06-02T23:38:25.095Z Downloaded semver v1.0.28
3532026-06-02T23:38:25.098Z Downloaded quinn-udp v0.5.14
3542026-06-02T23:38:25.098Z Downloaded thiserror-impl v1.0.69
3552026-06-02T23:38:25.102Z Downloaded untrusted v0.9.0
3562026-06-02T23:38:25.102Z Downloaded tokio-native-tls v0.3.1
3572026-06-02T23:38:25.102Z Downloaded thiserror v2.0.18
3582026-06-02T23:38:25.105Z Downloaded utf8parse v0.2.2
3592026-06-02T23:38:25.105Z Downloaded utf8_iter v1.0.4
3602026-06-02T23:38:25.105Z Downloaded want v0.3.1
3612026-06-02T23:38:25.108Z Downloaded httparse v1.10.1
3622026-06-02T23:38:25.108Z Downloaded sha2 v0.10.9
3632026-06-02T23:38:25.112Z Downloaded iana-time-zone v0.1.65
3642026-06-02T23:38:25.115Z Downloaded config v0.15.23
3652026-06-02T23:38:25.115Z Downloaded signal-hook-registry v1.4.8
3662026-06-02T23:38:25.118Z Downloaded owo-colors v4.3.0
3672026-06-02T23:38:25.118Z Downloaded parking_lot v0.12.5
3682026-06-02T23:38:25.122Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3692026-06-02T23:38:25.125Z Downloaded xattr v1.6.1
3702026-06-02T23:38:25.130Z Downloaded jobserver v0.1.34
3712026-06-02T23:38:25.135Z Downloaded smallvec v1.15.1
3722026-06-02T23:38:25.135Z Downloaded getrandom v0.3.4
3732026-06-02T23:38:25.135Z Downloaded toml_writer v1.1.1+spec-1.1.0
3742026-06-02T23:38:25.138Z Downloaded miniz_oxide v0.8.9
3752026-06-02T23:38:25.138Z Downloaded getrandom v0.2.17
3762026-06-02T23:38:25.138Z Downloaded futures v0.3.32
3772026-06-02T23:38:25.141Z Downloaded serde_derive v1.0.228
3782026-06-02T23:38:25.144Z Downloaded target-spec v3.6.0
3792026-06-02T23:38:25.144Z Downloaded try-lock v0.2.5
3802026-06-02T23:38:25.144Z Downloaded derive_more v2.1.1
3812026-06-02T23:38:25.151Z Downloaded urlencoding v2.1.3
3822026-06-02T23:38:25.155Z Downloaded bitflags v2.12.1
3832026-06-02T23:38:25.155Z Downloaded pin-project v1.1.13
3842026-06-02T23:38:25.159Z Downloaded base64 v0.22.1
3852026-06-02T23:38:25.162Z Downloaded unicode-linebreak v0.1.5
3862026-06-02T23:38:25.162Z Downloaded tempfile v3.27.0
3872026-06-02T23:38:25.165Z Downloaded xxhash-rust v0.8.15
3882026-06-02T23:38:25.165Z Downloaded unicase v2.9.0
3892026-06-02T23:38:25.165Z Downloaded target-spec-miette v0.4.8
3902026-06-02T23:38:25.168Z Downloaded thiserror-impl v2.0.18
3912026-06-02T23:38:25.168Z Downloaded rand v0.9.4
3922026-06-02T23:38:25.172Z Downloaded signal-hook v0.3.18
3932026-06-02T23:38:25.175Z Downloaded bytes v1.11.1
3942026-06-02T23:38:25.178Z Downloaded self_update v0.42.0
3952026-06-02T23:38:25.178Z Downloaded socket2 v0.6.4
3962026-06-02T23:38:25.181Z Downloaded tokio-stream v0.1.18
3972026-06-02T23:38:25.184Z Downloaded toml v0.8.23
3982026-06-02T23:38:25.184Z Downloaded zipsign-api v0.1.5
3992026-06-02T23:38:25.184Z Downloaded rustc-demangle v0.1.27
4002026-06-02T23:38:25.187Z Downloaded zeroize v1.8.2
4012026-06-02T23:38:25.187Z Downloaded tokio-rustls v0.26.4
4022026-06-02T23:38:25.187Z Downloaded ryu v1.0.23
4032026-06-02T23:38:25.191Z Downloaded proc-macro2 v1.0.106
4042026-06-02T23:38:25.191Z Downloaded tracing-attributes v0.1.31
4052026-06-02T23:38:25.194Z Downloaded serde_core v1.0.228
4062026-06-02T23:38:25.194Z Downloaded num-traits v0.2.19
4072026-06-02T23:38:25.198Z Downloaded toml_parser v1.1.2+spec-1.1.0
4082026-06-02T23:38:25.201Z Downloaded sharded-slab v0.1.7
4092026-06-02T23:38:25.203Z Downloaded miette v7.6.0
4102026-06-02T23:38:25.207Z Downloaded zstd-safe v7.2.4
4112026-06-02T23:38:25.211Z Downloaded zstd v0.13.3
4122026-06-02T23:38:25.211Z Downloaded tinyvec v1.11.0
4132026-06-02T23:38:25.216Z Downloaded spki v0.7.3
4142026-06-02T23:38:25.219Z Downloaded idna v1.1.0
4152026-06-02T23:38:25.220Z Downloaded der v0.7.10
4162026-06-02T23:38:25.223Z Downloaded memchr v2.8.1
4172026-06-02T23:38:25.225Z Downloaded cc v1.2.63
4182026-06-02T23:38:25.228Z Downloaded toml v1.1.2+spec-1.1.0
4192026-06-02T23:38:25.228Z Downloaded openssl-sys v0.9.116
4202026-06-02T23:38:25.233Z Downloaded tracing-core v0.1.36
4212026-06-02T23:38:25.236Z Downloaded tar v0.4.46
4222026-06-02T23:38:25.239Z Downloaded textwrap v0.16.2
4232026-06-02T23:38:25.239Z Downloaded ed25519-dalek v2.2.0
4242026-06-02T23:38:25.247Z Downloaded unicode-ident v1.0.24
4252026-06-02T23:38:25.250Z Downloaded flate2 v1.1.9
4262026-06-02T23:38:25.253Z Downloaded zmij v1.0.21
4272026-06-02T23:38:25.253Z Downloaded tracing-log v0.2.0
4282026-06-02T23:38:25.256Z Downloaded vte v0.14.1
4292026-06-02T23:38:25.256Z Downloaded http v1.4.1
4302026-06-02T23:38:25.263Z Downloaded derive_more-impl v2.1.1
4312026-06-02T23:38:25.266Z Downloaded uuid v1.23.2
4322026-06-02T23:38:25.284Z Downloaded rustls-webpki v0.103.13
4332026-06-02T23:38:25.300Z Downloaded url v2.5.8
4342026-06-02T23:38:25.316Z Downloaded quinn v0.11.9
4352026-06-02T23:38:25.335Z Downloaded unicode-segmentation v1.13.3
4362026-06-02T23:38:25.338Z Downloaded hashbrown v0.15.5
4372026-06-02T23:38:25.338Z Downloaded toml_edit v0.22.27
4382026-06-02T23:38:25.341Z Downloaded guppy v0.17.26
4392026-06-02T23:38:25.345Z Downloaded pulldown-cmark v0.13.4
4402026-06-02T23:38:25.348Z Downloaded indexmap v2.14.0
4412026-06-02T23:38:25.352Z Downloaded crossterm v0.29.0
4422026-06-02T23:38:25.356Z Downloaded hyper-util v0.1.20
4432026-06-02T23:38:25.359Z Downloaded tower v0.5.3
4442026-06-02T23:38:25.365Z Downloaded chrono v0.4.44
4452026-06-02T23:38:25.368Z Downloaded clap_builder v4.6.0
4462026-06-02T23:38:25.377Z Downloaded tokio-util v0.7.18
4472026-06-02T23:38:25.381Z Downloaded hashbrown v0.17.1
4482026-06-02T23:38:25.386Z Downloaded ron v0.12.1
4492026-06-02T23:38:25.389Z Downloaded serde_json v1.0.150
4502026-06-02T23:38:25.393Z Downloaded h2 v0.4.14
4512026-06-02T23:38:25.396Z Downloaded futures-util v0.3.32
4522026-06-02T23:38:25.402Z Downloaded typenum v1.20.1
4532026-06-02T23:38:25.406Z Downloaded tower-http v0.6.11
4542026-06-02T23:38:25.409Z Downloaded aho-corasick v1.1.4
4552026-06-02T23:38:25.417Z Downloaded hyper v1.10.1
4562026-06-02T23:38:25.430Z Downloaded regex v1.12.3
4572026-06-02T23:38:25.433Z Downloaded reqwest v0.12.28
4582026-06-02T23:38:25.445Z Downloaded itertools v0.14.0
4592026-06-02T23:38:25.454Z Downloaded tracing-subscriber v0.3.23
4602026-06-02T23:38:25.460Z Downloaded unicode-normalization v0.1.25
4612026-06-02T23:38:25.464Z Downloaded vcpkg v0.2.15
4622026-06-02T23:38:25.484Z Downloaded webpki-roots v1.0.7
4632026-06-02T23:38:25.487Z Downloaded gimli v0.32.3
4642026-06-02T23:38:25.502Z Downloaded unicode-width v0.1.14
4652026-06-02T23:38:25.505Z Downloaded unicode-width v0.2.2
4662026-06-02T23:38:25.509Z Downloaded quick-xml v0.38.4
4672026-06-02T23:38:25.512Z Downloaded curve25519-dalek v4.1.3
4682026-06-02T23:38:25.516Z Downloaded bstr v1.12.1
4692026-06-02T23:38:25.521Z Downloaded portable-atomic v1.13.1
4702026-06-02T23:38:25.525Z Downloaded winnow v0.7.15
4712026-06-02T23:38:25.530Z Downloaded quick-xml v0.37.5
4722026-06-02T23:38:25.542Z Downloaded winnow v1.0.3
4732026-06-02T23:38:25.587Z Downloaded color-eyre v0.6.5
4742026-06-02T23:38:25.603Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4752026-06-02T23:38:25.612Z Downloaded tokio v1.52.3
4762026-06-02T23:38:25.634Z Downloaded quinn-proto v0.11.14
4772026-06-02T23:38:25.637Z Downloaded nextest-runner v0.80.0
4782026-06-02T23:38:25.644Z Downloaded openssl v0.10.80
4792026-06-02T23:38:25.650Z Downloaded zerocopy v0.8.50
4802026-06-02T23:38:25.661Z Downloaded syn v2.0.117
4812026-06-02T23:38:25.675Z Downloaded nix v0.30.1
4822026-06-02T23:38:25.684Z Downloaded regex-syntax v0.8.10
4832026-06-02T23:38:25.687Z Downloaded rustls v0.23.40
4842026-06-02T23:38:25.693Z Downloaded rustix v1.1.4
4852026-06-02T23:38:25.705Z Downloaded rustix v0.38.44
4862026-06-02T23:38:25.717Z Downloaded object v0.37.3
4872026-06-02T23:38:25.749Z Downloaded tracing v0.1.44
4882026-06-02T23:38:25.774Z Downloaded regex-automata v0.4.14
4892026-06-02T23:38:25.829Z Downloaded petgraph v0.8.3
4902026-06-02T23:38:25.835Z Downloaded libc v0.2.186
4912026-06-02T23:38:25.920Z Downloaded recursion v0.5.4
4922026-06-02T23:38:25.925Z Downloaded ring v0.17.14
4932026-06-02T23:38:25.985Z Compiling libc v0.2.186
4942026-06-02T23:38:25.986Z Compiling proc-macro2 v1.0.106
4952026-06-02T23:38:25.986Z Compiling quote v1.0.45
4962026-06-02T23:38:25.989Z Compiling unicode-ident v1.0.24
4972026-06-02T23:38:25.989Z Compiling serde_core v1.0.228
4982026-06-02T23:38:25.989Z Compiling cfg-if v1.0.4
4992026-06-02T23:38:25.989Z Compiling memchr v2.8.1
5002026-06-02T23:38:25.989Z Compiling once_cell v1.21.4
5012026-06-02T23:38:26.204Z Compiling log v0.4.31
5022026-06-02T23:38:26.239Z Compiling pin-project-lite v0.2.17
5032026-06-02T23:38:26.330Z Compiling serde v1.0.228
5042026-06-02T23:38:26.353Z Compiling itoa v1.0.18
5052026-06-02T23:38:26.556Z Compiling futures-core v0.3.32
5062026-06-02T23:38:26.638Z Compiling smallvec v1.15.1
5072026-06-02T23:38:26.749Z Compiling bitflags v2.12.1
5082026-06-02T23:38:26.780Z Compiling find-msvc-tools v0.1.9
5092026-06-02T23:38:26.925Z Compiling hashbrown v0.17.1
5102026-06-02T23:38:27.026Z Compiling equivalent v1.0.2
5112026-06-02T23:38:27.119Z Compiling errno v0.3.14
5122026-06-02T23:38:27.156Z Compiling shlex v2.0.1
5132026-06-02T23:38:27.188Z Compiling bytes v1.11.1
5142026-06-02T23:38:27.292Z Compiling signal-hook-registry v1.4.8
5152026-06-02T23:38:27.351Z Compiling jobserver v0.1.34
5162026-06-02T23:38:27.395Z Compiling mio v1.2.1
5172026-06-02T23:38:27.414Z Compiling rustix v1.1.4
5182026-06-02T23:38:27.532Z Compiling syn v2.0.117
5192026-06-02T23:38:27.639Z Compiling cc v1.2.63
5202026-06-02T23:38:27.679Z Compiling futures-sink v0.3.32
5212026-06-02T23:38:27.805Z Compiling socket2 v0.6.4
5222026-06-02T23:38:27.861Z Compiling slab v0.4.12
5232026-06-02T23:38:28.073Z Compiling zmij v1.0.21
5242026-06-02T23:38:28.100Z Compiling futures-channel v0.3.32
5252026-06-02T23:38:28.129Z Compiling tracing-core v0.1.36
5262026-06-02T23:38:28.358Z Compiling serde_json v1.0.150
5272026-06-02T23:38:28.433Z Compiling version_check v0.9.5
5282026-06-02T23:38:28.615Z Compiling indexmap v2.14.0
5292026-06-02T23:38:28.707Z Compiling futures-io v0.3.32
5302026-06-02T23:38:28.720Z Compiling getrandom v0.4.2
5312026-06-02T23:38:28.898Z Compiling futures-task v0.3.32
5322026-06-02T23:38:28.972Z Compiling unicode-width v0.2.2
5332026-06-02T23:38:29.015Z Compiling camino v1.2.2
5342026-06-02T23:38:29.072Z Compiling percent-encoding v2.3.2
5352026-06-02T23:38:29.282Z Compiling ring v0.17.14
5362026-06-02T23:38:29.343Z Compiling http v1.4.1
5372026-06-02T23:38:29.401Z Compiling adler2 v2.0.1
5382026-06-02T23:38:29.413Z Compiling zeroize v1.8.2
5392026-06-02T23:38:29.424Z Compiling simd-adler32 v0.3.9
5402026-06-02T23:38:29.563Z Compiling autocfg v1.5.1
5412026-06-02T23:38:29.612Z Compiling miniz_oxide v0.8.9
5422026-06-02T23:38:29.923Z Compiling num-traits v0.2.19
5432026-06-02T23:38:30.168Z Compiling zerocopy v0.8.50
5442026-06-02T23:38:30.273Z Compiling getrandom v0.3.4
5452026-06-02T23:38:30.511Z Compiling object v0.37.3
5462026-06-02T23:38:30.569Z Compiling target-lexicon v0.13.5
5472026-06-02T23:38:30.863Z Compiling http-body v1.0.1
5482026-06-02T23:38:30.891Z Compiling rustls-pki-types v1.14.1
5492026-06-02T23:38:31.027Z Compiling form_urlencoded v1.2.2
5502026-06-02T23:38:31.039Z Compiling semver v1.0.28
5512026-06-02T23:38:31.097Z Compiling getrandom v0.2.17
5522026-06-02T23:38:31.111Z Compiling serde_derive v1.0.228
5532026-06-02T23:38:31.252Z Compiling tokio-macros v2.7.0
5542026-06-02T23:38:31.290Z Compiling futures-macro v0.3.32
5552026-06-02T23:38:31.302Z Compiling tracing-attributes v0.1.31
5562026-06-02T23:38:31.554Z Compiling thiserror v2.0.18
5572026-06-02T23:38:31.692Z Compiling untrusted v0.9.0
5582026-06-02T23:38:31.768Z Compiling owo-colors v4.3.0
5592026-06-02T23:38:31.825Z Compiling idna_adapter v1.0.0
5602026-06-02T23:38:31.911Z Compiling signal-hook v0.3.18
5612026-06-02T23:38:31.930Z Compiling gimli v0.32.3
5622026-06-02T23:38:32.012Z Compiling tokio v1.52.3
5632026-06-02T23:38:32.106Z Compiling httparse v1.10.1
5642026-06-02T23:38:32.120Z Compiling futures-util v0.3.32
5652026-06-02T23:38:32.145Z Compiling guppy-workspace-hack v0.1.0
5662026-06-02T23:38:32.375Z Compiling utf8_iter v1.0.4
5672026-06-02T23:38:32.463Z Compiling fnv v1.0.7
5682026-06-02T23:38:32.533Z Compiling tracing v0.1.44
5692026-06-02T23:38:32.544Z Compiling idna v1.1.0
5702026-06-02T23:38:32.875Z Compiling thiserror-impl v2.0.18
5712026-06-02T23:38:34.092Z Compiling addr2line v0.25.1
5722026-06-02T23:38:34.532Z Compiling generic-array v0.14.7
5732026-06-02T23:38:34.608Z Compiling try-lock v0.2.5
5742026-06-02T23:38:34.611Z Compiling rustc-demangle v0.1.27
5752026-06-02T23:38:34.731Z Compiling typeid v1.0.3
5762026-06-02T23:38:34.772Z Compiling thiserror v1.0.69
5772026-06-02T23:38:34.772Z Compiling rustls v0.23.40
5782026-06-02T23:38:35.011Z Compiling atomic-waker v1.1.2
5792026-06-02T23:38:35.023Z Compiling tower-service v0.3.3
5802026-06-02T23:38:35.086Z Compiling pkg-config v0.3.33
5812026-06-02T23:38:35.116Z Compiling target-spec v3.6.0
5822026-06-02T23:38:35.140Z Compiling fastrand v2.4.1
5832026-06-02T23:38:35.426Z Compiling tempfile v3.27.0
5842026-06-02T23:38:35.520Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-06-02T23:38:35.677Z Compiling want v0.3.1
5862026-06-02T23:38:35.813Z Compiling cfg-expr v0.20.8
5872026-06-02T23:38:35.866Z Compiling url v2.5.8
5882026-06-02T23:38:35.943Z Compiling tokio-util v0.7.18
5892026-06-02T23:38:36.770Z Compiling h2 v0.4.14
5902026-06-02T23:38:37.043Z Compiling backtrace v0.3.76
5912026-06-02T23:38:37.527Z Compiling thiserror-impl v1.0.69
5922026-06-02T23:38:37.687Z Compiling terminal_size v0.4.4
5932026-06-02T23:38:37.779Z Compiling aho-corasick v1.1.4
5942026-06-02T23:38:37.847Z Compiling typenum v1.20.1
5952026-06-02T23:38:38.355Z Compiling rustls-webpki v0.103.13
5962026-06-02T23:38:38.533Z Compiling subtle v2.6.1
5972026-06-02T23:38:38.697Z Compiling erased-serde v0.4.10
5982026-06-02T23:38:38.701Z Compiling regex-syntax v0.8.10
5992026-06-02T23:38:38.999Z Compiling winnow v0.7.15
6002026-06-02T23:38:40.918Z Compiling regex-automata v0.4.14
6012026-06-02T23:38:40.984Z Compiling hyper v1.10.1
6022026-06-02T23:38:43.321Z Compiling toml_datetime v0.6.11
6032026-06-02T23:38:43.698Z Compiling serde_spanned v0.6.9
6042026-06-02T23:38:43.864Z Compiling ahash v0.8.12
6052026-06-02T23:38:44.130Z Compiling sync_wrapper v1.0.2
6062026-06-02T23:38:44.249Z Compiling lazy_static v1.5.0
6072026-06-02T23:38:44.360Z Compiling toml_write v0.1.2
6082026-06-02T23:38:44.607Z Compiling crc32fast v1.5.0
6092026-06-02T23:38:44.724Z Compiling foldhash v0.1.5
6102026-06-02T23:38:44.914Z Compiling unicode-linebreak v0.1.5
6112026-06-02T23:38:44.944Z Compiling either v1.16.0
6122026-06-02T23:38:44.956Z Compiling tower-layer v0.3.3
6132026-06-02T23:38:45.159Z Compiling unicode-segmentation v1.13.3
6142026-06-02T23:38:45.172Z Compiling is_ci v1.2.0
6152026-06-02T23:38:45.182Z Compiling portable-atomic v1.13.1
6162026-06-02T23:38:45.337Z Compiling base64 v0.22.1
6172026-06-02T23:38:45.557Z Compiling parking_lot_core v0.9.12
6182026-06-02T23:38:45.641Z Compiling ipnet v2.12.0
6192026-06-02T23:38:45.834Z Compiling nextest-workspace-hack v0.1.0
6202026-06-02T23:38:45.913Z Compiling hyper-util v0.1.20
6212026-06-02T23:38:46.076Z Compiling convert_case v0.10.0
6222026-06-02T23:38:46.088Z Compiling supports-color v3.0.2
6232026-06-02T23:38:46.100Z Compiling textwrap v0.16.2
6242026-06-02T23:38:46.320Z Compiling tower v0.5.3
6252026-06-02T23:38:46.384Z Compiling hashbrown v0.15.5
6262026-06-02T23:38:46.855Z Compiling toml_edit v0.22.27
6272026-06-02T23:38:46.928Z Compiling tokio-rustls v0.26.4
6282026-06-02T23:38:47.048Z Compiling sharded-slab v0.1.7
6292026-06-02T23:38:47.512Z Compiling backtrace-ext v0.2.1
6302026-06-02T23:38:47.660Z Compiling ordered-float v2.10.1
6312026-06-02T23:38:47.772Z Compiling webpki-roots v1.0.7
6322026-06-02T23:38:47.849Z Compiling miette-derive v7.6.0
6332026-06-02T23:38:47.893Z Compiling pathdiff v0.2.3
6342026-06-02T23:38:47.935Z Compiling console v0.15.11
6352026-06-02T23:38:48.019Z Compiling cargo-platform v0.3.3
6362026-06-02T23:38:48.568Z Compiling tracing-log v0.2.0
6372026-06-02T23:38:48.580Z Compiling os_pipe v1.2.3
6382026-06-02T23:38:48.749Z Compiling thread_local v1.1.9
6392026-06-02T23:38:48.928Z Compiling fixedbitset v0.5.7
6402026-06-02T23:38:48.964Z Compiling cfg_aliases v0.2.1
6412026-06-02T23:38:49.039Z Compiling debug-ignore v1.0.5
6422026-06-02T23:38:49.115Z Compiling zstd-safe v7.2.4
6432026-06-02T23:38:49.151Z Compiling winnow v1.0.3
6442026-06-02T23:38:49.260Z Compiling supports-hyperlinks v3.2.0
6452026-06-02T23:38:49.370Z Compiling rustix v0.38.44
6462026-06-02T23:38:49.443Z Compiling utf8parse v0.2.2
6472026-06-02T23:38:49.554Z Compiling scopeguard v1.2.0
6482026-06-02T23:38:49.665Z Compiling pulldown-cmark v0.13.4
6492026-06-02T23:38:49.732Z Compiling supports-unicode v3.0.0
6502026-06-02T23:38:49.843Z Compiling unicode-width v0.1.14
6512026-06-02T23:38:50.903Z Compiling ryu v1.0.23
6522026-06-02T23:38:50.906Z Compiling serde_urlencoded v0.7.1
6532026-06-02T23:38:50.906Z Compiling miette v7.6.0
6542026-06-02T23:38:50.906Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-06-02T23:38:50.906Z Compiling lock_api v0.4.14
6562026-06-02T23:38:50.906Z Compiling anstyle-parse v1.0.0
6572026-06-02T23:38:50.906Z Compiling petgraph v0.8.3
6582026-06-02T23:38:50.906Z Compiling nix v0.30.1
6592026-06-02T23:38:51.217Z Compiling tracing-subscriber v0.3.23
6602026-06-02T23:38:51.521Z Compiling sigchld v0.2.4
6612026-06-02T23:38:51.722Z Compiling toml v0.8.23
6622026-06-02T23:38:52.212Z Compiling cargo_metadata v0.23.1
6632026-06-02T23:38:52.594Z Compiling serde-value v0.7.0
6642026-06-02T23:38:53.397Z Compiling hyper-rustls v0.27.9
6652026-06-02T23:38:54.082Z Compiling serde-untagged v0.1.9
6662026-06-02T23:38:54.448Z Compiling tower-http v0.6.11
6672026-06-02T23:38:54.529Z Compiling derive_more-impl v2.1.1
6682026-06-02T23:38:55.112Z Compiling itertools v0.14.0
6692026-06-02T23:38:55.206Z Compiling regex v1.12.3
6702026-06-02T23:38:55.362Z Compiling block-buffer v0.10.4
6712026-06-02T23:38:55.374Z Compiling crypto-common v0.1.7
6722026-06-02T23:38:55.511Z Compiling ppv-lite86 v0.2.21
6732026-06-02T23:38:55.523Z Compiling rand_core v0.9.5
6742026-06-02T23:38:55.776Z Compiling futures-executor v0.3.32
6752026-06-02T23:38:55.839Z Compiling pin-project-internal v1.1.13
6762026-06-02T23:38:56.284Z Compiling http-body-util v0.1.3
6772026-06-02T23:38:56.305Z Compiling uuid v1.23.2
6782026-06-02T23:38:56.559Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-06-02T23:38:56.601Z Compiling serde_spanned v1.1.1
6802026-06-02T23:38:56.643Z Compiling smol_str v0.3.6
6812026-06-02T23:38:56.749Z Compiling filetime v0.2.29
6822026-06-02T23:38:56.850Z Compiling bstr v1.12.1
6832026-06-02T23:38:56.885Z Compiling vte v0.14.1
6842026-06-02T23:38:56.954Z Compiling anstyle-query v1.1.5
6852026-06-02T23:38:56.972Z Compiling self_update v0.42.0
6862026-06-02T23:38:56.987Z Compiling tinyvec_macros v0.1.1
6872026-06-02T23:38:57.070Z Compiling unicase v2.9.0
6882026-06-02T23:38:57.102Z Compiling is_terminal_polyfill v1.70.2
6892026-06-02T23:38:57.199Z Compiling anstyle v1.0.14
6902026-06-02T23:38:57.222Z Compiling color-spantrace v0.3.0
6912026-06-02T23:38:57.247Z Compiling colorchoice v1.0.5
6922026-06-02T23:38:57.379Z Compiling static_assertions v1.1.0
6932026-06-02T23:38:57.438Z Compiling xattr v1.6.1
6942026-06-02T23:38:57.454Z Compiling unicode-xid v0.2.6
6952026-06-02T23:38:57.466Z Compiling litrs v1.0.0
6962026-06-02T23:38:57.530Z Compiling number_prefix v0.4.0
6972026-06-02T23:38:57.544Z Compiling iana-time-zone v0.1.65
6982026-06-02T23:38:57.589Z Compiling nested v0.1.1
6992026-06-02T23:38:57.625Z Compiling eyre v0.6.12
7002026-06-02T23:38:57.679Z Compiling chrono v0.4.44
7012026-06-02T23:38:57.784Z Compiling guppy v0.17.26
7022026-06-02T23:38:57.794Z Compiling indicatif v0.17.11
7032026-06-02T23:38:57.902Z Compiling document-features v0.2.12
7042026-06-02T23:38:58.219Z Compiling tar v0.4.46
7052026-06-02T23:38:58.553Z Compiling cargo-util-schemas v0.2.0
7062026-06-02T23:38:59.034Z Compiling anstream v1.0.0
7072026-06-02T23:38:59.538Z Compiling globset v0.4.18
7082026-06-02T23:39:00.683Z Compiling strip-ansi-escapes v0.2.1
7092026-06-02T23:39:00.744Z Compiling tinyvec v1.11.0
7102026-06-02T23:39:00.931Z Compiling pin-project v1.1.13
7112026-06-02T23:39:00.995Z Compiling nextest-metadata v0.12.2
7122026-06-02T23:39:01.038Z Compiling toml v1.1.2+spec-1.1.0
7132026-06-02T23:39:01.066Z Compiling newtype-uuid v1.3.2
7142026-06-02T23:39:01.178Z Compiling reqwest v0.12.28
7152026-06-02T23:39:01.178Z Compiling futures v0.3.32
7162026-06-02T23:39:01.257Z Compiling rand_chacha v0.9.0
7172026-06-02T23:39:01.270Z Compiling digest v0.10.7
7182026-06-02T23:39:01.490Z Compiling derive_more v2.1.1
7192026-06-02T23:39:01.573Z Compiling parking_lot v0.12.5
7202026-06-02T23:39:01.803Z Compiling flate2 v1.1.9
7212026-06-02T23:39:02.347Z Compiling tracing-error v0.2.1
7222026-06-02T23:39:02.487Z Compiling shared_child v1.1.1
7232026-06-02T23:39:02.835Z Compiling signal-hook-mio v0.2.5
7242026-06-02T23:39:02.970Z Compiling self-replace v1.5.0
7252026-06-02T23:39:03.144Z Compiling cargo-platform v0.2.0
7262026-06-02T23:39:03.268Z Compiling quick-xml v0.38.4
7272026-06-02T23:39:03.730Z Compiling quick-xml v0.37.5
7282026-06-02T23:39:03.917Z Compiling strsim v0.11.1
7292026-06-02T23:39:04.258Z Compiling recursion v0.5.4
7302026-06-02T23:39:04.401Z Compiling cpufeatures v0.2.17
7312026-06-02T23:39:04.478Z Compiling indenter v0.3.4
7322026-06-02T23:39:04.614Z Compiling urlencoding v2.1.3
7332026-06-02T23:39:04.747Z Compiling shell-words v1.1.1
7342026-06-02T23:39:04.999Z Compiling heck v0.5.0
7352026-06-02T23:39:05.118Z Compiling humantime v2.3.0
7362026-06-02T23:39:05.144Z Compiling clap_lex v1.1.0
7372026-06-02T23:39:05.201Z Compiling clap_derive v4.6.1
7382026-06-02T23:39:05.503Z Compiling humantime-serde v1.1.1
7392026-06-02T23:39:05.537Z Compiling clap_builder v4.6.0
7402026-06-02T23:39:06.180Z Compiling sha2 v0.10.9
7412026-06-02T23:39:06.202Z Compiling nextest-filtering v0.15.0
7422026-06-02T23:39:07.005Z Compiling quick-junit v0.5.2
7432026-06-02T23:39:07.406Z Compiling cargo_metadata v0.20.0
7442026-06-02T23:39:10.134Z Compiling atomicwrites v0.4.4
7452026-06-02T23:39:10.151Z Compiling cargo-nextest v0.9.97
7462026-06-02T23:39:10.417Z Compiling crossterm v0.29.0
7472026-06-02T23:39:10.476Z Compiling duct v0.13.7
7482026-06-02T23:39:12.163Z Compiling zstd v0.13.3
7492026-06-02T23:39:12.199Z Compiling config v0.15.23
7502026-06-02T23:39:12.231Z Compiling rand v0.9.4
7512026-06-02T23:39:12.584Z Compiling async-scoped v0.9.0
7522026-06-02T23:39:12.596Z Compiling unicode-normalization v0.1.25
7532026-06-02T23:39:12.608Z Compiling target-spec-miette v0.4.8
7542026-06-02T23:39:12.780Z Compiling future-queue v0.4.0
7552026-06-02T23:39:12.985Z Compiling mukti-metadata v0.3.0
7562026-06-02T23:39:13.056Z Compiling tokio-stream v0.1.18
7572026-06-02T23:39:13.056Z Compiling camino-tempfile v1.4.1
7582026-06-02T23:39:13.177Z Compiling derive-where v1.6.1
7592026-06-02T23:39:13.472Z Compiling serde_path_to_error v0.1.20
7602026-06-02T23:39:13.489Z Compiling serde_ignored v0.1.14
7612026-06-02T23:39:13.609Z Compiling hex v0.4.3
7622026-06-02T23:39:13.676Z Compiling xxhash-rust v0.8.15
7632026-06-02T23:39:13.714Z Compiling home v0.5.12
7642026-06-02T23:39:13.858Z Compiling swrite v0.1.0
7652026-06-02T23:39:13.884Z Compiling indent_write v2.2.0
7662026-06-02T23:39:13.926Z Compiling color-eyre v0.6.5
7672026-06-02T23:39:13.978Z Compiling clap v4.6.1
7682026-06-02T23:39:14.026Z Compiling dialoguer v0.11.0
7692026-06-02T23:39:14.036Z Compiling enable-ansi-support v0.2.1
7702026-06-02T23:39:14.433Z Compiling nextest-runner v0.80.0
7712026-06-02T23:39:32.545Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-06-02T23:39:32.738Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-06-02T23:39:32.741Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-06-02T23:39:32.857Z+ pushd bgp
7752026-06-02T23:39:32.860Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-06-02T23:39:32.860Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7772026-06-02T23:39:33.017Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-06-02T23:39:33.923ZFrom https://github.com/oxidecomputer/falcon
7792026-06-02T23:39:33.923Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7802026-06-02T23:39:34.000Z Updating crates.io index
7812026-06-02T23:39:34.003Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-06-02T23:39:34.744ZFrom https://github.com/oxidecomputer/dendrite
7832026-06-02T23:39:34.744Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-06-02T23:39:34.848Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-06-02T23:39:35.131ZFrom https://github.com/oxidecomputer/ispf
7862026-06-02T23:39:35.131Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-06-02T23:39:35.137Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-06-02T23:39:35.494ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-06-02T23:39:35.494Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7902026-06-02T23:39:35.503Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-06-02T23:39:43.160ZFrom https://github.com/oxidecomputer/omicron
7922026-06-02T23:39:43.160Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7932026-06-02T23:39:43.577Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-06-02T23:39:44.179ZFrom https://github.com/oxidecomputer/opte
7952026-06-02T23:39:44.179Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7962026-06-02T23:39:44.211Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-06-02T23:39:44.484ZFrom https://github.com/illumos/smf-rs
7982026-06-02T23:39:44.484Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-06-02T23:39:44.537Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-06-02T23:39:44.795ZFrom https://github.com/oxidecomputer/network-interface
8012026-06-02T23:39:44.795Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-06-02T23:39:44.832Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-06-02T23:39:45.282ZFrom https://github.com/oxidecomputer/zone
8042026-06-02T23:39:45.282Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-06-02T23:39:45.343Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-06-02T23:39:46.028ZFrom https://github.com/oxidecomputer/propolis
8072026-06-02T23:39:46.028Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-06-02T23:39:46.078Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-06-02T23:39:46.746ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-06-02T23:39:46.746Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8112026-06-02T23:39:46.795Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-06-02T23:39:47.056ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-06-02T23:39:47.056Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8142026-06-02T23:39:47.062Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-06-02T23:39:47.361ZFrom https://github.com/jmesmon/rust-libzfs
8162026-06-02T23:39:47.361Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-06-02T23:39:47.370Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-06-02T23:39:47.641ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-06-02T23:39:47.641Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-06-02T23:39:47.658Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-06-02T23:39:47.986ZFrom https://github.com/oxidecomputer/lldp
8222026-06-02T23:39:47.986Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8232026-06-02T23:39:48.037Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-06-02T23:39:48.297ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-06-02T23:39:48.297Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-06-02T23:39:48.306Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-06-02T23:39:48.618ZFrom https://github.com/oxidecomputer/tufaceous
8282026-06-02T23:39:48.618Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-06-02T23:39:48.645Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-06-02T23:39:49.123ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-06-02T23:39:49.123Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8322026-06-02T23:39:49.194Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-06-02T23:39:49.995ZFrom https://github.com/oxidecomputer/crucible
8342026-06-02T23:39:49.995Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-06-02T23:39:50.051Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-06-02T23:39:50.294ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-06-02T23:39:50.294Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-06-02T23:39:50.411Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-06-02T23:39:50.724ZFrom https://github.com/oxidecomputer/propolis
8402026-06-02T23:39:50.724Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8412026-06-02T23:39:51.051Z Updating git repository `https://github.com/oxidecomputer/opte`
8422026-06-02T23:39:51.313ZFrom https://github.com/oxidecomputer/opte
8432026-06-02T23:39:51.313Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8442026-06-02T23:39:51.382Z Updating git repository `https://github.com/oxidecomputer/tofino`
8452026-06-02T23:39:51.724ZFrom https://github.com/oxidecomputer/tofino
8462026-06-02T23:39:51.724Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8472026-06-02T23:39:51.735Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8482026-06-02T23:39:52.604ZFrom https://github.com/oxidecomputer/maghemite
8492026-06-02T23:39:52.604Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8502026-06-02T23:39:52.650Z Updating git repository `https://github.com/oxidecomputer/clickward`
8512026-06-02T23:39:52.912ZFrom https://github.com/oxidecomputer/clickward
8522026-06-02T23:39:52.912Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8532026-06-02T23:39:52.958Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-06-02T23:39:53.344ZFrom https://github.com/oxidecomputer/crucible
8552026-06-02T23:39:53.344Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8562026-06-02T23:39:53.559Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8572026-06-02T23:39:53.812ZFrom https://github.com/oxidecomputer/illumos-devinfo
8582026-06-02T23:39:53.812Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8592026-06-02T23:39:54.886Z Downloading crates ...
8602026-06-02T23:39:54.988Z Downloaded diff v0.1.13
8612026-06-02T23:39:54.992Z Downloaded chacha20 v0.10.0
8622026-06-02T23:39:54.995Z Downloaded async-stream-impl v0.3.6
8632026-06-02T23:39:54.995Z Downloaded argon2 v0.5.3
8642026-06-02T23:39:54.998Z Downloaded arrayref v0.3.9
8652026-06-02T23:39:55.002Z Downloaded bitflags v1.3.2
8662026-06-02T23:39:55.005Z Downloaded aead v0.5.2
8672026-06-02T23:39:55.012Z Downloaded enum-as-inner v0.6.1
8682026-06-02T23:39:55.015Z Downloaded async-recursion v1.1.1
8692026-06-02T23:39:55.019Z Downloaded libsw-core v0.3.2
8702026-06-02T23:39:55.022Z Downloaded dropshot v0.17.0
8712026-06-02T23:39:55.034Z Downloaded num_enum v0.5.11
8722026-06-02T23:39:55.039Z Downloaded embedded-io v0.4.0
8732026-06-02T23:39:55.042Z Downloaded backoff v0.4.0
8742026-06-02T23:39:55.042Z Downloaded internet-checksum v0.2.1
8752026-06-02T23:39:55.045Z Downloaded icu_provider v2.2.0
8762026-06-02T23:39:55.045Z Downloaded darling_macro v0.21.3
8772026-06-02T23:39:55.048Z Downloaded memmap v0.7.0
8782026-06-02T23:39:55.049Z Downloaded ident_case v1.0.1
8792026-06-02T23:39:55.051Z Downloaded anyhow v1.0.102
8802026-06-02T23:39:55.055Z Downloaded ipnetwork v0.21.1
8812026-06-02T23:39:55.055Z Downloaded ingot-types v0.1.2
8822026-06-02T23:39:55.062Z Downloaded indexmap v1.9.3
8832026-06-02T23:39:55.062Z Downloaded icu_collections v2.2.0
8842026-06-02T23:39:55.066Z Downloaded memmap2 v0.9.10
8852026-06-02T23:39:55.066Z Downloaded crc8 v0.1.1
8862026-06-02T23:39:55.066Z Downloaded dropshot-api-manager-types v0.7.2
8872026-06-02T23:39:55.072Z Downloaded crunchy v0.2.4
8882026-06-02T23:39:55.072Z Downloaded libscf-sys v1.2.0
8892026-06-02T23:39:55.072Z Downloaded ciborium-ll v0.2.2
8902026-06-02T23:39:55.075Z Downloaded daft v0.1.7
8912026-06-02T23:39:55.075Z Downloaded console v0.16.3
8922026-06-02T23:39:55.075Z Downloaded cmake v0.1.58
8932026-06-02T23:39:55.078Z Downloaded compression-core v0.4.32
8942026-06-02T23:39:55.078Z Downloaded ciborium-io v0.2.2
8952026-06-02T23:39:55.078Z Downloaded is-terminal v0.4.17
8962026-06-02T23:39:55.081Z Downloaded omicron-workspace-hack v0.1.0
8972026-06-02T23:39:55.081Z Downloaded instant v0.1.13
8982026-06-02T23:39:55.084Z Downloaded itertools v0.12.1
8992026-06-02T23:39:55.087Z Downloaded num-derive v0.4.2
9002026-06-02T23:39:55.090Z Downloaded const-random-macro v0.1.16
9012026-06-02T23:39:55.090Z Downloaded match_cfg v0.1.0
9022026-06-02T23:39:55.093Z Downloaded num-conv v0.2.1
9032026-06-02T23:39:55.093Z Downloaded natord v1.0.9
9042026-06-02T23:39:55.093Z Downloaded memoffset v0.9.1
9052026-06-02T23:39:55.096Z Downloaded linked-hash-map v0.5.6
9062026-06-02T23:39:55.096Z Downloaded dtrace-parser v0.3.0
9072026-06-02T23:39:55.099Z Downloaded keccak v0.1.6
9082026-06-02T23:39:55.099Z Downloaded http v1.4.0
9092026-06-02T23:39:55.103Z Downloaded no-std-compat v0.4.1
9102026-06-02T23:39:55.107Z Downloaded konst_macro_rules v0.2.19
9112026-06-02T23:39:55.107Z Downloaded defmt-parser v1.0.0
9122026-06-02T23:39:55.107Z Downloaded darling_macro v0.23.0
9132026-06-02T23:39:55.110Z Downloaded inout v0.1.4
9142026-06-02T23:39:55.110Z Downloaded hash32 v0.3.1
9152026-06-02T23:39:55.110Z Downloaded httpdate v1.0.3
9162026-06-02T23:39:55.110Z Downloaded embedded-io v0.6.1
9172026-06-02T23:39:55.114Z Downloaded cobs v0.3.0
9182026-06-02T23:39:55.114Z Downloaded linear-map v1.2.0
9192026-06-02T23:39:55.117Z Downloaded dyn-clone v1.0.20
9202026-06-02T23:39:55.118Z Downloaded newtype_derive v0.1.6
9212026-06-02T23:39:55.118Z Downloaded group v0.13.0
9222026-06-02T23:39:55.121Z Downloaded dtrace-parser v0.2.0
9232026-06-02T23:39:55.121Z Downloaded fs_extra v1.3.0
9242026-06-02T23:39:55.124Z Downloaded num v0.4.3
9252026-06-02T23:39:55.124Z Downloaded heck v0.4.1
9262026-06-02T23:39:55.124Z Downloaded macaddr v1.0.1
9272026-06-02T23:39:55.127Z Downloaded critical-section v1.2.0
9282026-06-02T23:39:55.127Z Downloaded cpufeatures v0.3.0
9292026-06-02T23:39:55.168Z Downloaded deranged v0.5.8
9302026-06-02T23:39:55.168Z Downloaded newline-converter v0.3.0
9312026-06-02T23:39:55.168Z Downloaded fixedbitset v0.4.2
9322026-06-02T23:39:55.168Z Downloaded darling_core v0.21.3
9332026-06-02T23:39:55.168Z Downloaded potential_utf v0.1.5
9342026-06-02T23:39:55.168Z Downloaded num_threads v0.1.7
9352026-06-02T23:39:55.168Z Downloaded phf_shared v0.12.1
9362026-06-02T23:39:55.168Z Downloaded managed v0.8.0
9372026-06-02T23:39:55.168Z Downloaded lru-cache v0.1.2
9382026-06-02T23:39:55.168Z Downloaded proc-macro-crate v1.3.1
9392026-06-02T23:39:55.168Z Downloaded opaque-debug v0.3.1
9402026-06-02T23:39:55.168Z Downloaded compression-codecs v0.4.38
9412026-06-02T23:39:55.168Z Downloaded mime v0.3.17
9422026-06-02T23:39:55.168Z Downloaded num_enum v0.7.6
9432026-06-02T23:39:55.168Z Downloaded num-integer v0.1.46
9442026-06-02T23:39:55.168Z Downloaded either v1.15.0
9452026-06-02T23:39:55.168Z Downloaded glob v0.3.3
9462026-06-02T23:39:55.168Z Downloaded displaydoc v0.2.5
9472026-06-02T23:39:55.168Z Downloaded highway v1.3.0
9482026-06-02T23:39:55.168Z Downloaded bcs v0.1.6
9492026-06-02T23:39:55.168Z Downloaded num-complex v0.4.6
9502026-06-02T23:39:55.172Z Downloaded bs58 v0.5.1
9512026-06-02T23:39:55.172Z Downloaded bit-vec v0.8.0
9522026-06-02T23:39:55.172Z Downloaded icu_normalizer v2.2.0
9532026-06-02T23:39:55.172Z Downloaded git-stub-vcs v0.1.0
9542026-06-02T23:39:55.172Z Downloaded data-encoding v2.11.0
9552026-06-02T23:39:55.172Z Downloaded csv-core v0.1.13
9562026-06-02T23:39:55.172Z Downloaded proc-macro-crate v3.5.0
9572026-06-02T23:39:55.176Z Downloaded pretty-hex v0.4.2
9582026-06-02T23:39:55.176Z Downloaded progenitor-client v0.10.0
9592026-06-02T23:39:55.176Z Downloaded proc-macro-error-attr2 v2.0.0
9602026-06-02T23:39:55.179Z Downloaded powerfmt v0.2.0
9612026-06-02T23:39:55.179Z Downloaded progenitor-client v0.11.2
9622026-06-02T23:39:55.179Z Downloaded plain v0.2.3
9632026-06-02T23:39:55.179Z Downloaded progenitor-macro v0.14.0
9642026-06-02T23:39:55.182Z Downloaded progenitor-macro v0.11.2
9652026-06-02T23:39:55.182Z Downloaded parse-display v0.10.0
9662026-06-02T23:39:55.182Z Downloaded derive_more v0.99.20
9672026-06-02T23:39:55.185Z Downloaded progenitor-macro v0.13.0
9682026-06-02T23:39:55.188Z Downloaded foreign-types v0.5.0
9692026-06-02T23:39:55.188Z Downloaded libsw v3.5.0
9702026-06-02T23:39:55.191Z Downloaded newtype-uuid-macros v0.1.0
9712026-06-02T23:39:55.191Z Downloaded multer v3.1.0
9722026-06-02T23:39:55.195Z Downloaded oxnet v0.1.5
9732026-06-02T23:39:55.195Z Downloaded proc-macro-error-attr v1.0.4
9742026-06-02T23:39:55.195Z Downloaded num_enum_derive v0.7.6
9752026-06-02T23:39:55.198Z Downloaded ff v0.13.1
9762026-06-02T23:39:55.198Z Downloaded daft-derive v0.1.7
9772026-06-02T23:39:55.201Z Downloaded ref-cast v1.0.25
9782026-06-02T23:39:55.201Z Downloaded foldhash v0.2.0
9792026-06-02T23:39:55.204Z Downloaded rand_chacha v0.3.1
9802026-06-02T23:39:55.204Z Downloaded quick-error v1.2.3
9812026-06-02T23:39:55.204Z Downloaded crossbeam-deque v0.8.6
9822026-06-02T23:39:55.207Z Downloaded bit-set v0.8.0
9832026-06-02T23:39:55.207Z Downloaded pem v3.0.6
9842026-06-02T23:39:55.212Z Downloaded darling v0.23.0
9852026-06-02T23:39:55.215Z Downloaded progenitor-macro v0.10.0
9862026-06-02T23:39:55.215Z Downloaded litemap v0.8.2
9872026-06-02T23:39:55.215Z Downloaded ingot-macros v0.1.1
9882026-06-02T23:39:55.218Z Downloaded ingot v0.1.1
9892026-06-02T23:39:55.218Z Downloaded darling v0.21.3
9902026-06-02T23:39:55.221Z Downloaded rand_xorshift v0.4.0
9912026-06-02T23:39:55.221Z Downloaded crossbeam-epoch v0.9.18
9922026-06-02T23:39:55.225Z Downloaded const_format_proc_macros v0.2.34
9932026-06-02T23:39:55.225Z Downloaded cipher v0.4.4
9942026-06-02T23:39:55.228Z Downloaded ciborium v0.2.2
9952026-06-02T23:39:55.228Z Downloaded same-file v1.0.6
9962026-06-02T23:39:55.231Z Downloaded defmt v1.1.0
9972026-06-02T23:39:55.233Z Downloaded colored v3.1.1
9982026-06-02T23:39:55.233Z Downloaded rustc_version v0.1.7
9992026-06-02T23:39:55.234Z Downloaded ref-cast-impl v1.0.25
10002026-06-02T23:39:55.237Z Downloaded scroll_derive v0.13.1
10012026-06-02T23:39:55.237Z Downloaded progenitor-client v0.13.0
10022026-06-02T23:39:55.237Z Downloaded proc-macro-error v1.0.4
10032026-06-02T23:39:55.240Z Downloaded parse-display-derive v0.10.0
10042026-06-02T23:39:55.240Z Downloaded parking_lot_core v0.8.6
10052026-06-02T23:39:55.243Z Downloaded serde-big-array v0.5.1
10062026-06-02T23:39:55.243Z Downloaded semver v0.1.20
10072026-06-02T23:39:55.243Z Downloaded scroll_derive v0.12.1
10082026-06-02T23:39:55.247Z Downloaded slog-envlogger v2.2.0
10092026-06-02T23:39:55.247Z Downloaded progenitor v0.14.0
10102026-06-02T23:39:55.247Z Downloaded cookie v0.18.1
10112026-06-02T23:39:55.251Z Downloaded progenitor-client v0.14.0
10122026-06-02T23:39:55.251Z Downloaded progenitor v0.13.0
10132026-06-02T23:39:55.251Z Downloaded progenitor v0.11.2
10142026-06-02T23:39:55.254Z Downloaded password-hash v0.5.0
10152026-06-02T23:39:55.254Z Downloaded progenitor-extras v0.2.0
10162026-06-02T23:39:55.254Z Downloaded progenitor v0.10.0
10172026-06-02T23:39:55.257Z Downloaded sha1 v0.10.6
10182026-06-02T23:39:55.257Z Downloaded fs-err v3.3.0
10192026-06-02T23:39:55.257Z Downloaded serial_test_derive v3.4.0
10202026-06-02T23:39:55.261Z Downloaded serde_repr v0.1.20
10212026-06-02T23:39:55.261Z Downloaded hmac v0.12.1
10222026-06-02T23:39:55.261Z Downloaded parking_lot v0.11.2
10232026-06-02T23:39:55.264Z Downloaded siphasher v1.0.3
10242026-06-02T23:39:55.264Z Downloaded cancel-safe-futures v0.1.5
10252026-06-02T23:39:55.268Z Downloaded phf v0.12.1
10262026-06-02T23:39:55.268Z Downloaded pest_derive v2.8.6
10272026-06-02T23:39:55.271Z Downloaded icu_properties v2.2.0
10282026-06-02T23:39:55.271Z Downloaded dropshot_endpoint v0.17.0
10292026-06-02T23:39:55.274Z Downloaded blake2 v0.10.6
10302026-06-02T23:39:55.274Z Downloaded secrecy v0.10.3
10312026-06-02T23:39:55.278Z Downloaded log v0.4.29
10322026-06-02T23:39:55.278Z Downloaded pest_generator v2.8.6
10332026-06-02T23:39:55.281Z Downloaded sigpipe v0.1.3
10342026-06-02T23:39:55.281Z Downloaded drift v0.2.0
10352026-06-02T23:39:55.284Z Downloaded structmeta-derive v0.3.0
10362026-06-02T23:39:55.287Z Downloaded serial_test v3.4.0
10372026-06-02T23:39:55.287Z Downloaded rustls-native-certs v0.8.3
10382026-06-02T23:39:55.290Z Downloaded rusty-fork v0.3.1
10392026-06-02T23:39:55.290Z Downloaded rustls-pemfile v2.2.0
10402026-06-02T23:39:55.290Z Downloaded schemars_derive v0.8.22
10412026-06-02T23:39:55.293Z Downloaded rand_core v0.10.1
10422026-06-02T23:39:55.293Z Downloaded poly1305 v0.8.0
10432026-06-02T23:39:55.296Z Downloaded tagptr v0.2.0
10442026-06-02T23:39:55.296Z Downloaded structmeta v0.3.0
10452026-06-02T23:39:55.296Z Downloaded scroll v0.12.0
10462026-06-02T23:39:55.299Z Downloaded resolv-conf v0.7.6
10472026-06-02T23:39:55.299Z Downloaded proc-macro-error2 v2.0.1
10482026-06-02T23:39:55.299Z Downloaded termtree v0.5.1
10492026-06-02T23:39:55.302Z Downloaded serde_tokenstream v0.2.3
10502026-06-02T23:39:55.303Z Downloaded thread-id v5.1.0
10512026-06-02T23:39:55.305Z Downloaded strum v0.27.2
10522026-06-02T23:39:55.308Z Downloaded half v2.7.1
10532026-06-02T23:39:55.308Z Downloaded testing_table v0.3.0
10542026-06-02T23:39:55.311Z Downloaded rustversion v1.0.22
10552026-06-02T23:39:55.311Z Downloaded take_mut v0.2.2
10562026-06-02T23:39:55.311Z Downloaded tabled_derive v0.7.0
10572026-06-02T23:39:55.314Z Downloaded spin v0.5.2
10582026-06-02T23:39:55.314Z Downloaded smawk v0.3.2
10592026-06-02T23:39:55.314Z Downloaded postcard v1.1.3
10602026-06-02T23:39:55.318Z Downloaded backon v1.6.0
10612026-06-02T23:39:55.318Z Downloaded time-core v0.1.8
10622026-06-02T23:39:55.321Z Downloaded thread-id v4.2.2
10632026-06-02T23:39:55.321Z Downloaded bitflags v2.11.1
10642026-06-02T23:39:55.324Z Downloaded slog-stdlog v4.1.1
10652026-06-02T23:39:55.324Z Downloaded slog-dtrace v0.3.0
10662026-06-02T23:39:55.324Z Downloaded papergrid v0.17.0
10672026-06-02T23:39:55.327Z Downloaded papergrid v0.11.0
10682026-06-02T23:39:55.333Z Downloaded thiserror-impl-no-std v2.0.2
10692026-06-02T23:39:55.333Z Downloaded cargo_toml v0.22.3
10702026-06-02T23:39:55.336Z Downloaded async-compression v0.4.42
10712026-06-02T23:39:55.336Z Downloaded omicron-zone-package v0.12.2
10722026-06-02T23:39:55.341Z Downloaded icu_locale_core v2.2.0
10732026-06-02T23:39:55.344Z Downloaded topological-sort v0.2.2
10742026-06-02T23:39:55.344Z Downloaded slog-async v2.8.0
10752026-06-02T23:39:55.344Z Downloaded serde_derive_internals v0.29.1
10762026-06-02T23:39:55.344Z Downloaded indicatif v0.18.4
10772026-06-02T23:39:55.347Z Downloaded typify-macro v0.4.3
10782026-06-02T23:39:55.347Z Downloaded slog-json v2.6.1
10792026-06-02T23:39:55.350Z Downloaded slog-term v2.9.2
10802026-06-02T23:39:55.350Z Downloaded unit-prefix v0.5.2
10812026-06-02T23:39:55.350Z Downloaded smf v0.2.3
10822026-06-02T23:39:55.353Z Downloaded scroll v0.13.0
10832026-06-02T23:39:55.353Z Downloaded untrusted v0.7.1
10842026-06-02T23:39:55.353Z Downloaded universal-hash v0.5.1
10852026-06-02T23:39:55.353Z Downloaded rhai_codegen v3.1.0
10862026-06-02T23:39:55.357Z Downloaded slog-bunyan v2.5.0
10872026-06-02T23:39:55.362Z Downloaded tabwriter v1.4.1
10882026-06-02T23:39:55.362Z Downloaded tabled_derive v0.11.0
10892026-06-02T23:39:55.362Z Downloaded usdt-attr-macro v0.5.0
10902026-06-02T23:39:55.365Z Downloaded strum v0.26.3
10912026-06-02T23:39:55.365Z Downloaded serde_plain v1.0.2
10922026-06-02T23:39:55.365Z Downloaded elliptic-curve v0.13.8
10932026-06-02T23:39:55.365Z Downloaded chacha20poly1305 v0.10.1
10942026-06-02T23:39:55.369Z Downloaded usdt v0.6.0
10952026-06-02T23:39:55.369Z Downloaded usdt-macro v0.5.0
10962026-06-02T23:39:55.369Z Downloaded usdt-attr-macro v0.6.0
10972026-06-02T23:39:55.369Z Downloaded progenitor-impl v0.10.0
10982026-06-02T23:39:55.373Z Downloaded wait-timeout v0.2.1
10992026-06-02T23:39:55.373Z Downloaded usdt-macro v0.6.0
11002026-06-02T23:39:55.373Z Downloaded stable_deref_trait v1.2.1
11012026-06-02T23:39:55.373Z Downloaded slog-scope v4.4.1
11022026-06-02T23:39:55.373Z Downloaded usdt v0.5.0
11032026-06-02T23:39:55.373Z Downloaded arc-swap v1.9.1
11042026-06-02T23:39:55.376Z Downloaded progenitor-impl v0.14.0
11052026-06-02T23:39:55.376Z Downloaded thiserror-no-std v2.0.2
11062026-06-02T23:39:55.379Z Downloaded progenitor-impl v0.13.0
11072026-06-02T23:39:55.382Z Downloaded progenitor-impl v0.11.2
11082026-06-02T23:39:55.382Z Downloaded waitgroup v0.1.2
11092026-06-02T23:39:55.382Z Downloaded synstructure v0.13.2
11102026-06-02T23:39:55.385Z Downloaded utf-8 v0.7.6
11112026-06-02T23:39:55.385Z Downloaded strum_macros v0.26.4
11122026-06-02T23:39:55.385Z Downloaded heapless v0.8.0
11132026-06-02T23:39:55.389Z Downloaded crypto-bigint v0.5.5
11142026-06-02T23:39:55.392Z Downloaded tokio-dtrace v0.1.1
11152026-06-02T23:39:55.392Z Downloaded pest_meta v2.8.6
11162026-06-02T23:39:55.396Z Downloaded base64 v0.21.7
11172026-06-02T23:39:55.396Z Downloaded const_format v0.2.36
11182026-06-02T23:39:55.399Z Downloaded tokio-tungstenite v0.21.0
11192026-06-02T23:39:55.402Z Downloaded cc v1.2.62
11202026-06-02T23:39:55.402Z Downloaded zone_cfg_derive v0.3.1
11212026-06-02T23:39:55.402Z Downloaded crossbeam-channel v0.5.15
11222026-06-02T23:39:55.405Z Downloaded zerofrom v0.1.8
11232026-06-02T23:39:55.405Z Downloaded tiny-keccak v2.0.2
11242026-06-02T23:39:55.408Z Downloaded icu_normalizer_data v2.2.0
11252026-06-02T23:39:55.408Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-06-02T23:39:55.411Z Downloaded time-macros v0.2.27
11272026-06-02T23:39:55.411Z Downloaded konst v0.2.20
11282026-06-02T23:39:55.414Z Downloaded zerofrom-derive v0.1.7
11292026-06-02T23:39:55.415Z Downloaded typify-macro v0.6.2
11302026-06-02T23:39:55.415Z Downloaded smartstring v1.0.1
11312026-06-02T23:39:55.417Z Downloaded prettyplease v0.2.37
11322026-06-02T23:39:55.417Z Downloaded schemars v0.8.22
11332026-06-02T23:39:55.423Z Downloaded zone v0.3.1
11342026-06-02T23:39:55.426Z Downloaded zeroize_derive v1.4.3
11352026-06-02T23:39:55.426Z Downloaded usdt-impl v0.6.0
11362026-06-02T23:39:55.426Z Downloaded strum_macros v0.27.2
11372026-06-02T23:39:55.429Z Downloaded iddqd v0.3.18
11382026-06-02T23:39:55.433Z Downloaded pretty_assertions v1.4.1
11392026-06-02T23:39:55.433Z Downloaded unarray v0.1.4
11402026-06-02T23:39:55.433Z Downloaded term v1.2.1
11412026-06-02T23:39:55.436Z Downloaded tinystr v0.8.3
11422026-06-02T23:39:55.436Z Downloaded yoke-derive v0.8.2
11432026-06-02T23:39:55.439Z Downloaded tokio-rustls v0.25.0
11442026-06-02T23:39:55.439Z Downloaded walkdir v2.5.0
11452026-06-02T23:39:55.439Z Downloaded vsss-rs v3.3.4
11462026-06-02T23:39:55.442Z Downloaded thin-vec v0.2.18
11472026-06-02T23:39:55.442Z Downloaded similar v2.7.0
11482026-06-02T23:39:55.446Z Downloaded hickory-resolver v0.24.4
11492026-06-02T23:39:55.449Z Downloaded darling_core v0.23.0
11502026-06-02T23:39:55.452Z Downloaded rayon-core v1.13.0
11512026-06-02T23:39:55.452Z Downloaded hickory-resolver v0.25.2
11522026-06-02T23:39:55.455Z Downloaded serde_with_macros v3.20.0
11532026-06-02T23:39:55.455Z Downloaded xz2 v0.1.7
11542026-06-02T23:39:55.458Z Downloaded whoami v1.6.1
11552026-06-02T23:39:55.458Z Downloaded rustls-platform-verifier v0.7.0
11562026-06-02T23:39:55.461Z Downloaded shlex v1.3.0
11572026-06-02T23:39:55.461Z Downloaded ucd-trie v0.1.7
11582026-06-02T23:39:55.461Z Downloaded paste v1.0.15
11592026-06-02T23:39:55.465Z Downloaded minimal-lexical v0.2.1
11602026-06-02T23:39:55.468Z Downloaded test-strategy v0.4.5
11612026-06-02T23:39:55.468Z Downloaded sdd v3.0.10
11622026-06-02T23:39:55.468Z Downloaded hyper v1.9.0
11632026-06-02T23:39:55.474Z Downloaded zerovec-derive v0.11.3
11642026-06-02T23:39:55.477Z Downloaded snafu-derive v0.8.9
11652026-06-02T23:39:55.477Z Downloaded spin v0.9.8
11662026-06-02T23:39:55.477Z Downloaded usdt-impl v0.5.0
11672026-06-02T23:39:55.477Z Downloaded oxide-tokio-rt v0.1.6
11682026-06-02T23:39:55.486Z Downloaded bytecount v0.6.9
11692026-06-02T23:39:55.486Z Downloaded toml v0.9.12+spec-1.1.0
11702026-06-02T23:39:55.490Z Downloaded writeable v0.6.3
11712026-06-02T23:39:55.490Z Downloaded byte-wrapper v0.1.0
11722026-06-02T23:39:55.490Z Downloaded git-stub v1.0.0
11732026-06-02T23:39:55.490Z Downloaded foreign-types-macros v0.2.3
11742026-06-02T23:39:55.490Z Downloaded erased-serde v0.3.31
11752026-06-02T23:39:55.490Z Downloaded byteorder v1.5.0
11762026-06-02T23:39:55.490Z Downloaded arrayvec v0.7.6
11772026-06-02T23:39:55.490Z Downloaded derive-ex v0.1.8
11782026-06-02T23:39:55.490Z Downloaded num-rational v0.4.2
11792026-06-02T23:39:55.493Z Downloaded yoke v0.8.2
11802026-06-02T23:39:55.493Z Downloaded memchr v2.8.0
11812026-06-02T23:39:55.493Z Downloaded defmt-macros v1.1.0
11822026-06-02T23:39:55.497Z Downloaded idna_adapter v1.2.2
11832026-06-02T23:39:55.497Z Downloaded const-random v0.1.18
11842026-06-02T23:39:55.497Z Downloaded chacha20 v0.9.1
11852026-06-02T23:39:55.500Z Downloaded hubpack_derive v0.1.1
11862026-06-02T23:39:55.500Z Downloaded jiff-static v0.2.24
11872026-06-02T23:39:55.500Z Downloaded zerocopy-derive v0.7.35
11882026-06-02T23:39:55.503Z Downloaded typify v0.4.3
11892026-06-02T23:39:55.506Z Downloaded socket2 v0.6.3
11902026-06-02T23:39:55.506Z Downloaded uuid v1.23.1
11912026-06-02T23:39:55.509Z Downloaded serde_yaml v0.9.34+deprecated
11922026-06-02T23:39:55.509Z Downloaded rand v0.8.6
11932026-06-02T23:39:55.512Z Downloaded tar v0.4.45
11942026-06-02T23:39:55.515Z Downloaded schemars v0.9.0
11952026-06-02T23:39:55.519Z Downloaded typify v0.6.2
11962026-06-02T23:39:55.522Z Downloaded toml_edit v0.25.11+spec-1.1.0
11972026-06-02T23:39:55.524Z Downloaded tungstenite v0.21.0
11982026-06-02T23:39:55.527Z Downloaded toml v0.7.8
11992026-06-02T23:39:55.527Z Downloaded steno v0.4.1
12002026-06-02T23:39:55.530Z Downloaded slog v2.8.2
12012026-06-02T23:39:55.534Z Downloaded snafu v0.8.9
12022026-06-02T23:39:55.537Z Downloaded qorb v0.4.1
12032026-06-02T23:39:55.540Z Downloaded yansi v1.0.1
12042026-06-02T23:39:55.540Z Downloaded rand v0.10.1
12052026-06-02T23:39:55.543Z Downloaded pest v2.8.6
12062026-06-02T23:39:55.543Z Downloaded nom v7.1.3
12072026-06-02T23:39:55.546Z Downloaded mio v1.2.0
12082026-06-02T23:39:55.550Z Downloaded expectorate v1.2.0
12092026-06-02T23:39:55.553Z Downloaded gethostname v0.5.0
12102026-06-02T23:39:55.553Z Downloaded unsafe-libyaml v0.2.11
12112026-06-02T23:39:55.553Z Downloaded fxhash v0.2.1
12122026-06-02T23:39:55.556Z Downloaded schemars v1.2.1
12132026-06-02T23:39:55.562Z Downloaded base16ct v0.2.0
12142026-06-02T23:39:55.565Z Downloaded toml_edit v0.19.15
12152026-06-02T23:39:55.573Z Downloaded typed-path v0.9.3
12162026-06-02T23:39:55.576Z Downloaded aws-lc-rs v1.17.0
12172026-06-02T23:39:55.581Z Downloaded nom v8.0.0
12182026-06-02T23:39:55.584Z Downloaded zerotrie v0.2.4
12192026-06-02T23:39:55.587Z Downloaded typenum v1.20.0
12202026-06-02T23:39:55.590Z Downloaded zerocopy-derive v0.8.48
12212026-06-02T23:39:55.593Z Downloaded dropshot-api-manager v0.7.2
12222026-06-02T23:39:55.596Z Downloaded unicode-segmentation v1.13.2
12232026-06-02T23:39:55.601Z Downloaded dunce v1.0.5
12242026-06-02T23:39:55.601Z Downloaded foreign-types-shared v0.3.1
12252026-06-02T23:39:55.601Z Downloaded defmt v0.3.100
12262026-06-02T23:39:55.604Z Downloaded crucible-workspace-hack v0.1.0
12272026-06-02T23:39:55.604Z Downloaded base16ct v1.0.0
12282026-06-02T23:39:55.604Z Downloaded async-stream v0.3.6
12292026-06-02T23:39:55.604Z Downloaded hostname v0.3.1
12302026-06-02T23:39:55.604Z Downloaded libm v0.2.16
12312026-06-02T23:39:55.608Z Downloaded cstr-argument v0.1.2
12322026-06-02T23:39:55.611Z Downloaded hubpack v0.1.2
12332026-06-02T23:39:55.611Z Downloaded float-ord v0.3.2
12342026-06-02T23:39:55.611Z Downloaded olpc-cjson v0.1.4
12352026-06-02T23:39:55.611Z Downloaded num_enum_derive v0.5.11
12362026-06-02T23:39:55.611Z Downloaded num-iter v0.1.45
12372026-06-02T23:39:55.615Z Downloaded autocfg v1.5.0
12382026-06-02T23:39:55.615Z Downloaded async-trait v0.1.89
12392026-06-02T23:39:55.618Z Downloaded scc v2.4.0
12402026-06-02T23:39:55.618Z Downloaded hashbrown v0.16.1
12412026-06-02T23:39:55.621Z Downloaded zerovec v0.11.6
12422026-06-02T23:39:55.624Z Downloaded hkdf v0.12.4
12432026-06-02T23:39:55.627Z Downloaded allocator-api2 v0.2.21
12442026-06-02T23:39:55.627Z Downloaded hostname v0.4.2
12452026-06-02T23:39:55.630Z Downloaded hashbrown v0.12.3
12462026-06-02T23:39:55.630Z Downloaded dof v0.4.0
12472026-06-02T23:39:55.633Z Downloaded crossbeam-utils v0.8.21
12482026-06-02T23:39:55.633Z Downloaded convert_case v0.4.0
12492026-06-02T23:39:55.633Z Downloaded tough v0.22.0
12502026-06-02T23:39:55.637Z Downloaded constant_time_eq v0.4.2
12512026-06-02T23:39:55.640Z Downloaded dof v0.3.0
12522026-06-02T23:39:55.643Z Downloaded blake3 v1.8.5
12532026-06-02T23:39:55.647Z Downloaded icu_properties_data v2.2.0
12542026-06-02T23:39:55.652Z Downloaded serde_with v3.20.0
12552026-06-02T23:39:55.659Z Downloaded zerocopy v0.7.35
12562026-06-02T23:39:55.671Z Downloaded tower-http v0.6.10
12572026-06-02T23:39:55.674Z Downloaded proptest v1.11.0
12582026-06-02T23:39:55.679Z Downloaded winnow v0.5.40
12592026-06-02T23:39:55.682Z Downloaded goblin v0.8.2
12602026-06-02T23:39:55.685Z Downloaded serde_json v1.0.149
12612026-06-02T23:39:55.690Z Downloaded time v0.3.47
12622026-06-02T23:39:55.696Z Downloaded rustls-webpki v0.102.8
12632026-06-02T23:39:55.707Z Downloaded tabled v0.15.0
12642026-06-02T23:39:55.716Z Downloaded moka v0.12.15
12652026-06-02T23:39:55.720Z Downloaded reqwest v0.13.3
12662026-06-02T23:39:55.724Z Downloaded rayon v1.12.0
12672026-06-02T23:39:55.729Z Downloaded goblin v0.10.5
12682026-06-02T23:39:55.733Z Downloaded tabled v0.20.0
12692026-06-02T23:39:55.743Z Downloaded zerocopy v0.8.48
12702026-06-02T23:39:55.753Z Downloaded smoltcp v0.11.0
12712026-06-02T23:39:55.759Z Downloaded syn v1.0.109
12722026-06-02T23:39:55.765Z Downloaded rustls v0.22.4
12732026-06-02T23:39:55.773Z Downloaded nix v0.31.3
12742026-06-02T23:39:55.778Z Downloaded regress v0.11.1
12752026-06-02T23:39:55.783Z Downloaded openapiv3 v2.2.0
12762026-06-02T23:39:55.790Z Downloaded regress v0.10.5
12772026-06-02T23:39:55.794Z Downloaded rhai v1.24.0
12782026-06-02T23:39:55.801Z Downloaded hickory-proto v0.24.4
12792026-06-02T23:39:55.809Z Downloaded typify-impl v0.4.3
12802026-06-02T23:39:55.816Z Downloaded hickory-proto v0.25.2
12812026-06-02T23:39:55.825Z Downloaded typify-impl v0.6.2
12822026-06-02T23:39:55.842Z Downloaded sled v0.34.7
12832026-06-02T23:39:55.866Z Downloaded chrono-tz v0.10.4
12842026-06-02T23:39:55.888Z Downloaded csv v1.4.0
12852026-06-02T23:39:55.897Z Downloaded sha3 v0.10.9
12862026-06-02T23:39:55.901Z Downloaded petgraph v0.6.5
12872026-06-02T23:39:55.911Z Downloaded jiff v0.2.24
12882026-06-02T23:39:55.921Z Downloaded lzma-sys v0.1.20
12892026-06-02T23:39:55.950Z Downloaded encoding_rs v0.8.35
12902026-06-02T23:39:56.454Z Downloaded aws-lc-sys v0.41.0
12912026-06-02T23:39:57.397Z Compiling proc-macro2 v1.0.106
12922026-06-02T23:39:57.397Z Compiling quote v1.0.45
12932026-06-02T23:39:57.397Z Compiling unicode-ident v1.0.24
12942026-06-02T23:39:57.397Z Compiling serde_core v1.0.228
12952026-06-02T23:39:57.397Z Compiling cfg-if v1.0.4
12962026-06-02T23:39:57.402Z Compiling serde v1.0.228
12972026-06-02T23:39:57.402Z Compiling libc v0.2.186
12982026-06-02T23:39:57.402Z Compiling memchr v2.8.0
12992026-06-02T23:39:57.612Z Compiling itoa v1.0.18
13002026-06-02T23:39:57.797Z Compiling zmij v1.0.21
13012026-06-02T23:39:57.822Z Compiling autocfg v1.5.0
13022026-06-02T23:39:57.886Z Compiling libm v0.2.16
13032026-06-02T23:39:58.168Z Compiling stable_deref_trait v1.2.1
13042026-06-02T23:39:58.194Z Compiling version_check v0.9.5
13052026-06-02T23:39:58.240Z Compiling litemap v0.8.2
13062026-06-02T23:39:58.363Z Compiling writeable v0.6.3
13072026-06-02T23:39:58.410Z Compiling icu_normalizer_data v2.2.0
13082026-06-02T23:39:58.421Z Compiling utf8_iter v1.0.4
13092026-06-02T23:39:58.431Z Compiling icu_properties_data v2.2.0
13102026-06-02T23:39:58.463Z Compiling percent-encoding v2.3.2
13112026-06-02T23:39:58.568Z Compiling iana-time-zone v0.1.65
13122026-06-02T23:39:58.659Z Compiling equivalent v1.0.2
13132026-06-02T23:39:58.745Z Compiling syn v2.0.117
13142026-06-02T23:39:58.756Z Compiling form_urlencoded v1.2.2
13152026-06-02T23:39:58.785Z Compiling pin-project-lite v0.2.17
13162026-06-02T23:39:58.818Z Compiling serde_json v1.0.149
13172026-06-02T23:39:58.841Z Compiling parking_lot_core v0.9.12
13182026-06-02T23:39:58.874Z Compiling dyn-clone v1.0.20
13192026-06-02T23:39:58.887Z Compiling scopeguard v1.2.0
13202026-06-02T23:39:58.926Z Compiling num-traits v0.2.19
13212026-06-02T23:39:58.988Z Compiling lock_api v0.4.14
13222026-06-02T23:39:59.009Z Compiling thiserror v2.0.18
13232026-06-02T23:39:59.104Z Compiling hashbrown v0.17.1
13242026-06-02T23:39:59.145Z Compiling rand_core v0.10.1
13252026-06-02T23:39:59.216Z Compiling getrandom v0.4.2
13262026-06-02T23:39:59.294Z Compiling errno v0.3.14
13272026-06-02T23:39:59.411Z Compiling log v0.4.29
13282026-06-02T23:39:59.439Z Compiling jobserver v0.1.34
13292026-06-02T23:39:59.555Z Compiling heck v0.5.0
13302026-06-02T23:39:59.592Z Compiling find-msvc-tools v0.1.9
13312026-06-02T23:39:59.660Z Compiling semver v1.0.28
13322026-06-02T23:39:59.753Z Compiling indexmap v2.14.0
13332026-06-02T23:39:59.789Z Compiling shlex v1.3.0
13342026-06-02T23:39:59.810Z Compiling futures-core v0.3.32
13352026-06-02T23:39:59.951Z Compiling cc v1.2.62
13362026-06-02T23:39:59.959Z Compiling zerocopy v0.8.48
13372026-06-02T23:39:59.968Z Compiling uuid v1.23.1
13382026-06-02T23:40:00.004Z Compiling futures-sink v0.3.32
13392026-06-02T23:40:00.101Z Compiling slab v0.4.12
13402026-06-02T23:40:00.277Z Compiling schemars v0.8.22
13412026-06-02T23:40:00.374Z Compiling fnv v1.0.7
13422026-06-02T23:40:00.385Z Compiling rustversion v1.0.22
13432026-06-02T23:40:00.396Z Compiling futures-channel v0.3.32
13442026-06-02T23:40:00.469Z Compiling bitflags v2.11.1
13452026-06-02T23:40:00.549Z Compiling futures-io v0.3.32
13462026-06-02T23:40:00.612Z Compiling futures-task v0.3.32
13472026-06-02T23:40:00.701Z Compiling socket2 v0.6.3
13482026-06-02T23:40:00.705Z Compiling portable-atomic v1.13.1
13492026-06-02T23:40:00.779Z Compiling signal-hook-registry v1.4.8
13502026-06-02T23:40:00.819Z Compiling mio v1.2.0
13512026-06-02T23:40:00.994Z Compiling critical-section v1.2.0
13522026-06-02T23:40:01.074Z Compiling getrandom v0.2.17
13532026-06-02T23:40:01.098Z Compiling typenum v1.20.0
13542026-06-02T23:40:01.136Z Compiling subtle v2.6.1
13552026-06-02T23:40:01.186Z Compiling untrusted v0.9.0
13562026-06-02T23:40:01.257Z Compiling base64 v0.22.1
13572026-06-02T23:40:01.299Z Compiling byteorder v1.5.0
13582026-06-02T23:40:01.309Z Compiling strsim v0.11.1
13592026-06-02T23:40:01.323Z Compiling rustix v1.1.4
13602026-06-02T23:40:01.350Z Compiling slog v2.8.2
13612026-06-02T23:40:01.532Z Compiling rand_core v0.6.4
13622026-06-02T23:40:01.620Z Compiling synstructure v0.13.2
13632026-06-02T23:40:01.657Z Compiling serde_derive_internals v0.29.1
13642026-06-02T23:40:01.702Z Compiling once_cell v1.21.4
13652026-06-02T23:40:01.767Z Compiling regex-syntax v0.8.10
13662026-06-02T23:40:01.791Z Compiling cmake v0.1.58
13672026-06-02T23:40:01.811Z Compiling dunce v1.0.5
13682026-06-02T23:40:01.903Z Compiling fs_extra v1.3.0
13692026-06-02T23:40:01.914Z Compiling atomic-waker v1.1.2
13702026-06-02T23:40:01.942Z Compiling ipnet v2.12.0
13712026-06-02T23:40:02.036Z Compiling httparse v1.10.1
13722026-06-02T23:40:02.131Z Compiling tower-service v0.3.3
13732026-06-02T23:40:02.134Z Compiling tower-layer v0.3.3
13742026-06-02T23:40:02.164Z Compiling aws-lc-sys v0.41.0
13752026-06-02T23:40:02.223Z Compiling generic-array v0.14.7
13762026-06-02T23:40:02.301Z Compiling ryu v1.0.23
13772026-06-02T23:40:02.413Z Compiling try-lock v0.2.5
13782026-06-02T23:40:02.469Z Compiling ucd-trie v0.1.7
13792026-06-02T23:40:02.485Z Compiling thiserror v1.0.69
13802026-06-02T23:40:02.502Z Compiling getrandom v0.3.4
13812026-06-02T23:40:02.513Z Compiling want v0.3.1
13822026-06-02T23:40:02.682Z Compiling pest v2.8.6
13832026-06-02T23:40:02.766Z Compiling httpdate v1.0.3
13842026-06-02T23:40:02.793Z Compiling pretty-hex v0.4.2
13852026-06-02T23:40:02.822Z Compiling serde_derive v1.0.228
13862026-06-02T23:40:02.846Z Compiling zerofrom-derive v0.1.7
13872026-06-02T23:40:02.930Z Compiling yoke-derive v0.8.2
13882026-06-02T23:40:02.980Z Compiling zerovec-derive v0.11.3
13892026-06-02T23:40:03.017Z Compiling displaydoc v0.2.5
13902026-06-02T23:40:03.080Z Compiling schemars_derive v0.8.22
13912026-06-02T23:40:03.804Z Compiling tokio-macros v2.7.0
13922026-06-02T23:40:03.993Z Compiling thiserror-impl v2.0.18
13932026-06-02T23:40:04.056Z Compiling zerocopy-derive v0.8.48
13942026-06-02T23:40:04.079Z Compiling zerofrom v0.1.8
13952026-06-02T23:40:04.121Z Compiling zeroize_derive v1.4.3
13962026-06-02T23:40:04.197Z Compiling yoke v0.8.2
13972026-06-02T23:40:04.314Z Compiling futures-macro v0.3.32
13982026-06-02T23:40:04.383Z Compiling zerovec v0.11.6
13992026-06-02T23:40:04.496Z Compiling zerotrie v0.2.4
14002026-06-02T23:40:04.809Z Compiling thiserror-impl v1.0.69
14012026-06-02T23:40:04.820Z Compiling zeroize v1.8.2
14022026-06-02T23:40:04.933Z Compiling tinystr v0.8.3
14032026-06-02T23:40:05.017Z Compiling potential_utf v0.1.5
14042026-06-02T23:40:05.116Z Compiling icu_locale_core v2.2.0
14052026-06-02T23:40:05.156Z Compiling icu_collections v2.2.0
14062026-06-02T23:40:05.177Z Compiling futures-util v0.3.32
14072026-06-02T23:40:05.677Z Compiling pest_meta v2.8.6
14082026-06-02T23:40:05.841Z Compiling icu_provider v2.2.0
14092026-06-02T23:40:05.982Z Compiling bytes v1.11.1
14102026-06-02T23:40:06.049Z Compiling smallvec v1.15.1
14112026-06-02T23:40:06.165Z Compiling icu_properties v2.2.0
14122026-06-02T23:40:06.189Z Compiling chrono v0.4.44
14132026-06-02T23:40:06.273Z Compiling icu_normalizer v2.2.0
14142026-06-02T23:40:06.928Z Compiling parking_lot v0.12.5
14152026-06-02T23:40:06.994Z Compiling http v1.4.0
14162026-06-02T23:40:07.006Z Compiling serde_tokenstream v0.2.3
14172026-06-02T23:40:07.287Z Compiling idna_adapter v1.2.2
14182026-06-02T23:40:07.338Z Compiling tokio v1.52.3
14192026-06-02T23:40:07.389Z Compiling idna v1.1.0
14202026-06-02T23:40:07.432Z Compiling erased-serde v0.3.31
14212026-06-02T23:40:07.652Z Compiling http-body v1.0.1
14222026-06-02T23:40:07.752Z Compiling url v2.5.8
14232026-06-02T23:40:07.802Z Compiling pest_generator v2.8.6
14242026-06-02T23:40:08.003Z Compiling winnow v1.0.3
14252026-06-02T23:40:08.180Z Compiling plain v0.2.3
14262026-06-02T23:40:08.334Z Compiling ppv-lite86 v0.2.21
14272026-06-02T23:40:08.413Z Compiling pest_derive v2.8.6
14282026-06-02T23:40:08.450Z Compiling allocator-api2 v0.2.21
14292026-06-02T23:40:08.623Z Compiling paste v1.0.15
14302026-06-02T23:40:08.645Z Compiling foldhash v0.2.0
14312026-06-02T23:40:08.773Z Compiling crypto-common v0.1.7
14322026-06-02T23:40:08.874Z Compiling hashbrown v0.16.1
14332026-06-02T23:40:08.904Z Compiling tracing-attributes v0.1.31
14342026-06-02T23:40:08.961Z Compiling tracing-core v0.1.36
14352026-06-02T23:40:08.973Z Compiling ident_case v1.0.1
14362026-06-02T23:40:09.081Z Compiling ipnetwork v0.21.1
14372026-06-02T23:40:09.092Z Compiling omicron-workspace-hack v0.1.0
14382026-06-02T23:40:09.309Z Compiling oxnet v0.1.5
14392026-06-02T23:40:09.505Z Compiling http-body-util v0.1.3
14402026-06-02T23:40:09.561Z Compiling serde_urlencoded v0.7.1
14412026-06-02T23:40:09.738Z Compiling aho-corasick v1.1.4
14422026-06-02T23:40:09.760Z Compiling sync_wrapper v1.0.2
14432026-06-02T23:40:09.802Z Compiling rustls-pki-types v1.14.1
14442026-06-02T23:40:09.818Z Compiling daft-derive v0.1.7
14452026-06-02T23:40:10.113Z Compiling tracing v0.1.44
14462026-06-02T23:40:10.227Z Compiling fastrand v2.4.1
14472026-06-02T23:40:10.347Z Compiling scroll_derive v0.13.1
14482026-06-02T23:40:10.483Z Compiling async-trait v0.1.89
14492026-06-02T23:40:10.578Z Compiling regex-automata v0.4.14
14502026-06-02T23:40:11.036Z Compiling tokio-util v0.7.18
14512026-06-02T23:40:11.039Z Compiling ring v0.17.14
14522026-06-02T23:40:11.201Z Compiling time-core v0.1.8
14532026-06-02T23:40:11.340Z Compiling powerfmt v0.2.0
14542026-06-02T23:40:11.465Z Compiling num-conv v0.2.1
14552026-06-02T23:40:11.601Z Compiling cpufeatures v0.2.17
14562026-06-02T23:40:11.614Z Compiling anyhow v1.0.102
14572026-06-02T23:40:11.628Z Compiling time-macros v0.2.27
14582026-06-02T23:40:11.822Z Compiling deranged v0.5.8
14592026-06-02T23:40:12.141Z Compiling scroll v0.13.0
14602026-06-02T23:40:12.405Z Compiling regex v1.12.3
14612026-06-02T23:40:12.614Z Compiling block-buffer v0.10.4
14622026-06-02T23:40:12.762Z Compiling hex v0.4.3
14632026-06-02T23:40:12.792Z Compiling openssl-probe v0.2.1
14642026-06-02T23:40:12.878Z Compiling num_threads v0.1.7
14652026-06-02T23:40:12.990Z Compiling digest v0.10.7
14662026-06-02T23:40:12.995Z Compiling goblin v0.10.5
14672026-06-02T23:40:13.130Z Compiling camino v1.2.2
14682026-06-02T23:40:13.485Z Compiling usdt-impl v0.6.0
14692026-06-02T23:40:13.503Z Compiling crc32fast v1.5.0
14702026-06-02T23:40:13.841Z Compiling h2 v0.4.14
14712026-06-02T23:40:13.891Z Compiling dtrace-parser v0.3.0
14722026-06-02T23:40:13.924Z Compiling futures-executor v0.3.32
14732026-06-02T23:40:14.159Z Compiling crossbeam-utils v0.8.21
14742026-06-02T23:40:14.203Z Compiling aws-lc-rs v1.17.0
14752026-06-02T23:40:14.514Z Compiling structmeta-derive v0.3.0
14762026-06-02T23:40:14.675Z Compiling thread-id v5.1.0
14772026-06-02T23:40:14.758Z Compiling simd-adler32 v0.3.9
14782026-06-02T23:40:14.894Z Compiling adler2 v2.0.1
14792026-06-02T23:40:14.950Z Compiling rustls v0.22.4
14802026-06-02T23:40:15.021Z Compiling miniz_oxide v0.8.9
14812026-06-02T23:40:15.559Z Compiling structmeta v0.3.0
14822026-06-02T23:40:15.620Z Compiling dof v0.4.0
14832026-06-02T23:40:15.667Z Compiling futures v0.3.32
14842026-06-02T23:40:15.676Z Compiling rand_core v0.9.5
14852026-06-02T23:40:15.679Z Compiling darling_core v0.23.0
14862026-06-02T23:40:15.738Z Compiling newtype-uuid-macros v0.1.0
14872026-06-02T23:40:15.752Z Compiling thread_local v1.1.9
14882026-06-02T23:40:15.885Z Compiling hyper v1.9.0
14892026-06-02T23:40:16.020Z Compiling untrusted v0.7.1
14902026-06-02T23:40:16.143Z Compiling match_cfg v0.1.0
14912026-06-02T23:40:16.212Z Compiling flate2 v1.1.9
14922026-06-02T23:40:16.894Z Compiling newtype-uuid v1.3.2
14932026-06-02T23:40:17.032Z Compiling hyper-util v0.1.20
14942026-06-02T23:40:17.248Z Compiling quick-error v1.2.3
14952026-06-02T23:40:17.326Z Compiling ref-cast v1.0.25
14962026-06-02T23:40:17.353Z Compiling slog-async v2.8.0
14972026-06-02T23:40:17.654Z Compiling rustls v0.23.40
14982026-06-02T23:40:17.677Z Compiling compression-core v0.4.32
14992026-06-02T23:40:17.828Z Compiling compression-codecs v0.4.38
15002026-06-02T23:40:17.831Z Compiling darling_macro v0.23.0
15012026-06-02T23:40:17.858Z Compiling usdt-attr-macro v0.6.0
15022026-06-02T23:40:17.876Z Compiling usdt-macro v0.6.0
15032026-06-02T23:40:18.018Z Compiling daft v0.1.7
15042026-06-02T23:40:18.083Z Compiling rand_chacha v0.9.0
15052026-06-02T23:40:18.286Z Compiling strum_macros v0.26.4
15062026-06-02T23:40:18.433Z Compiling darling v0.23.0
15072026-06-02T23:40:18.515Z Compiling ref-cast-impl v1.0.25
15082026-06-02T23:40:18.526Z Compiling serde_spanned v1.1.1
15092026-06-02T23:40:18.620Z Compiling multer v3.1.0
15102026-06-02T23:40:18.670Z Compiling debug-ignore v1.0.5
15112026-06-02T23:40:18.762Z Compiling take_mut v0.2.2
15122026-06-02T23:40:18.773Z Compiling toml_writer v1.1.1+spec-1.1.0
15132026-06-02T23:40:18.870Z Compiling term v1.2.1
15142026-06-02T23:40:18.983Z Compiling bit-vec v0.8.0
15152026-06-02T23:40:19.021Z Compiling serde_with_macros v3.20.0
15162026-06-02T23:40:19.058Z Compiling rand v0.9.4
15172026-06-02T23:40:19.212Z Compiling bit-set v0.8.0
15182026-06-02T23:40:19.234Z Compiling async-stream-impl v0.3.6
15192026-06-02T23:40:19.372Z Compiling dropshot v0.17.0
15202026-06-02T23:40:19.572Z Compiling encoding_rs v0.8.35
15212026-06-02T23:40:19.608Z Compiling spin v0.9.8
15222026-06-02T23:40:19.658Z Compiling syn v1.0.109
15232026-06-02T23:40:19.721Z Compiling unarray v0.1.4
15242026-06-02T23:40:19.828Z Compiling mime v0.3.17
15252026-06-02T23:40:19.876Z Compiling async-stream v0.3.6
15262026-06-02T23:40:19.933Z Compiling strum v0.26.3
15272026-06-02T23:40:20.050Z Compiling derive-ex v0.1.8
15282026-06-02T23:40:20.061Z Compiling tower v0.5.3
15292026-06-02T23:40:20.078Z Compiling dropshot_endpoint v0.17.0
15302026-06-02T23:40:20.100Z Compiling macaddr v1.0.1
15312026-06-02T23:40:20.145Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15322026-06-02T23:40:20.157Z Compiling waitgroup v0.1.2
15332026-06-02T23:40:20.288Z Compiling serde_path_to_error v0.1.20
15342026-06-02T23:40:20.634Z Compiling tower-http v0.6.10
15352026-06-02T23:40:20.637Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15362026-06-02T23:40:21.024Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15372026-06-02T23:40:21.047Z Compiling tempfile v3.27.0
15382026-06-02T23:40:21.238Z Compiling openapiv3 v2.2.0
15392026-06-02T23:40:21.545Z Compiling strum_macros v0.27.2
15402026-06-02T23:40:21.685Z Compiling test-strategy v0.4.5
15412026-06-02T23:40:21.780Z Compiling instant v0.1.13
15422026-06-02T23:40:21.887Z Compiling time v0.3.47
15432026-06-02T23:40:22.368Z Compiling rustls-native-certs v0.8.3
15442026-06-02T23:40:22.715Z Compiling rustc-hash v2.1.2
15452026-06-02T23:40:22.887Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15462026-06-02T23:40:23.162Z Compiling crossbeam-channel v0.5.15
15472026-06-02T23:40:23.405Z Compiling strum v0.27.2
15482026-06-02T23:40:23.615Z Compiling parse-display-derive v0.10.0
15492026-06-02T23:40:24.007Z Compiling backon v1.6.0
15502026-06-02T23:40:24.207Z Compiling rand_chacha v0.3.1
15512026-06-02T23:40:24.221Z Compiling rustls-webpki v0.102.8
15522026-06-02T23:40:24.825Z Compiling rand v0.8.6
15532026-06-02T23:40:25.104Z Compiling slog-json v2.6.1
15542026-06-02T23:40:25.126Z Compiling hostname v0.3.1
15552026-06-02T23:40:25.257Z Compiling toml_parser v1.1.2+spec-1.1.0
15562026-06-02T23:40:25.260Z Compiling toml_datetime v1.1.1+spec-1.1.0
15572026-06-02T23:40:25.301Z Compiling is-terminal v0.4.17
15582026-06-02T23:40:25.396Z Compiling memmap2 v0.9.10
15592026-06-02T23:40:25.475Z Compiling wait-timeout v0.2.1
15602026-06-02T23:40:25.573Z Compiling either v1.15.0
15612026-06-02T23:40:25.608Z Compiling rusty-fork v0.3.1
15622026-06-02T23:40:25.770Z Compiling toml v1.1.2+spec-1.1.0
15632026-06-02T23:40:25.770Z Compiling usdt v0.6.0
15642026-06-02T23:40:25.792Z Compiling slog-term v2.9.2
15652026-06-02T23:40:25.943Z Compiling slog-bunyan v2.5.0
15662026-06-02T23:40:26.052Z Compiling serde_with v3.20.0
15672026-06-02T23:40:26.075Z Compiling async-compression v0.4.42
15682026-06-02T23:40:26.386Z Compiling rand_xorshift v0.4.0
15692026-06-02T23:40:26.398Z Compiling sha1 v0.10.6
15702026-06-02T23:40:26.517Z Compiling rustls-pemfile v2.2.0
15712026-06-02T23:40:26.574Z Compiling tokio-rustls v0.25.0
15722026-06-02T23:40:26.662Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15732026-06-02T23:40:26.715Z Compiling regress v0.10.5
15742026-06-02T23:40:26.802Z Compiling hostname v0.4.2
15752026-06-02T23:40:27.159Z Compiling proptest v1.11.0
15762026-06-02T23:40:28.146Z Compiling iddqd v0.3.18
15772026-06-02T23:40:28.803Z Compiling reqwest v0.12.28
15782026-06-02T23:40:28.824Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15792026-06-02T23:40:29.268Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15802026-06-02T23:40:29.295Z Compiling utf8parse v0.2.2
15812026-06-02T23:40:29.406Z Compiling anstyle-parse v1.0.0
15822026-06-02T23:40:29.592Z Compiling itertools v0.14.0
15832026-06-02T23:40:29.849Z Compiling progenitor-client v0.10.0
15842026-06-02T23:40:30.125Z Compiling backoff v0.4.0
15852026-06-02T23:40:30.339Z Compiling parse-display v0.10.0
15862026-06-02T23:40:30.582Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15872026-06-02T23:40:30.675Z Compiling anstyle v1.0.14
15882026-06-02T23:40:30.847Z Compiling is_terminal_polyfill v1.70.2
15892026-06-02T23:40:30.901Z Compiling anstyle-query v1.1.5
15902026-06-02T23:40:30.940Z Compiling colorchoice v1.0.5
15912026-06-02T23:40:31.006Z Compiling clap_lex v1.1.0
15922026-06-02T23:40:31.052Z Compiling anstream v1.0.0
15932026-06-02T23:40:31.653Z Compiling regress v0.11.1
15942026-06-02T23:40:31.775Z Compiling clap_derive v4.6.1
15952026-06-02T23:40:32.408Z Compiling terminal_size v0.4.4
15962026-06-02T23:40:33.256Z Compiling typify-impl v0.6.2
15972026-06-02T23:40:33.493Z Compiling toml_datetime v0.6.11
15982026-06-02T23:40:33.651Z Compiling zerocopy-derive v0.7.35
15992026-06-02T23:40:33.772Z Compiling convert_case v0.4.0
16002026-06-02T23:40:34.071Z Compiling derive_more v0.99.20
16012026-06-02T23:40:34.529Z Compiling zerocopy v0.7.35
16022026-06-02T23:40:34.618Z Compiling clap_builder v4.6.0
16032026-06-02T23:40:35.229Z Compiling toml_edit v0.25.11+spec-1.1.0
16042026-06-02T23:40:35.890Z Compiling unicode-width v0.2.2
16052026-06-02T23:40:36.177Z Compiling proc-macro-crate v3.5.0
16062026-06-02T23:40:36.244Z Compiling clap v4.6.1
16072026-06-02T23:40:36.618Z Compiling secrecy v0.10.3
16082026-06-02T23:40:36.778Z Compiling tinyvec_macros v0.1.1
16092026-06-02T23:40:36.790Z Compiling float-ord v0.3.2
16102026-06-02T23:40:36.803Z Compiling crucible-workspace-hack v0.1.0
16112026-06-02T23:40:36.867Z Compiling tinyvec v1.11.0
16122026-06-02T23:40:36.900Z Compiling num_enum_derive v0.7.6
16132026-06-02T23:40:37.552Z Compiling dtrace-parser v0.2.0
16142026-06-02T23:40:37.689Z Compiling scroll_derive v0.12.1
16152026-06-02T23:40:37.948Z Compiling rustc_version v0.4.1
16162026-06-02T23:40:38.223Z Compiling num-integer v0.1.46
16172026-06-02T23:40:38.268Z Compiling usdt-impl v0.5.0
16182026-06-02T23:40:38.418Z Compiling scroll v0.12.0
16192026-06-02T23:40:38.454Z Compiling curve25519-dalek v4.1.3
16202026-06-02T23:40:38.550Z Compiling num_enum v0.7.6
16212026-06-02T23:40:38.887Z Compiling dof v0.3.0
16222026-06-02T23:40:39.218Z Compiling hmac v0.12.1
16232026-06-02T23:40:39.230Z Compiling darling_core v0.21.3
16242026-06-02T23:40:39.305Z Compiling inout v0.1.4
16252026-06-02T23:40:39.359Z Compiling ff v0.13.1
16262026-06-02T23:40:39.372Z Compiling thread-id v4.2.2
16272026-06-02T23:40:39.373Z Compiling hkdf v0.12.4
16282026-06-02T23:40:39.417Z Compiling cipher v0.4.4
16292026-06-02T23:40:39.433Z Compiling group v0.13.0
16302026-06-02T23:40:39.625Z Compiling typify-macro v0.6.2
16312026-06-02T23:40:40.151Z Compiling goblin v0.8.2
16322026-06-02T23:40:40.205Z Compiling num-iter v0.1.45
16332026-06-02T23:40:40.205Z Compiling num-rational v0.4.2
16342026-06-02T23:40:40.397Z Compiling thiserror-impl-no-std v2.0.2
16352026-06-02T23:40:40.418Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16362026-06-02T23:40:40.735Z Compiling crossbeam-epoch v0.9.18
16372026-06-02T23:40:41.082Z Compiling universal-hash v0.5.1
16382026-06-02T23:40:41.189Z Compiling half v2.7.1
16392026-06-02T23:40:41.212Z Compiling crypto-bigint v0.5.5
16402026-06-02T23:40:41.343Z Compiling darling_macro v0.21.3
16412026-06-02T23:40:41.474Z Compiling curve25519-dalek-derive v0.1.1
16422026-06-02T23:40:41.496Z Compiling num-complex v0.4.6
16432026-06-02T23:40:41.805Z Compiling typify v0.6.2
16442026-06-02T23:40:42.609Z Compiling base16ct v0.2.0
16452026-06-02T23:40:42.632Z Compiling opaque-debug v0.3.1
16462026-06-02T23:40:42.632Z Compiling ciborium-io v0.2.2
16472026-06-02T23:40:42.632Z Compiling base64ct v1.8.3
16482026-06-02T23:40:42.632Z Compiling poly1305 v0.8.0
16492026-06-02T23:40:42.632Z Compiling ciborium-ll v0.2.2
16502026-06-02T23:40:42.632Z Compiling password-hash v0.5.0
16512026-06-02T23:40:42.632Z Compiling elliptic-curve v0.13.8
16522026-06-02T23:40:42.846Z Compiling darling v0.21.3
16532026-06-02T23:40:42.891Z Compiling num v0.4.3
16542026-06-02T23:40:42.960Z Compiling thiserror-no-std v2.0.2
16552026-06-02T23:40:43.405Z Compiling chacha20 v0.9.1
16562026-06-02T23:40:43.460Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16572026-06-02T23:40:43.824Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16582026-06-02T23:40:44.216Z Compiling blake2 v0.10.6
16592026-06-02T23:40:44.219Z Compiling byte-wrapper v0.1.0
16602026-06-02T23:40:44.256Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16612026-06-02T23:40:44.575Z Compiling aead v0.5.2
16622026-06-02T23:40:44.587Z Compiling proc-macro-error-attr v1.0.4
16632026-06-02T23:40:44.750Z Compiling keccak v0.1.6
16642026-06-02T23:40:44.820Z Compiling unsafe-libyaml v0.2.11
16652026-06-02T23:40:44.872Z Compiling rustix v0.38.44
16662026-06-02T23:40:44.988Z Compiling prettyplease v0.2.37
16672026-06-02T23:40:45.236Z Compiling heapless v0.8.0
16682026-06-02T23:40:45.317Z Compiling serde_yaml v0.9.34+deprecated
16692026-06-02T23:40:45.693Z Compiling sha3 v0.10.9
16702026-06-02T23:40:46.055Z Compiling chacha20poly1305 v0.10.1
16712026-06-02T23:40:46.499Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16722026-06-02T23:40:46.575Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16732026-06-02T23:40:46.743Z Compiling argon2 v0.5.3
16742026-06-02T23:40:47.024Z Compiling vsss-rs v3.3.4
16752026-06-02T23:40:47.200Z Compiling ingot-macros v0.1.1
16762026-06-02T23:40:47.273Z Compiling ciborium v0.2.2
16772026-06-02T23:40:48.341Z Compiling usdt-macro v0.5.0
16782026-06-02T23:40:48.679Z Compiling usdt-attr-macro v0.5.0
16792026-06-02T23:40:49.126Z Compiling rustls-webpki v0.103.13
16802026-06-02T23:40:50.338Z Compiling serde_spanned v0.6.9
16812026-06-02T23:40:50.353Z Compiling enum-as-inner v0.6.1
16822026-06-02T23:40:50.487Z Compiling hash32 v0.3.1
16832026-06-02T23:40:50.644Z Compiling proc-macro-error v1.0.4
16842026-06-02T23:40:50.699Z Compiling memmap v0.7.0
16852026-06-02T23:40:50.929Z Compiling static_assertions v1.1.0
16862026-06-02T23:40:50.938Z Compiling winnow v0.5.40
16872026-06-02T23:40:50.948Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16882026-06-02T23:40:50.961Z Compiling indent_write v2.2.0
16892026-06-02T23:40:51.096Z Compiling data-encoding v2.11.0
16902026-06-02T23:40:51.152Z Compiling smoltcp v0.11.0
16912026-06-02T23:40:51.203Z Compiling winnow v0.7.15
16922026-06-02T23:40:51.375Z Compiling toml_write v0.1.2
16932026-06-02T23:40:51.635Z Compiling usdt v0.5.0
16942026-06-02T23:40:51.913Z Compiling ingot-types v0.1.2
16952026-06-02T23:40:51.998Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16962026-06-02T23:40:52.246Z Compiling toml_edit v0.19.15
16972026-06-02T23:40:52.328Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16982026-06-02T23:40:52.342Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16992026-06-02T23:40:52.576Z Compiling toml_edit v0.22.27
17002026-06-02T23:40:52.781Z Compiling tokio-rustls v0.26.4
17012026-06-02T23:40:52.890Z Compiling rustls-platform-verifier v0.7.0
17022026-06-02T23:40:53.054Z Compiling hyper-rustls v0.27.9
17032026-06-02T23:40:53.358Z Compiling reqwest v0.13.3
17042026-06-02T23:40:53.723Z Compiling tabwriter v1.4.1
17052026-06-02T23:40:54.121Z Compiling cobs v0.3.0
17062026-06-02T23:40:54.264Z Compiling serde_repr v0.1.20
17072026-06-02T23:40:54.326Z Compiling memoffset v0.9.1
17082026-06-02T23:40:54.339Z Compiling cfg_aliases v0.2.1
17092026-06-02T23:40:54.412Z Compiling pkg-config v0.3.33
17102026-06-02T23:40:54.584Z Compiling progenitor-client v0.14.0
17112026-06-02T23:40:54.866Z Compiling progenitor-extras v0.2.0
17122026-06-02T23:40:54.889Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17132026-06-02T23:40:55.111Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17142026-06-02T23:40:55.168Z Compiling bitflags v1.3.2
17152026-06-02T23:40:55.259Z Compiling vcpkg v0.2.15
17162026-06-02T23:40:55.812Z Compiling managed v0.8.0
17172026-06-02T23:40:55.845Z Compiling openssl-sys v0.9.116
17182026-06-02T23:40:56.071Z Compiling nix v0.31.3
17192026-06-02T23:40:56.156Z Compiling postcard v1.1.3
17202026-06-02T23:40:56.472Z Compiling toml v0.8.23
17212026-06-02T23:40:56.554Z Compiling proc-macro-crate v1.3.1
17222026-06-02T23:40:57.187Z Compiling ingot v0.1.1
17232026-06-02T23:40:57.198Z Compiling hubpack_derive v0.1.1
17242026-06-02T23:40:57.669Z Compiling foreign-types-macros v0.2.3
17252026-06-02T23:40:57.759Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17262026-06-02T23:40:58.033Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17272026-06-02T23:40:58.052Z Compiling semver v0.1.20
17282026-06-02T23:40:58.064Z Compiling swrite v0.1.0
17292026-06-02T23:40:58.156Z Compiling unicode-segmentation v1.13.2
17302026-06-02T23:40:58.278Z Compiling resolv-conf v0.7.6
17312026-06-02T23:40:58.308Z Compiling cpufeatures v0.3.0
17322026-06-02T23:40:58.342Z Compiling rayon-core v1.13.0
17332026-06-02T23:40:58.386Z Compiling heck v0.4.1
17342026-06-02T23:40:58.575Z Compiling colored v3.1.1
17352026-06-02T23:40:58.587Z Compiling linked-hash-map v0.5.6
17362026-06-02T23:40:58.597Z Compiling foreign-types-shared v0.3.1
17372026-06-02T23:40:58.674Z Compiling foreign-types v0.5.0
17382026-06-02T23:40:58.686Z Compiling newline-converter v0.3.0
17392026-06-02T23:40:58.752Z Compiling lru-cache v0.1.2
17402026-06-02T23:40:58.766Z Compiling chacha20 v0.10.0
17412026-06-02T23:40:58.844Z Compiling rustc_version v0.1.7
17422026-06-02T23:40:58.876Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17432026-06-02T23:40:58.998Z Compiling hubpack v0.1.2
17442026-06-02T23:40:59.028Z Compiling num_enum_derive v0.5.11
17452026-06-02T23:40:59.115Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17462026-06-02T23:40:59.149Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17472026-06-02T23:40:59.190Z Compiling atomicwrites v0.4.4
17482026-06-02T23:40:59.336Z Compiling hickory-proto v0.24.4
17492026-06-02T23:41:00.060Z Compiling progenitor-impl v0.13.0
17502026-06-02T23:41:00.776Z Compiling crossbeam-deque v0.8.6
17512026-06-02T23:41:00.976Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17522026-06-02T23:41:01.190Z Compiling console v0.15.11
17532026-06-02T23:41:01.284Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17542026-06-02T23:41:01.634Z Compiling camino-tempfile v1.4.1
17552026-06-02T23:41:01.836Z Compiling serde-big-array v0.5.1
17562026-06-02T23:41:01.931Z Compiling num-derive v0.4.2
17572026-06-02T23:41:01.985Z Compiling pin-project-internal v1.1.13
17582026-06-02T23:41:02.085Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17592026-06-02T23:41:02.182Z Compiling derive-where v1.6.1
17602026-06-02T23:41:02.636Z Compiling cstr-argument v0.1.2
17612026-06-02T23:41:02.721Z Compiling minimal-lexical v0.2.1
17622026-06-02T23:41:02.790Z Compiling similar v2.7.0
17632026-06-02T23:41:02.921Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17642026-06-02T23:41:02.979Z Compiling siphasher v1.0.3
17652026-06-02T23:41:03.126Z Compiling pin-project v1.1.13
17662026-06-02T23:41:03.170Z Compiling phf_shared v0.12.1
17672026-06-02T23:41:03.182Z Compiling nom v7.1.3
17682026-06-02T23:41:03.201Z Compiling expectorate v1.2.0
17692026-06-02T23:41:03.220Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17702026-06-02T23:41:03.353Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17712026-06-02T23:41:03.496Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17722026-06-02T23:41:03.499Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17732026-06-02T23:41:03.614Z Compiling hickory-resolver v0.24.4
17742026-06-02T23:41:03.721Z Compiling progenitor-macro v0.13.0
17752026-06-02T23:41:03.842Z Compiling num_enum v0.5.11
17762026-06-02T23:41:03.957Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17772026-06-02T23:41:04.511Z Compiling newtype_derive v0.1.6
17782026-06-02T23:41:04.530Z Compiling rand v0.10.1
17792026-06-02T23:41:04.761Z Compiling progenitor-client v0.13.0
17802026-06-02T23:41:05.198Z Compiling progenitor-impl v0.14.0
17812026-06-02T23:41:05.661Z Compiling unicode-normalization v0.1.25
17822026-06-02T23:41:06.140Z Compiling tokio-stream v0.1.18
17832026-06-02T23:41:06.238Z Compiling snafu-derive v0.8.9
17842026-06-02T23:41:06.369Z Compiling async-recursion v1.1.1
17852026-06-02T23:41:06.458Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17862026-06-02T23:41:06.648Z Compiling slog-dtrace v0.3.0
17872026-06-02T23:41:06.804Z Compiling bstr v1.12.1
17882026-06-02T23:41:06.899Z Compiling csv-core v0.1.13
17892026-06-02T23:41:07.089Z Compiling chrono-tz v0.10.4
17902026-06-02T23:41:07.167Z Compiling cancel-safe-futures v0.1.5
17912026-06-02T23:41:07.316Z Compiling foreign-types-shared v0.1.1
17922026-06-02T23:41:07.330Z Compiling highway v1.3.0
17932026-06-02T23:41:07.411Z Compiling unicode-xid v0.2.6
17942026-06-02T23:41:07.433Z Compiling openssl v0.10.80
17952026-06-02T23:41:07.537Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17962026-06-02T23:41:07.724Z Compiling foldhash v0.1.5
17972026-06-02T23:41:07.736Z Compiling same-file v1.0.6
17982026-06-02T23:41:07.904Z Compiling unicode-width v0.1.14
17992026-06-02T23:41:07.904Z Compiling konst_macro_rules v0.2.19
18002026-06-02T23:41:08.081Z Compiling owo-colors v4.3.0
18012026-06-02T23:41:08.092Z Compiling snafu v0.8.9
18022026-06-02T23:41:08.194Z Compiling konst v0.2.20
18032026-06-02T23:41:08.434Z Compiling hashbrown v0.15.5
18042026-06-02T23:41:08.478Z Compiling walkdir v2.5.0
18052026-06-02T23:41:08.526Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18062026-06-02T23:41:08.696Z Compiling const_format_proc_macros v0.2.34
18072026-06-02T23:41:08.865Z Compiling foreign-types v0.3.2
18082026-06-02T23:41:08.876Z Compiling progenitor-macro v0.14.0
18092026-06-02T23:41:08.955Z Compiling globset v0.4.18
18102026-06-02T23:41:08.971Z Compiling csv v1.4.0
18112026-06-02T23:41:08.985Z Compiling progenitor v0.13.0
18122026-06-02T23:41:09.229Z Compiling qorb v0.4.1
18132026-06-02T23:41:09.525Z Compiling olpc-cjson v0.1.4
18142026-06-02T23:41:09.543Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18152026-06-02T23:41:09.795Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18162026-06-02T23:41:10.491Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18172026-06-02T23:41:11.051Z Compiling rayon v1.12.0
18182026-06-02T23:41:11.404Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18192026-06-02T23:41:11.468Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18202026-06-02T23:41:11.609Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18212026-06-02T23:41:11.825Z Compiling phf v0.12.1
18222026-06-02T23:41:11.980Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18232026-06-02T23:41:12.258Z Compiling zone_cfg_derive v0.3.1
18242026-06-02T23:41:12.942Z Compiling tokio-dtrace v0.1.1
18252026-06-02T23:41:12.945Z Compiling itertools v0.12.1
18262026-06-02T23:41:12.978Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18272026-06-02T23:41:12.989Z Compiling libsw-core v0.3.2
18282026-06-02T23:41:13.158Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18292026-06-02T23:41:13.176Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18302026-06-02T23:41:13.208Z Compiling serde_plain v1.0.2
18312026-06-02T23:41:13.415Z Compiling openssl-macros v0.1.1
18322026-06-02T23:41:13.552Z Compiling pem v3.0.6
18332026-06-02T23:41:13.768Z Compiling cookie v0.18.1
18342026-06-02T23:41:13.907Z Compiling sigpipe v0.1.3
18352026-06-02T23:41:13.919Z Compiling bytecount v0.6.9
18362026-06-02T23:41:13.944Z Compiling fixedbitset v0.4.2
18372026-06-02T23:41:13.992Z Compiling typed-path v0.9.3
18382026-06-02T23:41:14.014Z Compiling glob v0.3.3
18392026-06-02T23:41:14.037Z Compiling fixedbitset v0.5.7
18402026-06-02T23:41:14.050Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18412026-06-02T23:41:14.168Z Compiling jiff v0.2.24
18422026-06-02T23:41:14.171Z Compiling progenitor v0.14.0
18432026-06-02T23:41:14.301Z Compiling petgraph v0.8.3
18442026-06-02T23:41:14.313Z Compiling petgraph v0.6.5
18452026-06-02T23:41:14.365Z Compiling zone v0.3.1
18462026-06-02T23:41:14.496Z Compiling papergrid v0.11.0
18472026-06-02T23:41:15.208Z Compiling tough v0.22.0
18482026-06-02T23:41:15.837Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18492026-06-02T23:41:16.113Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18502026-06-02T23:41:16.284Z Compiling oxide-tokio-rt v0.1.6
18512026-06-02T23:41:16.364Z Compiling libsw v3.5.0
18522026-06-02T23:41:16.570Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-06-02T23:41:16.586Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18542026-06-02T23:41:16.673Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18552026-06-02T23:41:17.656Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18562026-06-02T23:41:17.817Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18572026-06-02T23:41:17.936Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18582026-06-02T23:41:18.254Z Compiling const_format v0.2.36
18592026-06-02T23:41:18.260Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18602026-06-02T23:41:18.840Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18612026-06-02T23:41:18.885Z Compiling tabled_derive v0.7.0
18622026-06-02T23:41:19.058Z Compiling gethostname v0.5.0
18632026-06-02T23:41:19.111Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18642026-06-02T23:41:19.182Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18652026-06-02T23:41:19.231Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18662026-06-02T23:41:19.243Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-06-02T23:41:19.300Z Compiling smf v0.2.3
18682026-06-02T23:41:19.320Z Compiling bcs v0.1.6
18692026-06-02T23:41:19.636Z Compiling nom v8.0.0
18702026-06-02T23:41:19.809Z Compiling whoami v1.6.1
18712026-06-02T23:41:19.819Z Compiling unicode-linebreak v0.1.5
18722026-06-02T23:41:19.858Z Compiling linear-map v1.2.0
18732026-06-02T23:41:19.904Z Compiling smawk v0.3.2
18742026-06-02T23:41:20.042Z Compiling tagptr v0.2.0
18752026-06-02T23:41:20.042Z Compiling termtree v0.5.1
18762026-06-02T23:41:20.064Z Compiling crunchy v0.2.4
18772026-06-02T23:41:20.116Z Compiling lazy_static v1.5.0
18782026-06-02T23:41:20.191Z Compiling steno v0.4.1
18792026-06-02T23:41:20.191Z Compiling moka v0.12.15
18802026-06-02T23:41:20.216Z Compiling textwrap v0.16.2
18812026-06-02T23:41:20.375Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-06-02T23:41:20.748Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18832026-06-02T23:41:21.339Z Compiling tabled v0.15.0
18842026-06-02T23:41:21.353Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18852026-06-02T23:41:22.038Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18862026-06-02T23:41:22.104Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18872026-06-02T23:41:22.931Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18882026-06-02T23:41:23.507Z Compiling hickory-proto v0.25.2
18892026-06-02T23:41:23.899Z Compiling humantime v2.3.0
18902026-06-02T23:41:24.182Z Compiling tiny-keccak v2.0.2
18912026-06-02T23:41:24.210Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18922026-06-02T23:41:24.436Z Compiling parking_lot_core v0.8.6
18932026-06-02T23:41:24.667Z Compiling libscf-sys v1.2.0
18942026-06-02T23:41:24.752Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18952026-06-02T23:41:24.814Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18962026-06-02T23:41:25.097Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18972026-06-02T23:41:25.359Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18982026-06-02T23:41:25.468Z Compiling hickory-resolver v0.25.2
18992026-06-02T23:41:25.550Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19002026-06-02T23:41:25.667Z Compiling const-random-macro v0.1.16
19012026-06-02T23:41:25.934Z Compiling smartstring v1.0.1
19022026-06-02T23:41:25.946Z Compiling ahash v0.8.12
19032026-06-02T23:41:26.078Z Compiling const-random v0.1.18
19042026-06-02T23:41:26.153Z Compiling parking_lot v0.11.2
19052026-06-02T23:41:26.522Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19062026-06-02T23:41:26.613Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19072026-06-02T23:41:26.653Z Compiling fxhash v0.2.1
19082026-06-02T23:41:26.792Z Compiling internet-checksum v0.2.1
19092026-06-02T23:41:26.848Z Compiling sled v0.34.7
19102026-06-02T23:41:27.225Z Compiling thin-vec v0.2.18
19112026-06-02T23:41:27.369Z Compiling rhai_codegen v3.1.0
19122026-06-02T23:41:27.533Z Compiling sdd v3.0.10
19132026-06-02T23:41:27.573Z Compiling serial_test_derive v3.4.0
19142026-06-02T23:41:27.796Z Compiling scc v2.4.0
19152026-06-02T23:41:27.875Z Compiling diff v0.1.13
19162026-06-02T23:41:28.172Z Compiling yansi v1.0.1
19172026-06-02T23:41:28.494Z Compiling pretty_assertions v1.4.1
19182026-06-02T23:41:28.598Z Compiling rhai v1.24.0
19192026-06-02T23:41:28.977Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19202026-06-02T23:41:29.034Z Compiling serial_test v3.4.0
19212026-06-02T23:41:31.093Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19222026-06-02T23:41:39.293Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19232026-06-02T23:41:40.913Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19242026-06-02T23:41:41.947Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19252026-06-02T23:41:43.001Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19262026-06-02T23:41:43.770Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19272026-06-02T23:41:44.903Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19282026-06-02T23:42:17.963Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
19292026-06-02T23:42:18.145Z────────────
19302026-06-02T23:42:18.145Z Nextest run ID f490776f-48fd-4d4c-a1a0-c9b6063d028f with nextest profile: default
19312026-06-02T23:42:18.145Z Starting 150 tests across 3 binaries
19322026-06-02T23:42:18.155Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19332026-06-02T23:42:18.158Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19342026-06-02T23:42:18.158Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19352026-06-02T23:42:18.158Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19362026-06-02T23:42:18.158Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19372026-06-02T23:42:18.158Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19382026-06-02T23:42:18.158Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19392026-06-02T23:42:18.158Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19402026-06-02T23:42:18.164Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19412026-06-02T23:42:18.164Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19422026-06-02T23:42:18.168Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19432026-06-02T23:42:18.168Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19442026-06-02T23:42:18.168Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19452026-06-02T23:42:18.168Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19462026-06-02T23:42:18.168Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19472026-06-02T23:42:18.168Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19482026-06-02T23:42:18.173Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19492026-06-02T23:42:18.177Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19502026-06-02T23:42:18.177Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19512026-06-02T23:42:18.177Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19522026-06-02T23:42:18.177Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19532026-06-02T23:42:18.177Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19542026-06-02T23:42:18.177Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19552026-06-02T23:42:18.177Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19562026-06-02T23:42:18.182Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19572026-06-02T23:42:18.185Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19582026-06-02T23:42:18.185Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19592026-06-02T23:42:18.185Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19602026-06-02T23:42:18.185Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19612026-06-02T23:42:18.185Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19622026-06-02T23:42:18.185Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19632026-06-02T23:42:18.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19642026-06-02T23:42:18.192Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19652026-06-02T23:42:18.195Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19662026-06-02T23:42:18.195Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19672026-06-02T23:42:18.195Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19682026-06-02T23:42:18.195Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19692026-06-02T23:42:18.195Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19702026-06-02T23:42:18.195Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19712026-06-02T23:42:18.195Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19722026-06-02T23:42:18.200Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19732026-06-02T23:42:18.203Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19742026-06-02T23:42:18.203Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19752026-06-02T23:42:18.203Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19762026-06-02T23:42:18.203Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19772026-06-02T23:42:18.203Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19782026-06-02T23:42:18.203Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19792026-06-02T23:42:18.203Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19802026-06-02T23:42:18.210Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19812026-06-02T23:42:18.213Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19822026-06-02T23:42:18.213Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19832026-06-02T23:42:18.213Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19842026-06-02T23:42:18.213Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19852026-06-02T23:42:18.214Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19862026-06-02T23:42:18.214Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19872026-06-02T23:42:18.214Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19882026-06-02T23:42:18.220Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19892026-06-02T23:42:18.223Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19902026-06-02T23:42:18.223Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19912026-06-02T23:42:18.223Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19922026-06-02T23:42:18.223Z PASS [ 0.010s] bgp messages::tests::prefix_within
19932026-06-02T23:42:18.223Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19942026-06-02T23:42:18.223Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19952026-06-02T23:42:18.223Z PASS [ 0.011s] bgp messages::tests::prefix_conversion
19962026-06-02T23:42:18.229Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19972026-06-02T23:42:18.233Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19982026-06-02T23:42:18.233Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19992026-06-02T23:42:18.233Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20002026-06-02T23:42:18.233Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20012026-06-02T23:42:18.233Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20022026-06-02T23:42:18.233Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20032026-06-02T23:42:18.236Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20042026-06-02T23:42:18.238Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20052026-06-02T23:42:18.238Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20062026-06-02T23:42:18.241Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20072026-06-02T23:42:18.241Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20082026-06-02T23:42:18.241Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20092026-06-02T23:42:18.241Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20102026-06-02T23:42:18.242Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20112026-06-02T23:42:18.244Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20122026-06-02T23:42:18.248Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20132026-06-02T23:42:18.251Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
20142026-06-02T23:42:18.251Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20152026-06-02T23:42:18.251Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
20162026-06-02T23:42:18.263Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20172026-06-02T23:42:18.266Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
20182026-06-02T23:42:18.266Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
20192026-06-02T23:42:18.266Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20202026-06-02T23:42:18.266Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_roundtrip
20212026-06-02T23:42:18.266Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20222026-06-02T23:42:18.270Z PASS [ 0.022s] bgp policy::test::update_shape_community
20232026-06-02T23:42:18.280Z PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence
20242026-06-02T23:42:18.280Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20252026-06-02T23:42:18.283Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20262026-06-02T23:42:18.283Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20272026-06-02T23:42:18.283Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20282026-06-02T23:42:18.283Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20292026-06-02T23:42:18.283Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20302026-06-02T23:42:18.286Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20312026-06-02T23:42:18.294Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20322026-06-02T23:42:18.297Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20332026-06-02T23:42:18.297Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20342026-06-02T23:42:18.297Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20352026-06-02T23:42:18.300Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20362026-06-02T23:42:18.303Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20372026-06-02T23:42:18.306Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20382026-06-02T23:42:18.306Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
20392026-06-02T23:42:18.306Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20402026-06-02T23:42:18.309Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20412026-06-02T23:42:18.312Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20422026-06-02T23:42:18.312Z PASS [ 0.031s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20432026-06-02T23:42:18.312Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20442026-06-02T23:42:18.316Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20452026-06-02T23:42:18.316Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20462026-06-02T23:42:18.316Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20472026-06-02T23:42:18.316Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20482026-06-02T23:42:18.316Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20492026-06-02T23:42:18.319Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20502026-06-02T23:42:18.319Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20512026-06-02T23:42:18.324Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20522026-06-02T23:42:18.324Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20532026-06-02T23:42:21.383Z PASS [ 3.069s] bgp test::test_basic_peering_active
20542026-06-02T23:42:21.387Z PASS [ 3.068s] bgp test::test_basic_update_ipv6
20552026-06-02T23:42:21.389Z PASS [ 3.073s] bgp test::test_basic_peering_passive
20562026-06-02T23:42:21.390Z PASS [ 3.069s] bgp test::test_basic_update
20572026-06-02T23:42:21.392Z PASS [ 3.075s] bgp test::test_basic_peering_passive_tcp
20582026-06-02T23:42:21.405Z PASS [ 3.083s] bgp test::test_basic_update_tcp
20592026-06-02T23:42:21.405Z PASS [ 3.085s] bgp test::test_basic_update_ipv6_tcp
20602026-06-02T23:42:22.396Z PASS [ 4.082s] bgp test::test_basic_peering_active_tcp
20612026-06-02T23:42:24.467Z PASS [ 3.075s] bgp test::test_ipv6_basic_peering_active
20622026-06-02T23:42:24.482Z PASS [ 3.076s] bgp test::test_ipv6_basic_peering_passive
20632026-06-02T23:42:24.495Z PASS [ 3.090s] bgp test::test_ipv6_basic_peering_active_tcp
20642026-06-02T23:42:25.475Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_passive_tcp
20652026-06-02T23:42:25.479Z PASS [ 4.096s] bgp test::test_dual_stack_routes_ipv4_peer_success
20662026-06-02T23:42:25.479Z PASS [ 4.091s] bgp test::test_import_export_policy_filtering
20672026-06-02T23:42:25.481Z PASS [ 4.092s] bgp test::test_dual_stack_routes_ipv6_peer_success
20682026-06-02T23:42:25.481Z PASS [ 4.093s] bgp test::test_ipv4_routes_ipv6_peer_success
20692026-06-02T23:42:25.542Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20702026-06-02T23:42:26.573Z PASS [ 1.094s] bgp test::test_three_router_chain_tcp_ipv6
20712026-06-02T23:42:26.577Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp
20722026-06-02T23:42:27.317Z PASS [ 2.822s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20732026-06-02T23:42:27.538Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20742026-06-02T23:42:27.633Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
20752026-06-02T23:42:28.546Z PASS [ 4.079s] bgp test::test_ipv6_routes_ipv4_peer_success
20762026-06-02T23:42:29.570Z PASS [ 4.067s] bgp test::test_three_router_chain_unnumbered
20772026-06-02T23:42:30.542Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
20782026-06-02T23:42:32.379Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20792026-06-02T23:42:35.637Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20802026-06-02T23:42:36.600Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20812026-06-02T23:42:43.608Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20822026-06-02T23:42:43.609Z────────────
20832026-06-02T23:42:43.609Z Summary [ 25.463s] 150 tests run: 150 passed, 0 skipped
20842026-06-02T23:42:43.621Z+ 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/
20852026-06-02T23:42:43.627Z+ popd
20862026-06-02T23:42:43.627Z+ pushd mgd
20872026-06-02T23:42:43.627Z/work/oxidecomputer/maghemite
20882026-06-02T23:42:43.627Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20892026-06-02T23:42:43.627Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20902026-06-02T23:42:44.811Z Compiling slog v2.8.2
20912026-06-02T23:42:44.919Z Compiling usdt v0.6.0
20922026-06-02T23:42:45.010Z Compiling typify-impl v0.4.3
20932026-06-02T23:42:45.028Z Compiling proc-macro-error-attr2 v2.0.0
20942026-06-02T23:42:45.049Z Compiling papergrid v0.17.0
20952026-06-02T23:42:45.192Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
20962026-06-02T23:42:45.212Z Compiling testing_table v0.3.0
20972026-06-02T23:42:45.308Z Compiling slog-json v2.6.1
20982026-06-02T23:42:45.369Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20992026-06-02T23:42:45.468Z Compiling slog-async v2.8.0
21002026-06-02T23:42:45.515Z Compiling slog-term v2.9.2
21012026-06-02T23:42:45.669Z Compiling slog-bunyan v2.5.0
21022026-06-02T23:42:45.702Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21032026-06-02T23:42:45.805Z Compiling dropshot v0.17.0
21042026-06-02T23:42:45.950Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21052026-06-02T23:42:46.294Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21062026-06-02T23:42:46.416Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21072026-06-02T23:42:46.790Z Compiling slog-dtrace v0.3.0
21082026-06-02T23:42:47.063Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21092026-06-02T23:42:47.107Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21102026-06-02T23:42:47.188Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21112026-06-02T23:42:47.503Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21122026-06-02T23:42:48.819Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21132026-06-02T23:42:51.156Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21142026-06-02T23:42:51.232Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21152026-06-02T23:42:51.893Z Compiling steno v0.4.1
21162026-06-02T23:42:52.393Z Compiling typify-macro v0.4.3
21172026-06-02T23:42:52.536Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21182026-06-02T23:42:52.652Z Compiling proc-macro-error2 v2.0.1
21192026-06-02T23:42:52.929Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21202026-06-02T23:42:53.416Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21212026-06-02T23:42:53.464Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21222026-06-02T23:42:54.426Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21232026-06-02T23:42:54.961Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21242026-06-02T23:42:55.134Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21252026-06-02T23:42:55.174Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21262026-06-02T23:42:55.430Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21272026-06-02T23:42:55.974Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21282026-06-02T23:42:56.396Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21292026-06-02T23:42:56.632Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21302026-06-02T23:42:56.644Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21312026-06-02T23:42:56.663Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21322026-06-02T23:42:57.062Z Compiling typify v0.4.3
21332026-06-02T23:42:57.158Z Compiling progenitor-impl v0.11.2
21342026-06-02T23:42:57.295Z Compiling tabled_derive v0.11.0
21352026-06-02T23:42:57.482Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21362026-06-02T23:42:57.786Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21372026-06-02T23:42:58.180Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21382026-06-02T23:42:58.431Z Compiling tabled v0.20.0
21392026-06-02T23:42:58.834Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21402026-06-02T23:42:59.223Z Compiling progenitor-client v0.11.2
21412026-06-02T23:42:59.362Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21422026-06-02T23:42:59.509Z Compiling crc8 v0.1.1
21432026-06-02T23:42:59.524Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21442026-06-02T23:42:59.626Z Compiling dropshot-api-manager-types v0.7.2
21452026-06-02T23:43:00.362Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21462026-06-02T23:43:00.700Z Compiling progenitor-macro v0.11.2
21472026-06-02T23:43:01.848Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21482026-06-02T23:43:01.962Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21492026-06-02T23:43:02.777Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21502026-06-02T23:43:03.121Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21512026-06-02T23:43:04.090Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21522026-06-02T23:43:04.525Z Compiling progenitor v0.11.2
21532026-06-02T23:43:04.669Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21542026-06-02T23:43:05.727Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21552026-06-02T23:43:05.963Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21562026-06-02T23:43:11.477Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21572026-06-02T23:43:19.070Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21582026-06-02T23:43:20.692Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21592026-06-02T23:43:21.726Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21602026-06-02T23:43:22.798Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21612026-06-02T23:43:23.579Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21622026-06-02T23:43:24.756Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21632026-06-02T23:43:24.757Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21642026-06-02T23:43:24.760Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21652026-06-02T23:43:30.417Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21662026-06-02T23:44:00.279Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
21672026-06-02T23:44:00.292Z────────────
21682026-06-02T23:44:00.292Z Nextest run ID 4d2e1707-6ec1-4733-be6c-b5d2eee4c786 with nextest profile: default
21692026-06-02T23:44:00.292Z Starting 35 tests across 3 binaries
21702026-06-02T23:44:00.292Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21712026-06-02T23:44:00.292Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21722026-06-02T23:44:00.292Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21732026-06-02T23:44:00.292Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21742026-06-02T23:44:00.292Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
21752026-06-02T23:44:00.292Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_neighbors
21762026-06-02T23:44:00.293Z PASS [ 0.065s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
21772026-06-02T23:44:00.293Z PASS [ 0.065s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21782026-06-02T23:44:00.293Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21792026-06-02T23:44:00.293Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21802026-06-02T23:44:00.293Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21812026-06-02T23:44:00.293Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21822026-06-02T23:44:00.293Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21832026-06-02T23:44:00.293Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21842026-06-02T23:44:00.293Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21852026-06-02T23:44:00.293Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21862026-06-02T23:44:00.293Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21872026-06-02T23:44:00.293Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21882026-06-02T23:44:00.293Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21892026-06-02T23:44:00.293Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21902026-06-02T23:44:00.293Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21912026-06-02T23:44:00.293Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21922026-06-02T23:44:00.293Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21932026-06-02T23:44:00.294Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21942026-06-02T23:44:00.294Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21952026-06-02T23:44:00.294Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21962026-06-02T23:44:00.294Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21972026-06-02T23:44:00.294Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21982026-06-02T23:44:00.294Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21992026-06-02T23:44:00.294Z PASS [ 0.013s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22002026-06-02T23:44:00.294Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22012026-06-02T23:44:00.294Z PASS [ 0.013s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22022026-06-02T23:44:00.294Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22032026-06-02T23:44:00.294Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22042026-06-02T23:44:00.294Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22052026-06-02T23:44:00.294Z────────────
22062026-06-02T23:44:00.294Z Summary [ 0.121s] 35 tests run: 35 passed, 0 skipped
22072026-06-02T23:44:00.294Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_neighbors.log /work/
22082026-06-02T23:44:00.294Z+ popd
22092026-06-02T23:44:00.294Z/work/oxidecomputer/maghemite
22102026-06-02T23:44:00.294Zprocess exited: duration 437996 ms, exit code 0
 
22112026-06-02T23:44:00.329Zfound 69 output files
22122026-06-02T23:44:00.329Zuploading: /work/apply_change_peer_asn.log (6022 bytes)
22132026-06-02T23:44:01.355Zuploaded: /work/apply_change_peer_asn.log
22142026-06-02T23:44:01.355Zuploading: /work/apply_empty_removes_peers.log (11989 bytes)
22152026-06-02T23:44:02.370Zuploaded: /work/apply_empty_removes_peers.log
22162026-06-02T23:44:02.370Zuploading: /work/apply_remove_entire_group.log (8121 bytes)
22172026-06-02T23:44:03.380Zuploaded: /work/apply_remove_entire_group.log
22182026-06-02T23:44:03.380Zuploading: /work/delete_router_removes_neighbors.log (10908 bytes)
22192026-06-02T23:44:04.392Zuploaded: /work/delete_router_removes_neighbors.log
22202026-06-02T23:44:04.392Zuploading: /work/dualstack_routes.log (84787 bytes)
22212026-06-02T23:44:05.404Zuploaded: /work/dualstack_routes.log
22222026-06-02T23:44:05.404Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2427 bytes)
22232026-06-02T23:44:06.414Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22242026-06-02T23:44:06.414Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1436 bytes)
22252026-06-02T23:44:07.424Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22262026-06-02T23:44:07.424Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2234 bytes)
22272026-06-02T23:44:08.436Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22282026-06-02T23:44:08.436Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2271 bytes)
22292026-06-02T23:44:09.447Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22302026-06-02T23:44:09.447Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2191 bytes)
22312026-06-02T23:44:10.458Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22322026-06-02T23:44:10.458Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2020 bytes)
22332026-06-02T23:44:11.467Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22342026-06-02T23:44:11.467Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2945 bytes)
22352026-06-02T23:44:12.478Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22362026-06-02T23:44:12.478Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2280 bytes)
22372026-06-02T23:44:13.488Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22382026-06-02T23:44:13.488Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2344 bytes)
22392026-06-02T23:44:14.497Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22402026-06-02T23:44:14.498Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2164 bytes)
22412026-06-02T23:44:15.507Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22422026-06-02T23:44:15.507Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2264 bytes)
22432026-06-02T23:44:16.517Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22442026-06-02T23:44:16.517Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2465 bytes)
22452026-06-02T23:44:17.526Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22462026-06-02T23:44:17.527Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4646 bytes)
22472026-06-02T23:44:18.539Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22482026-06-02T23:44:18.539Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3562 bytes)
22492026-06-02T23:44:19.548Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22502026-06-02T23:44:19.548Zuploading: /work/multiple_unnumbered.log (141875 bytes)
22512026-06-02T23:44:20.562Zuploaded: /work/multiple_unnumbered.log
22522026-06-02T23:44:20.562Zuploading: /work/ndp_change_reset.log (69805 bytes)
22532026-06-02T23:44:21.576Zuploaded: /work/ndp_change_reset.log
22542026-06-02T23:44:21.576Zuploading: /work/ndp_changes.log (88886 bytes)
22552026-06-02T23:44:22.590Zuploaded: /work/ndp_changes.log
22562026-06-02T23:44:22.590Zuploading: /work/r1.test_basic_peering_active.log (40200 bytes)
22572026-06-02T23:44:23.602Zuploaded: /work/r1.test_basic_peering_active.log
22582026-06-02T23:44:23.602Zuploading: /work/r1.test_basic_peering_active_tcp.log (49140 bytes)
22592026-06-02T23:44:24.614Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22602026-06-02T23:44:24.614Zuploading: /work/r1.test_basic_peering_passive.log (33716 bytes)
22612026-06-02T23:44:25.625Zuploaded: /work/r1.test_basic_peering_passive.log
22622026-06-02T23:44:25.625Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39684 bytes)
22632026-06-02T23:44:26.636Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22642026-06-02T23:44:26.636Zuploading: /work/r1.test_basic_update.log (28272 bytes)
22652026-06-02T23:44:27.647Zuploaded: /work/r1.test_basic_update.log
22662026-06-02T23:44:27.647Zuploading: /work/r1.test_basic_update_ipv6.log (28520 bytes)
22672026-06-02T23:44:28.658Zuploaded: /work/r1.test_basic_update_ipv6.log
22682026-06-02T23:44:28.658Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31209 bytes)
22692026-06-02T23:44:29.669Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22702026-06-02T23:44:29.669Zuploading: /work/r1.test_basic_update_tcp.log (31333 bytes)
22712026-06-02T23:44:30.680Zuploaded: /work/r1.test_basic_update_tcp.log
22722026-06-02T23:44:30.681Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43626 bytes)
22732026-06-02T23:44:31.697Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22742026-06-02T23:44:31.697Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43916 bytes)
22752026-06-02T23:44:32.710Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22762026-06-02T23:44:32.710Zuploading: /work/r1.test_import_export_policy_filtering.log (42249 bytes)
22772026-06-02T23:44:33.720Zuploaded: /work/r1.test_import_export_policy_filtering.log
22782026-06-02T23:44:33.721Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35891 bytes)
22792026-06-02T23:44:34.732Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22802026-06-02T23:44:34.732Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40373 bytes)
22812026-06-02T23:44:35.744Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22822026-06-02T23:44:35.744Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45421 bytes)
22832026-06-02T23:44:36.754Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22842026-06-02T23:44:36.754Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33672 bytes)
22852026-06-02T23:44:37.765Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22862026-06-02T23:44:37.765Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39616 bytes)
22872026-06-02T23:44:38.776Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22882026-06-02T23:44:38.776Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35062 bytes)
22892026-06-02T23:44:39.786Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22902026-06-02T23:44:39.786Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29940 bytes)
22912026-06-02T23:44:40.798Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22922026-06-02T23:44:40.798Zuploading: /work/r1.test_three_router_chain_tcp.log (22546 bytes)
22932026-06-02T23:44:41.811Zuploaded: /work/r1.test_three_router_chain_tcp.log
22942026-06-02T23:44:41.811Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25929 bytes)
22952026-06-02T23:44:42.822Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22962026-06-02T23:44:42.822Zuploading: /work/r2.test_basic_peering_active.log (38975 bytes)
22972026-06-02T23:44:43.832Zuploaded: /work/r2.test_basic_peering_active.log
22982026-06-02T23:44:43.832Zuploading: /work/r2.test_basic_peering_active_tcp.log (47932 bytes)
22992026-06-02T23:44:44.844Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23002026-06-02T23:44:44.844Zuploading: /work/r2.test_basic_peering_passive.log (41329 bytes)
23012026-06-02T23:44:45.854Zuploaded: /work/r2.test_basic_peering_passive.log
23022026-06-02T23:44:45.854Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45940 bytes)
23032026-06-02T23:44:46.864Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23042026-06-02T23:44:46.865Zuploading: /work/r2.test_basic_update.log (26196 bytes)
23052026-06-02T23:44:47.875Zuploaded: /work/r2.test_basic_update.log
23062026-06-02T23:44:47.875Zuploading: /work/r2.test_basic_update_ipv6.log (29845 bytes)
23072026-06-02T23:44:48.885Zuploaded: /work/r2.test_basic_update_ipv6.log
23082026-06-02T23:44:48.885Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32787 bytes)
23092026-06-02T23:44:49.894Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23102026-06-02T23:44:49.894Zuploading: /work/r2.test_basic_update_tcp.log (32794 bytes)
23112026-06-02T23:44:50.904Zuploaded: /work/r2.test_basic_update_tcp.log
23122026-06-02T23:44:50.904Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43588 bytes)
23132026-06-02T23:44:51.916Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23142026-06-02T23:44:51.916Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43813 bytes)
23152026-06-02T23:44:52.929Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23162026-06-02T23:44:52.929Zuploading: /work/r2.test_import_export_policy_filtering.log (38188 bytes)
23172026-06-02T23:44:53.940Zuploaded: /work/r2.test_import_export_policy_filtering.log
23182026-06-02T23:44:53.940Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38299 bytes)
23192026-06-02T23:44:54.950Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23202026-06-02T23:44:54.950Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38921 bytes)
23212026-06-02T23:44:55.961Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23222026-06-02T23:44:55.961Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44297 bytes)
23232026-06-02T23:44:56.973Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23242026-06-02T23:44:56.973Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41294 bytes)
23252026-06-02T23:44:57.984Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23262026-06-02T23:44:57.984Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46581 bytes)
23272026-06-02T23:44:58.994Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23282026-06-02T23:44:58.995Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38175 bytes)
23292026-06-02T23:45:00.007Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23302026-06-02T23:45:00.007Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28072 bytes)
23312026-06-02T23:45:01.018Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23322026-06-02T23:45:01.018Zuploading: /work/r2.test_three_router_chain_tcp.log (49325 bytes)
23332026-06-02T23:45:02.029Zuploaded: /work/r2.test_three_router_chain_tcp.log
23342026-06-02T23:45:02.029Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44978 bytes)
23352026-06-02T23:45:03.040Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23362026-06-02T23:45:03.040Zuploading: /work/r3.test_three_router_chain_tcp.log (23215 bytes)
23372026-06-02T23:45:04.050Zuploaded: /work/r3.test_three_router_chain_tcp.log
23382026-06-02T23:45:04.050Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21454 bytes)
23392026-06-02T23:45:05.066Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23402026-06-02T23:45:05.066Zuploading: /work/same_linklocal.log (119742 bytes)
23412026-06-02T23:45:06.078Zuploaded: /work/same_linklocal.log
23422026-06-02T23:45:06.078Zuploading: /work/three_chain.log (146108 bytes)
23432026-06-02T23:45:07.092Zuploaded: /work/three_chain.log
23442026-06-02T23:45:07.092Zuploading: /work/unnumbered_expiry.log (88435 bytes)
23452026-06-02T23:45:08.103Zuploaded: /work/unnumbered_expiry.log
23462026-06-02T23:45:08.103Zuploading: /work/unnumbered_interface_lifecycle.log (163066 bytes)
23472026-06-02T23:45:09.119Zuploaded: /work/unnumbered_interface_lifecycle.log
23482026-06-02T23:45:09.119Zuploading: /work/unnumbered_peer_change.log (78986 bytes)
23492026-06-02T23:45:10.130Zuploaded: /work/unnumbered_peer_change.log