01KS1RFKY6EMTVBWJ0DYYG75JT: 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: 01KS1RGHTP03E1BFVT4QDABJ3F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T03:58:44.737Zjob assigned to worker 01KS1RGS097XX0WTJ26YPFTFK3 [factory aws, i-0ee3cf97654aa4846] (queued for 59 s)
 
22026-05-20T03:58:51.315Zstarting task 0: "setup"
32026-05-20T03:58:51.319Z++ uname -s
42026-05-20T03:58:51.322Z+ kern=SunOS
52026-05-20T03:58:51.322Z+ build_user=build
62026-05-20T03:58:51.322Z+ build_uid=12345
72026-05-20T03:58:51.322Z+ work_dir=/work
82026-05-20T03:58:51.322Z+ input_dir=/input
92026-05-20T03:58:51.322Z+ [[ 0 == 12345 ]]
102026-05-20T03:58:51.322Z+ case "$kern" in
112026-05-20T03:58:51.322Z+ groupadd -g 12345 build
122026-05-20T03:58:51.325Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T03:58:53.332Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T03:58:53.403Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T03:58:53.407Z+ home_fs=zfs
162026-05-20T03:58:53.407Z+ [[ zfs == autofs ]]
172026-05-20T03:58:53.407Z+ mkdir -p /home/build
182026-05-20T03:58:53.407Z+ chown build:build /home/build /work
192026-05-20T03:58:55.410Z+ chmod 0700 /home/build /work
202026-05-20T03:58:55.413Zprocess exited: duration 4097 ms, exit code 0
 
212026-05-20T03:58:55.431Zstarting task 1: "rust-toolchain"
222026-05-20T03:58:55.434Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T03:58:55.434Z * rust toolchain channel = "stable"
242026-05-20T03:58:55.434Z * rust toolchain profile = "default"
252026-05-20T03:58:55.435Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T03:58:55.435Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T03:58:55.435Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T03:58:55.435Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T03:58:55.435Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T03:58:55.521Zinfo: downloading installer
312026-05-20T03:58:57.006Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T03:58:57.006Zwarn: /opt/ooce/bin
332026-05-20T03:58:57.006Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T03:58:57.006Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T03:58:57.006Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T03:58:57.006Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T03:58:57.006Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T03:58:57.006Zerror: cannot install while Rust is installed
392026-05-20T03:58:57.006Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T03:58:57.006Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T03:58:57.006Zwarn: /home/build/.rustup/settings.toml
422026-05-20T03:58:57.006Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T03:58:57.006Zwarn: instead of the one inferred from the default host triple.
442026-05-20T03:58:57.039Zinfo: profile set to default
452026-05-20T03:58:57.039Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T03:58:57.042Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T03:58:57.181Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T03:58:57.184Zinfo: downloading 6 components
492026-05-20T03:59:11.692Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T03:59:11.692Z
512026-05-20T03:59:11.730Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T03:59:11.730Z
532026-05-20T03:59:11.730Z
542026-05-20T03:59:11.730ZRust is installed now. Great!
552026-05-20T03:59:11.730Z
562026-05-20T03:59:11.730ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T03:59:11.730Zenvironment variable. This has not been done automatically.
582026-05-20T03:59:11.730Z
592026-05-20T03:59:11.730ZTo configure your current shell, you need to source
602026-05-20T03:59:11.730Zthe corresponding env file under $HOME/.cargo.
612026-05-20T03:59:11.730Z
622026-05-20T03:59:11.730ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T03:59:11.730Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T03:59:11.730Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T03:59:11.730Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T03:59:11.730Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T03:59:11.730Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T03:59:11.730Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T03:59:11.738Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T03:59:11.738Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T03:59:11.832Z+ rustup --version
722026-05-20T03:59:11.840Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T03:59:11.843Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T03:59:11.862Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T03:59:11.867Z+ cargo --version
762026-05-20T03:59:11.882Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T03:59:11.885Z+ rustc --version
782026-05-20T03:59:11.900Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T03:59:11.903Zprocess exited: duration 16474 ms, exit code 0
 
802026-05-20T03:59:11.909Zstarting task 2: "authentication"
812026-05-20T03:59:11.925Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T03:59:11.931Zstarting task 3: "clone repository"
832026-05-20T03:59:11.934Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T03:59:11.937Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T03:59:12.013ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T03:59:13.005Z+ cd /work/oxidecomputer/maghemite
872026-05-20T03:59:13.005Z+ git fetch origin a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
882026-05-20T03:59:13.265ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T03:59:13.265Z * branch a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 -> FETCH_HEAD
902026-05-20T03:59:13.268Z+ [[ -n renovate/opte ]]
912026-05-20T03:59:13.268Z++ git branch --show-current
922026-05-20T03:59:13.271Z+ current=main
932026-05-20T03:59:13.271Z+ [[ main != renovate/opte ]]
942026-05-20T03:59:13.271Z+ git branch -f renovate/opte a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
952026-05-20T03:59:13.273Z+ git checkout -f renovate/opte
962026-05-20T03:59:13.288ZSwitched to branch 'renovate/opte'
972026-05-20T03:59:13.292Z+ git reset --hard a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
982026-05-20T03:59:13.305ZHEAD is now at a5bcff7 Update opte to 5470aa1
992026-05-20T03:59:13.308Zprocess exited: duration 1374 ms, exit code 0
 
