01KVB4XQ426R3NFZDFH3YCZ8T8: 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: 01KVB4YHRMMEEV43PQ28E6JG3V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T16:00:38.172Zjob assigned to worker 01KVB4Z182DMGEJ0SXA87W6ARQ [factory aws, i-04f3a5d6055b8e440] (queued for 57 s)
 
22026-06-17T16:00:44.525Zstarting task 0: "setup"
32026-06-17T16:00:45.076Z++ uname -s
42026-06-17T16:00:45.076Z+ kern=SunOS
52026-06-17T16:00:45.076Z+ build_user=build
62026-06-17T16:00:45.076Z+ build_uid=12345
72026-06-17T16:00:45.076Z+ work_dir=/work
82026-06-17T16:00:45.076Z+ input_dir=/input
92026-06-17T16:00:45.076Z+ [[ 0 == 12345 ]]
102026-06-17T16:00:45.076Z+ case "$kern" in
112026-06-17T16:00:45.076Z+ groupadd -g 12345 build
122026-06-17T16:00:45.076Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T16:00:46.629Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T16:00:46.653Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T16:00:46.653Z+ home_fs=zfs
162026-06-17T16:00:46.653Z+ [[ zfs == autofs ]]
172026-06-17T16:00:46.653Z+ mkdir -p /home/build
182026-06-17T16:00:46.653Z+ chown build:build /home/build /work
192026-06-17T16:00:48.619Z+ chmod 0700 /home/build /work
202026-06-17T16:00:48.635Zprocess exited: duration 4091 ms, exit code 0
 
212026-06-17T16:00:48.645Zstarting task 1: "rust-toolchain"
222026-06-17T16:00:48.649Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T16:00:48.649Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-17T16:00:48.649Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-17T16:00:48.649Z * rust toolchain channel = "stable"
262026-06-17T16:00:48.649Z * rust toolchain profile = "default"
272026-06-17T16:00:48.649Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T16:00:48.654Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T16:00:48.654Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T16:00:48.774Zinfo: downloading installer
312026-06-17T16:00:50.193Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T16:00:50.193Zwarn: /opt/ooce/bin
332026-06-17T16:00:50.193Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T16:00:50.193Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T16:00:50.193Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T16:00:50.193Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T16:00:50.193Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T16:00:50.193Zerror: cannot install while Rust is installed
392026-06-17T16:00:50.193Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T16:00:50.193Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T16:00:50.193Zwarn: /home/build/.rustup/settings.toml
422026-06-17T16:00:50.194Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T16:00:50.194Zwarn: instead of the one inferred from the default host triple.
442026-06-17T16:00:50.209Zinfo: profile set to default
452026-06-17T16:00:50.209Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T16:00:50.212Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T16:00:50.360Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T16:00:50.364Zinfo: downloading 6 components
492026-06-17T16:01:06.922Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-17T16:01:06.922Z
512026-06-17T16:01:06.949Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T16:01:06.949Z
532026-06-17T16:01:06.949Z
542026-06-17T16:01:06.949ZRust is installed now. Great!
552026-06-17T16:01:06.949Z
562026-06-17T16:01:06.949ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T16:01:06.949Zenvironment variable. This has not been done automatically.
582026-06-17T16:01:06.949Z
592026-06-17T16:01:06.949ZTo configure your current shell, you need to source
602026-06-17T16:01:06.949Zthe corresponding env file under $HOME/.cargo.
612026-06-17T16:01:06.949Z
622026-06-17T16:01:06.949ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T16:01:06.949Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T16:01:06.949Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T16:01:06.949Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T16:01:06.949Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T16:01:06.949Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T16:01:06.949Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T16:01:06.952Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T16:01:06.952Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T16:01:07.035Z+ rustup --version
722026-06-17T16:01:07.044Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T16:01:07.047Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T16:01:07.064Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T16:01:07.068Z+ cargo --version
762026-06-17T16:01:07.080Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T16:01:07.088Z+ rustc --version
782026-06-17T16:01:07.101Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T16:01:07.104Zprocess exited: duration 18455 ms, exit code 0
 
802026-06-17T16:01:07.110Zstarting task 2: "authentication"
812026-06-17T16:01:07.126Zprocess exited: duration 15 ms, exit code 0
 
822026-06-17T16:01:07.132Zstarting task 3: "clone repository"
832026-06-17T16:01:07.135Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-17T16:01:07.138Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-17T16:01:07.170ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-17T16:01:09.061Z+ cd /work/oxidecomputer/maghemite
872026-06-17T16:01:09.061Z+ git fetch origin 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
882026-06-17T16:01:09.320ZFrom https://github.com/oxidecomputer/maghemite
892026-06-17T16:01:09.320Z * branch 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 -> FETCH_HEAD
902026-06-17T16:01:09.326Z+ [[ -n trey/md5-auth-key ]]
912026-06-17T16:01:09.330Z++ git branch --show-current
922026-06-17T16:01:09.330Z+ current=main
932026-06-17T16:01:09.330Z+ [[ main != trey/md5-auth-key ]]
942026-06-17T16:01:09.330Z+ git branch -f trey/md5-auth-key 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
952026-06-17T16:01:09.333Z+ git checkout -f trey/md5-auth-key
962026-06-17T16:01:09.351ZSwitched to branch 'trey/md5-auth-key'
972026-06-17T16:01:09.354Z+ git reset --hard 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
982026-06-17T16:01:09.368ZHEAD is now at 2b5cf1e fmt: yank trailing newline
992026-06-17T16:01:09.371Zprocess exited: duration 2236 ms, exit code 0
 
