01KXNY7RQKDECKGRKD2X67B3E6: 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: 01KXNY8P1XKPA6VSFHGWK5BNWN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:06:50.242Zjob assigned to worker 01KXNY9331NT406A38SDSVVW4V [factory aws, i-001c4975d85eeb937] (queued for 55 s)
 
22026-07-16T17:06:56.778Zstarting task 0: "setup"
32026-07-16T17:06:56.781Z++ uname -s
42026-07-16T17:06:56.784Z+ kern=SunOS
52026-07-16T17:06:56.784Z+ build_user=build
62026-07-16T17:06:56.784Z+ build_uid=12345
72026-07-16T17:06:56.784Z+ work_dir=/work
82026-07-16T17:06:56.784Z+ input_dir=/input
92026-07-16T17:06:56.784Z+ [[ 0 == 12345 ]]
102026-07-16T17:06:56.784Z+ case "$kern" in
112026-07-16T17:06:56.784Z+ groupadd -g 12345 build
122026-07-16T17:06:56.788Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:06:58.791Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:06:58.865Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:06:58.868Z+ home_fs=zfs
162026-07-16T17:06:58.868Z+ [[ zfs == autofs ]]
172026-07-16T17:06:58.868Z+ mkdir -p /home/build
182026-07-16T17:06:58.868Z+ chown build:build /home/build /work
192026-07-16T17:07:00.869Z+ chmod 0700 /home/build /work
202026-07-16T17:07:00.872Zprocess exited: duration 4094 ms, exit code 0
 
212026-07-16T17:07:00.879Zstarting task 1: "rust-toolchain"
222026-07-16T17:07:00.882Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T17:07:00.882Z * rust toolchain channel = "stable"
242026-07-16T17:07:00.882Z * rust toolchain profile = "default"
252026-07-16T17:07:00.882Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T17:07:00.883Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T17:07:00.883Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T17:07:00.885Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:07:00.885Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T17:07:00.993Zinfo: downloading installer
312026-07-16T17:07:02.409Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T17:07:02.409Zwarn: /opt/ooce/bin
332026-07-16T17:07:02.409Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T17:07:02.409Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T17:07:02.409Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T17:07:02.409Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T17:07:02.409Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T17:07:02.409Zerror: cannot install while Rust is installed
392026-07-16T17:07:02.409Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T17:07:02.409Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T17:07:02.409Zwarn: /home/build/.rustup/settings.toml
422026-07-16T17:07:02.409Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T17:07:02.409Zwarn: instead of the one inferred from the default host triple.
442026-07-16T17:07:02.423Zinfo: profile set to default
452026-07-16T17:07:02.423Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T17:07:02.426Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-16T17:07:02.579Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-16T17:07:02.582Zinfo: downloading 6 components
492026-07-16T17:07:17.717Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-16T17:07:17.717Z
512026-07-16T17:07:17.745Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-16T17:07:17.746Z
532026-07-16T17:07:17.750Z
542026-07-16T17:07:17.750ZRust is installed now. Great!
552026-07-16T17:07:17.750Z
562026-07-16T17:07:17.750ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T17:07:17.750Zenvironment variable. This has not been done automatically.
582026-07-16T17:07:17.750Z
592026-07-16T17:07:17.750ZTo configure your current shell, you need to source
602026-07-16T17:07:17.750Zthe corresponding env file under $HOME/.cargo.
612026-07-16T17:07:17.750Z
622026-07-16T17:07:17.750ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T17:07:17.750Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T17:07:17.750Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T17:07:17.750Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T17:07:17.750Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T17:07:17.750Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T17:07:17.750Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T17:07:17.750Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T17:07:17.750Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T17:07:17.837Z+ rustup --version
722026-07-16T17:07:17.845Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T17:07:17.848Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T17:07:17.866Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-16T17:07:17.869Z+ cargo --version
762026-07-16T17:07:17.883Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-16T17:07:17.886Z+ rustc --version
782026-07-16T17:07:17.906Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-16T17:07:17.910Zprocess exited: duration 17026 ms, exit code 0
 
802026-07-16T17:07:17.918Zstarting task 2: "authentication"
812026-07-16T17:07:17.935Zprocess exited: duration 16 ms, exit code 0
 
822026-07-16T17:07:17.942Zstarting task 3: "clone repository"
832026-07-16T17:07:17.945Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-16T17:07:17.947Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-16T17:07:17.979ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-16T17:07:19.372Z+ cd /work/oxidecomputer/maghemite
872026-07-16T17:07:19.372Z+ git fetch origin d3c8f26d9bf94e252f4f2ff212222be337b14c24
882026-07-16T17:07:19.613ZFrom https://github.com/oxidecomputer/maghemite
892026-07-16T17:07:19.613Z * branch d3c8f26d9bf94e252f4f2ff212222be337b14c24 -> FETCH_HEAD
902026-07-16T17:07:19.618Z+ [[ -n john/bfd-async ]]
912026-07-16T17:07:19.621Z++ git branch --show-current
922026-07-16T17:07:19.621Z+ current=main
932026-07-16T17:07:19.621Z+ [[ main != john/bfd-async ]]
942026-07-16T17:07:19.621Z+ git branch -f john/bfd-async d3c8f26d9bf94e252f4f2ff212222be337b14c24
952026-07-16T17:07:19.624Z+ git checkout -f john/bfd-async
962026-07-16T17:07:19.643ZSwitched to branch 'john/bfd-async'
972026-07-16T17:07:19.646Z+ git reset --hard d3c8f26d9bf94e252f4f2ff212222be337b14c24
982026-07-16T17:07:19.661ZHEAD is now at d3c8f26 add test for poll response after long delay
992026-07-16T17:07:19.666Zprocess exited: duration 1721 ms, exit code 0
 