1002026-05-20T03:59:13.315Zstarting task 4: "build"
1012026-05-20T03:59:13.319Z+ set -e
1022026-05-20T03:59:13.319Z+ source .github/buildomat/test-common.sh
1032026-05-20T03:59:13.322Z++ NEXTEST_VERSION=0.9.97
1042026-05-20T03:59:13.322Z++ PLATFORM=illumos
1052026-05-20T03:59:13.322Z++ banner install
1062026-05-20T03:59:13.322Z
1072026-05-20T03:59:13.322Z # # # #### ##### ## # #
1082026-05-20T03:59:13.322Z # ## # # # # # # #
1092026-05-20T03:59:13.322Z # # # # #### # # # # #
1102026-05-20T03:59:13.322Z # # # # # # ###### # #
1112026-05-20T03:59:13.322Z # # ## # # # # # # #
1122026-05-20T03:59:13.322Z # # # #### # # # ###### ######
1132026-05-20T03:59:13.322Z
1142026-05-20T03:59:13.322Z++ set +o errexit
1152026-05-20T03:59:13.325Z++ pkg info clang-15
1162026-05-20T03:59:13.325Z++ grep -qi installed
1172026-05-20T03:59:14.943Zpkg: info: no packages matching the following patterns you specified are
1182026-05-20T03:59:14.943Zinstalled on the system. Try querying remotely instead:
1192026-05-20T03:59:14.943Z
1202026-05-20T03:59:14.943Z clang-15
1212026-05-20T03:59:14.981Z++ [[ 1 != 0 ]]
1222026-05-20T03:59:14.981Z++ set -o errexit
1232026-05-20T03:59:14.986Z++ pfexec pkg install clang-15
1242026-05-20T03:59:23.205Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-20T03:59:30.881Z Startup: Caching catalogs ... Done
1262026-05-20T03:59:38.110ZPlanning: Solver setup ... Done
1272026-05-20T03:59:38.151ZPlanning: Running solver ... Done
1282026-05-20T03:59:38.295ZPlanning: Finding local manifests ... Done
1292026-05-20T03:59:38.316ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-20T03:59:38.414ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-20T03:59:38.443ZPlanning: Package planning ... Done
1322026-05-20T03:59:38.469ZPlanning: Merging actions ... Done
1332026-05-20T03:59:38.577ZPlanning: Checking for conflicting actions ... Done
1342026-05-20T03:59:38.585ZPlanning: Consolidating action changes ... Done
1352026-05-20T03:59:39.332ZPlanning: Evaluating mediators ... Done
1362026-05-20T03:59:39.336ZPlanning: Planning completed in 8.29 seconds
1372026-05-20T03:59:39.368Z Packages to install: 2
1382026-05-20T03:59:39.372Z Mediators to change: 2
1392026-05-20T03:59:39.372Z Services to change: 1
1402026-05-20T03:59:39.372Z Create boot environment: No
1412026-05-20T03:59:39.372ZCreate backup boot environment: No
1422026-05-20T03:59:39.409Z
1432026-05-20T03:59:39.409ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-20T03:59:44.413ZDownload: 974/3076 items 69.7/211.3MB 32% complete (13.9M/s)
1452026-05-20T03:59:51.921ZDownload: 983/3076 items 82.2/211.3MB 38% complete (15.2M/s)
1462026-05-20T03:59:56.924ZDownload: 1135/3076 items 115.2/211.3MB 54% complete (4.0M/s)
1472026-05-20T04:00:01.926ZDownload: 1264/3076 items 115.6/211.3MB 54% complete (3.7M/s)
1482026-05-20T04:00:06.958ZDownload: 1444/3076 items 116.2/211.3MB 54% complete (167k/s)
1492026-05-20T04:00:12.087ZDownload: 1625/3076 items 116.8/211.3MB 55% complete (122k/s)
1502026-05-20T04:00:17.092ZDownload: 1820/3076 items 117.0/211.3MB 55% complete (80.4k/s)
1512026-05-20T04:00:22.126ZDownload: 2003/3076 items 117.6/211.3MB 55% complete (108k/s)
1522026-05-20T04:00:27.137ZDownload: 2336/3076 items 119.1/211.3MB 56% complete (211k/s)
1532026-05-20T04:00:32.143ZDownload: 2525/3076 items 119.5/211.3MB 56% complete (197k/s)
1542026-05-20T04:00:37.216ZDownload: 2766/3076 items 120.0/211.3MB 56% complete (93.3k/s)
1552026-05-20T04:00:42.230ZDownload: 2977/3076 items 184.7/211.3MB 87% complete (6.5M/s)
1562026-05-20T04:00:48.672ZDownload: 3026/3076 items 201.6/211.3MB 95% complete (8.1M/s)
1572026-05-20T04:00:56.251ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (5.8M/s)
1582026-05-20T04:01:07.856ZDownload: 3031/3076 items 201.8/211.3MB 95% complete
1592026-05-20T04:01:14.097ZDownload: 3073/3076 items 210.7/211.3MB 99% complete (1.0M/s)
1602026-05-20T04:01:38.036ZDownload: 3075/3076 items 210.7/211.3MB 99% complete
1612026-05-20T04:01:38.072ZDownload: Completed 211.31 MB in 118.65 seconds (1.8M/s)
1622026-05-20T04:01:38.200Z Actions: 1/3418 actions (Installing new actions)
1632026-05-20T04:01:41.428Z Actions: Completed 3418 actions in 3.23 seconds.
1642026-05-20T04:01:42.062Z Done
1652026-05-20T04:01:42.062Z Done
1662026-05-20T04:01:42.806Z Done
1672026-05-20T04:01:46.211Z Done
1682026-05-20T04:01:46.283Z Done
1692026-05-20T04:01:46.286Z Done
1702026-05-20T04:01:46.415Z Done
1712026-05-20T04:01:47.088Z++ set -o errexit
1722026-05-20T04:01:47.088Z++ cargo --version
1732026-05-20T04:01:47.095Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1742026-05-20T04:01:47.248Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1752026-05-20T04:01:47.251Zinfo: downloading 6 components
1762026-05-20T04:02:02.726Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1772026-05-20T04:02:02.731Z++ rustc --version
1782026-05-20T04:02:02.757Zrustc 1.95.0 (59807616e 2026-04-14)
1792026-05-20T04:02:02.760Z++ cargo install cargo-nextest --version 0.9.97
1802026-05-20T04:02:02.801Z Updating crates.io index
1812026-05-20T04:02:02.891Z Downloading crates ...
1822026-05-20T04:02:02.940Z Downloaded cargo-nextest v0.9.97
1832026-05-20T04:02:02.999Z Installing cargo-nextest v0.9.97
1842026-05-20T04:02:03.039Z Updating crates.io index
1852026-05-20T04:02:05.561Z Locking 404 packages to latest compatible versions
1862026-05-20T04:02:05.566Z Adding dialoguer v0.11.0 (available: v0.12.0)
1872026-05-20T04:02:05.569Z Adding duct v0.13.7 (available: v1.1.1)
1882026-05-20T04:02:05.569Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1892026-05-20T04:02:05.569Z Adding generic-array v0.14.7 (available: v0.14.9)
1902026-05-20T04:02:05.573Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1912026-05-20T04:02:05.573Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1922026-05-20T04:02:05.573Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1932026-05-20T04:02:05.576Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1942026-05-20T04:02:05.579Z Adding quick-junit v0.5.2 (available: v0.6.0)
1952026-05-20T04:02:05.596Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1962026-05-20T04:02:05.605Z Downloading crates ...
1972026-05-20T04:02:05.671Z Downloaded cargo-platform v0.2.0
1982026-05-20T04:02:05.677Z Downloaded adler2 v2.0.1
1992026-05-20T04:02:05.679Z Downloaded addr2line v0.25.1
2002026-05-20T04:02:05.683Z Downloaded futures-core v0.3.32
2012026-05-20T04:02:05.685Z Downloaded filetime v0.2.29
2022026-05-20T04:02:05.686Z Downloaded cargo_metadata v0.23.1
2032026-05-20T04:02:05.688Z Downloaded clap v4.6.1
2042026-05-20T04:02:05.696Z Downloaded http-body v1.0.1
2052026-05-20T04:02:05.699Z Downloaded is_terminal_polyfill v1.70.2
2062026-05-20T04:02:05.699Z Downloaded cfg_aliases v0.2.1
2072026-05-20T04:02:05.702Z Downloaded derive_more-impl v2.1.1
2082026-05-20T04:02:05.704Z Downloaded itoa v1.0.18
2092026-05-20T04:02:05.708Z Downloaded indenter v0.3.4
2102026-05-20T04:02:05.708Z Downloaded ordered-float v2.10.1
2112026-05-20T04:02:05.711Z Downloaded is_ci v1.2.0
2122026-05-20T04:02:05.711Z Downloaded block-buffer v0.10.4
2132026-05-20T04:02:05.711Z Downloaded humantime v2.3.0
2142026-05-20T04:02:05.714Z Downloaded derive-where v1.6.1
2152026-05-20T04:02:05.714Z Downloaded openssl-macros v0.1.1
2162026-05-20T04:02:05.717Z Downloaded idna_adapter v1.0.0
2172026-05-20T04:02:05.717Z Downloaded foreign-types-shared v0.1.1
2182026-05-20T04:02:05.717Z Downloaded futures-task v0.3.32
2192026-05-20T04:02:05.720Z Downloaded indent_write v2.2.0
2202026-05-20T04:02:05.720Z Downloaded home v0.5.12
2212026-05-20T04:02:05.720Z Downloaded fixedbitset v0.5.7
2222026-05-20T04:02:05.723Z Downloaded colorchoice v1.0.5
2232026-05-20T04:02:05.723Z Downloaded rustc-hash v2.1.2
2242026-05-20T04:02:05.725Z Downloaded console v0.15.11
2252026-05-20T04:02:05.726Z Downloaded mukti-metadata v0.3.0
2262026-05-20T04:02:05.730Z Downloaded futures-macro v0.3.32
2272026-05-20T04:02:05.732Z Downloaded ed25519 v2.2.3
2282026-05-20T04:02:05.732Z Downloaded config v0.15.23
2292026-05-20T04:02:05.736Z Downloaded lazy_static v1.5.0
2302026-05-20T04:02:05.739Z Downloaded serde_spanned v0.6.9
2312026-05-20T04:02:05.739Z Downloaded indicatif v0.17.11
2322026-05-20T04:02:05.742Z Downloaded newtype-uuid v1.3.2
2332026-05-20T04:02:05.742Z Downloaded miette-derive v7.6.0
2342026-05-20T04:02:05.744Z Downloaded hex v0.4.3
2352026-05-20T04:02:05.744Z Downloaded async-scoped v0.9.0
2362026-05-20T04:02:05.747Z Downloaded ipnet v2.12.0
2372026-05-20T04:02:05.747Z Downloaded clap_derive v4.6.1
2382026-05-20T04:02:05.750Z Downloaded futures-sink v0.3.32
2392026-05-20T04:02:05.750Z Downloaded percent-encoding v2.3.2
2402026-05-20T04:02:05.755Z Downloaded cpufeatures v0.2.17
2412026-05-20T04:02:05.755Z Downloaded scopeguard v1.2.0
2422026-05-20T04:02:05.757Z Downloaded jobserver v0.1.34
2432026-05-20T04:02:05.757Z Downloaded errno v0.3.14
2442026-05-20T04:02:05.757Z Downloaded rand_chacha v0.9.0
2452026-05-20T04:02:05.757Z Downloaded pin-project-internal v1.1.13
2462026-05-20T04:02:05.760Z Downloaded equivalent v1.0.2
2472026-05-20T04:02:05.760Z Downloaded document-features v0.2.12
2482026-05-20T04:02:05.760Z Downloaded cfg-if v1.0.4
2492026-05-20T04:02:05.763Z Downloaded hyper-rustls v0.27.9
2502026-05-20T04:02:05.763Z Downloaded semver v1.0.28
2512026-05-20T04:02:05.766Z Downloaded quinn-udp v0.5.14
2522026-05-20T04:02:05.766Z Downloaded nextest-workspace-hack v0.1.0
2532026-05-20T04:02:05.769Z Downloaded heck v0.5.0
2542026-05-20T04:02:05.769Z Downloaded generic-array v0.14.7
2552026-05-20T04:02:05.769Z Downloaded form_urlencoded v1.2.2
2562026-05-20T04:02:05.772Z Downloaded rand_core v0.6.4
2572026-05-20T04:02:05.773Z Downloaded clap_lex v1.1.0
2582026-05-20T04:02:05.773Z Downloaded pkg-config v0.3.33
2592026-05-20T04:02:05.788Z Downloaded globset v0.4.18
2602026-05-20T04:02:05.788Z Downloaded find-msvc-tools v0.1.9
2612026-05-20T04:02:05.788Z Downloaded futures-io v0.3.32
2622026-05-20T04:02:05.788Z Downloaded iana-time-zone v0.1.65
2632026-05-20T04:02:05.788Z Downloaded pin-project-lite v0.2.17
2642026-05-20T04:02:05.788Z Downloaded atomicwrites v0.4.4
2652026-05-20T04:02:05.788Z Downloaded convert_case v0.10.0
2662026-05-20T04:02:05.788Z Downloaded anstyle-query v1.1.5
2672026-05-20T04:02:05.788Z Downloaded nested v0.1.1
2682026-05-20T04:02:05.788Z Downloaded curve25519-dalek-derive v0.1.1
2692026-05-20T04:02:05.788Z Downloaded parking_lot v0.12.5
2702026-05-20T04:02:05.791Z Downloaded color-spantrace v0.3.0
2712026-05-20T04:02:05.791Z Downloaded atomic-waker v1.1.2
2722026-05-20T04:02:05.791Z Downloaded shlex v1.3.0
2732026-05-20T04:02:05.791Z Downloaded guppy-workspace-hack v0.1.0
2742026-05-20T04:02:05.794Z Downloaded debug-ignore v1.0.5
2752026-05-20T04:02:05.794Z Downloaded signature v2.2.0
2762026-05-20T04:02:05.794Z Downloaded crypto-common v0.1.7
2772026-05-20T04:02:05.794Z Downloaded pathdiff v0.2.3
2782026-05-20T04:02:05.797Z Downloaded enable-ansi-support v0.2.1
2792026-05-20T04:02:05.797Z Downloaded backtrace-ext v0.2.1
2802026-05-20T04:02:05.798Z Downloaded foreign-types v0.3.2
2812026-05-20T04:02:05.798Z Downloaded cargo_metadata v0.20.0
2822026-05-20T04:02:05.800Z Downloaded fnv v1.0.7
2832026-05-20T04:02:05.800Z Downloaded openssl-probe v0.2.1
2842026-05-20T04:02:05.803Z Downloaded cargo-platform v0.3.3
2852026-05-20T04:02:05.806Z Downloaded serde_ignored v0.1.14
2862026-05-20T04:02:05.809Z Downloaded http-body-util v0.1.3
2872026-05-20T04:02:05.809Z Downloaded serde-value v0.7.0
2882026-05-20T04:02:05.809Z Downloaded rustc_version v0.4.1
2892026-05-20T04:02:05.812Z Downloaded hyper-tls v0.6.0
2902026-05-20T04:02:05.815Z Downloaded erased-serde v0.4.10
2912026-05-20T04:02:05.815Z Downloaded anstream v1.0.0
2922026-05-20T04:02:05.818Z Downloaded digest v0.10.7
2932026-05-20T04:02:05.822Z Downloaded ppv-lite86 v0.2.21
2942026-05-20T04:02:05.824Z Downloaded serde_urlencoded v0.7.1
2952026-05-20T04:02:05.828Z Downloaded serde_spanned v1.1.1
2962026-05-20T04:02:05.834Z Downloaded strip-ansi-escapes v0.2.1
2972026-05-20T04:02:05.834Z Downloaded duct v0.13.7
2982026-05-20T04:02:05.837Z Downloaded const-oid v0.9.6
2992026-05-20T04:02:05.837Z Downloaded shell-words v1.1.1
3002026-05-20T04:02:05.837Z Downloaded os_pipe v1.2.3
3012026-05-20T04:02:05.837Z Downloaded supports-unicode v3.0.0
3022026-05-20T04:02:05.840Z Downloaded strsim v0.11.1
3032026-05-20T04:02:05.841Z Downloaded swrite v0.1.0
3042026-05-20T04:02:05.841Z Downloaded supports-hyperlinks v3.2.0
3052026-05-20T04:02:05.845Z Downloaded subtle v2.6.1
3062026-05-20T04:02:05.845Z Downloaded number_prefix v0.4.0
3072026-05-20T04:02:05.845Z Downloaded supports-color v3.0.2
3082026-05-20T04:02:05.845Z Downloaded humantime-serde v1.1.1
3092026-05-20T04:02:05.848Z Downloaded tokio-macros v2.7.0
3102026-05-20T04:02:05.848Z Downloaded shared_child v1.1.1
3112026-05-20T04:02:05.854Z Downloaded sigchld v0.2.4
3122026-05-20T04:02:05.859Z Downloaded lru-slab v0.1.2
3132026-05-20T04:02:05.859Z Downloaded serde-untagged v0.1.9
3142026-05-20T04:02:05.861Z Downloaded cargo-util-schemas v0.2.0
3152026-05-20T04:02:05.861Z Downloaded base64ct v1.8.3
3162026-05-20T04:02:05.861Z Downloaded rustc-demangle v0.1.27
3172026-05-20T04:02:05.861Z Downloaded nextest-metadata v0.12.2
3182026-05-20T04:02:05.864Z Downloaded sync_wrapper v1.0.2
3192026-05-20T04:02:05.864Z Downloaded dialoguer v0.11.0
3202026-05-20T04:02:05.867Z Downloaded anstyle-parse v1.0.0
3212026-05-20T04:02:05.867Z Downloaded camino-tempfile v1.4.1
3222026-05-20T04:02:05.870Z Downloaded sharded-slab v0.1.7
3232026-05-20T04:02:05.870Z Downloaded futures-executor v0.3.32
3242026-05-20T04:02:05.873Z Downloaded lock_api v0.4.14
3252026-05-20T04:02:05.873Z Downloaded httparse v1.10.1
3262026-05-20T04:02:05.876Z Downloaded tower-service v0.3.3
3272026-05-20T04:02:05.876Z Downloaded serde_path_to_error v0.1.20
3282026-05-20T04:02:05.876Z Downloaded num-traits v0.2.19
3292026-05-20T04:02:05.879Z Downloaded pkcs8 v0.10.2
3302026-05-20T04:02:05.879Z Downloaded native-tls v0.2.18
3312026-05-20T04:02:05.879Z Downloaded future-queue v0.4.0
3322026-05-20T04:02:05.882Z Downloaded anstyle v1.0.14
3332026-05-20T04:02:05.882Z Downloaded sha2 v0.10.9
3342026-05-20T04:02:05.885Z Downloaded foldhash v0.1.5
3352026-05-20T04:02:05.888Z Downloaded camino v1.2.2
3362026-05-20T04:02:05.890Z Downloaded toml_datetime v0.6.11
3372026-05-20T04:02:05.890Z Downloaded tinyvec_macros v0.1.1
3382026-05-20T04:02:05.893Z Downloaded tracing-error v0.2.1
3392026-05-20T04:02:05.893Z Downloaded toml_write v0.1.2
3402026-05-20T04:02:05.896Z Downloaded signal-hook-registry v1.4.8
3412026-05-20T04:02:05.896Z Downloaded getrandom v0.2.17
3422026-05-20T04:02:05.899Z Downloaded try-lock v0.2.5
3432026-05-20T04:02:05.899Z Downloaded tower-layer v0.3.3
3442026-05-20T04:02:05.899Z Downloaded cfg-expr v0.20.7
3452026-05-20T04:02:05.902Z Downloaded signal-hook-mio v0.2.5
3462026-05-20T04:02:05.902Z Downloaded untrusted v0.9.0
3472026-05-20T04:02:05.905Z Downloaded bitflags v2.11.1
3482026-05-20T04:02:05.907Z Downloaded unicode-linebreak v0.1.5
3492026-05-20T04:02:05.910Z Downloaded unicode-xid v0.2.6
3502026-05-20T04:02:05.910Z Downloaded rand_core v0.9.5
3512026-05-20T04:02:05.913Z Downloaded thiserror v1.0.69
3522026-05-20T04:02:05.913Z Downloaded terminal_size v0.4.4
3532026-05-20T04:02:05.916Z Downloaded thread_local v1.1.9
3542026-05-20T04:02:05.916Z Downloaded spki v0.7.3
3552026-05-20T04:02:05.919Z Downloaded slab v0.4.12
3562026-05-20T04:02:05.919Z Downloaded xattr v1.6.1
3572026-05-20T04:02:05.922Z Downloaded utf8_iter v1.0.4
3582026-05-20T04:02:05.922Z Downloaded urlencoding v2.1.3
3592026-05-20T04:02:05.922Z Downloaded quote v1.0.45
3602026-05-20T04:02:05.925Z Downloaded owo-colors v4.3.0
3612026-05-20T04:02:05.925Z Downloaded crc32fast v1.5.0
3622026-05-20T04:02:05.930Z Downloaded either v1.15.0
3632026-05-20T04:02:05.934Z Downloaded utf8parse v0.2.2
3642026-05-20T04:02:05.934Z Downloaded autocfg v1.5.0
3652026-05-20T04:02:05.938Z Downloaded fastrand v2.4.1
3662026-05-20T04:02:05.938Z Downloaded thiserror-impl v2.0.18
3672026-05-20T04:02:05.938Z Downloaded want v0.3.1
3682026-05-20T04:02:05.942Z Downloaded version_check v0.9.5
3692026-05-20T04:02:05.942Z Downloaded static_assertions v1.1.0
3702026-05-20T04:02:05.942Z Downloaded nextest-filtering v0.15.0
3712026-05-20T04:02:05.946Z Downloaded thiserror-impl v1.0.69
3722026-05-20T04:02:05.946Z Downloaded toml_writer v1.1.1+spec-1.1.0
3732026-05-20T04:02:05.946Z Downloaded ahash v0.8.12
3742026-05-20T04:02:05.951Z Downloaded futures-channel v0.3.32
3752026-05-20T04:02:05.951Z Downloaded once_cell v1.21.4
3762026-05-20T04:02:05.955Z Downloaded getrandom v0.4.2
3772026-05-20T04:02:05.958Z Downloaded socket2 v0.6.3
3782026-05-20T04:02:05.958Z Downloaded eyre v0.6.12
3792026-05-20T04:02:05.961Z Downloaded typeid v1.0.3
3802026-05-20T04:02:05.964Z Downloaded tracing-log v0.2.0
3812026-05-20T04:02:05.964Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3822026-05-20T04:02:05.964Z Downloaded tokio-native-tls v0.3.1
3832026-05-20T04:02:05.967Z Downloaded thiserror v2.0.18
3842026-05-20T04:02:05.970Z Downloaded indexmap v2.14.0
3852026-05-20T04:02:05.973Z Downloaded unicase v2.9.0
3862026-05-20T04:02:05.973Z Downloaded target-lexicon v0.13.3
3872026-05-20T04:02:05.973Z Downloaded smallvec v1.15.1
3882026-05-20T04:02:05.977Z Downloaded self-replace v1.5.0
3892026-05-20T04:02:05.980Z Downloaded parking_lot_core v0.9.12
3902026-05-20T04:02:05.980Z Downloaded getrandom v0.3.4
3912026-05-20T04:02:05.982Z Downloaded xxhash-rust v0.8.15
3922026-05-20T04:02:05.988Z Downloaded litrs v1.0.0
3932026-05-20T04:02:05.991Z Downloaded smol_str v0.3.6
3942026-05-20T04:02:05.991Z Downloaded simd-adler32 v0.3.9
3952026-05-20T04:02:05.995Z Downloaded toml_parser v1.1.2+spec-1.1.0
3962026-05-20T04:02:05.998Z Downloaded target-spec-miette v0.4.6
3972026-05-20T04:02:06.002Z Downloaded futures v0.3.32
3982026-05-20T04:02:06.005Z Downloaded rustls-pki-types v1.14.1
3992026-05-20T04:02:06.008Z Downloaded zstd-safe v7.2.4
4002026-05-20T04:02:06.011Z Downloaded quinn v0.11.9
4012026-05-20T04:02:06.011Z Downloaded serde_core v1.0.228
4022026-05-20T04:02:06.014Z Downloaded tempfile v3.27.0
4032026-05-20T04:02:06.014Z Downloaded tokio-rustls v0.26.4
4042026-05-20T04:02:06.017Z Downloaded derive_more v2.1.1
4052026-05-20T04:02:06.020Z Downloaded toml v1.1.2+spec-1.1.0
4062026-05-20T04:02:06.023Z Downloaded toml v0.8.23
4072026-05-20T04:02:06.026Z Downloaded zstd v0.13.3
4082026-05-20T04:02:06.026Z Downloaded quick-junit v0.5.2
4092026-05-20T04:02:06.029Z Downloaded tinyvec v1.11.0
4102026-05-20T04:02:06.032Z Downloaded base64 v0.22.1
4112026-05-20T04:02:06.032Z Downloaded signal-hook v0.3.18
4122026-05-20T04:02:06.035Z Downloaded clap_builder v4.6.0
4132026-05-20T04:02:06.037Z Downloaded cc v1.2.62
4142026-05-20T04:02:06.041Z Downloaded ryu v1.0.23
4152026-05-20T04:02:06.044Z Downloaded crossterm v0.29.0
4162026-05-20T04:02:06.047Z Downloaded target-spec v3.6.0
4172026-05-20T04:02:06.047Z Downloaded openssl-sys v0.9.116
4182026-05-20T04:02:06.050Z Downloaded serde_derive v1.0.228
4192026-05-20T04:02:06.053Z Downloaded serde v1.0.228
4202026-05-20T04:02:06.057Z Downloaded self_update v0.42.0
4212026-05-20T04:02:06.057Z Downloaded unicode-ident v1.0.24
4222026-05-20T04:02:06.062Z Downloaded textwrap v0.16.2
4232026-05-20T04:02:06.062Z Downloaded zmij v1.0.21
4242026-05-20T04:02:06.062Z Downloaded tar v0.4.46
4252026-05-20T04:02:06.065Z Downloaded tokio-stream v0.1.18
4262026-05-20T04:02:06.066Z Downloaded backtrace v0.3.76
4272026-05-20T04:02:06.068Z Downloaded tracing-attributes v0.1.31
4282026-05-20T04:02:06.068Z Downloaded ed25519-dalek v2.2.0
4292026-05-20T04:02:06.071Z Downloaded pin-project v1.1.13
4302026-05-20T04:02:06.076Z Downloaded vte v0.14.1
4312026-05-20T04:02:06.079Z Downloaded toml_edit v0.22.27
4322026-05-20T04:02:06.082Z Downloaded tracing-core v0.1.36
4332026-05-20T04:02:06.082Z Downloaded proc-macro2 v1.0.106
4342026-05-20T04:02:06.085Z Downloaded rustls-webpki v0.103.13
4352026-05-20T04:02:06.088Z Downloaded miniz_oxide v0.8.9
4362026-05-20T04:02:06.088Z Downloaded bytes v1.11.1
4372026-05-20T04:02:06.091Z Downloaded uuid v1.23.1
4382026-05-20T04:02:06.093Z Downloaded flate2 v1.1.9
4392026-05-20T04:02:06.096Z Downloaded borsh v1.6.1
4402026-05-20T04:02:06.099Z Downloaded miette v7.6.0
4412026-05-20T04:02:06.102Z Downloaded http v1.4.0
4422026-05-20T04:02:06.102Z Downloaded der v0.7.10
4432026-05-20T04:02:06.106Z Downloaded memchr v2.8.0
4442026-05-20T04:02:06.109Z Downloaded url v2.5.8
4452026-05-20T04:02:06.111Z Downloaded log v0.4.29
4462026-05-20T04:02:06.111Z Downloaded zipsign-api v0.1.5
4472026-05-20T04:02:06.111Z Downloaded zeroize v1.8.2
4482026-05-20T04:02:06.120Z Downloaded itertools v0.14.0
4492026-05-20T04:02:06.127Z Downloaded rand v0.9.4
4502026-05-20T04:02:06.131Z Downloaded tower v0.5.3
4512026-05-20T04:02:06.136Z Downloaded guppy v0.17.25
4522026-05-20T04:02:06.144Z Downloaded pulldown-cmark v0.13.3
4532026-05-20T04:02:06.162Z Downloaded mio v1.2.0
4542026-05-20T04:02:06.165Z Downloaded tokio-util v0.7.18
4552026-05-20T04:02:06.168Z Downloaded serde_json v1.0.149
4562026-05-20T04:02:06.172Z Downloaded hashbrown v0.15.5
4572026-05-20T04:02:06.175Z Downloaded hyper-util v0.1.20
4582026-05-20T04:02:06.180Z Downloaded futures-util v0.3.32
4592026-05-20T04:02:06.186Z Downloaded typenum v1.20.0
4602026-05-20T04:02:06.189Z Downloaded portable-atomic v1.13.1
4612026-05-20T04:02:06.192Z Downloaded ron v0.12.1
4622026-05-20T04:02:06.197Z Downloaded chrono v0.4.44
4632026-05-20T04:02:06.200Z Downloaded aho-corasick v1.1.4
4642026-05-20T04:02:06.203Z Downloaded idna v1.1.0
4652026-05-20T04:02:06.207Z Downloaded hashbrown v0.17.1
4662026-05-20T04:02:06.210Z Downloaded unicode-segmentation v1.13.2
4672026-05-20T04:02:06.212Z Downloaded unicode-normalization v0.1.25
4682026-05-20T04:02:06.212Z Downloaded h2 v0.4.14
4692026-05-20T04:02:06.223Z Downloaded reqwest v0.12.28
4702026-05-20T04:02:06.226Z Downloaded hyper v1.9.0
4712026-05-20T04:02:06.231Z Downloaded gimli v0.32.3
4722026-05-20T04:02:06.235Z Downloaded winnow v0.7.15
4732026-05-20T04:02:06.240Z Downloaded winnow v1.0.3
4742026-05-20T04:02:06.245Z Downloaded quick-xml v0.38.4
4752026-05-20T04:02:06.249Z Downloaded tracing-subscriber v0.3.23
4762026-05-20T04:02:06.256Z Downloaded regex v1.12.3
4772026-05-20T04:02:06.262Z Downloaded unicode-width v0.1.14
4782026-05-20T04:02:06.265Z Downloaded tower-http v0.6.11
4792026-05-20T04:02:06.270Z Downloaded unicode-width v0.2.2
4802026-05-20T04:02:06.277Z Downloaded curve25519-dalek v4.1.3
4812026-05-20T04:02:06.280Z Downloaded zerocopy v0.8.48
4822026-05-20T04:02:06.289Z Downloaded bstr v1.12.1
4832026-05-20T04:02:06.293Z Downloaded quick-xml v0.37.5
4842026-05-20T04:02:06.305Z Downloaded tracing v0.1.44
4852026-05-20T04:02:06.316Z Downloaded color-eyre v0.6.5
4862026-05-20T04:02:06.319Z Downloaded nextest-runner v0.80.0
4872026-05-20T04:02:06.345Z Downloaded webpki-roots v1.0.7
4882026-05-20T04:02:06.349Z Downloaded vcpkg v0.2.15
4892026-05-20T04:02:06.372Z Downloaded quinn-proto v0.11.14
4902026-05-20T04:02:06.412Z Downloaded object v0.37.3
4912026-05-20T04:02:06.418Z Downloaded syn v2.0.117
4922026-05-20T04:02:06.424Z Downloaded regex-syntax v0.8.10
4932026-05-20T04:02:06.428Z Downloaded openssl v0.10.80
4942026-05-20T04:02:06.433Z Downloaded nix v0.30.1
4952026-05-20T04:02:06.447Z Downloaded rustls v0.23.40
4962026-05-20T04:02:06.461Z Downloaded rustix v0.38.44
4972026-05-20T04:02:06.488Z Downloaded rustix v1.1.4
4982026-05-20T04:02:06.563Z Downloaded regex-automata v0.4.14
4992026-05-20T04:02:06.610Z Downloaded petgraph v0.8.3
5002026-05-20T04:02:06.624Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5012026-05-20T04:02:06.632Z Downloaded libc v0.2.186
5022026-05-20T04:02:06.654Z Downloaded tokio v1.52.3
5032026-05-20T04:02:06.729Z Downloaded recursion v0.5.4
5042026-05-20T04:02:06.736Z Downloaded ring v0.17.14
5052026-05-20T04:02:06.796Z Compiling libc v0.2.186
5062026-05-20T04:02:06.796Z Compiling proc-macro2 v1.0.106
5072026-05-20T04:02:06.796Z Compiling quote v1.0.45
5082026-05-20T04:02:06.800Z Compiling unicode-ident v1.0.24
5092026-05-20T04:02:06.800Z Compiling serde_core v1.0.228
5102026-05-20T04:02:06.800Z Compiling cfg-if v1.0.4
5112026-05-20T04:02:06.800Z Compiling memchr v2.8.0
5122026-05-20T04:02:06.800Z Compiling once_cell v1.21.4
5132026-05-20T04:02:07.012Z Compiling log v0.4.29
5142026-05-20T04:02:07.041Z Compiling pin-project-lite v0.2.17
5152026-05-20T04:02:07.131Z Compiling serde v1.0.228
5162026-05-20T04:02:07.192Z Compiling itoa v1.0.18
5172026-05-20T04:02:07.428Z Compiling futures-core v0.3.32
5182026-05-20T04:02:07.539Z Compiling smallvec v1.15.1
5192026-05-20T04:02:07.561Z Compiling bitflags v2.11.1
5202026-05-20T04:02:07.578Z Compiling equivalent v1.0.2
5212026-05-20T04:02:07.661Z Compiling find-msvc-tools v0.1.9
5222026-05-20T04:02:07.776Z Compiling shlex v1.3.0
5232026-05-20T04:02:07.888Z Compiling hashbrown v0.17.1
5242026-05-20T04:02:07.957Z Compiling errno v0.3.14
5252026-05-20T04:02:07.957Z Compiling jobserver v0.1.34
5262026-05-20T04:02:07.982Z Compiling bytes v1.11.1
5272026-05-20T04:02:08.044Z Compiling mio v1.2.0
5282026-05-20T04:02:08.072Z Compiling signal-hook-registry v1.4.8
5292026-05-20T04:02:08.117Z Compiling futures-sink v0.3.32
5302026-05-20T04:02:08.281Z Compiling cc v1.2.62
5312026-05-20T04:02:08.314Z Compiling rustix v1.1.4
5322026-05-20T04:02:08.463Z Compiling syn v2.0.117
5332026-05-20T04:02:08.550Z Compiling socket2 v0.6.3
5342026-05-20T04:02:08.613Z Compiling slab v0.4.12
5352026-05-20T04:02:08.723Z Compiling zmij v1.0.21
5362026-05-20T04:02:08.843Z Compiling futures-channel v0.3.32
5372026-05-20T04:02:08.895Z Compiling tracing-core v0.1.36
5382026-05-20T04:02:09.121Z Compiling serde_json v1.0.149
5392026-05-20T04:02:09.149Z Compiling version_check v0.9.5
5402026-05-20T04:02:09.420Z Compiling futures-io v0.3.32
5412026-05-20T04:02:09.431Z Compiling indexmap v2.14.0
5422026-05-20T04:02:09.572Z Compiling futures-task v0.3.32
5432026-05-20T04:02:09.594Z Compiling getrandom v0.4.2
5442026-05-20T04:02:09.742Z Compiling percent-encoding v2.3.2
5452026-05-20T04:02:09.754Z Compiling camino v1.2.2
5462026-05-20T04:02:09.903Z Compiling unicode-width v0.2.2
5472026-05-20T04:02:10.020Z Compiling ring v0.17.14
5482026-05-20T04:02:10.147Z Compiling http v1.4.0
5492026-05-20T04:02:10.206Z Compiling autocfg v1.5.0
5502026-05-20T04:02:10.226Z Compiling zeroize v1.8.2
5512026-05-20T04:02:10.324Z Compiling adler2 v2.0.1
5522026-05-20T04:02:10.436Z Compiling simd-adler32 v0.3.9
5532026-05-20T04:02:10.576Z Compiling num-traits v0.2.19
5542026-05-20T04:02:10.816Z Compiling miniz_oxide v0.8.9
5552026-05-20T04:02:10.841Z Compiling target-lexicon v0.13.3
5562026-05-20T04:02:11.055Z Compiling zerocopy v0.8.48
5572026-05-20T04:02:11.273Z Compiling object v0.37.3
5582026-05-20T04:02:11.302Z Compiling getrandom v0.3.4
5592026-05-20T04:02:11.538Z Compiling http-body v1.0.1
5602026-05-20T04:02:11.661Z Compiling rustls-pki-types v1.14.1
5612026-05-20T04:02:11.701Z Compiling form_urlencoded v1.2.2
5622026-05-20T04:02:11.781Z Compiling semver v1.0.28
5632026-05-20T04:02:11.976Z Compiling getrandom v0.2.17
5642026-05-20T04:02:12.071Z Compiling idna_adapter v1.0.0
5652026-05-20T04:02:12.093Z Compiling serde_derive v1.0.228
5662026-05-20T04:02:12.173Z Compiling tokio-macros v2.7.0
5672026-05-20T04:02:12.173Z Compiling futures-macro v0.3.32
5682026-05-20T04:02:12.227Z Compiling tracing-attributes v0.1.31
5692026-05-20T04:02:12.285Z Compiling gimli v0.32.3
5702026-05-20T04:02:12.437Z Compiling utf8_iter v1.0.4
5712026-05-20T04:02:12.524Z Compiling thiserror v2.0.18
5722026-05-20T04:02:12.602Z Compiling guppy-workspace-hack v0.1.0
5732026-05-20T04:02:12.837Z Compiling fnv v1.0.7
5742026-05-20T04:02:12.883Z Compiling untrusted v0.9.0
5752026-05-20T04:02:12.940Z Compiling owo-colors v4.3.0
5762026-05-20T04:02:12.953Z Compiling tokio v1.52.3
5772026-05-20T04:02:12.993Z Compiling futures-util v0.3.32
5782026-05-20T04:02:13.007Z Compiling signal-hook v0.3.18
5792026-05-20T04:02:13.231Z Compiling httparse v1.10.1
5802026-05-20T04:02:13.448Z Compiling tracing v0.1.44
5812026-05-20T04:02:13.542Z Compiling idna v1.1.0
5822026-05-20T04:02:13.620Z Compiling thiserror-impl v2.0.18
5832026-05-20T04:02:14.525Z Compiling addr2line v0.25.1
5842026-05-20T04:02:15.185Z Compiling generic-array v0.14.7
5852026-05-20T04:02:15.325Z Compiling rustc-demangle v0.1.27
5862026-05-20T04:02:15.424Z Compiling try-lock v0.2.5
5872026-05-20T04:02:15.511Z Compiling rustls v0.23.40
5882026-05-20T04:02:15.539Z Compiling thiserror v1.0.69
5892026-05-20T04:02:15.594Z Compiling atomic-waker v1.1.2
5902026-05-20T04:02:15.728Z Compiling tower-service v0.3.3
5912026-05-20T04:02:15.739Z Compiling target-spec v3.6.0
5922026-05-20T04:02:15.821Z Compiling typeid v1.0.3
5932026-05-20T04:02:15.853Z Compiling pkg-config v0.3.33
5942026-05-20T04:02:16.023Z Compiling fastrand v2.4.1
5952026-05-20T04:02:16.292Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5962026-05-20T04:02:16.311Z Compiling tempfile v3.27.0
5972026-05-20T04:02:16.353Z Compiling want v0.3.1
5982026-05-20T04:02:16.407Z Compiling cfg-expr v0.20.7
5992026-05-20T04:02:16.647Z Compiling url v2.5.8
6002026-05-20T04:02:17.166Z Compiling tokio-util v0.7.18
6012026-05-20T04:02:17.733Z Compiling backtrace v0.3.76
6022026-05-20T04:02:17.995Z Compiling h2 v0.4.14
6032026-05-20T04:02:18.189Z Compiling thiserror-impl v1.0.69
6042026-05-20T04:02:18.231Z Compiling terminal_size v0.4.4
6052026-05-20T04:02:18.234Z Compiling aho-corasick v1.1.4
6062026-05-20T04:02:18.383Z Compiling subtle v2.6.1
6072026-05-20T04:02:18.538Z Compiling winnow v0.7.15
6082026-05-20T04:02:19.097Z Compiling typenum v1.20.0
6092026-05-20T04:02:19.324Z Compiling erased-serde v0.4.10
6102026-05-20T04:02:19.625Z Compiling regex-syntax v0.8.10
6112026-05-20T04:02:20.281Z Compiling rustls-webpki v0.103.13
6122026-05-20T04:02:20.451Z Compiling hyper v1.9.0
6132026-05-20T04:02:22.479Z Compiling regex-automata v0.4.14
6142026-05-20T04:02:24.114Z Compiling serde_spanned v0.6.9
6152026-05-20T04:02:24.126Z Compiling toml_datetime v0.6.11
6162026-05-20T04:02:24.275Z Compiling ahash v0.8.12
6172026-05-20T04:02:24.492Z Compiling sync_wrapper v1.0.2
6182026-05-20T04:02:24.540Z Compiling portable-atomic v1.13.1
6192026-05-20T04:02:24.605Z Compiling toml_write v0.1.2
6202026-05-20T04:02:24.847Z Compiling unicode-segmentation v1.13.2
6212026-05-20T04:02:24.995Z Compiling crc32fast v1.5.0
6222026-05-20T04:02:25.237Z Compiling base64 v0.22.1
6232026-05-20T04:02:25.298Z Compiling unicode-linebreak v0.1.5
6242026-05-20T04:02:25.570Z Compiling nextest-workspace-hack v0.1.0
6252026-05-20T04:02:25.719Z Compiling tower-layer v0.3.3
6262026-05-20T04:02:25.759Z Compiling ipnet v2.12.0
6272026-05-20T04:02:25.805Z Compiling is_ci v1.2.0
6282026-05-20T04:02:25.923Z Compiling lazy_static v1.5.0
6292026-05-20T04:02:25.972Z Compiling either v1.15.0
6302026-05-20T04:02:26.026Z Compiling parking_lot_core v0.9.12
6312026-05-20T04:02:26.198Z Compiling foldhash v0.1.5
6322026-05-20T04:02:26.325Z Compiling hashbrown v0.15.5
6332026-05-20T04:02:26.418Z Compiling hyper-util v0.1.20
6342026-05-20T04:02:26.779Z Compiling sharded-slab v0.1.7
6352026-05-20T04:02:26.803Z Compiling tokio-rustls v0.26.4
6362026-05-20T04:02:26.964Z Compiling supports-color v3.0.2
6372026-05-20T04:02:26.976Z Compiling tower v0.5.3
6382026-05-20T04:02:27.102Z Compiling textwrap v0.16.2
6392026-05-20T04:02:27.244Z Compiling convert_case v0.10.0
6402026-05-20T04:02:27.430Z Compiling toml_edit v0.22.27
6412026-05-20T04:02:27.553Z Compiling backtrace-ext v0.2.1
6422026-05-20T04:02:27.803Z Compiling ordered-float v2.10.1
6432026-05-20T04:02:28.079Z Compiling miette-derive v7.6.0
6442026-05-20T04:02:28.119Z Compiling webpki-roots v1.0.7
6452026-05-20T04:02:28.239Z Compiling pathdiff v0.2.3
6462026-05-20T04:02:28.376Z Compiling console v0.15.11
6472026-05-20T04:02:28.498Z Compiling cargo-platform v0.3.3
6482026-05-20T04:02:29.056Z Compiling tracing-log v0.2.0
6492026-05-20T04:02:29.079Z Compiling os_pipe v1.2.3
6502026-05-20T04:02:29.165Z Compiling thread_local v1.1.9
6512026-05-20T04:02:29.309Z Compiling supports-unicode v3.0.0
6522026-05-20T04:02:29.413Z Compiling ryu v1.0.23
6532026-05-20T04:02:29.480Z Compiling winnow v1.0.3
6542026-05-20T04:02:29.552Z Compiling rustix v0.38.44
6552026-05-20T04:02:29.701Z Compiling fixedbitset v0.5.7
6562026-05-20T04:02:29.704Z Compiling unicode-width v0.1.14
6572026-05-20T04:02:29.911Z Compiling scopeguard v1.2.0
6582026-05-20T04:02:30.006Z Compiling supports-hyperlinks v3.2.0
6592026-05-20T04:02:30.018Z Compiling utf8parse v0.2.2
6602026-05-20T04:02:30.125Z Compiling cfg_aliases v0.2.1
6612026-05-20T04:02:30.200Z Compiling debug-ignore v1.0.5
6622026-05-20T04:02:30.219Z Compiling zstd-safe v7.2.4
6632026-05-20T04:02:30.307Z Compiling pulldown-cmark v0.13.3
6642026-05-20T04:02:30.478Z Compiling nix v0.30.1
6652026-05-20T04:02:30.567Z Compiling toml_parser v1.1.2+spec-1.1.0
6662026-05-20T04:02:30.597Z Compiling miette v7.6.0
6672026-05-20T04:02:30.876Z Compiling anstyle-parse v1.0.0
6682026-05-20T04:02:30.938Z Compiling lock_api v0.4.14
6692026-05-20T04:02:31.099Z Compiling petgraph v0.8.3
6702026-05-20T04:02:31.274Z Compiling serde_urlencoded v0.7.1
6712026-05-20T04:02:31.546Z Compiling tracing-subscriber v0.3.23
6722026-05-20T04:02:31.876Z Compiling sigchld v0.2.4
6732026-05-20T04:02:32.070Z Compiling toml v0.8.23
6742026-05-20T04:02:33.037Z Compiling cargo_metadata v0.23.1
6752026-05-20T04:02:33.645Z Compiling hyper-rustls v0.27.9
6762026-05-20T04:02:34.350Z Compiling serde-value v0.7.0
6772026-05-20T04:02:34.647Z Compiling serde-untagged v0.1.9
6782026-05-20T04:02:34.927Z Compiling derive_more-impl v2.1.1
6792026-05-20T04:02:35.091Z Compiling tower-http v0.6.11
6802026-05-20T04:02:35.702Z Compiling itertools v0.14.0
6812026-05-20T04:02:35.731Z Compiling regex v1.12.3
6822026-05-20T04:02:35.746Z Compiling block-buffer v0.10.4
6832026-05-20T04:02:35.871Z Compiling crypto-common v0.1.7
6842026-05-20T04:02:35.891Z Compiling ppv-lite86 v0.2.21
6852026-05-20T04:02:36.007Z Compiling futures-executor v0.3.32
6862026-05-20T04:02:36.227Z Compiling rand_core v0.9.5
6872026-05-20T04:02:36.480Z Compiling pin-project-internal v1.1.13
6882026-05-20T04:02:36.534Z Compiling http-body-util v0.1.3
6892026-05-20T04:02:36.770Z Compiling uuid v1.23.1
6902026-05-20T04:02:36.796Z Compiling smol_str v0.3.6
6912026-05-20T04:02:37.123Z Compiling toml_datetime v1.1.1+spec-1.1.0
6922026-05-20T04:02:37.138Z Compiling serde_spanned v1.1.1
6932026-05-20T04:02:37.157Z Compiling filetime v0.2.29
6942026-05-20T04:02:37.282Z Compiling bstr v1.12.1
6952026-05-20T04:02:37.296Z Compiling vte v0.14.1
6962026-05-20T04:02:37.360Z Compiling number_prefix v0.4.0
6972026-05-20T04:02:37.507Z Compiling iana-time-zone v0.1.65
6982026-05-20T04:02:37.520Z Compiling colorchoice v1.0.5
6992026-05-20T04:02:37.543Z Compiling unicase v2.9.0
7002026-05-20T04:02:37.639Z Compiling nested v0.1.1
7012026-05-20T04:02:37.836Z Compiling static_assertions v1.1.0
7022026-05-20T04:02:37.849Z Compiling anstyle-query v1.1.5
7032026-05-20T04:02:37.910Z Compiling is_terminal_polyfill v1.70.2
7042026-05-20T04:02:37.910Z Compiling color-spantrace v0.3.0
7052026-05-20T04:02:37.949Z Compiling unicode-xid v0.2.6
7062026-05-20T04:02:37.962Z Compiling xattr v1.6.1
7072026-05-20T04:02:38.004Z Compiling eyre v0.6.12
7082026-05-20T04:02:38.072Z Compiling litrs v1.0.0
7092026-05-20T04:02:38.085Z Compiling anstyle v1.0.14
7102026-05-20T04:02:38.147Z Compiling self_update v0.42.0
7112026-05-20T04:02:38.226Z Compiling tinyvec_macros v0.1.1
7122026-05-20T04:02:38.282Z Compiling tinyvec v1.11.0
7132026-05-20T04:02:38.298Z Compiling anstream v1.0.0
7142026-05-20T04:02:38.346Z Compiling tar v0.4.46
7152026-05-20T04:02:38.406Z Compiling cargo-util-schemas v0.2.0
7162026-05-20T04:02:38.516Z Compiling document-features v0.2.12
7172026-05-20T04:02:38.706Z Compiling guppy v0.17.25
7182026-05-20T04:02:38.796Z Compiling globset v0.4.18
7192026-05-20T04:02:39.077Z Compiling chrono v0.4.44
7202026-05-20T04:02:39.714Z Compiling pin-project v1.1.13
7212026-05-20T04:02:39.815Z Compiling indicatif v0.17.11
7222026-05-20T04:02:40.837Z Compiling strip-ansi-escapes v0.2.1
7232026-05-20T04:02:40.840Z Compiling toml v1.1.2+spec-1.1.0
7242026-05-20T04:02:41.319Z Compiling newtype-uuid v1.3.2
7252026-05-20T04:02:41.507Z Compiling nextest-metadata v0.12.2
7262026-05-20T04:02:42.009Z Compiling reqwest v0.12.28
7272026-05-20T04:02:42.032Z Compiling rand_chacha v0.9.0
7282026-05-20T04:02:42.458Z Compiling futures v0.3.32
7292026-05-20T04:02:42.543Z Compiling digest v0.10.7
7302026-05-20T04:02:42.584Z Compiling derive_more v2.1.1
7312026-05-20T04:02:42.667Z Compiling parking_lot v0.12.5
7322026-05-20T04:02:42.772Z Compiling flate2 v1.1.9
7332026-05-20T04:02:42.921Z Compiling tracing-error v0.2.1
7342026-05-20T04:02:43.162Z Compiling shared_child v1.1.1
7352026-05-20T04:02:43.579Z Compiling signal-hook-mio v0.2.5
7362026-05-20T04:02:43.714Z Compiling self-replace v1.5.0
7372026-05-20T04:02:43.843Z Compiling cargo-platform v0.2.0
7382026-05-20T04:02:44.009Z Compiling quick-xml v0.38.4
7392026-05-20T04:02:44.022Z Compiling quick-xml v0.37.5
7402026-05-20T04:02:44.404Z Compiling heck v0.5.0
7412026-05-20T04:02:44.609Z Compiling strsim v0.11.1
7422026-05-20T04:02:44.630Z Compiling indenter v0.3.4
7432026-05-20T04:02:44.760Z Compiling clap_lex v1.1.0
7442026-05-20T04:02:45.118Z Compiling recursion v0.5.4
7452026-05-20T04:02:45.424Z Compiling shell-words v1.1.1
7462026-05-20T04:02:45.527Z Compiling humantime v2.3.0
7472026-05-20T04:02:45.658Z Compiling urlencoding v2.1.3
7482026-05-20T04:02:45.677Z Compiling cpufeatures v0.2.17
7492026-05-20T04:02:45.728Z Compiling clap_derive v4.6.1
7502026-05-20T04:02:45.751Z Compiling sha2 v0.10.9
7512026-05-20T04:02:45.941Z Compiling humantime-serde v1.1.1
7522026-05-20T04:02:46.097Z Compiling clap_builder v4.6.0
7532026-05-20T04:02:46.707Z Compiling nextest-filtering v0.15.0
7542026-05-20T04:02:47.476Z Compiling quick-junit v0.5.2
7552026-05-20T04:02:47.536Z Compiling cargo_metadata v0.20.0
7562026-05-20T04:02:50.563Z Compiling atomicwrites v0.4.4
7572026-05-20T04:02:50.634Z Compiling cargo-nextest v0.9.97
7582026-05-20T04:02:50.846Z Compiling crossterm v0.29.0
7592026-05-20T04:02:51.815Z Compiling duct v0.13.7
7602026-05-20T04:02:52.419Z Compiling async-scoped v0.9.0
7612026-05-20T04:02:52.613Z Compiling zstd v0.13.3
7622026-05-20T04:02:52.678Z Compiling rand v0.9.4
7632026-05-20T04:02:52.693Z Compiling config v0.15.23
7642026-05-20T04:02:52.830Z Compiling unicode-normalization v0.1.25
7652026-05-20T04:02:53.049Z Compiling target-spec-miette v0.4.6
7662026-05-20T04:02:53.406Z Compiling future-queue v0.4.0
7672026-05-20T04:02:53.420Z Compiling mukti-metadata v0.3.0
7682026-05-20T04:02:53.469Z Compiling tokio-stream v0.1.18
7692026-05-20T04:02:53.516Z Compiling camino-tempfile v1.4.1
7702026-05-20T04:02:53.685Z Compiling derive-where v1.6.1
7712026-05-20T04:02:53.904Z Compiling serde_ignored v0.1.14
7722026-05-20T04:02:53.948Z Compiling serde_path_to_error v0.1.20
7732026-05-20T04:02:53.989Z Compiling swrite v0.1.0
7742026-05-20T04:02:54.070Z Compiling hex v0.4.3
7752026-05-20T04:02:54.094Z Compiling xxhash-rust v0.8.15
7762026-05-20T04:02:54.135Z Compiling indent_write v2.2.0
7772026-05-20T04:02:54.272Z Compiling home v0.5.12
7782026-05-20T04:02:54.356Z Compiling color-eyre v0.6.5
7792026-05-20T04:02:54.395Z Compiling clap v4.6.1
7802026-05-20T04:02:54.420Z Compiling dialoguer v0.11.0
7812026-05-20T04:02:54.445Z Compiling enable-ansi-support v0.2.1
7822026-05-20T04:02:54.937Z Compiling nextest-runner v0.80.0
7832026-05-20T04:03:13.006Z Finished `release` profile [optimized] target(s) in 1m 10s
7842026-05-20T04:03:13.189Z Installing /home/build/.cargo/bin/cargo-nextest
7852026-05-20T04:03:13.192Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7862026-05-20T04:03:13.304Z+ pushd bgp
7872026-05-20T04:03:13.310Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7882026-05-20T04:03:13.310Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7892026-05-20T04:03:13.464Z Updating git repository `https://github.com/oxidecomputer/falcon`
7902026-05-20T04:03:14.449ZFrom https://github.com/oxidecomputer/falcon
7912026-05-20T04:03:14.449Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7922026-05-20T04:03:14.525Z Updating crates.io index
7932026-05-20T04:03:14.528Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7942026-05-20T04:03:15.230ZFrom https://github.com/oxidecomputer/dendrite
7952026-05-20T04:03:15.230Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7962026-05-20T04:03:15.295Z Updating git repository `https://github.com/oxidecomputer/ispf`
7972026-05-20T04:03:15.534ZFrom https://github.com/oxidecomputer/ispf
7982026-05-20T04:03:15.534Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7992026-05-20T04:03:15.586Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8002026-05-20T04:03:15.931ZFrom https://github.com/oxidecomputer/netadm-sys
8012026-05-20T04:03:15.931Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
8022026-05-20T04:03:15.940Z Updating git repository `https://github.com/oxidecomputer/omicron`
8032026-05-20T04:03:23.356ZFrom https://github.com/oxidecomputer/omicron
8042026-05-20T04:03:23.357Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
8052026-05-20T04:03:23.771Z Updating git repository `https://github.com/oxidecomputer/opte`
8062026-05-20T04:03:24.381ZFrom https://github.com/oxidecomputer/opte
8072026-05-20T04:03:24.381Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
8082026-05-20T04:03:24.417Z Updating git repository `https://github.com/illumos/smf-rs`
8092026-05-20T04:03:24.692ZFrom https://github.com/illumos/smf-rs
8102026-05-20T04:03:24.692Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8112026-05-20T04:03:24.857Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8122026-05-20T04:03:25.138ZFrom https://github.com/oxidecomputer/network-interface
8132026-05-20T04:03:25.138Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8142026-05-20T04:03:25.245Z Updating git repository `https://github.com/oxidecomputer/zone`
8152026-05-20T04:03:25.497ZFrom https://github.com/oxidecomputer/zone
8162026-05-20T04:03:25.498Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8172026-05-20T04:03:25.523Z Updating git repository `https://github.com/oxidecomputer/propolis`
8182026-05-20T04:03:26.125ZFrom https://github.com/oxidecomputer/propolis
8192026-05-20T04:03:26.125Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8202026-05-20T04:03:26.248Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8212026-05-20T04:03:26.751ZFrom https://github.com/oxidecomputer/transceiver-control
8222026-05-20T04:03:26.752Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8232026-05-20T04:03:26.829Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8242026-05-20T04:03:27.081ZFrom https://github.com/oxidecomputer/dlpi-sys
8252026-05-20T04:03:27.081Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8262026-05-20T04:03:27.099Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8272026-05-20T04:03:27.372ZFrom https://github.com/jmesmon/rust-libzfs
8282026-05-20T04:03:27.372Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8292026-05-20T04:03:27.381Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8302026-05-20T04:03:27.621ZFrom https://github.com/oxidecomputer/rusty-doors
8312026-05-20T04:03:27.622Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8322026-05-20T04:03:27.648Z Updating git repository `https://github.com/oxidecomputer/lldp`
8332026-05-20T04:03:27.962ZFrom https://github.com/oxidecomputer/lldp
8342026-05-20T04:03:27.962Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8352026-05-20T04:03:28.010Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8362026-05-20T04:03:28.266ZFrom https://github.com/oxidecomputer/slog-error-chain
8372026-05-20T04:03:28.266Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8382026-05-20T04:03:28.392Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8392026-05-20T04:03:28.672ZFrom https://github.com/oxidecomputer/tufaceous
8402026-05-20T04:03:28.672Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8412026-05-20T04:03:28.701Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8422026-05-20T04:03:29.187ZFrom https://github.com/oxidecomputer/management-gateway-service
8432026-05-20T04:03:29.187Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8442026-05-20T04:03:29.277Z Updating git repository `https://github.com/oxidecomputer/crucible`
8452026-05-20T04:03:30.153ZFrom https://github.com/oxidecomputer/crucible
8462026-05-20T04:03:30.153Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8472026-05-20T04:03:30.209Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8482026-05-20T04:03:30.461ZFrom https://github.com/oxidecomputer/serde_human_bytes
8492026-05-20T04:03:30.461Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8502026-05-20T04:03:30.606Z Updating git repository `https://github.com/oxidecomputer/propolis`
8512026-05-20T04:03:30.932ZFrom https://github.com/oxidecomputer/propolis
8522026-05-20T04:03:30.932Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8532026-05-20T04:03:31.357Z Updating git repository `https://github.com/oxidecomputer/tofino`
8542026-05-20T04:03:31.701ZFrom https://github.com/oxidecomputer/tofino
8552026-05-20T04:03:31.701Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8562026-05-20T04:03:31.710Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8572026-05-20T04:03:32.382ZFrom https://github.com/oxidecomputer/maghemite
8582026-05-20T04:03:32.382Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8592026-05-20T04:03:32.431Z Updating git repository `https://github.com/oxidecomputer/clickward`
8602026-05-20T04:03:32.683ZFrom https://github.com/oxidecomputer/clickward
8612026-05-20T04:03:32.683Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8622026-05-20T04:03:32.737Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632026-05-20T04:03:33.076ZFrom https://github.com/oxidecomputer/crucible
8642026-05-20T04:03:33.076Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8652026-05-20T04:03:33.308Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8662026-05-20T04:03:33.567ZFrom https://github.com/oxidecomputer/illumos-devinfo
8672026-05-20T04:03:33.567Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8682026-05-20T04:03:34.589Z Downloading crates ...
8692026-05-20T04:03:34.708Z Downloaded cpufeatures v0.3.0
8702026-05-20T04:03:34.711Z Downloaded bit-vec v0.8.0
8712026-05-20T04:03:34.721Z Downloaded match_cfg v0.1.0
8722026-05-20T04:03:34.725Z Downloaded idna_adapter v1.2.2
8732026-05-20T04:03:34.728Z Downloaded gethostname v0.5.0
8742026-05-20T04:03:34.731Z Downloaded hash32 v0.3.1
8752026-05-20T04:03:34.734Z Downloaded async-recursion v1.1.1
8762026-05-20T04:03:34.736Z Downloaded num_threads v0.1.7
8772026-05-20T04:03:34.739Z Downloaded memoffset v0.9.1
8782026-05-20T04:03:34.739Z Downloaded num-derive v0.4.2
8792026-05-20T04:03:34.743Z Downloaded ingot v0.1.1
8802026-05-20T04:03:34.743Z Downloaded newline-converter v0.3.0
8812026-05-20T04:03:34.745Z Downloaded keccak v0.1.6
8822026-05-20T04:03:34.746Z Downloaded libsw-core v0.3.2
8832026-05-20T04:03:34.748Z Downloaded foreign-types-macros v0.2.3
8842026-05-20T04:03:34.751Z Downloaded async-stream v0.3.6
8852026-05-20T04:03:34.751Z Downloaded internet-checksum v0.2.1
8862026-05-20T04:03:34.754Z Downloaded oxide-tokio-rt v0.1.6
8872026-05-20T04:03:34.757Z Downloaded fs_extra v1.3.0
8882026-05-20T04:03:34.762Z Downloaded litemap v0.8.2
8892026-05-20T04:03:34.769Z Downloaded icu_provider v2.2.0
8902026-05-20T04:03:35.185Z Downloaded nom v7.1.3
8912026-05-20T04:03:35.188Z Downloaded float-ord v0.3.2
8922026-05-20T04:03:35.188Z Downloaded ciborium v0.2.2
8932026-05-20T04:03:35.188Z Downloaded num v0.4.3
8942026-05-20T04:03:35.188Z Downloaded no-std-compat v0.4.1
8952026-05-20T04:03:35.188Z Downloaded icu_properties v2.2.0
8962026-05-20T04:03:35.188Z Downloaded derive_more v0.99.20
8972026-05-20T04:03:35.188Z Downloaded lru-cache v0.1.2
8982026-05-20T04:03:35.188Z Downloaded dunce v1.0.5
8992026-05-20T04:03:35.188Z Downloaded foreign-types v0.5.0
9002026-05-20T04:03:35.188Z Downloaded newtype-uuid-macros v0.1.0
9012026-05-20T04:03:35.188Z Downloaded glob v0.3.3
9022026-05-20T04:03:35.188Z Downloaded phf_shared v0.12.1
9032026-05-20T04:03:35.188Z Downloaded newtype_derive v0.1.6
9042026-05-20T04:03:35.188Z Downloaded dtrace-parser v0.2.0
9052026-05-20T04:03:35.189Z Downloaded heck v0.4.1
9062026-05-20T04:03:35.189Z Downloaded crossbeam-epoch v0.9.18
9072026-05-20T04:03:35.189Z Downloaded mime v0.3.17
9082026-05-20T04:03:35.189Z Downloaded foreign-types-shared v0.3.1
9092026-05-20T04:03:35.189Z Downloaded fs-err v3.3.0
9102026-05-20T04:03:35.189Z Downloaded num_enum_derive v0.5.11
9112026-05-20T04:03:35.189Z Downloaded async-stream-impl v0.3.6
9122026-05-20T04:03:35.189Z Downloaded aws-lc-rs v1.17.0
9132026-05-20T04:03:35.189Z Downloaded memmap v0.7.0
9142026-05-20T04:03:35.189Z Downloaded inout v0.1.4
9152026-05-20T04:03:35.189Z Downloaded dyn-clone v1.0.20
9162026-05-20T04:03:35.189Z Downloaded konst_macro_rules v0.2.19
9172026-05-20T04:03:35.189Z Downloaded group v0.13.0
9182026-05-20T04:03:35.189Z Downloaded erased-serde v0.3.31
9192026-05-20T04:03:35.189Z Downloaded progenitor-client v0.11.2
9202026-05-20T04:03:35.189Z Downloaded deranged v0.5.8
9212026-05-20T04:03:35.189Z Downloaded paste v1.0.15
9222026-05-20T04:03:35.189Z Downloaded defmt-parser v1.0.0
9232026-05-20T04:03:35.189Z Downloaded dof v0.4.0
9242026-05-20T04:03:35.189Z Downloaded daft-derive v0.1.7
9252026-05-20T04:03:35.189Z Downloaded darling_macro v0.23.0
9262026-05-20T04:03:35.189Z Downloaded arrayref v0.3.9
9272026-05-20T04:03:35.189Z Downloaded diff v0.1.13
9282026-05-20T04:03:35.189Z Downloaded parse-display v0.10.0
9292026-05-20T04:03:35.189Z Downloaded num-iter v0.1.45
9302026-05-20T04:03:35.189Z Downloaded hubpack v0.1.2
9312026-05-20T04:03:35.189Z Downloaded goblin v0.10.5
9322026-05-20T04:03:35.189Z Downloaded omicron-workspace-hack v0.1.0
9332026-05-20T04:03:35.189Z Downloaded num-conv v0.2.1
9342026-05-20T04:03:35.189Z Downloaded opaque-debug v0.3.1
9352026-05-20T04:03:35.189Z Downloaded dropshot-api-manager-types v0.7.1
9362026-05-20T04:03:35.189Z Downloaded hostname v0.4.2
9372026-05-20T04:03:35.189Z Downloaded crossbeam-channel v0.5.15
9382026-05-20T04:03:35.189Z Downloaded macaddr v1.0.1
9392026-05-20T04:03:35.189Z Downloaded enum-as-inner v0.6.1
9402026-05-20T04:03:35.189Z Downloaded num-integer v0.1.46
9412026-05-20T04:03:35.189Z Downloaded num_enum_derive v0.7.6
9422026-05-20T04:03:35.189Z Downloaded dtrace-parser v0.3.0
9432026-05-20T04:03:35.189Z Downloaded crypto-bigint v0.5.5
9442026-05-20T04:03:35.190Z Downloaded cipher v0.4.4
9452026-05-20T04:03:35.190Z Downloaded ciborium-ll v0.2.2
9462026-05-20T04:03:35.190Z Downloaded bit-set v0.8.0
9472026-05-20T04:03:35.190Z Downloaded base16ct v1.0.0
9482026-05-20T04:03:35.190Z Downloaded half v2.7.1
9492026-05-20T04:03:35.190Z Downloaded proc-macro-error-attr v1.0.4
9502026-05-20T04:03:35.190Z Downloaded const_format v0.2.36
9512026-05-20T04:03:35.190Z Downloaded chacha20 v0.10.0
9522026-05-20T04:03:35.190Z Downloaded num_enum v0.5.11
9532026-05-20T04:03:35.190Z Downloaded num-rational v0.4.2
9542026-05-20T04:03:35.190Z Downloaded multer v3.1.0
9552026-05-20T04:03:35.190Z Downloaded libsw v3.5.0
9562026-05-20T04:03:35.190Z Downloaded parse-display-derive v0.10.0
9572026-05-20T04:03:35.190Z Downloaded embedded-io v0.6.1
9582026-05-20T04:03:35.190Z Downloaded defmt v1.1.0
9592026-05-20T04:03:35.190Z Downloaded progenitor-client v0.14.0
9602026-05-20T04:03:35.190Z Downloaded compression-core v0.4.32
9612026-05-20T04:03:35.190Z Downloaded crossbeam-utils v0.8.21
9622026-05-20T04:03:35.190Z Downloaded cancel-safe-futures v0.1.5
9632026-05-20T04:03:35.190Z Downloaded blake2 v0.10.6
9642026-05-20T04:03:35.190Z Downloaded constant_time_eq v0.4.2
9652026-05-20T04:03:35.190Z Downloaded bcs v0.1.6
9662026-05-20T04:03:35.190Z Downloaded displaydoc v0.2.5
9672026-05-20T04:03:35.190Z Downloaded backoff v0.4.0
9682026-05-20T04:03:35.190Z Downloaded bitflags v1.3.2
9692026-05-20T04:03:35.190Z Downloaded progenitor-macro v0.14.0
9702026-05-20T04:03:35.190Z Downloaded progenitor-client v0.10.0
9712026-05-20T04:03:35.190Z Downloaded pretty-hex v0.4.2
9722026-05-20T04:03:35.190Z Downloaded dof v0.3.0
9732026-05-20T04:03:35.190Z Downloaded colored v3.1.1
9742026-05-20T04:03:35.190Z Downloaded powerfmt v0.2.0
9752026-05-20T04:03:35.190Z Downloaded phf v0.12.1
9762026-05-20T04:03:35.190Z Downloaded crc8 v0.1.1
9772026-05-20T04:03:35.190Z Downloaded cookie v0.18.1
9782026-05-20T04:03:35.190Z Downloaded password-hash v0.5.0
9792026-05-20T04:03:35.190Z Downloaded ref-cast v1.0.25
9802026-05-20T04:03:35.190Z Downloaded ref-cast-impl v1.0.25
9812026-05-20T04:03:35.190Z Downloaded progenitor-client v0.13.0
9822026-05-20T04:03:35.190Z Downloaded defmt-macros v1.1.0
9832026-05-20T04:03:35.191Z Downloaded const_format_proc_macros v0.2.34
9842026-05-20T04:03:35.191Z Downloaded progenitor-macro v0.11.2
9852026-05-20T04:03:35.191Z Downloaded scroll v0.13.0
9862026-05-20T04:03:35.191Z Downloaded ingot-macros v0.1.1
9872026-05-20T04:03:35.191Z Downloaded darling v0.21.3
9882026-05-20T04:03:35.191Z Downloaded proc-macro-error2 v2.0.1
9892026-05-20T04:03:35.191Z Downloaded num-complex v0.4.6
9902026-05-20T04:03:35.191Z Downloaded progenitor-extras v0.2.0
9912026-05-20T04:03:35.194Z Downloaded progenitor-macro v0.13.0
9922026-05-20T04:03:35.194Z Downloaded progenitor v0.13.0
9932026-05-20T04:03:35.194Z Downloaded darling_macro v0.21.3
9942026-05-20T04:03:35.194Z Downloaded dropshot_endpoint v0.17.0
9952026-05-20T04:03:35.194Z Downloaded serde-big-array v0.5.1
9962026-05-20T04:03:35.194Z Downloaded chacha20 v0.9.1
9972026-05-20T04:03:35.194Z Downloaded sha1 v0.10.6
9982026-05-20T04:03:35.194Z Downloaded semver v0.1.20
9992026-05-20T04:03:35.194Z Downloaded bytecount v0.6.9
10002026-05-20T04:03:35.194Z Downloaded rand_xorshift v0.4.0
10012026-05-20T04:03:35.194Z Downloaded slog-json v2.6.1
10022026-05-20T04:03:35.194Z Downloaded compression-codecs v0.4.38
10032026-05-20T04:03:35.194Z Downloaded pest_generator v2.8.6
10042026-05-20T04:03:35.194Z Downloaded cargo_toml v0.22.3
10052026-05-20T04:03:35.194Z Downloaded tabled_derive v0.7.0
10062026-05-20T04:03:35.195Z Downloaded allocator-api2 v0.2.21
10072026-05-20T04:03:35.195Z Downloaded rand_core v0.10.1
10082026-05-20T04:03:35.195Z Downloaded darling_core v0.23.0
10092026-05-20T04:03:35.195Z Downloaded arc-swap v1.9.1
10102026-05-20T04:03:35.195Z Downloaded progenitor v0.10.0
10112026-05-20T04:03:35.195Z Downloaded async-compression v0.4.42
10122026-05-20T04:03:35.195Z Downloaded proc-macro-error v1.0.4
10132026-05-20T04:03:35.195Z Downloaded postcard v1.1.3
10142026-05-20T04:03:35.195Z Downloaded memmap2 v0.9.10
10152026-05-20T04:03:35.195Z Downloaded siphasher v1.0.3
10162026-05-20T04:03:35.195Z Downloaded poly1305 v0.8.0
10172026-05-20T04:03:35.195Z Downloaded hmac v0.12.1
10182026-05-20T04:03:35.195Z Downloaded convert_case v0.4.0
10192026-05-20T04:03:35.195Z Downloaded olpc-cjson v0.1.4
10202026-05-20T04:03:35.195Z Downloaded chacha20poly1305 v0.10.1
10212026-05-20T04:03:35.195Z Downloaded same-file v1.0.6
10222026-05-20T04:03:35.195Z Downloaded quick-error v1.2.3
10232026-05-20T04:03:35.195Z Downloaded minimal-lexical v0.2.1
10242026-05-20T04:03:35.195Z Downloaded indexmap v1.9.3
10252026-05-20T04:03:35.195Z Downloaded byteorder v1.5.0
10262026-05-20T04:03:35.195Z Downloaded secrecy v0.10.3
10272026-05-20T04:03:35.195Z Downloaded argon2 v0.5.3
10282026-05-20T04:03:35.195Z Downloaded icu_normalizer v2.2.0
10292026-05-20T04:03:35.195Z Downloaded papergrid v0.11.0
10302026-05-20T04:03:35.195Z Downloaded test-strategy v0.4.5
10312026-05-20T04:03:35.195Z Downloaded serial_test_derive v3.4.0
10322026-05-20T04:03:35.195Z Downloaded sdd v3.0.10
10332026-05-20T04:03:35.195Z Downloaded structmeta v0.3.0
10342026-05-20T04:03:35.195Z Downloaded rand v0.8.6
10352026-05-20T04:03:35.195Z Downloaded rusty-fork v0.3.1
10362026-05-20T04:03:35.195Z Downloaded rustversion v1.0.22
10372026-05-20T04:03:35.195Z Downloaded rayon-core v1.13.0
10382026-05-20T04:03:35.195Z Downloaded vsss-rs v3.3.4
10392026-05-20T04:03:35.195Z Downloaded indicatif v0.18.4
10402026-05-20T04:03:35.195Z Downloaded const-random-macro v0.1.16
10412026-05-20T04:03:35.195Z Downloaded papergrid v0.17.0
10422026-05-20T04:03:35.195Z Downloaded base64 v0.21.7
10432026-05-20T04:03:35.196Z Downloaded progenitor v0.11.2
10442026-05-20T04:03:35.196Z Downloaded cmake v0.1.58
10452026-05-20T04:03:35.196Z Downloaded take_mut v0.2.2
10462026-05-20T04:03:35.196Z Downloaded scroll_derive v0.13.1
10472026-05-20T04:03:35.196Z Downloaded spin v0.5.2
10482026-05-20T04:03:35.196Z Downloaded blake3 v1.8.5
10492026-05-20T04:03:35.196Z Downloaded thread-id v5.1.0
10502026-05-20T04:03:35.196Z Downloaded thiserror-impl-no-std v2.0.2
10512026-05-20T04:03:35.196Z Downloaded thread-id v4.2.2
10522026-05-20T04:03:35.196Z Downloaded tabwriter v1.4.1
10532026-05-20T04:03:35.196Z Downloaded serial_test v3.4.0
10542026-05-20T04:03:35.196Z Downloaded omicron-zone-package v0.12.2
10552026-05-20T04:03:35.196Z Downloaded tabled_derive v0.11.0
10562026-05-20T04:03:35.196Z Downloaded anyhow v1.0.102
10572026-05-20T04:03:35.196Z Downloaded resolv-conf v0.7.6
10582026-05-20T04:03:35.196Z Downloaded pest_derive v2.8.6
10592026-05-20T04:03:35.196Z Downloaded heapless v0.8.0
10602026-05-20T04:03:35.196Z Downloaded serde_derive_internals v0.29.1
10612026-05-20T04:03:35.196Z Downloaded base16ct v0.2.0
10622026-05-20T04:03:35.196Z Downloaded csv-core v0.1.13
10632026-05-20T04:03:35.196Z Downloaded smawk v0.3.2
10642026-05-20T04:03:35.196Z Downloaded slog-stdlog v4.1.1
10652026-05-20T04:03:35.196Z Downloaded tower-http v0.6.10
10662026-05-20T04:03:35.196Z Downloaded unarray v0.1.4
10672026-05-20T04:03:35.196Z Downloaded typify-macro v0.4.3
10682026-05-20T04:03:35.196Z Downloaded usdt-macro v0.5.0
10692026-05-20T04:03:35.196Z Downloaded unit-prefix v0.5.2
10702026-05-20T04:03:35.196Z Downloaded usdt v0.5.0
10712026-05-20T04:03:35.196Z Downloaded snafu-derive v0.8.9
10722026-05-20T04:03:35.196Z Downloaded smf v0.2.3
10732026-05-20T04:03:35.196Z Downloaded slog-scope v4.4.1
10742026-05-20T04:03:35.196Z Downloaded progenitor-impl v0.10.0
10752026-05-20T04:03:35.196Z Downloaded crunchy v0.2.4
10762026-05-20T04:03:35.196Z Downloaded progenitor-impl v0.13.0
10772026-05-20T04:03:35.196Z Downloaded icu_normalizer_data v2.2.0
10782026-05-20T04:03:35.196Z Downloaded konst v0.2.20
10792026-05-20T04:03:35.196Z Downloaded icu_locale_core v2.2.0
10802026-05-20T04:03:35.196Z Downloaded hickory-resolver v0.25.2
10812026-05-20T04:03:35.196Z Downloaded zerofrom v0.1.8
10822026-05-20T04:03:35.197Z Downloaded waitgroup v0.1.2
10832026-05-20T04:03:35.197Z Downloaded pretty_assertions v1.4.1
10842026-05-20T04:03:35.197Z Downloaded proc-macro-crate v3.5.0
10852026-05-20T04:03:35.197Z Downloaded prettyplease v0.2.37
10862026-05-20T04:03:35.197Z Downloaded strum_macros v0.26.4
10872026-05-20T04:03:35.197Z Downloaded time-macros v0.2.27
10882026-05-20T04:03:35.197Z Downloaded tokio-tungstenite v0.21.0
10892026-05-20T04:03:35.197Z Downloaded zeroize_derive v1.4.3
10902026-05-20T04:03:35.197Z Downloaded tokio-dtrace v0.1.1
10912026-05-20T04:03:35.202Z Downloaded thiserror-no-std v2.0.2
10922026-05-20T04:03:35.202Z Downloaded progenitor-impl v0.11.2
10932026-05-20T04:03:35.203Z Downloaded pem v3.0.6
10942026-05-20T04:03:35.203Z Downloaded slog-async v2.8.0
10952026-05-20T04:03:35.203Z Downloaded winnow v0.5.40
10962026-05-20T04:03:35.203Z Downloaded serde_plain v1.0.2
10972026-05-20T04:03:35.203Z Downloaded progenitor-impl v0.14.0
10982026-05-20T04:03:35.203Z Downloaded darling_core v0.21.3
10992026-05-20T04:03:35.203Z Downloaded spin v0.9.8
11002026-05-20T04:03:35.203Z Downloaded parking_lot_core v0.8.6
11012026-05-20T04:03:35.203Z Downloaded zone_cfg_derive v0.3.1
11022026-05-20T04:03:35.203Z Downloaded universal-hash v0.5.1
11032026-05-20T04:03:35.203Z Downloaded zone v0.3.1
11042026-05-20T04:03:35.203Z Downloaded dropshot v0.17.0
11052026-05-20T04:03:35.203Z Downloaded usdt v0.6.0
11062026-05-20T04:03:35.203Z Downloaded hashbrown v0.12.3
11072026-05-20T04:03:35.203Z Downloaded schemars_derive v0.8.22
11082026-05-20T04:03:35.203Z Downloaded jiff-static v0.2.24
11092026-05-20T04:03:35.203Z Downloaded zerocopy v0.7.35
11102026-05-20T04:03:35.203Z Downloaded thin-vec v0.2.18
11112026-05-20T04:03:35.203Z Downloaded hickory-resolver v0.24.4
11122026-05-20T04:03:35.203Z Downloaded untrusted v0.7.1
11132026-05-20T04:03:35.203Z Downloaded typify-macro v0.6.2
11142026-05-20T04:03:35.203Z Downloaded serde_repr v0.1.20
11152026-05-20T04:03:35.203Z Downloaded num_enum v0.7.6
11162026-05-20T04:03:35.203Z Downloaded zerofrom-derive v0.1.7
11172026-05-20T04:03:35.203Z Downloaded stable_deref_trait v1.2.1
11182026-05-20T04:03:35.203Z Downloaded slog-bunyan v2.5.0
11192026-05-20T04:03:35.203Z Downloaded schemars v0.9.0
11202026-05-20T04:03:35.203Z Downloaded usdt-impl v0.6.0
11212026-05-20T04:03:35.206Z Downloaded toml v0.7.8
11222026-05-20T04:03:35.206Z Downloaded yoke v0.8.2
11232026-05-20T04:03:35.207Z Downloaded progenitor v0.14.0
11242026-05-20T04:03:35.207Z Downloaded similar v2.7.0
11252026-05-20T04:03:35.211Z Downloaded synstructure v0.13.2
11262026-05-20T04:03:35.211Z Downloaded slog-dtrace v0.3.0
11272026-05-20T04:03:35.215Z Downloaded sigpipe v0.1.3
11282026-05-20T04:03:35.215Z Downloaded pest_meta v2.8.6
11292026-05-20T04:03:35.215Z Downloaded linear-map v1.2.0
11302026-05-20T04:03:35.215Z Downloaded drift v0.1.4
11312026-05-20T04:03:35.219Z Downloaded zerocopy-derive v0.7.35
11322026-05-20T04:03:35.222Z Downloaded strum v0.26.3
11332026-05-20T04:03:35.634Z Downloaded schemars v1.2.1
11342026-05-20T04:03:35.638Z Downloaded zerovec-derive v0.11.3
11352026-05-20T04:03:35.638Z Downloaded rand v0.10.1
11362026-05-20T04:03:35.638Z Downloaded snafu v0.8.9
11372026-05-20T04:03:35.638Z Downloaded rand_chacha v0.3.1
11382026-05-20T04:03:35.638Z Downloaded schemars v0.8.22
11392026-05-20T04:03:35.638Z Downloaded itertools v0.12.1
11402026-05-20T04:03:35.638Z Downloaded tinystr v0.8.3
11412026-05-20T04:03:35.638Z Downloaded rustls-pemfile v2.2.0
11422026-05-20T04:03:35.638Z Downloaded icu_properties_data v2.2.0
11432026-05-20T04:03:35.638Z Downloaded slog-term v2.9.2
11442026-05-20T04:03:35.638Z Downloaded termtree v0.5.1
11452026-05-20T04:03:35.638Z Downloaded hashbrown v0.16.1
11462026-05-20T04:03:35.638Z Downloaded zerotrie v0.2.4
11472026-05-20T04:03:35.638Z Downloaded time-core v0.1.8
11482026-05-20T04:03:35.638Z Downloaded term v1.2.1
11492026-05-20T04:03:35.638Z Downloaded nom v8.0.0
11502026-05-20T04:03:35.638Z Downloaded typed-path v0.9.3
11512026-05-20T04:03:35.638Z Downloaded hkdf v0.12.4
11522026-05-20T04:03:35.638Z Downloaded iddqd v0.3.18
11532026-05-20T04:03:35.638Z Downloaded tagptr v0.2.0
11542026-05-20T04:03:35.638Z Downloaded strum v0.27.2
11552026-05-20T04:03:35.638Z Downloaded icu_collections v2.2.0
11562026-05-20T04:03:35.638Z Downloaded oxnet v0.1.5
11572026-05-20T04:03:35.638Z Downloaded zerocopy-derive v0.8.48
11582026-05-20T04:03:35.638Z Downloaded serde_with_macros v3.20.0
11592026-05-20T04:03:35.638Z Downloaded goblin v0.8.2
11602026-05-20T04:03:35.638Z Downloaded utf-8 v0.7.6
11612026-05-20T04:03:35.638Z Downloaded scc v2.4.0
11622026-05-20T04:03:35.638Z Downloaded usdt-attr-macro v0.6.0
11632026-05-20T04:03:35.638Z Downloaded libm v0.2.16
11642026-05-20T04:03:35.638Z Downloaded yoke-derive v0.8.2
11652026-05-20T04:03:35.638Z Downloaded nix v0.31.3
11662026-05-20T04:03:35.638Z Downloaded writeable v0.6.3
11672026-05-20T04:03:35.638Z Downloaded highway v1.3.0
11682026-05-20T04:03:35.638Z Downloaded reqwest v0.13.3
11692026-05-20T04:03:35.639Z Downloaded rustls-webpki v0.102.8
11702026-05-20T04:03:35.639Z Downloaded zerovec v0.11.6
11712026-05-20T04:03:35.639Z Downloaded usdt-impl v0.5.0
11722026-05-20T04:03:35.639Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11732026-05-20T04:03:35.639Z Downloaded tokio-rustls v0.25.0
11742026-05-20T04:03:35.639Z Downloaded proptest v1.11.0
11752026-05-20T04:03:35.639Z Downloaded wait-timeout v0.2.1
11762026-05-20T04:03:35.639Z Downloaded topological-sort v0.2.2
11772026-05-20T04:03:35.639Z Downloaded moka v0.12.15
11782026-05-20T04:03:35.639Z Downloaded xz2 v0.1.7
11792026-05-20T04:03:35.639Z Downloaded qorb v0.4.1
11802026-05-20T04:03:35.639Z Downloaded byte-wrapper v0.1.0
11812026-05-20T04:03:35.639Z Downloaded bs58 v0.5.1
11822026-05-20T04:03:35.639Z Downloaded backon v1.6.0
11832026-05-20T04:03:35.639Z Downloaded ff v0.13.1
11842026-05-20T04:03:35.639Z Downloaded defmt v0.3.100
11852026-05-20T04:03:35.639Z Downloaded ipnetwork v0.21.1
11862026-05-20T04:03:35.639Z Downloaded potential_utf v0.1.5
11872026-05-20T04:03:35.639Z Downloaded cstr-argument v0.1.2
11882026-05-20T04:03:35.639Z Downloaded crossbeam-deque v0.8.6
11892026-05-20T04:03:35.639Z Downloaded critical-section v1.2.0
11902026-05-20T04:03:35.639Z Downloaded arrayvec v0.7.6
11912026-05-20T04:03:35.639Z Downloaded fxhash v0.2.1
11922026-05-20T04:03:35.639Z Downloaded expectorate v1.2.0
11932026-05-20T04:03:35.639Z Downloaded whoami v1.6.1
11942026-05-20T04:03:35.639Z Downloaded data-encoding v2.11.0
11952026-05-20T04:03:35.639Z Downloaded darling v0.23.0
11962026-05-20T04:03:35.639Z Downloaded daft v0.1.7
11972026-05-20T04:03:35.639Z Downloaded cobs v0.3.0
11982026-05-20T04:03:35.639Z Downloaded async-trait v0.1.89
11992026-05-20T04:03:35.639Z Downloaded serde_yaml v0.9.34+deprecated
12002026-05-20T04:03:35.639Z Downloaded natord v1.0.9
12012026-05-20T04:03:35.639Z Downloaded libscf-sys v1.2.0
12022026-05-20T04:03:35.639Z Downloaded instant v0.1.13
12032026-05-20T04:03:35.639Z Downloaded hubpack_derive v0.1.1
12042026-05-20T04:03:35.639Z Downloaded hostname v0.3.1
12052026-05-20T04:03:35.639Z Downloaded const-random v0.1.18
12062026-05-20T04:03:35.639Z Downloaded aead v0.5.2
12072026-05-20T04:03:35.639Z Downloaded parking_lot v0.11.2
12082026-05-20T04:03:35.640Z Downloaded linked-hash-map v0.5.6
12092026-05-20T04:03:35.640Z Downloaded ingot-types v0.1.2
12102026-05-20T04:03:35.640Z Downloaded git-stub-vcs v0.1.0
12112026-05-20T04:03:35.640Z Downloaded fixedbitset v0.4.2
12122026-05-20T04:03:35.640Z Downloaded proc-macro-crate v1.3.1
12132026-05-20T04:03:35.640Z Downloaded embedded-io v0.4.0
12142026-05-20T04:03:35.640Z Downloaded typify v0.4.3
12152026-05-20T04:03:35.640Z Downloaded proc-macro-error-attr2 v2.0.0
12162026-05-20T04:03:35.640Z Downloaded ciborium-io v0.2.2
12172026-05-20T04:03:35.640Z Downloaded derive-ex v0.1.8
12182026-05-20T04:03:35.640Z Downloaded foldhash v0.2.0
12192026-05-20T04:03:35.640Z Downloaded dropshot-api-manager v0.7.1
12202026-05-20T04:03:35.640Z Downloaded tar v0.4.45
12212026-05-20T04:03:35.640Z Downloaded plain v0.2.3
12222026-05-20T04:03:35.640Z Downloaded pest v2.8.6
12232026-05-20T04:03:35.640Z Downloaded console v0.16.3
12242026-05-20T04:03:35.640Z Downloaded tungstenite v0.21.0
12252026-05-20T04:03:35.640Z Downloaded unsafe-libyaml v0.2.11
12262026-05-20T04:03:35.640Z Downloaded elliptic-curve v0.13.8
12272026-05-20T04:03:35.640Z Downloaded managed v0.8.0
12282026-05-20T04:03:35.640Z Downloaded is-terminal v0.4.17
12292026-05-20T04:03:35.640Z Downloaded ident_case v1.0.1
12302026-05-20T04:03:35.640Z Downloaded steno v0.4.1
12312026-05-20T04:03:35.640Z Downloaded regress v0.10.5
12322026-05-20T04:03:35.640Z Downloaded toml_edit v0.19.15
12332026-05-20T04:03:35.640Z Downloaded git-stub v1.0.0
12342026-05-20T04:03:35.645Z Downloaded openapiv3 v2.2.0
12352026-05-20T04:03:35.645Z Downloaded yansi v1.0.1
12362026-05-20T04:03:35.645Z Downloaded hickory-proto v0.25.2
12372026-05-20T04:03:35.645Z Downloaded regress v0.11.1
12382026-05-20T04:03:35.645Z Downloaded hickory-proto v0.24.4
12392026-05-20T04:03:35.645Z Downloaded structmeta-derive v0.3.0
12402026-05-20T04:03:35.645Z Downloaded chrono-tz v0.10.4
12412026-05-20T04:03:35.645Z Downloaded tough v0.22.0
12422026-05-20T04:03:35.645Z Downloaded syn v1.0.109
12432026-05-20T04:03:35.645Z Downloaded smoltcp v0.11.0
12442026-05-20T04:03:35.645Z Downloaded crucible-workspace-hack v0.1.0
12452026-05-20T04:03:35.645Z Downloaded csv v1.4.0
12462026-05-20T04:03:35.645Z Downloaded lzma-sys v0.1.20
12472026-05-20T04:03:35.645Z Downloaded tabled v0.15.0
12482026-05-20T04:03:35.645Z Downloaded tabled v0.20.0
12492026-05-20T04:03:35.645Z Downloaded ucd-trie v0.1.7
12502026-05-20T04:03:35.645Z Downloaded time v0.3.47
12512026-05-20T04:03:35.645Z Downloaded slog-envlogger v2.2.0
12522026-05-20T04:03:35.645Z Downloaded rustls-platform-verifier v0.7.0
12532026-05-20T04:03:35.646Z Downloaded petgraph v0.6.5
12542026-05-20T04:03:35.646Z Downloaded toml v0.9.12+spec-1.1.0
12552026-05-20T04:03:35.646Z Downloaded sha3 v0.10.9
12562026-05-20T04:03:35.646Z Downloaded strum_macros v0.27.2
12572026-05-20T04:03:35.646Z Downloaded progenitor-macro v0.10.0
12582026-05-20T04:03:35.646Z Downloaded jiff v0.2.24
12592026-05-20T04:03:35.646Z Downloaded scroll v0.12.0
12602026-05-20T04:03:35.646Z Downloaded rhai v1.24.0
12612026-05-20T04:03:35.646Z Downloaded rustls-native-certs v0.8.3
12622026-05-20T04:03:35.646Z Downloaded rhai_codegen v3.1.0
12632026-05-20T04:03:35.646Z Downloaded rustc_version v0.1.7
12642026-05-20T04:03:35.646Z Downloaded tiny-keccak v2.0.2
12652026-05-20T04:03:35.646Z Downloaded smartstring v1.0.1
12662026-05-20T04:03:35.646Z Downloaded slog v2.8.2
12672026-05-20T04:03:35.646Z Downloaded testing_table v0.3.0
12682026-05-20T04:03:35.646Z Downloaded httpdate v1.0.3
12692026-05-20T04:03:35.646Z Downloaded sled v0.34.7
12702026-05-20T04:03:35.646Z Downloaded scroll_derive v0.12.1
12712026-05-20T04:03:35.646Z Downloaded walkdir v2.5.0
12722026-05-20T04:03:35.646Z Downloaded usdt-attr-macro v0.5.0
12732026-05-20T04:03:35.646Z Downloaded rayon v1.12.0
12742026-05-20T04:03:35.646Z Downloaded usdt-macro v0.6.0
12752026-05-20T04:03:35.646Z Downloaded serde_tokenstream v0.2.3
12762026-05-20T04:03:35.646Z Downloaded serde_with v3.20.0
12772026-05-20T04:03:35.654Z Downloaded typify v0.6.2
12782026-05-20T04:03:35.654Z Downloaded typify-impl v0.4.3
12792026-05-20T04:03:35.658Z Downloaded toml_edit v0.25.11+spec-1.1.0
12802026-05-20T04:03:35.711Z Downloaded rustls v0.22.4
12812026-05-20T04:03:35.729Z Downloaded encoding_rs v0.8.35
12822026-05-20T04:03:35.741Z Downloaded typify-impl v0.6.2
12832026-05-20T04:03:36.248Z Downloaded aws-lc-sys v0.41.0
12842026-05-20T04:03:37.151Z Compiling proc-macro2 v1.0.106
12852026-05-20T04:03:37.151Z Compiling quote v1.0.45
12862026-05-20T04:03:37.151Z Compiling unicode-ident v1.0.24
12872026-05-20T04:03:37.151Z Compiling serde_core v1.0.228
12882026-05-20T04:03:37.151Z Compiling cfg-if v1.0.4
12892026-05-20T04:03:37.156Z Compiling serde v1.0.228
12902026-05-20T04:03:37.156Z Compiling libc v0.2.186
12912026-05-20T04:03:37.156Z Compiling memchr v2.8.0
12922026-05-20T04:03:37.352Z Compiling itoa v1.0.18
12932026-05-20T04:03:37.528Z Compiling zmij v1.0.21
12942026-05-20T04:03:37.589Z Compiling autocfg v1.5.0
12952026-05-20T04:03:37.614Z Compiling libm v0.2.16
12962026-05-20T04:03:37.926Z Compiling stable_deref_trait v1.2.1
12972026-05-20T04:03:37.947Z Compiling version_check v0.9.5
12982026-05-20T04:03:37.995Z Compiling litemap v0.8.2
12992026-05-20T04:03:38.021Z Compiling writeable v0.6.3
13002026-05-20T04:03:38.126Z Compiling utf8_iter v1.0.4
13012026-05-20T04:03:38.167Z Compiling icu_normalizer_data v2.2.0
13022026-05-20T04:03:38.178Z Compiling percent-encoding v2.3.2
13032026-05-20T04:03:38.208Z Compiling icu_properties_data v2.2.0
13042026-05-20T04:03:38.217Z Compiling iana-time-zone v0.1.65
13052026-05-20T04:03:38.367Z Compiling equivalent v1.0.2
13062026-05-20T04:03:38.433Z Compiling syn v2.0.117
13072026-05-20T04:03:38.453Z Compiling form_urlencoded v1.2.2
13082026-05-20T04:03:38.483Z Compiling pin-project-lite v0.2.17
13092026-05-20T04:03:38.542Z Compiling serde_json v1.0.149
13102026-05-20T04:03:38.562Z Compiling dyn-clone v1.0.20
13112026-05-20T04:03:38.592Z Compiling scopeguard v1.2.0
13122026-05-20T04:03:38.602Z Compiling parking_lot_core v0.9.12
13132026-05-20T04:03:38.628Z Compiling num-traits v0.2.19
13142026-05-20T04:03:38.692Z Compiling lock_api v0.4.14
13152026-05-20T04:03:38.695Z Compiling hashbrown v0.17.1
13162026-05-20T04:03:38.801Z Compiling thiserror v2.0.18
13172026-05-20T04:03:38.980Z Compiling getrandom v0.4.2
13182026-05-20T04:03:38.991Z Compiling rand_core v0.10.1
13192026-05-20T04:03:39.141Z Compiling errno v0.3.14
13202026-05-20T04:03:39.206Z Compiling log v0.4.29
13212026-05-20T04:03:39.286Z Compiling jobserver v0.1.34
13222026-05-20T04:03:39.353Z Compiling shlex v1.3.0
13232026-05-20T04:03:39.393Z Compiling find-msvc-tools v0.1.9
13242026-05-20T04:03:39.413Z Compiling semver v1.0.28
13252026-05-20T04:03:39.537Z Compiling indexmap v2.14.0
13262026-05-20T04:03:39.583Z Compiling heck v0.5.0
13272026-05-20T04:03:39.606Z Compiling cc v1.2.62
13282026-05-20T04:03:39.626Z Compiling futures-core v0.3.32
13292026-05-20T04:03:39.739Z Compiling zerocopy v0.8.48
13302026-05-20T04:03:39.780Z Compiling uuid v1.23.1
13312026-05-20T04:03:39.849Z Compiling futures-sink v0.3.32
13322026-05-20T04:03:39.949Z Compiling schemars v0.8.22
13332026-05-20T04:03:40.187Z Compiling slab v0.4.12
13342026-05-20T04:03:40.196Z Compiling rustversion v1.0.22
13352026-05-20T04:03:40.207Z Compiling fnv v1.0.7
13362026-05-20T04:03:40.233Z Compiling futures-channel v0.3.32
13372026-05-20T04:03:40.304Z Compiling bitflags v2.11.1
13382026-05-20T04:03:40.357Z Compiling futures-io v0.3.32
13392026-05-20T04:03:40.459Z Compiling futures-task v0.3.32
13402026-05-20T04:03:40.518Z Compiling socket2 v0.6.3
13412026-05-20T04:03:40.544Z Compiling portable-atomic v1.13.1
13422026-05-20T04:03:40.628Z Compiling signal-hook-registry v1.4.8
13432026-05-20T04:03:40.640Z Compiling mio v1.2.0
13442026-05-20T04:03:40.919Z Compiling critical-section v1.2.0
13452026-05-20T04:03:40.927Z Compiling getrandom v0.2.17
13462026-05-20T04:03:40.977Z Compiling typenum v1.20.0
13472026-05-20T04:03:40.980Z Compiling subtle v2.6.1
13482026-05-20T04:03:41.021Z Compiling base64 v0.22.1
13492026-05-20T04:03:41.113Z Compiling untrusted v0.9.0
13502026-05-20T04:03:41.155Z Compiling strsim v0.11.1
13512026-05-20T04:03:41.169Z Compiling byteorder v1.5.0
13522026-05-20T04:03:41.190Z Compiling slog v2.8.2
13532026-05-20T04:03:41.261Z Compiling rustix v1.1.4
13542026-05-20T04:03:41.362Z Compiling synstructure v0.13.2
13552026-05-20T04:03:41.395Z Compiling serde_derive_internals v0.29.1
13562026-05-20T04:03:41.446Z Compiling rand_core v0.6.4
13572026-05-20T04:03:41.965Z Compiling once_cell v1.21.4
13582026-05-20T04:03:41.973Z Compiling regex-syntax v0.8.10
13592026-05-20T04:03:41.973Z Compiling cmake v0.1.58
13602026-05-20T04:03:41.973Z Compiling fs_extra v1.3.0
13612026-05-20T04:03:41.973Z Compiling dunce v1.0.5
13622026-05-20T04:03:41.973Z Compiling httparse v1.10.1
13632026-05-20T04:03:41.973Z Compiling atomic-waker v1.1.2
13642026-05-20T04:03:41.973Z Compiling ipnet v2.12.0
13652026-05-20T04:03:41.973Z Compiling tower-layer v0.3.3
13662026-05-20T04:03:41.992Z Compiling tower-service v0.3.3
13672026-05-20T04:03:42.003Z Compiling aws-lc-sys v0.41.0
13682026-05-20T04:03:42.086Z Compiling generic-array v0.14.7
13692026-05-20T04:03:42.504Z Compiling try-lock v0.2.5
13702026-05-20T04:03:42.508Z Compiling thiserror v1.0.69
13712026-05-20T04:03:42.508Z Compiling ucd-trie v0.1.7
13722026-05-20T04:03:42.508Z Compiling getrandom v0.3.4
13732026-05-20T04:03:42.508Z Compiling ryu v1.0.23
13742026-05-20T04:03:42.508Z Compiling pest v2.8.6
13752026-05-20T04:03:42.564Z Compiling serde_derive v1.0.228
13762026-05-20T04:03:42.576Z Compiling zerofrom-derive v0.1.7
13772026-05-20T04:03:42.602Z Compiling yoke-derive v0.8.2
13782026-05-20T04:03:42.651Z Compiling zerovec-derive v0.11.3
13792026-05-20T04:03:42.662Z Compiling displaydoc v0.2.5
13802026-05-20T04:03:42.873Z Compiling schemars_derive v0.8.22
13812026-05-20T04:03:43.412Z Compiling tokio-macros v2.7.0
13822026-05-20T04:03:43.703Z Compiling thiserror-impl v2.0.18
13832026-05-20T04:03:43.750Z Compiling zerocopy-derive v0.8.48
13842026-05-20T04:03:43.781Z Compiling zerofrom v0.1.8
13852026-05-20T04:03:43.791Z Compiling zeroize_derive v1.4.3
13862026-05-20T04:03:43.934Z Compiling yoke v0.8.2
13872026-05-20T04:03:44.120Z Compiling zerovec v0.11.6
13882026-05-20T04:03:44.579Z Compiling zerotrie v0.2.4
13892026-05-20T04:03:44.586Z Compiling futures-macro v0.3.32
13902026-05-20T04:03:44.586Z Compiling thiserror-impl v1.0.69
13912026-05-20T04:03:44.586Z Compiling zeroize v1.8.2
13922026-05-20T04:03:44.666Z Compiling tinystr v0.8.3
13932026-05-20T04:03:44.759Z Compiling potential_utf v0.1.5
13942026-05-20T04:03:44.867Z Compiling icu_locale_core v2.2.0
13952026-05-20T04:03:44.921Z Compiling icu_collections v2.2.0
13962026-05-20T04:03:45.055Z Compiling want v0.3.1
13972026-05-20T04:03:45.085Z Compiling futures-util v0.3.32
13982026-05-20T04:03:45.220Z Compiling httpdate v1.0.3
13992026-05-20T04:03:45.462Z Compiling pest_meta v2.8.6
14002026-05-20T04:03:46.054Z Compiling icu_provider v2.2.0
14012026-05-20T04:03:46.058Z Compiling bytes v1.11.1
14022026-05-20T04:03:46.059Z Compiling smallvec v1.15.1
14032026-05-20T04:03:46.059Z Compiling icu_properties v2.2.0
14042026-05-20T04:03:46.059Z Compiling chrono v0.4.44
14052026-05-20T04:03:46.163Z Compiling icu_normalizer v2.2.0
14062026-05-20T04:03:46.695Z Compiling parking_lot v0.12.5
14072026-05-20T04:03:46.737Z Compiling http v1.4.0
14082026-05-20T04:03:46.756Z Compiling serde_tokenstream v0.2.3
14092026-05-20T04:03:47.027Z Compiling idna_adapter v1.2.2
14102026-05-20T04:03:47.092Z Compiling tokio v1.52.3
14112026-05-20T04:03:47.103Z Compiling erased-serde v0.3.31
14122026-05-20T04:03:47.169Z Compiling idna v1.1.0
14132026-05-20T04:03:47.437Z Compiling http-body v1.0.1
14142026-05-20T04:03:47.450Z Compiling url v2.5.8
14152026-05-20T04:03:47.586Z Compiling pest_generator v2.8.6
14162026-05-20T04:03:47.717Z Compiling pretty-hex v0.4.2
14172026-05-20T04:03:47.852Z Compiling winnow v1.0.3
14182026-05-20T04:03:47.984Z Compiling ppv-lite86 v0.2.21
14192026-05-20T04:03:48.117Z Compiling plain v0.2.3
14202026-05-20T04:03:48.181Z Compiling pest_derive v2.8.6
14212026-05-20T04:03:48.220Z Compiling allocator-api2 v0.2.21
14222026-05-20T04:03:48.286Z Compiling foldhash v0.2.0
14232026-05-20T04:03:48.298Z Compiling paste v1.0.15
14242026-05-20T04:03:48.511Z Compiling hashbrown v0.16.1
14252026-05-20T04:03:48.527Z Compiling crypto-common v0.1.7
14262026-05-20T04:03:49.035Z Compiling tracing-attributes v0.1.31
14272026-05-20T04:03:49.444Z Compiling tracing-core v0.1.36
14282026-05-20T04:03:49.444Z Compiling ipnetwork v0.21.1
14292026-05-20T04:03:49.444Z Compiling omicron-workspace-hack v0.1.0
14302026-05-20T04:03:49.447Z Compiling oxnet v0.1.5
14312026-05-20T04:03:49.447Z Compiling ident_case v1.0.1
14322026-05-20T04:03:49.447Z Compiling http-body-util v0.1.3
14332026-05-20T04:03:49.447Z Compiling serde_urlencoded v0.7.1
14342026-05-20T04:03:49.451Z Compiling aho-corasick v1.1.4
14352026-05-20T04:03:49.518Z Compiling sync_wrapper v1.0.2
14362026-05-20T04:03:49.526Z Compiling rustls-pki-types v1.14.1
14372026-05-20T04:03:49.564Z Compiling daft-derive v0.1.7
14382026-05-20T04:03:49.857Z Compiling tracing v0.1.44
14392026-05-20T04:03:49.963Z Compiling fastrand v2.4.1
14402026-05-20T04:03:50.095Z Compiling async-trait v0.1.89
14412026-05-20T04:03:50.219Z Compiling scroll_derive v0.13.1
14422026-05-20T04:03:50.324Z Compiling regex-automata v0.4.14
14432026-05-20T04:03:51.154Z Compiling ring v0.17.14
14442026-05-20T04:03:51.157Z Compiling tokio-util v0.7.18
14452026-05-20T04:03:51.157Z Compiling time-core v0.1.8
14462026-05-20T04:03:51.157Z Compiling num-conv v0.2.1
14472026-05-20T04:03:51.202Z Compiling powerfmt v0.2.0
14482026-05-20T04:03:51.218Z Compiling cpufeatures v0.2.17
14492026-05-20T04:03:51.665Z Compiling anyhow v1.0.102
14502026-05-20T04:03:51.778Z Compiling deranged v0.5.8
14512026-05-20T04:03:51.778Z Compiling time-macros v0.2.27
14522026-05-20T04:03:51.780Z Compiling scroll v0.13.0
14532026-05-20T04:03:52.033Z Compiling regex v1.12.3
14542026-05-20T04:03:52.754Z Compiling block-buffer v0.10.4
14552026-05-20T04:03:52.757Z Compiling openssl-probe v0.2.1
14562026-05-20T04:03:52.757Z Compiling hex v0.4.3
14572026-05-20T04:03:52.757Z Compiling num_threads v0.1.7
14582026-05-20T04:03:52.757Z Compiling digest v0.10.7
14592026-05-20T04:03:52.757Z Compiling goblin v0.10.5
14602026-05-20T04:03:52.826Z Compiling camino v1.2.2
14612026-05-20T04:03:53.115Z Compiling usdt-impl v0.6.0
14622026-05-20T04:03:53.192Z Compiling crc32fast v1.5.0
14632026-05-20T04:03:53.508Z Compiling h2 v0.4.14
14642026-05-20T04:03:53.521Z Compiling dtrace-parser v0.3.0
14652026-05-20T04:03:53.597Z Compiling futures-executor v0.3.32
14662026-05-20T04:03:53.673Z Compiling crossbeam-utils v0.8.21
14672026-05-20T04:03:53.882Z Compiling aws-lc-rs v1.17.0
14682026-05-20T04:03:54.241Z Compiling structmeta-derive v0.3.0
14692026-05-20T04:03:54.407Z Compiling thread-id v5.1.0
14702026-05-20T04:03:54.488Z Compiling simd-adler32 v0.3.9
14712026-05-20T04:03:54.564Z Compiling adler2 v2.0.1
14722026-05-20T04:03:54.681Z Compiling rustls v0.22.4
14732026-05-20T04:03:54.692Z Compiling miniz_oxide v0.8.9
14742026-05-20T04:03:55.240Z Compiling futures v0.3.32
14752026-05-20T04:03:55.277Z Compiling rand_core v0.9.5
14762026-05-20T04:03:55.287Z Compiling structmeta v0.3.0
14772026-05-20T04:03:55.312Z Compiling darling_core v0.23.0
14782026-05-20T04:03:55.346Z Compiling dof v0.4.0
14792026-05-20T04:03:55.414Z Compiling newtype-uuid-macros v0.1.0
14802026-05-20T04:03:55.473Z Compiling thread_local v1.1.9
14812026-05-20T04:03:55.483Z Compiling untrusted v0.7.1
14822026-05-20T04:03:55.600Z Compiling hyper v1.9.0
14832026-05-20T04:03:55.733Z Compiling match_cfg v0.1.0
14842026-05-20T04:03:55.800Z Compiling flate2 v1.1.9
14852026-05-20T04:03:56.554Z Compiling newtype-uuid v1.3.2
14862026-05-20T04:03:56.672Z Compiling hyper-util v0.1.20
14872026-05-20T04:03:56.912Z Compiling quick-error v1.2.3
14882026-05-20T04:03:57.015Z Compiling compression-core v0.4.32
14892026-05-20T04:03:57.145Z Compiling slog-async v2.8.0
14902026-05-20T04:03:57.168Z Compiling rustls v0.23.40
14912026-05-20T04:03:57.312Z Compiling ref-cast v1.0.25
14922026-05-20T04:03:57.371Z Compiling darling_macro v0.23.0
14932026-05-20T04:03:57.409Z Compiling compression-codecs v0.4.38
14942026-05-20T04:03:57.485Z Compiling daft v0.1.7
14952026-05-20T04:03:57.496Z Compiling usdt-attr-macro v0.6.0
14962026-05-20T04:03:57.657Z Compiling usdt-macro v0.6.0
14972026-05-20T04:03:57.673Z Compiling rand_chacha v0.9.0
14982026-05-20T04:03:58.145Z Compiling ref-cast-impl v1.0.25
14992026-05-20T04:03:58.148Z Compiling darling v0.23.0
15002026-05-20T04:03:58.148Z Compiling strum_macros v0.26.4
15012026-05-20T04:03:58.148Z Compiling serde_spanned v1.1.1
15022026-05-20T04:03:58.148Z Compiling multer v3.1.0
15032026-05-20T04:03:58.634Z Compiling term v1.2.1
15042026-05-20T04:03:58.637Z Compiling toml_writer v1.1.1+spec-1.1.0
15052026-05-20T04:03:58.637Z Compiling debug-ignore v1.0.5
15062026-05-20T04:03:58.637Z Compiling take_mut v0.2.2
15072026-05-20T04:03:58.637Z Compiling bit-vec v0.8.0
15082026-05-20T04:03:58.637Z Compiling serde_with_macros v3.20.0
15092026-05-20T04:03:58.656Z Compiling rand v0.9.4
15102026-05-20T04:03:58.761Z Compiling bit-set v0.8.0
15112026-05-20T04:03:58.773Z Compiling async-stream-impl v0.3.6
15122026-05-20T04:03:58.970Z Compiling dropshot v0.17.0
15132026-05-20T04:03:58.982Z Compiling encoding_rs v0.8.35
15142026-05-20T04:03:59.211Z Compiling unarray v0.1.4
15152026-05-20T04:03:59.265Z Compiling syn v1.0.109
15162026-05-20T04:03:59.315Z Compiling spin v0.9.8
15172026-05-20T04:03:59.430Z Compiling mime v0.3.17
15182026-05-20T04:03:59.481Z Compiling async-stream v0.3.6
15192026-05-20T04:03:59.657Z Compiling derive-ex v0.1.8
15202026-05-20T04:03:59.681Z Compiling tower v0.5.3
15212026-05-20T04:03:59.704Z Compiling dropshot_endpoint v0.17.0
15222026-05-20T04:03:59.734Z Compiling strum v0.26.3
15232026-05-20T04:03:59.807Z Compiling macaddr v1.0.1
15242026-05-20T04:03:59.820Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15252026-05-20T04:03:59.854Z Compiling waitgroup v0.1.2
15262026-05-20T04:04:00.026Z Compiling serde_path_to_error v0.1.20
15272026-05-20T04:04:00.299Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15282026-05-20T04:04:00.380Z Compiling tower-http v0.6.10
15292026-05-20T04:04:00.494Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15302026-05-20T04:04:00.651Z Compiling tempfile v3.27.0
15312026-05-20T04:04:00.667Z Compiling openapiv3 v2.2.0
15322026-05-20T04:04:01.205Z Compiling strum_macros v0.27.2
15332026-05-20T04:04:01.644Z Compiling test-strategy v0.4.5
15342026-05-20T04:04:01.758Z Compiling instant v0.1.13
15352026-05-20T04:04:01.758Z Compiling time v0.3.47
15362026-05-20T04:04:02.174Z Compiling rustls-native-certs v0.8.3
15372026-05-20T04:04:02.247Z Compiling rustc-hash v2.1.2
15382026-05-20T04:04:02.509Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15392026-05-20T04:04:02.606Z Compiling crossbeam-channel v0.5.15
15402026-05-20T04:04:02.615Z Compiling strum v0.27.2
15412026-05-20T04:04:03.124Z Compiling parse-display-derive v0.10.0
15422026-05-20T04:04:03.483Z Compiling backon v1.6.0
15432026-05-20T04:04:03.503Z Compiling rand_chacha v0.3.1
15442026-05-20T04:04:03.981Z Compiling rustls-webpki v0.102.8
15452026-05-20T04:04:04.516Z Compiling rand v0.8.6
15462026-05-20T04:04:04.756Z Compiling slog-json v2.6.1
15472026-05-20T04:04:04.805Z Compiling hostname v0.3.1
15482026-05-20T04:04:04.864Z Compiling toml_parser v1.1.2+spec-1.1.0
15492026-05-20T04:04:04.939Z Compiling toml_datetime v1.1.1+spec-1.1.0
15502026-05-20T04:04:04.956Z Compiling wait-timeout v0.2.1
15512026-05-20T04:04:05.014Z Compiling is-terminal v0.4.17
15522026-05-20T04:04:05.109Z Compiling memmap2 v0.9.10
15532026-05-20T04:04:05.178Z Compiling either v1.15.0
15542026-05-20T04:04:05.239Z Compiling toml v1.1.2+spec-1.1.0
15552026-05-20T04:04:05.260Z Compiling usdt v0.6.0
15562026-05-20T04:04:05.324Z Compiling rusty-fork v0.3.1
15572026-05-20T04:04:05.369Z Compiling slog-term v2.9.2
15582026-05-20T04:04:05.532Z Compiling slog-bunyan v2.5.0
15592026-05-20T04:04:05.663Z Compiling serde_with v3.20.0
15602026-05-20T04:04:05.675Z Compiling async-compression v0.4.42
15612026-05-20T04:04:05.970Z Compiling rand_xorshift v0.4.0
15622026-05-20T04:04:05.983Z Compiling sha1 v0.10.6
15632026-05-20T04:04:06.104Z Compiling rustls-pemfile v2.2.0
15642026-05-20T04:04:06.116Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15652026-05-20T04:04:06.209Z Compiling regress v0.10.5
15662026-05-20T04:04:06.307Z Compiling tokio-rustls v0.25.0
15672026-05-20T04:04:06.529Z Compiling hostname v0.4.2
15682026-05-20T04:04:06.595Z Compiling proptest v1.11.0
15692026-05-20T04:04:07.613Z Compiling iddqd v0.3.18
15702026-05-20T04:04:08.270Z Compiling reqwest v0.12.28
15712026-05-20T04:04:08.456Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15722026-05-20T04:04:08.708Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15732026-05-20T04:04:08.929Z Compiling utf8parse v0.2.2
15742026-05-20T04:04:09.042Z Compiling anstyle-parse v1.0.0
15752026-05-20T04:04:09.235Z Compiling itertools v0.14.0
15762026-05-20T04:04:09.317Z Compiling progenitor-client v0.10.0
15772026-05-20T04:04:10.004Z Compiling backoff v0.4.0
15782026-05-20T04:04:10.007Z Compiling parse-display v0.10.0
15792026-05-20T04:04:10.010Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15802026-05-20T04:04:10.145Z Compiling colorchoice v1.0.5
15812026-05-20T04:04:10.262Z Compiling anstyle v1.0.14
15822026-05-20T04:04:10.427Z Compiling is_terminal_polyfill v1.70.2
15832026-05-20T04:04:10.487Z Compiling anstyle-query v1.1.5
15842026-05-20T04:04:10.514Z Compiling clap_lex v1.1.0
15852026-05-20T04:04:10.600Z Compiling anstream v1.0.0
15862026-05-20T04:04:11.149Z Compiling regress v0.11.1
15872026-05-20T04:04:11.318Z Compiling clap_derive v4.6.1
15882026-05-20T04:04:11.820Z Compiling terminal_size v0.4.4
15892026-05-20T04:04:12.719Z Compiling typify-impl v0.6.2
15902026-05-20T04:04:12.994Z Compiling toml_datetime v0.6.11
15912026-05-20T04:04:13.103Z Compiling zerocopy-derive v0.7.35
15922026-05-20T04:04:13.540Z Compiling convert_case v0.4.0
15932026-05-20T04:04:13.842Z Compiling derive_more v0.99.20
15942026-05-20T04:04:14.011Z Compiling zerocopy v0.7.35
15952026-05-20T04:04:14.287Z Compiling clap_builder v4.6.0
15962026-05-20T04:04:15.028Z Compiling toml_edit v0.25.11+spec-1.1.0
15972026-05-20T04:04:15.150Z Compiling unicode-width v0.2.2
15982026-05-20T04:04:15.841Z Compiling proc-macro-crate v3.5.0
15992026-05-20T04:04:15.902Z Compiling clap v4.6.1
16002026-05-20T04:04:15.979Z Compiling secrecy v0.10.3
16012026-05-20T04:04:16.132Z Compiling tinyvec_macros v0.1.1
16022026-05-20T04:04:16.137Z Compiling crucible-workspace-hack v0.1.0
16032026-05-20T04:04:16.154Z Compiling float-ord v0.3.2
16042026-05-20T04:04:16.258Z Compiling num_enum_derive v0.7.6
16052026-05-20T04:04:16.269Z Compiling tinyvec v1.11.0
16062026-05-20T04:04:16.857Z Compiling dtrace-parser v0.2.0
16072026-05-20T04:04:16.951Z Compiling scroll_derive v0.12.1
16082026-05-20T04:04:17.294Z Compiling num-integer v0.1.46
16092026-05-20T04:04:17.617Z Compiling rustc_version v0.4.1
16102026-05-20T04:04:17.649Z Compiling usdt-impl v0.5.0
16112026-05-20T04:04:17.711Z Compiling scroll v0.12.0
16122026-05-20T04:04:17.876Z Compiling num_enum v0.7.6
16132026-05-20T04:04:17.890Z Compiling curve25519-dalek v4.1.3
16142026-05-20T04:04:18.213Z Compiling dof v0.3.0
16152026-05-20T04:04:18.431Z Compiling hmac v0.12.1
16162026-05-20T04:04:18.555Z Compiling darling_core v0.21.3
16172026-05-20T04:04:18.570Z Compiling inout v0.1.4
16182026-05-20T04:04:18.584Z Compiling ff v0.13.1
16192026-05-20T04:04:18.624Z Compiling thread-id v4.2.2
16202026-05-20T04:04:18.699Z Compiling group v0.13.0
16212026-05-20T04:04:18.702Z Compiling cipher v0.4.4
16222026-05-20T04:04:18.970Z Compiling hkdf v0.12.4
16232026-05-20T04:04:19.066Z Compiling typify-macro v0.6.2
16242026-05-20T04:04:19.328Z Compiling goblin v0.8.2
16252026-05-20T04:04:19.584Z Compiling num-iter v0.1.45
16262026-05-20T04:04:19.593Z Compiling num-rational v0.4.2
16272026-05-20T04:04:19.695Z Compiling thiserror-impl-no-std v2.0.2
16282026-05-20T04:04:19.776Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16292026-05-20T04:04:20.215Z Compiling crossbeam-epoch v0.9.18
16302026-05-20T04:04:20.554Z Compiling universal-hash v0.5.1
16312026-05-20T04:04:20.566Z Compiling half v2.7.1
16322026-05-20T04:04:20.682Z Compiling crypto-bigint v0.5.5
16332026-05-20T04:04:20.685Z Compiling darling_macro v0.21.3
16342026-05-20T04:04:20.794Z Compiling curve25519-dalek-derive v0.1.1
16352026-05-20T04:04:20.853Z Compiling num-complex v0.4.6
16362026-05-20T04:04:21.136Z Compiling typify v0.6.2
16372026-05-20T04:04:21.325Z Compiling opaque-debug v0.3.1
16382026-05-20T04:04:21.392Z Compiling base16ct v0.2.0
16392026-05-20T04:04:21.475Z Compiling ciborium-io v0.2.2
16402026-05-20T04:04:21.486Z Compiling base64ct v1.8.3
16412026-05-20T04:04:21.547Z Compiling ciborium-ll v0.2.2
16422026-05-20T04:04:21.562Z Compiling elliptic-curve v0.13.8
16432026-05-20T04:04:21.753Z Compiling password-hash v0.5.0
16442026-05-20T04:04:21.863Z Compiling poly1305 v0.8.0
16452026-05-20T04:04:22.181Z Compiling darling v0.21.3
16462026-05-20T04:04:22.261Z Compiling num v0.4.3
16472026-05-20T04:04:22.323Z Compiling thiserror-no-std v2.0.2
16482026-05-20T04:04:22.712Z Compiling chacha20 v0.9.1
16492026-05-20T04:04:22.921Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16502026-05-20T04:04:22.935Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16512026-05-20T04:04:23.391Z Compiling blake2 v0.10.6
16522026-05-20T04:04:23.518Z Compiling byte-wrapper v0.1.0
16532026-05-20T04:04:23.559Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16542026-05-20T04:04:23.839Z Compiling aead v0.5.2
16552026-05-20T04:04:24.303Z Compiling proc-macro-error-attr v1.0.4
16562026-05-20T04:04:24.306Z Compiling heapless v0.8.0
16572026-05-20T04:04:24.306Z Compiling keccak v0.1.6
16582026-05-20T04:04:24.306Z Compiling prettyplease v0.2.37
16592026-05-20T04:04:24.342Z Compiling unsafe-libyaml v0.2.11
16602026-05-20T04:04:24.381Z Compiling rustix v0.38.44
16612026-05-20T04:04:24.862Z Compiling serde_yaml v0.9.34+deprecated
16622026-05-20T04:04:25.000Z Compiling sha3 v0.10.9
16632026-05-20T04:04:25.563Z Compiling chacha20poly1305 v0.10.1
16642026-05-20T04:04:25.691Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16652026-05-20T04:04:25.780Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16662026-05-20T04:04:26.112Z Compiling argon2 v0.5.3
16672026-05-20T04:04:26.394Z Compiling vsss-rs v3.3.4
16682026-05-20T04:04:26.455Z Compiling ingot-macros v0.1.1
16692026-05-20T04:04:26.696Z Compiling ciborium v0.2.2
16702026-05-20T04:04:28.083Z Compiling usdt-macro v0.5.0
16712026-05-20T04:04:28.086Z Compiling usdt-attr-macro v0.5.0
16722026-05-20T04:04:28.333Z Compiling rustls-webpki v0.103.13
16732026-05-20T04:04:29.570Z Compiling serde_spanned v0.6.9
16742026-05-20T04:04:29.700Z Compiling enum-as-inner v0.6.1
16752026-05-20T04:04:29.713Z Compiling hash32 v0.3.1
16762026-05-20T04:04:29.870Z Compiling proc-macro-error v1.0.4
16772026-05-20T04:04:29.902Z Compiling memmap v0.7.0
16782026-05-20T04:04:30.098Z Compiling indent_write v2.2.0
16792026-05-20T04:04:30.117Z Compiling winnow v0.5.40
16802026-05-20T04:04:30.234Z Compiling static_assertions v1.1.0
16812026-05-20T04:04:30.302Z Compiling data-encoding v2.11.0
16822026-05-20T04:04:30.313Z Compiling toml_write v0.1.2
16832026-05-20T04:04:30.495Z Compiling winnow v0.7.15
16842026-05-20T04:04:30.507Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16852026-05-20T04:04:30.628Z Compiling smoltcp v0.11.0
16862026-05-20T04:04:30.875Z Compiling usdt v0.5.0
16872026-05-20T04:04:31.138Z Compiling ingot-types v0.1.2
16882026-05-20T04:04:31.148Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16892026-05-20T04:04:31.488Z Compiling toml_edit v0.19.15
16902026-05-20T04:04:31.492Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16912026-05-20T04:04:31.538Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16922026-05-20T04:04:31.791Z Compiling toml_edit v0.22.27
16932026-05-20T04:04:31.991Z Compiling tokio-rustls v0.26.4
16942026-05-20T04:04:32.032Z Compiling rustls-platform-verifier v0.7.0
16952026-05-20T04:04:32.257Z Compiling hyper-rustls v0.27.9
16962026-05-20T04:04:32.530Z Compiling reqwest v0.13.3
16972026-05-20T04:04:32.885Z Compiling tabwriter v1.4.1
16982026-05-20T04:04:33.271Z Compiling cobs v0.3.0
16992026-05-20T04:04:33.429Z Compiling serde_repr v0.1.20
17002026-05-20T04:04:33.472Z Compiling memoffset v0.9.1
17012026-05-20T04:04:33.484Z Compiling bitflags v1.3.2
17022026-05-20T04:04:33.556Z Compiling managed v0.8.0
17032026-05-20T04:04:33.722Z Compiling progenitor-client v0.14.0
17042026-05-20T04:04:33.779Z Compiling cfg_aliases v0.2.1
17052026-05-20T04:04:33.841Z Compiling vcpkg v0.2.15
17062026-05-20T04:04:34.077Z Compiling progenitor-extras v0.2.0
17072026-05-20T04:04:34.297Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17082026-05-20T04:04:34.431Z Compiling pkg-config v0.3.33
17092026-05-20T04:04:34.895Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17102026-05-20T04:04:35.054Z Compiling openssl-sys v0.9.116
17112026-05-20T04:04:35.151Z Compiling nix v0.31.3
17122026-05-20T04:04:35.284Z Compiling postcard v1.1.3
17132026-05-20T04:04:35.617Z Compiling toml v0.8.23
17142026-05-20T04:04:35.632Z Compiling proc-macro-crate v1.3.1
17152026-05-20T04:04:36.236Z Compiling ingot v0.1.1
17162026-05-20T04:04:36.308Z Compiling hubpack_derive v0.1.1
17172026-05-20T04:04:36.835Z Compiling foreign-types-macros v0.2.3
17182026-05-20T04:04:37.263Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17192026-05-20T04:04:37.266Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17202026-05-20T04:04:37.266Z Compiling rayon-core v1.13.0
17212026-05-20T04:04:37.266Z Compiling colored v3.1.1
17222026-05-20T04:04:37.333Z Compiling resolv-conf v0.7.6
17232026-05-20T04:04:37.386Z Compiling foreign-types-shared v0.3.1
17242026-05-20T04:04:37.482Z Compiling heck v0.4.1
17252026-05-20T04:04:37.507Z Compiling semver v0.1.20
17262026-05-20T04:04:37.964Z Compiling swrite v0.1.0
17272026-05-20T04:04:37.967Z Compiling unicode-segmentation v1.13.2
17282026-05-20T04:04:37.967Z Compiling cpufeatures v0.3.0
17292026-05-20T04:04:37.967Z Compiling linked-hash-map v0.5.6
17302026-05-20T04:04:37.967Z Compiling chacha20 v0.10.0
17312026-05-20T04:04:37.967Z Compiling rustc_version v0.1.7
17322026-05-20T04:04:37.967Z Compiling lru-cache v0.1.2
17332026-05-20T04:04:37.970Z Compiling newline-converter v0.3.0
17342026-05-20T04:04:38.017Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17352026-05-20T04:04:38.028Z Compiling foreign-types v0.5.0
17362026-05-20T04:04:38.084Z Compiling hubpack v0.1.2
17372026-05-20T04:04:38.093Z Compiling num_enum_derive v0.5.11
17382026-05-20T04:04:38.166Z Compiling atomicwrites v0.4.4
17392026-05-20T04:04:38.208Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17402026-05-20T04:04:38.256Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17412026-05-20T04:04:38.358Z Compiling hickory-proto v0.24.4
17422026-05-20T04:04:39.188Z Compiling progenitor-impl v0.13.0
17432026-05-20T04:04:39.873Z Compiling crossbeam-deque v0.8.6
17442026-05-20T04:04:40.071Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17452026-05-20T04:04:40.275Z Compiling console v0.15.11
17462026-05-20T04:04:40.416Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17472026-05-20T04:04:40.733Z Compiling camino-tempfile v1.4.1
17482026-05-20T04:04:40.945Z Compiling serde-big-array v0.5.1
17492026-05-20T04:04:40.975Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17502026-05-20T04:04:41.493Z Compiling derive-where v1.6.1
17512026-05-20T04:04:41.496Z Compiling num-derive v0.4.2
17522026-05-20T04:04:41.496Z Compiling pin-project-internal v1.1.13
17532026-05-20T04:04:41.505Z Compiling cstr-argument v0.1.2
17542026-05-20T04:04:41.661Z Compiling minimal-lexical v0.2.1
17552026-05-20T04:04:41.755Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17562026-05-20T04:04:41.912Z Compiling similar v2.7.0
17572026-05-20T04:04:41.981Z Compiling siphasher v1.0.3
17582026-05-20T04:04:42.103Z Compiling nom v7.1.3
17592026-05-20T04:04:42.175Z Compiling phf_shared v0.12.1
17602026-05-20T04:04:42.192Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17612026-05-20T04:04:42.337Z Compiling pin-project v1.1.13
17622026-05-20T04:04:42.348Z Compiling expectorate v1.2.0
17632026-05-20T04:04:42.432Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17642026-05-20T04:04:42.456Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17652026-05-20T04:04:42.489Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17662026-05-20T04:04:43.014Z Compiling hickory-resolver v0.24.4
17672026-05-20T04:04:43.016Z Compiling progenitor-macro v0.13.0
17682026-05-20T04:04:43.017Z Compiling num_enum v0.5.11
17692026-05-20T04:04:43.017Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17702026-05-20T04:04:43.452Z Compiling newtype_derive v0.1.6
17712026-05-20T04:04:43.591Z Compiling rand v0.10.1
17722026-05-20T04:04:43.692Z Compiling progenitor-client v0.13.0
17732026-05-20T04:04:44.320Z Compiling progenitor-impl v0.14.0
17742026-05-20T04:04:44.742Z Compiling unicode-normalization v0.1.25
17752026-05-20T04:04:45.228Z Compiling tokio-stream v0.1.18
17762026-05-20T04:04:45.247Z Compiling async-recursion v1.1.1
17772026-05-20T04:04:45.382Z Compiling snafu-derive v0.8.9
17782026-05-20T04:04:45.530Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17792026-05-20T04:04:45.684Z Compiling slog-dtrace v0.3.0
17802026-05-20T04:04:45.827Z Compiling bstr v1.12.1
17812026-05-20T04:04:45.930Z Compiling csv-core v0.1.13
17822026-05-20T04:04:45.942Z Compiling same-file v1.0.6
17832026-05-20T04:04:46.111Z Compiling cancel-safe-futures v0.1.5
17842026-05-20T04:04:46.189Z Compiling chrono-tz v0.10.4
17852026-05-20T04:04:46.321Z Compiling owo-colors v4.3.0
17862026-05-20T04:04:46.766Z Compiling openssl v0.10.80
17872026-05-20T04:04:46.766Z Compiling foldhash v0.1.5
17882026-05-20T04:04:46.766Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17892026-05-20T04:04:46.766Z Compiling unicode-xid v0.2.6
17902026-05-20T04:04:46.766Z Compiling konst_macro_rules v0.2.19
17912026-05-20T04:04:46.773Z Compiling unicode-width v0.1.14
17922026-05-20T04:04:46.838Z Compiling highway v1.3.0
17932026-05-20T04:04:47.049Z Compiling foreign-types-shared v0.1.1
17942026-05-20T04:04:47.120Z Compiling snafu v0.8.9
17952026-05-20T04:04:47.138Z Compiling foreign-types v0.3.2
17962026-05-20T04:04:47.228Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17972026-05-20T04:04:47.236Z Compiling konst v0.2.20
17982026-05-20T04:04:47.873Z Compiling const_format_proc_macros v0.2.34
17992026-05-20T04:04:47.878Z Compiling hashbrown v0.15.5
18002026-05-20T04:04:47.879Z Compiling globset v0.4.18
18012026-05-20T04:04:47.879Z Compiling progenitor v0.13.0
18022026-05-20T04:04:47.884Z Compiling progenitor-macro v0.14.0
18032026-05-20T04:04:48.382Z Compiling csv v1.4.0
18042026-05-20T04:04:48.385Z Compiling walkdir v2.5.0
18052026-05-20T04:04:48.385Z Compiling qorb v0.4.1
18062026-05-20T04:04:48.442Z Compiling olpc-cjson v0.1.4
18072026-05-20T04:04:48.477Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18082026-05-20T04:04:49.151Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18092026-05-20T04:04:49.217Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18102026-05-20T04:04:49.767Z Compiling rayon v1.12.0
18112026-05-20T04:04:50.123Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18122026-05-20T04:04:50.309Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18132026-05-20T04:04:50.469Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18142026-05-20T04:04:50.679Z Compiling phf v0.12.1
18152026-05-20T04:04:50.786Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18162026-05-20T04:04:51.206Z Compiling zone_cfg_derive v0.3.1
18172026-05-20T04:04:51.557Z Compiling tokio-dtrace v0.1.1
18182026-05-20T04:04:51.710Z Compiling itertools v0.12.1
18192026-05-20T04:04:51.826Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18202026-05-20T04:04:51.908Z Compiling libsw-core v0.3.2
18212026-05-20T04:04:51.922Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18222026-05-20T04:04:52.020Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18232026-05-20T04:04:52.078Z Compiling serde_plain v1.0.2
18242026-05-20T04:04:52.282Z Compiling openssl-macros v0.1.1
18252026-05-20T04:04:52.394Z Compiling pem v3.0.6
18262026-05-20T04:04:52.512Z Compiling cookie v0.18.1
18272026-05-20T04:04:52.712Z Compiling sigpipe v0.1.3
18282026-05-20T04:04:52.765Z Compiling glob v0.3.3
18292026-05-20T04:04:52.776Z Compiling jiff v0.2.24
18302026-05-20T04:04:52.786Z Compiling typed-path v0.9.3
18312026-05-20T04:04:52.797Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18322026-05-20T04:04:52.911Z Compiling bytecount v0.6.9
18332026-05-20T04:04:52.944Z Compiling fixedbitset v0.4.2
18342026-05-20T04:04:53.027Z Compiling fixedbitset v0.5.7
18352026-05-20T04:04:53.061Z Compiling papergrid v0.11.0
18362026-05-20T04:04:53.572Z Compiling petgraph v0.6.5
18372026-05-20T04:04:53.575Z Compiling progenitor v0.14.0
18382026-05-20T04:04:53.575Z Compiling petgraph v0.8.3
18392026-05-20T04:04:53.575Z Compiling zone v0.3.1
18402026-05-20T04:04:54.169Z Compiling tough v0.22.0
18412026-05-20T04:04:54.781Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18422026-05-20T04:04:54.850Z Compiling libsw v3.5.0
18432026-05-20T04:04:56.461Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18442026-05-20T04:04:56.504Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18452026-05-20T04:04:56.505Z Compiling oxide-tokio-rt v0.1.6
18462026-05-20T04:04:56.505Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18472026-05-20T04:04:56.505Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18482026-05-20T04:04:56.505Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18492026-05-20T04:04:56.839Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18502026-05-20T04:04:56.912Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18512026-05-20T04:04:56.936Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18522026-05-20T04:04:57.133Z Compiling const_format v0.2.36
18532026-05-20T04:04:57.464Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18542026-05-20T04:04:57.591Z Compiling tabled_derive v0.7.0
18552026-05-20T04:04:57.615Z Compiling gethostname v0.5.0
18562026-05-20T04:04:57.738Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18572026-05-20T04:04:57.844Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18582026-05-20T04:04:57.861Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18592026-05-20T04:04:57.873Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18602026-05-20T04:04:58.382Z Compiling bcs v0.1.6
18612026-05-20T04:04:58.385Z Compiling smf v0.2.3
18622026-05-20T04:04:58.385Z Compiling nom v8.0.0
18632026-05-20T04:04:58.440Z Compiling termtree v0.5.1
18642026-05-20T04:04:58.573Z Compiling tagptr v0.2.0
18652026-05-20T04:04:58.607Z Compiling unicode-linebreak v0.1.5
18662026-05-20T04:04:58.623Z Compiling crunchy v0.2.4
18672026-05-20T04:04:58.729Z Compiling linear-map v1.2.0
18682026-05-20T04:04:58.756Z Compiling smawk v0.3.2
18692026-05-20T04:04:58.931Z Compiling lazy_static v1.5.0
18702026-05-20T04:04:59.342Z Compiling whoami v1.6.1
18712026-05-20T04:04:59.346Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18722026-05-20T04:04:59.346Z Compiling steno v0.4.1
18732026-05-20T04:04:59.346Z Compiling textwrap v0.16.2
18742026-05-20T04:04:59.349Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18752026-05-20T04:04:59.705Z Compiling moka v0.12.15
18762026-05-20T04:05:00.213Z Compiling tabled v0.15.0
18772026-05-20T04:05:00.605Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18782026-05-20T04:05:00.627Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18792026-05-20T04:05:00.830Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18802026-05-20T04:05:01.644Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18812026-05-20T04:05:02.281Z Compiling hickory-proto v0.25.2
18822026-05-20T04:05:02.599Z Compiling humantime v2.3.0
18832026-05-20T04:05:02.884Z Compiling tiny-keccak v2.0.2
18842026-05-20T04:05:02.917Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18852026-05-20T04:05:03.213Z Compiling parking_lot_core v0.8.6
18862026-05-20T04:05:03.519Z Compiling libscf-sys v1.2.0
18872026-05-20T04:05:03.624Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18882026-05-20T04:05:03.661Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18892026-05-20T04:05:03.711Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18902026-05-20T04:05:03.897Z Compiling const-random-macro v0.1.16
18912026-05-20T04:05:03.990Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18922026-05-20T04:05:04.327Z Compiling hickory-resolver v0.25.2
18932026-05-20T04:05:04.340Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18942026-05-20T04:05:04.440Z Compiling smartstring v1.0.1
18952026-05-20T04:05:04.518Z Compiling ahash v0.8.12
18962026-05-20T04:05:04.698Z Compiling parking_lot v0.11.2
18972026-05-20T04:05:04.833Z Compiling const-random v0.1.18
18982026-05-20T04:05:04.990Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18992026-05-20T04:05:05.125Z Compiling fxhash v0.2.1
19002026-05-20T04:05:05.223Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19012026-05-20T04:05:05.237Z Compiling internet-checksum v0.2.1
19022026-05-20T04:05:05.260Z Compiling sled v0.34.7
19032026-05-20T04:05:05.855Z Compiling thin-vec v0.2.18
19042026-05-20T04:05:05.893Z Compiling rhai_codegen v3.1.0
19052026-05-20T04:05:06.147Z Compiling sdd v3.0.10
19062026-05-20T04:05:06.488Z Compiling scc v2.4.0
19072026-05-20T04:05:06.592Z Compiling serial_test_derive v3.4.0
19082026-05-20T04:05:06.969Z Compiling diff v0.1.13
19092026-05-20T04:05:07.492Z Compiling rhai v1.24.0
19102026-05-20T04:05:07.495Z Compiling yansi v1.0.1
19112026-05-20T04:05:07.563Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19122026-05-20T04:05:07.582Z Compiling serial_test v3.4.0
19132026-05-20T04:05:07.646Z Compiling pretty_assertions v1.4.1
19142026-05-20T04:05:09.533Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19152026-05-20T04:05:17.767Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19162026-05-20T04:05:19.380Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19172026-05-20T04:05:20.389Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19182026-05-20T04:05:21.463Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19192026-05-20T04:05:22.244Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19202026-05-20T04:05:23.381Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19212026-05-20T04:05:56.115Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
19222026-05-20T04:05:56.295Z────────────
19232026-05-20T04:05:56.295Z Nextest run ID 201392bb-208c-4d47-8dc9-52af338acd89 with nextest profile: default
19242026-05-20T04:05:56.295Z Starting 150 tests across 3 binaries
19252026-05-20T04:05:56.306Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19262026-05-20T04:05:56.307Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19272026-05-20T04:05:56.307Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19282026-05-20T04:05:56.310Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19292026-05-20T04:05:56.310Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19302026-05-20T04:05:56.310Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19312026-05-20T04:05:56.310Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19322026-05-20T04:05:56.310Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19332026-05-20T04:05:56.318Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19342026-05-20T04:05:56.318Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19352026-05-20T04:05:56.322Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19362026-05-20T04:05:56.322Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19372026-05-20T04:05:56.322Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19382026-05-20T04:05:56.322Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19392026-05-20T04:05:56.322Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19402026-05-20T04:05:56.322Z PASS [ 0.012s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19412026-05-20T04:05:56.328Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19422026-05-20T04:05:56.333Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19432026-05-20T04:05:56.333Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19442026-05-20T04:05:56.333Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19452026-05-20T04:05:56.333Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
19462026-05-20T04:05:56.333Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19472026-05-20T04:05:56.333Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19482026-05-20T04:05:56.333Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19492026-05-20T04:05:56.338Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19502026-05-20T04:05:56.338Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19512026-05-20T04:05:56.346Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19522026-05-20T04:05:56.346Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19532026-05-20T04:05:56.346Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19542026-05-20T04:05:56.346Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19552026-05-20T04:05:56.346Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19562026-05-20T04:05:56.346Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19572026-05-20T04:05:56.349Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19582026-05-20T04:05:56.349Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19592026-05-20T04:05:56.357Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19602026-05-20T04:05:56.357Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19612026-05-20T04:05:56.357Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19622026-05-20T04:05:56.357Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19632026-05-20T04:05:56.357Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19642026-05-20T04:05:56.357Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19652026-05-20T04:05:56.361Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19662026-05-20T04:05:56.361Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19672026-05-20T04:05:56.361Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19682026-05-20T04:05:56.361Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19692026-05-20T04:05:56.361Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19702026-05-20T04:05:56.361Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19712026-05-20T04:05:56.361Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19722026-05-20T04:05:56.361Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19732026-05-20T04:05:56.371Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19742026-05-20T04:05:56.375Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19752026-05-20T04:05:56.375Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19762026-05-20T04:05:56.375Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19772026-05-20T04:05:56.375Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19782026-05-20T04:05:56.375Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19792026-05-20T04:05:56.375Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
19802026-05-20T04:05:56.375Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19812026-05-20T04:05:56.379Z PASS [ 0.010s] bgp messages::tests::notification_round_trip
19822026-05-20T04:05:56.379Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19832026-05-20T04:05:56.384Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19842026-05-20T04:05:56.384Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19852026-05-20T04:05:56.384Z PASS [ 0.009s] bgp messages::tests::prefix_within
19862026-05-20T04:05:56.384Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19872026-05-20T04:05:56.384Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19882026-05-20T04:05:56.384Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19892026-05-20T04:05:56.389Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19902026-05-20T04:05:56.392Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19912026-05-20T04:05:56.392Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19922026-05-20T04:05:56.392Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19932026-05-20T04:05:56.392Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19942026-05-20T04:05:56.392Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19952026-05-20T04:05:56.392Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19962026-05-20T04:05:56.392Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19972026-05-20T04:05:56.399Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19982026-05-20T04:05:56.407Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19992026-05-20T04:05:56.407Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20002026-05-20T04:05:56.407Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20012026-05-20T04:05:56.407Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20022026-05-20T04:05:56.407Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20032026-05-20T04:05:56.407Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20042026-05-20T04:05:56.407Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20052026-05-20T04:05:56.410Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20062026-05-20T04:05:56.410Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
20072026-05-20T04:05:56.414Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20082026-05-20T04:05:56.414Z PASS [ 0.011s] bgp messages::tests::test_nexthop_length_validation
20092026-05-20T04:05:56.423Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20102026-05-20T04:05:56.428Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20112026-05-20T04:05:56.428Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20122026-05-20T04:05:56.428Z PASS [ 0.026s] bgp policy::test::update_drop_on_no_export
20132026-05-20T04:05:56.431Z PASS [ 0.027s] bgp policy::test::shape_update_prefixes
20142026-05-20T04:05:56.431Z PASS [ 0.027s] bgp policy::test::open_require_4byte_as
20152026-05-20T04:05:56.431Z PASS [ 0.021s] bgp policy::test::update_shape_community
20162026-05-20T04:05:56.439Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20172026-05-20T04:05:56.445Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20182026-05-20T04:05:56.445Z PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence
20192026-05-20T04:05:56.445Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20202026-05-20T04:05:56.445Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20212026-05-20T04:05:56.445Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20222026-05-20T04:05:56.445Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20232026-05-20T04:05:56.448Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20242026-05-20T04:05:56.454Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20252026-05-20T04:05:56.458Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20262026-05-20T04:05:56.458Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20272026-05-20T04:05:56.458Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20282026-05-20T04:05:56.462Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20292026-05-20T04:05:56.465Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20302026-05-20T04:05:56.465Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20312026-05-20T04:05:56.465Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20322026-05-20T04:05:56.465Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20332026-05-20T04:05:56.469Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20342026-05-20T04:05:56.472Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20352026-05-20T04:05:56.472Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20362026-05-20T04:05:56.472Z PASS [ 0.032s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20372026-05-20T04:05:56.472Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20382026-05-20T04:05:56.475Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20392026-05-20T04:05:56.475Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20402026-05-20T04:05:56.476Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20412026-05-20T04:05:56.479Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20422026-05-20T04:05:56.479Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20432026-05-20T04:05:56.482Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20442026-05-20T04:05:56.482Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20452026-05-20T04:05:56.482Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20462026-05-20T04:05:59.552Z PASS [ 3.069s] bgp test::test_basic_peering_active
20472026-05-20T04:05:59.564Z PASS [ 3.068s] bgp test::test_basic_update
20482026-05-20T04:05:59.564Z PASS [ 3.069s] bgp test::test_basic_update_ipv6
20492026-05-20T04:05:59.565Z PASS [ 3.073s] bgp test::test_basic_peering_passive_tcp
20502026-05-20T04:05:59.565Z PASS [ 3.081s] bgp test::test_basic_peering_passive
20512026-05-20T04:05:59.573Z PASS [ 3.080s] bgp test::test_basic_update_ipv6_tcp
20522026-05-20T04:05:59.573Z PASS [ 3.080s] bgp test::test_basic_update_tcp
20532026-05-20T04:05:59.583Z PASS [ 3.099s] bgp test::test_basic_peering_active_tcp
20542026-05-20T04:06:02.627Z PASS [ 3.071s] bgp test::test_ipv6_basic_peering_active
20552026-05-20T04:06:02.635Z PASS [ 3.072s] bgp test::test_ipv6_basic_peering_passive
20562026-05-20T04:06:02.641Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_active_tcp
20572026-05-20T04:06:02.651Z PASS [ 3.078s] bgp test::test_ipv6_basic_peering_passive_tcp
20582026-05-20T04:06:03.641Z PASS [ 4.079s] bgp test::test_import_export_policy_filtering
20592026-05-20T04:06:03.641Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv6_peer_success
20602026-05-20T04:06:03.641Z PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv4_peer_success
20612026-05-20T04:06:03.647Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20622026-05-20T04:06:03.732Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20632026-05-20T04:06:04.726Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20642026-05-20T04:06:04.759Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp_ipv6
20652026-05-20T04:06:04.759Z PASS [ 1.099s] bgp test::test_three_router_chain_tcp
20662026-05-20T04:06:05.452Z PASS [ 2.812s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20672026-05-20T04:06:05.786Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20682026-05-20T04:06:06.698Z PASS [ 3.069s] bgp test::test_three_router_chain_unnumbered
20692026-05-20T04:06:06.703Z PASS [ 4.075s] bgp test::test_ipv6_routes_ipv4_peer_success
20702026-05-20T04:06:08.710Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20712026-05-20T04:06:09.790Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20722026-05-20T04:06:13.931Z PASS [ 9.065s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20732026-05-20T04:06:14.561Z PASS [ 9.064s] bgp test::test_unnumbered_unaffected_by_ndp
20742026-05-20T04:06:21.769Z PASS [ 18.066s] bgp test::test_unnumbered_interface_lifecycle
20752026-05-20T04:06:21.791Z────────────
20762026-05-20T04:06:21.791Z Summary [ 25.466s] 150 tests run: 150 passed, 0 skipped
20772026-05-20T04:06:21.799Z+ 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/
20782026-05-20T04:06:21.799Z+ popd
20792026-05-20T04:06:21.799Z/work/oxidecomputer/maghemite
20802026-05-20T04:06:21.799Z+ pushd mgd
20812026-05-20T04:06:21.799Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20822026-05-20T04:06:21.799Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20832026-05-20T04:06:22.952Z Compiling slog v2.8.2
20842026-05-20T04:06:23.077Z Compiling usdt v0.6.0
20852026-05-20T04:06:23.149Z Compiling typify-impl v0.4.3
20862026-05-20T04:06:23.167Z Compiling proc-macro-error-attr2 v2.0.0
20872026-05-20T04:06:23.188Z Compiling papergrid v0.17.0
20882026-05-20T04:06:23.329Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
20892026-05-20T04:06:23.349Z Compiling testing_table v0.3.0
20902026-05-20T04:06:23.455Z Compiling slog-json v2.6.1
20912026-05-20T04:06:23.504Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20922026-05-20T04:06:23.622Z Compiling slog-async v2.8.0
20932026-05-20T04:06:23.633Z Compiling slog-term v2.9.2
20942026-05-20T04:06:23.814Z Compiling slog-bunyan v2.5.0
20952026-05-20T04:06:23.841Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20962026-05-20T04:06:23.938Z Compiling dropshot v0.17.0
20972026-05-20T04:06:24.101Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20982026-05-20T04:06:24.435Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20992026-05-20T04:06:24.567Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21002026-05-20T04:06:24.920Z Compiling slog-dtrace v0.3.0
21012026-05-20T04:06:25.188Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21022026-05-20T04:06:25.238Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21032026-05-20T04:06:25.314Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21042026-05-20T04:06:25.794Z Compiling steno v0.4.1
21052026-05-20T04:06:28.609Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21062026-05-20T04:06:29.344Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21072026-05-20T04:06:29.355Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21082026-05-20T04:06:29.941Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21092026-05-20T04:06:30.570Z Compiling typify-macro v0.4.3
21102026-05-20T04:06:30.608Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21112026-05-20T04:06:30.710Z Compiling proc-macro-error2 v2.0.1
21122026-05-20T04:06:31.036Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21132026-05-20T04:06:31.228Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21142026-05-20T04:06:31.475Z Compiling tabled_derive v0.11.0
21152026-05-20T04:06:31.576Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21162026-05-20T04:06:31.629Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21172026-05-20T04:06:32.005Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21182026-05-20T04:06:32.306Z Compiling progenitor-client v0.11.2
21192026-05-20T04:06:34.153Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21202026-05-20T04:06:34.196Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21212026-05-20T04:06:34.196Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21222026-05-20T04:06:34.196Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21232026-05-20T04:06:34.235Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21242026-05-20T04:06:34.301Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21252026-05-20T04:06:34.405Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21262026-05-20T04:06:34.625Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21272026-05-20T04:06:34.705Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21282026-05-20T04:06:34.875Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21292026-05-20T04:06:35.517Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21302026-05-20T04:06:35.658Z Compiling typify v0.4.3
21312026-05-20T04:06:35.743Z Compiling progenitor-impl v0.11.2
21322026-05-20T04:06:36.438Z Compiling tabled v0.20.0
21332026-05-20T04:06:36.451Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21342026-05-20T04:06:36.547Z Compiling crc8 v0.1.1
21352026-05-20T04:06:36.673Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21362026-05-20T04:06:36.847Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21372026-05-20T04:06:37.104Z Compiling dropshot-api-manager-types v0.7.1
21382026-05-20T04:06:37.484Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21392026-05-20T04:06:39.363Z Compiling progenitor-macro v0.11.2
21402026-05-20T04:06:41.188Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21412026-05-20T04:06:41.188Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21422026-05-20T04:06:41.873Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21432026-05-20T04:06:42.232Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21442026-05-20T04:06:42.808Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21452026-05-20T04:06:43.183Z Compiling progenitor v0.11.2
21462026-05-20T04:06:43.310Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21472026-05-20T04:06:44.125Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21482026-05-20T04:06:44.367Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21492026-05-20T04:06:52.539Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21502026-05-20T04:06:57.826Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21512026-05-20T04:06:59.473Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21522026-05-20T04:07:02.867Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21532026-05-20T04:07:02.945Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21542026-05-20T04:07:02.945Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21552026-05-20T04:07:03.624Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21562026-05-20T04:07:03.643Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21572026-05-20T04:07:03.643Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21582026-05-20T04:07:09.156Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21592026-05-20T04:07:37.435Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
21602026-05-20T04:07:37.624Z────────────
21612026-05-20T04:07:37.624Z Nextest run ID 4701c557-8934-42a0-8ca8-eab9de1ee9b4 with nextest profile: default
21622026-05-20T04:07:37.624Z Starting 32 tests across 3 binaries
21632026-05-20T04:07:37.639Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21642026-05-20T04:07:37.639Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21652026-05-20T04:07:37.639Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21662026-05-20T04:07:37.669Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21672026-05-20T04:07:37.686Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21682026-05-20T04:07:37.686Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21692026-05-20T04:07:37.686Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21702026-05-20T04:07:37.686Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21712026-05-20T04:07:37.686Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21722026-05-20T04:07:37.686Z PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21732026-05-20T04:07:37.687Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21742026-05-20T04:07:37.687Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21752026-05-20T04:07:37.687Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21762026-05-20T04:07:37.687Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21772026-05-20T04:07:37.687Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21782026-05-20T04:07:37.687Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21792026-05-20T04:07:37.687Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21802026-05-20T04:07:37.687Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21812026-05-20T04:07:37.701Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21822026-05-20T04:07:37.701Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21832026-05-20T04:07:37.701Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21842026-05-20T04:07:37.701Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21852026-05-20T04:07:37.701Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21862026-05-20T04:07:37.701Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21872026-05-20T04:07:37.701Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21882026-05-20T04:07:37.701Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21892026-05-20T04:07:37.701Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21902026-05-20T04:07:37.701Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21912026-05-20T04:07:37.701Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21922026-05-20T04:07:37.701Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21932026-05-20T04:07:37.701Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21942026-05-20T04:07:37.701Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21952026-05-20T04:07:37.701Z────────────
21962026-05-20T04:07:37.701Z Summary [ 0.089s] 32 tests run: 32 passed, 0 skipped
21972026-05-20T04:07:37.731Z+ cp apply_remove_entire_group.log /work/
21982026-05-20T04:07:37.731Z+ popd
21992026-05-20T04:07:37.731Z/work/oxidecomputer/maghemite
22002026-05-20T04:07:37.731Zprocess exited: duration 504329 ms, exit code 0
 
22012026-05-20T04:07:37.778Zfound 66 output files
22022026-05-20T04:07:37.778Zuploading: /work/apply_remove_entire_group.log (8420 bytes)
22032026-05-20T04:07:38.968Zuploaded: /work/apply_remove_entire_group.log
22042026-05-20T04:07:38.977Zuploading: /work/dualstack_routes.log (118102 bytes)
22052026-05-20T04:07:40.024Zuploaded: /work/dualstack_routes.log
22062026-05-20T04:07:40.024Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2373 bytes)
22072026-05-20T04:07:43.356Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22082026-05-20T04:07:43.356Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1367 bytes)
22092026-05-20T04:07:44.534Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22102026-05-20T04:07:44.534Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2354 bytes)
22112026-05-20T04:07:45.920Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22122026-05-20T04:07:45.920Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2370 bytes)
22132026-05-20T04:07:47.537Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22142026-05-20T04:07:47.865Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2181 bytes)
22152026-05-20T04:07:50.278Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22162026-05-20T04:07:50.278Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2271 bytes)
22172026-05-20T04:07:52.716Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22182026-05-20T04:07:52.716Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3139 bytes)
22192026-05-20T04:07:54.716Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22202026-05-20T04:07:54.716Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2180 bytes)
22212026-05-20T04:07:56.953Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22222026-05-20T04:07:56.953Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2235 bytes)
22232026-05-20T04:07:58.195Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22242026-05-20T04:07:58.195Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2263 bytes)
22252026-05-20T04:07:59.581Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22262026-05-20T04:07:59.581Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2272 bytes)
22272026-05-20T04:08:02.057Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22282026-05-20T04:08:02.058Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2428 bytes)
22292026-05-20T04:08:03.628Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22302026-05-20T04:08:03.628Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4667 bytes)
22312026-05-20T04:08:05.419Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22322026-05-20T04:08:05.419Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3521 bytes)
22332026-05-20T04:08:07.791Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22342026-05-20T04:08:07.791Zuploading: /work/multiple_unnumbered.log (141062 bytes)
22352026-05-20T04:08:10.117Zuploaded: /work/multiple_unnumbered.log
22362026-05-20T04:08:10.118Zuploading: /work/ndp_change_reset.log (69930 bytes)
22372026-05-20T04:08:12.353Zuploaded: /work/ndp_change_reset.log
22382026-05-20T04:08:12.354Zuploading: /work/ndp_changes.log (88513 bytes)
22392026-05-20T04:08:13.974Zuploaded: /work/ndp_changes.log
22402026-05-20T04:08:13.974Zuploading: /work/r1.test_basic_peering_active.log (38276 bytes)
22412026-05-20T04:08:15.574Zuploaded: /work/r1.test_basic_peering_active.log
22422026-05-20T04:08:15.574Zuploading: /work/r1.test_basic_peering_active_tcp.log (45516 bytes)
22432026-05-20T04:08:16.660Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22442026-05-20T04:08:16.661Zuploading: /work/r1.test_basic_peering_passive.log (33570 bytes)
22452026-05-20T04:08:17.902Zuploaded: /work/r1.test_basic_peering_passive.log
22462026-05-20T04:08:17.902Zuploading: /work/r1.test_basic_peering_passive_tcp.log (41431 bytes)
22472026-05-20T04:08:19.175Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22482026-05-20T04:08:19.175Zuploading: /work/r1.test_basic_update.log (28361 bytes)
22492026-05-20T04:08:20.207Zuploaded: /work/r1.test_basic_update.log
22502026-05-20T04:08:20.207Zuploading: /work/r1.test_basic_update_ipv6.log (28560 bytes)
22512026-05-20T04:08:21.341Zuploaded: /work/r1.test_basic_update_ipv6.log
22522026-05-20T04:08:21.341Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30964 bytes)
22532026-05-20T04:08:22.407Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22542026-05-20T04:08:22.407Zuploading: /work/r1.test_basic_update_tcp.log (31178 bytes)
22552026-05-20T04:08:23.431Zuploaded: /work/r1.test_basic_update_tcp.log
22562026-05-20T04:08:23.431Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (56300 bytes)
22572026-05-20T04:08:24.453Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22582026-05-20T04:08:24.453Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (57927 bytes)
22592026-05-20T04:08:25.475Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22602026-05-20T04:08:25.476Zuploading: /work/r1.test_import_export_policy_filtering.log (40198 bytes)
22612026-05-20T04:08:26.489Zuploaded: /work/r1.test_import_export_policy_filtering.log
22622026-05-20T04:08:26.489Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35844 bytes)
22632026-05-20T04:08:27.514Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22642026-05-20T04:08:27.514Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40238 bytes)
22652026-05-20T04:08:28.541Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22662026-05-20T04:08:28.541Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49589 bytes)
22672026-05-20T04:08:29.595Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22682026-05-20T04:08:29.595Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33759 bytes)
22692026-05-20T04:08:30.629Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22702026-05-20T04:08:30.629Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39617 bytes)
22712026-05-20T04:08:31.651Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22722026-05-20T04:08:31.651Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35661 bytes)
22732026-05-20T04:08:32.662Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22742026-05-20T04:08:32.662Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29936 bytes)
22752026-05-20T04:08:33.678Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22762026-05-20T04:08:33.678Zuploading: /work/r1.test_three_router_chain_tcp.log (22151 bytes)
22772026-05-20T04:08:34.750Zuploaded: /work/r1.test_three_router_chain_tcp.log
22782026-05-20T04:08:34.750Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22240 bytes)
22792026-05-20T04:08:35.851Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22802026-05-20T04:08:35.851Zuploading: /work/r2.test_basic_peering_active.log (38964 bytes)
22812026-05-20T04:08:36.912Zuploaded: /work/r2.test_basic_peering_active.log
22822026-05-20T04:08:36.912Zuploading: /work/r2.test_basic_peering_active_tcp.log (44386 bytes)
22832026-05-20T04:08:37.977Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22842026-05-20T04:08:37.977Zuploading: /work/r2.test_basic_peering_passive.log (41351 bytes)
22852026-05-20T04:08:39.041Zuploaded: /work/r2.test_basic_peering_passive.log
22862026-05-20T04:08:39.041Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46993 bytes)
22872026-05-20T04:08:40.057Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22882026-05-20T04:08:40.057Zuploading: /work/r2.test_basic_update.log (26372 bytes)
22892026-05-20T04:08:41.071Zuploaded: /work/r2.test_basic_update.log
22902026-05-20T04:08:41.071Zuploading: /work/r2.test_basic_update_ipv6.log (29249 bytes)
22912026-05-20T04:08:42.086Zuploaded: /work/r2.test_basic_update_ipv6.log
22922026-05-20T04:08:42.086Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (29717 bytes)
22932026-05-20T04:08:43.122Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22942026-05-20T04:08:43.122Zuploading: /work/r2.test_basic_update_tcp.log (29705 bytes)
22952026-05-20T04:08:44.140Zuploaded: /work/r2.test_basic_update_tcp.log
22962026-05-20T04:08:44.140Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (62102 bytes)
22972026-05-20T04:08:45.156Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22982026-05-20T04:08:45.156Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (48232 bytes)
22992026-05-20T04:08:46.213Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23002026-05-20T04:08:46.213Zuploading: /work/r2.test_import_export_policy_filtering.log (36561 bytes)
23012026-05-20T04:08:47.272Zuploaded: /work/r2.test_import_export_policy_filtering.log
23022026-05-20T04:08:47.272Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (36950 bytes)
23032026-05-20T04:08:48.332Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23042026-05-20T04:08:48.332Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38776 bytes)
23052026-05-20T04:08:49.354Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23062026-05-20T04:08:49.354Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47701 bytes)
23072026-05-20T04:08:50.447Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23082026-05-20T04:08:50.447Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41325 bytes)
23092026-05-20T04:08:51.641Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23102026-05-20T04:08:51.641Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46707 bytes)
23112026-05-20T04:08:52.688Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23122026-05-20T04:08:52.688Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38163 bytes)
23132026-05-20T04:08:53.739Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23142026-05-20T04:08:53.739Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28072 bytes)
23152026-05-20T04:08:54.769Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23162026-05-20T04:08:54.769Zuploading: /work/r2.test_three_router_chain_tcp.log (41200 bytes)
23172026-05-20T04:08:55.786Zuploaded: /work/r2.test_three_router_chain_tcp.log
23182026-05-20T04:08:55.786Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45751 bytes)
23192026-05-20T04:08:56.804Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23202026-05-20T04:08:56.804Zuploading: /work/r3.test_three_router_chain_tcp.log (22156 bytes)
23212026-05-20T04:08:57.823Zuploaded: /work/r3.test_three_router_chain_tcp.log
23222026-05-20T04:08:57.823Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (20682 bytes)
23232026-05-20T04:08:58.872Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23242026-05-20T04:08:58.872Zuploading: /work/same_linklocal.log (155189 bytes)
23252026-05-20T04:08:59.970Zuploaded: /work/same_linklocal.log
23262026-05-20T04:08:59.970Zuploading: /work/three_chain.log (167417 bytes)
23272026-05-20T04:09:01.267Zuploaded: /work/three_chain.log
23282026-05-20T04:09:01.308Zuploading: /work/unnumbered_expiry.log (89018 bytes)
23292026-05-20T04:09:02.388Zuploaded: /work/unnumbered_expiry.log
23302026-05-20T04:09:02.388Zuploading: /work/unnumbered_interface_lifecycle.log (163879 bytes)
23312026-05-20T04:09:03.450Zuploaded: /work/unnumbered_interface_lifecycle.log
23322026-05-20T04:09:03.451Zuploading: /work/unnumbered_peer_change.log (79505 bytes)
23332026-05-20T04:09:04.480Zuploaded: /work/unnumbered_peer_change.log