1002026-06-17T16:01:09.379Zstarting task 4: "build"
1012026-06-17T16:01:09.393Z+ set -e
1022026-06-17T16:01:09.393Z+ source .github/buildomat/test-common.sh
1032026-06-17T16:01:09.393Z++ NEXTEST_VERSION=0.9.97
1042026-06-17T16:01:09.393Z++ PLATFORM=illumos
1052026-06-17T16:01:09.394Z++ banner install
1062026-06-17T16:01:09.394Z
1072026-06-17T16:01:09.394Z # # # #### ##### ## # #
1082026-06-17T16:01:09.394Z # ## # # # # # # #
1092026-06-17T16:01:09.394Z # # # # #### # # # # #
1102026-06-17T16:01:09.394Z # # # # # # ###### # #
1112026-06-17T16:01:09.394Z # # ## # # # # # # #
1122026-06-17T16:01:09.394Z # # # #### # # # ###### ######
1132026-06-17T16:01:09.394Z
1142026-06-17T16:01:09.394Z++ set +o errexit
1152026-06-17T16:01:09.394Z++ pkg info clang-15
1162026-06-17T16:01:09.395Z++ grep -qi installed
1172026-06-17T16:01:10.569Zpkg: info: no packages matching the following patterns you specified are
1182026-06-17T16:01:10.569Zinstalled on the system. Try querying remotely instead:
1192026-06-17T16:01:10.569Z
1202026-06-17T16:01:10.570Z clang-15
1212026-06-17T16:01:10.601Z++ [[ 1 != 0 ]]
1222026-06-17T16:01:10.602Z++ set -o errexit
1232026-06-17T16:01:10.605Z++ pfexec pkg install clang-15
1242026-06-17T16:01:18.840Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-17T16:01:26.660Z Startup: Caching catalogs ... Done
1262026-06-17T16:01:33.961ZPlanning: Solver setup ... Done
1272026-06-17T16:01:34.002ZPlanning: Running solver ... Done
1282026-06-17T16:01:34.146ZPlanning: Finding local manifests ... Done
1292026-06-17T16:01:34.196ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-17T16:01:34.692ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-17T16:01:34.721ZPlanning: Package planning ... Done
1322026-06-17T16:01:34.746ZPlanning: Merging actions ... Done
1332026-06-17T16:01:34.851ZPlanning: Checking for conflicting actions ... Done
1342026-06-17T16:01:34.858ZPlanning: Consolidating action changes ... Done
1352026-06-17T16:01:35.621ZPlanning: Evaluating mediators ... Done
1362026-06-17T16:01:35.627ZPlanning: Planning completed in 8.80 seconds
1372026-06-17T16:01:35.638Z Packages to install: 2
1382026-06-17T16:01:35.641Z Mediators to change: 2
1392026-06-17T16:01:35.641Z Services to change: 1
1402026-06-17T16:01:35.641Z Create boot environment: No
1412026-06-17T16:01:35.641ZCreate backup boot environment: No
1422026-06-17T16:01:35.681Z
1432026-06-17T16:01:35.681ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-17T16:01:40.687ZDownload: 844/3076 items 18.3/211.3MB 8% complete (3.8M/s)
1452026-06-17T16:01:47.396ZDownload: 984/3076 items 82.2/211.3MB 38% complete (12.8M/s)
1462026-06-17T16:01:52.512ZDownload: 1576/3076 items 114.9/211.3MB 54% complete (3.3M/s)
1472026-06-17T16:02:01.958ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (4.8M/s)
1482026-06-17T16:02:06.962ZDownload: 2797/3076 items 120.0/211.3MB 56% complete (220k/s)
1492026-06-17T16:02:12.041ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (12.1M/s)
1502026-06-17T16:02:27.145ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
1512026-06-17T16:02:28.549ZDownload: Completed 211.31 MB in 52.86 seconds (4.0M/s)
1522026-06-17T16:02:28.671Z Actions: 1/3418 actions (Installing new actions)
1532026-06-17T16:02:31.788Z Actions: Completed 3418 actions in 3.12 seconds.
1542026-06-17T16:02:32.441Z Done
1552026-06-17T16:02:32.441Z Done
1562026-06-17T16:02:33.195Z Done
1572026-06-17T16:02:36.561Z Done
1582026-06-17T16:02:36.634Z Done
1592026-06-17T16:02:36.637Z Done
1602026-06-17T16:02:36.894Z Done
1612026-06-17T16:02:37.565Z++ set -o errexit
1622026-06-17T16:02:37.566Z++ cargo --version
1632026-06-17T16:02:37.572Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-06-17T16:02:37.715Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-06-17T16:02:37.719Zinfo: downloading 6 components
1662026-06-17T16:02:52.995Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-06-17T16:02:52.998Z++ rustc --version
1682026-06-17T16:02:53.024Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-06-17T16:02:53.027Z++ cargo install cargo-nextest --version 0.9.97
1702026-06-17T16:02:53.071Z Updating crates.io index
1712026-06-17T16:02:53.176Z Downloading crates ...
1722026-06-17T16:02:53.228Z Downloaded cargo-nextest v0.9.97
1732026-06-17T16:02:53.289Z Installing cargo-nextest v0.9.97
1742026-06-17T16:02:53.330Z Updating crates.io index
1752026-06-17T16:02:56.256Z Locking 404 packages to latest compatible versions
1762026-06-17T16:02:56.262Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-06-17T16:02:56.265Z Adding duct v0.13.7 (available: v1.1.1)
1782026-06-17T16:02:56.265Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-06-17T16:02:56.265Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-06-17T16:02:56.268Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-06-17T16:02:56.268Z Adding itertools v0.14.0 (available: v0.15.0)
1822026-06-17T16:02:56.268Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1832026-06-17T16:02:56.268Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1842026-06-17T16:02:56.271Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1852026-06-17T16:02:56.274Z Adding quick-junit v0.5.2 (available: v0.6.0)
1862026-06-17T16:02:56.300Z Downloading crates ...
1872026-06-17T16:02:56.375Z Downloaded anstyle-query v1.1.5
1882026-06-17T16:02:56.383Z Downloaded atomic-waker v1.1.2
1892026-06-17T16:02:56.388Z Downloaded atomicwrites v0.4.4
1902026-06-17T16:02:56.393Z Downloaded async-scoped v0.9.0
1912026-06-17T16:02:56.393Z Downloaded base64ct v1.8.3
1922026-06-17T16:02:56.396Z Downloaded base64 v0.22.1
1932026-06-17T16:02:56.396Z Downloaded addr2line v0.25.1
1942026-06-17T16:02:56.399Z Downloaded backtrace-ext v0.2.1
1952026-06-17T16:02:56.399Z Downloaded crc32fast v1.5.0
1962026-06-17T16:02:56.402Z Downloaded adler2 v2.0.1
1972026-06-17T16:02:56.405Z Downloaded either v1.16.0
1982026-06-17T16:02:56.408Z Downloaded clap_derive v4.6.1
1992026-06-17T16:02:56.412Z Downloaded mukti-metadata v0.3.0
2002026-06-17T16:02:56.412Z Downloaded enable-ansi-support v0.2.1
2012026-06-17T16:02:56.415Z Downloaded foreign-types v0.3.2
2022026-06-17T16:02:56.415Z Downloaded curve25519-dalek-derive v0.1.1
2032026-06-17T16:02:56.415Z Downloaded futures-sink v0.3.32
2042026-06-17T16:02:56.418Z Downloaded ordered-float v2.10.1
2052026-06-17T16:02:56.418Z Downloaded openssl-probe v0.2.1
2062026-06-17T16:02:56.421Z Downloaded autocfg v1.5.1
2072026-06-17T16:02:56.421Z Downloaded debug-ignore v1.0.5
2082026-06-17T16:02:56.424Z Downloaded cfg_aliases v0.2.1
2092026-06-17T16:02:56.424Z Downloaded is_terminal_polyfill v1.70.2
2102026-06-17T16:02:56.427Z Downloaded lru-slab v0.1.2
2112026-06-17T16:02:56.430Z Downloaded cargo-platform v0.2.0
2122026-06-17T16:02:56.433Z Downloaded digest v0.10.7
2132026-06-17T16:02:56.433Z Downloaded crypto-common v0.1.7
2142026-06-17T16:02:56.436Z Downloaded hyper-tls v0.6.0
2152026-06-17T16:02:56.439Z Downloaded colorchoice v1.0.5
2162026-06-17T16:02:56.439Z Downloaded futures-task v0.3.32
2172026-06-17T16:02:56.442Z Downloaded fnv v1.0.7
2182026-06-17T16:02:56.445Z Downloaded idna_adapter v1.0.0
2192026-06-17T16:02:56.448Z Downloaded future-queue v0.4.0
2202026-06-17T16:02:56.451Z Downloaded hyper v1.10.1
2212026-06-17T16:02:56.455Z Downloaded cfg-if v1.0.4
2222026-06-17T16:02:56.458Z Downloaded openssl-sys v0.9.117
2232026-06-17T16:02:56.458Z Downloaded ed25519 v2.2.3
2242026-06-17T16:02:56.460Z Downloaded document-features v0.2.12
2252026-06-17T16:02:56.460Z Downloaded duct v0.13.7
2262026-06-17T16:02:56.463Z Downloaded anstyle-parse v1.0.0
2272026-06-17T16:02:56.463Z Downloaded percent-encoding v2.3.2
2282026-06-17T16:02:56.467Z Downloaded generic-array v0.14.7
2292026-06-17T16:02:56.467Z Downloaded http-body v1.0.1
2302026-06-17T16:02:56.467Z Downloaded hex v0.4.3
2312026-06-17T16:02:56.470Z Downloaded foreign-types-shared v0.1.1
2322026-06-17T16:02:56.472Z Downloaded proc-macro2 v1.0.106
2332026-06-17T16:02:56.476Z Downloaded pkcs8 v0.10.2
2342026-06-17T16:02:56.479Z Downloaded equivalent v1.0.2
2352026-06-17T16:02:56.479Z Downloaded color-spantrace v0.3.0
2362026-06-17T16:02:56.491Z Downloaded heck v0.5.0
2372026-06-17T16:02:56.498Z Downloaded cargo-platform v0.3.3
2382026-06-17T16:02:56.500Z Downloaded clap_lex v1.1.0
2392026-06-17T16:02:56.501Z Downloaded hyper-rustls v0.27.9
2402026-06-17T16:02:56.503Z Downloaded http-body-util v0.1.3
2412026-06-17T16:02:56.503Z Downloaded quote v1.0.45
2422026-06-17T16:02:56.506Z Downloaded is_ci v1.2.0
2432026-06-17T16:02:56.506Z Downloaded humantime-serde v1.1.1
2442026-06-17T16:02:56.509Z Downloaded futures-macro v0.3.32
2452026-06-17T16:02:56.509Z Downloaded home v0.5.12
2462026-06-17T16:02:56.512Z Downloaded futures-core v0.3.32
2472026-06-17T16:02:56.512Z Downloaded errno v0.3.14
2482026-06-17T16:02:56.517Z Downloaded block-buffer v0.10.4
2492026-06-17T16:02:56.520Z Downloaded os_pipe v1.2.3
2502026-06-17T16:02:56.520Z Downloaded openssl-macros v0.1.1
2512026-06-17T16:02:56.520Z Downloaded indent_write v2.2.0
2522026-06-17T16:02:56.523Z Downloaded guppy-workspace-hack v0.1.0
2532026-06-17T16:02:56.523Z Downloaded cpufeatures v0.2.17
2542026-06-17T16:02:56.526Z Downloaded rand_core v0.9.5
2552026-06-17T16:02:56.526Z Downloaded native-tls v0.2.18
2562026-06-17T16:02:56.529Z Downloaded rand_chacha v0.9.0
2572026-06-17T16:02:56.529Z Downloaded futures-io v0.3.32
2582026-06-17T16:02:56.534Z Downloaded serde_urlencoded v0.7.1
2592026-06-17T16:02:56.537Z Downloaded serde-value v0.7.0
2602026-06-17T16:02:56.540Z Downloaded indenter v0.3.4
2612026-06-17T16:02:56.542Z Downloaded number_prefix v0.4.0
2622026-06-17T16:02:56.542Z Downloaded serde_spanned v1.1.1
2632026-06-17T16:02:56.545Z Downloaded rustc_version v0.4.1
2642026-06-17T16:02:56.545Z Downloaded serde_spanned v0.6.9
2652026-06-17T16:02:56.548Z Downloaded convert_case v0.10.0
2662026-06-17T16:02:56.548Z Downloaded anstream v1.0.0
2672026-06-17T16:02:56.548Z Downloaded lazy_static v1.5.0
2682026-06-17T16:02:56.551Z Downloaded nextest-workspace-hack v0.1.0
2692026-06-17T16:02:56.551Z Downloaded console v0.15.11
2702026-06-17T16:02:56.555Z Downloaded itoa v1.0.18
2712026-06-17T16:02:56.555Z Downloaded globset v0.4.18
2722026-06-17T16:02:56.555Z Downloaded rustc-hash v2.1.2
2732026-06-17T16:02:56.558Z Downloaded futures-executor v0.3.32
2742026-06-17T16:02:56.558Z Downloaded fastrand v2.4.1
2752026-06-17T16:02:56.558Z Downloaded pathdiff v0.2.3
2762026-06-17T16:02:56.558Z Downloaded nested v0.1.1
2772026-06-17T16:02:56.561Z Downloaded cargo_metadata v0.23.1
2782026-06-17T16:02:56.561Z Downloaded form_urlencoded v1.2.2
2792026-06-17T16:02:56.561Z Downloaded sigchld v0.2.4
2802026-06-17T16:02:56.561Z Downloaded shell-words v1.1.1
2812026-06-17T16:02:56.564Z Downloaded signature v2.2.0
2822026-06-17T16:02:56.564Z Downloaded ahash v0.8.12
2832026-06-17T16:02:56.567Z Downloaded futures-channel v0.3.32
2842026-06-17T16:02:56.567Z Downloaded backtrace v0.3.76
2852026-06-17T16:02:56.570Z Downloaded signal-hook-mio v0.2.5
2862026-06-17T16:02:56.573Z Downloaded shared_child v1.1.1
2872026-06-17T16:02:56.573Z Downloaded find-msvc-tools v0.1.9
2882026-06-17T16:02:56.573Z Downloaded eyre v0.6.12
2892026-06-17T16:02:56.577Z Downloaded strip-ansi-escapes v0.2.1
2902026-06-17T16:02:56.577Z Downloaded hyper-util v0.1.20
2912026-06-17T16:02:56.581Z Downloaded supports-unicode v3.0.0
2922026-06-17T16:02:56.584Z Downloaded supports-hyperlinks v3.2.0
2932026-06-17T16:02:56.584Z Downloaded sync_wrapper v1.0.2
2942026-06-17T16:02:56.584Z Downloaded rand_core v0.6.4
2952026-06-17T16:02:56.587Z Downloaded terminal_size v0.4.4
2962026-06-17T16:02:56.587Z Downloaded cargo-util-schemas v0.2.0
2972026-06-17T16:02:56.587Z Downloaded quick-junit v0.5.2
2982026-06-17T16:02:56.590Z Downloaded anstyle v1.0.14
2992026-06-17T16:02:56.590Z Downloaded ppv-lite86 v0.2.21
3002026-06-17T16:02:56.593Z Downloaded strsim v0.11.1
3012026-06-17T16:02:56.593Z Downloaded erased-serde v0.4.10
3022026-06-17T16:02:56.596Z Downloaded pkg-config v0.3.33
3032026-06-17T16:02:56.596Z Downloaded camino-tempfile v1.4.1
3042026-06-17T16:02:56.599Z Downloaded jobserver v0.1.34
3052026-06-17T16:02:56.602Z Downloaded rustc-demangle v0.1.27
3062026-06-17T16:02:56.602Z Downloaded dialoguer v0.11.0
3072026-06-17T16:02:56.605Z Downloaded supports-color v3.0.2
3082026-06-17T16:02:56.605Z Downloaded quinn-udp v0.5.14
3092026-06-17T16:02:56.608Z Downloaded nextest-filtering v0.15.0
3102026-06-17T16:02:56.608Z Downloaded foldhash v0.1.5
3112026-06-17T16:02:56.608Z Downloaded filetime v0.2.29
3122026-06-17T16:02:56.611Z Downloaded serde-untagged v0.1.9
3132026-06-17T16:02:56.611Z Downloaded ipnet v2.12.0
3142026-06-17T16:02:56.614Z Downloaded swrite v0.1.0
3152026-06-17T16:02:56.614Z Downloaded pin-project-lite v0.2.17
3162026-06-17T16:02:56.617Z Downloaded lock_api v0.4.14
3172026-06-17T16:02:56.617Z Downloaded serde_path_to_error v0.1.20
3182026-06-17T16:02:56.621Z Downloaded sha2 v0.10.9
3192026-06-17T16:02:56.621Z Downloaded scopeguard v1.2.0
3202026-06-17T16:02:56.624Z Downloaded derive-where v1.6.1
3212026-06-17T16:02:56.624Z Downloaded serde_ignored v0.1.14
3222026-06-17T16:02:56.627Z Downloaded camino v1.2.2
3232026-06-17T16:02:56.627Z Downloaded self-replace v1.5.0
3242026-06-17T16:02:56.630Z Downloaded nextest-metadata v0.12.2
3252026-06-17T16:02:56.630Z Downloaded newtype-uuid v1.3.2
3262026-06-17T16:02:56.630Z Downloaded cargo_metadata v0.20.0
3272026-06-17T16:02:56.633Z Downloaded miette-derive v7.6.0
3282026-06-17T16:02:56.633Z Downloaded humantime v2.3.0
3292026-06-17T16:02:56.633Z Downloaded shlex v2.0.1
3302026-06-17T16:02:56.636Z Downloaded owo-colors v4.3.0
3312026-06-17T16:02:56.645Z Downloaded toml_datetime v0.6.11
3322026-06-17T16:02:56.648Z Downloaded smol_str v0.3.6
3332026-06-17T16:02:56.648Z Downloaded simd-adler32 v0.3.9
3342026-06-17T16:02:56.651Z Downloaded subtle v2.6.1
3352026-06-17T16:02:56.651Z Downloaded target-lexicon v0.13.5
3362026-06-17T16:02:56.651Z Downloaded slab v0.4.12
3372026-06-17T16:02:56.654Z Downloaded spki v0.7.3
3382026-06-17T16:02:56.654Z Downloaded tokio-macros v2.7.0
3392026-06-17T16:02:56.654Z Downloaded parking_lot_core v0.9.12
3402026-06-17T16:02:56.657Z Downloaded once_cell v1.21.4
3412026-06-17T16:02:56.660Z Downloaded try-lock v0.2.5
3422026-06-17T16:02:56.660Z Downloaded tracing-error v0.2.1
3432026-06-17T16:02:56.663Z Downloaded utf8_iter v1.0.4
3442026-06-17T16:02:56.663Z Downloaded urlencoding v2.1.3
3452026-06-17T16:02:56.663Z Downloaded unicode-linebreak v0.1.5
3462026-06-17T16:02:56.663Z Downloaded typeid v1.0.3
3472026-06-17T16:02:56.669Z Downloaded thread_local v1.1.9
3482026-06-17T16:02:56.674Z Downloaded cfg-expr v0.20.8
3492026-06-17T16:02:56.677Z Downloaded tower-layer v0.3.3
3502026-06-17T16:02:56.677Z Downloaded pin-project-internal v1.1.13
3512026-06-17T16:02:56.677Z Downloaded iana-time-zone v0.1.65
3522026-06-17T16:02:56.680Z Downloaded toml_write v0.1.2
3532026-06-17T16:02:56.680Z Downloaded fixedbitset v0.5.7
3542026-06-17T16:02:56.683Z Downloaded static_assertions v1.1.0
3552026-06-17T16:02:56.686Z Downloaded signal-hook-registry v1.4.8
3562026-06-17T16:02:56.686Z Downloaded tower-service v0.3.3
3572026-06-17T16:02:56.689Z Downloaded thiserror-impl v2.0.18
3582026-06-17T16:02:56.692Z Downloaded unicode-xid v0.2.6
3592026-06-17T16:02:56.695Z Downloaded utf8parse v0.2.2
3602026-06-17T16:02:56.698Z Downloaded want v0.3.1
3612026-06-17T16:02:56.698Z Downloaded version_check v0.9.5
3622026-06-17T16:02:56.701Z Downloaded thiserror v2.0.18
3632026-06-17T16:02:56.704Z Downloaded xattr v1.6.1
3642026-06-17T16:02:56.707Z Downloaded semver v1.0.28
3652026-06-17T16:02:56.710Z Downloaded rustls-pki-types v1.14.1
3662026-06-17T16:02:56.713Z Downloaded bytes v1.11.1
3672026-06-17T16:02:56.716Z Downloaded tinyvec_macros v0.1.1
3682026-06-17T16:02:56.716Z Downloaded self_update v0.42.0
3692026-06-17T16:02:56.716Z Downloaded thiserror-impl v1.0.69
3702026-06-17T16:02:56.719Z Downloaded futures v0.3.32
3712026-06-17T16:02:56.722Z Downloaded untrusted v0.9.0
3722026-06-17T16:02:56.722Z Downloaded der v0.7.10
3732026-06-17T16:02:56.725Z Downloaded parking_lot v0.12.5
3742026-06-17T16:02:56.725Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3752026-06-17T16:02:56.728Z Downloaded bitflags v2.13.0
3762026-06-17T16:02:56.735Z Downloaded thiserror v1.0.69
3772026-06-17T16:02:56.737Z Downloaded pin-project v1.1.13
3782026-06-17T16:02:56.744Z Downloaded tokio-native-tls v0.3.1
3792026-06-17T16:02:56.747Z Downloaded httparse v1.10.1
3802026-06-17T16:02:56.747Z Downloaded getrandom v0.3.4
3812026-06-17T16:02:56.750Z Downloaded const-oid v0.9.6
3822026-06-17T16:02:56.750Z Downloaded config v0.15.24
3832026-06-17T16:02:56.753Z Downloaded getrandom v0.4.2
3842026-06-17T16:02:56.756Z Downloaded getrandom v0.2.17
3852026-06-17T16:02:56.758Z Downloaded toml_writer v1.1.1+spec-1.1.0
3862026-06-17T16:02:56.758Z Downloaded serde_derive v1.0.228
3872026-06-17T16:02:56.758Z Downloaded target-spec-miette v0.4.8
3882026-06-17T16:02:56.762Z Downloaded target-spec v3.6.0
3892026-06-17T16:02:56.762Z Downloaded num-traits v0.2.19
3902026-06-17T16:02:56.764Z Downloaded unicase v2.9.0
3912026-06-17T16:02:56.764Z Downloaded tracing-log v0.2.0
3922026-06-17T16:02:56.772Z Downloaded signal-hook v0.3.18
3932026-06-17T16:02:56.774Z Downloaded derive_more v2.1.1
3942026-06-17T16:02:56.780Z Downloaded zstd-safe v7.2.4
3952026-06-17T16:02:56.783Z Downloaded zmij v1.0.21
3962026-06-17T16:02:56.783Z Downloaded toml v0.8.23
3972026-06-17T16:02:56.786Z Downloaded zstd v0.13.3
3982026-06-17T16:02:56.786Z Downloaded zeroize v1.9.0
3992026-06-17T16:02:56.789Z Downloaded sharded-slab v0.1.7
4002026-06-17T16:02:56.792Z Downloaded textwrap v0.16.2
4012026-06-17T16:02:56.792Z Downloaded socket2 v0.6.4
4022026-06-17T16:02:56.795Z Downloaded tracing-attributes v0.1.31
4032026-06-17T16:02:56.800Z Downloaded xxhash-rust v0.8.15
4042026-06-17T16:02:56.803Z Downloaded smallvec v1.15.2
4052026-06-17T16:02:56.807Z Downloaded clap v4.6.1
4062026-06-17T16:02:56.810Z Downloaded zipsign-api v0.1.5
4072026-06-17T16:02:56.810Z Downloaded tokio-stream v0.1.18
4082026-06-17T16:02:56.814Z Downloaded serde_core v1.0.228
4092026-06-17T16:02:56.817Z Downloaded litrs v1.0.0
4102026-06-17T16:02:56.817Z Downloaded tempfile v3.27.0
4112026-06-17T16:02:56.822Z Downloaded tinyvec v1.11.0
4122026-06-17T16:02:56.829Z Downloaded indicatif v0.17.11
4132026-06-17T16:02:56.838Z Downloaded flate2 v1.1.9
4142026-06-17T16:02:56.841Z Downloaded ryu v1.0.23
4152026-06-17T16:02:56.845Z Downloaded tracing-core v0.1.36
4162026-06-17T16:02:56.848Z Downloaded ed25519-dalek v2.2.0
4172026-06-17T16:02:56.848Z Downloaded tokio-rustls v0.26.4
4182026-06-17T16:02:56.848Z Downloaded quinn v0.11.9
4192026-06-17T16:02:56.851Z Downloaded borsh v1.6.1
4202026-06-17T16:02:56.854Z Downloaded cc v1.2.64
4212026-06-17T16:02:56.856Z Downloaded toml v1.1.2+spec-1.1.0
4222026-06-17T16:02:56.860Z Downloaded serde v1.0.228
4232026-06-17T16:02:56.863Z Downloaded toml_parser v1.1.2+spec-1.1.0
4242026-06-17T16:02:56.865Z Downloaded vte v0.14.1
4252026-06-17T16:02:56.869Z Downloaded unicode-ident v1.0.24
4262026-06-17T16:02:56.875Z Downloaded tar v0.4.46
4272026-06-17T16:02:56.878Z Downloaded rustls-webpki v0.103.13
4282026-06-17T16:02:56.883Z Downloaded miniz_oxide v0.8.9
4292026-06-17T16:02:56.883Z Downloaded log v0.4.32
4302026-06-17T16:02:56.886Z Downloaded uuid v1.23.3
4312026-06-17T16:02:56.886Z Downloaded derive_more-impl v2.1.1
4322026-06-17T16:02:56.892Z Downloaded memchr v2.8.2
4332026-06-17T16:02:56.900Z Downloaded futures-util v0.3.32
4342026-06-17T16:02:56.915Z Downloaded indexmap v2.14.0
4352026-06-17T16:02:56.922Z Downloaded http v1.4.2
4362026-06-17T16:02:56.930Z Downloaded guppy v0.17.26
4372026-06-17T16:02:56.935Z Downloaded toml_edit v0.22.27
4382026-06-17T16:02:56.938Z Downloaded miette v7.6.0
4392026-06-17T16:02:56.941Z Downloaded regex v1.12.4
4402026-06-17T16:02:56.954Z Downloaded aho-corasick v1.1.4
4412026-06-17T16:02:56.958Z Downloaded url v2.5.8
4422026-06-17T16:02:56.962Z Downloaded tower v0.5.3
4432026-06-17T16:02:56.965Z Downloaded mio v1.2.1
4442026-06-17T16:02:56.973Z Downloaded hashbrown v0.15.5
4452026-06-17T16:02:56.977Z Downloaded rand v0.9.4
4462026-06-17T16:02:56.984Z Downloaded ron v0.12.1
4472026-06-17T16:02:56.987Z Downloaded crossterm v0.29.0
4482026-06-17T16:02:56.991Z Downloaded hashbrown v0.17.1
4492026-06-17T16:02:56.996Z Downloaded typenum v1.20.1
4502026-06-17T16:02:57.004Z Downloaded h2 v0.4.15
4512026-06-17T16:02:57.009Z Downloaded unicode-segmentation v1.13.3
4522026-06-17T16:02:57.012Z Downloaded unicode-normalization v0.1.25
4532026-06-17T16:02:57.012Z Downloaded clap_builder v4.6.0
4542026-06-17T16:02:57.015Z Downloaded portable-atomic v1.13.1
4552026-06-17T16:02:57.018Z Downloaded idna v1.1.0
4562026-06-17T16:02:57.023Z Downloaded itertools v0.14.0
4572026-06-17T16:02:57.026Z Downloaded quick-xml v0.37.5
4582026-06-17T16:02:57.030Z Downloaded pulldown-cmark v0.13.4
4592026-06-17T16:02:57.033Z Downloaded serde_json v1.0.150
4602026-06-17T16:02:57.042Z Downloaded tower-http v0.6.11
4612026-06-17T16:02:57.049Z Downloaded tokio-util v0.7.18
4622026-06-17T16:02:57.062Z Downloaded reqwest v0.12.28
4632026-06-17T16:02:57.065Z Downloaded winnow v1.0.3
4642026-06-17T16:02:57.071Z Downloaded winnow v0.7.15
4652026-06-17T16:02:57.076Z Downloaded webpki-roots v1.0.8
4662026-06-17T16:02:57.086Z Downloaded chrono v0.4.45
4672026-06-17T16:02:57.100Z Downloaded vcpkg v0.2.15
4682026-06-17T16:02:57.122Z Downloaded quick-xml v0.38.4
4692026-06-17T16:02:57.125Z Downloaded curve25519-dalek v4.1.3
4702026-06-17T16:02:57.129Z Downloaded gimli v0.32.3
4712026-06-17T16:02:57.134Z Downloaded unicode-width v0.2.2
4722026-06-17T16:02:57.137Z Downloaded unicode-width v0.1.14
4732026-06-17T16:02:57.141Z Downloaded bstr v1.12.1
4742026-06-17T16:02:57.172Z Downloaded quinn-proto v0.11.14
4752026-06-17T16:02:57.179Z Downloaded tracing-subscriber v0.3.23
4762026-06-17T16:02:57.188Z Downloaded openssl v0.10.81
4772026-06-17T16:02:57.196Z Downloaded color-eyre v0.6.5
4782026-06-17T16:02:57.212Z Downloaded object v0.37.3
4792026-06-17T16:02:57.231Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4802026-06-17T16:02:57.240Z Downloaded rustls v0.23.40
4812026-06-17T16:02:57.247Z Downloaded nextest-runner v0.80.0
4822026-06-17T16:02:57.253Z Downloaded zerocopy v0.8.52
4832026-06-17T16:02:57.265Z Downloaded syn v2.0.118
4842026-06-17T16:02:57.270Z Downloaded nix v0.30.1
4852026-06-17T16:02:57.275Z Downloaded tokio v1.52.3
4862026-06-17T16:02:57.297Z Downloaded regex-syntax v0.8.11
4872026-06-17T16:02:57.329Z Downloaded rustix v1.1.4
4882026-06-17T16:02:57.341Z Downloaded rustix v0.38.44
4892026-06-17T16:02:57.369Z Downloaded tracing v0.1.44
4902026-06-17T16:02:57.402Z Downloaded regex-automata v0.4.14
4912026-06-17T16:02:57.459Z Downloaded libc v0.2.186
4922026-06-17T16:02:57.477Z Downloaded petgraph v0.8.3
4932026-06-17T16:02:57.558Z Downloaded recursion v0.5.4
4942026-06-17T16:02:57.565Z Downloaded ring v0.17.14
4952026-06-17T16:02:57.625Z Compiling proc-macro2 v1.0.106
4962026-06-17T16:02:57.630Z Compiling libc v0.2.186
4972026-06-17T16:02:57.630Z Compiling unicode-ident v1.0.24
4982026-06-17T16:02:57.630Z Compiling quote v1.0.45
4992026-06-17T16:02:57.630Z Compiling serde_core v1.0.228
5002026-06-17T16:02:57.630Z Compiling cfg-if v1.0.4
5012026-06-17T16:02:57.630Z Compiling memchr v2.8.2
5022026-06-17T16:02:57.630Z Compiling once_cell v1.21.4
5032026-06-17T16:02:57.851Z Compiling log v0.4.32
5042026-06-17T16:02:57.875Z Compiling pin-project-lite v0.2.17
5052026-06-17T16:02:57.967Z Compiling itoa v1.0.18
5062026-06-17T16:02:58.035Z Compiling serde v1.0.228
5072026-06-17T16:02:58.167Z Compiling futures-core v0.3.32
5082026-06-17T16:02:58.203Z Compiling smallvec v1.15.2
5092026-06-17T16:02:58.322Z Compiling bitflags v2.13.0
5102026-06-17T16:02:58.394Z Compiling shlex v2.0.1
5112026-06-17T16:02:58.450Z Compiling equivalent v1.0.2
5122026-06-17T16:02:58.539Z Compiling find-msvc-tools v0.1.9
5132026-06-17T16:02:58.573Z Compiling hashbrown v0.17.1
5142026-06-17T16:02:58.731Z Compiling errno v0.3.14
5152026-06-17T16:02:58.743Z Compiling bytes v1.11.1
5162026-06-17T16:02:58.771Z Compiling mio v1.2.1
5172026-06-17T16:02:58.899Z Compiling signal-hook-registry v1.4.8
5182026-06-17T16:02:58.910Z Compiling jobserver v0.1.34
5192026-06-17T16:02:59.010Z Compiling rustix v1.1.4
5202026-06-17T16:02:59.087Z Compiling syn v2.0.118
5212026-06-17T16:02:59.222Z Compiling cc v1.2.64
5222026-06-17T16:02:59.253Z Compiling futures-sink v0.3.32
5232026-06-17T16:02:59.377Z Compiling socket2 v0.6.4
5242026-06-17T16:02:59.487Z Compiling zmij v1.0.21
5252026-06-17T16:02:59.534Z Compiling slab v0.4.12
5262026-06-17T16:02:59.668Z Compiling futures-channel v0.3.32
5272026-06-17T16:02:59.742Z Compiling tracing-core v0.1.36
5282026-06-17T16:02:59.851Z Compiling version_check v0.9.5
5292026-06-17T16:02:59.931Z Compiling serde_json v1.0.150
5302026-06-17T16:03:00.139Z Compiling indexmap v2.14.0
5312026-06-17T16:03:00.230Z Compiling futures-task v0.3.32
5322026-06-17T16:03:00.286Z Compiling futures-io v0.3.32
5332026-06-17T16:03:00.412Z Compiling getrandom v0.4.2
5342026-06-17T16:03:00.548Z Compiling unicode-width v0.2.2
5352026-06-17T16:03:00.597Z Compiling camino v1.2.2
5362026-06-17T16:03:00.726Z Compiling percent-encoding v2.3.2
5372026-06-17T16:03:00.886Z Compiling ring v0.17.14
5382026-06-17T16:03:00.981Z Compiling http v1.4.2
5392026-06-17T16:03:00.994Z Compiling autocfg v1.5.1
5402026-06-17T16:03:01.006Z Compiling simd-adler32 v0.3.9
5412026-06-17T16:03:01.030Z Compiling zeroize v1.9.0
5422026-06-17T16:03:01.232Z Compiling adler2 v2.0.1
5432026-06-17T16:03:01.342Z Compiling num-traits v0.2.19
5442026-06-17T16:03:01.395Z Compiling miniz_oxide v0.8.9
5452026-06-17T16:03:01.618Z Compiling target-lexicon v0.13.5
5462026-06-17T16:03:01.846Z Compiling object v0.37.3
5472026-06-17T16:03:02.107Z Compiling getrandom v0.3.4
5482026-06-17T16:03:02.149Z Compiling zerocopy v0.8.52
5492026-06-17T16:03:02.270Z Compiling http-body v1.0.1
5502026-06-17T16:03:02.497Z Compiling rustls-pki-types v1.14.1
5512026-06-17T16:03:02.603Z Compiling form_urlencoded v1.2.2
5522026-06-17T16:03:02.614Z Compiling semver v1.0.28
5532026-06-17T16:03:02.771Z Compiling serde_derive v1.0.228
5542026-06-17T16:03:02.838Z Compiling tokio-macros v2.7.0
5552026-06-17T16:03:02.871Z Compiling futures-macro v0.3.32
5562026-06-17T16:03:02.902Z Compiling tracing-attributes v0.1.31
5572026-06-17T16:03:03.137Z Compiling getrandom v0.2.17
5582026-06-17T16:03:03.287Z Compiling fnv v1.0.7
5592026-06-17T16:03:03.334Z Compiling httparse v1.10.1
5602026-06-17T16:03:03.357Z Compiling thiserror v2.0.18
5612026-06-17T16:03:03.393Z Compiling gimli v0.32.3
5622026-06-17T16:03:03.590Z Compiling tokio v1.52.3
5632026-06-17T16:03:03.692Z Compiling signal-hook v0.3.18
5642026-06-17T16:03:03.706Z Compiling futures-util v0.3.32
5652026-06-17T16:03:03.716Z Compiling idna_adapter v1.0.0
5662026-06-17T16:03:03.821Z Compiling guppy-workspace-hack v0.1.0
5672026-06-17T16:03:03.921Z Compiling untrusted v0.9.0
5682026-06-17T16:03:04.049Z Compiling owo-colors v4.3.0
5692026-06-17T16:03:04.060Z Compiling utf8_iter v1.0.4
5702026-06-17T16:03:04.122Z Compiling tracing v0.1.44
5712026-06-17T16:03:04.220Z Compiling idna v1.1.0
5722026-06-17T16:03:04.523Z Compiling thiserror-impl v2.0.18
5732026-06-17T16:03:05.422Z Compiling addr2line v0.25.1
5742026-06-17T16:03:06.065Z Compiling generic-array v0.14.7
5752026-06-17T16:03:06.080Z Compiling rustls v0.23.40
5762026-06-17T16:03:06.310Z Compiling fastrand v2.4.1
5772026-06-17T16:03:06.325Z Compiling rustc-demangle v0.1.27
5782026-06-17T16:03:06.369Z Compiling tower-service v0.3.3
5792026-06-17T16:03:06.457Z Compiling typeid v1.0.3
5802026-06-17T16:03:06.467Z Compiling target-spec v3.6.0
5812026-06-17T16:03:06.646Z Compiling thiserror v1.0.69
5822026-06-17T16:03:06.753Z Compiling try-lock v0.2.5
5832026-06-17T16:03:06.758Z Compiling atomic-waker v1.1.2
5842026-06-17T16:03:06.872Z Compiling pkg-config v0.3.33
5852026-06-17T16:03:06.897Z Compiling want v0.3.1
5862026-06-17T16:03:07.139Z Compiling tempfile v3.27.0
5872026-06-17T16:03:07.196Z Compiling cfg-expr v0.20.8
5882026-06-17T16:03:07.312Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5892026-06-17T16:03:07.736Z Compiling tokio-util v0.7.18
5902026-06-17T16:03:07.906Z Compiling url v2.5.8
5912026-06-17T16:03:08.252Z Compiling h2 v0.4.15
5922026-06-17T16:03:08.738Z Compiling thiserror-impl v1.0.69
5932026-06-17T16:03:08.830Z Compiling backtrace v0.3.76
5942026-06-17T16:03:09.367Z Compiling terminal_size v0.4.4
5952026-06-17T16:03:09.411Z Compiling aho-corasick v1.1.4
5962026-06-17T16:03:09.534Z Compiling erased-serde v0.4.10
5972026-06-17T16:03:09.838Z Compiling typenum v1.20.1
5982026-06-17T16:03:09.934Z Compiling rustls-webpki v0.103.13
5992026-06-17T16:03:10.365Z Compiling winnow v0.7.15
6002026-06-17T16:03:10.511Z Compiling subtle v2.6.1
6012026-06-17T16:03:10.673Z Compiling regex-syntax v0.8.11
6022026-06-17T16:03:12.548Z Compiling regex-automata v0.4.14
6032026-06-17T16:03:12.875Z Compiling hyper v1.10.1
6042026-06-17T16:03:14.920Z Compiling serde_spanned v0.6.9
6052026-06-17T16:03:15.085Z Compiling toml_datetime v0.6.11
6062026-06-17T16:03:15.467Z Compiling ahash v0.8.12
6072026-06-17T16:03:15.734Z Compiling sync_wrapper v1.0.2
6082026-06-17T16:03:15.854Z Compiling either v1.16.0
6092026-06-17T16:03:16.089Z Compiling base64 v0.22.1
6102026-06-17T16:03:16.555Z Compiling is_ci v1.2.0
6112026-06-17T16:03:16.595Z Compiling parking_lot_core v0.9.12
6122026-06-17T16:03:16.606Z Compiling lazy_static v1.5.0
6132026-06-17T16:03:16.709Z Compiling unicode-segmentation v1.13.3
6142026-06-17T16:03:16.721Z Compiling toml_write v0.1.2
6152026-06-17T16:03:16.882Z Compiling portable-atomic v1.13.1
6162026-06-17T16:03:16.965Z Compiling ipnet v2.12.0
6172026-06-17T16:03:17.104Z Compiling foldhash v0.1.5
6182026-06-17T16:03:17.331Z Compiling nextest-workspace-hack v0.1.0
6192026-06-17T16:03:17.348Z Compiling unicode-linebreak v0.1.5
6202026-06-17T16:03:17.565Z Compiling crc32fast v1.5.0
6212026-06-17T16:03:17.621Z Compiling tower-layer v0.3.3
6222026-06-17T16:03:17.827Z Compiling tower v0.5.3
6232026-06-17T16:03:17.912Z Compiling textwrap v0.16.2
6242026-06-17T16:03:17.969Z Compiling hashbrown v0.15.5
6252026-06-17T16:03:18.141Z Compiling hyper-util v0.1.20
6262026-06-17T16:03:18.165Z Compiling convert_case v0.10.0
6272026-06-17T16:03:18.441Z Compiling toml_edit v0.22.27
6282026-06-17T16:03:18.451Z Compiling sharded-slab v0.1.7
6292026-06-17T16:03:18.615Z Compiling supports-color v3.0.2
6302026-06-17T16:03:18.900Z Compiling tokio-rustls v0.26.4
6312026-06-17T16:03:19.183Z Compiling backtrace-ext v0.2.1
6322026-06-17T16:03:19.336Z Compiling ordered-float v2.10.1
6332026-06-17T16:03:19.451Z Compiling webpki-roots v1.0.8
6342026-06-17T16:03:19.573Z Compiling miette-derive v7.6.0
6352026-06-17T16:03:19.611Z Compiling pathdiff v0.2.3
6362026-06-17T16:03:19.662Z Compiling console v0.15.11
6372026-06-17T16:03:19.738Z Compiling tracing-log v0.2.0
6382026-06-17T16:03:20.095Z Compiling cargo-platform v0.3.3
6392026-06-17T16:03:20.665Z Compiling os_pipe v1.2.3
6402026-06-17T16:03:20.672Z Compiling thread_local v1.1.9
6412026-06-17T16:03:20.805Z Compiling supports-hyperlinks v3.2.0
6422026-06-17T16:03:20.831Z Compiling supports-unicode v3.0.0
6432026-06-17T16:03:20.999Z Compiling fixedbitset v0.5.7
6442026-06-17T16:03:21.019Z Compiling rustix v0.38.44
6452026-06-17T16:03:21.042Z Compiling cfg_aliases v0.2.1
6462026-06-17T16:03:21.118Z Compiling unicode-width v0.1.14
6472026-06-17T16:03:21.397Z Compiling ryu v1.0.23
6482026-06-17T16:03:21.416Z Compiling zstd-safe v7.2.4
6492026-06-17T16:03:21.437Z Compiling debug-ignore v1.0.5
6502026-06-17T16:03:21.517Z Compiling scopeguard v1.2.0
6512026-06-17T16:03:21.548Z Compiling utf8parse v0.2.2
6522026-06-17T16:03:21.626Z Compiling pulldown-cmark v0.13.4
6532026-06-17T16:03:21.665Z Compiling winnow v1.0.3
6542026-06-17T16:03:21.679Z Compiling anstyle-parse v1.0.0
6552026-06-17T16:03:21.690Z Compiling lock_api v0.4.14
6562026-06-17T16:03:21.884Z Compiling serde_urlencoded v0.7.1
6572026-06-17T16:03:21.979Z Compiling miette v7.6.0
6582026-06-17T16:03:21.991Z Compiling petgraph v0.8.3
6592026-06-17T16:03:22.167Z Compiling nix v0.30.1
6602026-06-17T16:03:22.556Z Compiling tracing-subscriber v0.3.23
6612026-06-17T16:03:23.133Z Compiling toml_parser v1.1.2+spec-1.1.0
6622026-06-17T16:03:23.784Z Compiling sigchld v0.2.4
6632026-06-17T16:03:23.984Z Compiling cargo_metadata v0.23.1
6642026-06-17T16:03:23.988Z Compiling toml v0.8.23
6652026-06-17T16:03:24.498Z Compiling serde-value v0.7.0
6662026-06-17T16:03:25.260Z Compiling hyper-rustls v0.27.9
6672026-06-17T16:03:25.839Z Compiling serde-untagged v0.1.9
6682026-06-17T16:03:26.206Z Compiling derive_more-impl v2.1.1
6692026-06-17T16:03:26.209Z Compiling tower-http v0.6.11
6702026-06-17T16:03:26.963Z Compiling itertools v0.14.0
6712026-06-17T16:03:27.041Z Compiling regex v1.12.4
6722026-06-17T16:03:27.113Z Compiling block-buffer v0.10.4
6732026-06-17T16:03:27.183Z Compiling crypto-common v0.1.7
6742026-06-17T16:03:27.265Z Compiling ppv-lite86 v0.2.21
6752026-06-17T16:03:27.317Z Compiling rand_core v0.9.5
6762026-06-17T16:03:27.570Z Compiling futures-executor v0.3.32
6772026-06-17T16:03:27.598Z Compiling pin-project-internal v1.1.13
6782026-06-17T16:03:27.796Z Compiling http-body-util v0.1.3
6792026-06-17T16:03:28.075Z Compiling uuid v1.23.3
6802026-06-17T16:03:28.105Z Compiling serde_spanned v1.1.1
6812026-06-17T16:03:28.259Z Compiling toml_datetime v1.1.1+spec-1.1.0
6822026-06-17T16:03:28.480Z Compiling smol_str v0.3.6
6832026-06-17T16:03:28.480Z Compiling filetime v0.2.29
6842026-06-17T16:03:28.626Z Compiling vte v0.14.1
6852026-06-17T16:03:28.654Z Compiling bstr v1.12.1
6862026-06-17T16:03:28.679Z Compiling iana-time-zone v0.1.65
6872026-06-17T16:03:28.696Z Compiling unicode-xid v0.2.6
6882026-06-17T16:03:28.831Z Compiling anstyle v1.0.14
6892026-06-17T16:03:28.844Z Compiling colorchoice v1.0.5
6902026-06-17T16:03:28.854Z Compiling anstyle-query v1.1.5
6912026-06-17T16:03:28.960Z Compiling xattr v1.6.1
6922026-06-17T16:03:28.960Z Compiling is_terminal_polyfill v1.70.2
6932026-06-17T16:03:29.027Z Compiling nested v0.1.1
6942026-06-17T16:03:29.069Z Compiling static_assertions v1.1.0
6952026-06-17T16:03:29.179Z Compiling litrs v1.0.0
6962026-06-17T16:03:29.228Z Compiling eyre v0.6.12
6972026-06-17T16:03:29.305Z Compiling tinyvec_macros v0.1.1
6982026-06-17T16:03:29.311Z Compiling color-spantrace v0.3.0
6992026-06-17T16:03:29.358Z Compiling unicase v2.9.0
7002026-06-17T16:03:29.370Z Compiling self_update v0.42.0
7012026-06-17T16:03:29.549Z Compiling number_prefix v0.4.0
7022026-06-17T16:03:29.620Z Compiling document-features v0.2.12
7032026-06-17T16:03:29.654Z Compiling indicatif v0.17.11
7042026-06-17T16:03:29.692Z Compiling tinyvec v1.11.0
7052026-06-17T16:03:29.717Z Compiling guppy v0.17.26
7062026-06-17T16:03:29.842Z Compiling tar v0.4.46
7072026-06-17T16:03:30.127Z Compiling anstream v1.0.0
7082026-06-17T16:03:30.221Z Compiling globset v0.4.18
7092026-06-17T16:03:30.649Z Compiling chrono v0.4.45
7102026-06-17T16:03:30.866Z Compiling cargo-util-schemas v0.2.0
7112026-06-17T16:03:31.783Z Compiling strip-ansi-escapes v0.2.1
7122026-06-17T16:03:32.279Z Compiling nextest-metadata v0.12.2
7132026-06-17T16:03:32.436Z Compiling pin-project v1.1.13
7142026-06-17T16:03:32.545Z Compiling toml v1.1.2+spec-1.1.0
7152026-06-17T16:03:32.890Z Compiling newtype-uuid v1.3.2
7162026-06-17T16:03:33.088Z Compiling reqwest v0.12.28
7172026-06-17T16:03:33.432Z Compiling futures v0.3.32
7182026-06-17T16:03:33.519Z Compiling rand_chacha v0.9.0
7192026-06-17T16:03:33.564Z Compiling digest v0.10.7
7202026-06-17T16:03:33.798Z Compiling derive_more v2.1.1
7212026-06-17T16:03:33.887Z Compiling flate2 v1.1.9
7222026-06-17T16:03:34.099Z Compiling parking_lot v0.12.5
7232026-06-17T16:03:34.147Z Compiling shared_child v1.1.1
7242026-06-17T16:03:34.451Z Compiling tracing-error v0.2.1
7252026-06-17T16:03:35.033Z Compiling signal-hook-mio v0.2.5
7262026-06-17T16:03:35.033Z Compiling self-replace v1.5.0
7272026-06-17T16:03:35.175Z Compiling cargo-platform v0.2.0
7282026-06-17T16:03:35.346Z Compiling quick-xml v0.38.4
7292026-06-17T16:03:35.755Z Compiling quick-xml v0.37.5
7302026-06-17T16:03:35.844Z Compiling recursion v0.5.4
7312026-06-17T16:03:35.876Z Compiling indenter v0.3.4
7322026-06-17T16:03:35.987Z Compiling clap_lex v1.1.0
7332026-06-17T16:03:36.009Z Compiling cpufeatures v0.2.17
7342026-06-17T16:03:36.356Z Compiling humantime v2.3.0
7352026-06-17T16:03:36.356Z Compiling urlencoding v2.1.3
7362026-06-17T16:03:36.789Z Compiling strsim v0.11.1
7372026-06-17T16:03:36.842Z Compiling heck v0.5.0
7382026-06-17T16:03:37.034Z Compiling shell-words v1.1.1
7392026-06-17T16:03:37.054Z Compiling clap_derive v4.6.1
7402026-06-17T16:03:37.292Z Compiling clap_builder v4.6.0
7412026-06-17T16:03:37.320Z Compiling humantime-serde v1.1.1
7422026-06-17T16:03:37.632Z Compiling sha2 v0.10.9
7432026-06-17T16:03:38.175Z Compiling quick-junit v0.5.2
7442026-06-17T16:03:38.900Z Compiling nextest-filtering v0.15.0
7452026-06-17T16:03:38.912Z Compiling cargo_metadata v0.20.0
7462026-06-17T16:03:41.528Z Compiling atomicwrites v0.4.4
7472026-06-17T16:03:41.764Z Compiling crossterm v0.29.0
7482026-06-17T16:03:42.991Z Compiling cargo-nextest v0.9.97
7492026-06-17T16:03:43.935Z Compiling duct v0.13.7
7502026-06-17T16:03:44.268Z Compiling rand v0.9.4
7512026-06-17T16:03:44.271Z Compiling async-scoped v0.9.0
7522026-06-17T16:03:44.478Z Compiling zstd v0.13.3
7532026-06-17T16:03:44.519Z Compiling config v0.15.24
7542026-06-17T16:03:44.696Z Compiling unicode-normalization v0.1.25
7552026-06-17T16:03:44.917Z Compiling target-spec-miette v0.4.8
7562026-06-17T16:03:45.035Z Compiling future-queue v0.4.0
7572026-06-17T16:03:45.048Z Compiling mukti-metadata v0.3.0
7582026-06-17T16:03:45.306Z Compiling tokio-stream v0.1.18
7592026-06-17T16:03:45.320Z Compiling camino-tempfile v1.4.1
7602026-06-17T16:03:45.363Z Compiling derive-where v1.6.1
7612026-06-17T16:03:45.548Z Compiling serde_ignored v0.1.14
7622026-06-17T16:03:45.734Z Compiling serde_path_to_error v0.1.20
7632026-06-17T16:03:45.755Z Compiling swrite v0.1.0
7642026-06-17T16:03:45.779Z Compiling indent_write v2.2.0
7652026-06-17T16:03:45.839Z Compiling hex v0.4.3
7662026-06-17T16:03:45.863Z Compiling xxhash-rust v0.8.15
7672026-06-17T16:03:45.929Z Compiling home v0.5.12
7682026-06-17T16:03:46.101Z Compiling color-eyre v0.6.5
7692026-06-17T16:03:46.150Z Compiling clap v4.6.1
7702026-06-17T16:03:46.174Z Compiling dialoguer v0.11.0
7712026-06-17T16:03:46.201Z Compiling enable-ansi-support v0.2.1
7722026-06-17T16:03:46.637Z Compiling nextest-runner v0.80.0
7732026-06-17T16:04:04.977Z Finished `release` profile [optimized] target(s) in 1m 11s
7742026-06-17T16:04:05.167Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-06-17T16:04:05.171Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-06-17T16:04:05.286Z+ pushd bgp
7772026-06-17T16:04:05.289Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7782026-06-17T16:04:05.289Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7792026-06-17T16:04:05.445Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-06-17T16:04:06.959ZFrom https://github.com/oxidecomputer/falcon
7812026-06-17T16:04:06.959Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7822026-06-17T16:04:07.037Z Updating crates.io index
7832026-06-17T16:04:07.073Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7842026-06-17T16:04:07.953ZFrom https://github.com/oxidecomputer/dendrite
7852026-06-17T16:04:07.953Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7862026-06-17T16:04:08.038Z Updating git repository `https://github.com/oxidecomputer/ispf`
7872026-06-17T16:04:08.341ZFrom https://github.com/oxidecomputer/ispf
7882026-06-17T16:04:08.341Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7892026-06-17T16:04:08.346Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7902026-06-17T16:04:08.907ZFrom https://github.com/oxidecomputer/netadm-sys
7912026-06-17T16:04:08.907Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
7922026-06-17T16:04:08.915Z Updating git repository `https://github.com/oxidecomputer/omicron`
7932026-06-17T16:04:15.126ZFrom https://github.com/oxidecomputer/omicron
7942026-06-17T16:04:15.126Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7952026-06-17T16:04:15.555Z Updating git repository `https://github.com/oxidecomputer/opte`
7962026-06-17T16:04:16.617ZFrom https://github.com/oxidecomputer/opte
7972026-06-17T16:04:16.617Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7982026-06-17T16:04:16.651Z Updating git repository `https://github.com/illumos/smf-rs`
7992026-06-17T16:04:16.939ZFrom https://github.com/illumos/smf-rs
8002026-06-17T16:04:16.939Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8012026-06-17T16:04:17.080Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8022026-06-17T16:04:17.388ZFrom https://github.com/oxidecomputer/network-interface
8032026-06-17T16:04:17.388Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8042026-06-17T16:04:17.486Z Updating git repository `https://github.com/oxidecomputer/zone`
8052026-06-17T16:04:17.765ZFrom https://github.com/oxidecomputer/zone
8062026-06-17T16:04:17.765Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8072026-06-17T16:04:17.896Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082026-06-17T16:04:19.380ZFrom https://github.com/oxidecomputer/propolis
8092026-06-17T16:04:19.380Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8102026-06-17T16:04:19.430Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8112026-06-17T16:04:21.004ZFrom https://github.com/oxidecomputer/transceiver-control
8122026-06-17T16:04:21.004Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8132026-06-17T16:04:21.082Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8142026-06-17T16:04:21.364ZFrom https://github.com/oxidecomputer/dlpi-sys
8152026-06-17T16:04:21.364Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8162026-06-17T16:04:21.370Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8172026-06-17T16:04:21.720ZFrom https://github.com/jmesmon/rust-libzfs
8182026-06-17T16:04:21.720Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8192026-06-17T16:04:21.728Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8202026-06-17T16:04:21.987ZFrom https://github.com/oxidecomputer/rusty-doors
8212026-06-17T16:04:21.987Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8222026-06-17T16:04:22.014Z Updating git repository `https://github.com/oxidecomputer/lldp`
8232026-06-17T16:04:22.389ZFrom https://github.com/oxidecomputer/lldp
8242026-06-17T16:04:22.389Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8252026-06-17T16:04:22.480Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8262026-06-17T16:04:22.733ZFrom https://github.com/oxidecomputer/slog-error-chain
8272026-06-17T16:04:22.733Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8282026-06-17T16:04:22.741Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8292026-06-17T16:04:23.067ZFrom https://github.com/oxidecomputer/tufaceous
8302026-06-17T16:04:23.067Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8312026-06-17T16:04:23.143Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8322026-06-17T16:04:23.588ZFrom https://github.com/oxidecomputer/management-gateway-service
8332026-06-17T16:04:23.588Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8342026-06-17T16:04:23.613Z Updating git repository `https://github.com/oxidecomputer/crucible`
8352026-06-17T16:04:25.196ZFrom https://github.com/oxidecomputer/crucible
8362026-06-17T16:04:25.196Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8372026-06-17T16:04:25.245Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8382026-06-17T16:04:25.490ZFrom https://github.com/oxidecomputer/serde_human_bytes
8392026-06-17T16:04:25.490Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8402026-06-17T16:04:25.601Z Updating git repository `https://github.com/oxidecomputer/propolis`
8412026-06-17T16:04:25.990ZFrom https://github.com/oxidecomputer/propolis
8422026-06-17T16:04:25.990Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8432026-06-17T16:04:26.310Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-06-17T16:04:26.917ZFrom https://github.com/oxidecomputer/crucible
8452026-06-17T16:04:26.917Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8462026-06-17T16:04:26.983Z Updating git repository `https://github.com/oxidecomputer/tofino`
8472026-06-17T16:04:27.380ZFrom https://github.com/oxidecomputer/tofino
8482026-06-17T16:04:27.380Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8492026-06-17T16:04:27.405Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8502026-06-17T16:04:28.757ZFrom https://github.com/oxidecomputer/maghemite
8512026-06-17T16:04:28.757Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8522026-06-17T16:04:28.813Z Updating git repository `https://github.com/oxidecomputer/clickward`
8532026-06-17T16:04:29.090ZFrom https://github.com/oxidecomputer/clickward
8542026-06-17T16:04:29.091Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8552026-06-17T16:04:29.290Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8562026-06-17T16:04:29.675ZFrom https://github.com/oxidecomputer/illumos-devinfo
8572026-06-17T16:04:29.675Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8582026-06-17T16:04:30.345Z Downloading crates ...
8592026-06-17T16:04:30.443Z Downloaded async-stream-impl v0.3.6
8602026-06-17T16:04:30.447Z Downloaded darling_macro v0.21.3
8612026-06-17T16:04:30.456Z Downloaded aead v0.5.2
8622026-06-17T16:04:30.465Z Downloaded bit-vec v0.8.0
8632026-06-17T16:04:30.468Z Downloaded arc-swap v1.9.1
8642026-06-17T16:04:30.471Z Downloaded fxhash v0.2.1
8652026-06-17T16:04:30.471Z Downloaded colored v3.1.1
8662026-06-17T16:04:30.474Z Downloaded gethostname v0.5.0
8672026-06-17T16:04:30.477Z Downloaded fs_extra v1.3.0
8682026-06-17T16:04:30.477Z Downloaded darling_core v0.21.3
8692026-06-17T16:04:30.479Z Downloaded git-stub-vcs v0.1.0
8702026-06-17T16:04:30.482Z Downloaded git-stub v1.0.0
8712026-06-17T16:04:30.485Z Downloaded cipher v0.4.4
8722026-06-17T16:04:30.485Z Downloaded byteorder v1.5.0
8732026-06-17T16:04:30.488Z Downloaded elliptic-curve v0.13.8
8742026-06-17T16:04:30.491Z Downloaded ident_case v1.0.1
8752026-06-17T16:04:30.491Z Downloaded glob v0.3.3
8762026-06-17T16:04:30.494Z Downloaded dropshot_endpoint v0.17.1
8772026-06-17T16:04:30.497Z Downloaded hmac v0.12.1
8782026-06-17T16:04:30.497Z Downloaded num-complex v0.4.6
8792026-06-17T16:04:30.500Z Downloaded is-terminal v0.4.17
8802026-06-17T16:04:30.500Z Downloaded chacha20 v0.10.0
8812026-06-17T16:04:30.503Z Downloaded bit-set v0.8.0
8822026-06-17T16:04:30.506Z Downloaded memmap v0.7.0
8832026-06-17T16:04:30.506Z Downloaded dyn-clone v1.0.20
8842026-06-17T16:04:30.509Z Downloaded enum-as-inner v0.6.1
8852026-06-17T16:04:30.509Z Downloaded defmt-parser v1.0.0
8862026-06-17T16:04:30.512Z Downloaded convert_case v0.4.0
8872026-06-17T16:04:30.512Z Downloaded ciborium-ll v0.2.2
8882026-06-17T16:04:30.515Z Downloaded arrayref v0.3.9
8892026-06-17T16:04:30.515Z Downloaded base16ct v0.2.0
8902026-06-17T16:04:30.517Z Downloaded async-recursion v1.1.1
8912026-06-17T16:04:30.520Z Downloaded highway v1.3.0
8922026-06-17T16:04:30.520Z Downloaded block-buffer v0.12.0
8932026-06-17T16:04:30.523Z Downloaded num v0.4.3
8942026-06-17T16:04:30.524Z Downloaded const-random-macro v0.1.16
8952026-06-17T16:04:30.526Z Downloaded crypto-bigint v0.5.5
8962026-06-17T16:04:30.530Z Downloaded match_cfg v0.1.0
8972026-06-17T16:04:30.530Z Downloaded crossbeam-channel v0.5.15
8982026-06-17T16:04:30.533Z Downloaded mime v0.3.17
8992026-06-17T16:04:30.535Z Downloaded crucible-workspace-hack v0.1.0
9002026-06-17T16:04:30.535Z Downloaded cancel-safe-futures v0.1.5
9012026-06-17T16:04:30.538Z Downloaded darling_macro v0.23.0
9022026-06-17T16:04:30.541Z Downloaded idna_adapter v1.2.2
9032026-06-17T16:04:30.541Z Downloaded base16ct v1.0.0
9042026-06-17T16:04:30.544Z Downloaded indexmap v1.9.3
9052026-06-17T16:04:30.544Z Downloaded dtrace-parser v0.2.0
9062026-06-17T16:04:30.547Z Downloaded compression-core v0.4.32
9072026-06-17T16:04:30.547Z Downloaded bs58 v0.5.1
9082026-06-17T16:04:30.550Z Downloaded konst v0.2.20
9092026-06-17T16:04:30.553Z Downloaded lru-cache v0.1.2
9102026-06-17T16:04:30.556Z Downloaded dunce v1.0.5
9112026-06-17T16:04:30.556Z Downloaded crunchy v0.2.4
9122026-06-17T16:04:30.556Z Downloaded macaddr v1.0.1
9132026-06-17T16:04:30.559Z Downloaded crc8 v0.1.1
9142026-06-17T16:04:30.559Z Downloaded hubpack_derive v0.1.1
9152026-06-17T16:04:30.562Z Downloaded linked-hash-map v0.5.6
9162026-06-17T16:04:30.562Z Downloaded managed v0.8.0
9172026-06-17T16:04:30.564Z Downloaded internet-checksum v0.2.1
9182026-06-17T16:04:30.564Z Downloaded instant v0.1.13
9192026-06-17T16:04:30.564Z Downloaded bytecount v0.6.9
9202026-06-17T16:04:30.567Z Downloaded hostname v0.4.2
9212026-06-17T16:04:30.570Z Downloaded httpdate v1.0.3
9222026-06-17T16:04:30.570Z Downloaded dof v0.4.0
9232026-06-17T16:04:30.574Z Downloaded dtrace-parser v0.3.0
9242026-06-17T16:04:30.574Z Downloaded ciborium-io v0.2.2
9252026-06-17T16:04:30.574Z Downloaded hash32 v0.3.1
9262026-06-17T16:04:30.577Z Downloaded embedded-io v0.6.1
9272026-06-17T16:04:30.577Z Downloaded no-std-compat v0.4.1
9282026-06-17T16:04:30.577Z Downloaded konst_macro_rules v0.2.19
9292026-06-17T16:04:30.580Z Downloaded float-ord v0.3.2
9302026-06-17T16:04:30.580Z Downloaded cstr-argument v0.1.2
9312026-06-17T16:04:30.583Z Downloaded async-stream v0.3.6
9322026-06-17T16:04:30.583Z Downloaded num-derive v0.4.2
9332026-06-17T16:04:30.586Z Downloaded num_enum_derive v0.5.11
9342026-06-17T16:04:30.586Z Downloaded num-iter v0.1.45
9352026-06-17T16:04:30.586Z Downloaded dof v0.3.0
9362026-06-17T16:04:30.589Z Downloaded defmt v0.3.100
9372026-06-17T16:04:30.589Z Downloaded opaque-debug v0.3.1
9382026-06-17T16:04:30.592Z Downloaded newline-converter v0.3.0
9392026-06-17T16:04:30.592Z Downloaded daft v0.1.7
9402026-06-17T16:04:30.595Z Downloaded newtype_derive v0.1.6
9412026-06-17T16:04:30.595Z Downloaded foreign-types-macros v0.2.3
9422026-06-17T16:04:30.595Z Downloaded byte-wrapper v0.1.0
9432026-06-17T16:04:30.598Z Downloaded compression-codecs v0.4.38
9442026-06-17T16:04:30.601Z Downloaded natord v1.0.9
9452026-06-17T16:04:30.601Z Downloaded memoffset v0.9.1
9462026-06-17T16:04:30.604Z Downloaded hubpack v0.1.2
9472026-06-17T16:04:30.604Z Downloaded critical-section v1.2.0
9482026-06-17T16:04:30.604Z Downloaded digest v0.11.3
9492026-06-17T16:04:30.607Z Downloaded crypto-common v0.2.2
9502026-06-17T16:04:30.607Z Downloaded num-conv v0.2.2
9512026-06-17T16:04:30.610Z Downloaded keccak v0.1.6
9522026-06-17T16:04:30.610Z Downloaded parse-display v0.10.0
9532026-06-17T16:04:30.613Z Downloaded backon v1.6.0
9542026-06-17T16:04:30.613Z Downloaded omicron-workspace-hack v0.1.0
9552026-06-17T16:04:30.616Z Downloaded olpc-cjson v0.1.4
9562026-06-17T16:04:30.616Z Downloaded foreign-types v0.5.0
9572026-06-17T16:04:30.616Z Downloaded libscf-sys v1.2.0
9582026-06-17T16:04:30.619Z Downloaded displaydoc v0.2.6
9592026-06-17T16:04:30.619Z Downloaded derive-ex v0.1.8
9602026-06-17T16:04:30.623Z Downloaded newtype-uuid-macros v0.1.0
9612026-06-17T16:04:30.623Z Downloaded num_threads v0.1.7
9622026-06-17T16:04:30.623Z Downloaded data-encoding v2.11.0
9632026-06-17T16:04:30.626Z Downloaded async-trait v0.1.89
9642026-06-17T16:04:30.626Z Downloaded plain v0.2.3
9652026-06-17T16:04:30.629Z Downloaded foreign-types-shared v0.3.1
9662026-06-17T16:04:30.629Z Downloaded fixedbitset v0.4.2
9672026-06-17T16:04:30.629Z Downloaded pretty-hex v0.4.2
9682026-06-17T16:04:30.632Z Downloaded powerfmt v0.2.0
9692026-06-17T16:04:30.632Z Downloaded defmt-macros v1.1.0
9702026-06-17T16:04:30.635Z Downloaded multer v3.1.0
9712026-06-17T16:04:30.638Z Downloaded hostname v0.3.1
9722026-06-17T16:04:30.638Z Downloaded foldhash v0.2.0
9732026-06-17T16:04:30.638Z Downloaded constant_time_eq v0.4.2
9742026-06-17T16:04:30.641Z Downloaded fs-err v3.3.0
9752026-06-17T16:04:30.641Z Downloaded libsw v3.5.0
9762026-06-17T16:04:30.645Z Downloaded potential_utf v0.1.5
9772026-06-17T16:04:30.645Z Downloaded ingot-types v0.1.2
9782026-06-17T16:04:30.648Z Downloaded num_enum_derive v0.7.6
9792026-06-17T16:04:30.648Z Downloaded num-rational v0.4.2
9802026-06-17T16:04:30.648Z Downloaded num_enum v0.7.6
9812026-06-17T16:04:30.651Z Downloaded ingot-macros v0.1.1
9822026-06-17T16:04:30.654Z Downloaded proc-macro-error-attr2 v2.0.0
9832026-06-17T16:04:30.654Z Downloaded const_format_proc_macros v0.2.34
9842026-06-17T16:04:30.657Z Downloaded cargo_toml v0.22.3
9852026-06-17T16:04:30.657Z Downloaded base64 v0.21.7
9862026-06-17T16:04:30.660Z Downloaded progenitor-client v0.10.0
9872026-06-17T16:04:30.660Z Downloaded defmt v1.1.0
9882026-06-17T16:04:30.663Z Downloaded crossbeam-utils v0.8.21
9892026-06-17T16:04:30.666Z Downloaded progenitor-macro v0.13.0
9902026-06-17T16:04:30.666Z Downloaded progenitor-macro v0.14.0
9912026-06-17T16:04:30.668Z Downloaded progenitor-client v0.14.0
9922026-06-17T16:04:30.668Z Downloaded ciborium v0.2.2
9932026-06-17T16:04:30.669Z Downloaded proc-macro-error-attr v1.0.4
9942026-06-17T16:04:30.671Z Downloaded proc-macro-crate v1.3.1
9952026-06-17T16:04:30.671Z Downloaded ff v0.13.1
9962026-06-17T16:04:30.674Z Downloaded ref-cast-impl v1.0.25
9972026-06-17T16:04:30.674Z Downloaded ref-cast v1.0.25
9982026-06-17T16:04:30.677Z Downloaded proc-macro-crate v3.5.0
9992026-06-17T16:04:30.677Z Downloaded ipnetwork v0.21.1
10002026-06-17T16:04:30.677Z Downloaded group v0.13.0
10012026-06-17T16:04:30.680Z Downloaded num_enum v0.5.11
10022026-06-17T16:04:30.683Z Downloaded pem v3.0.6
10032026-06-17T16:04:30.683Z Downloaded oxide-tokio-rt v0.1.6
10042026-06-17T16:04:30.686Z Downloaded phf v0.12.1
10052026-06-17T16:04:30.686Z Downloaded ingot v0.1.1
10062026-06-17T16:04:30.689Z Downloaded parse-display-derive v0.10.0
10072026-06-17T16:04:30.689Z Downloaded poly1305 v0.8.0
10082026-06-17T16:04:30.692Z Downloaded paste v1.0.15
10092026-06-17T16:04:30.692Z Downloaded progenitor-macro v0.10.0
10102026-06-17T16:04:30.695Z Downloaded rustc_version v0.1.7
10112026-06-17T16:04:30.695Z Downloaded parking_lot_core v0.8.6
10122026-06-17T16:04:30.695Z Downloaded rand_chacha v0.3.1
10132026-06-17T16:04:30.698Z Downloaded same-file v1.0.6
10142026-06-17T16:04:30.698Z Downloaded diff v0.1.13
10152026-06-17T16:04:30.702Z Downloaded console v0.16.3
10162026-06-17T16:04:30.702Z Downloaded csv-core v0.1.13
10172026-06-17T16:04:30.702Z Downloaded hybrid-array v0.4.12
10182026-06-17T16:04:30.706Z Downloaded darling v0.23.0
10192026-06-17T16:04:30.709Z Downloaded anyhow v1.0.102
10202026-06-17T16:04:30.710Z Downloaded cookie v0.18.1
10212026-06-17T16:04:30.713Z Downloaded progenitor v0.10.0
10222026-06-17T16:04:30.713Z Downloaded proc-macro-error v1.0.4
10232026-06-17T16:04:30.715Z Downloaded serde_repr v0.1.20
10242026-06-17T16:04:30.715Z Downloaded serde_plain v1.0.2
10252026-06-17T16:04:30.718Z Downloaded serde-big-array v0.5.1
10262026-06-17T16:04:30.718Z Downloaded progenitor v0.13.0
10272026-06-17T16:04:30.721Z Downloaded derive_more v0.99.20
10282026-06-17T16:04:30.724Z Downloaded litemap v0.8.2
10292026-06-17T16:04:30.724Z Downloaded allocator-api2 v0.2.21
10302026-06-17T16:04:30.727Z Downloaded bcs v0.1.6
10312026-06-17T16:04:30.727Z Downloaded crossbeam-epoch v0.9.18
10322026-06-17T16:04:30.731Z Downloaded sigpipe v0.1.3
10332026-06-17T16:04:30.731Z Downloaded progenitor v0.14.0
10342026-06-17T16:04:30.731Z Downloaded sha1 v0.10.6
10352026-06-17T16:04:30.734Z Downloaded progenitor-extras v0.2.0
10362026-06-17T16:04:30.734Z Downloaded quick-error v1.2.3
10372026-06-17T16:04:30.734Z Downloaded proc-macro-error2 v2.0.1
10382026-06-17T16:04:30.737Z Downloaded siphasher v1.0.3
10392026-06-17T16:04:30.737Z Downloaded smawk v0.3.2
10402026-06-17T16:04:30.740Z Downloaded sha1 v0.11.0
10412026-06-17T16:04:30.740Z Downloaded slog-bunyan v2.5.0
10422026-06-17T16:04:30.740Z Downloaded serial_test_derive v3.5.0
10432026-06-17T16:04:30.743Z Downloaded progenitor-client v0.13.0
10442026-06-17T16:04:30.744Z Downloaded slog-envlogger v2.2.0
10452026-06-17T16:04:30.744Z Downloaded strum v0.26.3
10462026-06-17T16:04:30.744Z Downloaded memmap2 v0.9.10
10472026-06-17T16:04:30.748Z Downloaded stable_deref_trait v1.2.1
10482026-06-17T16:04:30.748Z Downloaded bitflags v2.12.1
10492026-06-17T16:04:30.751Z Downloaded semver v0.1.20
10502026-06-17T16:04:30.751Z Downloaded rustls-native-certs v0.8.4
10512026-06-17T16:04:30.751Z Downloaded parking_lot v0.11.2
10522026-06-17T16:04:30.751Z Downloaded libsw-core v0.3.2
10532026-06-17T16:04:30.754Z Downloaded postcard v1.1.3
10542026-06-17T16:04:30.754Z Downloaded erased-serde v0.3.31
10552026-06-17T16:04:30.757Z Downloaded secrecy v0.10.3
10562026-06-17T16:04:30.757Z Downloaded scroll_derive v0.13.1
10572026-06-17T16:04:30.757Z Downloaded scroll_derive v0.12.1
10582026-06-17T16:04:30.760Z Downloaded rustls-pemfile v2.2.0
10592026-06-17T16:04:30.760Z Downloaded password-hash v0.5.0
10602026-06-17T16:04:30.760Z Downloaded omicron-zone-package v0.12.2
10612026-06-17T16:04:30.763Z Downloaded structmeta-derive v0.3.0
10622026-06-17T16:04:30.763Z Downloaded structmeta v0.3.0
10632026-06-17T16:04:30.768Z Downloaded blake2 v0.10.6
10642026-06-17T16:04:30.768Z Downloaded spin v0.5.2
10652026-06-17T16:04:30.768Z Downloaded resolv-conf v0.7.6
10662026-06-17T16:04:30.771Z Downloaded rand_core v0.10.1
10672026-06-17T16:04:30.771Z Downloaded oxnet v0.1.6
10682026-06-17T16:04:30.771Z Downloaded const-oid v0.10.2
10692026-06-17T16:04:30.771Z Downloaded schemars_derive v0.8.22
10702026-06-17T16:04:30.774Z Downloaded icu_provider v2.2.0
10712026-06-17T16:04:30.774Z Downloaded drift v0.2.0
10722026-06-17T16:04:30.780Z Downloaded take_mut v0.2.2
10732026-06-17T16:04:30.784Z Downloaded tagptr v0.2.0
10742026-06-17T16:04:30.784Z Downloaded tabled_derive v0.7.0
10752026-06-17T16:04:30.784Z Downloaded strum v0.27.2
10762026-06-17T16:04:30.784Z Downloaded testing_table v0.3.0
10772026-06-17T16:04:30.789Z Downloaded tabwriter v1.4.1
10782026-06-17T16:04:30.789Z Downloaded tabled_derive v0.11.0
10792026-06-17T16:04:30.789Z Downloaded serde_tokenstream v0.2.3
10802026-06-17T16:04:30.789Z Downloaded thiserror-impl-no-std v2.0.2
10812026-06-17T16:04:30.789Z Downloaded indicatif v0.18.4
10822026-06-17T16:04:30.792Z Downloaded termtree v0.5.1
10832026-06-17T16:04:30.792Z Downloaded darling_core v0.23.0
10842026-06-17T16:04:30.795Z Downloaded time-core v0.1.8
10852026-06-17T16:04:30.795Z Downloaded slog-stdlog v4.1.1
10862026-06-17T16:04:30.799Z Downloaded slog-scope v4.4.1
10872026-06-17T16:04:30.799Z Downloaded slog-json v2.6.1
10882026-06-17T16:04:30.799Z Downloaded thread-id v4.2.2
10892026-06-17T16:04:30.802Z Downloaded slog-async v2.8.0
10902026-06-17T16:04:30.802Z Downloaded serial_test v3.5.0
10912026-06-17T16:04:30.802Z Downloaded rand_xorshift v0.4.0
10922026-06-17T16:04:30.802Z Downloaded icu_locale_core v2.2.0
10932026-06-17T16:04:30.804Z Downloaded papergrid v0.11.0
10942026-06-17T16:04:30.807Z Downloaded thread-id v5.1.0
10952026-06-17T16:04:30.810Z Downloaded slog-dtrace v0.3.0
10962026-06-17T16:04:30.810Z Downloaded pest_derive v2.8.6
10972026-06-17T16:04:30.810Z Downloaded papergrid v0.18.0
10982026-06-17T16:04:30.813Z Downloaded topological-sort v0.2.2
10992026-06-17T16:04:30.816Z Downloaded rhai_codegen v3.2.0
11002026-06-17T16:04:30.819Z Downloaded smf v0.2.3
11012026-06-17T16:04:30.822Z Downloaded smartstring v1.0.1
11022026-06-17T16:04:30.822Z Downloaded half v2.7.1
11032026-06-17T16:04:30.825Z Downloaded icu_collections v2.2.0
11042026-06-17T16:04:30.828Z Downloaded typify-macro v0.4.3
11052026-06-17T16:04:30.828Z Downloaded typify-macro v0.6.2
11062026-06-17T16:04:30.828Z Downloaded const_format v0.2.36
11072026-06-17T16:04:30.832Z Downloaded universal-hash v0.5.1
11082026-06-17T16:04:30.835Z Downloaded synstructure v0.13.2
11092026-06-17T16:04:30.835Z Downloaded unarray v0.1.4
11102026-06-17T16:04:30.835Z Downloaded chacha20poly1305 v0.10.1
11112026-06-17T16:04:30.835Z Downloaded strum_macros v0.27.2
11122026-06-17T16:04:30.835Z Downloaded serde_derive_internals v0.29.1
11132026-06-17T16:04:30.838Z Downloaded scroll v0.13.0
11142026-06-17T16:04:30.838Z Downloaded rusty-fork v0.3.1
11152026-06-17T16:04:30.838Z Downloaded snafu-derive v0.8.9
11162026-06-17T16:04:30.841Z Downloaded rustversion v1.0.22
11172026-06-17T16:04:30.841Z Downloaded usdt v0.6.0
11182026-06-17T16:04:30.841Z Downloaded untrusted v0.7.1
11192026-06-17T16:04:30.841Z Downloaded usdt-macro v0.6.0
11202026-06-17T16:04:30.844Z Downloaded pest_generator v2.8.6
11212026-06-17T16:04:30.844Z Downloaded usdt-attr-macro v0.5.0
11222026-06-17T16:04:30.844Z Downloaded cc v1.2.63
11232026-06-17T16:04:30.847Z Downloaded unit-prefix v0.5.2
11242026-06-17T16:04:30.847Z Downloaded darling v0.21.3
11252026-06-17T16:04:30.850Z Downloaded strum_macros v0.26.4
11262026-06-17T16:04:30.853Z Downloaded usdt-macro v0.5.0
11272026-06-17T16:04:30.853Z Downloaded scroll v0.12.0
11282026-06-17T16:04:30.853Z Downloaded linear-map v1.2.0
11292026-06-17T16:04:30.853Z Downloaded icu_properties v2.2.0
11302026-06-17T16:04:30.856Z Downloaded icu_normalizer v2.2.0
11312026-06-17T16:04:30.859Z Downloaded wait-timeout v0.2.1
11322026-06-17T16:04:30.859Z Downloaded tokio-tungstenite v0.21.0
11332026-06-17T16:04:30.859Z Downloaded utf-8 v0.7.6
11342026-06-17T16:04:30.862Z Downloaded usdt-attr-macro v0.6.0
11352026-06-17T16:04:30.862Z Downloaded heapless v0.8.0
11362026-06-17T16:04:30.862Z Downloaded yoke-derive v0.8.2
11372026-06-17T16:04:30.866Z Downloaded tiny-keccak v2.0.2
11382026-06-17T16:04:30.866Z Downloaded waitgroup v0.1.2
11392026-06-17T16:04:30.866Z Downloaded thiserror-no-std v2.0.2
11402026-06-17T16:04:30.868Z Downloaded zerofrom-derive v0.1.7
11412026-06-17T16:04:30.868Z Downloaded zerofrom v0.1.8
11422026-06-17T16:04:30.871Z Downloaded hickory-resolver v0.24.4
11432026-06-17T16:04:30.871Z Downloaded hickory-resolver v0.25.2
11442026-06-17T16:04:30.874Z Downloaded zeroize_derive v1.4.3
11452026-06-17T16:04:30.874Z Downloaded slog-term v2.9.2
11462026-06-17T16:04:30.877Z Downloaded progenitor-impl v0.13.0
11472026-06-17T16:04:30.877Z Downloaded progenitor-impl v0.10.0
11482026-06-17T16:04:30.882Z Downloaded tokio-dtrace v0.1.1
11492026-06-17T16:04:30.882Z Downloaded pest_meta v2.8.6
11502026-06-17T16:04:30.885Z Downloaded zone v0.3.1
11512026-06-17T16:04:30.885Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11522026-06-17T16:04:30.885Z Downloaded num-integer v0.1.46
11532026-06-17T16:04:30.885Z Downloaded spin v0.9.8
11542026-06-17T16:04:30.885Z Downloaded tinystr v0.8.3
11552026-06-17T16:04:30.889Z Downloaded deranged v0.5.8
11562026-06-17T16:04:30.889Z Downloaded daft-derive v0.1.7
11572026-06-17T16:04:30.892Z Downloaded argon2 v0.5.3
11582026-06-17T16:04:30.892Z Downloaded cobs v0.3.0
11592026-06-17T16:04:30.892Z Downloaded cmake v0.1.58
11602026-06-17T16:04:30.895Z Downloaded chacha20 v0.9.1
11612026-06-17T16:04:30.895Z Downloaded phf_shared v0.12.1
11622026-06-17T16:04:30.895Z Downloaded zone_cfg_derive v0.3.1
11632026-06-17T16:04:30.895Z Downloaded bitflags v1.3.2
11642026-06-17T16:04:30.898Z Downloaded inout v0.1.4
11652026-06-17T16:04:30.898Z Downloaded icu_normalizer_data v2.2.0
11662026-06-17T16:04:30.902Z Downloaded crossbeam-deque v0.8.6
11672026-06-17T16:04:30.902Z Downloaded openssl-sys v0.9.116
11682026-06-17T16:04:30.905Z Downloaded cpufeatures v0.3.0
11692026-06-17T16:04:30.905Z Downloaded embedded-io v0.4.0
11702026-06-17T16:04:30.905Z Downloaded usdt v0.5.0
11712026-06-17T16:04:30.905Z Downloaded rustls-platform-verifier v0.7.0
11722026-06-17T16:04:30.908Z Downloaded term v1.2.1
11732026-06-17T16:04:30.913Z Downloaded heck v0.4.1
11742026-06-17T16:04:30.913Z Downloaded dropshot-api-manager-types v0.7.2
11752026-06-17T16:04:30.913Z Downloaded const-random v0.1.18
11762026-06-17T16:04:30.913Z Downloaded backoff v0.4.0
11772026-06-17T16:04:30.917Z Downloaded usdt-impl v0.5.0
11782026-06-17T16:04:30.917Z Downloaded walkdir v2.5.0
11792026-06-17T16:04:30.917Z Downloaded arrayvec v0.7.6
11802026-06-17T16:04:30.917Z Downloaded writeable v0.6.3
11812026-06-17T16:04:30.920Z Downloaded whoami v1.6.1
11822026-06-17T16:04:30.920Z Downloaded time-macros v0.2.27
11832026-06-17T16:04:30.920Z Downloaded slog v2.8.2
11842026-06-17T16:04:30.923Z Downloaded usdt-impl v0.6.0
11852026-06-17T16:04:30.924Z Downloaded hashbrown v0.16.1
11862026-06-17T16:04:30.927Z Downloaded rayon-core v1.13.0
11872026-06-17T16:04:30.930Z Downloaded xz2 v0.1.7
11882026-06-17T16:04:30.933Z Downloaded zeroize v1.8.2
11892026-06-17T16:04:30.933Z Downloaded serde_yaml v0.9.34+deprecated
11902026-06-17T16:04:30.936Z Downloaded smallvec v1.15.1
11912026-06-17T16:04:30.936Z Downloaded zerovec-derive v0.11.3
11922026-06-17T16:04:30.940Z Downloaded prettyplease v0.2.37
11932026-06-17T16:04:30.944Z Downloaded jiff-static v0.2.28
11942026-06-17T16:04:30.947Z Downloaded minimal-lexical v0.2.1
11952026-06-17T16:04:30.951Z Downloaded progenitor-impl v0.14.0
11962026-06-17T16:04:30.959Z Downloaded schemars v0.8.22
11972026-06-17T16:04:30.965Z Downloaded yoke v0.8.3
11982026-06-17T16:04:30.968Z Downloaded async-compression v0.4.42
11992026-06-17T16:04:30.971Z Downloaded zerocopy-derive v0.7.35
12002026-06-17T16:04:30.976Z Downloaded similar v2.7.0
12012026-06-17T16:04:30.979Z Downloaded vsss-rs v3.3.4
12022026-06-17T16:04:30.979Z Downloaded thin-vec v0.2.18
12032026-06-17T16:04:30.979Z Downloaded toml v0.7.8
12042026-06-17T16:04:30.980Z Downloaded snafu v0.8.9
12052026-06-17T16:04:30.983Z Downloaded expectorate v1.2.0
12062026-06-17T16:04:30.986Z Downloaded libm v0.2.16
12072026-06-17T16:04:30.989Z Downloaded typify v0.4.3
12082026-06-17T16:04:30.992Z Downloaded tungstenite v0.21.0
12092026-06-17T16:04:30.995Z Downloaded typify v0.6.2
12102026-06-17T16:04:30.995Z Downloaded http v1.4.1
12112026-06-17T16:04:30.998Z Downloaded rand v0.8.6
12122026-06-17T16:04:31.001Z Downloaded ucd-trie v0.1.7
12132026-06-17T16:04:31.001Z Downloaded nom v7.1.3
12142026-06-17T16:04:31.004Z Downloaded test-strategy v0.4.5
12152026-06-17T16:04:31.004Z Downloaded serde_with_macros v3.20.0
12162026-06-17T16:04:31.007Z Downloaded qorb v0.4.1
12172026-06-17T16:04:31.010Z Downloaded memchr v2.8.1
12182026-06-17T16:04:31.013Z Downloaded aws-lc-rs v1.17.0
12192026-06-17T16:04:31.016Z Downloaded unsafe-libyaml v0.2.11
12202026-06-17T16:04:31.019Z Downloaded toml v0.9.12+spec-1.1.0
12212026-06-17T16:04:31.023Z Downloaded toml_edit v0.25.12+spec-1.1.0
12222026-06-17T16:04:31.025Z Downloaded steno v0.4.1
12232026-06-17T16:04:31.025Z Downloaded schemars v0.9.0
12242026-06-17T16:04:31.031Z Downloaded uuid v1.23.2
12252026-06-17T16:04:31.054Z Downloaded toml_edit v0.19.15
12262026-06-17T16:04:31.055Z Downloaded rand v0.10.1
12272026-06-17T16:04:31.055Z Downloaded pest v2.8.6
12282026-06-17T16:04:31.055Z Downloaded yansi v1.0.1
12292026-06-17T16:04:31.055Z Downloaded itertools v0.12.1
12302026-06-17T16:04:31.058Z Downloaded hkdf v0.12.4
12312026-06-17T16:04:31.058Z Downloaded schemars v1.2.1
12322026-06-17T16:04:31.062Z Downloaded zerotrie v0.2.4
12332026-06-17T16:04:31.065Z Downloaded nom v8.0.0
12342026-06-17T16:04:31.068Z Downloaded pretty_assertions v1.4.1
12352026-06-17T16:04:31.071Z Downloaded hashbrown v0.12.3
12362026-06-17T16:04:31.072Z Downloaded zerocopy-derive v0.8.50
12372026-06-17T16:04:31.078Z Downloaded dropshot-api-manager v0.7.2
12382026-06-17T16:04:31.102Z Downloaded icu_properties_data v2.2.0
12392026-06-17T16:04:31.107Z Downloaded reqwest v0.13.4
12402026-06-17T16:04:31.115Z Downloaded typed-path v0.9.3
12412026-06-17T16:04:31.118Z Downloaded h2 v0.4.14
12422026-06-17T16:04:31.122Z Downloaded goblin v0.8.2
12432026-06-17T16:04:31.125Z Downloaded rayon v1.12.0
12442026-06-17T16:04:31.132Z Downloaded zerovec v0.11.6
12452026-06-17T16:04:31.135Z Downloaded tough v0.22.0
12462026-06-17T16:04:31.144Z Downloaded iddqd v0.4.2
12472026-06-17T16:04:31.153Z Downloaded regex v1.12.3
12482026-06-17T16:04:31.160Z Downloaded moka v0.12.15
12492026-06-17T16:04:31.168Z Downloaded winnow v0.5.40
12502026-06-17T16:04:31.171Z Downloaded zerocopy v0.7.35
12512026-06-17T16:04:31.178Z Downloaded proptest v1.11.0
12522026-06-17T16:04:31.184Z Downloaded blake3 v1.8.5
12532026-06-17T16:04:31.187Z Downloaded serde_with v3.20.0
12542026-06-17T16:04:31.204Z Downloaded tabled v0.15.0
12552026-06-17T16:04:31.210Z Downloaded webpki-roots v1.0.7
12562026-06-17T16:04:31.214Z Downloaded time v0.3.47
12572026-06-17T16:04:31.220Z Downloaded tabled v0.21.0
12582026-06-17T16:04:31.229Z Downloaded goblin v0.10.7
12592026-06-17T16:04:31.246Z Downloaded syn v1.0.109
12602026-06-17T16:04:31.259Z Downloaded hickory-proto v0.25.2
12612026-06-17T16:04:31.270Z Downloaded nix v0.31.3
12622026-06-17T16:04:31.285Z Downloaded syn v2.0.117
12632026-06-17T16:04:31.289Z Downloaded rhai v1.25.1
12642026-06-17T16:04:31.296Z Downloaded zerocopy v0.8.50
12652026-06-17T16:04:31.318Z Downloaded smoltcp v0.11.0
12662026-06-17T16:04:31.323Z Downloaded regex-syntax v0.8.10
12672026-06-17T16:04:31.323Z Downloaded regress v0.11.1
12682026-06-17T16:04:31.323Z Downloaded dropshot v0.17.1
12692026-06-17T16:04:31.333Z Downloaded regress v0.10.5
12702026-06-17T16:04:31.340Z Downloaded hickory-proto v0.24.4
12712026-06-17T16:04:31.348Z Downloaded openapiv3 v2.2.0
12722026-06-17T16:04:31.354Z Downloaded openssl v0.10.80
12732026-06-17T16:04:31.359Z Downloaded typify-impl v0.4.3
12742026-06-17T16:04:31.365Z Downloaded typify-impl v0.6.2
12752026-06-17T16:04:31.375Z Downloaded sled v0.34.7
12762026-06-17T16:04:31.411Z Downloaded petgraph v0.6.5
12772026-06-17T16:04:31.418Z Downloaded chrono-tz v0.10.4
12782026-06-17T16:04:31.430Z Downloaded csv v1.4.0
12792026-06-17T16:04:31.440Z Downloaded lzma-sys v0.1.20
12802026-06-17T16:04:31.457Z Downloaded jiff v0.2.28
12812026-06-17T16:04:31.503Z Downloaded sha3 v0.10.9
12822026-06-17T16:04:31.506Z Downloaded encoding_rs v0.8.35
12832026-06-17T16:04:32.013Z Downloaded aws-lc-sys v0.41.0
12842026-06-17T16:04:32.949Z Compiling proc-macro2 v1.0.106
12852026-06-17T16:04:32.949Z Compiling quote v1.0.45
12862026-06-17T16:04:32.949Z Compiling unicode-ident v1.0.24
12872026-06-17T16:04:32.949Z Compiling serde_core v1.0.228
12882026-06-17T16:04:32.949Z Compiling cfg-if v1.0.4
12892026-06-17T16:04:32.953Z Compiling serde v1.0.228
12902026-06-17T16:04:32.953Z Compiling libc v0.2.186
12912026-06-17T16:04:32.953Z Compiling memchr v2.8.1
12922026-06-17T16:04:33.109Z Compiling itoa v1.0.18
12932026-06-17T16:04:33.292Z Compiling zmij v1.0.21
12942026-06-17T16:04:33.374Z Compiling autocfg v1.5.1
12952026-06-17T16:04:33.447Z Compiling libm v0.2.16
12962026-06-17T16:04:33.722Z Compiling stable_deref_trait v1.2.1
12972026-06-17T16:04:33.748Z Compiling writeable v0.6.3
12982026-06-17T16:04:33.790Z Compiling litemap v0.8.2
12992026-06-17T16:04:33.907Z Compiling icu_normalizer_data v2.2.0
13002026-06-17T16:04:33.943Z Compiling utf8_iter v1.0.4
13012026-06-17T16:04:33.946Z Compiling icu_properties_data v2.2.0
13022026-06-17T16:04:33.962Z Compiling percent-encoding v2.3.2
13032026-06-17T16:04:33.982Z Compiling iana-time-zone v0.1.65
13042026-06-17T16:04:34.153Z Compiling version_check v0.9.5
13052026-06-17T16:04:34.212Z Compiling equivalent v1.0.2
13062026-06-17T16:04:34.231Z Compiling form_urlencoded v1.2.2
13072026-06-17T16:04:34.290Z Compiling syn v2.0.117
13082026-06-17T16:04:34.399Z Compiling serde_json v1.0.150
13092026-06-17T16:04:34.429Z Compiling pin-project-lite v0.2.17
13102026-06-17T16:04:34.493Z Compiling dyn-clone v1.0.20
13112026-06-17T16:04:34.506Z Compiling scopeguard v1.2.0
13122026-06-17T16:04:34.509Z Compiling parking_lot_core v0.9.12
13132026-06-17T16:04:34.528Z Compiling num-traits v0.2.19
13142026-06-17T16:04:34.609Z Compiling lock_api v0.4.14
13152026-06-17T16:04:34.631Z Compiling hashbrown v0.17.1
13162026-06-17T16:04:34.678Z Compiling rand_core v0.10.1
13172026-06-17T16:04:34.818Z Compiling thiserror v2.0.18
13182026-06-17T16:04:34.842Z Compiling getrandom v0.4.2
13192026-06-17T16:04:34.853Z Compiling errno v0.3.14
13202026-06-17T16:04:34.998Z Compiling log v0.4.32
13212026-06-17T16:04:35.039Z Compiling heck v0.5.0
13222026-06-17T16:04:35.195Z Compiling zerocopy v0.8.50
13232026-06-17T16:04:35.229Z Compiling futures-core v0.3.32
13242026-06-17T16:04:35.312Z Compiling semver v1.0.28
13252026-06-17T16:04:35.362Z Compiling indexmap v2.14.0
13262026-06-17T16:04:35.428Z Compiling uuid v1.23.2
13272026-06-17T16:04:35.580Z Compiling futures-sink v0.3.32
13282026-06-17T16:04:35.659Z Compiling schemars v0.8.22
13292026-06-17T16:04:35.675Z Compiling slab v0.4.12
13302026-06-17T16:04:35.687Z Compiling fnv v1.0.7
13312026-06-17T16:04:35.780Z Compiling jobserver v0.1.34
13322026-06-17T16:04:35.857Z Compiling shlex v2.0.1
13332026-06-17T16:04:35.887Z Compiling find-msvc-tools v0.1.9
13342026-06-17T16:04:35.938Z Compiling rustversion v1.0.22
13352026-06-17T16:04:36.048Z Compiling cc v1.2.63
13362026-06-17T16:04:36.060Z Compiling futures-channel v0.3.32
13372026-06-17T16:04:36.117Z Compiling bitflags v2.12.1
13382026-06-17T16:04:36.133Z Compiling portable-atomic v1.13.1
13392026-06-17T16:04:36.293Z Compiling futures-task v0.3.32
13402026-06-17T16:04:36.386Z Compiling futures-io v0.3.32
13412026-06-17T16:04:36.478Z Compiling socket2 v0.6.4
13422026-06-17T16:04:36.553Z Compiling critical-section v1.2.0
13432026-06-17T16:04:36.566Z Compiling signal-hook-registry v1.4.8
13442026-06-17T16:04:36.648Z Compiling mio v1.2.1
13452026-06-17T16:04:36.659Z Compiling fs_extra v1.3.0
13462026-06-17T16:04:36.871Z Compiling cmake v0.1.58
13472026-06-17T16:04:36.917Z Compiling typenum v1.20.1
13482026-06-17T16:04:36.945Z Compiling dunce v1.0.5
13492026-06-17T16:04:36.998Z Compiling base64 v0.22.1
13502026-06-17T16:04:37.040Z Compiling regex-syntax v0.8.10
13512026-06-17T16:04:37.175Z Compiling once_cell v1.21.4
13522026-06-17T16:04:37.219Z Compiling slog v2.8.2
13532026-06-17T16:04:37.233Z Compiling subtle v2.6.1
13542026-06-17T16:04:37.355Z Compiling synstructure v0.13.2
13552026-06-17T16:04:37.377Z Compiling serde_derive_internals v0.29.1
13562026-06-17T16:04:37.389Z Compiling aws-lc-sys v0.41.0
13572026-06-17T16:04:37.401Z Compiling byteorder v1.5.0
13582026-06-17T16:04:37.461Z Compiling rustix v1.1.4
13592026-06-17T16:04:37.631Z Compiling strsim v0.11.1
13602026-06-17T16:04:37.749Z Compiling ipnet v2.12.0
13612026-06-17T16:04:37.864Z Compiling getrandom v0.3.4
13622026-06-17T16:04:38.030Z Compiling httparse v1.10.1
13632026-06-17T16:04:38.042Z Compiling atomic-waker v1.1.2
13642026-06-17T16:04:38.151Z Compiling tower-service v0.3.3
13652026-06-17T16:04:38.165Z Compiling tower-layer v0.3.3
13662026-06-17T16:04:38.204Z Compiling getrandom v0.2.17
13672026-06-17T16:04:38.234Z Compiling ucd-trie v0.1.7
13682026-06-17T16:04:38.308Z Compiling thiserror v1.0.69
13692026-06-17T16:04:38.324Z Compiling ryu v1.0.23
13702026-06-17T16:04:38.388Z Compiling untrusted v0.9.0
13712026-06-17T16:04:38.503Z Compiling try-lock v0.2.5
13722026-06-17T16:04:38.506Z Compiling pest v2.8.6
13732026-06-17T16:04:38.537Z Compiling rand_core v0.6.4
13742026-06-17T16:04:38.549Z Compiling serde_derive v1.0.228
13752026-06-17T16:04:38.604Z Compiling zerofrom-derive v0.1.7
13762026-06-17T16:04:38.632Z Compiling yoke-derive v0.8.2
13772026-06-17T16:04:38.742Z Compiling zerovec-derive v0.11.3
13782026-06-17T16:04:38.761Z Compiling displaydoc v0.2.6
13792026-06-17T16:04:39.645Z Compiling schemars_derive v0.8.22
13802026-06-17T16:04:39.771Z Compiling thiserror-impl v2.0.18
13812026-06-17T16:04:39.796Z Compiling tokio-macros v2.7.0
13822026-06-17T16:04:39.866Z Compiling zerocopy-derive v0.8.50
13832026-06-17T16:04:39.889Z Compiling zerofrom v0.1.8
13842026-06-17T16:04:39.889Z Compiling zeroize_derive v1.4.3
13852026-06-17T16:04:40.018Z Compiling yoke v0.8.3
13862026-06-17T16:04:40.210Z Compiling zerovec v0.11.6
13872026-06-17T16:04:40.569Z Compiling zerotrie v0.2.4
13882026-06-17T16:04:40.592Z Compiling zeroize v1.8.2
13892026-06-17T16:04:40.744Z Compiling tinystr v0.8.3
13902026-06-17T16:04:40.796Z Compiling potential_utf v0.1.5
13912026-06-17T16:04:40.866Z Compiling futures-macro v0.3.32
13922026-06-17T16:04:40.945Z Compiling icu_locale_core v2.2.0
13932026-06-17T16:04:40.954Z Compiling icu_collections v2.2.0
13942026-06-17T16:04:41.048Z Compiling want v0.3.1
13952026-06-17T16:04:41.125Z Compiling thiserror-impl v1.0.69
13962026-06-17T16:04:41.210Z Compiling httpdate v1.0.3
13972026-06-17T16:04:41.445Z Compiling pest_meta v2.8.6
13982026-06-17T16:04:41.483Z Compiling pretty-hex v0.4.2
13992026-06-17T16:04:41.616Z Compiling winnow v1.0.3
14002026-06-17T16:04:41.715Z Compiling icu_provider v2.2.0
14012026-06-17T16:04:41.867Z Compiling bytes v1.11.1
14022026-06-17T16:04:42.032Z Compiling smallvec v1.15.1
14032026-06-17T16:04:42.043Z Compiling icu_properties v2.2.0
14042026-06-17T16:04:42.269Z Compiling icu_normalizer v2.2.0
14052026-06-17T16:04:42.301Z Compiling chrono v0.4.45
14062026-06-17T16:04:42.728Z Compiling futures-util v0.3.32
14072026-06-17T16:04:42.731Z Compiling parking_lot v0.12.5
14082026-06-17T16:04:42.816Z Compiling http v1.4.1
14092026-06-17T16:04:42.872Z Compiling serde_tokenstream v0.2.3
14102026-06-17T16:04:43.138Z Compiling idna_adapter v1.2.2
14112026-06-17T16:04:43.151Z Compiling tokio v1.52.3
14122026-06-17T16:04:43.240Z Compiling idna v1.1.0
14132026-06-17T16:04:43.279Z Compiling erased-serde v0.3.31
14142026-06-17T16:04:43.770Z Compiling url v2.5.8
14152026-06-17T16:04:43.824Z Compiling http-body v1.0.1
14162026-06-17T16:04:44.017Z Compiling pest_generator v2.8.6
14172026-06-17T16:04:44.069Z Compiling plain v0.2.3
14182026-06-17T16:04:44.180Z Compiling ppv-lite86 v0.2.21
14192026-06-17T16:04:44.230Z Compiling foldhash v0.2.0
14202026-06-17T16:04:44.515Z Compiling paste v1.0.15
14212026-06-17T16:04:44.536Z Compiling allocator-api2 v0.2.21
14222026-06-17T16:04:44.671Z Compiling pest_derive v2.8.6
14232026-06-17T16:04:44.729Z Compiling tracing-attributes v0.1.31
14242026-06-17T16:04:44.863Z Compiling hashbrown v0.16.1
14252026-06-17T16:04:44.875Z Compiling tracing-core v0.1.36
14262026-06-17T16:04:45.117Z Compiling omicron-workspace-hack v0.1.0
14272026-06-17T16:04:45.247Z Compiling ipnetwork v0.21.1
14282026-06-17T16:04:45.348Z Compiling ident_case v1.0.1
14292026-06-17T16:04:45.482Z Compiling oxnet v0.1.6
14302026-06-17T16:04:45.514Z Compiling http-body-util v0.1.3
14312026-06-17T16:04:45.716Z Compiling serde_urlencoded v0.7.1
14322026-06-17T16:04:45.754Z Compiling aho-corasick v1.1.4
14332026-06-17T16:04:45.900Z Compiling fastrand v2.4.1
14342026-06-17T16:04:45.972Z Compiling sync_wrapper v1.0.2
14352026-06-17T16:04:46.002Z Compiling tracing v0.1.44
14362026-06-17T16:04:46.014Z Compiling daft-derive v0.1.7
14372026-06-17T16:04:46.161Z Compiling scroll_derive v0.13.1
14382026-06-17T16:04:46.239Z Compiling async-trait v0.1.89
14392026-06-17T16:04:46.792Z Compiling regex-automata v0.4.14
14402026-06-17T16:04:47.005Z Compiling tokio-util v0.7.18
14412026-06-17T16:04:47.160Z Compiling aws-lc-rs v1.17.0
14422026-06-17T16:04:47.235Z Compiling anyhow v1.0.102
14432026-06-17T16:04:47.310Z Compiling time-core v0.1.8
14442026-06-17T16:04:47.454Z Compiling powerfmt v0.2.0
14452026-06-17T16:04:47.476Z Compiling num-conv v0.2.2
14462026-06-17T16:04:47.623Z Compiling time-macros v0.2.27
14472026-06-17T16:04:47.660Z Compiling deranged v0.5.8
14482026-06-17T16:04:47.757Z Compiling scroll v0.13.0
14492026-06-17T16:04:47.774Z Compiling rustls-pki-types v1.14.1
14502026-06-17T16:04:48.208Z Compiling hex v0.4.3
14512026-06-17T16:04:48.264Z Compiling num_threads v0.1.7
14522026-06-17T16:04:48.361Z Compiling openssl-probe v0.2.1
14532026-06-17T16:04:48.467Z Compiling regex v1.12.3
14542026-06-17T16:04:48.551Z Compiling goblin v0.10.7
14552026-06-17T16:04:48.648Z Compiling untrusted v0.7.1
14562026-06-17T16:04:48.950Z Compiling camino v1.2.2
14572026-06-17T16:04:49.009Z Compiling crc32fast v1.5.0
14582026-06-17T16:04:49.081Z Compiling usdt-impl v0.6.0
14592026-06-17T16:04:49.330Z Compiling rustls v0.23.40
14602026-06-17T16:04:49.430Z Compiling rand_core v0.9.5
14612026-06-17T16:04:49.556Z Compiling h2 v0.4.14
14622026-06-17T16:04:49.568Z Compiling dtrace-parser v0.3.0
14632026-06-17T16:04:49.654Z Compiling futures-executor v0.3.32
14642026-06-17T16:04:49.899Z Compiling crossbeam-utils v0.8.21
14652026-06-17T16:04:50.006Z Compiling structmeta-derive v0.3.0
14662026-06-17T16:04:50.140Z Compiling thread-id v5.1.0
14672026-06-17T16:04:50.221Z Compiling simd-adler32 v0.3.9
14682026-06-17T16:04:50.248Z Compiling quick-error v1.2.3
14692026-06-17T16:04:50.355Z Compiling adler2 v2.0.1
14702026-06-17T16:04:50.433Z Compiling cpufeatures v0.3.0
14712026-06-17T16:04:50.488Z Compiling miniz_oxide v0.8.9
14722026-06-17T16:04:50.508Z Compiling futures v0.3.32
14732026-06-17T16:04:50.584Z Compiling rand_chacha v0.9.0
14742026-06-17T16:04:51.032Z Compiling darling_core v0.23.0
14752026-06-17T16:04:51.032Z Compiling newtype-uuid-macros v0.1.0
14762026-06-17T16:04:51.129Z Compiling structmeta v0.3.0
14772026-06-17T16:04:51.168Z Compiling hybrid-array v0.4.12
14782026-06-17T16:04:51.480Z Compiling dof v0.4.0
14792026-06-17T16:04:51.644Z Compiling thread_local v1.1.9
14802026-06-17T16:04:51.792Z Compiling hyper v1.10.1
14812026-06-17T16:04:51.889Z Compiling match_cfg v0.1.0
14822026-06-17T16:04:51.920Z Compiling bit-vec v0.8.0
14832026-06-17T16:04:51.959Z Compiling flate2 v1.1.9
14842026-06-17T16:04:52.164Z Compiling bit-set v0.8.0
14852026-06-17T16:04:52.398Z Compiling rand v0.9.4
14862026-06-17T16:04:52.882Z Compiling newtype-uuid v1.3.2
14872026-06-17T16:04:53.020Z Compiling hyper-util v0.1.20
14882026-06-17T16:04:53.073Z Compiling slog-async v2.8.0
14892026-06-17T16:04:53.182Z Compiling darling_macro v0.23.0
14902026-06-17T16:04:53.233Z Compiling unarray v0.1.4
14912026-06-17T16:04:53.382Z Compiling ref-cast v1.0.25
14922026-06-17T16:04:53.592Z Compiling compression-core v0.4.32
14932026-06-17T16:04:53.663Z Compiling daft v0.1.7
14942026-06-17T16:04:53.749Z Compiling compression-codecs v0.4.38
14952026-06-17T16:04:53.759Z Compiling block-buffer v0.12.0
14962026-06-17T16:04:53.770Z Compiling usdt-macro v0.6.0
14972026-06-17T16:04:53.790Z Compiling darling v0.23.0
14982026-06-17T16:04:53.868Z Compiling usdt-attr-macro v0.6.0
14992026-06-17T16:04:53.913Z Compiling crypto-common v0.2.2
15002026-06-17T16:04:54.000Z Compiling ref-cast-impl v1.0.25
15012026-06-17T16:04:54.309Z Compiling strum_macros v0.26.4
15022026-06-17T16:04:54.407Z Compiling serde_spanned v1.1.1
15032026-06-17T16:04:54.563Z Compiling multer v3.1.0
15042026-06-17T16:04:54.707Z Compiling generic-array v0.14.7
15052026-06-17T16:04:54.812Z Compiling take_mut v0.2.2
15062026-06-17T16:04:54.824Z Compiling const-oid v0.10.2
15072026-06-17T16:04:54.922Z Compiling toml_writer v1.1.1+spec-1.1.0
15082026-06-17T16:04:54.948Z Compiling debug-ignore v1.0.5
15092026-06-17T16:04:54.959Z Compiling term v1.2.1
15102026-06-17T16:04:54.998Z Compiling digest v0.11.3
15112026-06-17T16:04:55.129Z Compiling serde_with_macros v3.20.0
15122026-06-17T16:04:55.134Z Compiling tempfile v3.27.0
15132026-06-17T16:04:55.174Z Compiling async-stream-impl v0.3.6
15142026-06-17T16:04:55.177Z Compiling dropshot v0.17.1
15152026-06-17T16:04:55.424Z Compiling encoding_rs v0.8.35
15162026-06-17T16:04:55.690Z Compiling mime v0.3.17
15172026-06-17T16:04:55.777Z Compiling syn v1.0.109
15182026-06-17T16:04:55.829Z Compiling spin v0.9.8
15192026-06-17T16:04:55.944Z Compiling async-stream v0.3.6
15202026-06-17T16:04:56.009Z Compiling sha1 v0.11.0
15212026-06-17T16:04:56.042Z Compiling strum v0.26.3
15222026-06-17T16:04:56.154Z Compiling derive-ex v0.1.8
15232026-06-17T16:04:56.169Z Compiling tower v0.5.3
15242026-06-17T16:04:56.225Z Compiling dropshot_endpoint v0.17.1
15252026-06-17T16:04:56.256Z Compiling macaddr v1.0.1
15262026-06-17T16:04:56.292Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15272026-06-17T16:04:56.627Z Compiling waitgroup v0.1.2
15282026-06-17T16:04:56.653Z Compiling serde_path_to_error v0.1.20
15292026-06-17T16:04:56.795Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-06-17T16:04:56.925Z Compiling tower-http v0.6.11
15312026-06-17T16:04:57.014Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15322026-06-17T16:04:57.140Z Compiling openapiv3 v2.2.0
15332026-06-17T16:04:57.195Z Compiling strum_macros v0.27.2
15342026-06-17T16:04:57.369Z Compiling instant v0.1.13
15352026-06-17T16:04:57.478Z Compiling time v0.3.47
15362026-06-17T16:04:57.764Z Compiling test-strategy v0.4.5
15372026-06-17T16:04:58.810Z Compiling rustls-native-certs v0.8.4
15382026-06-17T16:04:58.860Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15392026-06-17T16:04:59.084Z Compiling strum v0.27.2
15402026-06-17T16:04:59.187Z Compiling crossbeam-channel v0.5.15
15412026-06-17T16:04:59.195Z Compiling wait-timeout v0.2.1
15422026-06-17T16:04:59.208Z Compiling crypto-common v0.1.7
15432026-06-17T16:04:59.431Z Compiling rusty-fork v0.3.1
15442026-06-17T16:04:59.574Z Compiling parse-display-derive v0.10.0
15452026-06-17T16:04:59.585Z Compiling rand_xorshift v0.4.0
15462026-06-17T16:04:59.714Z Compiling backon v1.6.0
15472026-06-17T16:04:59.805Z Compiling rand_chacha v0.3.1
15482026-06-17T16:05:00.008Z Compiling rand v0.8.6
15492026-06-17T16:05:00.220Z Compiling proptest v1.11.0
15502026-06-17T16:05:00.707Z Compiling slog-json v2.6.1
15512026-06-17T16:05:00.896Z Compiling hostname v0.3.1
15522026-06-17T16:05:00.957Z Compiling toml_parser v1.1.2+spec-1.1.0
15532026-06-17T16:05:01.027Z Compiling toml_datetime v1.1.1+spec-1.1.0
15542026-06-17T16:05:01.281Z Compiling is-terminal v0.4.17
15552026-06-17T16:05:01.337Z Compiling memmap2 v0.9.10
15562026-06-17T16:05:01.376Z Compiling either v1.16.0
15572026-06-17T16:05:01.558Z Compiling usdt v0.6.0
15582026-06-17T16:05:01.584Z Compiling slog-term v2.9.2
15592026-06-17T16:05:01.596Z Compiling toml v1.1.2+spec-1.1.0
15602026-06-17T16:05:01.661Z Compiling slog-bunyan v2.5.0
15612026-06-17T16:05:01.796Z Compiling serde_with v3.20.0
15622026-06-17T16:05:01.833Z Compiling async-compression v0.4.42
15632026-06-17T16:05:02.158Z Compiling rustls-pemfile v2.2.0
15642026-06-17T16:05:02.192Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15652026-06-17T16:05:02.245Z Compiling regress v0.10.5
15662026-06-17T16:05:02.359Z Compiling hostname v0.4.2
15672026-06-17T16:05:02.500Z Compiling humantime v2.3.0
15682026-06-17T16:05:03.056Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15692026-06-17T16:05:03.154Z Compiling iddqd v0.4.2
15702026-06-17T16:05:03.479Z Compiling reqwest v0.12.28
15712026-06-17T16:05:03.627Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15722026-06-17T16:05:03.677Z Compiling block-buffer v0.10.4
15732026-06-17T16:05:03.832Z Compiling utf8parse v0.2.2
15742026-06-17T16:05:03.941Z Compiling anstyle-parse v1.0.0
15752026-06-17T16:05:04.048Z Compiling digest v0.10.7
15762026-06-17T16:05:04.130Z Compiling itertools v0.14.0
15772026-06-17T16:05:04.226Z Compiling parse-display v0.10.0
15782026-06-17T16:05:04.266Z Compiling backoff v0.4.0
15792026-06-17T16:05:04.512Z Compiling progenitor-client v0.10.0
15802026-06-17T16:05:04.547Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15812026-06-17T16:05:04.608Z Compiling anstyle-query v1.1.5
15822026-06-17T16:05:04.719Z Compiling colorchoice v1.0.5
15832026-06-17T16:05:04.792Z Compiling is_terminal_polyfill v1.70.2
15842026-06-17T16:05:04.888Z Compiling anstyle v1.0.14
15852026-06-17T16:05:05.147Z Compiling anstream v1.0.0
15862026-06-17T16:05:05.494Z Compiling clap_lex v1.1.0
15872026-06-17T16:05:06.201Z Compiling regress v0.11.1
15882026-06-17T16:05:06.277Z Compiling clap_derive v4.6.1
15892026-06-17T16:05:07.137Z Compiling terminal_size v0.4.4
15902026-06-17T16:05:08.005Z Compiling typify-impl v0.6.2
15912026-06-17T16:05:08.023Z Compiling toml_datetime v0.6.11
15922026-06-17T16:05:08.070Z Compiling zerocopy-derive v0.7.35
15932026-06-17T16:05:08.294Z Compiling cpufeatures v0.2.17
15942026-06-17T16:05:08.336Z Compiling convert_case v0.4.0
15952026-06-17T16:05:08.793Z Compiling derive_more v0.99.20
15962026-06-17T16:05:08.947Z Compiling zerocopy v0.7.35
15972026-06-17T16:05:09.038Z Compiling clap_builder v4.6.0
15982026-06-17T16:05:09.539Z Compiling toml_edit v0.25.12+spec-1.1.0
15992026-06-17T16:05:10.479Z Compiling unicode-width v0.2.2
16002026-06-17T16:05:10.515Z Compiling proc-macro-crate v3.5.0
16012026-06-17T16:05:10.701Z Compiling clap v4.6.1
16022026-06-17T16:05:10.945Z Compiling secrecy v0.10.3
16032026-06-17T16:05:11.115Z Compiling crucible-workspace-hack v0.1.0
16042026-06-17T16:05:11.159Z Compiling tinyvec_macros v0.1.1
16052026-06-17T16:05:11.187Z Compiling float-ord v0.3.2
16062026-06-17T16:05:11.231Z Compiling tinyvec v1.11.0
16072026-06-17T16:05:11.366Z Compiling num_enum_derive v0.7.6
16082026-06-17T16:05:11.777Z Compiling dtrace-parser v0.2.0
16092026-06-17T16:05:11.902Z Compiling scroll_derive v0.12.1
16102026-06-17T16:05:11.913Z Compiling rustc_version v0.4.1
16112026-06-17T16:05:12.185Z Compiling num-integer v0.1.46
16122026-06-17T16:05:12.424Z Compiling usdt-impl v0.5.0
16132026-06-17T16:05:12.510Z Compiling num_enum v0.7.6
16142026-06-17T16:05:12.627Z Compiling curve25519-dalek v4.1.3
16152026-06-17T16:05:12.631Z Compiling scroll v0.12.0
16162026-06-17T16:05:12.817Z Compiling dof v0.3.0
16172026-06-17T16:05:12.932Z Compiling hmac v0.12.1
16182026-06-17T16:05:13.071Z Compiling inout v0.1.4
16192026-06-17T16:05:13.127Z Compiling darling_core v0.21.3
16202026-06-17T16:05:13.163Z Compiling ff v0.13.1
16212026-06-17T16:05:13.168Z Compiling thread-id v4.2.2
16222026-06-17T16:05:13.250Z Compiling cipher v0.4.4
16232026-06-17T16:05:13.289Z Compiling group v0.13.0
16242026-06-17T16:05:13.529Z Compiling hkdf v0.12.4
16252026-06-17T16:05:13.792Z Compiling goblin v0.8.2
16262026-06-17T16:05:13.833Z Compiling num-rational v0.4.2
16272026-06-17T16:05:13.930Z Compiling num-iter v0.1.45
16282026-06-17T16:05:14.048Z Compiling thiserror-impl-no-std v2.0.2
16292026-06-17T16:05:14.179Z Compiling universal-hash v0.5.1
16302026-06-17T16:05:14.302Z Compiling crypto-bigint v0.5.5
16312026-06-17T16:05:14.314Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16322026-06-17T16:05:14.565Z Compiling typify-macro v0.6.2
16332026-06-17T16:05:14.671Z Compiling crossbeam-epoch v0.9.18
16342026-06-17T16:05:15.016Z Compiling half v2.7.1
16352026-06-17T16:05:15.032Z Compiling curve25519-dalek-derive v0.1.1
16362026-06-17T16:05:15.261Z Compiling num-complex v0.4.6
16372026-06-17T16:05:15.346Z Compiling darling_macro v0.21.3
16382026-06-17T16:05:15.653Z Compiling base16ct v0.2.0
16392026-06-17T16:05:15.664Z Compiling ciborium-io v0.2.2
16402026-06-17T16:05:15.756Z Compiling opaque-debug v0.3.1
16412026-06-17T16:05:15.767Z Compiling base64ct v1.8.3
16422026-06-17T16:05:15.814Z Compiling poly1305 v0.8.0
16432026-06-17T16:05:15.834Z Compiling elliptic-curve v0.13.8
16442026-06-17T16:05:15.962Z Compiling darling v0.21.3
16452026-06-17T16:05:16.047Z Compiling password-hash v0.5.0
16462026-06-17T16:05:16.114Z Compiling ciborium-ll v0.2.2
16472026-06-17T16:05:16.355Z Compiling num v0.4.3
16482026-06-17T16:05:16.506Z Compiling thiserror-no-std v2.0.2
16492026-06-17T16:05:16.714Z Compiling typify v0.6.2
16502026-06-17T16:05:16.958Z Compiling chacha20 v0.9.1
16512026-06-17T16:05:16.989Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16522026-06-17T16:05:17.171Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16532026-06-17T16:05:17.657Z Compiling blake2 v0.10.6
16542026-06-17T16:05:17.897Z Compiling aead v0.5.2
16552026-06-17T16:05:18.019Z Compiling byte-wrapper v0.1.0
16562026-06-17T16:05:18.061Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16572026-06-17T16:05:18.124Z Compiling proc-macro-error-attr v1.0.4
16582026-06-17T16:05:18.384Z Compiling keccak v0.1.6
16592026-06-17T16:05:18.466Z Compiling prettyplease v0.2.37
16602026-06-17T16:05:18.507Z Compiling rustix v0.38.44
16612026-06-17T16:05:18.631Z Compiling heapless v0.8.0
16622026-06-17T16:05:18.723Z Compiling unsafe-libyaml v0.2.11
16632026-06-17T16:05:19.125Z Compiling sha3 v0.10.9
16642026-06-17T16:05:19.273Z Compiling serde_yaml v0.9.34+deprecated
16652026-06-17T16:05:19.527Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16662026-06-17T16:05:19.695Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16672026-06-17T16:05:20.496Z Compiling chacha20poly1305 v0.10.1
16682026-06-17T16:05:20.571Z Compiling argon2 v0.5.3
16692026-06-17T16:05:20.604Z Compiling vsss-rs v3.3.4
16702026-06-17T16:05:20.625Z Compiling ciborium v0.2.2
16712026-06-17T16:05:20.785Z Compiling ingot-macros v0.1.1
16722026-06-17T16:05:21.215Z Compiling usdt-macro v0.5.0
16732026-06-17T16:05:21.225Z Compiling usdt-attr-macro v0.5.0
16742026-06-17T16:05:22.557Z Compiling serde_spanned v0.6.9
16752026-06-17T16:05:22.811Z Compiling enum-as-inner v0.6.1
16762026-06-17T16:05:22.910Z Compiling hash32 v0.3.1
16772026-06-17T16:05:23.075Z Compiling proc-macro-error v1.0.4
16782026-06-17T16:05:23.336Z Compiling memmap v0.7.0
16792026-06-17T16:05:23.348Z Compiling memoffset v0.9.1
16802026-06-17T16:05:23.433Z Compiling winnow v0.7.15
16812026-06-17T16:05:23.528Z Compiling cfg_aliases v0.2.1
16822026-06-17T16:05:23.568Z Compiling static_assertions v1.1.0
16832026-06-17T16:05:23.599Z Compiling data-encoding v2.11.0
16842026-06-17T16:05:23.602Z Compiling smoltcp v0.11.0
16852026-06-17T16:05:23.638Z Compiling indent_write v2.2.0
16862026-06-17T16:05:23.687Z Compiling rustls-webpki v0.103.13
16872026-06-17T16:05:23.770Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16882026-06-17T16:05:23.962Z Compiling toml_write v0.1.2
16892026-06-17T16:05:23.981Z Compiling winnow v0.5.40
16902026-06-17T16:05:24.066Z Compiling ingot-types v0.1.2
16912026-06-17T16:05:24.575Z Compiling nix v0.31.3
16922026-06-17T16:05:24.605Z Compiling usdt v0.5.0
16932026-06-17T16:05:24.890Z Compiling toml_edit v0.22.27
16942026-06-17T16:05:24.986Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16952026-06-17T16:05:24.997Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16962026-06-17T16:05:25.051Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-06-17T16:05:25.313Z Compiling tabwriter v1.4.1
16982026-06-17T16:05:25.503Z Compiling toml_edit v0.19.15
16992026-06-17T16:05:25.560Z Compiling cobs v0.3.0
17002026-06-17T16:05:25.702Z Compiling serde_repr v0.1.20
17012026-06-17T16:05:25.765Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17022026-06-17T16:05:26.009Z Compiling vcpkg v0.2.15
17032026-06-17T16:05:26.222Z Compiling bitflags v1.3.2
17042026-06-17T16:05:26.299Z Compiling managed v0.8.0
17052026-06-17T16:05:26.321Z Compiling pkg-config v0.3.33
17062026-06-17T16:05:26.585Z Compiling toml v0.8.23
17072026-06-17T16:05:26.789Z Compiling openssl-sys v0.9.116
17082026-06-17T16:05:27.305Z Compiling tokio-rustls v0.26.4
17092026-06-17T16:05:27.360Z Compiling rustls-platform-verifier v0.7.0
17102026-06-17T16:05:27.558Z Compiling hyper-rustls v0.27.9
17112026-06-17T16:05:27.856Z Compiling reqwest v0.13.4
17122026-06-17T16:05:28.483Z Compiling proc-macro-crate v1.3.1
17132026-06-17T16:05:28.842Z Compiling postcard v1.1.3
17142026-06-17T16:05:29.088Z Compiling progenitor-client v0.14.0
17152026-06-17T16:05:29.417Z Compiling progenitor-extras v0.2.0
17162026-06-17T16:05:29.627Z Compiling ingot v0.1.1
17172026-06-17T16:05:29.666Z Compiling hubpack_derive v0.1.1
17182026-06-17T16:05:30.587Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17192026-06-17T16:05:30.784Z Compiling foreign-types-macros v0.2.3
17202026-06-17T16:05:31.487Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17212026-06-17T16:05:31.557Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17222026-06-17T16:05:31.813Z Compiling semver v0.1.20
17232026-06-17T16:05:31.826Z Compiling linked-hash-map v0.5.6
17242026-06-17T16:05:32.015Z Compiling swrite v0.1.0
17252026-06-17T16:05:32.087Z Compiling unicode-segmentation v1.13.3
17262026-06-17T16:05:32.115Z Compiling colored v3.1.1
17272026-06-17T16:05:32.272Z Compiling heck v0.4.1
17282026-06-17T16:05:32.484Z Compiling rayon-core v1.13.0
17292026-06-17T16:05:32.517Z Compiling foreign-types-shared v0.3.1
17302026-06-17T16:05:32.528Z Compiling resolv-conf v0.7.6
17312026-06-17T16:05:32.612Z Compiling foreign-types v0.5.0
17322026-06-17T16:05:32.696Z Compiling newline-converter v0.3.0
17332026-06-17T16:05:32.741Z Compiling rustc_version v0.1.7
17342026-06-17T16:05:32.811Z Compiling lru-cache v0.1.2
17352026-06-17T16:05:32.868Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17362026-06-17T16:05:32.938Z Compiling hubpack v0.1.2
17372026-06-17T16:05:33.126Z Compiling num_enum_derive v0.5.11
17382026-06-17T16:05:33.233Z Compiling atomicwrites v0.4.4
17392026-06-17T16:05:33.563Z Compiling hickory-proto v0.24.4
17402026-06-17T16:05:34.186Z Compiling progenitor-impl v0.13.0
17412026-06-17T16:05:34.679Z Compiling crossbeam-deque v0.8.6
17422026-06-17T16:05:34.738Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17432026-06-17T16:05:34.886Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17442026-06-17T16:05:35.329Z Compiling console v0.15.11
17452026-06-17T16:05:35.545Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17462026-06-17T16:05:36.084Z Compiling camino-tempfile v1.4.1
17472026-06-17T16:05:36.339Z Compiling chacha20 v0.10.0
17482026-06-17T16:05:36.611Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-06-17T16:05:36.886Z Compiling serde-big-array v0.5.1
17502026-06-17T16:05:36.953Z Compiling derive-where v1.6.1
17512026-06-17T16:05:37.007Z Compiling num-derive v0.4.2
17522026-06-17T16:05:37.031Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17532026-06-17T16:05:37.591Z Compiling pin-project-internal v1.1.13
17542026-06-17T16:05:37.841Z Compiling cstr-argument v0.1.2
17552026-06-17T16:05:37.865Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
17562026-06-17T16:05:37.989Z Compiling minimal-lexical v0.2.1
17572026-06-17T16:05:37.999Z Compiling siphasher v1.0.3
17582026-06-17T16:05:38.062Z Compiling similar v2.7.0
17592026-06-17T16:05:38.135Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17602026-06-17T16:05:38.197Z Compiling nom v7.1.3
17612026-06-17T16:05:38.249Z Compiling phf_shared v0.12.1
17622026-06-17T16:05:38.266Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17632026-06-17T16:05:38.428Z Compiling progenitor-macro v0.13.0
17642026-06-17T16:05:38.539Z Compiling expectorate v1.2.0
17652026-06-17T16:05:38.710Z Compiling pin-project v1.1.13
17662026-06-17T16:05:38.812Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-06-17T16:05:39.042Z Compiling rand v0.10.1
17682026-06-17T16:05:39.122Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17692026-06-17T16:05:39.207Z Compiling hickory-resolver v0.24.4
17702026-06-17T16:05:39.628Z Compiling num_enum v0.5.11
17712026-06-17T16:05:39.750Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17722026-06-17T16:05:39.801Z Compiling newtype_derive v0.1.6
17732026-06-17T16:05:39.845Z Compiling progenitor-client v0.13.0
17742026-06-17T16:05:40.070Z Compiling progenitor-impl v0.14.0
17752026-06-17T16:05:40.158Z Compiling unicode-normalization v0.1.25
17762026-06-17T16:05:40.650Z Compiling tokio-stream v0.1.18
17772026-06-17T16:05:41.132Z Compiling async-recursion v1.1.1
17782026-06-17T16:05:41.392Z Compiling snafu-derive v0.8.9
17792026-06-17T16:05:41.849Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17802026-06-17T16:05:41.860Z Compiling slog-dtrace v0.3.0
17812026-06-17T16:05:41.973Z Compiling csv-core v0.1.13
17822026-06-17T16:05:42.115Z Compiling bstr v1.12.1
17832026-06-17T16:05:42.167Z Compiling foreign-types-shared v0.1.1
17842026-06-17T16:05:42.250Z Compiling foldhash v0.1.5
17852026-06-17T16:05:42.261Z Compiling cancel-safe-futures v0.1.5
17862026-06-17T16:05:42.435Z Compiling owo-colors v4.3.0
17872026-06-17T16:05:42.526Z Compiling same-file v1.0.6
17882026-06-17T16:05:42.624Z Compiling openssl v0.10.80
17892026-06-17T16:05:42.708Z Compiling unicode-width v0.1.14
17902026-06-17T16:05:42.795Z Compiling highway v1.3.0
17912026-06-17T16:05:42.912Z Compiling chrono-tz v0.10.4
17922026-06-17T16:05:42.996Z Compiling konst_macro_rules v0.2.19
17932026-06-17T16:05:43.155Z Compiling unicode-xid v0.2.6
17942026-06-17T16:05:43.173Z Compiling snafu v0.8.9
17952026-06-17T16:05:43.195Z Compiling konst v0.2.20
17962026-06-17T16:05:43.208Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-17T16:05:43.276Z Compiling const_format_proc_macros v0.2.34
17982026-06-17T16:05:43.439Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-17T16:05:43.632Z Compiling walkdir v2.5.0
18002026-06-17T16:05:43.683Z Compiling progenitor v0.13.0
18012026-06-17T16:05:43.713Z Compiling progenitor-macro v0.14.0
18022026-06-17T16:05:43.727Z Compiling globset v0.4.18
18032026-06-17T16:05:43.818Z Compiling hashbrown v0.15.5
18042026-06-17T16:05:43.996Z Compiling foreign-types v0.3.2
18052026-06-17T16:05:44.118Z Compiling csv v1.4.0
18062026-06-17T16:05:44.181Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-17T16:05:44.402Z Compiling qorb v0.4.1
18082026-06-17T16:05:44.776Z Compiling olpc-cjson v0.1.4
18092026-06-17T16:05:45.199Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-17T16:05:45.995Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18112026-06-17T16:05:46.349Z Compiling rayon v1.12.0
18122026-06-17T16:05:46.360Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-17T16:05:46.496Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18142026-06-17T16:05:46.562Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-17T16:05:46.662Z Compiling phf v0.12.1
18162026-06-17T16:05:46.816Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-06-17T16:05:47.336Z Compiling zone_cfg_derive v0.3.1
18182026-06-17T16:05:47.768Z Compiling tokio-dtrace v0.1.1
18192026-06-17T16:05:48.046Z Compiling itertools v0.12.1
18202026-06-17T16:05:48.055Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18212026-06-17T16:05:48.183Z Compiling libsw-core v0.3.2
18222026-06-17T16:05:48.256Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-17T16:05:48.362Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18242026-06-17T16:05:48.751Z Compiling serde_plain v1.0.2
18252026-06-17T16:05:48.764Z Compiling openssl-macros v0.1.1
18262026-06-17T16:05:48.867Z Compiling pem v3.0.6
18272026-06-17T16:05:48.884Z Compiling cookie v0.18.1
18282026-06-17T16:05:48.960Z Compiling sigpipe v0.1.3
18292026-06-17T16:05:49.051Z Compiling jiff v0.2.28
18302026-06-17T16:05:49.144Z Compiling glob v0.3.3
18312026-06-17T16:05:49.261Z Compiling fixedbitset v0.5.7
18322026-06-17T16:05:49.282Z Compiling bytecount v0.6.9
18332026-06-17T16:05:49.303Z Compiling typed-path v0.9.3
18342026-06-17T16:05:49.350Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-17T16:05:49.504Z Compiling fixedbitset v0.4.2
18362026-06-17T16:05:49.612Z Compiling petgraph v0.8.3
18372026-06-17T16:05:49.646Z Compiling papergrid v0.11.0
18382026-06-17T16:05:49.676Z Compiling petgraph v0.6.5
18392026-06-17T16:05:50.746Z Compiling tough v0.22.0
18402026-06-17T16:05:51.268Z Compiling zone v0.3.1
18412026-06-17T16:05:51.505Z Compiling progenitor v0.14.0
18422026-06-17T16:05:51.554Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18432026-06-17T16:05:51.658Z Compiling libsw v3.5.0
18442026-06-17T16:05:51.705Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-17T16:05:51.838Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-17T16:05:51.910Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18472026-06-17T16:05:52.095Z Compiling oxide-tokio-rt v0.1.6
18482026-06-17T16:05:52.172Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18492026-06-17T16:05:52.428Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-17T16:05:52.660Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-17T16:05:53.152Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-17T16:05:53.313Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-17T16:05:53.396Z Compiling const_format v0.2.36
18542026-06-17T16:05:53.740Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18552026-06-17T16:05:53.979Z Compiling tabled_derive v0.7.0
18562026-06-17T16:05:54.096Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-17T16:05:54.164Z Compiling gethostname v0.5.0
18582026-06-17T16:05:54.226Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-17T16:05:54.287Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18602026-06-17T16:05:54.351Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-17T16:05:54.477Z Compiling smf v0.2.3
18622026-06-17T16:05:54.516Z Compiling bcs v0.1.6
18632026-06-17T16:05:54.713Z Compiling nom v8.0.0
18642026-06-17T16:05:54.845Z Compiling crunchy v0.2.4
18652026-06-17T16:05:55.075Z Compiling termtree v0.5.1
18662026-06-17T16:05:55.097Z Compiling whoami v1.6.1
18672026-06-17T16:05:55.161Z Compiling linear-map v1.2.0
18682026-06-17T16:05:55.228Z Compiling tagptr v0.2.0
18692026-06-17T16:05:55.354Z Compiling lazy_static v1.5.0
18702026-06-17T16:05:55.387Z Compiling unicode-linebreak v0.1.5
18712026-06-17T16:05:55.400Z Compiling smawk v0.3.2
18722026-06-17T16:05:55.429Z Compiling steno v0.4.1
18732026-06-17T16:05:55.455Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-17T16:05:55.539Z Compiling moka v0.12.15
18752026-06-17T16:05:55.645Z Compiling textwrap v0.16.2
18762026-06-17T16:05:55.842Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-17T16:05:56.378Z Compiling tabled v0.15.0
18782026-06-17T16:05:57.160Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-17T16:05:57.172Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-17T16:05:57.404Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-17T16:05:58.247Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-17T16:05:58.767Z Compiling hickory-proto v0.25.2
18832026-06-17T16:05:59.142Z Compiling tiny-keccak v2.0.2
18842026-06-17T16:05:59.219Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18852026-06-17T16:05:59.493Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18862026-06-17T16:06:00.181Z Compiling parking_lot_core v0.8.6
18872026-06-17T16:06:00.239Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18882026-06-17T16:06:00.586Z Compiling libscf-sys v1.2.0
18892026-06-17T16:06:00.734Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-17T16:06:00.737Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18912026-06-17T16:06:00.788Z Compiling hickory-resolver v0.25.2
18922026-06-17T16:06:01.010Z Compiling const-random-macro v0.1.16
18932026-06-17T16:06:01.254Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18942026-06-17T16:06:01.431Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18952026-06-17T16:06:01.620Z Compiling smartstring v1.0.1
18962026-06-17T16:06:01.656Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-17T16:06:01.869Z Compiling ahash v0.8.12
18982026-06-17T16:06:02.188Z Compiling parking_lot v0.11.2
18992026-06-17T16:06:02.205Z Compiling const-random v0.1.18
19002026-06-17T16:06:02.468Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19012026-06-17T16:06:02.616Z Compiling fxhash v0.2.1
19022026-06-17T16:06:02.616Z Compiling internet-checksum v0.2.1
19032026-06-17T16:06:02.761Z Compiling sled v0.34.7
19042026-06-17T16:06:02.958Z Compiling thin-vec v0.2.18
19052026-06-17T16:06:03.062Z Compiling rhai_codegen v3.2.0
19062026-06-17T16:06:03.131Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19072026-06-17T16:06:03.215Z Compiling serial_test_derive v3.5.0
19082026-06-17T16:06:03.264Z Compiling yansi v1.0.1
19092026-06-17T16:06:03.606Z Compiling diff v0.1.13
19102026-06-17T16:06:03.891Z Compiling pretty_assertions v1.4.1
19112026-06-17T16:06:03.965Z Compiling serial_test v3.5.0
19122026-06-17T16:06:04.324Z Compiling rhai v1.25.1
19132026-06-17T16:06:05.532Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19142026-06-17T16:06:06.379Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-06-17T16:06:14.990Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-17T16:06:17.293Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-06-17T16:06:17.678Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19182026-06-17T16:06:18.646Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19192026-06-17T16:06:19.508Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19202026-06-17T16:06:20.695Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19212026-06-17T16:06:53.122Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
19222026-06-17T16:06:53.309Z────────────
19232026-06-17T16:06:53.309Z Nextest run ID b15e18a6-ebd2-4d00-9572-4acb3224a86f with nextest profile: default
19242026-06-17T16:06:53.309Z Starting 159 tests across 3 binaries
19252026-06-17T16:06:53.321Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19262026-06-17T16:06:53.324Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19272026-06-17T16:06:53.324Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19282026-06-17T16:06:53.324Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19292026-06-17T16:06:53.324Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19302026-06-17T16:06:53.324Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19312026-06-17T16:06:53.325Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19322026-06-17T16:06:53.325Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19332026-06-17T16:06:53.330Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19342026-06-17T16:06:53.330Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19352026-06-17T16:06:53.336Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19362026-06-17T16:06:53.336Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19372026-06-17T16:06:53.336Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19382026-06-17T16:06:53.336Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19392026-06-17T16:06:53.336Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19402026-06-17T16:06:53.336Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19412026-06-17T16:06:53.340Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19422026-06-17T16:06:53.340Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19432026-06-17T16:06:53.340Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19442026-06-17T16:06:53.347Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19452026-06-17T16:06:53.347Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
19462026-06-17T16:06:53.347Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_max_length_header
19472026-06-17T16:06:53.347Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19482026-06-17T16:06:53.347Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19492026-06-17T16:06:53.351Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19502026-06-17T16:06:53.358Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19512026-06-17T16:06:53.358Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19522026-06-17T16:06:53.358Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19532026-06-17T16:06:53.358Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19542026-06-17T16:06:53.358Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19552026-06-17T16:06:53.358Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19562026-06-17T16:06:53.358Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19572026-06-17T16:06:53.362Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19582026-06-17T16:06:53.362Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19592026-06-17T16:06:53.362Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19602026-06-17T16:06:53.362Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19612026-06-17T16:06:53.362Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19622026-06-17T16:06:53.362Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19632026-06-17T16:06:53.362Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19642026-06-17T16:06:53.367Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19652026-06-17T16:06:53.371Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19662026-06-17T16:06:53.374Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19672026-06-17T16:06:53.374Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19682026-06-17T16:06:53.374Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19692026-06-17T16:06:53.374Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19702026-06-17T16:06:53.375Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19712026-06-17T16:06:53.375Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19722026-06-17T16:06:53.375Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19732026-06-17T16:06:53.379Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19742026-06-17T16:06:53.384Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19752026-06-17T16:06:53.385Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19762026-06-17T16:06:53.385Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19772026-06-17T16:06:53.385Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19782026-06-17T16:06:53.385Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19792026-06-17T16:06:53.385Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19802026-06-17T16:06:53.385Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19812026-06-17T16:06:53.389Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19822026-06-17T16:06:53.398Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19832026-06-17T16:06:53.398Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19842026-06-17T16:06:53.398Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19852026-06-17T16:06:53.399Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19862026-06-17T16:06:53.399Z PASS [ 0.008s] bgp messages::tests::prefix_conversion
19872026-06-17T16:06:53.399Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19882026-06-17T16:06:53.399Z PASS [ 0.010s] bgp messages::tests::prefix_within
19892026-06-17T16:06:53.403Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19902026-06-17T16:06:53.403Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19912026-06-17T16:06:53.403Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19922026-06-17T16:06:53.403Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19932026-06-17T16:06:53.404Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19942026-06-17T16:06:53.404Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19952026-06-17T16:06:53.404Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19962026-06-17T16:06:53.404Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19972026-06-17T16:06:53.407Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19982026-06-17T16:06:53.412Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19992026-06-17T16:06:53.412Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20002026-06-17T16:06:53.412Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20012026-06-17T16:06:53.412Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20022026-06-17T16:06:53.412Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20032026-06-17T16:06:53.412Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20042026-06-17T16:06:53.412Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20052026-06-17T16:06:53.416Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20062026-06-17T16:06:53.416Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20072026-06-17T16:06:53.420Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
20082026-06-17T16:06:53.420Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20092026-06-17T16:06:53.431Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20102026-06-17T16:06:53.435Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20112026-06-17T16:06:53.435Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20122026-06-17T16:06:53.435Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20132026-06-17T16:06:53.435Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20142026-06-17T16:06:53.435Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
20152026-06-17T16:06:53.435Z PASS [ 0.021s] bgp policy::test::update_shape_community
20162026-06-17T16:06:53.445Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20172026-06-17T16:06:53.449Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20182026-06-17T16:06:53.449Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20192026-06-17T16:06:53.449Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20202026-06-17T16:06:53.452Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20212026-06-17T16:06:53.453Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20222026-06-17T16:06:53.453Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20232026-06-17T16:06:53.453Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20242026-06-17T16:06:53.459Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20252026-06-17T16:06:53.462Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20262026-06-17T16:06:53.462Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20272026-06-17T16:06:53.466Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20282026-06-17T16:06:53.469Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20292026-06-17T16:06:53.469Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20302026-06-17T16:06:53.470Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20312026-06-17T16:06:53.473Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20322026-06-17T16:06:53.473Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20332026-06-17T16:06:53.477Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20342026-06-17T16:06:53.477Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20352026-06-17T16:06:53.477Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20362026-06-17T16:06:53.477Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20372026-06-17T16:06:53.482Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20382026-06-17T16:06:53.482Z PASS [ 0.029s] bgp proptest::prop_update_traditional_roundtrip
20392026-06-17T16:06:53.482Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20402026-06-17T16:06:53.482Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20412026-06-17T16:06:53.486Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20422026-06-17T16:06:53.486Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20432026-06-17T16:06:53.486Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20442026-06-17T16:06:53.486Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20452026-06-17T16:06:53.490Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20462026-06-17T16:06:56.552Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
20472026-06-17T16:06:56.552Z PASS [ 3.070s] bgp test::test_basic_peering_passive
20482026-06-17T16:06:56.556Z PASS [ 3.068s] bgp test::test_basic_update
20492026-06-17T16:06:56.561Z PASS [ 3.077s] bgp test::test_basic_peering_active
20502026-06-17T16:06:56.565Z PASS [ 3.077s] bgp test::test_basic_peering_passive_tcp
20512026-06-17T16:06:56.573Z PASS [ 3.081s] bgp test::test_basic_update_tcp
20522026-06-17T16:06:56.577Z PASS [ 3.092s] bgp test::test_basic_peering_active_tcp
20532026-06-17T16:06:56.577Z PASS [ 3.089s] bgp test::test_basic_update_ipv6_tcp
20542026-06-17T16:06:59.628Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20552026-06-17T16:06:59.640Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
20562026-06-17T16:06:59.656Z PASS [ 3.080s] bgp test::test_ipv6_basic_peering_passive_tcp
20572026-06-17T16:07:00.637Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv6_peer_success
20582026-06-17T16:07:00.642Z PASS [ 4.084s] bgp test::test_ipv4_routes_ipv6_peer_success
20592026-06-17T16:07:00.648Z PASS [ 4.080s] bgp test::test_ipv6_basic_peering_active_tcp
20602026-06-17T16:07:00.652Z PASS [ 4.097s] bgp test::test_import_export_policy_filtering
20612026-06-17T16:07:00.652Z PASS [ 4.098s] bgp test::test_dual_stack_routes_ipv4_peer_success
20622026-06-17T16:07:00.704Z PASS [ 1.064s] bgp test::test_multiple_unnumbered_sessions
20632026-06-17T16:07:01.733Z PASS [ 1.090s] bgp test::test_three_router_chain_tcp
20642026-06-17T16:07:01.747Z PASS [ 1.098s] bgp test::test_three_router_chain_tcp_ipv6
20652026-06-17T16:07:02.469Z PASS [ 2.812s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20662026-06-17T16:07:02.701Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20672026-06-17T16:07:02.794Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
20682026-06-17T16:07:02.799Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20692026-06-17T16:07:02.804Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20702026-06-17T16:07:02.809Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20712026-06-17T16:07:02.814Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20722026-06-17T16:07:02.827Z PASS [ 0.014s] mg-api-types-versions v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
20732026-06-17T16:07:02.850Z PASS [ 0.023s] mg-api-types-versions v12::bgp::config::proptests::constructor_rejects_all_other_strings
20742026-06-17T16:07:02.855Z PASS [ 0.005s] mg-api-types-versions v12::bgp::config::proptests::debug_redacts_inner_string
20752026-06-17T16:07:02.887Z PASS [ 0.032s] mg-api-types-versions v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
20762026-06-17T16:07:02.902Z PASS [ 0.014s] mg-api-types-versions v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips
20772026-06-17T16:07:03.710Z PASS [ 4.081s] bgp test::test_ipv6_routes_ipv4_peer_success
20782026-06-17T16:07:03.716Z PASS [ 3.064s] bgp test::test_three_router_chain_unnumbered
20792026-06-17T16:07:05.714Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
20802026-06-17T16:07:07.542Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20812026-06-17T16:07:10.812Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20822026-06-17T16:07:11.765Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20832026-06-17T16:07:18.774Z PASS [ 18.066s] bgp test::test_unnumbered_interface_lifecycle
20842026-06-17T16:07:18.774Z────────────
20852026-06-17T16:07:18.774Z Summary [ 25.459s] 159 tests run: 159 passed, 0 skipped
20862026-06-17T16:07:18.787Z+ 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/
20872026-06-17T16:07:18.793Z+ popd
20882026-06-17T16:07:18.793Z/work/oxidecomputer/maghemite
20892026-06-17T16:07:18.793Z+ pushd mgd
20902026-06-17T16:07:18.798Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20912026-06-17T16:07:18.798Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20922026-06-17T16:07:20.012Z Compiling slog v2.8.2
20932026-06-17T16:07:20.121Z Compiling usdt v0.6.0
20942026-06-17T16:07:20.217Z Compiling proc-macro-error-attr2 v2.0.0
20952026-06-17T16:07:20.234Z Compiling papergrid v0.18.0
20962026-06-17T16:07:20.239Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20972026-06-17T16:07:20.239Z Compiling testing_table v0.3.0
20982026-06-17T16:07:20.396Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20992026-06-17T16:07:20.407Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21002026-06-17T16:07:20.418Z Compiling crc8 v0.1.1
21012026-06-17T16:07:20.514Z Compiling slog-json v2.6.1
21022026-06-17T16:07:20.525Z Compiling slog-term v2.9.2
21032026-06-17T16:07:20.715Z Compiling slog-async v2.8.0
21042026-06-17T16:07:20.753Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21052026-06-17T16:07:20.777Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21062026-06-17T16:07:20.861Z Compiling slog-bunyan v2.5.0
21072026-06-17T16:07:20.881Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-06-17T16:07:20.999Z Compiling dropshot v0.17.1
21092026-06-17T16:07:21.215Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-17T16:07:21.256Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-17T16:07:21.280Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21122026-06-17T16:07:21.285Z Compiling slog-dtrace v0.3.0
21132026-06-17T16:07:21.601Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21142026-06-17T16:07:21.684Z Compiling steno v0.4.1
21152026-06-17T16:07:22.264Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21162026-06-17T16:07:22.400Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-17T16:07:22.438Z Compiling proc-macro-error2 v2.0.1
21182026-06-17T16:07:22.713Z Compiling tabled_derive v0.11.0
21192026-06-17T16:07:23.841Z Compiling tabled v0.21.0
21202026-06-17T16:07:24.007Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21212026-06-17T16:07:25.305Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-06-17T16:07:26.573Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-06-17T16:07:26.764Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21242026-06-17T16:07:27.177Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-17T16:07:27.367Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-17T16:07:27.606Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21272026-06-17T16:07:27.898Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21282026-06-17T16:07:28.019Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-17T16:07:28.331Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-17T16:07:28.344Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-17T16:07:30.151Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-17T16:07:30.279Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-06-17T16:07:30.326Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-17T16:07:31.048Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-17T16:07:31.152Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-17T16:07:31.165Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-17T16:07:32.011Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-17T16:07:32.039Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21392026-06-17T16:07:32.255Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21402026-06-17T16:07:32.268Z Compiling dropshot-api-manager-types v0.7.2
21412026-06-17T16:07:32.651Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-17T16:07:32.678Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21432026-06-17T16:07:33.664Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-17T16:07:36.407Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-17T16:07:36.407Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-17T16:07:37.618Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-17T16:07:38.115Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-17T16:07:38.954Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-17T16:07:40.660Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-06-17T16:07:40.856Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-17T16:07:45.921Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-17T16:07:53.638Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-17T16:07:55.243Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-17T16:07:56.293Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21552026-06-17T16:07:57.243Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21562026-06-17T16:07:58.064Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21572026-06-17T16:07:59.237Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21582026-06-17T16:07:59.237Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21592026-06-17T16:07:59.242Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21602026-06-17T16:08:04.870Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21612026-06-17T16:08:31.904Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
21622026-06-17T16:08:32.077Z────────────
21632026-06-17T16:08:32.077Z Nextest run ID 7120cbbb-3aef-464f-b734-9e4defdec6ed with nextest profile: default
21642026-06-17T16:08:32.077Z Starting 41 tests across 3 binaries
21652026-06-17T16:08:32.082Z PASS [ 0.005s] mg-api-types-versions v12::bgp::config::proptests::debug_redacts_inner_string
21662026-06-17T16:08:32.086Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21672026-06-17T16:08:32.086Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21682026-06-17T16:08:32.086Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21692026-06-17T16:08:32.086Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21702026-06-17T16:08:32.092Z PASS [ 0.015s] mg-api-types-versions v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
21712026-06-17T16:08:32.092Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21722026-06-17T16:08:32.095Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21732026-06-17T16:08:32.099Z PASS [ 0.015s] mg-api-types-versions v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips
21742026-06-17T16:08:32.104Z PASS [ 0.026s] mg-api-types-versions v12::bgp::config::proptests::constructor_rejects_all_other_strings
21752026-06-17T16:08:32.113Z PASS [ 0.035s] mg-api-types-versions v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
21762026-06-17T16:08:32.128Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21772026-06-17T16:08:32.144Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21782026-06-17T16:08:32.144Z PASS [ 0.061s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21792026-06-17T16:08:32.148Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21802026-06-17T16:08:32.151Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21812026-06-17T16:08:32.151Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21822026-06-17T16:08:32.151Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21832026-06-17T16:08:32.155Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21842026-06-17T16:08:32.155Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21852026-06-17T16:08:32.159Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21862026-06-17T16:08:32.159Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21872026-06-17T16:08:32.159Z PASS [ 0.054s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21882026-06-17T16:08:32.159Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21892026-06-17T16:08:32.163Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21902026-06-17T16:08:32.163Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21912026-06-17T16:08:32.163Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21922026-06-17T16:08:32.163Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21932026-06-17T16:08:32.167Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21942026-06-17T16:08:32.167Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21952026-06-17T16:08:32.167Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21962026-06-17T16:08:32.172Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21972026-06-17T16:08:32.172Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21982026-06-17T16:08:32.177Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21992026-06-17T16:08:32.177Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22002026-06-17T16:08:32.177Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22012026-06-17T16:08:32.177Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22022026-06-17T16:08:32.177Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22032026-06-17T16:08:32.181Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22042026-06-17T16:08:32.181Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22052026-06-17T16:08:32.181Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22062026-06-17T16:08:32.181Z────────────
22072026-06-17T16:08:32.181Z Summary [ 0.100s] 41 tests run: 41 passed, 0 skipped
22082026-06-17T16:08:32.189Z+ cp ./apply_remove_entire_group.log /work/
22092026-06-17T16:08:32.193Z+ popd
22102026-06-17T16:08:32.193Z/work/oxidecomputer/maghemite
22112026-06-17T16:08:32.193Zprocess exited: duration 442709 ms, exit code 0
 
22122026-06-17T16:08:32.207Zfound 66 output files
22132026-06-17T16:08:32.207Zuploading: /work/apply_remove_entire_group.log (7747 bytes)
22142026-06-17T16:08:33.220Zuploaded: /work/apply_remove_entire_group.log
22152026-06-17T16:08:33.224Zuploading: /work/dualstack_routes.log (119229 bytes)
22162026-06-17T16:08:34.235Zuploaded: /work/dualstack_routes.log
22172026-06-17T16:08:34.238Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2542 bytes)
22182026-06-17T16:08:35.247Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22192026-06-17T16:08:35.247Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1478 bytes)
22202026-06-17T16:08:36.259Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22212026-06-17T16:08:36.259Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2269 bytes)
22222026-06-17T16:08:37.323Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22232026-06-17T16:08:37.326Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2299 bytes)
22242026-06-17T16:08:38.334Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22252026-06-17T16:08:38.334Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2191 bytes)
22262026-06-17T16:08:39.358Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22272026-06-17T16:08:39.358Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2368 bytes)
22282026-06-17T16:08:40.370Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22292026-06-17T16:08:40.371Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3036 bytes)
22302026-06-17T16:08:41.384Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22312026-06-17T16:08:41.384Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2269 bytes)
22322026-06-17T16:08:42.399Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22332026-06-17T16:08:42.399Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2180 bytes)
22342026-06-17T16:08:43.409Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22352026-06-17T16:08:43.409Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2270 bytes)
22362026-06-17T16:08:44.421Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22372026-06-17T16:08:44.421Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2325 bytes)
22382026-06-17T16:08:45.430Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22392026-06-17T16:08:45.430Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2444 bytes)
22402026-06-17T16:08:46.440Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22412026-06-17T16:08:46.440Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4740 bytes)
22422026-06-17T16:08:47.447Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22432026-06-17T16:08:47.448Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3608 bytes)
22442026-06-17T16:08:48.455Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22452026-06-17T16:08:48.455Zuploading: /work/multiple_unnumbered.log (138983 bytes)
22462026-06-17T16:08:49.546Zuploaded: /work/multiple_unnumbered.log
22472026-06-17T16:08:49.546Zuploading: /work/ndp_change_reset.log (70215 bytes)
22482026-06-17T16:08:50.555Zuploaded: /work/ndp_change_reset.log
22492026-06-17T16:08:50.555Zuploading: /work/ndp_changes.log (88883 bytes)
22502026-06-17T16:08:51.567Zuploaded: /work/ndp_changes.log
22512026-06-17T16:08:51.567Zuploading: /work/r1.test_basic_peering_active.log (40322 bytes)
22522026-06-17T16:08:52.576Zuploaded: /work/r1.test_basic_peering_active.log
22532026-06-17T16:08:52.576Zuploading: /work/r1.test_basic_peering_active_tcp.log (45517 bytes)
22542026-06-17T16:08:53.588Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22552026-06-17T16:08:53.588Zuploading: /work/r1.test_basic_peering_passive.log (33978 bytes)
22562026-06-17T16:08:54.604Zuploaded: /work/r1.test_basic_peering_passive.log
22572026-06-17T16:08:54.604Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39688 bytes)
22582026-06-17T16:08:55.616Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22592026-06-17T16:08:55.616Zuploading: /work/r1.test_basic_update.log (28438 bytes)
22602026-06-17T16:08:56.627Zuploaded: /work/r1.test_basic_update.log
22612026-06-17T16:08:56.627Zuploading: /work/r1.test_basic_update_ipv6.log (28219 bytes)
22622026-06-17T16:08:57.637Zuploaded: /work/r1.test_basic_update_ipv6.log
22632026-06-17T16:08:57.637Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31076 bytes)
22642026-06-17T16:08:58.651Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22652026-06-17T16:08:58.651Zuploading: /work/r1.test_basic_update_tcp.log (31339 bytes)
22662026-06-17T16:08:59.662Zuploaded: /work/r1.test_basic_update_tcp.log
22672026-06-17T16:08:59.662Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43591 bytes)
22682026-06-17T16:09:00.675Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22692026-06-17T16:09:00.675Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (61969 bytes)
22702026-06-17T16:09:01.691Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22712026-06-17T16:09:01.691Zuploading: /work/r1.test_import_export_policy_filtering.log (40182 bytes)
22722026-06-17T16:09:02.702Zuploaded: /work/r1.test_import_export_policy_filtering.log
22732026-06-17T16:09:02.703Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35893 bytes)
22742026-06-17T16:09:03.715Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22752026-06-17T16:09:03.716Zuploading: /work/r1.test_ipv6_basic_peering_active.log (38206 bytes)
22762026-06-17T16:09:04.729Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22772026-06-17T16:09:04.729Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48523 bytes)
22782026-06-17T16:09:05.741Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22792026-06-17T16:09:05.741Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33751 bytes)
22802026-06-17T16:09:06.756Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22812026-06-17T16:09:06.756Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39616 bytes)
22822026-06-17T16:09:07.773Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22832026-06-17T16:09:07.773Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36979 bytes)
22842026-06-17T16:09:08.785Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22852026-06-17T16:09:08.785Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29941 bytes)
22862026-06-17T16:09:09.800Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22872026-06-17T16:09:09.800Zuploading: /work/r1.test_three_router_chain_tcp.log (26637 bytes)
22882026-06-17T16:09:10.811Zuploaded: /work/r1.test_three_router_chain_tcp.log
22892026-06-17T16:09:10.811Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25929 bytes)
22902026-06-17T16:09:11.823Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22912026-06-17T16:09:11.823Zuploading: /work/r2.test_basic_peering_active.log (38946 bytes)
22922026-06-17T16:09:12.837Zuploaded: /work/r2.test_basic_peering_active.log
22932026-06-17T16:09:12.837Zuploading: /work/r2.test_basic_peering_active_tcp.log (44384 bytes)
22942026-06-17T16:09:13.852Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22952026-06-17T16:09:13.852Zuploading: /work/r2.test_basic_peering_passive.log (41571 bytes)
22962026-06-17T16:09:14.866Zuploaded: /work/r2.test_basic_peering_passive.log
22972026-06-17T16:09:14.866Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46744 bytes)
22982026-06-17T16:09:15.877Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22992026-06-17T16:09:15.877Zuploading: /work/r2.test_basic_update.log (26405 bytes)
23002026-06-17T16:09:16.888Zuploaded: /work/r2.test_basic_update.log
23012026-06-17T16:09:16.888Zuploading: /work/r2.test_basic_update_ipv6.log (26423 bytes)
23022026-06-17T16:09:17.901Zuploaded: /work/r2.test_basic_update_ipv6.log
23032026-06-17T16:09:17.901Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (29713 bytes)
23042026-06-17T16:09:18.913Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23052026-06-17T16:09:18.913Zuploading: /work/r2.test_basic_update_tcp.log (32802 bytes)
23062026-06-17T16:09:19.924Zuploaded: /work/r2.test_basic_update_tcp.log
23072026-06-17T16:09:19.924Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43581 bytes)
23082026-06-17T16:09:20.935Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23092026-06-17T16:09:20.935Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (56808 bytes)
23102026-06-17T16:09:21.946Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23112026-06-17T16:09:21.946Zuploading: /work/r2.test_import_export_policy_filtering.log (37332 bytes)
23122026-06-17T16:09:22.960Zuploaded: /work/r2.test_import_export_policy_filtering.log
23132026-06-17T16:09:22.960Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38299 bytes)
23142026-06-17T16:09:23.970Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23152026-06-17T16:09:23.970Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38924 bytes)
23162026-06-17T16:09:24.983Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23172026-06-17T16:09:24.983Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47722 bytes)
23182026-06-17T16:09:25.996Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23192026-06-17T16:09:25.996Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41311 bytes)
23202026-06-17T16:09:27.012Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23212026-06-17T16:09:27.012Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46681 bytes)
23222026-06-17T16:09:28.024Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23232026-06-17T16:09:28.024Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38172 bytes)
23242026-06-17T16:09:29.038Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23252026-06-17T16:09:29.038Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28071 bytes)
23262026-06-17T16:09:30.056Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23272026-06-17T16:09:30.056Zuploading: /work/r2.test_three_router_chain_tcp.log (44828 bytes)
23282026-06-17T16:09:31.069Zuploaded: /work/r2.test_three_router_chain_tcp.log
23292026-06-17T16:09:31.069Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44979 bytes)
23302026-06-17T16:09:32.079Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23312026-06-17T16:09:32.079Zuploading: /work/r3.test_three_router_chain_tcp.log (21372 bytes)
23322026-06-17T16:09:33.091Zuploaded: /work/r3.test_three_router_chain_tcp.log
23332026-06-17T16:09:33.091Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (20680 bytes)
23342026-06-17T16:09:34.105Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23352026-06-17T16:09:34.105Zuploading: /work/same_linklocal.log (120181 bytes)
23362026-06-17T16:09:35.118Zuploaded: /work/same_linklocal.log
23372026-06-17T16:09:35.118Zuploading: /work/three_chain.log (157173 bytes)
23382026-06-17T16:09:36.136Zuploaded: /work/three_chain.log
23392026-06-17T16:09:36.136Zuploading: /work/unnumbered_expiry.log (88156 bytes)
23402026-06-17T16:09:37.149Zuploaded: /work/unnumbered_expiry.log
23412026-06-17T16:09:37.149Zuploading: /work/unnumbered_interface_lifecycle.log (199658 bytes)
23422026-06-17T16:09:38.165Zuploaded: /work/unnumbered_interface_lifecycle.log
23432026-06-17T16:09:38.165Zuploading: /work/unnumbered_peer_change.log (83484 bytes)
23442026-06-17T16:09:39.179Zuploaded: /work/unnumbered_peer_change.log