1002026-07-16T17:07:19.672Zstarting task 4: "build"
1012026-07-16T17:07:19.675Z+ set -e
1022026-07-16T17:07:19.678Z+ source .github/buildomat/test-common.sh
1032026-07-16T17:07:19.678Z++ NEXTEST_VERSION=0.9.97
1042026-07-16T17:07:19.678Z++ PLATFORM=illumos
1052026-07-16T17:07:19.678Z++ banner install
1062026-07-16T17:07:19.678Z
1072026-07-16T17:07:19.678Z # # # #### ##### ## # #
1082026-07-16T17:07:19.678Z # ## # # # # # # #
1092026-07-16T17:07:19.678Z # # # # #### # # # # #
1102026-07-16T17:07:19.678Z # # # # # # ###### # #
1112026-07-16T17:07:19.678Z # # ## # # # # # # #
1122026-07-16T17:07:19.678Z # # # #### # # # ###### ######
1132026-07-16T17:07:19.678Z
1142026-07-16T17:07:19.678Z++ set +o errexit
1152026-07-16T17:07:19.710Z++ pkg info clang-15
1162026-07-16T17:07:19.710Z++ grep -qi installed
1172026-07-16T17:07:20.871Zpkg: info: no packages matching the following patterns you specified are
1182026-07-16T17:07:20.871Zinstalled on the system. Try querying remotely instead:
1192026-07-16T17:07:20.871Z
1202026-07-16T17:07:20.871Z clang-15
1212026-07-16T17:07:20.909Z++ [[ 1 != 0 ]]
1222026-07-16T17:07:20.909Z++ set -o errexit
1232026-07-16T17:07:20.912Z++ pfexec pkg install clang-15
1242026-07-16T17:07:28.838Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-16T17:07:36.470Z Startup: Caching catalogs ... Done
1262026-07-16T17:07:43.639ZPlanning: Solver setup ... Done
1272026-07-16T17:07:43.679ZPlanning: Running solver ... Done
1282026-07-16T17:07:43.818ZPlanning: Finding local manifests ... Done
1292026-07-16T17:07:44.244ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-16T17:07:44.340ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-16T17:07:44.371ZPlanning: Package planning ... Done
1322026-07-16T17:07:44.395ZPlanning: Merging actions ... Done
1332026-07-16T17:07:44.500ZPlanning: Checking for conflicting actions ... Done
1342026-07-16T17:07:44.506ZPlanning: Consolidating action changes ... Done
1352026-07-16T17:07:45.285ZPlanning: Evaluating mediators ... Done
1362026-07-16T17:07:45.291ZPlanning: Planning completed in 8.64 seconds
1372026-07-16T17:07:45.295Z Packages to install: 2
1382026-07-16T17:07:45.295Z Mediators to change: 2
1392026-07-16T17:07:45.295Z Services to change: 1
1402026-07-16T17:07:45.295Z Create boot environment: No
1412026-07-16T17:07:45.295ZCreate backup boot environment: No
1422026-07-16T17:07:45.333Z
1432026-07-16T17:07:45.333ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-16T17:07:50.340ZDownload: 514/3076 items 17.0/211.3MB 8% complete (3.9M/s)
1452026-07-16T17:07:55.354ZDownload: 854/3076 items 18.4/211.3MB 8% complete (2.0M/s)
1462026-07-16T17:08:00.937ZDownload: 982/3076 items 82.2/211.3MB 38% complete (6.5M/s)
1472026-07-16T17:08:11.359ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1482026-07-16T17:08:26.925ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1492026-07-16T17:08:31.935ZDownload: 1303/3076 items 116.1/211.3MB 54% complete (7.4M/s)
1502026-07-16T17:08:36.935ZDownload: 1784/3076 items 117.3/211.3MB 55% complete (3.6M/s)
1512026-07-16T17:08:56.388ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
1522026-07-16T17:09:02.124ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
1532026-07-16T17:09:07.125ZDownload: 2881/3076 items 120.7/211.3MB 57% complete (438k/s)
1542026-07-16T17:09:13.295ZDownload: 3028/3076 items 201.5/211.3MB 95% complete (11.5M/s)
1552026-07-16T17:09:18.833ZDownload: 3069/3076 items 210.3/211.3MB 99% complete (6.5M/s)
1562026-07-16T17:09:22.048ZDownload: Completed 211.31 MB in 96.70 seconds (2.2M/s)
1572026-07-16T17:09:22.170Z Actions: 1/3418 actions (Installing new actions)
1582026-07-16T17:09:25.304Z Actions: Completed 3418 actions in 3.14 seconds.
1592026-07-16T17:09:25.948Z Done
1602026-07-16T17:09:25.948Z Done
1612026-07-16T17:09:26.682Z Done
1622026-07-16T17:09:30.000Z Done
1632026-07-16T17:09:30.070Z Done
1642026-07-16T17:09:30.076Z Done
1652026-07-16T17:09:30.345Z Done
1662026-07-16T17:09:31.020Z++ set -o errexit
1672026-07-16T17:09:31.020Z++ cargo --version
1682026-07-16T17:09:31.025Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1692026-07-16T17:09:31.163Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1702026-07-16T17:09:31.167Zinfo: downloading 6 components
1712026-07-16T17:09:45.451Zcargo 1.96.1 (356927216 2026-06-26)
1722026-07-16T17:09:45.455Z++ rustc --version
1732026-07-16T17:09:45.480Zrustc 1.96.1 (31fca3adb 2026-06-26)
1742026-07-16T17:09:45.485Z++ cargo install cargo-nextest --version 0.9.97
1752026-07-16T17:09:45.529Z Updating crates.io index
1762026-07-16T17:09:45.619Z Downloading crates ...
1772026-07-16T17:09:45.670Z Downloaded cargo-nextest v0.9.97
1782026-07-16T17:09:45.728Z Installing cargo-nextest v0.9.97
1792026-07-16T17:09:45.733Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1802026-07-16T17:09:45.733Z |
1812026-07-16T17:09:45.733Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1822026-07-16T17:09:45.733Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1832026-07-16T17:09:45.767Z Updating crates.io index
1842026-07-16T17:09:47.692Z Locking 395 packages to latest compatible versions
1852026-07-16T17:09:47.697Z Adding dialoguer v0.11.0 (available: v0.12.0)
1862026-07-16T17:09:47.697Z Adding duct v0.13.7 (available: v1.1.1)
1872026-07-16T17:09:47.697Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1882026-07-16T17:09:47.703Z Adding generic-array v0.14.7 (available: v0.14.9)
1892026-07-16T17:09:47.703Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1902026-07-16T17:09:47.703Z Adding itertools v0.14.0 (available: v0.15.0)
1912026-07-16T17:09:47.703Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1922026-07-16T17:09:47.703Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1932026-07-16T17:09:47.708Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1942026-07-16T17:09:47.708Z Adding quick-junit v0.5.2 (available: v0.6.1)
1952026-07-16T17:09:47.731Z Downloading crates ...
1962026-07-16T17:09:47.797Z Downloaded adler2 v2.0.1
1972026-07-16T17:09:47.803Z Downloaded async-scoped v0.9.0
1982026-07-16T17:09:47.809Z Downloaded addr2line v0.25.1
1992026-07-16T17:09:47.818Z Downloaded backtrace-ext v0.2.1
2002026-07-16T17:09:47.818Z Downloaded atomic-waker v1.1.2
2012026-07-16T17:09:47.818Z Downloaded color-spantrace v0.3.0
2022026-07-16T17:09:47.818Z Downloaded clap_lex v1.1.0
2032026-07-16T17:09:47.818Z Downloaded cpufeatures v0.3.0
2042026-07-16T17:09:47.823Z Downloaded heck v0.5.0
2052026-07-16T17:09:47.823Z Downloaded cpufeatures v0.2.17
2062026-07-16T17:09:47.824Z Downloaded idna_adapter v1.0.0
2072026-07-16T17:09:47.824Z Downloaded iana-time-zone v0.1.65
2082026-07-16T17:09:47.824Z Downloaded anstream v1.0.0
2092026-07-16T17:09:47.824Z Downloaded hyper-tls v0.6.0
2102026-07-16T17:09:47.827Z Downloaded home v0.5.12
2112026-07-16T17:09:47.827Z Downloaded humantime-serde v1.1.1
2122026-07-16T17:09:47.827Z Downloaded hyper-rustls v0.27.9
2132026-07-16T17:09:47.827Z Downloaded atomicwrites v0.4.4
2142026-07-16T17:09:47.827Z Downloaded http-body v1.1.0
2152026-07-16T17:09:47.827Z Downloaded hex v0.4.3
2162026-07-16T17:09:47.830Z Downloaded cfg-if v1.0.4
2172026-07-16T17:09:47.830Z Downloaded cargo-platform v0.2.0
2182026-07-16T17:09:47.830Z Downloaded lazy_static v1.5.0
2192026-07-16T17:09:47.837Z Downloaded indent_write v2.2.0
2202026-07-16T17:09:47.841Z Downloaded colorchoice v1.0.5
2212026-07-16T17:09:47.842Z Downloaded itoa v1.0.18
2222026-07-16T17:09:47.846Z Downloaded nested v0.1.1
2232026-07-16T17:09:47.850Z Downloaded convert_case v0.10.0
2242026-07-16T17:09:47.850Z Downloaded number_prefix v0.4.0
2252026-07-16T17:09:47.850Z Downloaded backtrace v0.3.76
2262026-07-16T17:09:47.855Z Downloaded crypto-common v0.1.7
2272026-07-16T17:09:47.855Z Downloaded cfg_aliases v0.2.2
2282026-07-16T17:09:47.855Z Downloaded ahash v0.8.12
2292026-07-16T17:09:47.859Z Downloaded guppy-workspace-hack v0.1.0
2302026-07-16T17:09:47.859Z Downloaded foreign-types-shared v0.1.1
2312026-07-16T17:09:47.859Z Downloaded block-buffer v0.10.4
2322026-07-16T17:09:47.859Z Downloaded is_terminal_polyfill v1.70.2
2332026-07-16T17:09:47.859Z Downloaded cargo-util-schemas v0.2.0
2342026-07-16T17:09:47.863Z Downloaded cargo-platform v0.3.3
2352026-07-16T17:09:47.863Z Downloaded mukti-metadata v0.3.0
2362026-07-16T17:09:47.863Z Downloaded is_ci v1.2.0
2372026-07-16T17:09:47.863Z Downloaded anstyle-query v1.1.5
2382026-07-16T17:09:47.866Z Downloaded indenter v0.3.4
2392026-07-16T17:09:47.866Z Downloaded fnv v1.0.7
2402026-07-16T17:09:47.867Z Downloaded equivalent v1.0.2
2412026-07-16T17:09:47.870Z Downloaded foreign-types v0.3.2
2422026-07-16T17:09:47.871Z Downloaded base64ct v1.8.3
2432026-07-16T17:09:47.874Z Downloaded camino-tempfile v1.4.1
2442026-07-16T17:09:47.874Z Downloaded anstyle v1.0.14
2452026-07-16T17:09:47.879Z Downloaded newtype-uuid v1.3.2
2462026-07-16T17:09:47.882Z Downloaded jobserver v0.1.35
2472026-07-16T17:09:47.886Z Downloaded nextest-workspace-hack v0.1.0
2482026-07-16T17:09:47.889Z Downloaded futures-core v0.3.32
2492026-07-16T17:09:47.889Z Downloaded form_urlencoded v1.2.2
2502026-07-16T17:09:47.890Z Downloaded enable-ansi-support v0.2.1
2512026-07-16T17:09:47.895Z Downloaded errno v0.3.14
2522026-07-16T17:09:47.899Z Downloaded ordered-float v2.10.1
2532026-07-16T17:09:47.899Z Downloaded generic-array v0.14.7
2542026-07-16T17:09:47.902Z Downloaded once_cell v1.21.4
2552026-07-16T17:09:47.902Z Downloaded indicatif v0.17.11
2562026-07-16T17:09:47.906Z Downloaded futures-sink v0.3.32
2572026-07-16T17:09:47.906Z Downloaded debug-ignore v1.0.5
2582026-07-16T17:09:47.906Z Downloaded futures-io v0.3.32
2592026-07-16T17:09:47.910Z Downloaded futures-macro v0.3.32
2602026-07-16T17:09:47.914Z Downloaded percent-encoding v2.3.2
2612026-07-16T17:09:47.914Z Downloaded curve25519-dalek-derive v0.1.1
2622026-07-16T17:09:47.917Z Downloaded futures-task v0.3.32
2632026-07-16T17:09:47.917Z Downloaded lru-slab v0.1.2
2642026-07-16T17:09:47.922Z Downloaded scopeguard v1.2.0
2652026-07-16T17:09:47.922Z Downloaded os_pipe v1.2.3
2662026-07-16T17:09:47.932Z Downloaded rustc-hash v2.1.3
2672026-07-16T17:09:47.932Z Downloaded anstyle-parse v1.0.0
2682026-07-16T17:09:47.932Z Downloaded openssl-probe v0.2.1
2692026-07-16T17:09:47.938Z Downloaded futures-executor v0.3.32
2702026-07-16T17:09:47.938Z Downloaded dialoguer v0.11.0
2712026-07-16T17:09:47.938Z Downloaded cargo_metadata v0.20.0
2722026-07-16T17:09:47.938Z Downloaded http-body-util v0.1.4
2732026-07-16T17:09:47.944Z Downloaded serde-value v0.7.0
2742026-07-16T17:09:47.944Z Downloaded pathdiff v0.2.3
2752026-07-16T17:09:47.944Z Downloaded rustc_version v0.4.1
2762026-07-16T17:09:47.944Z Downloaded autocfg v1.5.1
2772026-07-16T17:09:47.944Z Downloaded duct v0.13.7
2782026-07-16T17:09:47.944Z Downloaded openssl-macros v0.1.1
2792026-07-16T17:09:47.944Z Downloaded console v0.15.11
2802026-07-16T17:09:47.951Z Downloaded crc32fast v1.5.0
2812026-07-16T17:09:47.952Z Downloaded camino v1.2.4
2822026-07-16T17:09:47.952Z Downloaded serde_spanned v0.6.9
2832026-07-16T17:09:47.955Z Downloaded serde_ignored v0.1.14
2842026-07-16T17:09:47.956Z Downloaded serde_urlencoded v0.7.1
2852026-07-16T17:09:47.956Z Downloaded shell-words v1.1.1
2862026-07-16T17:09:47.956Z Downloaded serde_spanned v1.1.1
2872026-07-16T17:09:47.956Z Downloaded const-oid v0.9.6
2882026-07-16T17:09:47.957Z Downloaded sigchld v0.2.4
2892026-07-16T17:09:47.961Z Downloaded litrs v1.0.0
2902026-07-16T17:09:47.961Z Downloaded subtle v2.6.1
2912026-07-16T17:09:47.961Z Downloaded strip-ansi-escapes v0.2.1
2922026-07-16T17:09:47.965Z Downloaded supports-hyperlinks v3.2.0
2932026-07-16T17:09:47.965Z Downloaded swrite v0.1.0
2942026-07-16T17:09:47.965Z Downloaded supports-unicode v3.0.0
2952026-07-16T17:09:47.968Z Downloaded supports-color v3.0.2
2962026-07-16T17:09:47.968Z Downloaded strsim v0.11.1
2972026-07-16T17:09:47.968Z Downloaded quote v1.0.46
2982026-07-16T17:09:47.972Z Downloaded cargo_metadata v0.23.1
2992026-07-16T17:09:47.972Z Downloaded signal-hook-mio v0.2.5
3002026-07-16T17:09:47.977Z Downloaded shared_child v1.1.1
3012026-07-16T17:09:47.977Z Downloaded rand_chacha v0.9.0
3022026-07-16T17:09:47.978Z Downloaded lock_api v0.4.14
3032026-07-16T17:09:47.978Z Downloaded rand_core v0.10.1
3042026-07-16T17:09:47.978Z Downloaded foldhash v0.1.5
3052026-07-16T17:09:47.983Z Downloaded either v1.16.0
3062026-07-16T17:09:47.983Z Downloaded rand_core v0.6.4
3072026-07-16T17:09:47.983Z Downloaded ppv-lite86 v0.2.21
3082026-07-16T17:09:47.983Z Downloaded sync_wrapper v1.0.2
3092026-07-16T17:09:47.983Z Downloaded fixedbitset v0.5.7
3102026-07-16T17:09:47.986Z Downloaded future-queue v0.4.0
3112026-07-16T17:09:47.987Z Downloaded nextest-metadata v0.12.2
3122026-07-16T17:09:47.987Z Downloaded humantime v2.4.0
3132026-07-16T17:09:47.987Z Downloaded digest v0.10.7
3142026-07-16T17:09:47.992Z Downloaded fastrand v2.4.1
3152026-07-16T17:09:47.992Z Downloaded rand_pcg v0.10.2
3162026-07-16T17:09:47.992Z Downloaded miette-derive v7.6.0
3172026-07-16T17:09:47.992Z Downloaded filetime v0.2.29
3182026-07-16T17:09:47.996Z Downloaded terminal_size v0.4.4
3192026-07-16T17:09:47.996Z Downloaded native-tls v0.2.18
3202026-07-16T17:09:47.996Z Downloaded futures-channel v0.3.32
3212026-07-16T17:09:47.997Z Downloaded erased-serde v0.4.10
3222026-07-16T17:09:48.000Z Downloaded document-features v0.2.12
3232026-07-16T17:09:48.000Z Downloaded quinn-udp v0.5.15
3242026-07-16T17:09:48.000Z Downloaded ed25519 v2.2.3
3252026-07-16T17:09:48.000Z Downloaded self-replace v1.5.0
3262026-07-16T17:09:48.004Z Downloaded pkcs8 v0.10.2
3272026-07-16T17:09:48.004Z Downloaded pin-project-lite v0.2.17
3282026-07-16T17:09:48.007Z Downloaded serde-untagged v0.1.9
3292026-07-16T17:09:48.007Z Downloaded tinyvec_macros v0.1.1
3302026-07-16T17:09:48.007Z Downloaded tokio-macros v2.7.0
3312026-07-16T17:09:48.011Z Downloaded config v0.15.25
3322026-07-16T17:09:48.015Z Downloaded shlex v2.0.1
3332026-07-16T17:09:48.015Z Downloaded serde_path_to_error v0.1.20
3342026-07-16T17:09:48.015Z Downloaded idna v1.1.0
3352026-07-16T17:09:48.020Z Downloaded bitflags v2.13.1
3362026-07-16T17:09:48.020Z Downloaded pkg-config v0.3.33
3372026-07-16T17:09:48.024Z Downloaded http v1.4.2
3382026-07-16T17:09:48.024Z Downloaded clap_derive v4.6.1
3392026-07-16T17:09:48.024Z Downloaded signature v2.2.0
3402026-07-16T17:09:48.027Z Downloaded base64 v0.22.1
3412026-07-16T17:09:48.027Z Downloaded toml_datetime v0.6.11
3422026-07-16T17:09:48.030Z Downloaded sha2 v0.10.9
3432026-07-16T17:09:48.030Z Downloaded target-lexicon v0.13.5
3442026-07-16T17:09:48.034Z Downloaded tower-service v0.3.3
3452026-07-16T17:09:48.034Z Downloaded tower-layer v0.3.3
3462026-07-16T17:09:48.034Z Downloaded httparse v1.10.1
3472026-07-16T17:09:48.034Z Downloaded toml_write v0.1.2
3482026-07-16T17:09:48.037Z Downloaded static_assertions v1.1.0
3492026-07-16T17:09:48.037Z Downloaded slab v0.4.12
3502026-07-16T17:09:48.037Z Downloaded signal-hook-registry v1.4.8
3512026-07-16T17:09:48.041Z Downloaded chacha20 v0.10.1
3522026-07-16T17:09:48.041Z Downloaded parking_lot_core v0.9.12
3532026-07-16T17:09:48.041Z Downloaded log v0.4.33
3542026-07-16T17:09:48.044Z Downloaded simd-adler32 v0.3.10
3552026-07-16T17:09:48.044Z Downloaded globset v0.4.19
3562026-07-16T17:09:48.044Z Downloaded getrandom v0.2.17
3572026-07-16T17:09:48.048Z Downloaded try-lock v0.2.5
3582026-07-16T17:09:48.048Z Downloaded find-msvc-tools v0.1.9
3592026-07-16T17:09:48.048Z Downloaded eyre v0.6.12
3602026-07-16T17:09:48.051Z Downloaded thread_local v1.1.10
3612026-07-16T17:09:48.051Z Downloaded rand_core v0.9.5
3622026-07-16T17:09:48.054Z Downloaded spki v0.7.3
3632026-07-16T17:09:48.054Z Downloaded pin-project-internal v1.1.13
3642026-07-16T17:09:48.054Z Downloaded unicode-linebreak v0.1.5
3652026-07-16T17:09:48.055Z Downloaded ipnet v2.12.0
3662026-07-16T17:09:48.058Z Downloaded thiserror v1.0.69
3672026-07-16T17:09:48.063Z Downloaded nextest-filtering v0.15.0
3682026-07-16T17:09:48.063Z Downloaded typeid v1.0.3
3692026-07-16T17:09:48.067Z Downloaded tokio-native-tls v0.3.1
3702026-07-16T17:09:48.068Z Downloaded owo-colors v4.3.0
3712026-07-16T17:09:48.068Z Downloaded semver v1.0.28
3722026-07-16T17:09:48.068Z Downloaded self_update v0.42.0
3732026-07-16T17:09:48.074Z Downloaded untrusted v0.9.0
3742026-07-16T17:09:48.074Z Downloaded rustls-pki-types v1.15.0
3752026-07-16T17:09:48.074Z Downloaded cfg-expr v0.20.8
3762026-07-16T17:09:48.078Z Downloaded parking_lot v0.12.5
3772026-07-16T17:09:48.078Z Downloaded rustc-demangle v0.1.28
3782026-07-16T17:09:48.078Z Downloaded unicode-xid v0.2.6
3792026-07-16T17:09:48.078Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3802026-07-16T17:09:48.078Z Downloaded hyper v1.10.1
3812026-07-16T17:09:48.082Z Downloaded utf8parse v0.2.2
3822026-07-16T17:09:48.086Z Downloaded utf8_iter v1.0.4
3832026-07-16T17:09:48.086Z Downloaded thiserror-impl v1.0.69
3842026-07-16T17:09:48.086Z Downloaded smol_str v0.3.6
3852026-07-16T17:09:48.086Z Downloaded smallvec v1.15.2
3862026-07-16T17:09:48.089Z Downloaded borsh v1.7.0
3872026-07-16T17:09:48.093Z Downloaded want v0.3.1
3882026-07-16T17:09:48.093Z Downloaded target-spec-miette v0.4.8
3892026-07-16T17:09:48.096Z Downloaded xattr v1.6.1
3902026-07-16T17:09:48.096Z Downloaded getrandom v0.4.3
3912026-07-16T17:09:48.099Z Downloaded toml_writer v1.1.2+spec-1.1.0
3922026-07-16T17:09:48.099Z Downloaded derive-where v1.6.1
3932026-07-16T17:09:48.103Z Downloaded pin-project v1.1.13
3942026-07-16T17:09:48.107Z Downloaded tracing-error v0.2.1
3952026-07-16T17:09:48.111Z Downloaded thiserror-impl v2.0.18
3962026-07-16T17:09:48.111Z Downloaded tempfile v3.27.0
3972026-07-16T17:09:48.111Z Downloaded clap v4.6.2
3982026-07-16T17:09:48.116Z Downloaded unicase v2.9.0
3992026-07-16T17:09:48.120Z Downloaded ryu v1.0.23
4002026-07-16T17:09:48.120Z Downloaded serde_derive v1.0.228
4012026-07-16T17:09:48.123Z Downloaded toml v0.8.23
4022026-07-16T17:09:48.123Z Downloaded tracing-log v0.2.0
4032026-07-16T17:09:48.123Z Downloaded tokio-stream v0.1.18
4042026-07-16T17:09:48.127Z Downloaded bytes v1.12.1
4052026-07-16T17:09:48.130Z Downloaded target-spec v3.6.0
4062026-07-16T17:09:48.130Z Downloaded num-traits v0.2.19
4072026-07-16T17:09:48.133Z Downloaded miniz_oxide v0.8.9
4082026-07-16T17:09:48.134Z Downloaded thiserror v2.0.18
4092026-07-16T17:09:48.137Z Downloaded zeroize v1.9.0
4102026-07-16T17:09:48.137Z Downloaded tracing-attributes v0.1.31
4112026-07-16T17:09:48.141Z Downloaded getrandom v0.3.4
4122026-07-16T17:09:48.141Z Downloaded tokio-rustls v0.26.4
4132026-07-16T17:09:48.141Z Downloaded quick-junit v0.5.2
4142026-07-16T17:09:48.144Z Downloaded futures v0.3.32
4152026-07-16T17:09:48.148Z Downloaded textwrap v0.16.2
4162026-07-16T17:09:48.148Z Downloaded sharded-slab v0.1.7
4172026-07-16T17:09:48.151Z Downloaded toml_parser v1.1.2+spec-1.1.0
4182026-07-16T17:09:48.151Z Downloaded tinyvec v1.12.0
4192026-07-16T17:09:48.156Z Downloaded serde_core v1.0.228
4202026-07-16T17:09:48.156Z Downloaded zmij v1.0.23
4212026-07-16T17:09:48.156Z Downloaded signal-hook v0.3.18
4222026-07-16T17:09:48.159Z Downloaded cc v1.2.67
4232026-07-16T17:09:48.159Z Downloaded zipsign-api v0.1.5
4242026-07-16T17:09:48.159Z Downloaded toml v1.1.3+spec-1.1.0
4252026-07-16T17:09:48.163Z Downloaded zstd-safe v7.2.4
4262026-07-16T17:09:48.163Z Downloaded zstd v0.13.3
4272026-07-16T17:09:48.166Z Downloaded ed25519-dalek v2.2.0
4282026-07-16T17:09:48.166Z Downloaded version_check v0.9.5
4292026-07-16T17:09:48.166Z Downloaded urlencoding v2.1.3
4302026-07-16T17:09:48.169Z Downloaded xxhash-rust v0.8.17
4312026-07-16T17:09:48.173Z Downloaded openssl-sys v0.9.117
4322026-07-16T17:09:48.176Z Downloaded der v0.7.10
4332026-07-16T17:09:48.181Z Downloaded flate2 v1.1.9
4342026-07-16T17:09:48.185Z Downloaded derive_more v2.1.1
4352026-07-16T17:09:48.189Z Downloaded unicode-ident v1.0.24
4362026-07-16T17:09:48.192Z Downloaded uuid v1.24.0
4372026-07-16T17:09:48.199Z Downloaded vte v0.14.1
4382026-07-16T17:09:48.203Z Downloaded memchr v2.8.3
4392026-07-16T17:09:48.207Z Downloaded indexmap v2.14.0
4402026-07-16T17:09:48.213Z Downloaded tracing-core v0.1.36
4412026-07-16T17:09:48.217Z Downloaded tar v0.4.46
4422026-07-16T17:09:48.217Z Downloaded socket2 v0.6.5
4432026-07-16T17:09:48.217Z Downloaded rustls-webpki v0.103.13
4442026-07-16T17:09:48.217Z Downloaded proc-macro2 v1.0.106
4452026-07-16T17:09:48.222Z Downloaded serde v1.0.228
4462026-07-16T17:09:48.222Z Downloaded toml_edit v0.22.27
4472026-07-16T17:09:48.225Z Downloaded mio v1.2.2
4482026-07-16T17:09:48.229Z Downloaded derive_more-impl v2.1.1
4492026-07-16T17:09:48.234Z Downloaded url v2.5.8
4502026-07-16T17:09:48.237Z Downloaded miette v7.6.0
4512026-07-16T17:09:48.242Z Downloaded crossterm v0.29.0
4522026-07-16T17:09:48.246Z Downloaded quinn v0.11.11
4532026-07-16T17:09:48.251Z Downloaded rand v0.9.5
4542026-07-16T17:09:48.258Z Downloaded aho-corasick v1.1.4
4552026-07-16T17:09:48.261Z Downloaded hyper-util v0.1.20
4562026-07-16T17:09:48.266Z Downloaded typenum v1.20.1
4572026-07-16T17:09:48.270Z Downloaded clap_builder v4.6.2
4582026-07-16T17:09:48.275Z Downloaded hashbrown v0.17.1
4592026-07-16T17:09:48.279Z Downloaded guppy v0.17.26
4602026-07-16T17:09:48.284Z Downloaded tokio-util v0.7.18
4612026-07-16T17:09:48.290Z Downloaded rand v0.10.2
4622026-07-16T17:09:48.293Z Downloaded hashbrown v0.15.5
4632026-07-16T17:09:48.306Z Downloaded h2 v0.4.15
4642026-07-16T17:09:48.309Z Downloaded futures-util v0.3.32
4652026-07-16T17:09:48.326Z Downloaded ron v0.12.2
4662026-07-16T17:09:48.332Z Downloaded tower v0.5.3
4672026-07-16T17:09:48.341Z Downloaded chrono v0.4.45
4682026-07-16T17:09:48.348Z Downloaded winnow v0.7.15
4692026-07-16T17:09:48.356Z Downloaded itertools v0.14.0
4702026-07-16T17:09:48.361Z Downloaded vcpkg v0.2.15
4712026-07-16T17:09:48.383Z Downloaded unicode-width v0.1.14
4722026-07-16T17:09:48.388Z Downloaded zerocopy v0.8.54
4732026-07-16T17:09:48.395Z Downloaded reqwest v0.12.28
4742026-07-16T17:09:48.399Z Downloaded pulldown-cmark v0.13.4
4752026-07-16T17:09:48.402Z Downloaded bstr v1.13.0
4762026-07-16T17:09:48.407Z Downloaded curve25519-dalek v4.1.3
4772026-07-16T17:09:48.412Z Downloaded tower-http v0.6.11
4782026-07-16T17:09:48.418Z Downloaded quick-xml v0.37.5
4792026-07-16T17:09:48.421Z Downloaded unicode-segmentation v1.13.3
4802026-07-16T17:09:48.421Z Downloaded unicode-normalization v0.1.25
4812026-07-16T17:09:48.425Z Downloaded serde_json v1.0.150
4822026-07-16T17:09:48.431Z Downloaded tracing v0.1.44
4832026-07-16T17:09:48.438Z Downloaded regex v1.13.1
4842026-07-16T17:09:48.443Z Downloaded portable-atomic v1.13.1
4852026-07-16T17:09:48.451Z Downloaded gimli v0.32.3
4862026-07-16T17:09:48.469Z Downloaded color-eyre v0.6.5
4872026-07-16T17:09:48.474Z Downloaded quick-xml v0.38.4
4882026-07-16T17:09:48.474Z Downloaded winnow v1.0.4
4892026-07-16T17:09:48.484Z Downloaded tracing-subscriber v0.3.23
4902026-07-16T17:09:48.499Z Downloaded webpki-roots v1.0.8
4912026-07-16T17:09:48.503Z Downloaded nextest-runner v0.80.0
4922026-07-16T17:09:48.512Z Downloaded quinn-proto v0.11.16
4932026-07-16T17:09:48.541Z Downloaded unicode-width v0.2.2
4942026-07-16T17:09:48.544Z Downloaded rustix v0.38.44
4952026-07-16T17:09:48.557Z Downloaded openssl v0.10.81
4962026-07-16T17:09:48.569Z Downloaded syn v2.0.119
4972026-07-16T17:09:48.579Z Downloaded nix v0.30.1
4982026-07-16T17:09:48.583Z Downloaded regex-syntax v0.8.11
4992026-07-16T17:09:48.583Z Downloaded rustls v0.23.42
5002026-07-16T17:09:48.586Z Downloaded object v0.37.3
5012026-07-16T17:09:48.615Z Downloaded rustix v1.1.4
5022026-07-16T17:09:48.690Z Downloaded regex-automata v0.4.16
5032026-07-16T17:09:48.746Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5042026-07-16T17:09:48.763Z Downloaded petgraph v0.8.3
5052026-07-16T17:09:48.772Z Downloaded libc v0.2.186
5062026-07-16T17:09:48.791Z Downloaded tokio v1.52.4
5072026-07-16T17:09:48.866Z Downloaded recursion v0.5.4
5082026-07-16T17:09:48.871Z Downloaded ring v0.17.14
5092026-07-16T17:09:48.927Z Compiling libc v0.2.186
5102026-07-16T17:09:48.927Z Compiling proc-macro2 v1.0.106
5112026-07-16T17:09:48.928Z Compiling unicode-ident v1.0.24
5122026-07-16T17:09:48.934Z Compiling quote v1.0.46
5132026-07-16T17:09:48.934Z Compiling serde_core v1.0.228
5142026-07-16T17:09:48.934Z Compiling cfg-if v1.0.4
5152026-07-16T17:09:49.058Z Compiling memchr v2.8.3
5162026-07-16T17:09:49.063Z Compiling once_cell v1.21.4
5172026-07-16T17:09:49.181Z Compiling log v0.4.33
5182026-07-16T17:09:49.191Z Compiling pin-project-lite v0.2.17
5192026-07-16T17:09:49.275Z Compiling itoa v1.0.18
5202026-07-16T17:09:49.362Z Compiling serde v1.0.228
5212026-07-16T17:09:49.482Z Compiling smallvec v1.15.2
5222026-07-16T17:09:49.512Z Compiling futures-core v0.3.32
5232026-07-16T17:09:49.669Z Compiling bitflags v2.13.1
5242026-07-16T17:09:49.718Z Compiling find-msvc-tools v0.1.9
5252026-07-16T17:09:49.730Z Compiling shlex v2.0.1
5262026-07-16T17:09:49.905Z Compiling hashbrown v0.17.1
5272026-07-16T17:09:49.979Z Compiling errno v0.3.14
5282026-07-16T17:09:50.037Z Compiling equivalent v1.0.2
5292026-07-16T17:09:50.069Z Compiling bytes v1.12.1
5302026-07-16T17:09:50.138Z Compiling signal-hook-registry v1.4.8
5312026-07-16T17:09:50.177Z Compiling jobserver v0.1.35
5322026-07-16T17:09:50.233Z Compiling mio v1.2.2
5332026-07-16T17:09:50.295Z Compiling syn v2.0.119
5342026-07-16T17:09:50.383Z Compiling cc v1.2.67
5352026-07-16T17:09:50.487Z Compiling rustix v1.1.4
5362026-07-16T17:09:50.588Z Compiling futures-sink v0.3.32
5372026-07-16T17:09:50.679Z Compiling socket2 v0.6.5
5382026-07-16T17:09:50.717Z Compiling slab v0.4.12
5392026-07-16T17:09:50.917Z Compiling zmij v1.0.23
5402026-07-16T17:09:50.930Z Compiling futures-channel v0.3.32
5412026-07-16T17:09:50.935Z Compiling tracing-core v0.1.36
5422026-07-16T17:09:51.189Z Compiling version_check v0.9.5
5432026-07-16T17:09:51.259Z Compiling serde_json v1.0.150
5442026-07-16T17:09:51.457Z Compiling indexmap v2.14.0
5452026-07-16T17:09:51.481Z Compiling getrandom v0.4.3
5462026-07-16T17:09:51.520Z Compiling futures-task v0.3.32
5472026-07-16T17:09:51.680Z Compiling futures-io v0.3.32
5482026-07-16T17:09:51.800Z Compiling percent-encoding v2.3.2
5492026-07-16T17:09:51.841Z Compiling camino v1.2.4
5502026-07-16T17:09:51.886Z Compiling unicode-width v0.2.2
5512026-07-16T17:09:52.082Z Compiling ring v0.17.14
5522026-07-16T17:09:52.208Z Compiling http v1.4.2
5532026-07-16T17:09:52.234Z Compiling simd-adler32 v0.3.10
5542026-07-16T17:09:52.250Z Compiling zeroize v1.9.0
5552026-07-16T17:09:52.361Z Compiling autocfg v1.5.1
5562026-07-16T17:09:52.453Z Compiling adler2 v2.0.1
5572026-07-16T17:09:52.624Z Compiling miniz_oxide v0.8.9
5582026-07-16T17:09:52.727Z Compiling num-traits v0.2.19
5592026-07-16T17:09:53.061Z Compiling zerocopy v0.8.54
5602026-07-16T17:09:53.125Z Compiling target-lexicon v0.13.5
5612026-07-16T17:09:53.460Z Compiling object v0.37.3
5622026-07-16T17:09:53.602Z Compiling getrandom v0.3.4
5632026-07-16T17:09:53.806Z Compiling http-body v1.1.0
5642026-07-16T17:09:53.863Z Compiling rustls-pki-types v1.15.0
5652026-07-16T17:09:53.915Z Compiling serde_derive v1.0.228
5662026-07-16T17:09:53.943Z Compiling tokio-macros v2.7.0
5672026-07-16T17:09:54.002Z Compiling futures-macro v0.3.32
5682026-07-16T17:09:54.102Z Compiling tracing-attributes v0.1.31
5692026-07-16T17:09:54.165Z Compiling form_urlencoded v1.2.2
5702026-07-16T17:09:54.421Z Compiling semver v1.0.28
5712026-07-16T17:09:54.433Z Compiling getrandom v0.2.17
5722026-07-16T17:09:54.621Z Compiling fnv v1.0.7
5732026-07-16T17:09:54.693Z Compiling tokio v1.52.4
5742026-07-16T17:09:54.723Z Compiling owo-colors v4.3.0
5752026-07-16T17:09:54.727Z Compiling signal-hook v0.3.18
5762026-07-16T17:09:54.791Z Compiling futures-util v0.3.32
5772026-07-16T17:09:54.980Z Compiling untrusted v0.9.0
5782026-07-16T17:09:55.054Z Compiling gimli v0.32.3
5792026-07-16T17:09:55.082Z Compiling thiserror v2.0.18
5802026-07-16T17:09:55.093Z Compiling idna_adapter v1.0.0
5812026-07-16T17:09:55.190Z Compiling utf8_iter v1.0.4
5822026-07-16T17:09:55.290Z Compiling tracing v0.1.44
5832026-07-16T17:09:55.347Z Compiling guppy-workspace-hack v0.1.0
5842026-07-16T17:09:55.420Z Compiling httparse v1.10.1
5852026-07-16T17:09:55.624Z Compiling idna v1.1.0
5862026-07-16T17:09:55.854Z Compiling thiserror-impl v2.0.18
5872026-07-16T17:09:57.043Z Compiling addr2line v0.25.1
5882026-07-16T17:09:57.421Z Compiling generic-array v0.14.7
5892026-07-16T17:09:57.469Z Compiling try-lock v0.2.5
5902026-07-16T17:09:57.584Z Compiling rustls v0.23.42
5912026-07-16T17:09:57.658Z Compiling atomic-waker v1.1.2
5922026-07-16T17:09:57.679Z Compiling thiserror v1.0.69
5932026-07-16T17:09:57.791Z Compiling fastrand v2.4.1
5942026-07-16T17:09:57.811Z Compiling rustc-demangle v0.1.28
5952026-07-16T17:09:57.843Z Compiling typeid v1.0.3
5962026-07-16T17:09:57.993Z Compiling pkg-config v0.3.33
5972026-07-16T17:09:58.109Z Compiling target-spec v3.6.0
5982026-07-16T17:09:58.136Z Compiling tower-service v0.3.3
5992026-07-16T17:09:58.424Z Compiling tempfile v3.27.0
6002026-07-16T17:09:58.433Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6012026-07-16T17:09:58.495Z Compiling want v0.3.1
6022026-07-16T17:09:58.677Z Compiling tokio-util v0.7.18
6032026-07-16T17:09:58.794Z Compiling cfg-expr v0.20.8
6042026-07-16T17:09:58.944Z Compiling url v2.5.8
6052026-07-16T17:09:59.308Z Compiling h2 v0.4.15
6062026-07-16T17:09:59.739Z Compiling backtrace v0.3.76
6072026-07-16T17:10:00.287Z Compiling thiserror-impl v1.0.69
6082026-07-16T17:10:00.496Z Compiling terminal_size v0.4.4
6092026-07-16T17:10:00.663Z Compiling aho-corasick v1.1.4
6102026-07-16T17:10:01.032Z Compiling subtle v2.6.1
6112026-07-16T17:10:01.192Z Compiling erased-serde v0.4.10
6122026-07-16T17:10:01.358Z Compiling winnow v0.7.15
6132026-07-16T17:10:01.424Z Compiling typenum v1.20.1
6142026-07-16T17:10:01.493Z Compiling regex-syntax v0.8.11
6152026-07-16T17:10:02.147Z Compiling rustls-webpki v0.103.13
6162026-07-16T17:10:03.226Z Compiling regex-automata v0.4.16
6172026-07-16T17:10:04.773Z Compiling hyper v1.10.1
6182026-07-16T17:10:06.166Z Compiling toml_datetime v0.6.11
6192026-07-16T17:10:06.550Z Compiling serde_spanned v0.6.9
6202026-07-16T17:10:06.701Z Compiling ahash v0.8.12
6212026-07-16T17:10:06.963Z Compiling sync_wrapper v1.0.2
6222026-07-16T17:10:07.077Z Compiling nextest-workspace-hack v0.1.0
6232026-07-16T17:10:07.302Z Compiling either v1.16.0
6242026-07-16T17:10:07.461Z Compiling foldhash v0.1.5
6252026-07-16T17:10:07.572Z Compiling portable-atomic v1.13.1
6262026-07-16T17:10:07.690Z Compiling unicode-linebreak v0.1.5
6272026-07-16T17:10:07.959Z Compiling base64 v0.22.1
6282026-07-16T17:10:08.064Z Compiling tower-layer v0.3.3
6292026-07-16T17:10:08.267Z Compiling toml_write v0.1.2
6302026-07-16T17:10:08.442Z Compiling is_ci v1.2.0
6312026-07-16T17:10:08.447Z Compiling lazy_static v1.5.0
6322026-07-16T17:10:08.512Z Compiling unicode-segmentation v1.13.3
6332026-07-16T17:10:08.558Z Compiling crc32fast v1.5.0
6342026-07-16T17:10:08.616Z Compiling parking_lot_core v0.9.12
6352026-07-16T17:10:08.872Z Compiling ipnet v2.12.0
6362026-07-16T17:10:08.923Z Compiling convert_case v0.10.0
6372026-07-16T17:10:08.935Z Compiling sharded-slab v0.1.7
6382026-07-16T17:10:08.942Z Compiling supports-color v3.0.2
6392026-07-16T17:10:08.948Z Compiling toml_edit v0.22.27
6402026-07-16T17:10:09.175Z Compiling hyper-util v0.1.20
6412026-07-16T17:10:09.190Z Compiling tower v0.5.3
6422026-07-16T17:10:09.585Z Compiling textwrap v0.16.2
6432026-07-16T17:10:09.760Z Compiling hashbrown v0.15.5
6442026-07-16T17:10:10.093Z Compiling tokio-rustls v0.26.4
6452026-07-16T17:10:10.432Z Compiling backtrace-ext v0.2.1
6462026-07-16T17:10:10.689Z Compiling ordered-float v2.10.1
6472026-07-16T17:10:10.962Z Compiling webpki-roots v1.0.8
6482026-07-16T17:10:10.979Z Compiling miette-derive v7.6.0
6492026-07-16T17:10:11.008Z Compiling pathdiff v0.2.3
6502026-07-16T17:10:11.084Z Compiling console v0.15.11
6512026-07-16T17:10:11.138Z Compiling tracing-log v0.2.0
6522026-07-16T17:10:11.493Z Compiling cargo-platform v0.3.3
6532026-07-16T17:10:11.807Z Compiling os_pipe v1.2.3
6542026-07-16T17:10:11.976Z Compiling thread_local v1.1.10
6552026-07-16T17:10:12.052Z Compiling debug-ignore v1.0.5
6562026-07-16T17:10:12.102Z Compiling fixedbitset v0.5.7
6572026-07-16T17:10:12.170Z Compiling unicode-width v0.1.14
6582026-07-16T17:10:12.328Z Compiling supports-hyperlinks v3.2.0
6592026-07-16T17:10:12.408Z Compiling utf8parse v0.2.2
6602026-07-16T17:10:12.464Z Compiling zstd-safe v7.2.4
6612026-07-16T17:10:12.545Z Compiling supports-unicode v3.0.0
6622026-07-16T17:10:12.607Z Compiling winnow v1.0.4
6632026-07-16T17:10:12.711Z Compiling scopeguard v1.2.0
6642026-07-16T17:10:12.723Z Compiling rustix v0.38.44
6652026-07-16T17:10:12.818Z Compiling ryu v1.0.23
6662026-07-16T17:10:12.866Z Compiling pulldown-cmark v0.13.4
6672026-07-16T17:10:13.104Z Compiling cfg_aliases v0.2.2
6682026-07-16T17:10:13.141Z Compiling serde_urlencoded v0.7.1
6692026-07-16T17:10:13.182Z Compiling nix v0.30.1
6702026-07-16T17:10:13.256Z Compiling lock_api v0.4.14
6712026-07-16T17:10:13.410Z Compiling miette v7.6.0
6722026-07-16T17:10:13.540Z Compiling anstyle-parse v1.0.0
6732026-07-16T17:10:13.574Z Compiling petgraph v0.8.3
6742026-07-16T17:10:13.710Z Compiling toml_parser v1.1.2+spec-1.1.0
6752026-07-16T17:10:14.068Z Compiling tracing-subscriber v0.3.23
6762026-07-16T17:10:14.613Z Compiling sigchld v0.2.4
6772026-07-16T17:10:14.806Z Compiling cargo_metadata v0.23.1
6782026-07-16T17:10:15.035Z Compiling hyper-rustls v0.27.9
6792026-07-16T17:10:15.477Z Compiling serde-value v0.7.0
6802026-07-16T17:10:15.720Z Compiling serde-untagged v0.1.9
6812026-07-16T17:10:16.081Z Compiling toml v0.8.23
6822026-07-16T17:10:16.611Z Compiling tower-http v0.6.11
6832026-07-16T17:10:17.335Z Compiling derive_more-impl v2.1.1
6842026-07-16T17:10:18.009Z Compiling itertools v0.14.0
6852026-07-16T17:10:18.114Z Compiling regex v1.13.1
6862026-07-16T17:10:18.152Z Compiling crypto-common v0.1.7
6872026-07-16T17:10:18.287Z Compiling block-buffer v0.10.4
6882026-07-16T17:10:18.310Z Compiling ppv-lite86 v0.2.21
6892026-07-16T17:10:18.440Z Compiling futures-executor v0.3.32
6902026-07-16T17:10:18.623Z Compiling rand_core v0.9.5
6912026-07-16T17:10:18.861Z Compiling http-body-util v0.1.4
6922026-07-16T17:10:18.874Z Compiling pin-project-internal v1.1.13
6932026-07-16T17:10:18.965Z Compiling uuid v1.24.0
6942026-07-16T17:10:19.147Z Compiling toml_datetime v1.1.1+spec-1.1.0
6952026-07-16T17:10:19.448Z Compiling smol_str v0.3.6
6962026-07-16T17:10:19.502Z Compiling serde_spanned v1.1.1
6972026-07-16T17:10:19.523Z Compiling filetime v0.2.29
6982026-07-16T17:10:19.597Z Compiling bstr v1.13.0
6992026-07-16T17:10:19.646Z Compiling vte v0.14.1
7002026-07-16T17:10:19.729Z Compiling xattr v1.6.1
7012026-07-16T17:10:19.782Z Compiling unicode-xid v0.2.6
7022026-07-16T17:10:19.864Z Compiling number_prefix v0.4.0
7032026-07-16T17:10:19.913Z Compiling colorchoice v1.0.5
7042026-07-16T17:10:19.916Z Compiling unicase v2.9.0
7052026-07-16T17:10:19.937Z Compiling static_assertions v1.1.0
7062026-07-16T17:10:19.985Z Compiling anstyle v1.0.14
7072026-07-16T17:10:20.007Z Compiling eyre v0.6.12
7082026-07-16T17:10:20.022Z Compiling tinyvec_macros v0.1.1
7092026-07-16T17:10:20.043Z Compiling litrs v1.0.0
7102026-07-16T17:10:20.084Z Compiling anstyle-query v1.1.5
7112026-07-16T17:10:20.103Z Compiling nested v0.1.1
7122026-07-16T17:10:20.197Z Compiling color-spantrace v0.3.0
7132026-07-16T17:10:20.251Z Compiling self_update v0.42.0
7142026-07-16T17:10:20.289Z Compiling is_terminal_polyfill v1.70.2
7152026-07-16T17:10:20.382Z Compiling iana-time-zone v0.1.65
7162026-07-16T17:10:20.484Z Compiling document-features v0.2.12
7172026-07-16T17:10:20.520Z Compiling chrono v0.4.45
7182026-07-16T17:10:20.537Z Compiling anstream v1.0.0
7192026-07-16T17:10:20.783Z Compiling guppy v0.17.26
7202026-07-16T17:10:20.804Z Compiling tinyvec v1.12.0
7212026-07-16T17:10:21.035Z Compiling globset v0.4.19
7222026-07-16T17:10:21.063Z Compiling indicatif v0.17.11
7232026-07-16T17:10:21.231Z Compiling pin-project v1.1.13
7242026-07-16T17:10:21.334Z Compiling cargo-util-schemas v0.2.0
7252026-07-16T17:10:21.843Z Compiling tar v0.4.46
7262026-07-16T17:10:23.674Z Compiling strip-ansi-escapes v0.2.1
7272026-07-16T17:10:23.743Z Compiling nextest-metadata v0.12.2
7282026-07-16T17:10:23.858Z Compiling toml v1.1.3+spec-1.1.0
7292026-07-16T17:10:24.140Z Compiling newtype-uuid v1.3.2
7302026-07-16T17:10:24.161Z Compiling reqwest v0.12.28
7312026-07-16T17:10:24.290Z Compiling rand_chacha v0.9.0
7322026-07-16T17:10:24.327Z Compiling futures v0.3.32
7332026-07-16T17:10:24.348Z Compiling digest v0.10.7
7342026-07-16T17:10:24.407Z Compiling derive_more v2.1.1
7352026-07-16T17:10:24.489Z Compiling parking_lot v0.12.5
7362026-07-16T17:10:24.579Z Compiling flate2 v1.1.9
7372026-07-16T17:10:24.827Z Compiling tracing-error v0.2.1
7382026-07-16T17:10:25.058Z Compiling shared_child v1.1.1
7392026-07-16T17:10:25.403Z Compiling signal-hook-mio v0.2.5
7402026-07-16T17:10:25.470Z Compiling self-replace v1.5.0
7412026-07-16T17:10:25.531Z Compiling cargo-platform v0.2.0
7422026-07-16T17:10:25.764Z Compiling quick-xml v0.38.4
7432026-07-16T17:10:26.084Z Compiling quick-xml v0.37.5
7442026-07-16T17:10:26.730Z Compiling urlencoding v2.1.3
7452026-07-16T17:10:26.975Z Compiling indenter v0.3.4
7462026-07-16T17:10:27.303Z Compiling clap_lex v1.1.0
7472026-07-16T17:10:27.324Z Compiling recursion v0.5.4
7482026-07-16T17:10:27.403Z Compiling humantime v2.4.0
7492026-07-16T17:10:27.462Z Compiling cpufeatures v0.2.17
7502026-07-16T17:10:27.538Z Compiling strsim v0.11.1
7512026-07-16T17:10:27.616Z Compiling shell-words v1.1.1
7522026-07-16T17:10:27.656Z Compiling heck v0.5.0
7532026-07-16T17:10:27.823Z Compiling clap_builder v4.6.2
7542026-07-16T17:10:27.854Z Compiling humantime-serde v1.1.1
7552026-07-16T17:10:27.857Z Compiling clap_derive v4.6.1
7562026-07-16T17:10:28.009Z Compiling sha2 v0.10.9
7572026-07-16T17:10:28.361Z Compiling nextest-filtering v0.15.0
7582026-07-16T17:10:29.402Z Compiling quick-junit v0.5.2
7592026-07-16T17:10:29.624Z Compiling atomicwrites v0.4.4
7602026-07-16T17:10:29.915Z Compiling cargo_metadata v0.20.0
7612026-07-16T17:10:32.295Z Compiling crossterm v0.29.0
7622026-07-16T17:10:32.504Z Compiling cargo-nextest v0.9.97
7632026-07-16T17:10:32.830Z Compiling duct v0.13.7
7642026-07-16T17:10:34.370Z Compiling zstd v0.13.3
7652026-07-16T17:10:34.790Z Compiling config v0.15.25
7662026-07-16T17:10:34.957Z Compiling rand v0.9.5
7672026-07-16T17:10:35.022Z Compiling async-scoped v0.9.0
7682026-07-16T17:10:35.217Z Compiling unicode-normalization v0.1.25
7692026-07-16T17:10:35.250Z Compiling target-spec-miette v0.4.8
7702026-07-16T17:10:35.716Z Compiling future-queue v0.4.0
7712026-07-16T17:10:35.744Z Compiling mukti-metadata v0.3.0
7722026-07-16T17:10:35.744Z Compiling camino-tempfile v1.4.1
7732026-07-16T17:10:35.744Z Compiling tokio-stream v0.1.18
7742026-07-16T17:10:35.780Z Compiling derive-where v1.6.1
7752026-07-16T17:10:35.797Z Compiling serde_ignored v0.1.14
7762026-07-16T17:10:36.021Z Compiling serde_path_to_error v0.1.20
7772026-07-16T17:10:36.093Z Compiling indent_write v2.2.0
7782026-07-16T17:10:36.112Z Compiling swrite v0.1.0
7792026-07-16T17:10:36.254Z Compiling home v0.5.12
7802026-07-16T17:10:36.261Z Compiling xxhash-rust v0.8.17
7812026-07-16T17:10:36.261Z Compiling hex v0.4.3
7822026-07-16T17:10:36.434Z Compiling color-eyre v0.6.5
7832026-07-16T17:10:36.492Z Compiling clap v4.6.2
7842026-07-16T17:10:36.504Z Compiling dialoguer v0.11.0
7852026-07-16T17:10:36.526Z Compiling enable-ansi-support v0.2.1
7862026-07-16T17:10:37.019Z Compiling nextest-runner v0.80.0
7872026-07-16T17:10:55.033Z Finished `release` profile [optimized] target(s) in 1m 09s
7882026-07-16T17:10:55.212Z Installing /home/build/.cargo/bin/cargo-nextest
7892026-07-16T17:10:55.218Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7902026-07-16T17:10:55.331Z+ pushd bgp
7912026-07-16T17:10:55.344Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7922026-07-16T17:10:55.344Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7932026-07-16T17:10:55.484Z Updating git repository `https://github.com/oxidecomputer/falcon`
7942026-07-16T17:10:56.134ZFrom https://github.com/oxidecomputer/falcon
7952026-07-16T17:10:56.134Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7962026-07-16T17:10:56.210Z Updating crates.io index
7972026-07-16T17:10:56.214Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7982026-07-16T17:10:56.598ZFrom https://github.com/oxidecomputer/dendrite
7992026-07-16T17:10:56.599Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
8002026-07-16T17:10:56.633Z Updating git repository `https://github.com/oxidecomputer/ispf`
8012026-07-16T17:10:56.896ZFrom https://github.com/oxidecomputer/ispf
8022026-07-16T17:10:56.896Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8032026-07-16T17:10:56.906Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8042026-07-16T17:10:57.271ZFrom https://github.com/oxidecomputer/netadm-sys
8052026-07-16T17:10:57.271Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8062026-07-16T17:10:57.279Z Updating git repository `https://github.com/oxidecomputer/omicron`
8072026-07-16T17:11:03.399ZFrom https://github.com/oxidecomputer/omicron
8082026-07-16T17:11:03.399Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8092026-07-16T17:11:03.807Z Updating git repository `https://github.com/oxidecomputer/opte`
8102026-07-16T17:11:04.519ZFrom https://github.com/oxidecomputer/opte
8112026-07-16T17:11:04.519Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8122026-07-16T17:11:04.548Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8132026-07-16T17:11:04.794ZFrom https://github.com/oxidecomputer/slog-error-chain
8142026-07-16T17:11:04.794Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8152026-07-16T17:11:04.804Z Updating git repository `https://github.com/illumos/smf-rs`
8162026-07-16T17:11:05.086ZFrom https://github.com/illumos/smf-rs
8172026-07-16T17:11:05.086Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8182026-07-16T17:11:05.093Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8192026-07-16T17:11:05.380ZFrom https://github.com/oxidecomputer/network-interface
8202026-07-16T17:11:05.380Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8212026-07-16T17:11:05.387Z Updating git repository `https://github.com/oxidecomputer/zone`
8222026-07-16T17:11:05.622ZFrom https://github.com/oxidecomputer/zone
8232026-07-16T17:11:05.622Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8242026-07-16T17:11:05.629Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252026-07-16T17:11:06.228ZFrom https://github.com/oxidecomputer/propolis
8262026-07-16T17:11:06.228Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8272026-07-16T17:11:06.271Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8282026-07-16T17:11:06.801ZFrom https://github.com/oxidecomputer/transceiver-control
8292026-07-16T17:11:06.801Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8302026-07-16T17:11:06.809Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312026-07-16T17:11:07.068ZFrom https://github.com/oxidecomputer/dlpi-sys
8322026-07-16T17:11:07.068Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8332026-07-16T17:11:07.074Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342026-07-16T17:11:07.349ZFrom https://github.com/jmesmon/rust-libzfs
8352026-07-16T17:11:07.349Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8362026-07-16T17:11:07.356Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372026-07-16T17:11:07.638ZFrom https://github.com/oxidecomputer/rusty-doors
8382026-07-16T17:11:07.638Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8392026-07-16T17:11:07.646Z Updating git repository `https://github.com/oxidecomputer/lldp`
8402026-07-16T17:11:07.960ZFrom https://github.com/oxidecomputer/lldp
8412026-07-16T17:11:07.960Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8422026-07-16T17:11:07.971Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8432026-07-16T17:11:08.435ZFrom https://github.com/oxidecomputer/tufaceous
8442026-07-16T17:11:08.435Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8452026-07-16T17:11:08.456Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-07-16T17:11:08.944ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-07-16T17:11:08.944Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8482026-07-16T17:11:08.960Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-07-16T17:11:10.127ZFrom https://github.com/oxidecomputer/crucible
8502026-07-16T17:11:10.127Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-07-16T17:11:10.163Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8522026-07-16T17:11:10.419ZFrom https://github.com/oxidecomputer/serde_human_bytes
8532026-07-16T17:11:10.419Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8542026-07-16T17:11:10.431Z Updating git repository `https://github.com/oxidecomputer/propolis`
8552026-07-16T17:11:10.872ZFrom https://github.com/oxidecomputer/propolis
8562026-07-16T17:11:10.872Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8572026-07-16T17:11:10.916Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-07-16T17:11:11.894ZFrom https://github.com/oxidecomputer/crucible
8592026-07-16T17:11:11.894Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8602026-07-16T17:11:11.955Z Updating git repository `https://github.com/oxidecomputer/tofino`
8612026-07-16T17:11:12.323ZFrom https://github.com/oxidecomputer/tofino
8622026-07-16T17:11:12.324Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8632026-07-16T17:11:12.335Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8642026-07-16T17:11:13.261ZFrom https://github.com/oxidecomputer/maghemite
8652026-07-16T17:11:13.261Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8662026-07-16T17:11:13.268Z Updating git repository `https://github.com/oxidecomputer/clickward`
8672026-07-16T17:11:13.527ZFrom https://github.com/oxidecomputer/clickward
8682026-07-16T17:11:13.528Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8692026-07-16T17:11:13.536Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8702026-07-16T17:11:13.771ZFrom https://github.com/oxidecomputer/illumos-devinfo
8712026-07-16T17:11:13.771Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8722026-07-16T17:11:14.706Z Downloading crates ...
8732026-07-16T17:11:14.803Z Downloaded aead v0.5.2
8742026-07-16T17:11:14.818Z Downloaded backoff v0.4.0
8752026-07-16T17:11:14.821Z Downloaded base16ct v0.2.0
8762026-07-16T17:11:14.821Z Downloaded async-stream-impl v0.3.6
8772026-07-16T17:11:14.824Z Downloaded base16ct v1.0.0
8782026-07-16T17:11:14.824Z Downloaded hash32 v0.3.1
8792026-07-16T17:11:14.828Z Downloaded bit-set v0.8.0
8802026-07-16T17:11:14.832Z Downloaded byteorder v1.5.0
8812026-07-16T17:11:14.832Z Downloaded bcs v0.1.6
8822026-07-16T17:11:14.835Z Downloaded backon v1.6.0
8832026-07-16T17:11:14.835Z Downloaded base64 v0.21.7
8842026-07-16T17:11:14.838Z Downloaded fs-err v3.3.0
8852026-07-16T17:11:14.838Z Downloaded git-stub-vcs v0.1.0
8862026-07-16T17:11:14.838Z Downloaded block-buffer v0.12.0
8872026-07-16T17:11:14.842Z Downloaded arrayref v0.3.9
8882026-07-16T17:11:14.842Z Downloaded ciborium-io v0.2.2
8892026-07-16T17:11:14.842Z Downloaded async-recursion v1.1.1
8902026-07-16T17:11:14.845Z Downloaded async-stream v0.3.6
8912026-07-16T17:11:14.845Z Downloaded linked-hash-map v0.5.6
8922026-07-16T17:11:14.848Z Downloaded internet-checksum v0.2.1
8932026-07-16T17:11:14.848Z Downloaded ciborium-ll v0.2.2
8942026-07-16T17:11:14.851Z Downloaded cfg_aliases v0.2.1
8952026-07-16T17:11:14.851Z Downloaded memoffset v0.9.1
8962026-07-16T17:11:14.851Z Downloaded idna_adapter v1.2.2
8972026-07-16T17:11:14.854Z Downloaded managed v0.8.0
8982026-07-16T17:11:14.854Z Downloaded gethostname v0.5.0
8992026-07-16T17:11:14.854Z Downloaded foreign-types-shared v0.3.1
9002026-07-16T17:11:14.860Z Downloaded dtrace-parser v0.2.0
9012026-07-16T17:11:14.863Z Downloaded http-body v1.0.1
9022026-07-16T17:11:14.863Z Downloaded hubpack_derive v0.1.1
9032026-07-16T17:11:14.868Z Downloaded dtrace-parser v0.3.0
9042026-07-16T17:11:14.868Z Downloaded fxhash v0.2.1
9052026-07-16T17:11:14.871Z Downloaded httpdate v1.0.3
9062026-07-16T17:11:14.871Z Downloaded humantime v2.3.0
9072026-07-16T17:11:14.874Z Downloaded async-trait v0.1.89
9082026-07-16T17:11:14.877Z Downloaded bytecount v0.6.9
9092026-07-16T17:11:14.877Z Downloaded git-stub v1.0.0
9102026-07-16T17:11:14.880Z Downloaded lru-cache v0.1.2
9112026-07-16T17:11:14.880Z Downloaded dunce v1.0.5
9122026-07-16T17:11:14.883Z Downloaded const-random-macro v0.1.16
9132026-07-16T17:11:14.883Z Downloaded hubpack v0.1.2
9142026-07-16T17:11:14.883Z Downloaded defmt-parser v1.0.0
9152026-07-16T17:11:14.888Z Downloaded crypto-common v0.2.2
9162026-07-16T17:11:14.891Z Downloaded darling_macro v0.23.0
9172026-07-16T17:11:14.891Z Downloaded cstr-argument v0.1.2
9182026-07-16T17:11:14.891Z Downloaded group v0.13.0
9192026-07-16T17:11:14.891Z Downloaded fixedbitset v0.4.2
9202026-07-16T17:11:14.891Z Downloaded crucible-workspace-hack v0.1.0
9212026-07-16T17:11:14.894Z Downloaded dof v0.3.0
9222026-07-16T17:11:14.894Z Downloaded globset v0.4.18
9232026-07-16T17:11:14.897Z Downloaded darling_macro v0.21.3
9242026-07-16T17:11:14.897Z Downloaded compression-core v0.4.32
9252026-07-16T17:11:14.897Z Downloaded linear-map v1.2.0
9262026-07-16T17:11:14.902Z Downloaded mime v0.3.17
9272026-07-16T17:11:14.903Z Downloaded erased-serde v0.3.31
9282026-07-16T17:11:14.903Z Downloaded arrayvec v0.7.6
9292026-07-16T17:11:14.905Z Downloaded convert_case v0.4.0
9302026-07-16T17:11:14.905Z Downloaded cargo_toml v0.22.3
9312026-07-16T17:11:14.905Z Downloaded dof v0.4.0
9322026-07-16T17:11:14.905Z Downloaded cobs v0.3.0
9332026-07-16T17:11:14.909Z Downloaded hostname v0.3.1
9342026-07-16T17:11:14.909Z Downloaded glob v0.3.3
9352026-07-16T17:11:14.911Z Downloaded fs_extra v1.3.0
9362026-07-16T17:11:14.915Z Downloaded crunchy v0.2.4
9372026-07-16T17:11:14.915Z Downloaded defmt v0.3.100
9382026-07-16T17:11:14.915Z Downloaded crc8 v0.1.1
9392026-07-16T17:11:14.915Z Downloaded embedded-io v0.4.0
9402026-07-16T17:11:14.918Z Downloaded bs58 v0.5.1
9412026-07-16T17:11:14.918Z Downloaded chacha20 v0.9.1
9422026-07-16T17:11:14.922Z Downloaded const-random v0.1.18
9432026-07-16T17:11:14.922Z Downloaded konst_macro_rules v0.2.19
9442026-07-16T17:11:14.925Z Downloaded embedded-io v0.6.1
9452026-07-16T17:11:14.925Z Downloaded enum-as-inner v0.6.1
9462026-07-16T17:11:14.925Z Downloaded cipher v0.4.4
9472026-07-16T17:11:14.929Z Downloaded bitflags v1.3.2
9482026-07-16T17:11:14.929Z Downloaded foreign-types-macros v0.2.3
9492026-07-16T17:11:14.936Z Downloaded highway v1.3.0
9502026-07-16T17:11:14.942Z Downloaded heck v0.4.1
9512026-07-16T17:11:14.945Z Downloaded is-terminal v0.4.17
9522026-07-16T17:11:14.945Z Downloaded float-ord v0.3.2
9532026-07-16T17:11:14.949Z Downloaded keccak v0.1.6
9542026-07-16T17:11:14.949Z Downloaded newtype_derive v0.1.6
9552026-07-16T17:11:14.949Z Downloaded natord v1.0.9
9562026-07-16T17:11:14.952Z Downloaded memmap v0.7.0
9572026-07-16T17:11:14.952Z Downloaded newline-converter v0.3.0
9582026-07-16T17:11:14.952Z Downloaded dropshot-api-manager-types v0.7.2
9592026-07-16T17:11:14.955Z Downloaded hostname v0.4.2
9602026-07-16T17:11:14.958Z Downloaded colored v3.1.1
9612026-07-16T17:11:14.961Z Downloaded cmake v0.1.58
9622026-07-16T17:11:14.964Z Downloaded num_threads v0.1.7
9632026-07-16T17:11:14.967Z Downloaded foreign-types v0.5.0
9642026-07-16T17:11:14.967Z Downloaded instant v0.1.13
9652026-07-16T17:11:14.967Z Downloaded displaydoc v0.2.6
9662026-07-16T17:11:14.971Z Downloaded no-std-compat v0.4.1
9672026-07-16T17:11:14.971Z Downloaded daft-derive v0.1.7
9682026-07-16T17:11:14.974Z Downloaded num-iter v0.1.45
9692026-07-16T17:11:14.974Z Downloaded num-conv v0.2.2
9702026-07-16T17:11:14.974Z Downloaded macaddr v1.0.1
9712026-07-16T17:11:14.978Z Downloaded dyn-clone v1.0.20
9722026-07-16T17:11:14.978Z Downloaded match_cfg v0.1.0
9732026-07-16T17:11:14.978Z Downloaded ident_case v1.0.1
9742026-07-16T17:11:14.981Z Downloaded newtype-uuid-macros v0.1.0
9752026-07-16T17:11:14.981Z Downloaded libscf-sys v1.2.0
9762026-07-16T17:11:14.981Z Downloaded cancel-safe-futures v0.1.5
9772026-07-16T17:11:14.981Z Downloaded digest v0.11.3
9782026-07-16T17:11:14.984Z Downloaded byte-wrapper v0.1.0
9792026-07-16T17:11:14.984Z Downloaded num-derive v0.4.2
9802026-07-16T17:11:14.991Z Downloaded num_enum_derive v0.5.11
9812026-07-16T17:11:14.991Z Downloaded http-body-util v0.1.3
9822026-07-16T17:11:14.994Z Downloaded num v0.4.3
9832026-07-16T17:11:14.994Z Downloaded anyhow v1.0.103
9842026-07-16T17:11:14.994Z Downloaded bit-vec v0.8.0
9852026-07-16T17:11:14.994Z Downloaded opaque-debug v0.3.1
9862026-07-16T17:11:14.994Z Downloaded getrandom v0.4.2
9872026-07-16T17:11:14.997Z Downloaded parse-display v0.10.0
9882026-07-16T17:11:14.997Z Downloaded jobserver v0.1.34
9892026-07-16T17:11:15.000Z Downloaded plain v0.2.3
9902026-07-16T17:11:15.000Z Downloaded inout v0.1.4
9912026-07-16T17:11:15.000Z Downloaded defmt-macros v1.1.0
9922026-07-16T17:11:15.003Z Downloaded olpc-cjson v0.1.4
9932026-07-16T17:11:15.003Z Downloaded chacha20 v0.10.0
9942026-07-16T17:11:15.006Z Downloaded csv-core v0.1.13
9952026-07-16T17:11:15.006Z Downloaded omicron-workspace-hack v0.1.0
9962026-07-16T17:11:15.010Z Downloaded argon2 v0.5.3
9972026-07-16T17:11:15.013Z Downloaded constant_time_eq v0.4.2
9982026-07-16T17:11:15.016Z Downloaded data-encoding v2.11.0
9992026-07-16T17:11:15.019Z Downloaded phf_shared v0.12.1
10002026-07-16T17:11:15.022Z Downloaded hybrid-array v0.4.12
10012026-07-16T17:11:15.022Z Downloaded foldhash v0.2.0
10022026-07-16T17:11:15.022Z Downloaded hickory-resolver v0.25.2
10032026-07-16T17:11:15.026Z Downloaded crossbeam-deque v0.8.6
10042026-07-16T17:11:15.084Z Downloaded derive-ex v0.1.8
10052026-07-16T17:11:15.084Z Downloaded multer v3.1.0
10062026-07-16T17:11:15.085Z Downloaded critical-section v1.2.0
10072026-07-16T17:11:15.085Z Downloaded potential_utf v0.1.5
10082026-07-16T17:11:15.085Z Downloaded proc-macro-crate v3.5.0
10092026-07-16T17:11:15.085Z Downloaded proc-macro-crate v1.3.1
10102026-07-16T17:11:15.085Z Downloaded pretty-hex v0.4.2
10112026-07-16T17:11:15.085Z Downloaded powerfmt v0.2.0
10122026-07-16T17:11:15.085Z Downloaded blake2 v0.10.6
10132026-07-16T17:11:15.085Z Downloaded proc-macro-error-attr v1.0.4
10142026-07-16T17:11:15.085Z Downloaded goblin v0.8.2
10152026-07-16T17:11:15.085Z Downloaded crossbeam-utils v0.8.21
10162026-07-16T17:11:15.085Z Downloaded crossbeam-epoch v0.9.18
10172026-07-16T17:11:15.085Z Downloaded compression-codecs v0.4.38
10182026-07-16T17:11:15.085Z Downloaded libsw-core v0.3.2
10192026-07-16T17:11:15.085Z Downloaded num_enum v0.5.11
10202026-07-16T17:11:15.085Z Downloaded progenitor-client v0.10.0
10212026-07-16T17:11:15.085Z Downloaded progenitor-macro v0.13.0
10222026-07-16T17:11:15.085Z Downloaded bytes v1.11.1
10232026-07-16T17:11:15.085Z Downloaded progenitor-client v0.14.0
10242026-07-16T17:11:15.085Z Downloaded num-rational v0.4.2
10252026-07-16T17:11:15.085Z Downloaded defmt v1.1.0
10262026-07-16T17:11:15.085Z Downloaded progenitor-macro v0.10.0
10272026-07-16T17:11:15.085Z Downloaded num_enum v0.7.6
10282026-07-16T17:11:15.092Z Downloaded ingot v0.1.1
10292026-07-16T17:11:15.092Z Downloaded ciborium v0.2.2
10302026-07-16T17:11:15.092Z Downloaded num_enum_derive v0.7.6
10312026-07-16T17:11:15.092Z Downloaded pem v3.0.6
10322026-07-16T17:11:15.092Z Downloaded progenitor-macro v0.14.0
10332026-07-16T17:11:15.092Z Downloaded rand_chacha v0.3.1
10342026-07-16T17:11:15.092Z Downloaded parking_lot_core v0.8.6
10352026-07-16T17:11:15.092Z Downloaded quick-error v1.2.3
10362026-07-16T17:11:15.092Z Downloaded rand_xorshift v0.4.0
10372026-07-16T17:11:15.092Z Downloaded indicatif v0.18.4
10382026-07-16T17:11:15.092Z Downloaded bitflags v2.12.1
10392026-07-16T17:11:15.092Z Downloaded libsw v3.5.0
10402026-07-16T17:11:15.095Z Downloaded num-complex v0.4.6
10412026-07-16T17:11:15.095Z Downloaded oxide-tokio-rt v0.1.6
10422026-07-16T17:11:15.098Z Downloaded oxnet v0.1.6
10432026-07-16T17:11:15.101Z Downloaded deranged v0.5.8
10442026-07-16T17:11:15.101Z Downloaded const_format_proc_macros v0.2.34
10452026-07-16T17:11:15.104Z Downloaded diff v0.1.13
10462026-07-16T17:11:15.104Z Downloaded darling v0.21.3
10472026-07-16T17:11:15.107Z Downloaded rustc_version v0.1.7
10482026-07-16T17:11:15.112Z Downloaded litemap v0.8.2
10492026-07-16T17:11:15.112Z Downloaded ref-cast-impl v1.0.25
10502026-07-16T17:11:15.112Z Downloaded ref-cast v1.0.25
10512026-07-16T17:11:15.115Z Downloaded ipnetwork v0.21.1
10522026-07-16T17:11:15.115Z Downloaded poly1305 v0.8.0
10532026-07-16T17:11:15.115Z Downloaded ingot-macros v0.1.1
10542026-07-16T17:11:15.118Z Downloaded paste v1.0.15
10552026-07-16T17:11:15.118Z Downloaded daft v0.1.7
10562026-07-16T17:11:15.121Z Downloaded password-hash v0.5.0
10572026-07-16T17:11:15.121Z Downloaded parse-display-derive v0.10.0
10582026-07-16T17:11:15.124Z Downloaded ff v0.13.1
10592026-07-16T17:11:15.128Z Downloaded phf v0.12.1
10602026-07-16T17:11:15.131Z Downloaded port-file v0.1.0
10612026-07-16T17:11:15.131Z Downloaded same-file v1.0.6
10622026-07-16T17:11:15.134Z Downloaded proc-macro-error v1.0.4
10632026-07-16T17:11:15.137Z Downloaded scroll_derive v0.13.1
10642026-07-16T17:11:15.137Z Downloaded rustc-hash v2.1.2
10652026-07-16T17:11:15.137Z Downloaded scroll_derive v0.12.1
10662026-07-16T17:11:15.137Z Downloaded indexmap v1.9.3
10672026-07-16T17:11:15.140Z Downloaded half v2.7.1
10682026-07-16T17:11:15.146Z Downloaded proc-macro-error-attr2 v2.0.0
10692026-07-16T17:11:15.146Z Downloaded ingot-types v0.1.2
10702026-07-16T17:11:15.149Z Downloaded allocator-api2 v0.2.21
10712026-07-16T17:11:15.149Z Downloaded serde-big-array v0.5.1
10722026-07-16T17:11:15.149Z Downloaded darling v0.23.0
10732026-07-16T17:11:15.152Z Downloaded proc-macro-error2 v2.0.1
10742026-07-16T17:11:15.152Z Downloaded secrecy v0.10.3
10752026-07-16T17:11:15.155Z Downloaded serde_repr v0.1.20
10762026-07-16T17:11:15.155Z Downloaded progenitor-extras v0.2.0
10772026-07-16T17:11:15.158Z Downloaded progenitor-client v0.13.0
10782026-07-16T17:11:15.158Z Downloaded progenitor v0.14.0
10792026-07-16T17:11:15.158Z Downloaded progenitor v0.13.0
10802026-07-16T17:11:15.164Z Downloaded cookie v0.18.1
10812026-07-16T17:11:15.164Z Downloaded serde_plain v1.0.2
10822026-07-16T17:11:15.164Z Downloaded heapless v0.8.0
10832026-07-16T17:11:15.167Z Downloaded sha1 v0.11.0
10842026-07-16T17:11:15.167Z Downloaded num-integer v0.1.46
10852026-07-16T17:11:15.167Z Downloaded clap v4.6.1
10862026-07-16T17:11:15.172Z Downloaded serial_test_derive v3.5.0
10872026-07-16T17:11:15.176Z Downloaded serial_test v3.5.0
10882026-07-16T17:11:15.176Z Downloaded resolv-conf v0.7.6
10892026-07-16T17:11:15.180Z Downloaded siphasher v1.0.3
10902026-07-16T17:11:15.184Z Downloaded slog-envlogger v2.2.0
10912026-07-16T17:11:15.184Z Downloaded sigpipe v0.1.3
10922026-07-16T17:11:15.187Z Downloaded smawk v0.3.2
10932026-07-16T17:11:15.187Z Downloaded parking_lot v0.11.2
10942026-07-16T17:11:15.196Z Downloaded arc-swap v1.9.1
10952026-07-16T17:11:15.200Z Downloaded dropshot_endpoint v0.17.1
10962026-07-16T17:11:15.208Z Downloaded const-oid v0.10.2
10972026-07-16T17:11:15.208Z Downloaded rustls-pemfile v2.2.0
10982026-07-16T17:11:15.211Z Downloaded console v0.16.3
10992026-07-16T17:11:15.211Z Downloaded rustls-native-certs v0.8.4
11002026-07-16T17:11:15.211Z Downloaded derive_more v0.99.20
11012026-07-16T17:11:15.211Z Downloaded pest_derive v2.8.6
11022026-07-16T17:11:15.211Z Downloaded pest_generator v2.8.6
11032026-07-16T17:11:15.212Z Downloaded memmap2 v0.9.10
11042026-07-16T17:11:15.215Z Downloaded postcard v1.1.3
11052026-07-16T17:11:15.215Z Downloaded elliptic-curve v0.13.8
11062026-07-16T17:11:15.219Z Downloaded rustversion v1.0.22
11072026-07-16T17:11:15.222Z Downloaded spin v0.5.2
11082026-07-16T17:11:15.222Z Downloaded structmeta v0.3.0
11092026-07-16T17:11:15.222Z Downloaded stable_deref_trait v1.2.1
11102026-07-16T17:11:15.222Z Downloaded icu_provider v2.2.0
11112026-07-16T17:11:15.225Z Downloaded strum v0.26.3
11122026-07-16T17:11:15.225Z Downloaded progenitor v0.10.0
11132026-07-16T17:11:15.228Z Downloaded scroll v0.12.0
11142026-07-16T17:11:15.228Z Downloaded strum v0.27.2
11152026-07-16T17:11:15.228Z Downloaded structmeta-derive v0.3.0
11162026-07-16T17:11:15.228Z Downloaded darling_core v0.23.0
11172026-07-16T17:11:15.232Z Downloaded schemars_derive v0.8.22
11182026-07-16T17:11:15.232Z Downloaded semver v0.1.20
11192026-07-16T17:11:15.235Z Downloaded chacha20poly1305 v0.10.1
11202026-07-16T17:11:15.235Z Downloaded sha1 v0.10.6
11212026-07-16T17:11:15.238Z Downloaded tabled_derive v0.7.0
11222026-07-16T17:11:15.238Z Downloaded tabwriter v1.4.1
11232026-07-16T17:11:15.238Z Downloaded serde_tokenstream v0.2.3
11242026-07-16T17:11:15.241Z Downloaded time-core v0.1.8
11252026-07-16T17:11:15.241Z Downloaded thread-id v5.1.0
11262026-07-16T17:11:15.241Z Downloaded konst v0.2.20
11272026-07-16T17:11:15.244Z Downloaded scroll v0.13.0
11282026-07-16T17:11:15.244Z Downloaded serde_derive_internals v0.29.1
11292026-07-16T17:11:15.247Z Downloaded quinn-udp v0.5.14
11302026-07-16T17:11:15.252Z Downloaded hickory-resolver v0.24.4
11312026-07-16T17:11:15.259Z Downloaded rusty-fork v0.3.1
11322026-07-16T17:11:15.263Z Downloaded slog-json v2.6.1
11332026-07-16T17:11:15.263Z Downloaded slog-stdlog v4.1.1
11342026-07-16T17:11:15.265Z Downloaded slog-scope v4.4.1
11352026-07-16T17:11:15.266Z Downloaded slog-dtrace v0.3.0
11362026-07-16T17:11:15.269Z Downloaded thread-id v4.2.2
11372026-07-16T17:11:15.271Z Downloaded testing_table v0.3.0
11382026-07-16T17:11:15.271Z Downloaded termtree v0.5.1
11392026-07-16T17:11:15.271Z Downloaded take_mut v0.2.2
11402026-07-16T17:11:15.274Z Downloaded cc v1.2.63
11412026-07-16T17:11:15.277Z Downloaded thiserror-impl-no-std v2.0.2
11422026-07-16T17:11:15.282Z Downloaded darling_core v0.21.3
11432026-07-16T17:11:15.285Z Downloaded hmac v0.12.1
11442026-07-16T17:11:15.288Z Downloaded drift v0.2.0
11452026-07-16T17:11:15.293Z Downloaded rustls-pki-types v1.14.1
11462026-07-16T17:11:15.296Z Downloaded snafu-derive v0.8.9
11472026-07-16T17:11:15.296Z Downloaded smf v0.2.3
11482026-07-16T17:11:15.300Z Downloaded smartstring v1.0.1
11492026-07-16T17:11:15.300Z Downloaded slog-bunyan v2.5.0
11502026-07-16T17:11:15.300Z Downloaded slog-async v2.8.0
11512026-07-16T17:11:15.303Z Downloaded papergrid v0.11.0
11522026-07-16T17:11:15.303Z Downloaded omicron-zone-package v0.12.3
11532026-07-16T17:11:15.306Z Downloaded typify-macro v0.4.3
11542026-07-16T17:11:15.306Z Downloaded topological-sort v0.2.2
11552026-07-16T17:11:15.307Z Downloaded crypto-bigint v0.5.5
11562026-07-16T17:11:15.310Z Downloaded slog-term v2.9.2
11572026-07-16T17:11:15.313Z Downloaded usdt v0.5.0
11582026-07-16T17:11:15.313Z Downloaded untrusted v0.7.1
11592026-07-16T17:11:15.316Z Downloaded typify-macro v0.6.2
11602026-07-16T17:11:15.316Z Downloaded serde_with_macros v3.20.0
11612026-07-16T17:11:15.317Z Downloaded tabled_derive v0.11.0
11622026-07-16T17:11:15.317Z Downloaded icu_properties v2.2.0
11632026-07-16T17:11:15.319Z Downloaded progenitor-impl v0.14.0
11642026-07-16T17:11:15.322Z Downloaded usdt-attr-macro v0.6.0
11652026-07-16T17:11:15.322Z Downloaded usdt v0.6.0
11662026-07-16T17:11:15.322Z Downloaded usdt-macro v0.5.0
11672026-07-16T17:11:15.322Z Downloaded icu_locale_core v2.2.0
11682026-07-16T17:11:15.325Z Downloaded wait-timeout v0.2.1
11692026-07-16T17:11:15.328Z Downloaded strum_macros v0.27.2
11702026-07-16T17:11:15.331Z Downloaded unit-prefix v0.5.2
11712026-07-16T17:11:15.331Z Downloaded quote v1.0.45
11722026-07-16T17:11:15.334Z Downloaded log v0.4.32
11732026-07-16T17:11:15.334Z Downloaded tiny-keccak v2.0.2
11742026-07-16T17:11:15.337Z Downloaded icu_normalizer_data v2.2.0
11752026-07-16T17:11:15.337Z Downloaded expectorate v1.2.0
11762026-07-16T17:11:15.340Z Downloaded tagptr v0.2.0
11772026-07-16T17:11:15.340Z Downloaded synstructure v0.13.2
11782026-07-16T17:11:15.340Z Downloaded strum_macros v0.26.4
11792026-07-16T17:11:15.343Z Downloaded waitgroup v0.1.2
11802026-07-16T17:11:15.343Z Downloaded utf-8 v0.7.6
11812026-07-16T17:11:15.343Z Downloaded usdt-macro v0.6.0
11822026-07-16T17:11:15.343Z Downloaded simd-adler32 v0.3.9
11832026-07-16T17:11:15.348Z Downloaded usdt-attr-macro v0.5.0
11842026-07-16T17:11:15.351Z Downloaded tinystr v0.8.3
11852026-07-16T17:11:15.355Z Downloaded progenitor-impl v0.13.0
11862026-07-16T17:11:15.358Z Downloaded progenitor-impl v0.10.0
11872026-07-16T17:11:15.362Z Downloaded thread_local v1.1.9
11882026-07-16T17:11:15.366Z Downloaded thiserror-no-std v2.0.2
11892026-07-16T17:11:15.369Z Downloaded yoke-derive v0.8.2
11902026-07-16T17:11:15.369Z Downloaded zerofrom v0.1.8
11912026-07-16T17:11:15.369Z Downloaded zeroize_derive v1.4.3
11922026-07-16T17:11:15.373Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11932026-07-16T17:11:15.378Z Downloaded openssl-sys v0.9.116
11942026-07-16T17:11:15.381Z Downloaded smallvec v1.15.1
11952026-07-16T17:11:15.384Z Downloaded rustls-platform-verifier v0.7.0
11962026-07-16T17:11:15.387Z Downloaded papergrid v0.18.0
11972026-07-16T17:11:15.390Z Downloaded tokio-tungstenite v0.21.0
11982026-07-16T17:11:15.390Z Downloaded tokio-dtrace v0.1.1
11992026-07-16T17:11:15.393Z Downloaded zone_cfg_derive v0.3.1
12002026-07-16T17:11:15.393Z Downloaded minimal-lexical v0.2.1
12012026-07-16T17:11:15.397Z Downloaded toml_writer v1.1.1+spec-1.1.0
12022026-07-16T17:11:15.398Z Downloaded zone v0.3.1
12032026-07-16T17:11:15.401Z Downloaded async-compression v0.4.42
12042026-07-16T17:11:15.404Z Downloaded prettyplease v0.2.37
12052026-07-16T17:11:15.407Z Downloaded rhai_codegen v3.2.0
12062026-07-16T17:11:15.410Z Downloaded usdt-impl v0.6.0
12072026-07-16T17:11:15.410Z Downloaded universal-hash v0.5.1
12082026-07-16T17:11:15.413Z Downloaded unarray v0.1.4
12092026-07-16T17:11:15.413Z Downloaded spin v0.9.8
12102026-07-16T17:11:15.413Z Downloaded jiff-static v0.2.28
12112026-07-16T17:11:15.416Z Downloaded pretty_assertions v1.4.1
12122026-07-16T17:11:15.416Z Downloaded icu_collections v2.2.0
12132026-07-16T17:11:15.419Z Downloaded rayon-core v1.13.0
12142026-07-16T17:11:15.422Z Downloaded crossbeam-channel v0.5.15
12152026-07-16T17:11:15.426Z Downloaded icu_normalizer v2.2.0
12162026-07-16T17:11:15.429Z Downloaded slog v2.8.2
12172026-07-16T17:11:15.429Z Downloaded similar v2.7.0
12182026-07-16T17:11:15.432Z Downloaded vsss-rs v3.3.4
12192026-07-16T17:11:15.434Z Downloaded term v1.2.1
12202026-07-16T17:11:15.438Z Downloaded writeable v0.6.3
12212026-07-16T17:11:15.438Z Downloaded whoami v1.6.1
12222026-07-16T17:11:15.441Z Downloaded time-macros v0.2.27
12232026-07-16T17:11:15.441Z Downloaded zerofrom-derive v0.1.7
12242026-07-16T17:11:15.444Z Downloaded xz2 v0.1.7
12252026-07-16T17:11:15.444Z Downloaded const_format v0.2.36
12262026-07-16T17:11:15.450Z Downloaded zeroize v1.8.2
12272026-07-16T17:11:15.456Z Downloaded mio v1.2.1
12282026-07-16T17:11:15.459Z Downloaded pest_meta v2.8.6
12292026-07-16T17:11:15.463Z Downloaded memchr v2.8.1
12302026-07-16T17:11:15.468Z Downloaded schemars v0.8.22
12312026-07-16T17:11:15.477Z Downloaded zmij v1.0.21
12322026-07-16T17:11:15.480Z Downloaded zerovec-derive v0.11.3
12332026-07-16T17:11:15.480Z Downloaded usdt-impl v0.5.0
12342026-07-16T17:11:15.481Z Downloaded ucd-trie v0.1.7
12352026-07-16T17:11:15.481Z Downloaded rand v0.8.6
12362026-07-16T17:11:15.481Z Downloaded walkdir v2.5.0
12372026-07-16T17:11:15.485Z Downloaded test-strategy v0.4.5
12382026-07-16T17:11:15.485Z Downloaded schemars v0.9.0
12392026-07-16T17:11:15.490Z Downloaded serde_yaml v0.9.34+deprecated
12402026-07-16T17:11:15.493Z Downloaded thin-vec v0.2.18
12412026-07-16T17:11:15.496Z Downloaded snafu v0.8.9
12422026-07-16T17:11:15.501Z Downloaded zerocopy-derive v0.7.35
12432026-07-16T17:11:15.509Z Downloaded yoke v0.8.3
12442026-07-16T17:11:15.509Z Downloaded itertools v0.12.1
12452026-07-16T17:11:15.512Z Downloaded tungstenite v0.21.0
12462026-07-16T17:11:15.512Z Downloaded toml v0.9.12+spec-1.1.0
12472026-07-16T17:11:15.512Z Downloaded toml v0.7.8
12482026-07-16T17:11:15.512Z Downloaded socket2 v0.6.4
12492026-07-16T17:11:15.515Z Downloaded tinyvec v1.11.0
12502026-07-16T17:11:15.515Z Downloaded hashbrown v0.12.3
12512026-07-16T17:11:15.518Z Downloaded typify v0.6.2
12522026-07-16T17:11:15.521Z Downloaded typify v0.4.3
12532026-07-16T17:11:15.525Z Downloaded nom v7.1.3
12542026-07-16T17:11:15.529Z Downloaded unsafe-libyaml v0.2.11
12552026-07-16T17:11:15.529Z Downloaded uuid v1.23.5
12562026-07-16T17:11:15.529Z Downloaded qorb v0.4.1
12572026-07-16T17:11:15.532Z Downloaded rand v0.9.4
12582026-07-16T17:11:15.535Z Downloaded quinn v0.11.9
12592026-07-16T17:11:15.542Z Downloaded toml v1.1.2+spec-1.1.0
12602026-07-16T17:11:15.547Z Downloaded toml_edit v0.25.12+spec-1.1.0
12612026-07-16T17:11:15.550Z Downloaded schemars v1.2.1
12622026-07-16T17:11:15.579Z Downloaded pest v2.8.6
12632026-07-16T17:11:15.581Z Downloaded hashbrown v0.16.1
12642026-07-16T17:11:15.587Z Downloaded yansi v1.0.1
12652026-07-16T17:11:15.591Z Downloaded dropshot-api-manager v0.7.2
12662026-07-16T17:11:15.595Z Downloaded steno v0.4.1
12672026-07-16T17:11:15.599Z Downloaded h2 v0.4.14
12682026-07-16T17:11:15.602Z Downloaded zerotrie v0.2.4
12692026-07-16T17:11:15.606Z Downloaded nom v8.0.0
12702026-07-16T17:11:15.615Z Downloaded ron v0.12.1
12712026-07-16T17:11:15.623Z Downloaded zerocopy-derive v0.8.50
12722026-07-16T17:11:15.628Z Downloaded toml_edit v0.19.15
12732026-07-16T17:11:15.636Z Downloaded libm v0.2.16
12742026-07-16T17:11:15.642Z Downloaded hkdf v0.12.4
12752026-07-16T17:11:15.647Z Downloaded itertools v0.15.0
12762026-07-16T17:11:15.650Z Downloaded icu_properties_data v2.2.0
12772026-07-16T17:11:15.668Z Downloaded regex v1.12.3
12782026-07-16T17:11:15.677Z Downloaded clap_builder v4.6.0
12792026-07-16T17:11:15.681Z Downloaded reqwest v0.13.4
12802026-07-16T17:11:15.684Z Downloaded iddqd v0.4.5
12812026-07-16T17:11:15.698Z Downloaded typed-path v0.9.3
12822026-07-16T17:11:15.729Z Downloaded blake3 v1.8.5
12832026-07-16T17:11:15.747Z Downloaded proptest v1.11.0
12842026-07-16T17:11:15.750Z Downloaded tough v0.22.0
12852026-07-16T17:11:15.755Z Downloaded rayon v1.12.0
12862026-07-16T17:11:15.759Z Downloaded serde_with v3.20.0
12872026-07-16T17:11:15.766Z Downloaded zerovec v0.11.6
12882026-07-16T17:11:15.769Z Downloaded goblin v0.10.7
12892026-07-16T17:11:15.773Z Downloaded zerocopy v0.7.35
12902026-07-16T17:11:15.782Z Downloaded winnow v1.0.3
12912026-07-16T17:11:15.787Z Downloaded winnow v0.5.40
12922026-07-16T17:11:15.791Z Downloaded quinn-proto v0.11.14
12932026-07-16T17:11:15.795Z Downloaded tabled v0.15.0
12942026-07-16T17:11:15.804Z Downloaded time v0.3.47
12952026-07-16T17:11:15.810Z Downloaded aws-lc-rs v1.17.0
12962026-07-16T17:11:15.816Z Downloaded syn v1.0.109
12972026-07-16T17:11:15.843Z Downloaded moka v0.12.15
12982026-07-16T17:11:15.848Z Downloaded openssl v0.10.80
12992026-07-16T17:11:15.855Z Downloaded syn v2.0.117
13002026-07-16T17:11:15.861Z Downloaded tabled v0.21.0
13012026-07-16T17:11:15.871Z Downloaded zerocopy v0.8.50
13022026-07-16T17:11:15.881Z Downloaded smoltcp v0.11.0
13032026-07-16T17:11:15.888Z Downloaded hickory-proto v0.24.4
13042026-07-16T17:11:15.895Z Downloaded webpki-roots v1.0.7
13052026-07-16T17:11:15.898Z Downloaded openapiv3 v2.2.0
13062026-07-16T17:11:15.903Z Downloaded rustls v0.23.40
13072026-07-16T17:11:15.909Z Downloaded hickory-proto v0.25.2
13082026-07-16T17:11:15.933Z Downloaded sled v0.34.7
13092026-07-16T17:11:15.942Z Downloaded bstr v1.12.1
13102026-07-16T17:11:15.961Z Downloaded rhai v1.25.1
13112026-07-16T17:11:15.967Z Downloaded nix v0.31.3
13122026-07-16T17:11:15.973Z Downloaded regress v0.10.5
13132026-07-16T17:11:15.977Z Downloaded regex-syntax v0.8.10
13142026-07-16T17:11:16.000Z Downloaded lzma-sys v0.1.20
13152026-07-16T17:11:16.014Z Downloaded regress v0.11.1
13162026-07-16T17:11:16.018Z Downloaded dropshot v0.17.1
13172026-07-16T17:11:16.030Z Downloaded jiff v0.2.28
13182026-07-16T17:11:16.068Z Downloaded encoding_rs v0.8.35
13192026-07-16T17:11:16.121Z Downloaded typify-impl v0.6.2
13202026-07-16T17:11:16.130Z Downloaded typify-impl v0.4.3
13212026-07-16T17:11:16.183Z Downloaded regex-automata v0.4.14
13222026-07-16T17:11:16.226Z Downloaded petgraph v0.6.5
13232026-07-16T17:11:16.239Z Downloaded chrono-tz v0.10.4
13242026-07-16T17:11:16.260Z Downloaded csv v1.4.0
13252026-07-16T17:11:16.280Z Downloaded sha3 v0.10.9
13262026-07-16T17:11:16.287Z Downloaded tokio v1.52.3
13272026-07-16T17:11:16.950Z Downloaded aws-lc-sys v0.41.0
13282026-07-16T17:11:17.874Z Compiling proc-macro2 v1.0.106
13292026-07-16T17:11:17.874Z Compiling quote v1.0.45
13302026-07-16T17:11:17.874Z Compiling unicode-ident v1.0.24
13312026-07-16T17:11:17.874Z Compiling serde_core v1.0.228
13322026-07-16T17:11:17.874Z Compiling cfg-if v1.0.4
13332026-07-16T17:11:17.878Z Compiling serde v1.0.228
13342026-07-16T17:11:17.878Z Compiling libc v0.2.186
13352026-07-16T17:11:17.878Z Compiling memchr v2.8.1
13362026-07-16T17:11:18.053Z Compiling itoa v1.0.18
13372026-07-16T17:11:18.239Z Compiling zmij v1.0.21
13382026-07-16T17:11:18.308Z Compiling autocfg v1.5.1
13392026-07-16T17:11:18.335Z Compiling libm v0.2.16
13402026-07-16T17:11:18.661Z Compiling stable_deref_trait v1.2.1
13412026-07-16T17:11:18.705Z Compiling writeable v0.6.3
13422026-07-16T17:11:18.737Z Compiling litemap v0.8.2
13432026-07-16T17:11:18.839Z Compiling icu_normalizer_data v2.2.0
13442026-07-16T17:11:18.880Z Compiling utf8_iter v1.0.4
13452026-07-16T17:11:18.893Z Compiling percent-encoding v2.3.2
13462026-07-16T17:11:18.903Z Compiling icu_properties_data v2.2.0
13472026-07-16T17:11:18.926Z Compiling version_check v0.9.5
13482026-07-16T17:11:19.080Z Compiling iana-time-zone v0.1.65
13492026-07-16T17:11:19.160Z Compiling equivalent v1.0.2
13502026-07-16T17:11:19.192Z Compiling syn v2.0.117
13512026-07-16T17:11:19.238Z Compiling form_urlencoded v1.2.2
13522026-07-16T17:11:19.288Z Compiling serde_json v1.0.150
13532026-07-16T17:11:19.294Z Compiling pin-project-lite v0.2.17
13542026-07-16T17:11:19.294Z Compiling dyn-clone v1.0.20
13552026-07-16T17:11:19.380Z Compiling parking_lot_core v0.9.12
13562026-07-16T17:11:19.402Z Compiling scopeguard v1.2.0
13572026-07-16T17:11:19.413Z Compiling num-traits v0.2.19
13582026-07-16T17:11:19.434Z Compiling thiserror v2.0.18
13592026-07-16T17:11:19.505Z Compiling lock_api v0.4.14
13602026-07-16T17:11:19.558Z Compiling hashbrown v0.17.1
13612026-07-16T17:11:19.671Z Compiling errno v0.3.14
13622026-07-16T17:11:19.727Z Compiling log v0.4.32
13632026-07-16T17:11:19.858Z Compiling getrandom v0.4.2
13642026-07-16T17:11:19.879Z Compiling futures-core v0.3.32
13652026-07-16T17:11:19.906Z Compiling rand_core v0.10.1
13662026-07-16T17:11:19.966Z Compiling heck v0.5.0
13672026-07-16T17:11:20.002Z Compiling zerocopy v0.8.50
13682026-07-16T17:11:20.081Z Compiling semver v1.0.28
13692026-07-16T17:11:20.231Z Compiling indexmap v2.14.0
13702026-07-16T17:11:20.416Z Compiling uuid v1.23.5
13712026-07-16T17:11:20.416Z Compiling futures-sink v0.3.32
13722026-07-16T17:11:20.437Z Compiling schemars v0.8.22
13732026-07-16T17:11:20.447Z Compiling slab v0.4.12
13742026-07-16T17:11:20.511Z Compiling jobserver v0.1.34
13752026-07-16T17:11:20.611Z Compiling fnv v1.0.7
13762026-07-16T17:11:20.691Z Compiling find-msvc-tools v0.1.9
13772026-07-16T17:11:20.702Z Compiling shlex v2.0.1
13782026-07-16T17:11:20.818Z Compiling rustversion v1.0.22
13792026-07-16T17:11:20.841Z Compiling cc v1.2.63
13802026-07-16T17:11:20.855Z Compiling futures-channel v0.3.32
13812026-07-16T17:11:20.875Z Compiling bitflags v2.12.1
13822026-07-16T17:11:20.921Z Compiling futures-io v0.3.32
13832026-07-16T17:11:21.070Z Compiling futures-task v0.3.32
13842026-07-16T17:11:21.070Z Compiling portable-atomic v1.13.1
13852026-07-16T17:11:21.109Z Compiling socket2 v0.6.4
13862026-07-16T17:11:21.220Z Compiling signal-hook-registry v1.4.8
13872026-07-16T17:11:21.229Z Compiling mio v1.2.1
13882026-07-16T17:11:21.239Z Compiling critical-section v1.2.0
13892026-07-16T17:11:21.342Z Compiling dunce v1.0.5
13902026-07-16T17:11:21.431Z Compiling fs_extra v1.3.0
13912026-07-16T17:11:21.505Z Compiling typenum v1.20.1
13922026-07-16T17:11:21.547Z Compiling cmake v0.1.58
13932026-07-16T17:11:21.744Z Compiling base64 v0.22.1
13942026-07-16T17:11:21.779Z Compiling getrandom v0.3.4
13952026-07-16T17:11:21.832Z Compiling slog v2.8.2
13962026-07-16T17:11:21.940Z Compiling synstructure v0.13.2
13972026-07-16T17:11:22.067Z Compiling serde_derive_internals v0.29.1
13982026-07-16T17:11:22.070Z Compiling once_cell v1.21.4
13992026-07-16T17:11:22.096Z Compiling aws-lc-sys v0.41.0
14002026-07-16T17:11:22.116Z Compiling subtle v2.6.1
14012026-07-16T17:11:22.140Z Compiling strsim v0.11.1
14022026-07-16T17:11:22.283Z Compiling byteorder v1.5.0
14032026-07-16T17:11:22.293Z Compiling rustix v1.1.4
14042026-07-16T17:11:22.398Z Compiling regex-syntax v0.8.10
14052026-07-16T17:11:22.452Z Compiling ipnet v2.12.0
14062026-07-16T17:11:22.507Z Compiling httparse v1.10.1
14072026-07-16T17:11:22.542Z Compiling atomic-waker v1.1.2
14082026-07-16T17:11:22.667Z Compiling tower-service v0.3.3
14092026-07-16T17:11:22.753Z Compiling tower-layer v0.3.3
14102026-07-16T17:11:22.823Z Compiling getrandom v0.2.17
14112026-07-16T17:11:22.913Z Compiling thiserror v1.0.69
14122026-07-16T17:11:22.917Z Compiling try-lock v0.2.5
14132026-07-16T17:11:22.992Z Compiling ryu v1.0.23
14142026-07-16T17:11:23.009Z Compiling untrusted v0.9.0
14152026-07-16T17:11:23.009Z Compiling ucd-trie v0.1.7
14162026-07-16T17:11:23.129Z Compiling want v0.3.1
14172026-07-16T17:11:23.150Z Compiling serde_derive v1.0.228
14182026-07-16T17:11:23.160Z Compiling zerofrom-derive v0.1.7
14192026-07-16T17:11:23.190Z Compiling yoke-derive v0.8.2
14202026-07-16T17:11:23.216Z Compiling zerovec-derive v0.11.3
14212026-07-16T17:11:23.290Z Compiling displaydoc v0.2.6
14222026-07-16T17:11:23.311Z Compiling schemars_derive v0.8.22
14232026-07-16T17:11:24.078Z Compiling thiserror-impl v2.0.18
14242026-07-16T17:11:24.226Z Compiling tokio-macros v2.7.0
14252026-07-16T17:11:24.303Z Compiling zerocopy-derive v0.8.50
14262026-07-16T17:11:24.327Z Compiling zerofrom v0.1.8
14272026-07-16T17:11:24.446Z Compiling yoke v0.8.3
14282026-07-16T17:11:24.497Z Compiling zeroize_derive v1.4.3
14292026-07-16T17:11:24.622Z Compiling zerovec v0.11.6
14302026-07-16T17:11:24.968Z Compiling zerotrie v0.2.4
14312026-07-16T17:11:24.992Z Compiling futures-macro v0.3.32
14322026-07-16T17:11:25.144Z Compiling tinystr v0.8.3
14332026-07-16T17:11:25.163Z Compiling potential_utf v0.1.5
14342026-07-16T17:11:25.261Z Compiling zeroize v1.8.2
14352026-07-16T17:11:25.299Z Compiling icu_locale_core v2.2.0
14362026-07-16T17:11:25.318Z Compiling icu_collections v2.2.0
14372026-07-16T17:11:25.456Z Compiling pest v2.8.6
14382026-07-16T17:11:25.603Z Compiling thiserror-impl v1.0.69
14392026-07-16T17:11:25.824Z Compiling futures-util v0.3.32
14402026-07-16T17:11:25.831Z Compiling rand_core v0.6.4
14412026-07-16T17:11:26.043Z Compiling icu_provider v2.2.0
14422026-07-16T17:11:26.258Z Compiling bytes v1.11.1
14432026-07-16T17:11:26.340Z Compiling smallvec v1.15.1
14442026-07-16T17:11:26.405Z Compiling icu_properties v2.2.0
14452026-07-16T17:11:26.568Z Compiling icu_normalizer v2.2.0
14462026-07-16T17:11:26.719Z Compiling chrono v0.4.45
14472026-07-16T17:11:26.919Z Compiling http v1.4.2
14482026-07-16T17:11:27.105Z Compiling parking_lot v0.12.5
14492026-07-16T17:11:27.195Z Compiling serde_tokenstream v0.2.3
14502026-07-16T17:11:27.473Z Compiling idna_adapter v1.2.2
14512026-07-16T17:11:27.509Z Compiling tokio v1.52.3
14522026-07-16T17:11:27.592Z Compiling idna v1.1.0
14532026-07-16T17:11:27.615Z Compiling erased-serde v0.3.31
14542026-07-16T17:11:27.900Z Compiling url v2.5.8
14552026-07-16T17:11:28.171Z Compiling http-body v1.0.1
14562026-07-16T17:11:28.210Z Compiling httpdate v1.0.3
14572026-07-16T17:11:28.360Z Compiling pest_meta v2.8.6
14582026-07-16T17:11:28.442Z Compiling pretty-hex v0.4.2
14592026-07-16T17:11:28.523Z Compiling ppv-lite86 v0.2.21
14602026-07-16T17:11:28.574Z Compiling winnow v1.0.3
14612026-07-16T17:11:28.627Z Compiling plain v0.2.3
14622026-07-16T17:11:28.728Z Compiling foldhash v0.2.0
14632026-07-16T17:11:28.762Z Compiling paste v1.0.15
14642026-07-16T17:11:28.822Z Compiling allocator-api2 v0.2.21
14652026-07-16T17:11:28.954Z Compiling pest_generator v2.8.6
14662026-07-16T17:11:29.094Z Compiling hashbrown v0.16.1
14672026-07-16T17:11:29.146Z Compiling tracing-attributes v0.1.31
14682026-07-16T17:11:29.554Z Compiling ipnetwork v0.21.1
14692026-07-16T17:11:29.614Z Compiling pest_derive v2.8.6
14702026-07-16T17:11:29.642Z Compiling tracing-core v0.1.36
14712026-07-16T17:11:29.665Z Compiling omicron-workspace-hack v0.1.0
14722026-07-16T17:11:29.860Z Compiling oxnet v0.1.6
14732026-07-16T17:11:29.883Z Compiling ident_case v1.0.1
14742026-07-16T17:11:30.010Z Compiling http-body-util v0.1.3
14752026-07-16T17:11:30.160Z Compiling serde_urlencoded v0.7.1
14762026-07-16T17:11:30.236Z Compiling aho-corasick v1.1.4
14772026-07-16T17:11:30.320Z Compiling sync_wrapper v1.0.2
14782026-07-16T17:11:30.388Z Compiling tracing v0.1.44
14792026-07-16T17:11:30.397Z Compiling daft-derive v0.1.7
14802026-07-16T17:11:30.496Z Compiling fastrand v2.4.1
14812026-07-16T17:11:30.588Z Compiling async-trait v0.1.89
14822026-07-16T17:11:30.747Z Compiling scroll_derive v0.13.1
14832026-07-16T17:11:31.149Z Compiling regex-automata v0.4.14
14842026-07-16T17:11:31.461Z Compiling tokio-util v0.7.18
14852026-07-16T17:11:31.574Z Compiling aws-lc-rs v1.17.0
14862026-07-16T17:11:31.605Z Compiling time-core v0.1.8
14872026-07-16T17:11:31.712Z Compiling powerfmt v0.2.0
14882026-07-16T17:11:31.790Z Compiling anyhow v1.0.103
14892026-07-16T17:11:31.920Z Compiling num-conv v0.2.2
14902026-07-16T17:11:31.944Z Compiling deranged v0.5.8
14912026-07-16T17:11:32.067Z Compiling time-macros v0.2.27
14922026-07-16T17:11:32.258Z Compiling scroll v0.13.0
14932026-07-16T17:11:32.329Z Compiling rustls-pki-types v1.14.1
14942026-07-16T17:11:32.565Z Compiling hex v0.4.3
14952026-07-16T17:11:32.786Z Compiling num_threads v0.1.7
14962026-07-16T17:11:32.820Z Compiling regex v1.12.3
14972026-07-16T17:11:32.875Z Compiling openssl-probe v0.2.1
14982026-07-16T17:11:32.915Z Compiling goblin v0.10.7
14992026-07-16T17:11:33.073Z Compiling camino v1.2.4
15002026-07-16T17:11:33.281Z Compiling untrusted v0.7.1
15012026-07-16T17:11:33.412Z Compiling crc32fast v1.5.0
15022026-07-16T17:11:33.441Z Compiling usdt-impl v0.6.0
15032026-07-16T17:11:33.452Z Compiling rustls v0.23.40
15042026-07-16T17:11:33.711Z Compiling h2 v0.4.14
15052026-07-16T17:11:33.720Z Compiling dtrace-parser v0.3.0
15062026-07-16T17:11:33.743Z Compiling futures-executor v0.3.32
15072026-07-16T17:11:34.035Z Compiling crossbeam-utils v0.8.21
15082026-07-16T17:11:34.220Z Compiling structmeta-derive v0.3.0
15092026-07-16T17:11:34.257Z Compiling thread-id v5.1.0
15102026-07-16T17:11:34.366Z Compiling simd-adler32 v0.3.9
15112026-07-16T17:11:34.566Z Compiling cpufeatures v0.3.0
15122026-07-16T17:11:34.581Z Compiling adler2 v2.0.1
15132026-07-16T17:11:34.678Z Compiling futures v0.3.32
15142026-07-16T17:11:34.707Z Compiling miniz_oxide v0.8.9
15152026-07-16T17:11:34.716Z Compiling rand_core v0.9.5
15162026-07-16T17:11:34.922Z Compiling darling_core v0.23.0
15172026-07-16T17:11:35.145Z Compiling newtype-uuid-macros v0.1.0
15182026-07-16T17:11:35.283Z Compiling structmeta v0.3.0
15192026-07-16T17:11:35.349Z Compiling hybrid-array v0.4.12
15202026-07-16T17:11:35.627Z Compiling thread_local v1.1.9
15212026-07-16T17:11:35.801Z Compiling hyper v1.10.1
15222026-07-16T17:11:35.897Z Compiling dof v0.4.0
15232026-07-16T17:11:35.941Z Compiling match_cfg v0.1.0
15242026-07-16T17:11:36.012Z Compiling flate2 v1.1.9
15252026-07-16T17:11:36.423Z Compiling newtype-uuid v1.3.2
15262026-07-16T17:11:36.823Z Compiling quick-error v1.2.3
15272026-07-16T17:11:36.917Z Compiling hyper-util v0.1.20
15282026-07-16T17:11:37.021Z Compiling darling_macro v0.23.0
15292026-07-16T17:11:37.299Z Compiling slog-async v2.8.0
15302026-07-16T17:11:37.582Z Compiling ref-cast v1.0.25
15312026-07-16T17:11:37.612Z Compiling compression-core v0.4.32
15322026-07-16T17:11:37.623Z Compiling darling v0.23.0
15332026-07-16T17:11:37.744Z Compiling compression-codecs v0.4.38
15342026-07-16T17:11:37.768Z Compiling daft v0.1.7
15352026-07-16T17:11:37.795Z Compiling block-buffer v0.12.0
15362026-07-16T17:11:37.862Z Compiling usdt-macro v0.6.0
15372026-07-16T17:11:37.933Z Compiling usdt-attr-macro v0.6.0
15382026-07-16T17:11:37.947Z Compiling crypto-common v0.2.2
15392026-07-16T17:11:37.988Z Compiling rand_chacha v0.9.0
15402026-07-16T17:11:38.020Z Compiling strum_macros v0.26.4
15412026-07-16T17:11:38.198Z Compiling ref-cast-impl v1.0.25
15422026-07-16T17:11:38.414Z Compiling serde_spanned v1.1.1
15432026-07-16T17:11:38.557Z Compiling generic-array v0.14.7
15442026-07-16T17:11:38.637Z Compiling multer v3.1.0
15452026-07-16T17:11:38.798Z Compiling take_mut v0.2.2
15462026-07-16T17:11:38.811Z Compiling const-oid v0.10.2
15472026-07-16T17:11:38.872Z Compiling term v1.2.1
15482026-07-16T17:11:38.885Z Compiling bit-vec v0.8.0
15492026-07-16T17:11:38.897Z Compiling toml_writer v1.1.1+spec-1.1.0
15502026-07-16T17:11:38.991Z Compiling debug-ignore v1.0.5
15512026-07-16T17:11:39.008Z Compiling digest v0.11.3
15522026-07-16T17:11:39.088Z Compiling bit-set v0.8.0
15532026-07-16T17:11:39.140Z Compiling rand v0.9.4
15542026-07-16T17:11:39.172Z Compiling serde_with_macros v3.20.0
15552026-07-16T17:11:39.200Z Compiling async-stream-impl v0.3.6
15562026-07-16T17:11:39.243Z Compiling dropshot v0.17.1
15572026-07-16T17:11:39.482Z Compiling encoding_rs v0.8.35
15582026-07-16T17:11:39.571Z Compiling mime v0.3.17
15592026-07-16T17:11:39.648Z Compiling strum v0.26.3
15602026-07-16T17:11:39.723Z Compiling spin v0.9.8
15612026-07-16T17:11:39.770Z Compiling syn v1.0.109
15622026-07-16T17:11:39.832Z Compiling unarray v0.1.4
15632026-07-16T17:11:39.832Z Compiling async-stream v0.3.6
15642026-07-16T17:11:40.015Z Compiling sha1 v0.11.0
15652026-07-16T17:11:40.028Z Compiling derive-ex v0.1.8
15662026-07-16T17:11:40.141Z Compiling tower v0.5.3
15672026-07-16T17:11:40.246Z Compiling dropshot_endpoint v0.17.1
15682026-07-16T17:11:40.260Z Compiling macaddr v1.0.1
15692026-07-16T17:11:40.289Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15702026-07-16T17:11:40.481Z Compiling waitgroup v0.1.2
15712026-07-16T17:11:40.610Z Compiling serde_path_to_error v0.1.20
15722026-07-16T17:11:40.771Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15732026-07-16T17:11:40.903Z Compiling tower-http v0.6.11
15742026-07-16T17:11:40.963Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15752026-07-16T17:11:41.122Z Compiling tempfile v3.27.0
15762026-07-16T17:11:41.144Z Compiling openapiv3 v2.2.0
15772026-07-16T17:11:41.320Z Compiling strum_macros v0.27.2
15782026-07-16T17:11:41.593Z Compiling test-strategy v0.4.5
15792026-07-16T17:11:41.955Z Compiling instant v0.1.13
15802026-07-16T17:11:42.062Z Compiling time v0.3.47
15812026-07-16T17:11:42.730Z Compiling rustls-native-certs v0.8.4
15822026-07-16T17:11:42.808Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15832026-07-16T17:11:43.027Z Compiling crossbeam-channel v0.5.15
15842026-07-16T17:11:43.072Z Compiling crypto-common v0.1.7
15852026-07-16T17:11:43.184Z Compiling strum v0.27.2
15862026-07-16T17:11:43.501Z Compiling parse-display-derive v0.10.0
15872026-07-16T17:11:43.512Z Compiling backon v1.6.0
15882026-07-16T17:11:43.726Z Compiling rand_chacha v0.3.1
15892026-07-16T17:11:43.781Z Compiling either v1.16.0
15902026-07-16T17:11:43.987Z Compiling rand v0.8.6
15912026-07-16T17:11:44.208Z Compiling slog-json v2.6.1
15922026-07-16T17:11:44.355Z Compiling hostname v0.3.1
15932026-07-16T17:11:44.490Z Compiling toml_parser v1.1.2+spec-1.1.0
15942026-07-16T17:11:44.621Z Compiling toml_datetime v1.1.1+spec-1.1.0
15952026-07-16T17:11:44.709Z Compiling is-terminal v0.4.17
15962026-07-16T17:11:44.761Z Compiling wait-timeout v0.2.1
15972026-07-16T17:11:44.802Z Compiling memmap2 v0.9.10
15982026-07-16T17:11:45.019Z Compiling usdt v0.6.0
15992026-07-16T17:11:45.060Z Compiling rusty-fork v0.3.1
16002026-07-16T17:11:45.076Z Compiling toml v1.1.2+spec-1.1.0
16012026-07-16T17:11:45.099Z Compiling slog-term v2.9.2
16022026-07-16T17:11:45.173Z Compiling slog-bunyan v2.5.0
16032026-07-16T17:11:45.313Z Compiling serde_with v3.20.0
16042026-07-16T17:11:45.410Z Compiling async-compression v0.4.42
16052026-07-16T17:11:45.423Z Compiling rand_xorshift v0.4.0
16062026-07-16T17:11:45.562Z Compiling rustls-pemfile v2.2.0
16072026-07-16T17:11:45.697Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16082026-07-16T17:11:45.716Z Compiling regress v0.10.5
16092026-07-16T17:11:45.802Z Compiling hostname v0.4.2
16102026-07-16T17:11:45.828Z Compiling humantime v2.3.0
16112026-07-16T17:11:45.885Z Compiling proptest v1.11.0
16122026-07-16T17:11:46.437Z Compiling iddqd v0.4.5
16132026-07-16T17:11:46.667Z Compiling reqwest v0.12.28
16142026-07-16T17:11:46.846Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16152026-07-16T17:11:47.087Z Compiling block-buffer v0.10.4
16162026-07-16T17:11:47.099Z Compiling utf8parse v0.2.2
16172026-07-16T17:11:47.232Z Compiling digest v0.10.7
16182026-07-16T17:11:47.382Z Compiling anstyle-parse v1.0.0
16192026-07-16T17:11:47.441Z Compiling parse-display v0.10.0
16202026-07-16T17:11:47.547Z Compiling backoff v0.4.0
16212026-07-16T17:11:47.726Z Compiling progenitor-client v0.10.0
16222026-07-16T17:11:47.757Z Compiling itertools v0.14.0
16232026-07-16T17:11:47.771Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16242026-07-16T17:11:47.989Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16252026-07-16T17:11:48.732Z Compiling colorchoice v1.0.5
16262026-07-16T17:11:48.848Z Compiling anstyle v1.0.14
16272026-07-16T17:11:48.879Z Compiling anstyle-query v1.1.5
16282026-07-16T17:11:49.011Z Compiling is_terminal_polyfill v1.70.2
16292026-07-16T17:11:49.079Z Compiling anstream v1.0.0
16302026-07-16T17:11:49.403Z Compiling clap_lex v1.1.0
16312026-07-16T17:11:49.769Z Compiling regress v0.11.1
16322026-07-16T17:11:49.795Z Compiling clap_derive v4.6.1
16332026-07-16T17:11:50.571Z Compiling terminal_size v0.4.4
16342026-07-16T17:11:51.215Z Compiling typify-impl v0.6.2
16352026-07-16T17:11:51.505Z Compiling toml_datetime v0.6.11
16362026-07-16T17:11:51.819Z Compiling zerocopy-derive v0.7.35
16372026-07-16T17:11:51.827Z Compiling cpufeatures v0.2.17
16382026-07-16T17:11:51.832Z Compiling convert_case v0.4.0
16392026-07-16T17:11:52.147Z Compiling derive_more v0.99.20
16402026-07-16T17:11:52.699Z Compiling zerocopy v0.7.35
16412026-07-16T17:11:52.713Z Compiling clap_builder v4.6.0
16422026-07-16T17:11:53.260Z Compiling toml_edit v0.25.12+spec-1.1.0
16432026-07-16T17:11:53.717Z Compiling unicode-width v0.2.2
16442026-07-16T17:11:53.993Z Compiling proc-macro-crate v3.5.0
16452026-07-16T17:11:54.304Z Compiling clap v4.6.1
16462026-07-16T17:11:54.425Z Compiling secrecy v0.10.3
16472026-07-16T17:11:54.602Z Compiling tinyvec_macros v0.1.1
16482026-07-16T17:11:54.621Z Compiling crucible-workspace-hack v0.1.0
16492026-07-16T17:11:54.621Z Compiling float-ord v0.3.2
16502026-07-16T17:11:54.706Z Compiling tinyvec v1.11.0
16512026-07-16T17:11:54.817Z Compiling num_enum_derive v0.7.6
16522026-07-16T17:11:55.282Z Compiling dtrace-parser v0.2.0
16532026-07-16T17:11:55.347Z Compiling scroll_derive v0.12.1
16542026-07-16T17:11:55.383Z Compiling num-integer v0.1.46
16552026-07-16T17:11:55.703Z Compiling rustc_version v0.4.1
16562026-07-16T17:11:55.874Z Compiling usdt-impl v0.5.0
16572026-07-16T17:11:55.977Z Compiling curve25519-dalek v4.1.3
16582026-07-16T17:11:56.056Z Compiling scroll v0.12.0
16592026-07-16T17:11:56.143Z Compiling num_enum v0.7.6
16602026-07-16T17:11:56.285Z Compiling dof v0.3.0
16612026-07-16T17:11:56.446Z Compiling hmac v0.12.1
16622026-07-16T17:11:56.543Z Compiling inout v0.1.4
16632026-07-16T17:11:56.579Z Compiling darling_core v0.21.3
16642026-07-16T17:11:56.615Z Compiling ff v0.13.1
16652026-07-16T17:11:56.716Z Compiling thread-id v4.2.2
16662026-07-16T17:11:56.752Z Compiling group v0.13.0
16672026-07-16T17:11:56.788Z Compiling cipher v0.4.4
16682026-07-16T17:11:56.854Z Compiling hkdf v0.12.4
16692026-07-16T17:11:57.290Z Compiling goblin v0.8.2
16702026-07-16T17:11:57.389Z Compiling num-iter v0.1.45
16712026-07-16T17:11:57.456Z Compiling num-rational v0.4.2
16722026-07-16T17:11:57.550Z Compiling thiserror-impl-no-std v2.0.2
16732026-07-16T17:11:57.567Z Compiling typify-macro v0.6.2
16742026-07-16T17:11:57.642Z Compiling universal-hash v0.5.1
16752026-07-16T17:11:57.653Z Compiling crypto-bigint v0.5.5
16762026-07-16T17:11:57.766Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16772026-07-16T17:11:58.101Z Compiling crossbeam-epoch v0.9.18
16782026-07-16T17:11:58.445Z Compiling half v2.7.1
16792026-07-16T17:11:58.547Z Compiling curve25519-dalek-derive v0.1.1
16802026-07-16T17:11:58.623Z Compiling num-complex v0.4.6
16812026-07-16T17:11:58.671Z Compiling darling_macro v0.21.3
16822026-07-16T17:11:58.989Z Compiling base64ct v1.8.3
16832026-07-16T17:11:58.989Z Compiling heck v0.4.1
16842026-07-16T17:11:59.097Z Compiling base16ct v0.2.0
16852026-07-16T17:11:59.193Z Compiling opaque-debug v0.3.1
16862026-07-16T17:11:59.224Z Compiling ciborium-io v0.2.2
16872026-07-16T17:11:59.251Z Compiling poly1305 v0.8.0
16882026-07-16T17:11:59.272Z Compiling darling v0.21.3
16892026-07-16T17:11:59.282Z Compiling password-hash v0.5.0
16902026-07-16T17:11:59.310Z Compiling ciborium-ll v0.2.2
16912026-07-16T17:11:59.346Z Compiling elliptic-curve v0.13.8
16922026-07-16T17:11:59.633Z Compiling typify v0.6.2
16932026-07-16T17:11:59.712Z Compiling num v0.4.3
16942026-07-16T17:11:59.751Z Compiling thiserror-no-std v2.0.2
16952026-07-16T17:12:00.312Z Compiling chacha20 v0.9.1
16962026-07-16T17:12:00.350Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16972026-07-16T17:12:00.442Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16982026-07-16T17:12:00.834Z Compiling blake2 v0.10.6
16992026-07-16T17:12:01.031Z Compiling aead v0.5.2
17002026-07-16T17:12:01.189Z Compiling byte-wrapper v0.1.0
17012026-07-16T17:12:01.267Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17022026-07-16T17:12:01.327Z Compiling proc-macro-error-attr v1.0.4
17032026-07-16T17:12:01.579Z Compiling keccak v0.1.6
17042026-07-16T17:12:01.603Z Compiling rustix v0.38.44
17052026-07-16T17:12:01.698Z Compiling unsafe-libyaml v0.2.11
17062026-07-16T17:12:01.828Z Compiling heapless v0.8.0
17072026-07-16T17:12:01.986Z Compiling prettyplease v0.2.37
17082026-07-16T17:12:02.311Z Compiling serde_yaml v0.9.34+deprecated
17092026-07-16T17:12:02.436Z Compiling sha3 v0.10.9
17102026-07-16T17:12:02.781Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17112026-07-16T17:12:02.922Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17122026-07-16T17:12:03.516Z Compiling chacha20poly1305 v0.10.1
17132026-07-16T17:12:03.566Z Compiling argon2 v0.5.3
17142026-07-16T17:12:03.688Z Compiling vsss-rs v3.3.4
17152026-07-16T17:12:03.732Z Compiling ciborium v0.2.2
17162026-07-16T17:12:03.848Z Compiling ingot-macros v0.1.1
17172026-07-16T17:12:04.181Z Compiling usdt-macro v0.5.0
17182026-07-16T17:12:04.302Z Compiling usdt-attr-macro v0.5.0
17192026-07-16T17:12:05.453Z Compiling serde_spanned v0.6.9
17202026-07-16T17:12:05.598Z Compiling enum-as-inner v0.6.1
17212026-07-16T17:12:06.192Z Compiling hash32 v0.3.1
17222026-07-16T17:12:06.204Z Compiling proc-macro-error v1.0.4
17232026-07-16T17:12:06.271Z Compiling memmap v0.7.0
17242026-07-16T17:12:06.358Z Compiling memoffset v0.9.1
17252026-07-16T17:12:06.440Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17262026-07-16T17:12:06.455Z Compiling smoltcp v0.11.0
17272026-07-16T17:12:06.500Z Compiling winnow v0.7.15
17282026-07-16T17:12:06.588Z Compiling toml_write v0.1.2
17292026-07-16T17:12:06.635Z Compiling indent_write v2.2.0
17302026-07-16T17:12:06.750Z Compiling rustls-webpki v0.103.13
17312026-07-16T17:12:06.814Z Compiling cfg_aliases v0.2.1
17322026-07-16T17:12:06.843Z Compiling data-encoding v2.11.0
17332026-07-16T17:12:06.871Z Compiling winnow v0.5.40
17342026-07-16T17:12:06.891Z Compiling static_assertions v1.1.0
17352026-07-16T17:12:06.964Z Compiling nix v0.31.3
17362026-07-16T17:12:07.063Z Compiling ingot-types v0.1.2
17372026-07-16T17:12:07.676Z Compiling usdt v0.5.0
17382026-07-16T17:12:07.851Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-07-16T17:12:07.871Z Compiling toml_edit v0.22.27
17402026-07-16T17:12:07.942Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17412026-07-16T17:12:08.040Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-07-16T17:12:08.291Z Compiling toml_edit v0.19.15
17432026-07-16T17:12:08.296Z Compiling tabwriter v1.4.1
17442026-07-16T17:12:08.531Z Compiling cobs v0.3.0
17452026-07-16T17:12:08.651Z Compiling serde_repr v0.1.20
17462026-07-16T17:12:08.723Z Compiling managed v0.8.0
17472026-07-16T17:12:08.936Z Compiling bitflags v1.3.2
17482026-07-16T17:12:09.010Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17492026-07-16T17:12:09.022Z Compiling pkg-config v0.3.33
17502026-07-16T17:12:09.246Z Compiling vcpkg v0.2.15
17512026-07-16T17:12:09.271Z Compiling toml v0.8.23
17522026-07-16T17:12:09.477Z Compiling proc-macro-crate v1.3.1
17532026-07-16T17:12:09.802Z Compiling openssl-sys v0.9.116
17542026-07-16T17:12:09.984Z Compiling postcard v1.1.3
17552026-07-16T17:12:10.256Z Compiling tokio-rustls v0.26.4
17562026-07-16T17:12:10.314Z Compiling rustls-platform-verifier v0.7.0
17572026-07-16T17:12:10.524Z Compiling hyper-rustls v0.27.9
17582026-07-16T17:12:10.815Z Compiling reqwest v0.13.4
17592026-07-16T17:12:11.883Z Compiling ingot v0.1.1
17602026-07-16T17:12:12.059Z Compiling progenitor-client v0.14.0
17612026-07-16T17:12:12.358Z Compiling progenitor-extras v0.2.0
17622026-07-16T17:12:13.167Z Compiling hubpack_derive v0.1.1
17632026-07-16T17:12:13.466Z Compiling foreign-types-macros v0.2.3
17642026-07-16T17:12:13.695Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-07-16T17:12:13.775Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17662026-07-16T17:12:14.138Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17672026-07-16T17:12:14.251Z Compiling unicode-segmentation v1.13.3
17682026-07-16T17:12:14.383Z Compiling colored v3.1.1
17692026-07-16T17:12:14.678Z Compiling swrite v0.1.0
17702026-07-16T17:12:14.775Z Compiling linked-hash-map v0.5.6
17712026-07-16T17:12:14.788Z Compiling foreign-types-shared v0.3.1
17722026-07-16T17:12:14.882Z Compiling semver v0.1.20
17732026-07-16T17:12:14.963Z Compiling rayon-core v1.13.0
17742026-07-16T17:12:15.108Z Compiling resolv-conf v0.7.6
17752026-07-16T17:12:15.142Z Compiling rustc_version v0.1.7
17762026-07-16T17:12:15.217Z Compiling lru-cache v0.1.2
17772026-07-16T17:12:15.341Z Compiling foreign-types v0.5.0
17782026-07-16T17:12:15.341Z Compiling newline-converter v0.3.0
17792026-07-16T17:12:15.427Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17802026-07-16T17:12:15.455Z Compiling hubpack v0.1.2
17812026-07-16T17:12:15.594Z Compiling num_enum_derive v0.5.11
17822026-07-16T17:12:15.804Z Compiling atomicwrites v0.4.4
17832026-07-16T17:12:16.002Z Compiling hickory-proto v0.24.4
17842026-07-16T17:12:16.743Z Compiling progenitor-impl v0.13.0
17852026-07-16T17:12:17.265Z Compiling crossbeam-deque v0.8.6
17862026-07-16T17:12:17.463Z Compiling console v0.15.11
17872026-07-16T17:12:17.510Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17882026-07-16T17:12:17.992Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17892026-07-16T17:12:18.033Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-07-16T17:12:18.082Z Compiling camino-tempfile v1.4.1
17912026-07-16T17:12:18.324Z Compiling chacha20 v0.10.0
17922026-07-16T17:12:18.591Z Compiling serde-big-array v0.5.1
17932026-07-16T17:12:18.737Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17942026-07-16T17:12:19.273Z Compiling pin-project-internal v1.1.13
17952026-07-16T17:12:19.358Z Compiling num-derive v0.4.2
17962026-07-16T17:12:19.804Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-07-16T17:12:20.257Z Compiling derive-where v1.6.1
17982026-07-16T17:12:20.294Z Compiling cstr-argument v0.1.2
17992026-07-16T17:12:20.315Z Compiling similar v2.7.0
18002026-07-16T17:12:20.329Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18012026-07-16T17:12:20.381Z Compiling minimal-lexical v0.2.1
18022026-07-16T17:12:20.449Z Compiling siphasher v1.0.3
18032026-07-16T17:12:20.578Z Compiling nom v7.1.3
18042026-07-16T17:12:20.640Z Compiling phf_shared v0.12.1
18052026-07-16T17:12:20.652Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18062026-07-16T17:12:20.819Z Compiling expectorate v1.2.0
18072026-07-16T17:12:20.914Z Compiling pin-project v1.1.13
18082026-07-16T17:12:20.967Z Compiling progenitor-macro v0.13.0
18092026-07-16T17:12:21.010Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-07-16T17:12:21.141Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18112026-07-16T17:12:21.248Z Compiling rand v0.10.2
18122026-07-16T17:12:21.511Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18132026-07-16T17:12:21.523Z Compiling hickory-resolver v0.24.4
18142026-07-16T17:12:21.956Z Compiling num_enum v0.5.11
18152026-07-16T17:12:21.980Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18162026-07-16T17:12:22.073Z Compiling newtype_derive v0.1.6
18172026-07-16T17:12:22.185Z Compiling progenitor-client v0.13.0
18182026-07-16T17:12:22.487Z Compiling progenitor-impl v0.14.0
18192026-07-16T17:12:22.738Z Compiling snafu-derive v0.8.9
18202026-07-16T17:12:23.821Z Compiling unicode-normalization v0.1.25
18212026-07-16T17:12:24.104Z Compiling tokio-stream v0.1.18
18222026-07-16T17:12:24.185Z Compiling async-recursion v1.1.1
18232026-07-16T17:12:24.291Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18242026-07-16T17:12:24.473Z Compiling slog-dtrace v0.3.0
18252026-07-16T17:12:24.574Z Compiling bstr v1.12.1
18262026-07-16T17:12:24.600Z Compiling csv-core v0.1.13
18272026-07-16T17:12:24.725Z Compiling unicode-xid v0.2.6
18282026-07-16T17:12:24.847Z Compiling highway v1.3.0
18292026-07-16T17:12:24.861Z Compiling openssl v0.10.80
18302026-07-16T17:12:24.881Z Compiling foreign-types-shared v0.1.1
18312026-07-16T17:12:24.966Z Compiling foldhash v0.1.5
18322026-07-16T17:12:25.054Z Compiling chrono-tz v0.10.4
18332026-07-16T17:12:25.148Z Compiling same-file v1.0.6
18342026-07-16T17:12:25.148Z Compiling unicode-width v0.1.14
18352026-07-16T17:12:25.236Z Compiling cancel-safe-futures v0.1.5
18362026-07-16T17:12:25.285Z Compiling konst_macro_rules v0.2.19
18372026-07-16T17:12:25.329Z Compiling owo-colors v4.3.0
18382026-07-16T17:12:25.426Z Compiling konst v0.2.20
18392026-07-16T17:12:25.522Z Compiling walkdir v2.5.0
18402026-07-16T17:12:25.526Z Compiling hashbrown v0.15.5
18412026-07-16T17:12:25.664Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-07-16T17:12:25.725Z Compiling foreign-types v0.3.2
18432026-07-16T17:12:25.799Z Compiling globset v0.4.18
18442026-07-16T17:12:25.830Z Compiling const_format_proc_macros v0.2.34
18452026-07-16T17:12:25.866Z Compiling csv v1.4.0
18462026-07-16T17:12:26.020Z Compiling progenitor-macro v0.14.0
18472026-07-16T17:12:26.083Z Compiling progenitor v0.13.0
18482026-07-16T17:12:26.152Z Compiling qorb v0.4.1
18492026-07-16T17:12:26.218Z Compiling snafu v0.8.9
18502026-07-16T17:12:26.426Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-07-16T17:12:26.595Z Compiling olpc-cjson v0.1.4
18522026-07-16T17:12:26.626Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-07-16T17:12:26.814Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-07-16T17:12:28.363Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18552026-07-16T17:12:28.419Z Compiling rayon v1.12.0
18562026-07-16T17:12:28.701Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-07-16T17:12:28.961Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18582026-07-16T17:12:28.965Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-07-16T17:12:29.164Z Compiling phf v0.12.1
18602026-07-16T17:12:29.251Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-07-16T17:12:29.712Z Compiling zone_cfg_derive v0.3.1
18622026-07-16T17:12:30.174Z Compiling tokio-dtrace v0.1.1
18632026-07-16T17:12:30.348Z Compiling itertools v0.12.1
18642026-07-16T17:12:30.407Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18652026-07-16T17:12:30.436Z Compiling libsw-core v0.3.2
18662026-07-16T17:12:30.603Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-07-16T17:12:30.603Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18682026-07-16T17:12:31.016Z Compiling serde_plain v1.0.2
18692026-07-16T17:12:31.148Z Compiling openssl-macros v0.1.1
18702026-07-16T17:12:31.198Z Compiling pem v3.0.6
18712026-07-16T17:12:31.202Z Compiling cookie v0.18.1
18722026-07-16T17:12:31.468Z Compiling sigpipe v0.1.3
18732026-07-16T17:12:31.555Z Compiling bytecount v0.6.9
18742026-07-16T17:12:31.565Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-07-16T17:12:31.588Z Compiling typed-path v0.9.3
18762026-07-16T17:12:31.620Z Compiling glob v0.3.3
18772026-07-16T17:12:31.687Z Compiling fixedbitset v0.5.7
18782026-07-16T17:12:31.705Z Compiling fixedbitset v0.4.2
18792026-07-16T17:12:31.732Z Compiling jiff v0.2.28
18802026-07-16T17:12:31.856Z Compiling petgraph v0.6.5
18812026-07-16T17:12:31.929Z Compiling petgraph v0.8.3
18822026-07-16T17:12:32.109Z Compiling papergrid v0.11.0
18832026-07-16T17:12:32.968Z Compiling tough v0.22.0
18842026-07-16T17:12:33.425Z Compiling zone v0.3.1
18852026-07-16T17:12:33.776Z Compiling progenitor v0.14.0
18862026-07-16T17:12:33.879Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18872026-07-16T17:12:33.911Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-07-16T17:12:33.923Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18892026-07-16T17:12:34.104Z Compiling libsw v3.5.0
18902026-07-16T17:12:34.147Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-07-16T17:12:34.164Z Compiling oxide-tokio-rt v0.1.6
18922026-07-16T17:12:34.215Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18932026-07-16T17:12:34.269Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-07-16T17:12:34.360Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-16T17:12:35.276Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-07-16T17:12:35.447Z Compiling const_format v0.2.36
18972026-07-16T17:12:35.459Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-07-16T17:12:35.791Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18992026-07-16T17:12:36.078Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-07-16T17:12:36.192Z Compiling tabled_derive v0.7.0
19012026-07-16T17:12:36.195Z Compiling gethostname v0.5.0
19022026-07-16T17:12:36.312Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-07-16T17:12:36.344Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-16T17:12:36.432Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19052026-07-16T17:12:36.463Z Compiling smf v0.2.3
19062026-07-16T17:12:36.529Z Compiling bcs v0.1.6
19072026-07-16T17:12:36.738Z Compiling nom v8.0.0
19082026-07-16T17:12:36.882Z Compiling linear-map v1.2.0
19092026-07-16T17:12:37.074Z Compiling whoami v1.6.1
19102026-07-16T17:12:37.162Z Compiling smawk v0.3.2
19112026-07-16T17:12:37.252Z Compiling unicode-linebreak v0.1.5
19122026-07-16T17:12:37.297Z Compiling tagptr v0.2.0
19132026-07-16T17:12:37.390Z Compiling termtree v0.5.1
19142026-07-16T17:12:37.415Z Compiling lazy_static v1.5.0
19152026-07-16T17:12:37.445Z Compiling crunchy v0.2.4
19162026-07-16T17:12:37.499Z Compiling steno v0.4.1
19172026-07-16T17:12:37.515Z Compiling textwrap v0.16.2
19182026-07-16T17:12:37.537Z Compiling moka v0.12.15
19192026-07-16T17:12:37.761Z Compiling tabled v0.15.0
19202026-07-16T17:12:37.974Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-07-16T17:12:38.339Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-07-16T17:12:39.168Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-07-16T17:12:39.287Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-07-16T17:12:40.025Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-07-16T17:12:40.464Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-07-16T17:12:40.761Z Compiling hickory-proto v0.25.2
19272026-07-16T17:12:40.835Z Compiling tiny-keccak v2.0.2
19282026-07-16T17:12:41.088Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19292026-07-16T17:12:41.486Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19302026-07-16T17:12:42.069Z Compiling parking_lot_core v0.8.6
19312026-07-16T17:12:42.224Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19322026-07-16T17:12:42.553Z Compiling libscf-sys v1.2.0
19332026-07-16T17:12:42.608Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-07-16T17:12:42.699Z Compiling hickory-resolver v0.25.2
19352026-07-16T17:12:42.757Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19362026-07-16T17:12:42.992Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19372026-07-16T17:12:43.051Z Compiling const-random-macro v0.1.16
19382026-07-16T17:12:43.385Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19392026-07-16T17:12:43.454Z Compiling smartstring v1.0.1
19402026-07-16T17:12:43.486Z Compiling ahash v0.8.12
19412026-07-16T17:12:43.720Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-07-16T17:12:43.800Z Compiling parking_lot v0.11.2
19432026-07-16T17:12:44.034Z Compiling const-random v0.1.18
19442026-07-16T17:12:44.219Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19452026-07-16T17:12:44.336Z Compiling fxhash v0.2.1
19462026-07-16T17:12:44.436Z Compiling internet-checksum v0.2.1
19472026-07-16T17:12:44.458Z Compiling sled v0.34.7
19482026-07-16T17:12:44.722Z Compiling itertools v0.15.0
19492026-07-16T17:12:44.848Z Compiling thin-vec v0.2.18
19502026-07-16T17:12:44.990Z Compiling rhai_codegen v3.2.0
19512026-07-16T17:12:45.149Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19522026-07-16T17:12:45.230Z Compiling serial_test_derive v3.5.0
19532026-07-16T17:12:45.547Z Compiling yansi v1.0.1
19542026-07-16T17:12:45.868Z Compiling diff v0.1.13
19552026-07-16T17:12:45.968Z Compiling serial_test v3.5.0
19562026-07-16T17:12:46.027Z Compiling pretty_assertions v1.4.1
19572026-07-16T17:12:46.217Z Compiling rhai v1.25.1
19582026-07-16T17:12:46.856Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19592026-07-16T17:12:48.232Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19602026-07-16T17:12:56.529Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19612026-07-16T17:12:58.201Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19622026-07-16T17:12:59.235Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19632026-07-16T17:13:00.156Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19642026-07-16T17:13:00.957Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19652026-07-16T17:13:02.129Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19662026-07-16T17:13:34.727Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 17s
19672026-07-16T17:13:34.918Z────────────
19682026-07-16T17:13:34.918Z Nextest run ID ccb612f5-fa53-498f-b380-2b8a47a33ba0 with nextest profile: default
19692026-07-16T17:13:34.918Z Starting 154 tests across 3 binaries
19702026-07-16T17:13:34.926Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19712026-07-16T17:13:34.927Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19722026-07-16T17:13:34.927Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
19732026-07-16T17:13:34.927Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19742026-07-16T17:13:34.927Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19752026-07-16T17:13:34.927Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19762026-07-16T17:13:34.927Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19772026-07-16T17:13:34.932Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len
19782026-07-16T17:13:34.932Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19792026-07-16T17:13:34.932Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19802026-07-16T17:13:34.932Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19812026-07-16T17:13:34.932Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19822026-07-16T17:13:34.933Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19832026-07-16T17:13:34.943Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19842026-07-16T17:13:34.943Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19852026-07-16T17:13:34.948Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19862026-07-16T17:13:34.952Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19872026-07-16T17:13:34.952Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19882026-07-16T17:13:34.952Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19892026-07-16T17:13:34.952Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19902026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19912026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19922026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19932026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19942026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19952026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19962026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19972026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19982026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19992026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
20002026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
20012026-07-16T17:13:34.953Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
20022026-07-16T17:13:34.973Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
20032026-07-16T17:13:34.973Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
20042026-07-16T17:13:34.978Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
20052026-07-16T17:13:34.978Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
20062026-07-16T17:13:34.978Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
20072026-07-16T17:13:34.978Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
20082026-07-16T17:13:34.978Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
20092026-07-16T17:13:34.978Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
20102026-07-16T17:13:34.978Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
20112026-07-16T17:13:34.978Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
20122026-07-16T17:13:34.978Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
20132026-07-16T17:13:34.978Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
20142026-07-16T17:13:34.979Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
20152026-07-16T17:13:34.979Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
20162026-07-16T17:13:34.979Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
20172026-07-16T17:13:34.980Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
20182026-07-16T17:13:34.984Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
20192026-07-16T17:13:34.984Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
20202026-07-16T17:13:34.985Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
20212026-07-16T17:13:34.985Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
20222026-07-16T17:13:34.985Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
20232026-07-16T17:13:34.985Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
20242026-07-16T17:13:34.985Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
20252026-07-16T17:13:34.985Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
20262026-07-16T17:13:34.997Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
20272026-07-16T17:13:34.997Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
20282026-07-16T17:13:34.998Z PASS [ 0.010s] bgp messages::tests::prefix_within
20292026-07-16T17:13:35.264Z PASS [ 0.011s] bgp messages::tests::open_round_trip
20302026-07-16T17:13:35.264Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
20312026-07-16T17:13:35.264Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_round_trip
20322026-07-16T17:13:35.265Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
20332026-07-16T17:13:35.265Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20342026-07-16T17:13:35.265Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20352026-07-16T17:13:35.265Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20362026-07-16T17:13:35.265Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20372026-07-16T17:13:35.265Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20382026-07-16T17:13:35.265Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20392026-07-16T17:13:35.265Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20402026-07-16T17:13:35.265Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20412026-07-16T17:13:35.265Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20422026-07-16T17:13:35.302Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20432026-07-16T17:13:35.302Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20442026-07-16T17:13:35.302Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20452026-07-16T17:13:35.302Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20462026-07-16T17:13:35.302Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20472026-07-16T17:13:35.302Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20482026-07-16T17:13:35.302Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20492026-07-16T17:13:35.302Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20502026-07-16T17:13:35.302Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20512026-07-16T17:13:35.302Z PASS [ 0.011s] bgp messages::tests::route_refresh_round_trip
20522026-07-16T17:13:35.302Z PASS [ 0.011s] bgp messages::tests::test_nexthop_length_validation
20532026-07-16T17:13:35.302Z PASS [ 0.011s] bgp messages::tests::update_round_trip
20542026-07-16T17:13:35.302Z PASS [ 0.024s] bgp policy::test::open_add_4byte_as
20552026-07-16T17:13:35.302Z PASS [ 0.026s] bgp policy::test::update_drop_on_no_export
20562026-07-16T17:13:35.302Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
20572026-07-16T17:13:35.302Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
20582026-07-16T17:13:35.303Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20592026-07-16T17:13:35.303Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20602026-07-16T17:13:35.303Z PASS [ 0.021s] bgp policy::test::update_shape_community
20612026-07-16T17:13:35.303Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20622026-07-16T17:13:35.303Z PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence
20632026-07-16T17:13:35.303Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20642026-07-16T17:13:35.315Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20652026-07-16T17:13:35.315Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20662026-07-16T17:13:35.315Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20672026-07-16T17:13:35.315Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20682026-07-16T17:13:35.315Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20692026-07-16T17:13:35.315Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20702026-07-16T17:13:35.315Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20712026-07-16T17:13:35.315Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20722026-07-16T17:13:35.315Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20732026-07-16T17:13:35.315Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20742026-07-16T17:13:35.316Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20752026-07-16T17:13:35.316Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20762026-07-16T17:13:35.316Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20772026-07-16T17:13:35.316Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20782026-07-16T17:13:35.316Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20792026-07-16T17:13:35.316Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20802026-07-16T17:13:35.316Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20812026-07-16T17:13:35.316Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20822026-07-16T17:13:35.316Z PASS [ 0.031s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20832026-07-16T17:13:35.316Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20842026-07-16T17:13:35.316Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20852026-07-16T17:13:35.316Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20862026-07-16T17:13:35.316Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20872026-07-16T17:13:35.316Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20882026-07-16T17:13:35.316Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20892026-07-16T17:13:35.316Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20902026-07-16T17:13:35.316Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20912026-07-16T17:13:38.163Z PASS [ 3.068s] bgp test::test_basic_peering_passive
20922026-07-16T17:13:38.185Z PASS [ 3.065s] bgp test::test_basic_update
20932026-07-16T17:13:38.185Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
20942026-07-16T17:13:38.198Z PASS [ 3.082s] bgp test::test_basic_peering_active
20952026-07-16T17:13:38.198Z PASS [ 3.081s] bgp test::test_basic_peering_passive_tcp
20962026-07-16T17:13:38.198Z PASS [ 3.081s] bgp test::test_basic_update_tcp
20972026-07-16T17:13:38.198Z PASS [ 3.082s] bgp test::test_basic_update_ipv6_tcp
20982026-07-16T17:13:38.198Z PASS [ 3.090s] bgp test::test_basic_peering_active_tcp
20992026-07-16T17:13:41.270Z PASS [ 3.071s] bgp test::test_ipv6_basic_peering_active
21002026-07-16T17:13:41.289Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_passive
21012026-07-16T17:13:41.289Z PASS [ 3.080s] bgp test::test_ipv6_basic_peering_passive_tcp
21022026-07-16T17:13:43.531Z PASS [ 4.091s] bgp test::test_dual_stack_routes_ipv4_peer_success
21032026-07-16T17:13:43.531Z PASS [ 4.091s] bgp test::test_dual_stack_routes_ipv6_peer_success
21042026-07-16T17:13:43.531Z PASS [ 4.088s] bgp test::test_import_export_policy_filtering
21052026-07-16T17:13:43.531Z PASS [ 4.079s] bgp test::test_ipv4_routes_ipv6_peer_success
21062026-07-16T17:13:43.531Z PASS [ 4.075s] bgp test::test_ipv6_basic_peering_active_tcp
21072026-07-16T17:13:43.531Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
21082026-07-16T17:13:43.549Z PASS [ 1.100s] bgp test::test_three_router_chain_tcp_ipv6
21092026-07-16T17:13:43.549Z PASS [ 1.100s] bgp test::test_three_router_chain_tcp
21102026-07-16T17:13:44.076Z PASS [ 2.808s] bgp test::test_neighbor_thread_lifecycle_no_leaks
21112026-07-16T17:13:44.329Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
21122026-07-16T17:13:44.444Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
21132026-07-16T17:13:44.508Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21142026-07-16T17:13:44.508Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21152026-07-16T17:13:44.508Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21162026-07-16T17:13:44.508Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21172026-07-16T17:13:45.359Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
21182026-07-16T17:13:45.386Z PASS [ 4.075s] bgp test::test_ipv6_routes_ipv4_peer_success
21192026-07-16T17:13:47.344Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
21202026-07-16T17:13:49.141Z PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change
21212026-07-16T17:13:52.485Z PASS [ 9.063s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21222026-07-16T17:13:53.625Z PASS [ 9.060s] bgp test::test_unnumbered_unaffected_by_ndp
21232026-07-16T17:14:00.391Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
21242026-07-16T17:14:00.391Z────────────
21252026-07-16T17:14:00.391Z Summary [ 25.458s] 154 tests run: 154 passed, 0 skipped
21262026-07-16T17:14:00.442Z+ 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/
21272026-07-16T17:14:00.442Z+ popd
21282026-07-16T17:14:00.442Z+ pushd mgd
21292026-07-16T17:14:00.442Z/work/oxidecomputer/maghemite
21302026-07-16T17:14:00.442Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21312026-07-16T17:14:00.442Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21322026-07-16T17:14:01.586Z Compiling slog v2.8.2
21332026-07-16T17:14:01.747Z Compiling usdt v0.6.0
21342026-07-16T17:14:01.842Z Compiling proc-macro-error-attr2 v2.0.0
21352026-07-16T17:14:01.860Z Compiling papergrid v0.18.0
21362026-07-16T17:14:01.860Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21372026-07-16T17:14:01.860Z Compiling testing_table v0.3.0
21382026-07-16T17:14:01.961Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21392026-07-16T17:14:01.996Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21402026-07-16T17:14:01.996Z Compiling crc8 v0.1.1
21412026-07-16T17:14:02.075Z Compiling slog-json v2.6.1
21422026-07-16T17:14:02.084Z Compiling slog-term v2.9.2
21432026-07-16T17:14:02.215Z Compiling slog-async v2.8.0
21442026-07-16T17:14:02.361Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21452026-07-16T17:14:02.392Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-07-16T17:14:02.444Z Compiling slog-bunyan v2.5.0
21472026-07-16T17:14:02.560Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-07-16T17:14:02.574Z Compiling dropshot v0.17.1
21492026-07-16T17:14:02.764Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-07-16T17:14:02.873Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-07-16T17:14:02.918Z Compiling slog-dtrace v0.3.0
21522026-07-16T17:14:02.918Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21532026-07-16T17:14:03.137Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-07-16T17:14:03.442Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21552026-07-16T17:14:03.891Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-07-16T17:14:03.995Z Compiling steno v0.4.1
21572026-07-16T17:14:04.058Z Compiling proc-macro-error2 v2.0.1
21582026-07-16T17:14:04.247Z Compiling tabled_derive v0.11.0
21592026-07-16T17:14:04.746Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21602026-07-16T17:14:05.400Z Compiling tabled v0.21.0
21612026-07-16T17:14:06.401Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-07-16T17:14:07.207Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-07-16T17:14:08.159Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-07-16T17:14:09.298Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
21652026-07-16T17:14:09.570Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-07-16T17:14:09.635Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21672026-07-16T17:14:09.635Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21682026-07-16T17:14:09.635Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-07-16T17:14:09.635Z Compiling dropshot-api-manager-types v0.7.2
21702026-07-16T17:14:09.858Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21712026-07-16T17:14:10.111Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
21722026-07-16T17:14:10.386Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-07-16T17:14:12.396Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-07-16T17:14:12.523Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-07-16T17:14:12.658Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-07-16T17:14:12.658Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-07-16T17:14:13.301Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-07-16T17:14:13.552Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-07-16T17:14:14.195Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-07-16T17:14:14.227Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-07-16T17:14:14.254Z Compiling port-file v0.1.0
21822026-07-16T17:14:14.832Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-07-16T17:14:14.962Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-07-16T17:14:15.179Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-07-16T17:14:20.217Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-07-16T17:14:20.217Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-07-16T17:14:21.302Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-07-16T17:14:21.422Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-07-16T17:14:21.443Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-07-16T17:14:21.457Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-07-16T17:14:21.697Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-07-16T17:14:29.397Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-07-16T17:14:37.032Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-07-16T17:14:38.636Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-07-16T17:14:39.757Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21962026-07-16T17:14:40.878Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21972026-07-16T17:14:42.214Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21982026-07-16T17:14:42.659Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21992026-07-16T17:14:42.659Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22002026-07-16T17:14:42.695Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22012026-07-16T17:14:48.240Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22022026-07-16T17:15:15.735Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
22032026-07-16T17:15:15.931Z────────────
22042026-07-16T17:15:15.931Z Nextest run ID cf9c3263-7200-49f3-8dde-78c7c57620bd with nextest profile: default
22052026-07-16T17:15:15.931Z Starting 40 tests across 3 binaries
22062026-07-16T17:15:15.959Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22072026-07-16T17:15:15.959Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22082026-07-16T17:15:15.959Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22092026-07-16T17:15:15.959Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22102026-07-16T17:15:15.959Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::source_ports_sweep_ephemeral_window
22112026-07-16T17:15:15.960Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
22122026-07-16T17:15:15.960Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
22132026-07-16T17:15:15.991Z PASS [ 0.065s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
22142026-07-16T17:15:15.992Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22152026-07-16T17:15:15.992Z PASS [ 0.060s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
22162026-07-16T17:15:15.992Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22172026-07-16T17:15:15.992Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22182026-07-16T17:15:16.051Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
22192026-07-16T17:15:16.052Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
22202026-07-16T17:15:16.052Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22212026-07-16T17:15:16.052Z PASS [ 0.076s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
22222026-07-16T17:15:16.052Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22232026-07-16T17:15:16.052Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22242026-07-16T17:15:16.052Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22252026-07-16T17:15:16.052Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22262026-07-16T17:15:16.052Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22272026-07-16T17:15:16.052Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22282026-07-16T17:15:16.052Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22292026-07-16T17:15:16.052Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22302026-07-16T17:15:16.052Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22312026-07-16T17:15:16.052Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22322026-07-16T17:15:16.052Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22332026-07-16T17:15:16.052Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22342026-07-16T17:15:16.052Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22352026-07-16T17:15:16.052Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22362026-07-16T17:15:16.052Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22372026-07-16T17:15:16.114Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22382026-07-16T17:15:16.114Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22392026-07-16T17:15:16.114Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22402026-07-16T17:15:16.114Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22412026-07-16T17:15:16.114Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22422026-07-16T17:15:16.114Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22432026-07-16T17:15:16.114Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22442026-07-16T17:15:16.114Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22452026-07-16T17:15:16.114Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22462026-07-16T17:15:16.114Z────────────
22472026-07-16T17:15:16.114Z Summary [ 0.122s] 40 tests run: 40 passed, 0 skipped
22482026-07-16T17:15:16.114Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22492026-07-16T17:15:16.114Z+ popd
22502026-07-16T17:15:16.114Z/work/oxidecomputer/maghemite
22512026-07-16T17:15:16.114Zprocess exited: duration 476265 ms, exit code 0
 
22522026-07-16T17:15:16.221Zfound 69 output files
22532026-07-16T17:15:16.222Zuploading: /work/apply_change_peer_asn.log (17348 bytes)
22542026-07-16T17:15:17.674Zuploaded: /work/apply_change_peer_asn.log
22552026-07-16T17:15:17.674Zuploading: /work/apply_empty_removes_peers.log (19100 bytes)
22562026-07-16T17:15:19.038Zuploaded: /work/apply_empty_removes_peers.log
22572026-07-16T17:15:19.039Zuploading: /work/apply_remove_entire_group.log (8567 bytes)
22582026-07-16T17:15:20.107Zuploaded: /work/apply_remove_entire_group.log
22592026-07-16T17:15:20.107Zuploading: /work/delete_router_removes_router_state.log (23997 bytes)
22602026-07-16T17:15:21.803Zuploaded: /work/delete_router_removes_router_state.log
22612026-07-16T17:15:21.804Zuploading: /work/dualstack_routes.log (84440 bytes)
22622026-07-16T17:15:24.209Zuploaded: /work/dualstack_routes.log
22632026-07-16T17:15:24.209Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2258 bytes)
22642026-07-16T17:15:26.624Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22652026-07-16T17:15:26.625Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1437 bytes)
22662026-07-16T17:15:28.653Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22672026-07-16T17:15:28.653Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2253 bytes)
22682026-07-16T17:15:30.402Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22692026-07-16T17:15:30.402Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2204 bytes)
22702026-07-16T17:15:31.839Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22712026-07-16T17:15:31.839Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2186 bytes)
22722026-07-16T17:15:33.203Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22732026-07-16T17:15:33.203Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2234 bytes)
22742026-07-16T17:15:34.807Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22752026-07-16T17:15:34.807Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2944 bytes)
22762026-07-16T17:15:37.812Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22772026-07-16T17:15:37.812Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2268 bytes)
22782026-07-16T17:15:40.902Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22792026-07-16T17:15:40.902Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2244 bytes)
22802026-07-16T17:15:43.758Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22812026-07-16T17:15:43.759Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2314 bytes)
22822026-07-16T17:15:46.554Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22832026-07-16T17:15:46.554Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2261 bytes)
22842026-07-16T17:15:48.428Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22852026-07-16T17:15:48.428Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2437 bytes)
22862026-07-16T17:15:49.827Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22872026-07-16T17:15:49.827Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4736 bytes)
22882026-07-16T17:15:51.304Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22892026-07-16T17:15:51.305Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3513 bytes)
22902026-07-16T17:15:52.703Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22912026-07-16T17:15:52.703Zuploading: /work/multiple_unnumbered.log (139415 bytes)
22922026-07-16T17:15:54.620Zuploaded: /work/multiple_unnumbered.log
22932026-07-16T17:15:54.620Zuploading: /work/ndp_change_reset.log (70257 bytes)
22942026-07-16T17:15:56.189Zuploaded: /work/ndp_change_reset.log
22952026-07-16T17:15:56.189Zuploading: /work/ndp_changes.log (88811 bytes)
22962026-07-16T17:15:58.080Zuploaded: /work/ndp_changes.log
22972026-07-16T17:15:58.080Zuploading: /work/r1.test_basic_peering_active.log (40327 bytes)
22982026-07-16T17:15:59.314Zuploaded: /work/r1.test_basic_peering_active.log
22992026-07-16T17:15:59.314Zuploading: /work/r1.test_basic_peering_active_tcp.log (45517 bytes)
23002026-07-16T17:16:00.450Zuploaded: /work/r1.test_basic_peering_active_tcp.log
23012026-07-16T17:16:00.451Zuploading: /work/r1.test_basic_peering_passive.log (33957 bytes)
23022026-07-16T17:16:02.116Zuploaded: /work/r1.test_basic_peering_passive.log
23032026-07-16T17:16:02.116Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39690 bytes)
23042026-07-16T17:16:03.352Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
23052026-07-16T17:16:03.352Zuploading: /work/r1.test_basic_update.log (28714 bytes)
23062026-07-16T17:16:04.688Zuploaded: /work/r1.test_basic_update.log
23072026-07-16T17:16:04.688Zuploading: /work/r1.test_basic_update_ipv6.log (28265 bytes)
23082026-07-16T17:16:06.226Zuploaded: /work/r1.test_basic_update_ipv6.log
23092026-07-16T17:16:06.226Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31079 bytes)
23102026-07-16T17:16:07.544Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
23112026-07-16T17:16:07.545Zuploading: /work/r1.test_basic_update_tcp.log (31162 bytes)
23122026-07-16T17:16:09.508Zuploaded: /work/r1.test_basic_update_tcp.log
23132026-07-16T17:16:09.809Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43568 bytes)
23142026-07-16T17:16:11.445Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23152026-07-16T17:16:11.445Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43932 bytes)
23162026-07-16T17:16:13.072Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23172026-07-16T17:16:13.072Zuploading: /work/r1.test_import_export_policy_filtering.log (40205 bytes)
23182026-07-16T17:16:14.580Zuploaded: /work/r1.test_import_export_policy_filtering.log
23192026-07-16T17:16:14.580Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35904 bytes)
23202026-07-16T17:16:15.673Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23212026-07-16T17:16:15.673Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40276 bytes)
23222026-07-16T17:16:17.091Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23232026-07-16T17:16:17.091Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48968 bytes)
23242026-07-16T17:16:18.204Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23252026-07-16T17:16:18.204Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33678 bytes)
23262026-07-16T17:16:19.303Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23272026-07-16T17:16:19.309Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39618 bytes)
23282026-07-16T17:16:21.488Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23292026-07-16T17:16:21.488Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36901 bytes)
23302026-07-16T17:16:23.366Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23312026-07-16T17:16:23.366Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29942 bytes)
23322026-07-16T17:16:24.635Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23332026-07-16T17:16:24.636Zuploading: /work/r1.test_three_router_chain_tcp.log (25859 bytes)
23342026-07-16T17:16:25.816Zuploaded: /work/r1.test_three_router_chain_tcp.log
23352026-07-16T17:16:25.816Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25931 bytes)
23362026-07-16T17:16:26.992Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23372026-07-16T17:16:26.992Zuploading: /work/r2.test_basic_peering_active.log (38981 bytes)
23382026-07-16T17:16:29.042Zuploaded: /work/r2.test_basic_peering_active.log
23392026-07-16T17:16:29.042Zuploading: /work/r2.test_basic_peering_active_tcp.log (44390 bytes)
23402026-07-16T17:16:30.148Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23412026-07-16T17:16:30.148Zuploading: /work/r2.test_basic_peering_passive.log (41798 bytes)
23422026-07-16T17:16:31.857Zuploaded: /work/r2.test_basic_peering_passive.log
23432026-07-16T17:16:31.857Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46699 bytes)
23442026-07-16T17:16:33.148Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23452026-07-16T17:16:33.149Zuploading: /work/r2.test_basic_update.log (29160 bytes)
23462026-07-16T17:16:39.461Zuploaded: /work/r2.test_basic_update.log
23472026-07-16T17:16:39.461Zuploading: /work/r2.test_basic_update_ipv6.log (26546 bytes)
23482026-07-16T17:16:41.171Zuploaded: /work/r2.test_basic_update_ipv6.log
23492026-07-16T17:16:41.171Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32791 bytes)
23502026-07-16T17:16:42.532Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23512026-07-16T17:16:42.532Zuploading: /work/r2.test_basic_update_tcp.log (32341 bytes)
23522026-07-16T17:16:43.721Zuploaded: /work/r2.test_basic_update_tcp.log
23532026-07-16T17:16:43.721Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (42190 bytes)
23542026-07-16T17:16:45.732Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23552026-07-16T17:16:45.732Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43821 bytes)
23562026-07-16T17:16:47.782Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23572026-07-16T17:16:47.782Zuploading: /work/r2.test_import_export_policy_filtering.log (36555 bytes)
23582026-07-16T17:16:50.474Zuploaded: /work/r2.test_import_export_policy_filtering.log
23592026-07-16T17:16:50.474Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38294 bytes)
23602026-07-16T17:16:51.948Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23612026-07-16T17:16:51.948Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38930 bytes)
23622026-07-16T17:16:53.504Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23632026-07-16T17:16:53.504Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47801 bytes)
23642026-07-16T17:16:55.727Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23652026-07-16T17:16:55.727Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41289 bytes)
23662026-07-16T17:16:58.347Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23672026-07-16T17:16:58.347Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46663 bytes)
23682026-07-16T17:17:03.366Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23692026-07-16T17:17:03.366Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38173 bytes)
23702026-07-16T17:17:07.075Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23712026-07-16T17:17:07.075Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28073 bytes)
23722026-07-16T17:17:09.656Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23732026-07-16T17:17:09.656Zuploading: /work/r2.test_three_router_chain_tcp.log (44829 bytes)
23742026-07-16T17:17:10.888Zuploaded: /work/r2.test_three_router_chain_tcp.log
23752026-07-16T17:17:10.888Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45053 bytes)
23762026-07-16T17:17:12.597Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23772026-07-16T17:17:12.597Zuploading: /work/r3.test_three_router_chain_tcp.log (21371 bytes)
23782026-07-16T17:17:15.101Zuploaded: /work/r3.test_three_router_chain_tcp.log
23792026-07-16T17:17:15.101Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21437 bytes)
23802026-07-16T17:17:17.096Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23812026-07-16T17:17:17.124Zuploading: /work/same_linklocal.log (125347 bytes)
23822026-07-16T17:17:19.177Zuploaded: /work/same_linklocal.log
23832026-07-16T17:17:19.177Zuploading: /work/three_chain.log (131436 bytes)
23842026-07-16T17:17:20.314Zuploaded: /work/three_chain.log
23852026-07-16T17:17:20.314Zuploading: /work/unnumbered_expiry.log (90518 bytes)
23862026-07-16T17:17:21.408Zuploaded: /work/unnumbered_expiry.log
23872026-07-16T17:17:21.408Zuploading: /work/unnumbered_interface_lifecycle.log (153569 bytes)
23882026-07-16T17:17:22.473Zuploaded: /work/unnumbered_interface_lifecycle.log
23892026-07-16T17:17:22.473Zuploading: /work/unnumbered_peer_change.log (79143 bytes)
23902026-07-16T17:17:23.538Zuploaded: /work/unnumbered_peer_change.log