01KVDE2B9RCSSH2BZTA8C9QSKN: 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: 01KVDE2VJZEN5MNENBKVRMZDS9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T13:18:44.981Zjob assigned to worker 01KVDE38ENJ5H4ZW0SJJ3CB3WG [factory aws, i-0593b887b26aa1dcc] (queued for 57 s)
 
22026-06-18T13:18:51.602Zstarting task 0: "setup"
32026-06-18T13:18:51.607Z++ uname -s
42026-06-18T13:18:51.610Z+ kern=SunOS
52026-06-18T13:18:51.610Z+ build_user=build
62026-06-18T13:18:51.610Z+ build_uid=12345
72026-06-18T13:18:51.610Z+ work_dir=/work
82026-06-18T13:18:51.610Z+ input_dir=/input
92026-06-18T13:18:51.610Z+ [[ 0 == 12345 ]]
102026-06-18T13:18:51.610Z+ case "$kern" in
112026-06-18T13:18:51.610Z+ groupadd -g 12345 build
122026-06-18T13:18:51.613Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T13:18:53.616Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T13:18:53.698Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T13:18:53.701Z+ home_fs=zfs
162026-06-18T13:18:53.701Z+ [[ zfs == autofs ]]
172026-06-18T13:18:53.701Z+ mkdir -p /home/build
182026-06-18T13:18:53.701Z+ chown build:build /home/build /work
192026-06-18T13:18:55.702Z+ chmod 0700 /home/build /work
202026-06-18T13:18:55.706Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-18T13:18:55.711Zstarting task 1: "rust-toolchain"
222026-06-18T13:18:55.715Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-18T13:18:55.715Z * rust toolchain channel = "stable"
242026-06-18T13:18:55.715Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-18T13:18:55.715Z * rust toolchain profile = "default"
262026-06-18T13:18:55.715Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T13:18:55.715Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T13:18:55.718Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T13:18:55.718Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-18T13:18:55.814Zinfo: downloading installer
312026-06-18T13:18:57.271Zwarn: It looks like you have an existing installation of Rust at:
322026-06-18T13:18:57.271Zwarn: /opt/ooce/bin
332026-06-18T13:18:57.271Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-18T13:18:57.271Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-18T13:18:57.271Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-18T13:18:57.271Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-18T13:18:57.271Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-18T13:18:57.271Zerror: cannot install while Rust is installed
392026-06-18T13:18:57.271Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-18T13:18:57.274Zwarn: It looks like you have an existing rustup settings file at:
412026-06-18T13:18:57.274Zwarn: /home/build/.rustup/settings.toml
422026-06-18T13:18:57.274Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-18T13:18:57.274Zwarn: instead of the one inferred from the default host triple.
442026-06-18T13:18:57.284Zinfo: profile set to default
452026-06-18T13:18:57.284Zinfo: default host triple is x86_64-unknown-illumos
462026-06-18T13:18:57.287Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-18T13:18:57.436Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-18T13:18:57.439Zinfo: downloading 6 components
492026-06-18T13:19:12.597Z
502026-06-18T13:19:12.597Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-18T13:19:12.632Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-18T13:19:12.632Z
532026-06-18T13:19:12.635Z
542026-06-18T13:19:12.635ZRust is installed now. Great!
552026-06-18T13:19:12.635Z
562026-06-18T13:19:12.635ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-18T13:19:12.635Zenvironment variable. This has not been done automatically.
582026-06-18T13:19:12.635Z
592026-06-18T13:19:12.635ZTo configure your current shell, you need to source
602026-06-18T13:19:12.635Zthe corresponding env file under $HOME/.cargo.
612026-06-18T13:19:12.635Z
622026-06-18T13:19:12.635ZThis is usually done by running one of the following (note the leading DOT):
632026-06-18T13:19:12.635Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-18T13:19:12.635Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-18T13:19:12.635Zsource "~/.cargo/env.nu" # For nushell
662026-06-18T13:19:12.635Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-18T13:19:12.635Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-18T13:19:12.635Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-18T13:19:12.635Zwarn: no default linker (`cc`) was found in your PATH
702026-06-18T13:19:12.635Zwarn: many Rust crates require a system C toolchain to build
712026-06-18T13:19:12.732Z+ rustup --version
722026-06-18T13:19:12.741Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-18T13:19:12.744Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-18T13:19:12.763Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-18T13:19:12.766Z+ cargo --version
762026-06-18T13:19:12.779Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-18T13:19:12.782Z+ rustc --version
782026-06-18T13:19:12.801Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-18T13:19:12.804Zprocess exited: duration 17090 ms, exit code 0
 
802026-06-18T13:19:12.810Zstarting task 2: "authentication"
812026-06-18T13:19:12.826Zprocess exited: duration 16 ms, exit code 0
 
822026-06-18T13:19:12.832Zstarting task 3: "clone repository"
832026-06-18T13:19:12.835Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-18T13:19:12.838Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-18T13:19:12.867ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-18T13:19:14.327Z+ cd /work/oxidecomputer/maghemite
872026-06-18T13:19:14.327Z+ git fetch origin a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
882026-06-18T13:19:14.609ZFrom https://github.com/oxidecomputer/maghemite
892026-06-18T13:19:14.609Z * branch a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d -> FETCH_HEAD
902026-06-18T13:19:14.614Z+ [[ -n trey/ttl-dscp ]]
912026-06-18T13:19:14.617Z++ git branch --show-current
922026-06-18T13:19:14.617Z+ current=main
932026-06-18T13:19:14.618Z+ [[ main != trey/ttl-dscp ]]
942026-06-18T13:19:14.618Z+ git branch -f trey/ttl-dscp a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
952026-06-18T13:19:14.621Z+ git checkout -f trey/ttl-dscp
962026-06-18T13:19:14.638ZSwitched to branch 'trey/ttl-dscp'
972026-06-18T13:19:14.642Z+ git reset --hard a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
982026-06-18T13:19:14.656ZHEAD is now at a5bbbd0 Merge branch 'main' into trey/ttl-dscp
992026-06-18T13:19:14.659Zprocess exited: duration 1825 ms, exit code 0
 
1002026-06-18T13:19:14.666Zstarting task 4: "build"
1012026-06-18T13:19:14.669Z+ set -e
1022026-06-18T13:19:14.669Z+ source .github/buildomat/test-common.sh
1032026-06-18T13:19:14.672Z++ NEXTEST_VERSION=0.9.97
1042026-06-18T13:19:14.672Z++ PLATFORM=illumos
1052026-06-18T13:19:14.672Z++ banner install
1062026-06-18T13:19:14.672Z
1072026-06-18T13:19:14.672Z # # # #### ##### ## # #
1082026-06-18T13:19:14.673Z # ## # # # # # # #
1092026-06-18T13:19:14.673Z # # # # #### # # # # #
1102026-06-18T13:19:14.673Z # # # # # # ###### # #
1112026-06-18T13:19:14.673Z # # ## # # # # # # #
1122026-06-18T13:19:14.673Z # # # #### # # # ###### ######
1132026-06-18T13:19:14.673Z
1142026-06-18T13:19:14.673Z++ set +o errexit
1152026-06-18T13:19:14.673Z++ pkg info clang-15
1162026-06-18T13:19:14.676Z++ grep -qi installed
1172026-06-18T13:19:15.893Zpkg: info: no packages matching the following patterns you specified are
1182026-06-18T13:19:15.893Zinstalled on the system. Try querying remotely instead:
1192026-06-18T13:19:15.893Z
1202026-06-18T13:19:15.893Z clang-15
1212026-06-18T13:19:15.931Z++ [[ 1 != 0 ]]
1222026-06-18T13:19:15.931Z++ set -o errexit
1232026-06-18T13:19:15.934Z++ pfexec pkg install clang-15
1242026-06-18T13:19:23.181Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-18T13:19:30.895Z Startup: Caching catalogs ... Done
1262026-06-18T13:19:38.170ZPlanning: Solver setup ... Done
1272026-06-18T13:19:38.211ZPlanning: Running solver ... Done
1282026-06-18T13:19:38.350ZPlanning: Finding local manifests ... Done
1292026-06-18T13:19:38.382ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-18T13:19:38.483ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-18T13:19:38.513ZPlanning: Package planning ... Done
1322026-06-18T13:19:38.539ZPlanning: Merging actions ... Done
1332026-06-18T13:19:38.647ZPlanning: Checking for conflicting actions ... Done
1342026-06-18T13:19:38.653ZPlanning: Consolidating action changes ... Done
1352026-06-18T13:19:39.353ZPlanning: Evaluating mediators ... Done
1362026-06-18T13:19:39.359ZPlanning: Planning completed in 8.30 seconds
1372026-06-18T13:19:39.370Z Packages to install: 2
1382026-06-18T13:19:39.373Z Mediators to change: 2
1392026-06-18T13:19:39.373Z Services to change: 1
1402026-06-18T13:19:39.373Z Create boot environment: No
1412026-06-18T13:19:39.373ZCreate backup boot environment: No
1422026-06-18T13:19:39.412Z
1432026-06-18T13:19:39.412ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-18T13:19:44.412ZDownload: 924/3076 items 77.7/211.3MB 36% complete (15.6M/s)
1452026-06-18T13:19:49.415ZDownload: 1523/3076 items 116.1/211.3MB 54% complete (11.9M/s)
1462026-06-18T13:19:54.573ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (9.9M/s)
1472026-06-18T13:19:59.575ZDownload: 2493/3076 items 119.5/211.3MB 56% complete (306k/s)
1482026-06-18T13:20:04.869ZDownload: 3028/3076 items 201.4/211.3MB 95% complete (9.0M/s)
1492026-06-18T13:20:24.298ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
1502026-06-18T13:20:24.881ZDownload: Completed 211.31 MB in 45.47 seconds (4.7M/s)
1512026-06-18T13:20:25.034Z Actions: 1/3418 actions (Installing new actions)
1522026-06-18T13:20:28.181Z Actions: Completed 3418 actions in 3.15 seconds.
1532026-06-18T13:20:28.825Z Done
1542026-06-18T13:20:28.825Z Done
1552026-06-18T13:20:29.579Z Done
1562026-06-18T13:20:32.949Z Done
1572026-06-18T13:20:33.019Z Done
1582026-06-18T13:20:33.022Z Done
1592026-06-18T13:20:33.358Z Done
1602026-06-18T13:20:34.032Z++ set -o errexit
1612026-06-18T13:20:34.032Z++ cargo --version
1622026-06-18T13:20:34.038Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-18T13:20:34.195Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-18T13:20:34.199Zinfo: downloading 6 components
1652026-06-18T13:20:49.600Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-18T13:20:49.603Z++ rustc --version
1672026-06-18T13:20:49.629Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-18T13:20:49.632Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-18T13:20:49.674Z Updating crates.io index
1702026-06-18T13:20:49.793Z Downloading crates ...
1712026-06-18T13:20:49.848Z Downloaded cargo-nextest v0.9.97
1722026-06-18T13:20:49.912Z Installing cargo-nextest v0.9.97
1732026-06-18T13:20:49.951Z Updating crates.io index
1742026-06-18T13:20:52.504Z Locking 390 packages to latest compatible versions
1752026-06-18T13:20:52.509Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-18T13:20:52.511Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-18T13:20:52.511Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-18T13:20:52.511Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-18T13:20:52.514Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-18T13:20:52.514Z Adding itertools v0.14.0 (available: v0.15.0)
1812026-06-18T13:20:52.514Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1822026-06-18T13:20:52.514Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-06-18T13:20:52.518Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1842026-06-18T13:20:52.522Z Adding quick-junit v0.5.2 (available: v0.6.0)
1852026-06-18T13:20:52.547Z Downloading crates ...
1862026-06-18T13:20:52.619Z Downloaded addr2line v0.25.1
1872026-06-18T13:20:52.622Z Downloaded erased-serde v0.4.10
1882026-06-18T13:20:52.628Z Downloaded adler2 v2.0.1
1892026-06-18T13:20:52.631Z Downloaded autocfg v1.5.1
1902026-06-18T13:20:52.634Z Downloaded anstyle-query v1.1.5
1912026-06-18T13:20:52.637Z Downloaded derive-where v1.6.1
1922026-06-18T13:20:52.641Z Downloaded itoa v1.0.18
1932026-06-18T13:20:52.644Z Downloaded bitflags v2.13.0
1942026-06-18T13:20:52.647Z Downloaded native-tls v0.2.18
1952026-06-18T13:20:52.650Z Downloaded ordered-float v2.10.1
1962026-06-18T13:20:52.650Z Downloaded atomicwrites v0.4.4
1972026-06-18T13:20:52.654Z Downloaded document-features v0.2.12
1982026-06-18T13:20:52.654Z Downloaded cfg-if v1.0.4
1992026-06-18T13:20:52.660Z Downloaded http-body v1.0.1
2002026-06-18T13:20:52.662Z Downloaded color-spantrace v0.3.0
2012026-06-18T13:20:52.666Z Downloaded http v1.4.2
2022026-06-18T13:20:52.669Z Downloaded openssl-probe v0.2.1
2032026-06-18T13:20:52.671Z Downloaded errno v0.3.14
2042026-06-18T13:20:52.671Z Downloaded enable-ansi-support v0.2.1
2052026-06-18T13:20:52.674Z Downloaded humantime-serde v1.1.1
2062026-06-18T13:20:52.674Z Downloaded equivalent v1.0.2
2072026-06-18T13:20:52.678Z Downloaded jobserver v0.1.34
2082026-06-18T13:20:52.681Z Downloaded indenter v0.3.4
2092026-06-18T13:20:52.681Z Downloaded self_update v0.42.0
2102026-06-18T13:20:52.681Z Downloaded cargo-platform v0.3.3
2112026-06-18T13:20:52.684Z Downloaded either v1.16.0
2122026-06-18T13:20:52.684Z Downloaded nested v0.1.1
2132026-06-18T13:20:52.686Z Downloaded idna_adapter v1.0.0
2142026-06-18T13:20:52.686Z Downloaded cpufeatures v0.2.17
2152026-06-18T13:20:52.686Z Downloaded debug-ignore v1.0.5
2162026-06-18T13:20:52.689Z Downloaded bytes v1.12.0
2172026-06-18T13:20:52.692Z Downloaded backtrace-ext v0.2.1
2182026-06-18T13:20:52.695Z Downloaded httparse v1.10.1
2192026-06-18T13:20:52.695Z Downloaded cargo-util-schemas v0.2.0
2202026-06-18T13:20:52.698Z Downloaded fixedbitset v0.5.7
2212026-06-18T13:20:52.698Z Downloaded openssl-macros v0.1.1
2222026-06-18T13:20:52.703Z Downloaded home v0.5.12
2232026-06-18T13:20:52.703Z Downloaded clap_derive v4.6.1
2242026-06-18T13:20:52.712Z Downloaded cargo_metadata v0.20.0
2252026-06-18T13:20:52.712Z Downloaded async-scoped v0.9.0
2262026-06-18T13:20:52.712Z Downloaded mukti-metadata v0.3.0
2272026-06-18T13:20:52.712Z Downloaded hyper-tls v0.6.0
2282026-06-18T13:20:52.712Z Downloaded http-body-util v0.1.3
2292026-06-18T13:20:52.712Z Downloaded is_terminal_polyfill v1.70.2
2302026-06-18T13:20:52.712Z Downloaded form_urlencoded v1.2.2
2312026-06-18T13:20:52.712Z Downloaded clap_lex v1.1.0
2322026-06-18T13:20:52.712Z Downloaded scopeguard v1.2.0
2332026-06-18T13:20:52.712Z Downloaded rustc-hash v2.1.2
2342026-06-18T13:20:52.716Z Downloaded lazy_static v1.5.0
2352026-06-18T13:20:52.716Z Downloaded guppy-workspace-hack v0.1.0
2362026-06-18T13:20:52.716Z Downloaded atomic-waker v1.1.2
2372026-06-18T13:20:52.716Z Downloaded anstyle v1.0.14
2382026-06-18T13:20:52.717Z Downloaded rustc_version v0.4.1
2392026-06-18T13:20:52.719Z Downloaded hex v0.4.3
2402026-06-18T13:20:52.719Z Downloaded percent-encoding v2.3.2
2412026-06-18T13:20:52.723Z Downloaded miette-derive v7.6.0
2422026-06-18T13:20:52.723Z Downloaded is_ci v1.2.0
2432026-06-18T13:20:52.723Z Downloaded cargo-platform v0.2.0
2442026-06-18T13:20:52.726Z Downloaded nextest-workspace-hack v0.1.0
2452026-06-18T13:20:52.726Z Downloaded lru-slab v0.1.2
2462026-06-18T13:20:52.726Z Downloaded generic-array v0.14.7
2472026-06-18T13:20:52.730Z Downloaded nextest-metadata v0.12.2
2482026-06-18T13:20:52.730Z Downloaded humantime v2.3.0
2492026-06-18T13:20:52.730Z Downloaded foreign-types v0.3.2
2502026-06-18T13:20:52.735Z Downloaded futures-task v0.3.32
2512026-06-18T13:20:52.735Z Downloaded futures-io v0.3.32
2522026-06-18T13:20:52.735Z Downloaded futures-sink v0.3.32
2532026-06-18T13:20:52.735Z Downloaded fnv v1.0.7
2542026-06-18T13:20:52.735Z Downloaded hyper-rustls v0.27.9
2552026-06-18T13:20:52.738Z Downloaded pathdiff v0.2.3
2562026-06-18T13:20:52.738Z Downloaded crypto-common v0.1.7
2572026-06-18T13:20:52.738Z Downloaded foreign-types-shared v0.1.1
2582026-06-18T13:20:52.738Z Downloaded find-msvc-tools v0.1.9
2592026-06-18T13:20:52.738Z Downloaded convert_case v0.10.0
2602026-06-18T13:20:52.741Z Downloaded fastrand v2.4.1
2612026-06-18T13:20:52.741Z Downloaded digest v0.10.7
2622026-06-18T13:20:52.744Z Downloaded colorchoice v1.0.5
2632026-06-18T13:20:52.744Z Downloaded indent_write v2.2.0
2642026-06-18T13:20:52.747Z Downloaded foldhash v0.1.5
2652026-06-18T13:20:52.750Z Downloaded os_pipe v1.2.3
2662026-06-18T13:20:52.759Z Downloaded futures-macro v0.3.32
2672026-06-18T13:20:52.761Z Downloaded futures-core v0.3.32
2682026-06-18T13:20:52.761Z Downloaded heck v0.5.0
2692026-06-18T13:20:52.765Z Downloaded cfg_aliases v0.2.1
2702026-06-18T13:20:52.765Z Downloaded block-buffer v0.10.4
2712026-06-18T13:20:52.770Z Downloaded quote v1.0.45
2722026-06-18T13:20:52.773Z Downloaded anstyle-parse v1.0.0
2732026-06-18T13:20:52.777Z Downloaded ahash v0.8.12
2742026-06-18T13:20:52.780Z Downloaded serde_spanned v1.1.1
2752026-06-18T13:20:52.780Z Downloaded serde_spanned v0.6.9
2762026-06-18T13:20:52.780Z Downloaded serde_ignored v0.1.14
2772026-06-18T13:20:52.784Z Downloaded newtype-uuid v1.3.2
2782026-06-18T13:20:52.784Z Downloaded serde-value v0.7.0
2792026-06-18T13:20:52.787Z Downloaded shared_child v1.1.1
2802026-06-18T13:20:52.790Z Downloaded serde_urlencoded v0.7.1
2812026-06-18T13:20:52.790Z Downloaded ppv-lite86 v0.2.21
2822026-06-18T13:20:52.793Z Downloaded anstream v1.0.0
2832026-06-18T13:20:52.797Z Downloaded curve25519-dalek-derive v0.1.1
2842026-06-18T13:20:52.797Z Downloaded pkg-config v0.3.33
2852026-06-18T13:20:52.800Z Downloaded nextest-filtering v0.15.0
2862026-06-18T13:20:52.800Z Downloaded base64ct v1.8.3
2872026-06-18T13:20:52.803Z Downloaded strip-ansi-escapes v0.2.1
2882026-06-18T13:20:52.805Z Downloaded supports-hyperlinks v3.2.0
2892026-06-18T13:20:52.808Z Downloaded future-queue v0.4.0
2902026-06-18T13:20:52.808Z Downloaded supports-color v3.0.2
2912026-06-18T13:20:52.808Z Downloaded subtle v2.6.1
2922026-06-18T13:20:52.811Z Downloaded terminal_size v0.4.4
2932026-06-18T13:20:52.814Z Downloaded signature v2.2.0
2942026-06-18T13:20:52.817Z Downloaded lock_api v0.4.14
2952026-06-18T13:20:52.817Z Downloaded sigchld v0.2.4
2962026-06-18T13:20:52.819Z Downloaded signal-hook-mio v0.2.5
2972026-06-18T13:20:52.819Z Downloaded owo-colors v4.3.0
2982026-06-18T13:20:52.822Z Downloaded sync_wrapper v1.0.2
2992026-06-18T13:20:52.825Z Downloaded rand_core v0.9.5
3002026-06-18T13:20:52.825Z Downloaded supports-unicode v3.0.0
3012026-06-18T13:20:52.825Z Downloaded pin-project-internal v1.1.13
3022026-06-18T13:20:52.828Z Downloaded strsim v0.11.1
3032026-06-18T13:20:52.828Z Downloaded number_prefix v0.4.0
3042026-06-18T13:20:52.828Z Downloaded filetime v0.2.29
3052026-06-18T13:20:52.831Z Downloaded ed25519 v2.2.3
3062026-06-18T13:20:52.831Z Downloaded rustc-demangle v0.1.27
3072026-06-18T13:20:52.831Z Downloaded const-oid v0.9.6
3082026-06-18T13:20:52.834Z Downloaded cargo_metadata v0.23.1
3092026-06-18T13:20:52.834Z Downloaded pkcs8 v0.10.2
3102026-06-18T13:20:52.836Z Downloaded globset v0.4.18
3112026-06-18T13:20:52.836Z Downloaded rand_core v0.6.4
3122026-06-18T13:20:52.839Z Downloaded pin-project-lite v0.2.17
3132026-06-18T13:20:52.842Z Downloaded futures-executor v0.3.32
3142026-06-18T13:20:52.842Z Downloaded console v0.15.11
3152026-06-18T13:20:52.845Z Downloaded cfg-expr v0.20.8
3162026-06-18T13:20:52.845Z Downloaded tokio-macros v2.7.0
3172026-06-18T13:20:52.845Z Downloaded toml_datetime v0.6.11
3182026-06-18T13:20:52.848Z Downloaded duct v0.13.7
3192026-06-18T13:20:52.848Z Downloaded swrite v0.1.0
3202026-06-18T13:20:52.854Z Downloaded iana-time-zone v0.1.65
3212026-06-18T13:20:52.857Z Downloaded camino v1.2.2
3222026-06-18T13:20:52.860Z Downloaded tinyvec_macros v0.1.1
3232026-06-18T13:20:52.864Z Downloaded tower-service v0.3.3
3242026-06-18T13:20:52.867Z Downloaded toml_write v0.1.2
3252026-06-18T13:20:52.867Z Downloaded num-traits v0.2.19
3262026-06-18T13:20:52.870Z Downloaded serde-untagged v0.1.9
3272026-06-18T13:20:52.870Z Downloaded tower-layer v0.3.3
3282026-06-18T13:20:52.873Z Downloaded slab v0.4.12
3292026-06-18T13:20:52.873Z Downloaded serde_path_to_error v0.1.20
3302026-06-18T13:20:52.876Z Downloaded rand v0.9.4
3312026-06-18T13:20:52.876Z Downloaded simd-adler32 v0.3.9
3322026-06-18T13:20:52.879Z Downloaded shell-words v1.1.1
3332026-06-18T13:20:52.879Z Downloaded self-replace v1.5.0
3342026-06-18T13:20:52.879Z Downloaded sha2 v0.10.9
3352026-06-18T13:20:52.886Z Downloaded try-lock v0.2.5
3362026-06-18T13:20:52.890Z Downloaded typeid v1.0.3
3372026-06-18T13:20:52.892Z Downloaded spki v0.7.3
3382026-06-18T13:20:52.892Z Downloaded tracing-error v0.2.1
3392026-06-18T13:20:52.895Z Downloaded thiserror v1.0.69
3402026-06-18T13:20:52.898Z Downloaded utf8parse v0.2.2
3412026-06-18T13:20:52.898Z Downloaded rustls-pki-types v1.14.1
3422026-06-18T13:20:52.901Z Downloaded signal-hook-registry v1.4.8
3432026-06-18T13:20:52.901Z Downloaded dialoguer v0.11.0
3442026-06-18T13:20:52.904Z Downloaded utf8_iter v1.0.4
3452026-06-18T13:20:52.904Z Downloaded ipnet v2.12.0
3462026-06-18T13:20:52.904Z Downloaded eyre v0.6.12
3472026-06-18T13:20:52.907Z Downloaded parking_lot v0.12.5
3482026-06-18T13:20:52.910Z Downloaded target-spec-miette v0.4.8
3492026-06-18T13:20:52.910Z Downloaded litrs v1.0.0
3502026-06-18T13:20:52.913Z Downloaded static_assertions v1.1.0
3512026-06-18T13:20:52.913Z Downloaded smol_str v0.3.6
3522026-06-18T13:20:52.915Z Downloaded thread_local v1.1.9
3532026-06-18T13:20:52.918Z Downloaded unicode-linebreak v0.1.5
3542026-06-18T13:20:52.918Z Downloaded version_check v0.9.5
3552026-06-18T13:20:52.918Z Downloaded thiserror-impl v2.0.18
3562026-06-18T13:20:52.918Z Downloaded rand_chacha v0.9.0
3572026-06-18T13:20:52.921Z Downloaded xattr v1.6.1
3582026-06-18T13:20:52.921Z Downloaded untrusted v0.9.0
3592026-06-18T13:20:52.924Z Downloaded urlencoding v2.1.3
3602026-06-18T13:20:52.928Z Downloaded getrandom v0.2.17
3612026-06-18T13:20:52.928Z Downloaded tokio-native-tls v0.3.1
3622026-06-18T13:20:52.930Z Downloaded camino-tempfile v1.4.1
3632026-06-18T13:20:52.930Z Downloaded futures-channel v0.3.32
3642026-06-18T13:20:52.930Z Downloaded quinn-udp v0.5.14
3652026-06-18T13:20:52.930Z Downloaded semver v1.0.28
3662026-06-18T13:20:52.933Z Downloaded quick-junit v0.5.2
3672026-06-18T13:20:52.936Z Downloaded once_cell v1.21.4
3682026-06-18T13:20:52.945Z Downloaded thiserror-impl v1.0.69
3692026-06-18T13:20:52.948Z Downloaded base64 v0.22.1
3702026-06-18T13:20:52.951Z Downloaded want v0.3.1
3712026-06-18T13:20:52.951Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3722026-06-18T13:20:52.951Z Downloaded shlex v2.0.1
3732026-06-18T13:20:52.965Z Downloaded target-spec v3.6.0
3742026-06-18T13:20:52.967Z Downloaded unicode-xid v0.2.6
3752026-06-18T13:20:52.968Z Downloaded tempfile v3.27.0
3762026-06-18T13:20:52.970Z Downloaded crc32fast v1.5.0
3772026-06-18T13:20:52.975Z Downloaded toml_writer v1.1.1+spec-1.1.0
3782026-06-18T13:20:52.977Z Downloaded tracing-log v0.2.0
3792026-06-18T13:20:52.980Z Downloaded unicase v2.9.0
3802026-06-18T13:20:52.983Z Downloaded getrandom v0.4.3
3812026-06-18T13:20:52.983Z Downloaded tokio-rustls v0.26.4
3822026-06-18T13:20:52.985Z Downloaded ryu v1.0.23
3832026-06-18T13:20:52.986Z Downloaded parking_lot_core v0.9.12
3842026-06-18T13:20:52.988Z Downloaded zmij v1.0.21
3852026-06-18T13:20:52.988Z Downloaded zipsign-api v0.1.5
3862026-06-18T13:20:52.991Z Downloaded toml v0.8.23
3872026-06-18T13:20:52.991Z Downloaded log v0.4.32
3882026-06-18T13:20:52.994Z Downloaded smallvec v1.15.2
3892026-06-18T13:20:52.994Z Downloaded getrandom v0.3.4
3902026-06-18T13:20:52.997Z Downloaded config v0.15.24
3912026-06-18T13:20:53.001Z Downloaded target-lexicon v0.13.5
3922026-06-18T13:20:53.001Z Downloaded clap v4.6.1
3932026-06-18T13:20:53.005Z Downloaded zstd-safe v7.2.4
3942026-06-18T13:20:53.008Z Downloaded tracing-attributes v0.1.31
3952026-06-18T13:20:53.008Z Downloaded serde_core v1.0.228
3962026-06-18T13:20:53.008Z Downloaded toml_parser v1.1.2+spec-1.1.0
3972026-06-18T13:20:53.011Z Downloaded openssl-sys v0.9.117
3982026-06-18T13:20:53.013Z Downloaded indicatif v0.17.11
3992026-06-18T13:20:53.016Z Downloaded cc v1.2.64
4002026-06-18T13:20:53.017Z Downloaded borsh v1.6.1
4012026-06-18T13:20:53.020Z Downloaded tokio-stream v0.1.18
4022026-06-18T13:20:53.023Z Downloaded thiserror v2.0.18
4032026-06-18T13:20:53.026Z Downloaded textwrap v0.16.2
4042026-06-18T13:20:53.029Z Downloaded zstd v0.13.3
4052026-06-18T13:20:53.029Z Downloaded xxhash-rust v0.8.15
4062026-06-18T13:20:53.029Z Downloaded proc-macro2 v1.0.106
4072026-06-18T13:20:53.032Z Downloaded miniz_oxide v0.8.9
4082026-06-18T13:20:53.035Z Downloaded socket2 v0.6.4
4092026-06-18T13:20:53.035Z Downloaded zeroize v1.9.0
4102026-06-18T13:20:53.035Z Downloaded tinyvec v1.11.0
4112026-06-18T13:20:53.038Z Downloaded sharded-slab v0.1.7
4122026-06-18T13:20:53.041Z Downloaded futures v0.3.32
4132026-06-18T13:20:53.044Z Downloaded pin-project v1.1.13
4142026-06-18T13:20:53.047Z Downloaded toml v1.1.2+spec-1.1.0
4152026-06-18T13:20:53.051Z Downloaded backtrace v0.3.76
4162026-06-18T13:20:53.054Z Downloaded unicode-ident v1.0.24
4172026-06-18T13:20:53.054Z Downloaded signal-hook v0.3.18
4182026-06-18T13:20:53.057Z Downloaded mio v1.2.1
4192026-06-18T13:20:53.060Z Downloaded rustls-webpki v0.103.13
4202026-06-18T13:20:53.068Z Downloaded vte v0.14.1
4212026-06-18T13:20:53.071Z Downloaded quinn v0.11.9
4222026-06-18T13:20:53.080Z Downloaded indexmap v2.14.0
4232026-06-18T13:20:53.084Z Downloaded memchr v2.8.2
4242026-06-18T13:20:53.088Z Downloaded serde_derive v1.0.228
4252026-06-18T13:20:53.091Z Downloaded hyper-util v0.1.20
4262026-06-18T13:20:53.098Z Downloaded tracing-core v0.1.36
4272026-06-18T13:20:53.108Z Downloaded derive_more v2.1.1
4282026-06-18T13:20:53.113Z Downloaded itertools v0.14.0
4292026-06-18T13:20:53.118Z Downloaded tar v0.4.46
4302026-06-18T13:20:53.120Z Downloaded serde v1.0.228
4312026-06-18T13:20:53.123Z Downloaded miette v7.6.0
4322026-06-18T13:20:53.126Z Downloaded ed25519-dalek v2.2.0
4332026-06-18T13:20:53.129Z Downloaded hyper v1.10.1
4342026-06-18T13:20:53.136Z Downloaded derive_more-impl v2.1.1
4352026-06-18T13:20:53.139Z Downloaded ron v0.12.1
4362026-06-18T13:20:53.143Z Downloaded flate2 v1.1.9
4372026-06-18T13:20:53.146Z Downloaded der v0.7.10
4382026-06-18T13:20:53.149Z Downloaded idna v1.1.0
4392026-06-18T13:20:53.152Z Downloaded uuid v1.23.3
4402026-06-18T13:20:53.158Z Downloaded typenum v1.20.1
4412026-06-18T13:20:53.161Z Downloaded toml_edit v0.22.27
4422026-06-18T13:20:53.180Z Downloaded regex v1.12.4
4432026-06-18T13:20:53.183Z Downloaded url v2.5.8
4442026-06-18T13:20:53.188Z Downloaded reqwest v0.12.28
4452026-06-18T13:20:53.219Z Downloaded pulldown-cmark v0.13.4
4462026-06-18T13:20:53.225Z Downloaded crossterm v0.29.0
4472026-06-18T13:20:53.229Z Downloaded tower v0.5.3
4482026-06-18T13:20:53.235Z Downloaded quinn-proto v0.11.14
4492026-06-18T13:20:53.239Z Downloaded hashbrown v0.15.5
4502026-06-18T13:20:53.242Z Downloaded unicode-segmentation v1.13.3
4512026-06-18T13:20:53.245Z Downloaded clap_builder v4.6.0
4522026-06-18T13:20:53.248Z Downloaded aho-corasick v1.1.4
4532026-06-18T13:20:53.255Z Downloaded quick-xml v0.37.5
4542026-06-18T13:20:53.258Z Downloaded portable-atomic v1.13.1
4552026-06-18T13:20:53.267Z Downloaded unicode-normalization v0.1.25
4562026-06-18T13:20:53.270Z Downloaded tokio-util v0.7.18
4572026-06-18T13:20:53.273Z Downloaded winnow v1.0.3
4582026-06-18T13:20:53.278Z Downloaded quick-xml v0.38.4
4592026-06-18T13:20:53.282Z Downloaded nextest-runner v0.80.0
4602026-06-18T13:20:53.288Z Downloaded h2 v0.4.15
4612026-06-18T13:20:53.291Z Downloaded hashbrown v0.17.1
4622026-06-18T13:20:53.295Z Downloaded serde_json v1.0.150
4632026-06-18T13:20:53.298Z Downloaded guppy v0.17.26
4642026-06-18T13:20:53.302Z Downloaded tower-http v0.6.11
4652026-06-18T13:20:53.308Z Downloaded futures-util v0.3.32
4662026-06-18T13:20:53.330Z Downloaded vcpkg v0.2.15
4672026-06-18T13:20:53.352Z Downloaded winnow v0.7.15
4682026-06-18T13:20:53.364Z Downloaded openssl v0.10.81
4692026-06-18T13:20:53.371Z Downloaded tracing-subscriber v0.3.23
4702026-06-18T13:20:53.374Z Downloaded zerocopy v0.8.52
4712026-06-18T13:20:53.386Z Downloaded chrono v0.4.45
4722026-06-18T13:20:53.389Z Downloaded nix v0.30.1
4732026-06-18T13:20:53.395Z Downloaded webpki-roots v1.0.8
4742026-06-18T13:20:53.401Z Downloaded object v0.37.3
4752026-06-18T13:20:53.409Z Downloaded regex-syntax v0.8.11
4762026-06-18T13:20:53.413Z Downloaded gimli v0.32.3
4772026-06-18T13:20:53.423Z Downloaded rustix v0.38.44
4782026-06-18T13:20:53.438Z Downloaded unicode-width v0.1.14
4792026-06-18T13:20:53.442Z Downloaded unicode-width v0.2.2
4802026-06-18T13:20:53.446Z Downloaded rustix v1.1.4
4812026-06-18T13:20:53.455Z Downloaded curve25519-dalek v4.1.3
4822026-06-18T13:20:53.459Z Downloaded syn v2.0.118
4832026-06-18T13:20:53.465Z Downloaded rustls v0.23.40
4842026-06-18T13:20:53.474Z Downloaded bstr v1.12.1
4852026-06-18T13:20:53.501Z Downloaded tracing v0.1.44
4862026-06-18T13:20:53.515Z Downloaded regex-automata v0.4.14
4872026-06-18T13:20:53.520Z Downloaded color-eyre v0.6.5
4882026-06-18T13:20:53.553Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4892026-06-18T13:20:53.562Z Downloaded libc v0.2.186
4902026-06-18T13:20:53.581Z Downloaded petgraph v0.8.3
4912026-06-18T13:20:53.592Z Downloaded tokio v1.52.3
4922026-06-18T13:20:53.682Z Downloaded recursion v0.5.4
4932026-06-18T13:20:53.688Z Downloaded ring v0.17.14
4942026-06-18T13:20:53.748Z Compiling proc-macro2 v1.0.106
4952026-06-18T13:20:53.748Z Compiling libc v0.2.186
4962026-06-18T13:20:53.748Z Compiling quote v1.0.45
4972026-06-18T13:20:53.748Z Compiling unicode-ident v1.0.24
4982026-06-18T13:20:53.751Z Compiling serde_core v1.0.228
4992026-06-18T13:20:53.751Z Compiling cfg-if v1.0.4
5002026-06-18T13:20:53.751Z Compiling memchr v2.8.2
5012026-06-18T13:20:53.751Z Compiling once_cell v1.21.4
5022026-06-18T13:20:53.972Z Compiling log v0.4.32
5032026-06-18T13:20:54.002Z Compiling pin-project-lite v0.2.17
5042026-06-18T13:20:54.092Z Compiling serde v1.0.228
5052026-06-18T13:20:54.169Z Compiling itoa v1.0.18
5062026-06-18T13:20:54.305Z Compiling smallvec v1.15.2
5072026-06-18T13:20:54.401Z Compiling futures-core v0.3.32
5082026-06-18T13:20:54.454Z Compiling bitflags v2.13.0
5092026-06-18T13:20:54.548Z Compiling find-msvc-tools v0.1.9
5102026-06-18T13:20:54.576Z Compiling shlex v2.0.1
5112026-06-18T13:20:54.780Z Compiling errno v0.3.14
5122026-06-18T13:20:54.804Z Compiling hashbrown v0.17.1
5132026-06-18T13:20:54.817Z Compiling equivalent v1.0.2
5142026-06-18T13:20:54.849Z Compiling bytes v1.12.0
5152026-06-18T13:20:54.902Z Compiling signal-hook-registry v1.4.8
5162026-06-18T13:20:54.941Z Compiling jobserver v0.1.34
5172026-06-18T13:20:55.036Z Compiling mio v1.2.1
5182026-06-18T13:20:55.149Z Compiling syn v2.0.118
5192026-06-18T13:20:55.204Z Compiling cc v1.2.64
5202026-06-18T13:20:55.245Z Compiling rustix v1.1.4
5212026-06-18T13:20:55.447Z Compiling futures-sink v0.3.32
5222026-06-18T13:20:55.476Z Compiling socket2 v0.6.4
5232026-06-18T13:20:55.558Z Compiling zmij v1.0.21
5242026-06-18T13:20:55.689Z Compiling slab v0.4.12
5252026-06-18T13:20:55.727Z Compiling futures-channel v0.3.32
5262026-06-18T13:20:55.918Z Compiling tracing-core v0.1.36
5272026-06-18T13:20:55.931Z Compiling version_check v0.9.5
5282026-06-18T13:20:56.048Z Compiling serde_json v1.0.150
5292026-06-18T13:20:56.210Z Compiling indexmap v2.14.0
5302026-06-18T13:20:56.339Z Compiling futures-io v0.3.32
5312026-06-18T13:20:56.392Z Compiling futures-task v0.3.32
5322026-06-18T13:20:56.498Z Compiling getrandom v0.4.3
5332026-06-18T13:20:56.570Z Compiling unicode-width v0.2.2
5342026-06-18T13:20:56.667Z Compiling percent-encoding v2.3.2
5352026-06-18T13:20:56.809Z Compiling camino v1.2.2
5362026-06-18T13:20:56.955Z Compiling ring v0.17.14
5372026-06-18T13:20:57.053Z Compiling http v1.4.2
5382026-06-18T13:20:57.066Z Compiling adler2 v2.0.1
5392026-06-18T13:20:57.080Z Compiling zeroize v1.9.0
5402026-06-18T13:20:57.213Z Compiling simd-adler32 v0.3.9
5412026-06-18T13:20:57.230Z Compiling autocfg v1.5.1
5422026-06-18T13:20:57.588Z Compiling num-traits v0.2.19
5432026-06-18T13:20:57.838Z Compiling miniz_oxide v0.8.9
5442026-06-18T13:20:57.849Z Compiling target-lexicon v0.13.5
5452026-06-18T13:20:57.863Z Compiling zerocopy v0.8.52
5462026-06-18T13:20:58.069Z Compiling object v0.37.3
5472026-06-18T13:20:58.274Z Compiling getrandom v0.3.4
5482026-06-18T13:20:58.427Z Compiling http-body v1.0.1
5492026-06-18T13:20:58.582Z Compiling rustls-pki-types v1.14.1
5502026-06-18T13:20:58.595Z Compiling form_urlencoded v1.2.2
5512026-06-18T13:20:58.630Z Compiling semver v1.0.28
5522026-06-18T13:20:58.750Z Compiling serde_derive v1.0.228
5532026-06-18T13:20:58.867Z Compiling tokio-macros v2.7.0
5542026-06-18T13:20:58.976Z Compiling futures-macro v0.3.32
5552026-06-18T13:20:59.190Z Compiling tracing-attributes v0.1.31
5562026-06-18T13:20:59.258Z Compiling getrandom v0.2.17
5572026-06-18T13:20:59.293Z Compiling untrusted v0.9.0
5582026-06-18T13:20:59.425Z Compiling utf8_iter v1.0.4
5592026-06-18T13:20:59.450Z Compiling gimli v0.32.3
5602026-06-18T13:20:59.460Z Compiling signal-hook v0.3.18
5612026-06-18T13:20:59.586Z Compiling guppy-workspace-hack v0.1.0
5622026-06-18T13:20:59.607Z Compiling tokio v1.52.3
5632026-06-18T13:20:59.681Z Compiling owo-colors v4.3.0
5642026-06-18T13:20:59.801Z Compiling futures-util v0.3.32
5652026-06-18T13:20:59.814Z Compiling fnv v1.0.7
5662026-06-18T13:20:59.915Z Compiling idna_adapter v1.0.0
5672026-06-18T13:21:00.011Z Compiling thiserror v2.0.18
5682026-06-18T13:21:00.025Z Compiling httparse v1.10.1
5692026-06-18T13:21:00.387Z Compiling tracing v0.1.44
5702026-06-18T13:21:00.459Z Compiling idna v1.1.0
5712026-06-18T13:21:00.575Z Compiling thiserror-impl v2.0.18
5722026-06-18T13:21:01.676Z Compiling addr2line v0.25.1
5732026-06-18T13:21:02.112Z Compiling generic-array v0.14.7
5742026-06-18T13:21:02.115Z Compiling tower-service v0.3.3
5752026-06-18T13:21:02.234Z Compiling thiserror v1.0.69
5762026-06-18T13:21:02.360Z Compiling target-spec v3.6.0
5772026-06-18T13:21:02.444Z Compiling pkg-config v0.3.33
5782026-06-18T13:21:02.559Z Compiling rustls v0.23.40
5792026-06-18T13:21:02.656Z Compiling fastrand v2.4.1
5802026-06-18T13:21:02.680Z Compiling atomic-waker v1.1.2
5812026-06-18T13:21:02.783Z Compiling try-lock v0.2.5
5822026-06-18T13:21:02.810Z Compiling typeid v1.0.3
5832026-06-18T13:21:02.873Z Compiling rustc-demangle v0.1.27
5842026-06-18T13:21:02.899Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-06-18T13:21:02.985Z Compiling want v0.3.1
5862026-06-18T13:21:03.150Z Compiling tempfile v3.27.0
5872026-06-18T13:21:03.355Z Compiling cfg-expr v0.20.8
5882026-06-18T13:21:03.477Z Compiling tokio-util v0.7.18
5892026-06-18T13:21:03.848Z Compiling url v2.5.8
5902026-06-18T13:21:04.040Z Compiling h2 v0.4.15
5912026-06-18T13:21:04.739Z Compiling backtrace v0.3.76
5922026-06-18T13:21:05.191Z Compiling thiserror-impl v1.0.69
5932026-06-18T13:21:05.290Z Compiling terminal_size v0.4.4
5942026-06-18T13:21:05.449Z Compiling aho-corasick v1.1.4
5952026-06-18T13:21:05.540Z Compiling typenum v1.20.1
5962026-06-18T13:21:06.216Z Compiling rustls-webpki v0.103.13
5972026-06-18T13:21:06.321Z Compiling subtle v2.6.1
5982026-06-18T13:21:06.333Z Compiling erased-serde v0.4.10
5992026-06-18T13:21:06.478Z Compiling winnow v0.7.15
6002026-06-18T13:21:06.631Z Compiling regex-syntax v0.8.11
6012026-06-18T13:21:08.392Z Compiling regex-automata v0.4.14
6022026-06-18T13:21:09.034Z Compiling hyper v1.10.1
6032026-06-18T13:21:10.954Z Compiling serde_spanned v0.6.9
6042026-06-18T13:21:11.118Z Compiling toml_datetime v0.6.11
6052026-06-18T13:21:11.492Z Compiling ahash v0.8.12
6062026-06-18T13:21:11.758Z Compiling sync_wrapper v1.0.2
6072026-06-18T13:21:11.884Z Compiling portable-atomic v1.13.1
6082026-06-18T13:21:12.340Z Compiling parking_lot_core v0.9.12
6092026-06-18T13:21:12.419Z Compiling unicode-linebreak v0.1.5
6102026-06-18T13:21:12.629Z Compiling foldhash v0.1.5
6112026-06-18T13:21:12.686Z Compiling tower-layer v0.3.3
6122026-06-18T13:21:12.730Z Compiling ipnet v2.12.0
6132026-06-18T13:21:12.852Z Compiling nextest-workspace-hack v0.1.0
6142026-06-18T13:21:12.890Z Compiling is_ci v1.2.0
6152026-06-18T13:21:13.060Z Compiling toml_write v0.1.2
6162026-06-18T13:21:13.079Z Compiling unicode-segmentation v1.13.3
6172026-06-18T13:21:13.307Z Compiling crc32fast v1.5.0
6182026-06-18T13:21:13.477Z Compiling base64 v0.22.1
6192026-06-18T13:21:13.590Z Compiling lazy_static v1.5.0
6202026-06-18T13:21:13.611Z Compiling either v1.16.0
6212026-06-18T13:21:13.696Z Compiling sharded-slab v0.1.7
6222026-06-18T13:21:13.859Z Compiling hyper-util v0.1.20
6232026-06-18T13:21:13.967Z Compiling convert_case v0.10.0
6242026-06-18T13:21:13.981Z Compiling toml_edit v0.22.27
6252026-06-18T13:21:14.017Z Compiling supports-color v3.0.2
6262026-06-18T13:21:14.214Z Compiling tower v0.5.3
6272026-06-18T13:21:14.244Z Compiling hashbrown v0.15.5
6282026-06-18T13:21:14.321Z Compiling textwrap v0.16.2
6292026-06-18T13:21:14.839Z Compiling tokio-rustls v0.26.4
6302026-06-18T13:21:15.125Z Compiling backtrace-ext v0.2.1
6312026-06-18T13:21:15.389Z Compiling ordered-float v2.10.1
6322026-06-18T13:21:15.491Z Compiling webpki-roots v1.0.8
6332026-06-18T13:21:15.615Z Compiling miette-derive v7.6.0
6342026-06-18T13:21:15.663Z Compiling pathdiff v0.2.3
6352026-06-18T13:21:15.709Z Compiling console v0.15.11
6362026-06-18T13:21:15.792Z Compiling tracing-log v0.2.0
6372026-06-18T13:21:16.156Z Compiling cargo-platform v0.3.3
6382026-06-18T13:21:16.463Z Compiling os_pipe v1.2.3
6392026-06-18T13:21:16.634Z Compiling thread_local v1.1.9
6402026-06-18T13:21:16.715Z Compiling winnow v1.0.3
6412026-06-18T13:21:16.728Z Compiling fixedbitset v0.5.7
6422026-06-18T13:21:16.991Z Compiling supports-unicode v3.0.0
6432026-06-18T13:21:17.028Z Compiling ryu v1.0.23
6442026-06-18T13:21:17.166Z Compiling rustix v0.38.44
6452026-06-18T13:21:17.232Z Compiling zstd-safe v7.2.4
6462026-06-18T13:21:17.328Z Compiling supports-hyperlinks v3.2.0
6472026-06-18T13:21:17.493Z Compiling utf8parse v0.2.2
6482026-06-18T13:21:17.548Z Compiling scopeguard v1.2.0
6492026-06-18T13:21:17.551Z Compiling pulldown-cmark v0.13.4
6502026-06-18T13:21:17.653Z Compiling debug-ignore v1.0.5
6512026-06-18T13:21:17.767Z Compiling unicode-width v0.1.14
6522026-06-18T13:21:17.793Z Compiling cfg_aliases v0.2.1
6532026-06-18T13:21:17.869Z Compiling nix v0.30.1
6542026-06-18T13:21:17.990Z Compiling miette v7.6.0
6552026-06-18T13:21:18.077Z Compiling toml_parser v1.1.2+spec-1.1.0
6562026-06-18T13:21:18.153Z Compiling lock_api v0.4.14
6572026-06-18T13:21:18.248Z Compiling anstyle-parse v1.0.0
6582026-06-18T13:21:18.468Z Compiling serde_urlencoded v0.7.1
6592026-06-18T13:21:18.483Z Compiling petgraph v0.8.3
6602026-06-18T13:21:18.756Z Compiling tracing-subscriber v0.3.23
6612026-06-18T13:21:19.383Z Compiling sigchld v0.2.4
6622026-06-18T13:21:19.511Z Compiling cargo_metadata v0.23.1
6632026-06-18T13:21:19.581Z Compiling serde-value v0.7.0
6642026-06-18T13:21:20.334Z Compiling hyper-rustls v0.27.9
6652026-06-18T13:21:20.414Z Compiling toml v0.8.23
6662026-06-18T13:21:20.999Z Compiling serde-untagged v0.1.9
6672026-06-18T13:21:22.051Z Compiling tower-http v0.6.11
6682026-06-18T13:21:22.365Z Compiling derive_more-impl v2.1.1
6692026-06-18T13:21:22.715Z Compiling itertools v0.14.0
6702026-06-18T13:21:22.804Z Compiling regex v1.12.4
6712026-06-18T13:21:23.177Z Compiling crypto-common v0.1.7
6722026-06-18T13:21:23.259Z Compiling block-buffer v0.10.4
6732026-06-18T13:21:23.312Z Compiling ppv-lite86 v0.2.21
6742026-06-18T13:21:23.351Z Compiling futures-executor v0.3.32
6752026-06-18T13:21:23.411Z Compiling rand_core v0.9.5
6762026-06-18T13:21:23.635Z Compiling pin-project-internal v1.1.13
6772026-06-18T13:21:23.659Z Compiling http-body-util v0.1.3
6782026-06-18T13:21:23.883Z Compiling uuid v1.23.3
6792026-06-18T13:21:23.930Z Compiling serde_spanned v1.1.1
6802026-06-18T13:21:24.081Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-06-18T13:21:24.193Z Compiling smol_str v0.3.6
6822026-06-18T13:21:24.246Z Compiling filetime v0.2.29
6832026-06-18T13:21:24.419Z Compiling vte v0.14.1
6842026-06-18T13:21:24.438Z Compiling bstr v1.12.1
6852026-06-18T13:21:24.502Z Compiling colorchoice v1.0.5
6862026-06-18T13:21:24.534Z Compiling unicase v2.9.0
6872026-06-18T13:21:24.624Z Compiling anstyle v1.0.14
6882026-06-18T13:21:24.637Z Compiling eyre v0.6.12
6892026-06-18T13:21:24.692Z Compiling anstyle-query v1.1.5
6902026-06-18T13:21:24.713Z Compiling number_prefix v0.4.0
6912026-06-18T13:21:24.796Z Compiling self_update v0.42.0
6922026-06-18T13:21:24.887Z Compiling static_assertions v1.1.0
6932026-06-18T13:21:24.952Z Compiling unicode-xid v0.2.6
6942026-06-18T13:21:24.965Z Compiling is_terminal_polyfill v1.70.2
6952026-06-18T13:21:25.046Z Compiling litrs v1.0.0
6962026-06-18T13:21:25.059Z Compiling color-spantrace v0.3.0
6972026-06-18T13:21:25.062Z Compiling tinyvec_macros v0.1.1
6982026-06-18T13:21:25.087Z Compiling nested v0.1.1
6992026-06-18T13:21:25.124Z Compiling xattr v1.6.1
7002026-06-18T13:21:25.136Z Compiling iana-time-zone v0.1.65
7012026-06-18T13:21:25.269Z Compiling chrono v0.4.45
7022026-06-18T13:21:25.281Z Compiling tar v0.4.46
7032026-06-18T13:21:25.308Z Compiling guppy v0.17.26
7042026-06-18T13:21:25.410Z Compiling tinyvec v1.11.0
7052026-06-18T13:21:25.486Z Compiling document-features v0.2.12
7062026-06-18T13:21:25.847Z Compiling cargo-util-schemas v0.2.0
7072026-06-18T13:21:26.061Z Compiling anstream v1.0.0
7082026-06-18T13:21:26.620Z Compiling globset v0.4.18
7092026-06-18T13:21:26.866Z Compiling indicatif v0.17.11
7102026-06-18T13:21:27.780Z Compiling pin-project v1.1.13
7112026-06-18T13:21:27.889Z Compiling strip-ansi-escapes v0.2.1
7122026-06-18T13:21:28.145Z Compiling nextest-metadata v0.12.2
7132026-06-18T13:21:28.285Z Compiling toml v1.1.2+spec-1.1.0
7142026-06-18T13:21:28.398Z Compiling newtype-uuid v1.3.2
7152026-06-18T13:21:28.593Z Compiling reqwest v0.12.28
7162026-06-18T13:21:28.639Z Compiling rand_chacha v0.9.0
7172026-06-18T13:21:29.192Z Compiling futures v0.3.32
7182026-06-18T13:21:29.279Z Compiling digest v0.10.7
7192026-06-18T13:21:29.503Z Compiling derive_more v2.1.1
7202026-06-18T13:21:29.587Z Compiling flate2 v1.1.9
7212026-06-18T13:21:29.837Z Compiling parking_lot v0.12.5
7222026-06-18T13:21:29.997Z Compiling tracing-error v0.2.1
7232026-06-18T13:21:30.136Z Compiling shared_child v1.1.1
7242026-06-18T13:21:30.744Z Compiling signal-hook-mio v0.2.5
7252026-06-18T13:21:30.824Z Compiling self-replace v1.5.0
7262026-06-18T13:21:30.878Z Compiling cargo-platform v0.2.0
7272026-06-18T13:21:31.115Z Compiling quick-xml v0.37.5
7282026-06-18T13:21:31.431Z Compiling quick-xml v0.38.4
7292026-06-18T13:21:31.474Z Compiling heck v0.5.0
7302026-06-18T13:21:31.574Z Compiling strsim v0.11.1
7312026-06-18T13:21:31.673Z Compiling recursion v0.5.4
7322026-06-18T13:21:31.818Z Compiling indenter v0.3.4
7332026-06-18T13:21:31.958Z Compiling clap_lex v1.1.0
7342026-06-18T13:21:32.314Z Compiling urlencoding v2.1.3
7352026-06-18T13:21:32.386Z Compiling humantime v2.3.0
7362026-06-18T13:21:32.563Z Compiling cpufeatures v0.2.17
7372026-06-18T13:21:32.633Z Compiling shell-words v1.1.1
7382026-06-18T13:21:32.863Z Compiling clap_derive v4.6.1
7392026-06-18T13:21:32.888Z Compiling sha2 v0.10.9
7402026-06-18T13:21:33.064Z Compiling clap_builder v4.6.0
7412026-06-18T13:21:33.087Z Compiling humantime-serde v1.1.1
7422026-06-18T13:21:33.267Z Compiling quick-junit v0.5.2
7432026-06-18T13:21:34.636Z Compiling nextest-filtering v0.15.0
7442026-06-18T13:21:34.639Z Compiling cargo_metadata v0.20.0
7452026-06-18T13:21:36.389Z Compiling atomicwrites v0.4.4
7462026-06-18T13:21:36.678Z Compiling crossterm v0.29.0
7472026-06-18T13:21:38.571Z Compiling cargo-nextest v0.9.97
7482026-06-18T13:21:38.890Z Compiling zstd v0.13.3
7492026-06-18T13:21:38.914Z Compiling duct v0.13.7
7502026-06-18T13:21:39.744Z Compiling async-scoped v0.9.0
7512026-06-18T13:21:39.744Z Compiling config v0.15.24
7522026-06-18T13:21:39.767Z Compiling rand v0.9.4
7532026-06-18T13:21:39.767Z Compiling unicode-normalization v0.1.25
7542026-06-18T13:21:39.887Z Compiling target-spec-miette v0.4.8
7552026-06-18T13:21:39.931Z Compiling future-queue v0.4.0
7562026-06-18T13:21:40.209Z Compiling mukti-metadata v0.3.0
7572026-06-18T13:21:40.314Z Compiling tokio-stream v0.1.18
7582026-06-18T13:21:40.343Z Compiling camino-tempfile v1.4.1
7592026-06-18T13:21:40.524Z Compiling derive-where v1.6.1
7602026-06-18T13:21:40.627Z Compiling serde_ignored v0.1.14
7612026-06-18T13:21:40.700Z Compiling serde_path_to_error v0.1.20
7622026-06-18T13:21:40.768Z Compiling xxhash-rust v0.8.15
7632026-06-18T13:21:40.828Z Compiling hex v0.4.3
7642026-06-18T13:21:40.951Z Compiling home v0.5.12
7652026-06-18T13:21:40.971Z Compiling swrite v0.1.0
7662026-06-18T13:21:41.078Z Compiling indent_write v2.2.0
7672026-06-18T13:21:41.112Z Compiling color-eyre v0.6.5
7682026-06-18T13:21:41.141Z Compiling clap v4.6.1
7692026-06-18T13:21:41.154Z Compiling dialoguer v0.11.0
7702026-06-18T13:21:41.224Z Compiling enable-ansi-support v0.2.1
7712026-06-18T13:21:41.770Z Compiling nextest-runner v0.80.0
7722026-06-18T13:21:59.783Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-06-18T13:21:59.963Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-06-18T13:21:59.965Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-06-18T13:22:00.082Z+ pushd bgp
7762026-06-18T13:22:00.085Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7772026-06-18T13:22:00.085Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7782026-06-18T13:22:00.241Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-06-18T13:22:01.833ZFrom https://github.com/oxidecomputer/falcon
7802026-06-18T13:22:01.833Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7812026-06-18T13:22:01.910Z Updating crates.io index
7822026-06-18T13:22:01.913Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-06-18T13:22:02.309ZFrom https://github.com/oxidecomputer/dendrite
7842026-06-18T13:22:02.309Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7852026-06-18T13:22:02.383Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-06-18T13:22:02.642ZFrom https://github.com/oxidecomputer/ispf
7872026-06-18T13:22:02.642Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7882026-06-18T13:22:02.667Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-06-18T13:22:03.011ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-06-18T13:22:03.011Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7912026-06-18T13:22:03.019Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-06-18T13:22:09.110ZFrom https://github.com/oxidecomputer/omicron
7932026-06-18T13:22:09.110Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7942026-06-18T13:22:09.533Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-06-18T13:22:10.202ZFrom https://github.com/oxidecomputer/opte
7962026-06-18T13:22:10.202Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7972026-06-18T13:22:10.234Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-06-18T13:22:10.482ZFrom https://github.com/illumos/smf-rs
7992026-06-18T13:22:10.482Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-06-18T13:22:10.541Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-06-18T13:22:10.867ZFrom https://github.com/oxidecomputer/network-interface
8022026-06-18T13:22:10.867Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-06-18T13:22:10.906Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-06-18T13:22:11.203ZFrom https://github.com/oxidecomputer/zone
8052026-06-18T13:22:11.203Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-06-18T13:22:11.222Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-06-18T13:22:11.858ZFrom https://github.com/oxidecomputer/propolis
8082026-06-18T13:22:11.859Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-06-18T13:22:11.962Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-06-18T13:22:12.517ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-06-18T13:22:12.517Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8122026-06-18T13:22:12.570Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-06-18T13:22:12.895ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-06-18T13:22:12.895Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8152026-06-18T13:22:12.913Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-06-18T13:22:13.196ZFrom https://github.com/jmesmon/rust-libzfs
8172026-06-18T13:22:13.196Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-06-18T13:22:13.204Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-06-18T13:22:13.554ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-06-18T13:22:13.554Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-06-18T13:22:13.563Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-06-18T13:22:13.866ZFrom https://github.com/oxidecomputer/lldp
8232026-06-18T13:22:13.866Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8242026-06-18T13:22:13.976Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-06-18T13:22:14.263ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-06-18T13:22:14.263Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-06-18T13:22:15.274Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-06-18T13:22:15.277ZFrom https://github.com/oxidecomputer/tufaceous
8292026-06-18T13:22:15.277Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8302026-06-18T13:22:15.277Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-06-18T13:22:15.277ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-06-18T13:22:15.278Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8332026-06-18T13:22:15.278Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-06-18T13:22:16.046ZFrom https://github.com/oxidecomputer/crucible
8352026-06-18T13:22:16.046Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-06-18T13:22:16.216Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-06-18T13:22:16.483ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-06-18T13:22:16.483Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-06-18T13:22:16.499Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-06-18T13:22:16.920ZFrom https://github.com/oxidecomputer/propolis
8412026-06-18T13:22:16.920Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8422026-06-18T13:22:17.272Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-06-18T13:22:17.614ZFrom https://github.com/oxidecomputer/crucible
8442026-06-18T13:22:17.614Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8452026-06-18T13:22:17.723Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-06-18T13:22:18.061ZFrom https://github.com/oxidecomputer/tofino
8472026-06-18T13:22:18.061Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8482026-06-18T13:22:18.072Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-06-18T13:22:19.459ZFrom https://github.com/oxidecomputer/maghemite
8502026-06-18T13:22:19.459Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8512026-06-18T13:22:19.504Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-06-18T13:22:19.762ZFrom https://github.com/oxidecomputer/clickward
8532026-06-18T13:22:19.762Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-06-18T13:22:19.803Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-06-18T13:22:20.197ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-06-18T13:22:20.197Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-06-18T13:22:21.317Z Downloading crates ...
8582026-06-18T13:22:21.421Z Downloaded arrayref v0.3.9
8592026-06-18T13:22:21.427Z Downloaded aead v0.5.2
8602026-06-18T13:22:21.430Z Downloaded async-recursion v1.1.1
8612026-06-18T13:22:21.433Z Downloaded async-stream v0.3.6
8622026-06-18T13:22:21.436Z Downloaded async-stream-impl v0.3.6
8632026-06-18T13:22:21.439Z Downloaded argon2 v0.5.3
8642026-06-18T13:22:21.442Z Downloaded embedded-io v0.6.1
8652026-06-18T13:22:21.445Z Downloaded dyn-clone v1.0.20
8662026-06-18T13:22:21.448Z Downloaded compression-core v0.4.32
8672026-06-18T13:22:21.448Z Downloaded const-random-macro v0.1.16
8682026-06-18T13:22:21.451Z Downloaded crunchy v0.2.4
8692026-06-18T13:22:21.451Z Downloaded bit-set v0.8.0
8702026-06-18T13:22:21.453Z Downloaded const-random v0.1.18
8712026-06-18T13:22:21.453Z Downloaded git-stub v1.0.0
8722026-06-18T13:22:21.456Z Downloaded dunce v1.0.5
8732026-06-18T13:22:21.459Z Downloaded anyhow v1.0.102
8742026-06-18T13:22:21.462Z Downloaded arrayvec v0.7.6
8752026-06-18T13:22:21.462Z Downloaded ident_case v1.0.1
8762026-06-18T13:22:21.467Z Downloaded instant v0.1.13
8772026-06-18T13:22:21.473Z Downloaded async-trait v0.1.89
8782026-06-18T13:22:21.473Z Downloaded hostname v0.4.2
8792026-06-18T13:22:21.476Z Downloaded foldhash v0.2.0
8802026-06-18T13:22:21.476Z Downloaded lru-cache v0.1.2
8812026-06-18T13:22:21.476Z Downloaded cstr-argument v0.1.2
8822026-06-18T13:22:21.476Z Downloaded cpufeatures v0.3.0
8832026-06-18T13:22:21.476Z Downloaded inout v0.1.4
8842026-06-18T13:22:21.479Z Downloaded defmt-parser v1.0.0
8852026-06-18T13:22:21.482Z Downloaded no-std-compat v0.4.1
8862026-06-18T13:22:21.482Z Downloaded newtype-uuid-macros v0.1.0
8872026-06-18T13:22:21.482Z Downloaded konst_macro_rules v0.2.19
8882026-06-18T13:22:21.485Z Downloaded heck v0.4.1
8892026-06-18T13:22:21.490Z Downloaded digest v0.11.3
8902026-06-18T13:22:21.493Z Downloaded memmap v0.7.0
8912026-06-18T13:22:21.493Z Downloaded dtrace-parser v0.2.0
8922026-06-18T13:22:21.493Z Downloaded cobs v0.3.0
8932026-06-18T13:22:21.496Z Downloaded managed v0.8.0
8942026-06-18T13:22:21.496Z Downloaded linear-map v1.2.0
8952026-06-18T13:22:21.499Z Downloaded defmt v0.3.100
8962026-06-18T13:22:21.499Z Downloaded base16ct v0.2.0
8972026-06-18T13:22:21.502Z Downloaded idna_adapter v1.2.2
8982026-06-18T13:22:21.502Z Downloaded foreign-types-macros v0.2.3
8992026-06-18T13:22:21.502Z Downloaded linked-hash-map v0.5.6
9002026-06-18T13:22:21.505Z Downloaded defmt-macros v1.1.0
9012026-06-18T13:22:21.509Z Downloaded elliptic-curve v0.13.8
9022026-06-18T13:22:21.512Z Downloaded base16ct v1.0.0
9032026-06-18T13:22:21.512Z Downloaded fxhash v0.2.1
9042026-06-18T13:22:21.513Z Downloaded darling_macro v0.23.0
9052026-06-18T13:22:21.517Z Downloaded hubpack v0.1.2
9062026-06-18T13:22:21.517Z Downloaded foreign-types v0.5.0
9072026-06-18T13:22:21.521Z Downloaded crc8 v0.1.1
9082026-06-18T13:22:21.521Z Downloaded enum-as-inner v0.6.1
9092026-06-18T13:22:21.521Z Downloaded hubpack_derive v0.1.1
9102026-06-18T13:22:21.521Z Downloaded constant_time_eq v0.4.2
9112026-06-18T13:22:21.524Z Downloaded crypto-common v0.2.2
9122026-06-18T13:22:21.524Z Downloaded memoffset v0.9.1
9132026-06-18T13:22:21.527Z Downloaded macaddr v1.0.1
9142026-06-18T13:22:21.527Z Downloaded fixedbitset v0.4.2
9152026-06-18T13:22:21.530Z Downloaded block-buffer v0.12.0
9162026-06-18T13:22:21.533Z Downloaded dropshot-api-manager-types v0.7.2
9172026-06-18T13:22:21.533Z Downloaded keccak v0.1.6
9182026-06-18T13:22:21.536Z Downloaded is-terminal v0.4.17
9192026-06-18T13:22:21.536Z Downloaded libscf-sys v1.2.0
9202026-06-18T13:22:21.539Z Downloaded internet-checksum v0.2.1
9212026-06-18T13:22:21.539Z Downloaded convert_case v0.4.0
9222026-06-18T13:22:21.541Z Downloaded ciborium-io v0.2.2
9232026-06-18T13:22:21.542Z Downloaded match_cfg v0.1.0
9242026-06-18T13:22:21.544Z Downloaded hostname v0.3.1
9252026-06-18T13:22:21.544Z Downloaded daft-derive v0.1.7
9262026-06-18T13:22:21.547Z Downloaded crucible-workspace-hack v0.1.0
9272026-06-18T13:22:21.550Z Downloaded group v0.13.0
9282026-06-18T13:22:21.550Z Downloaded bytecount v0.6.9
9292026-06-18T13:22:21.559Z Downloaded dtrace-parser v0.3.0
9302026-06-18T13:22:21.562Z Downloaded darling_macro v0.21.3
9312026-06-18T13:22:21.562Z Downloaded num v0.4.3
9322026-06-18T13:22:21.565Z Downloaded dof v0.3.0
9332026-06-18T13:22:21.568Z Downloaded num-derive v0.4.2
9342026-06-18T13:22:21.571Z Downloaded hybrid-array v0.4.12
9352026-06-18T13:22:21.571Z Downloaded memmap2 v0.9.10
9362026-06-18T13:22:21.574Z Downloaded embedded-io v0.4.0
9372026-06-18T13:22:21.575Z Downloaded num_enum_derive v0.5.11
9382026-06-18T13:22:21.577Z Downloaded num_threads v0.1.7
9392026-06-18T13:22:21.577Z Downloaded console v0.16.3
9402026-06-18T13:22:21.581Z Downloaded num-iter v0.1.45
9412026-06-18T13:22:21.581Z Downloaded newtype_derive v0.1.6
9422026-06-18T13:22:21.581Z Downloaded newline-converter v0.3.0
9432026-06-18T13:22:21.584Z Downloaded natord v1.0.9
9442026-06-18T13:22:21.584Z Downloaded httpdate v1.0.3
9452026-06-18T13:22:21.587Z Downloaded compression-codecs v0.4.38
9462026-06-18T13:22:21.587Z Downloaded omicron-workspace-hack v0.1.0
9472026-06-18T13:22:21.592Z Downloaded float-ord v0.3.2
9482026-06-18T13:22:21.592Z Downloaded cargo_toml v0.22.3
9492026-06-18T13:22:21.595Z Downloaded backon v1.6.0
9502026-06-18T13:22:21.595Z Downloaded csv-core v0.1.13
9512026-06-18T13:22:21.595Z Downloaded crossbeam-deque v0.8.6
9522026-06-18T13:22:21.597Z Downloaded mime v0.3.17
9532026-06-18T13:22:21.597Z Downloaded cmake v0.1.58
9542026-06-18T13:22:21.600Z Downloaded bitflags v1.3.2
9552026-06-18T13:22:21.603Z Downloaded const_format_proc_macros v0.2.34
9562026-06-18T13:22:21.603Z Downloaded allocator-api2 v0.2.21
9572026-06-18T13:22:21.606Z Downloaded olpc-cjson v0.1.4
9582026-06-18T13:22:21.610Z Downloaded libsw-core v0.3.2
9592026-06-18T13:22:21.610Z Downloaded ingot-types v0.1.2
9602026-06-18T13:22:21.613Z Downloaded opaque-debug v0.3.1
9612026-06-18T13:22:21.613Z Downloaded glob v0.3.3
9622026-06-18T13:22:21.613Z Downloaded ingot v0.1.1
9632026-06-18T13:22:21.616Z Downloaded dof v0.4.0
9642026-06-18T13:22:21.616Z Downloaded foreign-types-shared v0.3.1
9652026-06-18T13:22:21.618Z Downloaded git-stub-vcs v0.1.0
9662026-06-18T13:22:21.619Z Downloaded chacha20 v0.9.1
9672026-06-18T13:22:21.627Z Downloaded gethostname v0.5.0
9682026-06-18T13:22:21.627Z Downloaded byte-wrapper v0.1.0
9692026-06-18T13:22:21.633Z Downloaded bit-vec v0.8.0
9702026-06-18T13:22:21.633Z Downloaded fs-err v3.3.0
9712026-06-18T13:22:21.633Z Downloaded plain v0.2.3
9722026-06-18T13:22:21.633Z Downloaded ff v0.13.1
9732026-06-18T13:22:21.633Z Downloaded hash32 v0.3.1
9742026-06-18T13:22:21.633Z Downloaded pretty-hex v0.4.2
9752026-06-18T13:22:21.633Z Downloaded proc-macro-crate v3.5.0
9762026-06-18T13:22:21.638Z Downloaded ciborium-ll v0.2.2
9772026-06-18T13:22:21.638Z Downloaded ingot-macros v0.1.1
9782026-06-18T13:22:21.638Z Downloaded critical-section v1.2.0
9792026-06-18T13:22:21.641Z Downloaded potential_utf v0.1.5
9802026-06-18T13:22:21.641Z Downloaded num-conv v0.2.2
9812026-06-18T13:22:21.641Z Downloaded data-encoding v2.11.0
9822026-06-18T13:22:21.641Z Downloaded displaydoc v0.2.6
9832026-06-18T13:22:21.645Z Downloaded bs58 v0.5.1
9842026-06-18T13:22:21.648Z Downloaded multer v3.1.0
9852026-06-18T13:22:21.648Z Downloaded derive-ex v0.1.8
9862026-06-18T13:22:21.648Z Downloaded daft v0.1.7
9872026-06-18T13:22:21.651Z Downloaded proc-macro-error-attr v1.0.4
9882026-06-18T13:22:21.651Z Downloaded num-rational v0.4.2
9892026-06-18T13:22:21.655Z Downloaded proc-macro-crate v1.3.1
9902026-06-18T13:22:21.655Z Downloaded progenitor-client v0.14.0
9912026-06-18T13:22:21.658Z Downloaded bcs v0.1.6
9922026-06-18T13:22:21.658Z Downloaded ipnetwork v0.21.1
9932026-06-18T13:22:21.658Z Downloaded progenitor-macro v0.14.0
9942026-06-18T13:22:21.665Z Downloaded proc-macro-error-attr2 v2.0.0
9952026-06-18T13:22:21.666Z Downloaded backoff v0.4.0
9962026-06-18T13:22:21.672Z Downloaded darling v0.23.0
9972026-06-18T13:22:21.672Z Downloaded progenitor-macro v0.10.0
9982026-06-18T13:22:21.672Z Downloaded progenitor-client v0.10.0
9992026-06-18T13:22:21.672Z Downloaded progenitor-macro v0.13.0
10002026-06-18T13:22:21.672Z Downloaded chacha20 v0.10.0
10012026-06-18T13:22:21.677Z Downloaded num_enum v0.7.6
10022026-06-18T13:22:21.677Z Downloaded oxide-tokio-rt v0.1.6
10032026-06-18T13:22:21.681Z Downloaded darling v0.21.3
10042026-06-18T13:22:21.681Z Downloaded parse-display-derive v0.10.0
10052026-06-18T13:22:21.684Z Downloaded parse-display v0.10.0
10062026-06-18T13:22:21.684Z Downloaded parking_lot_core v0.8.6
10072026-06-18T13:22:21.684Z Downloaded oxnet v0.1.6
10082026-06-18T13:22:21.688Z Downloaded rand_xorshift v0.4.0
10092026-06-18T13:22:21.691Z Downloaded rand_chacha v0.3.1
10102026-06-18T13:22:21.691Z Downloaded litemap v0.8.2
10112026-06-18T13:22:21.695Z Downloaded ref-cast-impl v1.0.25
10122026-06-18T13:22:21.695Z Downloaded defmt v1.1.0
10132026-06-18T13:22:21.700Z Downloaded paste v1.0.15
10142026-06-18T13:22:21.703Z Downloaded password-hash v0.5.0
10152026-06-18T13:22:21.703Z Downloaded powerfmt v0.2.0
10162026-06-18T13:22:21.703Z Downloaded diff v0.1.13
10172026-06-18T13:22:21.707Z Downloaded deranged v0.5.8
10182026-06-18T13:22:21.707Z Downloaded ref-cast v1.0.25
10192026-06-18T13:22:21.712Z Downloaded libsw v3.5.0
10202026-06-18T13:22:21.712Z Downloaded rustc_version v0.1.7
10212026-06-18T13:22:21.712Z Downloaded phf_shared v0.12.1
10222026-06-18T13:22:21.716Z Downloaded pem v3.0.6
10232026-06-18T13:22:21.716Z Downloaded hmac v0.12.1
10242026-06-18T13:22:21.716Z Downloaded fs_extra v1.3.0
10252026-06-18T13:22:21.716Z Downloaded scroll_derive v0.12.1
10262026-06-18T13:22:21.719Z Downloaded phf v0.12.1
10272026-06-18T13:22:21.719Z Downloaded same-file v1.0.6
10282026-06-18T13:22:21.719Z Downloaded blake2 v0.10.6
10292026-06-18T13:22:21.723Z Downloaded erased-serde v0.3.31
10302026-06-18T13:22:21.723Z Downloaded quick-error v1.2.3
10312026-06-18T13:22:21.726Z Downloaded num_enum_derive v0.7.6
10322026-06-18T13:22:21.726Z Downloaded num_enum v0.5.11
10332026-06-18T13:22:21.729Z Downloaded num-integer v0.1.46
10342026-06-18T13:22:21.729Z Downloaded num-complex v0.4.6
10352026-06-18T13:22:21.732Z Downloaded progenitor-extras v0.2.0
10362026-06-18T13:22:21.732Z Downloaded serde-big-array v0.5.1
10372026-06-18T13:22:21.736Z Downloaded semver v0.1.20
10382026-06-18T13:22:21.737Z Downloaded scroll_derive v0.13.1
10392026-06-18T13:22:21.737Z Downloaded indexmap v1.9.3
10402026-06-18T13:22:21.741Z Downloaded sha1 v0.11.0
10412026-06-18T13:22:21.741Z Downloaded progenitor v0.13.0
10422026-06-18T13:22:21.741Z Downloaded derive_more v0.99.20
10432026-06-18T13:22:21.744Z Downloaded bitflags v2.12.1
10442026-06-18T13:22:21.747Z Downloaded serde_plain v1.0.2
10452026-06-18T13:22:21.747Z Downloaded crossbeam-utils v0.8.21
10462026-06-18T13:22:21.750Z Downloaded drift v0.2.0
10472026-06-18T13:22:21.756Z Downloaded sigpipe v0.1.3
10482026-06-18T13:22:21.759Z Downloaded serde_repr v0.1.20
10492026-06-18T13:22:21.759Z Downloaded secrecy v0.10.3
10502026-06-18T13:22:21.759Z Downloaded rand_core v0.10.1
10512026-06-18T13:22:21.762Z Downloaded serial_test_derive v3.5.0
10522026-06-18T13:22:21.762Z Downloaded progenitor v0.14.0
10532026-06-18T13:22:21.762Z Downloaded slog-bunyan v2.5.0
10542026-06-18T13:22:21.765Z Downloaded siphasher v1.0.3
10552026-06-18T13:22:21.765Z Downloaded highway v1.3.0
10562026-06-18T13:22:21.765Z Downloaded progenitor-client v0.13.0
10572026-06-18T13:22:21.769Z Downloaded progenitor v0.10.0
10582026-06-18T13:22:21.769Z Downloaded proc-macro-error v1.0.4
10592026-06-18T13:22:21.772Z Downloaded slog-envlogger v2.2.0
10602026-06-18T13:22:21.772Z Downloaded omicron-zone-package v0.12.2
10612026-06-18T13:22:21.775Z Downloaded sha1 v0.10.6
10622026-06-18T13:22:21.775Z Downloaded parking_lot v0.11.2
10632026-06-18T13:22:21.778Z Downloaded ciborium v0.2.2
10642026-06-18T13:22:21.778Z Downloaded serial_test v3.5.0
10652026-06-18T13:22:21.780Z Downloaded rustls-pemfile v2.2.0
10662026-06-18T13:22:21.780Z Downloaded rustls-native-certs v0.8.4
10672026-06-18T13:22:21.783Z Downloaded scroll v0.13.0
10682026-06-18T13:22:21.783Z Downloaded strum v0.26.3
10692026-06-18T13:22:21.787Z Downloaded stable_deref_trait v1.2.1
10702026-06-18T13:22:21.787Z Downloaded resolv-conf v0.7.6
10712026-06-18T13:22:21.787Z Downloaded spin v0.5.2
10722026-06-18T13:22:21.787Z Downloaded async-compression v0.4.42
10732026-06-18T13:22:21.791Z Downloaded smawk v0.3.2
10742026-06-18T13:22:21.794Z Downloaded scroll v0.12.0
10752026-06-18T13:22:21.795Z Downloaded pest_derive v2.8.6
10762026-06-18T13:22:21.797Z Downloaded icu_provider v2.2.0
10772026-06-18T13:22:21.797Z Downloaded icu_properties v2.2.0
10782026-06-18T13:22:21.800Z Downloaded dropshot_endpoint v0.17.1
10792026-06-18T13:22:21.803Z Downloaded serde_derive_internals v0.29.1
10802026-06-18T13:22:21.803Z Downloaded postcard v1.1.3
10812026-06-18T13:22:21.806Z Downloaded poly1305 v0.8.0
10822026-06-18T13:22:21.806Z Downloaded proc-macro-error2 v2.0.1
10832026-06-18T13:22:21.809Z Downloaded pest_generator v2.8.6
10842026-06-18T13:22:21.809Z Downloaded half v2.7.1
10852026-06-18T13:22:21.812Z Downloaded structmeta-derive v0.3.0
10862026-06-18T13:22:21.812Z Downloaded termtree v0.5.1
10872026-06-18T13:22:21.815Z Downloaded tabled_derive v0.7.0
10882026-06-18T13:22:21.815Z Downloaded strum v0.27.2
10892026-06-18T13:22:21.815Z Downloaded take_mut v0.2.2
10902026-06-18T13:22:21.815Z Downloaded structmeta v0.3.0
10912026-06-18T13:22:21.818Z Downloaded tagptr v0.2.0
10922026-06-18T13:22:21.818Z Downloaded tabwriter v1.4.1
10932026-06-18T13:22:21.818Z Downloaded darling_core v0.23.0
10942026-06-18T13:22:21.821Z Downloaded darling_core v0.21.3
10952026-06-18T13:22:21.823Z Downloaded tabled_derive v0.11.0
10962026-06-18T13:22:21.826Z Downloaded thread-id v4.2.2
10972026-06-18T13:22:21.826Z Downloaded rustversion v1.0.22
10982026-06-18T13:22:21.829Z Downloaded const_format v0.2.36
10992026-06-18T13:22:21.834Z Downloaded time-core v0.1.8
11002026-06-18T13:22:21.834Z Downloaded icu_locale_core v2.2.0
11012026-06-18T13:22:21.838Z Downloaded getrandom v0.4.2
11022026-06-18T13:22:21.842Z Downloaded testing_table v0.3.0
11032026-06-18T13:22:21.842Z Downloaded schemars_derive v0.8.22
11042026-06-18T13:22:21.842Z Downloaded crossbeam-epoch v0.9.18
11052026-06-18T13:22:21.842Z Downloaded chacha20poly1305 v0.10.1
11062026-06-18T13:22:21.845Z Downloaded const-oid v0.10.2
11072026-06-18T13:22:21.845Z Downloaded thread-id v5.1.0
11082026-06-18T13:22:21.845Z Downloaded topological-sort v0.2.2
11092026-06-18T13:22:21.848Z Downloaded serde_tokenstream v0.2.3
11102026-06-18T13:22:21.848Z Downloaded thiserror-impl-no-std v2.0.2
11112026-06-18T13:22:21.848Z Downloaded icu_normalizer v2.2.0
11122026-06-18T13:22:21.851Z Downloaded cipher v0.4.4
11132026-06-18T13:22:21.851Z Downloaded arc-swap v1.9.1
11142026-06-18T13:22:21.854Z Downloaded typify-macro v0.6.2
11152026-06-18T13:22:21.854Z Downloaded typify-macro v0.4.3
11162026-06-18T13:22:21.858Z Downloaded slog-stdlog v4.1.1
11172026-06-18T13:22:21.858Z Downloaded slog-scope v4.4.1
11182026-06-18T13:22:21.858Z Downloaded slog-json v2.6.1
11192026-06-18T13:22:21.861Z Downloaded slog-dtrace v0.3.0
11202026-06-18T13:22:21.861Z Downloaded colored v3.1.1
11212026-06-18T13:22:21.861Z Downloaded rhai_codegen v3.2.0
11222026-06-18T13:22:21.865Z Downloaded snafu-derive v0.8.9
11232026-06-18T13:22:21.868Z Downloaded smf v0.2.3
11242026-06-18T13:22:21.871Z Downloaded untrusted v0.7.1
11252026-06-18T13:22:21.874Z Downloaded unarray v0.1.4
11262026-06-18T13:22:21.874Z Downloaded papergrid v0.11.0
11272026-06-18T13:22:21.877Z Downloaded universal-hash v0.5.1
11282026-06-18T13:22:21.877Z Downloaded slog-async v2.8.0
11292026-06-18T13:22:21.880Z Downloaded unit-prefix v0.5.2
11302026-06-18T13:22:21.880Z Downloaded slog-term v2.9.2
11312026-06-18T13:22:21.880Z Downloaded wait-timeout v0.2.1
11322026-06-18T13:22:21.883Z Downloaded usdt v0.6.0
11332026-06-18T13:22:21.883Z Downloaded icu_normalizer_data v2.2.0
11342026-06-18T13:22:21.883Z Downloaded cookie v0.18.1
11352026-06-18T13:22:21.886Z Downloaded byteorder v1.5.0
11362026-06-18T13:22:21.887Z Downloaded strum_macros v0.27.2
11372026-06-18T13:22:21.889Z Downloaded synstructure v0.13.2
11382026-06-18T13:22:21.889Z Downloaded konst v0.2.20
11392026-06-18T13:22:21.893Z Downloaded indicatif v0.18.4
11402026-06-18T13:22:21.898Z Downloaded cancel-safe-futures v0.1.5
11412026-06-18T13:22:21.898Z Downloaded usdt-attr-macro v0.6.0
11422026-06-18T13:22:21.901Z Downloaded strum_macros v0.26.4
11432026-06-18T13:22:21.901Z Downloaded rusty-fork v0.3.1
11442026-06-18T13:22:21.901Z Downloaded bytes v1.11.1
11452026-06-18T13:22:21.901Z Downloaded utf-8 v0.7.6
11462026-06-18T13:22:21.905Z Downloaded usdt-macro v0.6.0
11472026-06-18T13:22:21.905Z Downloaded usdt v0.5.0
11482026-06-18T13:22:21.905Z Downloaded usdt-macro v0.5.0
11492026-06-18T13:22:21.908Z Downloaded waitgroup v0.1.2
11502026-06-18T13:22:21.911Z Downloaded yoke-derive v0.8.2
11512026-06-18T13:22:21.911Z Downloaded hickory-resolver v0.24.4
11522026-06-18T13:22:21.914Z Downloaded minimal-lexical v0.2.1
11532026-06-18T13:22:21.922Z Downloaded time-macros v0.2.27
11542026-06-18T13:22:21.925Z Downloaded thiserror-no-std v2.0.2
11552026-06-18T13:22:21.927Z Downloaded tinystr v0.8.3
11562026-06-18T13:22:21.927Z Downloaded tiny-keccak v2.0.2
11572026-06-18T13:22:21.931Z Downloaded zerofrom-derive v0.1.7
11582026-06-18T13:22:21.931Z Downloaded zerofrom v0.1.8
11592026-06-18T13:22:21.934Z Downloaded zeroize_derive v1.4.3
11602026-06-18T13:22:21.934Z Downloaded zone_cfg_derive v0.3.1
11612026-06-18T13:22:21.937Z Downloaded zone v0.3.1
11622026-06-18T13:22:21.940Z Downloaded tokio-dtrace v0.1.1
11632026-06-18T13:22:21.940Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-06-18T13:22:21.944Z Downloaded tokio-tungstenite v0.21.0
11652026-06-18T13:22:21.944Z Downloaded pretty_assertions v1.4.1
11662026-06-18T13:22:21.947Z Downloaded serde_with_macros v3.20.0
11672026-06-18T13:22:21.947Z Downloaded spin v0.9.8
11682026-06-18T13:22:21.947Z Downloaded smallvec v1.15.1
11692026-06-18T13:22:21.952Z Downloaded papergrid v0.18.0
11702026-06-18T13:22:21.956Z Downloaded progenitor-impl v0.14.0
11712026-06-18T13:22:21.958Z Downloaded usdt-attr-macro v0.5.0
11722026-06-18T13:22:21.958Z Downloaded crypto-bigint v0.5.5
11732026-06-18T13:22:21.961Z Downloaded progenitor-impl v0.10.0
11742026-06-18T13:22:21.965Z Downloaded progenitor-impl v0.13.0
11752026-06-18T13:22:21.965Z Downloaded smartstring v1.0.1
11762026-06-18T13:22:21.968Z Downloaded jiff-static v0.2.28
11772026-06-18T13:22:21.973Z Downloaded usdt-impl v0.6.0
11782026-06-18T13:22:21.978Z Downloaded base64 v0.21.7
11792026-06-18T13:22:21.978Z Downloaded whoami v1.6.1
11802026-06-18T13:22:21.978Z Downloaded schemars v0.8.22
11812026-06-18T13:22:21.981Z Downloaded xz2 v0.1.7
11822026-06-18T13:22:21.984Z Downloaded walkdir v2.5.0
11832026-06-18T13:22:21.984Z Downloaded icu_collections v2.2.0
11842026-06-18T13:22:21.989Z Downloaded vsss-rs v3.3.4
11852026-06-18T13:22:21.992Z Downloaded writeable v0.6.3
11862026-06-18T13:22:21.992Z Downloaded usdt-impl v0.5.0
11872026-06-18T13:22:21.992Z Downloaded crossbeam-channel v0.5.15
11882026-06-18T13:22:21.994Z Downloaded rustls-platform-verifier v0.7.0
11892026-06-18T13:22:21.998Z Downloaded thin-vec v0.2.18
11902026-06-18T13:22:21.998Z Downloaded term v1.2.1
11912026-06-18T13:22:22.001Z Downloaded zeroize v1.8.2
11922026-06-18T13:22:22.001Z Downloaded heapless v0.8.0
11932026-06-18T13:22:22.005Z Downloaded zerovec-derive v0.11.3
11942026-06-18T13:22:22.008Z Downloaded cc v1.2.63
11952026-06-18T13:22:22.008Z Downloaded pest_meta v2.8.6
11962026-06-18T13:22:22.011Z Downloaded schemars v0.9.0
11972026-06-18T13:22:22.016Z Downloaded ucd-trie v0.1.7
11982026-06-18T13:22:22.018Z Downloaded similar v2.7.0
11992026-06-18T13:22:22.023Z Downloaded openssl-sys v0.9.116
12002026-06-18T13:22:22.027Z Downloaded slog v2.8.2
12012026-06-18T13:22:22.027Z Downloaded serde_yaml v0.9.34+deprecated
12022026-06-18T13:22:22.030Z Downloaded hickory-resolver v0.25.2
12032026-06-18T13:22:22.032Z Downloaded test-strategy v0.4.5
12042026-06-18T13:22:22.038Z Downloaded rayon-core v1.13.0
12052026-06-18T13:22:22.040Z Downloaded memchr v2.8.1
12062026-06-18T13:22:22.043Z Downloaded zerocopy-derive v0.7.35
12072026-06-18T13:22:22.046Z Downloaded prettyplease v0.2.37
12082026-06-18T13:22:22.049Z Downloaded toml v0.9.12+spec-1.1.0
12092026-06-18T13:22:22.052Z Downloaded toml v0.7.8
12102026-06-18T13:22:22.057Z Downloaded typify v0.6.2
12112026-06-18T13:22:22.060Z Downloaded rand v0.8.6
12122026-06-18T13:22:22.069Z Downloaded uuid v1.23.2
12132026-06-18T13:22:22.077Z Downloaded yoke v0.8.3
12142026-06-18T13:22:22.079Z Downloaded schemars v1.2.1
12152026-06-18T13:22:22.086Z Downloaded toml_edit v0.25.12+spec-1.1.0
12162026-06-18T13:22:22.089Z Downloaded hashbrown v0.16.1
12172026-06-18T13:22:22.093Z Downloaded tungstenite v0.21.0
12182026-06-18T13:22:22.096Z Downloaded snafu v0.8.9
12192026-06-18T13:22:22.099Z Downloaded hashbrown v0.12.3
12202026-06-18T13:22:22.103Z Downloaded qorb v0.4.1
12212026-06-18T13:22:22.106Z Downloaded typify v0.4.3
12222026-06-18T13:22:22.106Z Downloaded http v1.4.1
12232026-06-18T13:22:22.109Z Downloaded nom v7.1.3
12242026-06-18T13:22:22.112Z Downloaded expectorate v1.2.0
12252026-06-18T13:22:22.120Z Downloaded toml_edit v0.19.15
12262026-06-18T13:22:22.131Z Downloaded yansi v1.0.1
12272026-06-18T13:22:22.135Z Downloaded pest v2.8.6
12282026-06-18T13:22:22.143Z Downloaded unsafe-libyaml v0.2.11
12292026-06-18T13:22:22.146Z Downloaded steno v0.4.1
12302026-06-18T13:22:22.149Z Downloaded itertools v0.12.1
12312026-06-18T13:22:22.152Z Downloaded goblin v0.8.2
12322026-06-18T13:22:22.155Z Downloaded rand v0.10.1
12332026-06-18T13:22:22.158Z Downloaded libm v0.2.16
12342026-06-18T13:22:22.165Z Downloaded nom v8.0.0
12352026-06-18T13:22:22.171Z Downloaded dropshot-api-manager v0.7.2
12362026-06-18T13:22:22.175Z Downloaded zerotrie v0.2.4
12372026-06-18T13:22:22.175Z Downloaded icu_properties_data v2.2.0
12382026-06-18T13:22:22.191Z Downloaded zerocopy-derive v0.8.50
12392026-06-18T13:22:22.197Z Downloaded typed-path v0.9.3
12402026-06-18T13:22:22.205Z Downloaded hkdf v0.12.4
12412026-06-18T13:22:22.223Z Downloaded regex v1.12.3
12422026-06-18T13:22:22.232Z Downloaded reqwest v0.13.4
12432026-06-18T13:22:22.243Z Downloaded iddqd v0.4.2
12442026-06-18T13:22:22.248Z Downloaded h2 v0.4.14
12452026-06-18T13:22:22.252Z Downloaded tough v0.22.0
12462026-06-18T13:22:22.259Z Downloaded zerovec v0.11.6
12472026-06-18T13:22:22.270Z Downloaded rayon v1.12.0
12482026-06-18T13:22:22.279Z Downloaded zerocopy v0.7.35
12492026-06-18T13:22:22.293Z Downloaded blake3 v1.8.5
12502026-06-18T13:22:22.298Z Downloaded aws-lc-rs v1.17.0
12512026-06-18T13:22:22.303Z Downloaded moka v0.12.15
12522026-06-18T13:22:22.311Z Downloaded serde_with v3.20.0
12532026-06-18T13:22:22.323Z Downloaded winnow v0.5.40
12542026-06-18T13:22:22.328Z Downloaded webpki-roots v1.0.7
12552026-06-18T13:22:22.332Z Downloaded goblin v0.10.7
12562026-06-18T13:22:22.342Z Downloaded proptest v1.11.0
12572026-06-18T13:22:22.355Z Downloaded tabled v0.21.0
12582026-06-18T13:22:22.386Z Downloaded syn v2.0.117
12592026-06-18T13:22:22.393Z Downloaded tabled v0.15.0
12602026-06-18T13:22:22.402Z Downloaded syn v1.0.109
12612026-06-18T13:22:22.406Z Downloaded time v0.3.47
12622026-06-18T13:22:22.413Z Downloaded nix v0.31.3
12632026-06-18T13:22:22.420Z Downloaded rhai v1.25.1
12642026-06-18T13:22:22.427Z Downloaded regress v0.11.1
12652026-06-18T13:22:22.433Z Downloaded hickory-proto v0.25.2
12662026-06-18T13:22:22.441Z Downloaded hickory-proto v0.24.4
12672026-06-18T13:22:22.450Z Downloaded openssl v0.10.80
12682026-06-18T13:22:22.455Z Downloaded regress v0.10.5
12692026-06-18T13:22:22.459Z Downloaded regex-syntax v0.8.10
12702026-06-18T13:22:22.465Z Downloaded zerocopy v0.8.50
12712026-06-18T13:22:22.476Z Downloaded smoltcp v0.11.0
12722026-06-18T13:22:22.485Z Downloaded dropshot v0.17.1
12732026-06-18T13:22:22.498Z Downloaded jiff v0.2.28
12742026-06-18T13:22:22.512Z Downloaded lzma-sys v0.1.20
12752026-06-18T13:22:22.528Z Downloaded openapiv3 v2.2.0
12762026-06-18T13:22:22.569Z Downloaded encoding_rs v0.8.35
12772026-06-18T13:22:22.584Z Downloaded sled v0.34.7
12782026-06-18T13:22:22.593Z Downloaded typify-impl v0.6.2
12792026-06-18T13:22:22.599Z Downloaded typify-impl v0.4.3
12802026-06-18T13:22:22.655Z Downloaded petgraph v0.6.5
12812026-06-18T13:22:22.675Z Downloaded chrono-tz v0.10.4
12822026-06-18T13:22:22.697Z Downloaded csv v1.4.0
12832026-06-18T13:22:22.709Z Downloaded sha3 v0.10.9
12842026-06-18T13:22:23.384Z Downloaded aws-lc-sys v0.41.0
12852026-06-18T13:22:24.291Z Compiling proc-macro2 v1.0.106
12862026-06-18T13:22:24.291Z Compiling unicode-ident v1.0.24
12872026-06-18T13:22:24.291Z Compiling quote v1.0.45
12882026-06-18T13:22:24.291Z Compiling serde_core v1.0.228
12892026-06-18T13:22:24.291Z Compiling cfg-if v1.0.4
12902026-06-18T13:22:24.294Z Compiling serde v1.0.228
12912026-06-18T13:22:24.294Z Compiling libc v0.2.186
12922026-06-18T13:22:24.294Z Compiling memchr v2.8.1
12932026-06-18T13:22:24.440Z Compiling itoa v1.0.18
12942026-06-18T13:22:24.613Z Compiling zmij v1.0.21
12952026-06-18T13:22:24.723Z Compiling autocfg v1.5.1
12962026-06-18T13:22:24.753Z Compiling libm v0.2.16
12972026-06-18T13:22:25.060Z Compiling stable_deref_trait v1.2.1
12982026-06-18T13:22:25.071Z Compiling writeable v0.6.3
12992026-06-18T13:22:25.127Z Compiling litemap v0.8.2
13002026-06-18T13:22:25.214Z Compiling icu_normalizer_data v2.2.0
13012026-06-18T13:22:25.217Z Compiling utf8_iter v1.0.4
13022026-06-18T13:22:25.259Z Compiling icu_properties_data v2.2.0
13032026-06-18T13:22:25.295Z Compiling percent-encoding v2.3.2
13042026-06-18T13:22:25.309Z Compiling iana-time-zone v0.1.65
13052026-06-18T13:22:25.484Z Compiling version_check v0.9.5
13062026-06-18T13:22:25.522Z Compiling syn v2.0.117
13072026-06-18T13:22:25.535Z Compiling equivalent v1.0.2
13082026-06-18T13:22:25.614Z Compiling form_urlencoded v1.2.2
13092026-06-18T13:22:25.634Z Compiling serde_json v1.0.150
13102026-06-18T13:22:25.648Z Compiling pin-project-lite v0.2.17
13112026-06-18T13:22:25.700Z Compiling dyn-clone v1.0.20
13122026-06-18T13:22:25.745Z Compiling parking_lot_core v0.9.12
13132026-06-18T13:22:25.760Z Compiling scopeguard v1.2.0
13142026-06-18T13:22:25.789Z Compiling num-traits v0.2.19
13152026-06-18T13:22:25.833Z Compiling hashbrown v0.17.1
13162026-06-18T13:22:25.879Z Compiling lock_api v0.4.14
13172026-06-18T13:22:25.985Z Compiling rand_core v0.10.1
13182026-06-18T13:22:26.115Z Compiling thiserror v2.0.18
13192026-06-18T13:22:26.139Z Compiling getrandom v0.4.2
13202026-06-18T13:22:26.168Z Compiling errno v0.3.14
13212026-06-18T13:22:26.295Z Compiling log v0.4.32
13222026-06-18T13:22:26.315Z Compiling heck v0.5.0
13232026-06-18T13:22:26.461Z Compiling semver v1.0.28
13242026-06-18T13:22:26.576Z Compiling indexmap v2.14.0
13252026-06-18T13:22:26.602Z Compiling futures-core v0.3.32
13262026-06-18T13:22:26.631Z Compiling zerocopy v0.8.50
13272026-06-18T13:22:26.751Z Compiling uuid v1.23.2
13282026-06-18T13:22:26.811Z Compiling futures-sink v0.3.32
13292026-06-18T13:22:26.886Z Compiling schemars v0.8.22
13302026-06-18T13:22:26.910Z Compiling slab v0.4.12
13312026-06-18T13:22:27.072Z Compiling jobserver v0.1.34
13322026-06-18T13:22:27.084Z Compiling shlex v2.0.1
13332026-06-18T13:22:27.149Z Compiling find-msvc-tools v0.1.9
13342026-06-18T13:22:27.192Z Compiling rustversion v1.0.22
13352026-06-18T13:22:27.227Z Compiling fnv v1.0.7
13362026-06-18T13:22:27.263Z Compiling futures-channel v0.3.32
13372026-06-18T13:22:27.322Z Compiling cc v1.2.63
13382026-06-18T13:22:27.388Z Compiling bitflags v2.12.1
13392026-06-18T13:22:27.395Z Compiling futures-task v0.3.32
13402026-06-18T13:22:27.489Z Compiling futures-io v0.3.32
13412026-06-18T13:22:27.561Z Compiling portable-atomic v1.13.1
13422026-06-18T13:22:27.625Z Compiling socket2 v0.6.4
13432026-06-18T13:22:27.645Z Compiling signal-hook-registry v1.4.8
13442026-06-18T13:22:27.656Z Compiling mio v1.2.1
13452026-06-18T13:22:27.878Z Compiling critical-section v1.2.0
13462026-06-18T13:22:27.950Z Compiling fs_extra v1.3.0
13472026-06-18T13:22:27.987Z Compiling typenum v1.20.1
13482026-06-18T13:22:28.086Z Compiling cmake v0.1.58
13492026-06-18T13:22:28.175Z Compiling dunce v1.0.5
13502026-06-18T13:22:28.178Z Compiling base64 v0.22.1
13512026-06-18T13:22:28.213Z Compiling slog v2.8.2
13522026-06-18T13:22:28.274Z Compiling rustix v1.1.4
13532026-06-18T13:22:28.425Z Compiling synstructure v0.13.2
13542026-06-18T13:22:28.451Z Compiling serde_derive_internals v0.29.1
13552026-06-18T13:22:28.508Z Compiling once_cell v1.21.4
13562026-06-18T13:22:28.579Z Compiling byteorder v1.5.0
13572026-06-18T13:22:28.616Z Compiling aws-lc-sys v0.41.0
13582026-06-18T13:22:28.642Z Compiling subtle v2.6.1
13592026-06-18T13:22:28.719Z Compiling strsim v0.11.1
13602026-06-18T13:22:28.827Z Compiling regex-syntax v0.8.10
13612026-06-18T13:22:28.837Z Compiling atomic-waker v1.1.2
13622026-06-18T13:22:28.926Z Compiling ipnet v2.12.0
13632026-06-18T13:22:28.949Z Compiling httparse v1.10.1
13642026-06-18T13:22:28.998Z Compiling tower-service v0.3.3
13652026-06-18T13:22:29.088Z Compiling tower-layer v0.3.3
13662026-06-18T13:22:29.112Z Compiling getrandom v0.2.17
13672026-06-18T13:22:29.182Z Compiling thiserror v1.0.69
13682026-06-18T13:22:29.241Z Compiling untrusted v0.9.0
13692026-06-18T13:22:29.291Z Compiling ryu v1.0.23
13702026-06-18T13:22:29.352Z Compiling ucd-trie v0.1.7
13712026-06-18T13:22:29.452Z Compiling getrandom v0.3.4
13722026-06-18T13:22:29.468Z Compiling try-lock v0.2.5
13732026-06-18T13:22:29.565Z Compiling want v0.3.1
13742026-06-18T13:22:29.585Z Compiling serde_derive v1.0.228
13752026-06-18T13:22:29.646Z Compiling zerofrom-derive v0.1.7
13762026-06-18T13:22:29.656Z Compiling yoke-derive v0.8.2
13772026-06-18T13:22:29.667Z Compiling zerovec-derive v0.11.3
13782026-06-18T13:22:29.723Z Compiling displaydoc v0.2.6
13792026-06-18T13:22:29.786Z Compiling schemars_derive v0.8.22
13802026-06-18T13:22:30.501Z Compiling thiserror-impl v2.0.18
13812026-06-18T13:22:30.711Z Compiling tokio-macros v2.7.0
13822026-06-18T13:22:30.744Z Compiling zerocopy-derive v0.8.50
13832026-06-18T13:22:30.818Z Compiling zerofrom v0.1.8
13842026-06-18T13:22:30.984Z Compiling yoke v0.8.3
13852026-06-18T13:22:31.003Z Compiling zeroize_derive v1.4.3
13862026-06-18T13:22:31.164Z Compiling zerovec v0.11.6
13872026-06-18T13:22:31.429Z Compiling zerotrie v0.2.4
13882026-06-18T13:22:31.509Z Compiling futures-macro v0.3.32
13892026-06-18T13:22:31.686Z Compiling tinystr v0.8.3
13902026-06-18T13:22:31.689Z Compiling potential_utf v0.1.5
13912026-06-18T13:22:31.723Z Compiling zeroize v1.8.2
13922026-06-18T13:22:31.843Z Compiling icu_locale_core v2.2.0
13932026-06-18T13:22:31.860Z Compiling icu_collections v2.2.0
13942026-06-18T13:22:31.900Z Compiling thiserror-impl v1.0.69
13952026-06-18T13:22:31.914Z Compiling pest v2.8.6
13962026-06-18T13:22:32.348Z Compiling futures-util v0.3.32
13972026-06-18T13:22:32.379Z Compiling rand_core v0.6.4
13982026-06-18T13:22:32.593Z Compiling icu_provider v2.2.0
13992026-06-18T13:22:32.764Z Compiling bytes v1.11.1
14002026-06-18T13:22:32.907Z Compiling smallvec v1.15.1
14012026-06-18T13:22:32.919Z Compiling icu_properties v2.2.0
14022026-06-18T13:22:33.055Z Compiling chrono v0.4.45
14032026-06-18T13:22:33.131Z Compiling icu_normalizer v2.2.0
14042026-06-18T13:22:33.382Z Compiling parking_lot v0.12.5
14052026-06-18T13:22:33.459Z Compiling http v1.4.1
14062026-06-18T13:22:33.704Z Compiling tokio v1.52.3
14072026-06-18T13:22:33.779Z Compiling idna_adapter v1.2.2
14082026-06-18T13:22:33.921Z Compiling idna v1.1.0
14092026-06-18T13:22:34.070Z Compiling serde_tokenstream v0.2.3
14102026-06-18T13:22:34.348Z Compiling url v2.5.8
14112026-06-18T13:22:34.414Z Compiling erased-serde v0.3.31
14122026-06-18T13:22:34.520Z Compiling http-body v1.0.1
14132026-06-18T13:22:34.587Z Compiling httpdate v1.0.3
14142026-06-18T13:22:34.681Z Compiling pest_meta v2.8.6
14152026-06-18T13:22:34.761Z Compiling pretty-hex v0.4.2
14162026-06-18T13:22:34.887Z Compiling ppv-lite86 v0.2.21
14172026-06-18T13:22:35.045Z Compiling plain v0.2.3
14182026-06-18T13:22:35.155Z Compiling winnow v1.0.3
14192026-06-18T13:22:35.197Z Compiling paste v1.0.15
14202026-06-18T13:22:35.211Z Compiling foldhash v0.2.0
14212026-06-18T13:22:35.292Z Compiling pest_generator v2.8.6
14222026-06-18T13:22:35.433Z Compiling allocator-api2 v0.2.21
14232026-06-18T13:22:35.533Z Compiling tracing-attributes v0.1.31
14242026-06-18T13:22:35.745Z Compiling ipnetwork v0.21.1
14252026-06-18T13:22:35.883Z Compiling hashbrown v0.16.1
14262026-06-18T13:22:35.963Z Compiling pest_derive v2.8.6
14272026-06-18T13:22:36.241Z Compiling oxnet v0.1.6
14282026-06-18T13:22:36.244Z Compiling tracing-core v0.1.36
14292026-06-18T13:22:36.308Z Compiling ident_case v1.0.1
14302026-06-18T13:22:36.423Z Compiling omicron-workspace-hack v0.1.0
14312026-06-18T13:22:36.528Z Compiling http-body-util v0.1.3
14322026-06-18T13:22:36.661Z Compiling serde_urlencoded v0.7.1
14332026-06-18T13:22:36.700Z Compiling aho-corasick v1.1.4
14342026-06-18T13:22:36.783Z Compiling tracing v0.1.44
14352026-06-18T13:22:36.829Z Compiling sync_wrapper v1.0.2
14362026-06-18T13:22:36.847Z Compiling daft-derive v0.1.7
14372026-06-18T13:22:36.997Z Compiling fastrand v2.4.1
14382026-06-18T13:22:37.012Z Compiling scroll_derive v0.13.1
14392026-06-18T13:22:37.259Z Compiling async-trait v0.1.89
14402026-06-18T13:22:37.620Z Compiling regex-automata v0.4.14
14412026-06-18T13:22:37.859Z Compiling tokio-util v0.7.18
14422026-06-18T13:22:38.088Z Compiling powerfmt v0.2.0
14432026-06-18T13:22:38.166Z Compiling aws-lc-rs v1.17.0
14442026-06-18T13:22:38.233Z Compiling time-core v0.1.8
14452026-06-18T13:22:38.294Z Compiling num-conv v0.2.2
14462026-06-18T13:22:38.378Z Compiling anyhow v1.0.102
14472026-06-18T13:22:38.438Z Compiling time-macros v0.2.27
14482026-06-18T13:22:38.478Z Compiling deranged v0.5.8
14492026-06-18T13:22:38.603Z Compiling scroll v0.13.0
14502026-06-18T13:22:38.860Z Compiling rustls-pki-types v1.14.1
14512026-06-18T13:22:38.904Z Compiling num_threads v0.1.7
14522026-06-18T13:22:38.999Z Compiling hex v0.4.3
14532026-06-18T13:22:39.253Z Compiling regex v1.12.3
14542026-06-18T13:22:39.330Z Compiling openssl-probe v0.2.1
14552026-06-18T13:22:39.430Z Compiling goblin v0.10.7
14562026-06-18T13:22:39.511Z Compiling camino v1.2.2
14572026-06-18T13:22:39.711Z Compiling untrusted v0.7.1
14582026-06-18T13:22:39.887Z Compiling rustls v0.23.40
14592026-06-18T13:22:40.005Z Compiling usdt-impl v0.6.0
14602026-06-18T13:22:40.071Z Compiling crc32fast v1.5.0
14612026-06-18T13:22:40.189Z Compiling h2 v0.4.14
14622026-06-18T13:22:40.224Z Compiling dtrace-parser v0.3.0
14632026-06-18T13:22:40.266Z Compiling futures-executor v0.3.32
14642026-06-18T13:22:40.508Z Compiling crossbeam-utils v0.8.21
14652026-06-18T13:22:40.598Z Compiling structmeta-derive v0.3.0
14662026-06-18T13:22:40.720Z Compiling thread-id v5.1.0
14672026-06-18T13:22:40.800Z Compiling cpufeatures v0.3.0
14682026-06-18T13:22:40.829Z Compiling simd-adler32 v0.3.9
14692026-06-18T13:22:40.895Z Compiling adler2 v2.0.1
14702026-06-18T13:22:41.022Z Compiling miniz_oxide v0.8.9
14712026-06-18T13:22:41.153Z Compiling futures v0.3.32
14722026-06-18T13:22:41.229Z Compiling rand_core v0.9.5
14732026-06-18T13:22:41.438Z Compiling darling_core v0.23.0
14742026-06-18T13:22:41.567Z Compiling newtype-uuid-macros v0.1.0
14752026-06-18T13:22:41.682Z Compiling hybrid-array v0.4.12
14762026-06-18T13:22:41.695Z Compiling structmeta v0.3.0
14772026-06-18T13:22:42.038Z Compiling thread_local v1.1.9
14782026-06-18T13:22:42.139Z Compiling match_cfg v0.1.0
14792026-06-18T13:22:42.207Z Compiling flate2 v1.1.9
14802026-06-18T13:22:42.307Z Compiling hyper v1.10.1
14812026-06-18T13:22:42.374Z Compiling dof v0.4.0
14822026-06-18T13:22:42.623Z Compiling newtype-uuid v1.3.2
14832026-06-18T13:22:42.965Z Compiling compression-core v0.4.32
14842026-06-18T13:22:43.278Z Compiling ref-cast v1.0.25
14852026-06-18T13:22:43.495Z Compiling hyper-util v0.1.20
14862026-06-18T13:22:43.596Z Compiling darling_macro v0.23.0
14872026-06-18T13:22:43.695Z Compiling quick-error v1.2.3
14882026-06-18T13:22:43.818Z Compiling slog-async v2.8.0
14892026-06-18T13:22:43.918Z Compiling compression-codecs v0.4.38
14902026-06-18T13:22:44.011Z Compiling daft v0.1.7
14912026-06-18T13:22:44.057Z Compiling crypto-common v0.2.2
14922026-06-18T13:22:44.151Z Compiling block-buffer v0.12.0
14932026-06-18T13:22:44.162Z Compiling rand_chacha v0.9.0
14942026-06-18T13:22:44.179Z Compiling darling v0.23.0
14952026-06-18T13:22:44.271Z Compiling ref-cast-impl v1.0.25
14962026-06-18T13:22:44.300Z Compiling strum_macros v0.26.4
14972026-06-18T13:22:44.434Z Compiling usdt-macro v0.6.0
14982026-06-18T13:22:44.580Z Compiling usdt-attr-macro v0.6.0
14992026-06-18T13:22:44.665Z Compiling serde_spanned v1.1.1
15002026-06-18T13:22:44.812Z Compiling multer v3.1.0
15012026-06-18T13:22:44.878Z Compiling generic-array v0.14.7
15022026-06-18T13:22:44.988Z Compiling take_mut v0.2.2
15032026-06-18T13:22:45.047Z Compiling debug-ignore v1.0.5
15042026-06-18T13:22:45.088Z Compiling const-oid v0.10.2
15052026-06-18T13:22:45.112Z Compiling toml_writer v1.1.1+spec-1.1.0
15062026-06-18T13:22:45.142Z Compiling term v1.2.1
15072026-06-18T13:22:45.192Z Compiling bit-vec v0.8.0
15082026-06-18T13:22:45.291Z Compiling digest v0.11.3
15092026-06-18T13:22:45.363Z Compiling bit-set v0.8.0
15102026-06-18T13:22:45.516Z Compiling rand v0.9.4
15112026-06-18T13:22:45.547Z Compiling serde_with_macros v3.20.0
15122026-06-18T13:22:45.557Z Compiling async-stream-impl v0.3.6
15132026-06-18T13:22:45.750Z Compiling dropshot v0.17.1
15142026-06-18T13:22:45.841Z Compiling encoding_rs v0.8.35
15152026-06-18T13:22:45.923Z Compiling strum v0.26.3
15162026-06-18T13:22:46.002Z Compiling mime v0.3.17
15172026-06-18T13:22:46.046Z Compiling syn v1.0.109
15182026-06-18T13:22:46.272Z Compiling spin v0.9.8
15192026-06-18T13:22:46.284Z Compiling unarray v0.1.4
15202026-06-18T13:22:46.381Z Compiling async-stream v0.3.6
15212026-06-18T13:22:46.400Z Compiling sha1 v0.11.0
15222026-06-18T13:22:46.430Z Compiling derive-ex v0.1.8
15232026-06-18T13:22:46.551Z Compiling tower v0.5.3
15242026-06-18T13:22:46.627Z Compiling dropshot_endpoint v0.17.1
15252026-06-18T13:22:46.642Z Compiling macaddr v1.0.1
15262026-06-18T13:22:46.743Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15272026-06-18T13:22:46.903Z Compiling waitgroup v0.1.2
15282026-06-18T13:22:47.020Z Compiling serde_path_to_error v0.1.20
15292026-06-18T13:22:47.229Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-06-18T13:22:47.352Z Compiling tower-http v0.6.11
15312026-06-18T13:22:47.373Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15322026-06-18T13:22:47.539Z Compiling tempfile v3.27.0
15332026-06-18T13:22:47.550Z Compiling openapiv3 v2.2.0
15342026-06-18T13:22:47.768Z Compiling strum_macros v0.27.2
15352026-06-18T13:22:48.013Z Compiling test-strategy v0.4.5
15362026-06-18T13:22:48.281Z Compiling instant v0.1.13
15372026-06-18T13:22:48.386Z Compiling rustls-native-certs v0.8.4
15382026-06-18T13:22:48.726Z Compiling time v0.3.47
15392026-06-18T13:22:49.045Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15402026-06-18T13:22:49.147Z Compiling crossbeam-channel v0.5.15
15412026-06-18T13:22:49.364Z Compiling crypto-common v0.1.7
15422026-06-18T13:22:49.567Z Compiling strum v0.27.2
15432026-06-18T13:22:49.690Z Compiling parse-display-derive v0.10.0
15442026-06-18T13:22:49.799Z Compiling backon v1.6.0
15452026-06-18T13:22:49.998Z Compiling rand_chacha v0.3.1
15462026-06-18T13:22:50.164Z Compiling slog-json v2.6.1
15472026-06-18T13:22:50.406Z Compiling rand v0.8.6
15482026-06-18T13:22:50.627Z Compiling hostname v0.3.1
15492026-06-18T13:22:50.842Z Compiling toml_parser v1.1.2+spec-1.1.0
15502026-06-18T13:22:51.035Z Compiling toml_datetime v1.1.1+spec-1.1.0
15512026-06-18T13:22:51.092Z Compiling memmap2 v0.9.10
15522026-06-18T13:22:51.103Z Compiling is-terminal v0.4.17
15532026-06-18T13:22:51.118Z Compiling wait-timeout v0.2.1
15542026-06-18T13:22:51.347Z Compiling either v1.16.0
15552026-06-18T13:22:51.364Z Compiling rusty-fork v0.3.1
15562026-06-18T13:22:51.378Z Compiling usdt v0.6.0
15572026-06-18T13:22:51.413Z Compiling toml v1.1.2+spec-1.1.0
15582026-06-18T13:22:51.553Z Compiling slog-term v2.9.2
15592026-06-18T13:22:51.571Z Compiling slog-bunyan v2.5.0
15602026-06-18T13:22:51.700Z Compiling serde_with v3.20.0
15612026-06-18T13:22:51.720Z Compiling async-compression v0.4.42
15622026-06-18T13:22:51.816Z Compiling rand_xorshift v0.4.0
15632026-06-18T13:22:51.961Z Compiling rustls-pemfile v2.2.0
15642026-06-18T13:22:52.026Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15652026-06-18T13:22:52.157Z Compiling regress v0.10.5
15662026-06-18T13:22:52.168Z Compiling hostname v0.4.2
15672026-06-18T13:22:52.206Z Compiling humantime v2.3.0
15682026-06-18T13:22:52.298Z Compiling proptest v1.11.0
15692026-06-18T13:22:52.773Z Compiling iddqd v0.4.2
15702026-06-18T13:22:53.019Z Compiling reqwest v0.12.28
15712026-06-18T13:22:53.164Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15722026-06-18T13:22:53.404Z Compiling block-buffer v0.10.4
15732026-06-18T13:22:53.548Z Compiling utf8parse v0.2.2
15742026-06-18T13:22:53.604Z Compiling digest v0.10.7
15752026-06-18T13:22:53.655Z Compiling anstyle-parse v1.0.0
15762026-06-18T13:22:53.815Z Compiling itertools v0.14.0
15772026-06-18T13:22:53.836Z Compiling parse-display v0.10.0
15782026-06-18T13:22:54.057Z Compiling progenitor-client v0.10.0
15792026-06-18T13:22:54.173Z Compiling backoff v0.4.0
15802026-06-18T13:22:54.325Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15812026-06-18T13:22:54.382Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15822026-06-18T13:22:54.892Z Compiling colorchoice v1.0.5
15832026-06-18T13:22:55.070Z Compiling is_terminal_polyfill v1.70.2
15842026-06-18T13:22:55.160Z Compiling anstyle v1.0.14
15852026-06-18T13:22:55.323Z Compiling anstyle-query v1.1.5
15862026-06-18T13:22:55.426Z Compiling anstream v1.0.0
15872026-06-18T13:22:55.744Z Compiling clap_lex v1.1.0
15882026-06-18T13:22:56.116Z Compiling regress v0.11.1
15892026-06-18T13:22:56.128Z Compiling clap_derive v4.6.1
15902026-06-18T13:22:56.880Z Compiling terminal_size v0.4.4
15912026-06-18T13:22:57.635Z Compiling typify-impl v0.6.2
15922026-06-18T13:22:57.879Z Compiling toml_datetime v0.6.11
15932026-06-18T13:22:58.078Z Compiling zerocopy-derive v0.7.35
15942026-06-18T13:22:58.153Z Compiling convert_case v0.4.0
15952026-06-18T13:22:58.166Z Compiling cpufeatures v0.2.17
15962026-06-18T13:22:58.885Z Compiling derive_more v0.99.20
15972026-06-18T13:22:58.944Z Compiling zerocopy v0.7.35
15982026-06-18T13:22:59.051Z Compiling clap_builder v4.6.0
15992026-06-18T13:22:59.477Z Compiling toml_edit v0.25.12+spec-1.1.0
16002026-06-18T13:23:00.218Z Compiling unicode-width v0.2.2
16012026-06-18T13:23:00.354Z Compiling proc-macro-crate v3.5.0
16022026-06-18T13:23:00.768Z Compiling clap v4.6.1
16032026-06-18T13:23:00.848Z Compiling secrecy v0.10.3
16042026-06-18T13:23:00.918Z Compiling tinyvec_macros v0.1.1
16052026-06-18T13:23:00.987Z Compiling float-ord v0.3.2
16062026-06-18T13:23:01.035Z Compiling crucible-workspace-hack v0.1.0
16072026-06-18T13:23:01.098Z Compiling tinyvec v1.11.0
16082026-06-18T13:23:01.170Z Compiling num_enum_derive v0.7.6
16092026-06-18T13:23:01.653Z Compiling dtrace-parser v0.2.0
16102026-06-18T13:23:01.724Z Compiling scroll_derive v0.12.1
16112026-06-18T13:23:01.759Z Compiling num-integer v0.1.46
16122026-06-18T13:23:02.079Z Compiling rustc_version v0.4.1
16132026-06-18T13:23:02.210Z Compiling usdt-impl v0.5.0
16142026-06-18T13:23:02.348Z Compiling curve25519-dalek v4.1.3
16152026-06-18T13:23:02.448Z Compiling scroll v0.12.0
16162026-06-18T13:23:02.520Z Compiling num_enum v0.7.6
16172026-06-18T13:23:02.697Z Compiling dof v0.3.0
16182026-06-18T13:23:02.808Z Compiling hmac v0.12.1
16192026-06-18T13:23:02.932Z Compiling inout v0.1.4
16202026-06-18T13:23:02.943Z Compiling darling_core v0.21.3
16212026-06-18T13:23:03.030Z Compiling ff v0.13.1
16222026-06-18T13:23:03.088Z Compiling thread-id v4.2.2
16232026-06-18T13:23:03.091Z Compiling cipher v0.4.4
16242026-06-18T13:23:03.163Z Compiling group v0.13.0
16252026-06-18T13:23:03.303Z Compiling hkdf v0.12.4
16262026-06-18T13:23:03.586Z Compiling goblin v0.8.2
16272026-06-18T13:23:03.708Z Compiling num-iter v0.1.45
16282026-06-18T13:23:03.822Z Compiling num-rational v0.4.2
16292026-06-18T13:23:03.846Z Compiling thiserror-impl-no-std v2.0.2
16302026-06-18T13:23:03.888Z Compiling typify-macro v0.6.2
16312026-06-18T13:23:03.971Z Compiling universal-hash v0.5.1
16322026-06-18T13:23:04.034Z Compiling crypto-bigint v0.5.5
16332026-06-18T13:23:04.095Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16342026-06-18T13:23:04.432Z Compiling crossbeam-epoch v0.9.18
16352026-06-18T13:23:04.765Z Compiling half v2.7.1
16362026-06-18T13:23:04.869Z Compiling curve25519-dalek-derive v0.1.1
16372026-06-18T13:23:04.911Z Compiling num-complex v0.4.6
16382026-06-18T13:23:04.997Z Compiling darling_macro v0.21.3
16392026-06-18T13:23:05.318Z Compiling base16ct v0.2.0
16402026-06-18T13:23:05.373Z Compiling base64ct v1.8.3
16412026-06-18T13:23:05.373Z Compiling ciborium-io v0.2.2
16422026-06-18T13:23:05.466Z Compiling opaque-debug v0.3.1
16432026-06-18T13:23:05.476Z Compiling ciborium-ll v0.2.2
16442026-06-18T13:23:05.534Z Compiling poly1305 v0.8.0
16452026-06-18T13:23:05.604Z Compiling darling v0.21.3
16462026-06-18T13:23:05.674Z Compiling password-hash v0.5.0
16472026-06-18T13:23:05.684Z Compiling elliptic-curve v0.13.8
16482026-06-18T13:23:05.909Z Compiling typify v0.6.2
16492026-06-18T13:23:06.119Z Compiling num v0.4.3
16502026-06-18T13:23:06.148Z Compiling thiserror-no-std v2.0.2
16512026-06-18T13:23:06.365Z Compiling chacha20 v0.9.1
16522026-06-18T13:23:06.576Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16532026-06-18T13:23:06.847Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16542026-06-18T13:23:07.245Z Compiling blake2 v0.10.6
16552026-06-18T13:23:07.441Z Compiling aead v0.5.2
16562026-06-18T13:23:07.575Z Compiling byte-wrapper v0.1.0
16572026-06-18T13:23:07.598Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16582026-06-18T13:23:07.693Z Compiling proc-macro-error-attr v1.0.4
16592026-06-18T13:23:07.935Z Compiling keccak v0.1.6
16602026-06-18T13:23:07.985Z Compiling rustix v0.38.44
16612026-06-18T13:23:08.056Z Compiling prettyplease v0.2.37
16622026-06-18T13:23:08.158Z Compiling unsafe-libyaml v0.2.11
16632026-06-18T13:23:08.302Z Compiling heapless v0.8.0
16642026-06-18T13:23:08.771Z Compiling serde_yaml v0.9.34+deprecated
16652026-06-18T13:23:08.810Z Compiling sha3 v0.10.9
16662026-06-18T13:23:09.031Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16672026-06-18T13:23:09.099Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16682026-06-18T13:23:09.858Z Compiling chacha20poly1305 v0.10.1
16692026-06-18T13:23:09.984Z Compiling argon2 v0.5.3
16702026-06-18T13:23:10.022Z Compiling vsss-rs v3.3.4
16712026-06-18T13:23:10.035Z Compiling ingot-macros v0.1.1
16722026-06-18T13:23:10.203Z Compiling ciborium v0.2.2
16732026-06-18T13:23:10.491Z Compiling usdt-macro v0.5.0
16742026-06-18T13:23:10.769Z Compiling usdt-attr-macro v0.5.0
16752026-06-18T13:23:11.928Z Compiling serde_spanned v0.6.9
16762026-06-18T13:23:12.073Z Compiling enum-as-inner v0.6.1
16772026-06-18T13:23:12.083Z Compiling hash32 v0.3.1
16782026-06-18T13:23:12.554Z Compiling proc-macro-error v1.0.4
16792026-06-18T13:23:12.656Z Compiling memmap v0.7.0
16802026-06-18T13:23:12.666Z Compiling memoffset v0.9.1
16812026-06-18T13:23:12.790Z Compiling indent_write v2.2.0
16822026-06-18T13:23:12.801Z Compiling winnow v0.5.40
16832026-06-18T13:23:12.837Z Compiling data-encoding v2.11.0
16842026-06-18T13:23:12.866Z Compiling cfg_aliases v0.2.1
16852026-06-18T13:23:12.907Z Compiling winnow v0.7.15
16862026-06-18T13:23:12.919Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16872026-06-18T13:23:12.934Z Compiling smoltcp v0.11.0
16882026-06-18T13:23:13.128Z Compiling rustls-webpki v0.103.13
16892026-06-18T13:23:13.284Z Compiling static_assertions v1.1.0
16902026-06-18T13:23:13.356Z Compiling toml_write v0.1.2
16912026-06-18T13:23:13.469Z Compiling nix v0.31.3
16922026-06-18T13:23:13.817Z Compiling ingot-types v0.1.2
16932026-06-18T13:23:13.851Z Compiling usdt v0.5.0
16942026-06-18T13:23:14.118Z Compiling toml_edit v0.19.15
16952026-06-18T13:23:14.186Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16962026-06-18T13:23:14.219Z Compiling toml_edit v0.22.27
16972026-06-18T13:23:14.238Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16982026-06-18T13:23:14.332Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-06-18T13:23:14.576Z Compiling tabwriter v1.4.1
17002026-06-18T13:23:14.844Z Compiling cobs v0.3.0
17012026-06-18T13:23:14.946Z Compiling serde_repr v0.1.20
17022026-06-18T13:23:15.033Z Compiling managed v0.8.0
17032026-06-18T13:23:15.252Z Compiling pkg-config v0.3.33
17042026-06-18T13:23:15.468Z Compiling bitflags v1.3.2
17052026-06-18T13:23:15.540Z Compiling vcpkg v0.2.15
17062026-06-18T13:23:15.551Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17072026-06-18T13:23:15.703Z Compiling toml v0.8.23
17082026-06-18T13:23:16.108Z Compiling proc-macro-crate v1.3.1
17092026-06-18T13:23:16.164Z Compiling openssl-sys v0.9.116
17102026-06-18T13:23:16.439Z Compiling postcard v1.1.3
17112026-06-18T13:23:16.720Z Compiling tokio-rustls v0.26.4
17122026-06-18T13:23:16.774Z Compiling rustls-platform-verifier v0.7.0
17132026-06-18T13:23:16.996Z Compiling hyper-rustls v0.27.9
17142026-06-18T13:23:17.297Z Compiling reqwest v0.13.4
17152026-06-18T13:23:18.181Z Compiling ingot v0.1.1
17162026-06-18T13:23:18.519Z Compiling progenitor-client v0.14.0
17172026-06-18T13:23:18.818Z Compiling progenitor-extras v0.2.0
17182026-06-18T13:23:18.999Z Compiling hubpack_derive v0.1.1
17192026-06-18T13:23:19.054Z Compiling foreign-types-macros v0.2.3
17202026-06-18T13:23:19.719Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17212026-06-18T13:23:19.830Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17222026-06-18T13:23:20.009Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17232026-06-18T13:23:20.033Z Compiling foreign-types-shared v0.3.1
17242026-06-18T13:23:20.049Z Compiling unicode-segmentation v1.13.3
17252026-06-18T13:23:20.065Z Compiling swrite v0.1.0
17262026-06-18T13:23:20.121Z Compiling linked-hash-map v0.5.6
17272026-06-18T13:23:20.156Z Compiling heck v0.4.1
17282026-06-18T13:23:20.304Z Compiling rayon-core v1.13.0
17292026-06-18T13:23:20.357Z Compiling resolv-conf v0.7.6
17302026-06-18T13:23:20.476Z Compiling colored v3.1.1
17312026-06-18T13:23:20.539Z Compiling semver v0.1.20
17322026-06-18T13:23:20.739Z Compiling rustc_version v0.1.7
17332026-06-18T13:23:20.812Z Compiling newline-converter v0.3.0
17342026-06-18T13:23:20.876Z Compiling lru-cache v0.1.2
17352026-06-18T13:23:20.991Z Compiling foreign-types v0.5.0
17362026-06-18T13:23:21.045Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17372026-06-18T13:23:21.069Z Compiling hubpack v0.1.2
17382026-06-18T13:23:21.718Z Compiling num_enum_derive v0.5.11
17392026-06-18T13:23:22.282Z Compiling atomicwrites v0.4.4
17402026-06-18T13:23:22.447Z Compiling hickory-proto v0.24.4
17412026-06-18T13:23:22.755Z Compiling progenitor-impl v0.13.0
17422026-06-18T13:23:23.032Z Compiling crossbeam-deque v0.8.6
17432026-06-18T13:23:23.228Z Compiling console v0.15.11
17442026-06-18T13:23:23.834Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17452026-06-18T13:23:23.858Z Compiling camino-tempfile v1.4.1
17462026-06-18T13:23:23.892Z Compiling chacha20 v0.10.0
17472026-06-18T13:23:24.098Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17482026-06-18T13:23:24.147Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-06-18T13:23:24.354Z Compiling serde-big-array v0.5.1
17502026-06-18T13:23:24.500Z Compiling derive-where v1.6.1
17512026-06-18T13:23:24.864Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17522026-06-18T13:23:25.703Z Compiling pin-project-internal v1.1.13
17532026-06-18T13:23:25.776Z Compiling num-derive v0.4.2
17542026-06-18T13:23:26.230Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-06-18T13:23:26.308Z Compiling cstr-argument v0.1.2
17562026-06-18T13:23:26.464Z Compiling siphasher v1.0.3
17572026-06-18T13:23:26.490Z Compiling minimal-lexical v0.2.1
17582026-06-18T13:23:26.665Z Compiling similar v2.7.0
17592026-06-18T13:23:26.754Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17602026-06-18T13:23:26.813Z Compiling nom v7.1.3
17612026-06-18T13:23:26.866Z Compiling pin-project v1.1.13
17622026-06-18T13:23:26.965Z Compiling phf_shared v0.12.1
17632026-06-18T13:23:27.009Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17642026-06-18T13:23:27.055Z Compiling progenitor-macro v0.13.0
17652026-06-18T13:23:27.177Z Compiling expectorate v1.2.0
17662026-06-18T13:23:27.326Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-06-18T13:23:27.384Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17682026-06-18T13:23:27.633Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17692026-06-18T13:23:27.758Z Compiling hickory-resolver v0.24.4
17702026-06-18T13:23:27.769Z Compiling rand v0.10.1
17712026-06-18T13:23:28.441Z Compiling num_enum v0.5.11
17722026-06-18T13:23:28.456Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17732026-06-18T13:23:28.556Z Compiling newtype_derive v0.1.6
17742026-06-18T13:23:28.656Z Compiling progenitor-client v0.13.0
17752026-06-18T13:23:28.955Z Compiling progenitor-impl v0.14.0
17762026-06-18T13:23:28.988Z Compiling unicode-normalization v0.1.25
17772026-06-18T13:23:29.456Z Compiling tokio-stream v0.1.18
17782026-06-18T13:23:29.925Z Compiling async-recursion v1.1.1
17792026-06-18T13:23:30.246Z Compiling snafu-derive v0.8.9
17802026-06-18T13:23:30.299Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17812026-06-18T13:23:30.358Z Compiling slog-dtrace v0.3.0
17822026-06-18T13:23:30.609Z Compiling csv-core v0.1.13
17832026-06-18T13:23:30.612Z Compiling bstr v1.12.1
17842026-06-18T13:23:30.630Z Compiling unicode-xid v0.2.6
17852026-06-18T13:23:30.748Z Compiling highway v1.3.0
17862026-06-18T13:23:30.924Z Compiling same-file v1.0.6
17872026-06-18T13:23:31.099Z Compiling owo-colors v4.3.0
17882026-06-18T13:23:31.170Z Compiling foreign-types-shared v0.1.1
17892026-06-18T13:23:31.170Z Compiling konst_macro_rules v0.2.19
17902026-06-18T13:23:31.270Z Compiling openssl v0.10.80
17912026-06-18T13:23:31.351Z Compiling foldhash v0.1.5
17922026-06-18T13:23:31.452Z Compiling cancel-safe-futures v0.1.5
17932026-06-18T13:23:31.532Z Compiling chrono-tz v0.10.4
17942026-06-18T13:23:31.555Z Compiling unicode-width v0.1.14
17952026-06-18T13:23:31.750Z Compiling hashbrown v0.15.5
17962026-06-18T13:23:31.831Z Compiling konst v0.2.20
17972026-06-18T13:23:31.845Z Compiling foreign-types v0.3.2
17982026-06-18T13:23:31.919Z Compiling walkdir v2.5.0
17992026-06-18T13:23:32.071Z Compiling snafu v0.8.9
18002026-06-18T13:23:32.071Z Compiling globset v0.4.18
18012026-06-18T13:23:32.171Z Compiling progenitor v0.13.0
18022026-06-18T13:23:32.282Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-18T13:23:32.294Z Compiling csv v1.4.0
18042026-06-18T13:23:32.305Z Compiling const_format_proc_macros v0.2.34
18052026-06-18T13:23:32.432Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-18T13:23:32.556Z Compiling progenitor-macro v0.14.0
18072026-06-18T13:23:32.559Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-06-18T13:23:32.854Z Compiling qorb v0.4.1
18092026-06-18T13:23:33.110Z Compiling olpc-cjson v0.1.4
18102026-06-18T13:23:33.274Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-18T13:23:34.566Z Compiling rayon v1.12.0
18122026-06-18T13:23:34.806Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18132026-06-18T13:23:34.866Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-18T13:23:35.048Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18152026-06-18T13:23:35.143Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-18T13:23:35.404Z Compiling phf v0.12.1
18172026-06-18T13:23:35.556Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-18T13:23:36.067Z Compiling zone_cfg_derive v0.3.1
18192026-06-18T13:23:36.365Z Compiling tokio-dtrace v0.1.1
18202026-06-18T13:23:36.547Z Compiling itertools v0.12.1
18212026-06-18T13:23:36.633Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18222026-06-18T13:23:36.774Z Compiling libsw-core v0.3.2
18232026-06-18T13:23:36.834Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-18T13:23:36.943Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18252026-06-18T13:23:37.345Z Compiling serde_plain v1.0.2
18262026-06-18T13:23:37.453Z Compiling openssl-macros v0.1.1
18272026-06-18T13:23:37.541Z Compiling pem v3.0.6
18282026-06-18T13:23:37.553Z Compiling cookie v0.18.1
18292026-06-18T13:23:37.587Z Compiling sigpipe v0.1.3
18302026-06-18T13:23:37.674Z Compiling bytecount v0.6.9
18312026-06-18T13:23:37.787Z Compiling jiff v0.2.28
18322026-06-18T13:23:37.798Z Compiling fixedbitset v0.5.7
18332026-06-18T13:23:37.815Z Compiling typed-path v0.9.3
18342026-06-18T13:23:37.926Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-18T13:23:37.935Z Compiling glob v0.3.3
18362026-06-18T13:23:37.953Z Compiling fixedbitset v0.4.2
18372026-06-18T13:23:38.136Z Compiling petgraph v0.6.5
18382026-06-18T13:23:38.177Z Compiling petgraph v0.8.3
18392026-06-18T13:23:38.425Z Compiling papergrid v0.11.0
18402026-06-18T13:23:39.145Z Compiling tough v0.22.0
18412026-06-18T13:23:39.606Z Compiling zone v0.3.1
18422026-06-18T13:23:39.945Z Compiling progenitor v0.14.0
18432026-06-18T13:23:40.078Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18442026-06-18T13:23:40.090Z Compiling libsw v3.5.0
18452026-06-18T13:23:40.173Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-18T13:23:40.259Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18472026-06-18T13:23:40.361Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-18T13:23:40.394Z Compiling oxide-tokio-rt v0.1.6
18492026-06-18T13:23:40.504Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18502026-06-18T13:23:40.583Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-18T13:23:40.694Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-18T13:23:41.558Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-18T13:23:41.617Z Compiling const_format v0.2.36
18542026-06-18T13:23:41.735Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-18T13:23:42.080Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18562026-06-18T13:23:42.328Z Compiling tabled_derive v0.7.0
18572026-06-18T13:23:42.485Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-18T13:23:42.577Z Compiling gethostname v0.5.0
18592026-06-18T13:23:42.641Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-18T13:23:42.676Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18612026-06-18T13:23:42.693Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-18T13:23:42.759Z Compiling smf v0.2.3
18632026-06-18T13:23:42.812Z Compiling bcs v0.1.6
18642026-06-18T13:23:43.072Z Compiling nom v8.0.0
18652026-06-18T13:23:43.130Z Compiling linear-map v1.2.0
18662026-06-18T13:23:43.289Z Compiling termtree v0.5.1
18672026-06-18T13:23:43.314Z Compiling lazy_static v1.5.0
18682026-06-18T13:23:43.360Z Compiling smawk v0.3.2
18692026-06-18T13:23:43.414Z Compiling tagptr v0.2.0
18702026-06-18T13:23:43.436Z Compiling crunchy v0.2.4
18712026-06-18T13:23:43.495Z Compiling whoami v1.6.1
18722026-06-18T13:23:43.563Z Compiling unicode-linebreak v0.1.5
18732026-06-18T13:23:43.646Z Compiling moka v0.12.15
18742026-06-18T13:23:43.748Z Compiling textwrap v0.16.2
18752026-06-18T13:23:43.807Z Compiling steno v0.4.1
18762026-06-18T13:23:44.109Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-18T13:23:44.269Z Compiling tabled v0.15.0
18782026-06-18T13:23:44.422Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-18T13:23:45.415Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-18T13:23:45.516Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-18T13:23:46.060Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-18T13:23:46.875Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-18T13:23:47.019Z Compiling hickory-proto v0.25.2
18842026-06-18T13:23:47.042Z Compiling tiny-keccak v2.0.2
18852026-06-18T13:23:47.291Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18862026-06-18T13:23:47.895Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18872026-06-18T13:23:48.352Z Compiling parking_lot_core v0.8.6
18882026-06-18T13:23:48.469Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18892026-06-18T13:23:48.668Z Compiling libscf-sys v1.2.0
18902026-06-18T13:23:48.810Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-18T13:23:48.873Z Compiling hickory-resolver v0.25.2
18922026-06-18T13:23:48.903Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18932026-06-18T13:23:48.986Z Compiling const-random-macro v0.1.16
18942026-06-18T13:23:49.150Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18952026-06-18T13:23:49.254Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18962026-06-18T13:23:49.641Z Compiling smartstring v1.0.1
18972026-06-18T13:23:49.654Z Compiling ahash v0.8.12
18982026-06-18T13:23:49.713Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-18T13:23:49.970Z Compiling parking_lot v0.11.2
19002026-06-18T13:23:50.190Z Compiling const-random v0.1.18
19012026-06-18T13:23:50.391Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19022026-06-18T13:23:50.515Z Compiling fxhash v0.2.1
19032026-06-18T13:23:50.591Z Compiling internet-checksum v0.2.1
19042026-06-18T13:23:50.631Z Compiling sled v0.34.7
19052026-06-18T13:23:50.950Z Compiling thin-vec v0.2.18
19062026-06-18T13:23:51.025Z Compiling rhai_codegen v3.2.0
19072026-06-18T13:23:51.144Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19082026-06-18T13:23:51.224Z Compiling serial_test_derive v3.5.0
19092026-06-18T13:23:51.250Z Compiling yansi v1.0.1
19102026-06-18T13:23:51.577Z Compiling diff v0.1.13
19112026-06-18T13:23:51.770Z Compiling pretty_assertions v1.4.1
19122026-06-18T13:23:51.975Z Compiling serial_test v3.5.0
19132026-06-18T13:23:52.274Z Compiling rhai v1.25.1
19142026-06-18T13:23:53.400Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19152026-06-18T13:23:54.318Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-18T13:24:02.570Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-06-18T13:24:04.169Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-06-18T13:24:05.178Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19192026-06-18T13:24:06.111Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19202026-06-18T13:24:06.950Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19212026-06-18T13:24:08.095Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19222026-06-18T13:24:40.041Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
19232026-06-18T13:24:40.223Z────────────
19242026-06-18T13:24:40.223Z Nextest run ID ec96abdb-f2de-4fc4-b947-cdf46cd40e44 with nextest profile: default
19252026-06-18T13:24:40.223Z Starting 162 tests across 3 binaries
19262026-06-18T13:24:40.233Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_byte_len
19272026-06-18T13:24:40.236Z PASS [ 0.011s] bgp connection_tcp::tests::apply_min_ttl_sets_ipv4_minttl_filter
19282026-06-18T13:24:40.236Z PASS [ 0.011s] bgp connection_tcp::tests::apply_dscp_sets_ipv6_tclass
19292026-06-18T13:24:40.236Z PASS [ 0.011s] bgp connection_tcp::tests::apply_min_ttl_sets_ipv6_unicast_hops
19302026-06-18T13:24:40.236Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19312026-06-18T13:24:40.236Z PASS [ 0.011s] bgp connection_tcp::tests::apply_dscp_sets_ip_tos
19322026-06-18T13:24:40.236Z PASS [ 0.011s] bgp connection_tcp::tests::apply_min_ttl_sets_ipv4_ttl
19332026-06-18T13:24:40.236Z PASS [ 0.011s] bgp connection_tcp::tests::apply_min_ttl_sets_ipv6_minhopcount_filter
19342026-06-18T13:24:40.243Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19352026-06-18T13:24:40.246Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19362026-06-18T13:24:40.246Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_length_mismatch
19372026-06-18T13:24:40.246Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19382026-06-18T13:24:40.246Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19392026-06-18T13:24:40.246Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19402026-06-18T13:24:40.246Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19412026-06-18T13:24:40.246Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19422026-06-18T13:24:40.251Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19432026-06-18T13:24:40.254Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
19442026-06-18T13:24:40.254Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19452026-06-18T13:24:40.254Z PASS [ 0.008s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19462026-06-18T13:24:40.254Z PASS [ 0.008s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19472026-06-18T13:24:40.254Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19482026-06-18T13:24:40.257Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19492026-06-18T13:24:40.257Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19502026-06-18T13:24:40.260Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19512026-06-18T13:24:40.263Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19522026-06-18T13:24:40.263Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19532026-06-18T13:24:40.263Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19542026-06-18T13:24:40.263Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19552026-06-18T13:24:40.263Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19562026-06-18T13:24:40.263Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19572026-06-18T13:24:40.267Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19582026-06-18T13:24:40.270Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19592026-06-18T13:24:40.274Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19602026-06-18T13:24:40.274Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19612026-06-18T13:24:40.274Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19622026-06-18T13:24:40.274Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19632026-06-18T13:24:40.274Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19642026-06-18T13:24:40.274Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19652026-06-18T13:24:40.274Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19662026-06-18T13:24:40.277Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19672026-06-18T13:24:40.280Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19682026-06-18T13:24:40.280Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19692026-06-18T13:24:40.280Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19702026-06-18T13:24:40.285Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19712026-06-18T13:24:40.285Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19722026-06-18T13:24:40.285Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19732026-06-18T13:24:40.285Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19742026-06-18T13:24:40.288Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19752026-06-18T13:24:40.291Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19762026-06-18T13:24:40.291Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19772026-06-18T13:24:40.291Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19782026-06-18T13:24:40.291Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19792026-06-18T13:24:40.291Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19802026-06-18T13:24:40.291Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19812026-06-18T13:24:40.291Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19822026-06-18T13:24:40.294Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19832026-06-18T13:24:40.297Z PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first
19842026-06-18T13:24:40.297Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19852026-06-18T13:24:40.300Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19862026-06-18T13:24:40.300Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19872026-06-18T13:24:40.300Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19882026-06-18T13:24:40.300Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19892026-06-18T13:24:40.300Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19902026-06-18T13:24:40.303Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19912026-06-18T13:24:40.306Z PASS [ 0.008s] bgp messages::tests::open_round_trip
19922026-06-18T13:24:40.306Z PASS [ 0.008s] bgp messages::tests::open_round_trip_extended_nexthop
19932026-06-18T13:24:40.306Z PASS [ 0.008s] bgp messages::tests::prefix_conversion
19942026-06-18T13:24:40.309Z PASS [ 0.008s] bgp messages::tests::prefix_within
19952026-06-18T13:24:40.309Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19962026-06-18T13:24:40.309Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19972026-06-18T13:24:40.309Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19982026-06-18T13:24:40.313Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19992026-06-18T13:24:40.316Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20002026-06-18T13:24:40.316Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20012026-06-18T13:24:40.316Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20022026-06-18T13:24:40.316Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20032026-06-18T13:24:40.319Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20042026-06-18T13:24:40.319Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20052026-06-18T13:24:40.319Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20062026-06-18T13:24:40.323Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20072026-06-18T13:24:40.323Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20082026-06-18T13:24:40.323Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20092026-06-18T13:24:40.323Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20102026-06-18T13:24:40.326Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20112026-06-18T13:24:40.326Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20122026-06-18T13:24:40.326Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20132026-06-18T13:24:40.326Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20142026-06-18T13:24:40.329Z PASS [ 0.008s] bgp messages::tests::test_nexthop_length_validation
20152026-06-18T13:24:40.332Z PASS [ 0.008s] bgp messages::tests::update_round_trip
20162026-06-18T13:24:40.343Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20172026-06-18T13:24:40.346Z PASS [ 0.021s] bgp policy::test::open_add_4byte_as
20182026-06-18T13:24:40.346Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20192026-06-18T13:24:40.346Z PASS [ 0.020s] bgp policy::test::update_shape_community
20202026-06-18T13:24:40.349Z PASS [ 0.023s] bgp policy::test::shape_update_prefixes
20212026-06-18T13:24:40.349Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
20222026-06-18T13:24:40.349Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20232026-06-18T13:24:40.355Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20242026-06-18T13:24:40.358Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20252026-06-18T13:24:40.361Z PASS [ 0.013s] bgp proptest::prop_ipv6_wire_format_roundtrip
20262026-06-18T13:24:40.361Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20272026-06-18T13:24:40.361Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20282026-06-18T13:24:40.361Z PASS [ 0.014s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20292026-06-18T13:24:40.364Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20302026-06-18T13:24:40.364Z PASS [ 0.014s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20312026-06-18T13:24:40.372Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20322026-06-18T13:24:40.375Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20332026-06-18T13:24:40.375Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20342026-06-18T13:24:40.375Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20352026-06-18T13:24:40.378Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20362026-06-18T13:24:40.381Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20372026-06-18T13:24:40.381Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20382026-06-18T13:24:40.384Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20392026-06-18T13:24:40.384Z PASS [ 0.028s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20402026-06-18T13:24:40.384Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
20412026-06-18T13:24:40.387Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20422026-06-18T13:24:40.390Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20432026-06-18T13:24:40.391Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20442026-06-18T13:24:40.391Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20452026-06-18T13:24:40.394Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20462026-06-18T13:24:40.394Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20472026-06-18T13:24:40.394Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20482026-06-18T13:24:40.394Z PASS [ 0.033s] bgp proptest::prop_update_mp_reach_roundtrip
20492026-06-18T13:24:40.397Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20502026-06-18T13:24:40.400Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20512026-06-18T13:24:40.400Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20522026-06-18T13:24:40.400Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20532026-06-18T13:24:43.459Z PASS [ 3.067s] bgp test::test_basic_peering_active
20542026-06-18T13:24:43.459Z PASS [ 3.066s] bgp test::test_basic_peering_passive
20552026-06-18T13:24:43.462Z PASS [ 3.064s] bgp test::test_basic_update
20562026-06-18T13:24:43.466Z PASS [ 3.071s] bgp test::test_basic_peering_passive_tcp
20572026-06-18T13:24:43.477Z PASS [ 3.079s] bgp test::test_basic_update_ipv6
20582026-06-18T13:24:43.480Z PASS [ 3.080s] bgp test::test_basic_update_tcp
20592026-06-18T13:24:43.484Z PASS [ 3.082s] bgp test::test_basic_update_ipv6_tcp
20602026-06-18T13:24:44.473Z PASS [ 4.080s] bgp test::test_basic_peering_active_tcp
20612026-06-18T13:24:46.548Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
20622026-06-18T13:24:46.552Z PASS [ 3.075s] bgp test::test_ipv6_basic_peering_active
20632026-06-18T13:24:47.541Z PASS [ 4.076s] bgp test::test_ipv4_routes_ipv6_peer_success
20642026-06-18T13:24:47.544Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv4_peer_success
20652026-06-18T13:24:47.544Z PASS [ 4.082s] bgp test::test_import_export_policy_filtering
20662026-06-18T13:24:47.545Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv6_peer_success
20672026-06-18T13:24:47.547Z PASS [ 3.075s] bgp test::test_ipv6_basic_peering_passive_tcp
20682026-06-18T13:24:47.556Z PASS [ 4.076s] bgp test::test_ipv6_basic_peering_active_tcp
20692026-06-18T13:24:47.613Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20702026-06-18T13:24:48.640Z PASS [ 1.093s] bgp test::test_three_router_chain_tcp
20712026-06-18T13:24:48.656Z PASS [ 1.100s] bgp test::test_three_router_chain_tcp_ipv6
20722026-06-18T13:24:49.606Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20732026-06-18T13:24:50.342Z PASS [ 2.800s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20742026-06-18T13:24:50.625Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20752026-06-18T13:24:50.666Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
20762026-06-18T13:24:50.678Z PASS [ 3.066s] bgp test::test_three_router_chain_unnumbered
20772026-06-18T13:24:50.683Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20782026-06-18T13:24:50.688Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20792026-06-18T13:24:50.693Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20802026-06-18T13:24:50.700Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20812026-06-18T13:24:53.705Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20822026-06-18T13:24:55.685Z PASS [ 5.059s] bgp test::test_unnumbered_session_survives_peer_change
20832026-06-18T13:24:59.410Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20842026-06-18T13:24:59.733Z PASS [ 9.060s] bgp test::test_unnumbered_unaffected_by_ndp
20852026-06-18T13:25:00.623Z PASS [ 13.080s] bgp test::test_session_update_dscp_min_ttl_ipv6
20862026-06-18T13:25:00.623Z PASS [ 13.080s] bgp test::test_session_update_dscp_min_ttl
20872026-06-18T13:25:06.721Z PASS [ 18.063s] bgp test::test_unnumbered_interface_lifecycle
20882026-06-18T13:25:06.724Z────────────
20892026-06-18T13:25:06.724Z Summary [ 26.496s] 162 tests run: 162 passed, 0 skipped
20902026-06-18T13:25:06.733Z+ 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_session_update_dscp_min_ttl_ipv6.log ./loopback-manager.test_session_update_dscp_min_ttl.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_session_update_dscp_min_ttl_ipv6.log ./r1.test_session_update_dscp_min_ttl.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_session_update_dscp_min_ttl_ipv6.log ./r2.test_session_update_dscp_min_ttl.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/
20912026-06-18T13:25:06.739Z+ popd
20922026-06-18T13:25:06.739Z+ pushd mgd
20932026-06-18T13:25:06.742Z/work/oxidecomputer/maghemite
20942026-06-18T13:25:06.742Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20952026-06-18T13:25:06.742Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20962026-06-18T13:25:07.904Z Compiling slog v2.8.2
20972026-06-18T13:25:08.014Z Compiling usdt v0.6.0
20982026-06-18T13:25:08.105Z Compiling proc-macro-error-attr2 v2.0.0
20992026-06-18T13:25:08.122Z Compiling papergrid v0.18.0
21002026-06-18T13:25:08.125Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21012026-06-18T13:25:08.125Z Compiling testing_table v0.3.0
21022026-06-18T13:25:08.288Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21032026-06-18T13:25:08.299Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21042026-06-18T13:25:08.309Z Compiling slog-json v2.6.1
21052026-06-18T13:25:08.404Z Compiling slog-async v2.8.0
21062026-06-18T13:25:08.510Z Compiling slog-term v2.9.2
21072026-06-18T13:25:08.635Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21082026-06-18T13:25:08.672Z Compiling slog-bunyan v2.5.0
21092026-06-18T13:25:08.730Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-18T13:25:08.764Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-18T13:25:08.809Z Compiling dropshot v0.17.1
21122026-06-18T13:25:09.112Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-18T13:25:09.115Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-18T13:25:09.115Z Compiling slog-dtrace v0.3.0
21152026-06-18T13:25:09.115Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21162026-06-18T13:25:09.340Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21172026-06-18T13:25:09.697Z Compiling steno v0.4.1
21182026-06-18T13:25:10.120Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-18T13:25:10.251Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-06-18T13:25:10.349Z Compiling proc-macro-error2 v2.0.1
21212026-06-18T13:25:10.622Z Compiling tabled_derive v0.11.0
21222026-06-18T13:25:11.753Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-06-18T13:25:11.861Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-18T13:25:13.162Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-18T13:25:13.763Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-18T13:25:13.947Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-18T13:25:14.102Z Compiling tabled v0.21.0
21282026-06-18T13:25:14.397Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21292026-06-18T13:25:15.569Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21302026-06-18T13:25:15.690Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-18T13:25:15.974Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-18T13:25:16.245Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-06-18T13:25:16.989Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-18T13:25:17.871Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-18T13:25:17.940Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-18T13:25:18.141Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-18T13:25:18.154Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-18T13:25:18.968Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-18T13:25:19.036Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-18T13:25:19.839Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-18T13:25:19.892Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21422026-06-18T13:25:19.904Z Compiling crc8 v0.1.1
21432026-06-18T13:25:20.021Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21442026-06-18T13:25:20.048Z Compiling dropshot-api-manager-types v0.7.2
21452026-06-18T13:25:20.418Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21462026-06-18T13:25:20.697Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-18T13:25:21.047Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21482026-06-18T13:25:23.980Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-18T13:25:23.980Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-06-18T13:25:25.232Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-18T13:25:25.623Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-18T13:25:26.483Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-18T13:25:27.527Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-18T13:25:27.694Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-06-18T13:25:33.386Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-18T13:25:40.924Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-06-18T13:25:42.516Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-18T13:25:43.528Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21592026-06-18T13:25:44.468Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21602026-06-18T13:25:45.300Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21612026-06-18T13:25:46.483Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21622026-06-18T13:25:46.483Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21632026-06-18T13:25:46.487Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21642026-06-18T13:25:52.141Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21652026-06-18T13:26:19.278Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 11s
21662026-06-18T13:26:19.448Z────────────
21672026-06-18T13:26:19.448Z Nextest run ID 8d9aa10d-e3f7-4f13-9505-fddf8b118ce7 with nextest profile: default
21682026-06-18T13:26:19.448Z Starting 37 tests across 3 binaries
21692026-06-18T13:26:19.453Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21702026-06-18T13:26:19.456Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21712026-06-18T13:26:19.456Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21722026-06-18T13:26:19.456Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21732026-06-18T13:26:19.460Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21742026-06-18T13:26:19.460Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::source_ports_sweep_ephemeral_window
21752026-06-18T13:26:19.460Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21762026-06-18T13:26:19.473Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21772026-06-18T13:26:19.490Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21782026-06-18T13:26:19.506Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21792026-06-18T13:26:19.512Z PASS [ 0.064s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21802026-06-18T13:26:19.515Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21812026-06-18T13:26:19.515Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21822026-06-18T13:26:19.515Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21832026-06-18T13:26:19.515Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21842026-06-18T13:26:19.515Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21852026-06-18T13:26:19.519Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21862026-06-18T13:26:19.523Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21872026-06-18T13:26:19.523Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21882026-06-18T13:26:19.523Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21892026-06-18T13:26:19.523Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21902026-06-18T13:26:19.523Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21912026-06-18T13:26:19.524Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21922026-06-18T13:26:19.527Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21932026-06-18T13:26:19.527Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21942026-06-18T13:26:19.532Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21952026-06-18T13:26:19.535Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21962026-06-18T13:26:19.535Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21972026-06-18T13:26:19.535Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21982026-06-18T13:26:19.535Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21992026-06-18T13:26:19.535Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22002026-06-18T13:26:19.535Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22012026-06-18T13:26:19.536Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22022026-06-18T13:26:19.541Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22032026-06-18T13:26:19.544Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22042026-06-18T13:26:19.544Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22052026-06-18T13:26:19.545Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22062026-06-18T13:26:19.545Z────────────
22072026-06-18T13:26:19.545Z Summary [ 0.093s] 37 tests run: 37 passed, 0 skipped
22082026-06-18T13:26:19.552Z+ cp ./apply_remove_entire_group.log /work/
22092026-06-18T13:26:19.555Z+ popd
22102026-06-18T13:26:19.555Z/work/oxidecomputer/maghemite
22112026-06-18T13:26:19.555Zprocess exited: duration 424853 ms, exit code 0
 
22122026-06-18T13:26:19.568Zfound 72 output files
22132026-06-18T13:26:19.568Zuploading: /work/apply_remove_entire_group.log (9489 bytes)
22142026-06-18T13:26:21.293Zuploaded: /work/apply_remove_entire_group.log
22152026-06-18T13:26:21.293Zuploading: /work/dualstack_routes.log (118472 bytes)
22162026-06-18T13:26:22.323Zuploaded: /work/dualstack_routes.log
22172026-06-18T13:26:22.324Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2383 bytes)
22182026-06-18T13:26:23.348Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22192026-06-18T13:26:23.348Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1446 bytes)
22202026-06-18T13:26:24.363Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22212026-06-18T13:26:24.363Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2242 bytes)
22222026-06-18T13:26:25.381Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22232026-06-18T13:26:25.382Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2028 bytes)
22242026-06-18T13:26:27.279Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22252026-06-18T13:26:27.279Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2253 bytes)
22262026-06-18T13:26:28.288Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22272026-06-18T13:26:28.288Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2239 bytes)
22282026-06-18T13:26:29.299Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22292026-06-18T13:26:29.299Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3089 bytes)
22302026-06-18T13:26:30.308Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22312026-06-18T13:26:30.308Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2251 bytes)
22322026-06-18T13:26:31.318Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22332026-06-18T13:26:31.318Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2119 bytes)
22342026-06-18T13:26:32.329Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22352026-06-18T13:26:32.329Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2264 bytes)
22362026-06-18T13:26:33.337Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22372026-06-18T13:26:33.337Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2274 bytes)
22382026-06-18T13:26:34.344Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22392026-06-18T13:26:34.344Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2405 bytes)
22402026-06-18T13:26:35.353Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22412026-06-18T13:26:35.353Zuploading: /work/loopback-manager.test_session_update_dscp_min_ttl.log (2354 bytes)
22422026-06-18T13:26:36.362Zuploaded: /work/loopback-manager.test_session_update_dscp_min_ttl.log
22432026-06-18T13:26:36.363Zuploading: /work/loopback-manager.test_session_update_dscp_min_ttl_ipv6.log (2257 bytes)
22442026-06-18T13:26:37.375Zuploaded: /work/loopback-manager.test_session_update_dscp_min_ttl_ipv6.log
22452026-06-18T13:26:37.375Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4741 bytes)
22462026-06-18T13:26:38.383Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22472026-06-18T13:26:38.383Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3520 bytes)
22482026-06-18T13:26:39.391Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22492026-06-18T13:26:39.391Zuploading: /work/multiple_unnumbered.log (139031 bytes)
22502026-06-18T13:26:40.405Zuploaded: /work/multiple_unnumbered.log
22512026-06-18T13:26:40.405Zuploading: /work/ndp_change_reset.log (70408 bytes)
22522026-06-18T13:26:41.417Zuploaded: /work/ndp_change_reset.log
22532026-06-18T13:26:41.417Zuploading: /work/ndp_changes.log (88933 bytes)
22542026-06-18T13:26:42.428Zuploaded: /work/ndp_changes.log
22552026-06-18T13:26:42.429Zuploading: /work/r1.test_basic_peering_active.log (38313 bytes)
22562026-06-18T13:26:43.439Zuploaded: /work/r1.test_basic_peering_active.log
22572026-06-18T13:26:43.439Zuploading: /work/r1.test_basic_peering_active_tcp.log (49154 bytes)
22582026-06-18T13:26:44.450Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22592026-06-18T13:26:44.450Zuploading: /work/r1.test_basic_peering_passive.log (33862 bytes)
22602026-06-18T13:26:45.461Zuploaded: /work/r1.test_basic_peering_passive.log
22612026-06-18T13:26:45.461Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39700 bytes)
22622026-06-18T13:26:46.471Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22632026-06-18T13:26:46.471Zuploading: /work/r1.test_basic_update.log (43107 bytes)
22642026-06-18T13:26:47.481Zuploaded: /work/r1.test_basic_update.log
22652026-06-18T13:26:47.481Zuploading: /work/r1.test_basic_update_ipv6.log (28184 bytes)
22662026-06-18T13:26:48.491Zuploaded: /work/r1.test_basic_update_ipv6.log
22672026-06-18T13:26:48.491Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31165 bytes)
22682026-06-18T13:26:49.502Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22692026-06-18T13:26:49.502Zuploading: /work/r1.test_basic_update_tcp.log (31159 bytes)
22702026-06-18T13:26:50.513Zuploaded: /work/r1.test_basic_update_tcp.log
22712026-06-18T13:26:50.513Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43663 bytes)
22722026-06-18T13:26:51.527Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22732026-06-18T13:26:51.528Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43935 bytes)
22742026-06-18T13:26:52.540Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22752026-06-18T13:26:52.541Zuploading: /work/r1.test_import_export_policy_filtering.log (40201 bytes)
22762026-06-18T13:26:53.552Zuploaded: /work/r1.test_import_export_policy_filtering.log
22772026-06-18T13:26:53.552Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35903 bytes)
22782026-06-18T13:26:54.565Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22792026-06-18T13:26:54.566Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40176 bytes)
22802026-06-18T13:26:55.576Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22812026-06-18T13:26:55.576Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49390 bytes)
22822026-06-18T13:26:56.588Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22832026-06-18T13:26:56.589Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33907 bytes)
22842026-06-18T13:26:57.600Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22852026-06-18T13:26:57.600Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39630 bytes)
22862026-06-18T13:26:58.611Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22872026-06-18T13:26:58.611Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35668 bytes)
22882026-06-18T13:26:59.623Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22892026-06-18T13:26:59.624Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29957 bytes)
22902026-06-18T13:27:00.635Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22912026-06-18T13:27:00.635Zuploading: /work/r1.test_session_update_dscp_min_ttl.log (42799 bytes)
22922026-06-18T13:27:01.690Zuploaded: /work/r1.test_session_update_dscp_min_ttl.log
22932026-06-18T13:27:01.690Zuploading: /work/r1.test_session_update_dscp_min_ttl_ipv6.log (42676 bytes)
22942026-06-18T13:27:02.702Zuploaded: /work/r1.test_session_update_dscp_min_ttl_ipv6.log
22952026-06-18T13:27:02.702Zuploading: /work/r1.test_three_router_chain_tcp.log (22552 bytes)
22962026-06-18T13:27:03.715Zuploaded: /work/r1.test_three_router_chain_tcp.log
22972026-06-18T13:27:03.716Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25613 bytes)
22982026-06-18T13:27:04.741Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22992026-06-18T13:27:04.742Zuploading: /work/r2.test_basic_peering_active.log (39056 bytes)
23002026-06-18T13:27:05.767Zuploaded: /work/r2.test_basic_peering_active.log
23012026-06-18T13:27:05.767Zuploading: /work/r2.test_basic_peering_active_tcp.log (47960 bytes)
23022026-06-18T13:27:06.784Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23032026-06-18T13:27:06.784Zuploading: /work/r2.test_basic_peering_passive.log (41491 bytes)
23042026-06-18T13:27:07.803Zuploaded: /work/r2.test_basic_peering_passive.log
23052026-06-18T13:27:07.803Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46814 bytes)
23062026-06-18T13:27:08.823Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23072026-06-18T13:27:08.823Zuploading: /work/r2.test_basic_update.log (33108 bytes)
23082026-06-18T13:27:09.842Zuploaded: /work/r2.test_basic_update.log
23092026-06-18T13:27:09.843Zuploading: /work/r2.test_basic_update_ipv6.log (26341 bytes)
23102026-06-18T13:27:10.855Zuploaded: /work/r2.test_basic_update_ipv6.log
23112026-06-18T13:27:10.855Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32802 bytes)
23122026-06-18T13:27:11.867Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23132026-06-18T13:27:11.868Zuploading: /work/r2.test_basic_update_tcp.log (32814 bytes)
23142026-06-18T13:27:12.881Zuploaded: /work/r2.test_basic_update_tcp.log
23152026-06-18T13:27:12.881Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43595 bytes)
23162026-06-18T13:27:13.893Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23172026-06-18T13:27:13.893Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43835 bytes)
23182026-06-18T13:27:14.904Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23192026-06-18T13:27:14.904Zuploading: /work/r2.test_import_export_policy_filtering.log (36756 bytes)
23202026-06-18T13:27:15.914Zuploaded: /work/r2.test_import_export_policy_filtering.log
23212026-06-18T13:27:15.914Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38305 bytes)
23222026-06-18T13:27:16.925Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23232026-06-18T13:27:16.925Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38847 bytes)
23242026-06-18T13:27:17.936Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23252026-06-18T13:27:17.936Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47696 bytes)
23262026-06-18T13:27:18.948Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23272026-06-18T13:27:18.948Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41528 bytes)
23282026-06-18T13:27:19.959Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23292026-06-18T13:27:19.960Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46690 bytes)
23302026-06-18T13:27:20.970Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23312026-06-18T13:27:20.970Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38184 bytes)
23322026-06-18T13:27:21.982Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23332026-06-18T13:27:21.982Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28086 bytes)
23342026-06-18T13:27:22.993Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23352026-06-18T13:27:22.993Zuploading: /work/r2.test_session_update_dscp_min_ttl.log (43970 bytes)
23362026-06-18T13:27:24.006Zuploaded: /work/r2.test_session_update_dscp_min_ttl.log
23372026-06-18T13:27:24.006Zuploading: /work/r2.test_session_update_dscp_min_ttl_ipv6.log (42420 bytes)
23382026-06-18T13:27:25.016Zuploaded: /work/r2.test_session_update_dscp_min_ttl_ipv6.log
23392026-06-18T13:27:25.016Zuploading: /work/r2.test_three_router_chain_tcp.log (41628 bytes)
23402026-06-18T13:27:26.027Zuploaded: /work/r2.test_three_router_chain_tcp.log
23412026-06-18T13:27:26.027Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45929 bytes)
23422026-06-18T13:27:27.038Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23432026-06-18T13:27:27.038Zuploading: /work/r3.test_three_router_chain_tcp.log (21384 bytes)
23442026-06-18T13:27:28.050Zuploaded: /work/r3.test_three_router_chain_tcp.log
23452026-06-18T13:27:28.050Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (24771 bytes)
23462026-06-18T13:27:29.061Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23472026-06-18T13:27:29.061Zuploading: /work/same_linklocal.log (119136 bytes)
23482026-06-18T13:27:30.074Zuploaded: /work/same_linklocal.log
23492026-06-18T13:27:30.074Zuploading: /work/three_chain.log (165142 bytes)
23502026-06-18T13:27:31.087Zuploaded: /work/three_chain.log
23512026-06-18T13:27:31.087Zuploading: /work/unnumbered_expiry.log (88947 bytes)
23522026-06-18T13:27:32.100Zuploaded: /work/unnumbered_expiry.log
23532026-06-18T13:27:32.100Zuploading: /work/unnumbered_interface_lifecycle.log (128791 bytes)
23542026-06-18T13:27:33.112Zuploaded: /work/unnumbered_interface_lifecycle.log
23552026-06-18T13:27:33.112Zuploading: /work/unnumbered_peer_change.log (78676 bytes)
23562026-06-18T13:27:34.123Zuploaded: /work/unnumbered_peer_change.log