01KZ6TK4KDAKTXB5S03S2NYBXF: 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: 01KZ6TKSGZ7Z5QQDS7R2SCNHVB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T16:45:51.022Zjob assigned to worker 01KZ6TMA0EH67RS9KWWPCHXN6D [factory aws, i-04d502db08eb5afaf] (queued for 59 s)
 
22026-08-04T16:45:57.516Zstarting task 0: "setup"
32026-08-04T16:45:57.522Z++ uname -s
42026-08-04T16:45:57.525Z+ kern=SunOS
52026-08-04T16:45:57.525Z+ build_user=build
62026-08-04T16:45:57.525Z+ build_uid=12345
72026-08-04T16:45:57.525Z+ work_dir=/work
82026-08-04T16:45:57.525Z+ input_dir=/input
92026-08-04T16:45:57.525Z+ [[ 0 == 12345 ]]
102026-08-04T16:45:57.525Z+ case "$kern" in
112026-08-04T16:45:57.525Z+ groupadd -g 12345 build
122026-08-04T16:45:57.528Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T16:45:59.530Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T16:45:59.617Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T16:45:59.623Z+ home_fs=zfs
162026-08-04T16:45:59.623Z+ [[ zfs == autofs ]]
172026-08-04T16:45:59.623Z+ mkdir -p /home/build
182026-08-04T16:45:59.623Z+ chown build:build /home/build /work
192026-08-04T16:46:01.621Z+ chmod 0700 /home/build /work
202026-08-04T16:46:01.625Zprocess exited: duration 4106 ms, exit code 0
 
212026-08-04T16:46:01.632Zstarting task 1: "rust-toolchain"
222026-08-04T16:46:01.635Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-04T16:46:01.635Z * rust toolchain channel = "stable"
242026-08-04T16:46:01.638Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-04T16:46:01.639Z * rust toolchain profile = "default"
262026-08-04T16:46:01.639Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T16:46:01.639Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T16:46:01.639Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T16:46:01.639Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-04T16:46:01.760Zinfo: downloading installer
312026-08-04T16:46:03.212Zwarn: It looks like you have an existing installation of Rust at:
322026-08-04T16:46:03.212Zwarn: /opt/ooce/bin
332026-08-04T16:46:03.212Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-04T16:46:03.212Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-04T16:46:03.212Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-04T16:46:03.212Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-04T16:46:03.212Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-04T16:46:03.212Zerror: cannot install while Rust is installed
392026-08-04T16:46:03.212Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-04T16:46:03.212Zwarn: It looks like you have an existing rustup settings file at:
412026-08-04T16:46:03.212Zwarn: /home/build/.rustup/settings.toml
422026-08-04T16:46:03.212Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-04T16:46:03.212Zwarn: instead of the one inferred from the default host triple.
442026-08-04T16:46:03.225Zinfo: profile set to default
452026-08-04T16:46:03.225Zinfo: default host triple is x86_64-unknown-illumos
462026-08-04T16:46:03.228Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-04T16:46:03.363Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-04T16:46:03.366Zinfo: downloading 6 components
492026-08-04T16:46:18.533Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-04T16:46:18.533Z
512026-08-04T16:46:18.564Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-04T16:46:18.564Z
532026-08-04T16:46:18.564Z
542026-08-04T16:46:18.564ZRust is installed now. Great!
552026-08-04T16:46:18.564Z
562026-08-04T16:46:18.564ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-04T16:46:18.564Zenvironment variable. This has not been done automatically.
582026-08-04T16:46:18.564Z
592026-08-04T16:46:18.564ZTo configure your current shell, you need to source
602026-08-04T16:46:18.564Zthe corresponding env file under $HOME/.cargo.
612026-08-04T16:46:18.564Z
622026-08-04T16:46:18.564ZThis is usually done by running one of the following (note the leading DOT):
632026-08-04T16:46:18.564Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-04T16:46:18.564Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-04T16:46:18.564Zsource "~/.cargo/env.nu" # For nushell
662026-08-04T16:46:18.564Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-04T16:46:18.564Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-04T16:46:18.564Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-04T16:46:18.568Zwarn: no default linker (`cc`) was found in your PATH
702026-08-04T16:46:18.568Zwarn: many Rust crates require a system C toolchain to build
712026-08-04T16:46:18.657Z+ rustup --version
722026-08-04T16:46:18.666Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-04T16:46:18.669Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-04T16:46:18.686Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-04T16:46:18.690Z+ cargo --version
762026-08-04T16:46:18.704Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-04T16:46:18.708Z+ rustc --version
782026-08-04T16:46:18.726Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-04T16:46:18.730Zprocess exited: duration 17096 ms, exit code 0
 
802026-08-04T16:46:18.737Zstarting task 2: "authentication"
812026-08-04T16:46:18.754Zprocess exited: duration 16 ms, exit code 0
 
822026-08-04T16:46:18.760Zstarting task 3: "clone repository"
832026-08-04T16:46:18.764Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-04T16:46:18.767Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-04T16:46:18.798ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-04T16:46:20.387Z+ cd /work/oxidecomputer/maghemite
872026-08-04T16:46:20.387Z+ git fetch origin 486debe5e7bf21fb34eb0ff8c85291a234f50307
882026-08-04T16:46:20.630ZFrom https://github.com/oxidecomputer/maghemite
892026-08-04T16:46:20.630Z * branch 486debe5e7bf21fb34eb0ff8c85291a234f50307 -> FETCH_HEAD
902026-08-04T16:46:20.635Z+ [[ -n '' ]]
912026-08-04T16:46:20.635Z+ git reset --hard 486debe5e7bf21fb34eb0ff8c85291a234f50307
922026-08-04T16:46:20.655ZHEAD is now at 486debe [api-types] align multicast validation with dendrite/omicron policy
932026-08-04T16:46:20.658Zprocess exited: duration 1895 ms, exit code 0
 
942026-08-04T16:46:20.664Zstarting task 4: "build"
952026-08-04T16:46:20.668Z+ set -e
962026-08-04T16:46:20.668Z+ source .github/buildomat/test-common.sh
972026-08-04T16:46:20.668Z++ NEXTEST_VERSION=0.9.97
982026-08-04T16:46:20.668Z++ PLATFORM=illumos
992026-08-04T16:46:20.671Z++ banner install
1002026-08-04T16:46:20.671Z
1012026-08-04T16:46:20.671Z # # # #### ##### ## # #
1022026-08-04T16:46:20.671Z # ## # # # # # # #
1032026-08-04T16:46:20.671Z # # # # #### # # # # #
1042026-08-04T16:46:20.671Z # # # # # # ###### # #
1052026-08-04T16:46:20.672Z # # ## # # # # # # #
1062026-08-04T16:46:20.672Z # # # #### # # # ###### ######
1072026-08-04T16:46:20.672Z
1082026-08-04T16:46:20.672Z++ set +o errexit
1092026-08-04T16:46:20.672Z++ pkg info clang-15
1102026-08-04T16:46:20.675Z++ grep -qi installed
1112026-08-04T16:46:21.907Zpkg: info: no packages matching the following patterns you specified are
1122026-08-04T16:46:21.907Zinstalled on the system. Try querying remotely instead:
1132026-08-04T16:46:21.907Z
1142026-08-04T16:46:21.907Z clang-15
1152026-08-04T16:46:21.947Z++ [[ 1 != 0 ]]
1162026-08-04T16:46:21.947Z++ set -o errexit
1172026-08-04T16:46:21.947Z++ pfexec pkg install clang-15
1182026-08-04T16:46:29.204Z Startup: Refreshing catalog 'helios-dev' ... Done
1192026-08-04T16:46:36.891Z Startup: Caching catalogs ... Done
1202026-08-04T16:46:44.156ZPlanning: Solver setup ... Done
1212026-08-04T16:46:44.197ZPlanning: Running solver ... Done
1222026-08-04T16:46:44.336ZPlanning: Finding local manifests ... Done
1232026-08-04T16:46:44.360ZPlanning: Fetching manifests: 0/2 0% complete
1242026-08-04T16:46:44.462ZPlanning: Fetching manifests: 2/2 100% complete
1252026-08-04T16:46:44.490ZPlanning: Package planning ... Done
1262026-08-04T16:46:44.516ZPlanning: Merging actions ... Done
1272026-08-04T16:46:44.620ZPlanning: Checking for conflicting actions ... Done
1282026-08-04T16:46:44.627ZPlanning: Consolidating action changes ... Done
1292026-08-04T16:46:45.361ZPlanning: Evaluating mediators ... Done
1302026-08-04T16:46:45.367ZPlanning: Planning completed in 8.31 seconds
1312026-08-04T16:46:45.377Z Packages to install: 2
1322026-08-04T16:46:45.377Z Mediators to change: 2
1332026-08-04T16:46:45.380Z Services to change: 1
1342026-08-04T16:46:45.380Z Create boot environment: No
1352026-08-04T16:46:45.380ZCreate backup boot environment: No
1362026-08-04T16:46:45.418Z
1372026-08-04T16:46:45.418ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1382026-08-04T16:46:52.970ZDownload: 982/3076 items 82.1/211.3MB 38% complete (18.3M/s)
1392026-08-04T16:46:57.973ZDownload: 1259/3076 items 115.1/211.3MB 54% complete (9.8M/s)
1402026-08-04T16:47:03.005ZDownload: 1732/3076 items 116.4/211.3MB 55% complete (3.6M/s)
1412026-08-04T16:47:09.217ZDownload: 2003/3076 items 117.0/211.3MB 55% complete (555k/s)
1422026-08-04T16:47:16.229ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (306k/s)
1432026-08-04T16:47:21.248ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (21.8M/s)
1442026-08-04T16:47:21.959ZDownload: Completed 211.31 MB in 36.54 seconds (5.8M/s)
1452026-08-04T16:47:22.478Z Actions: 1/3418 actions (Installing new actions)
1462026-08-04T16:47:25.622Z Actions: Completed 3418 actions in 3.14 seconds.
1472026-08-04T16:47:26.259Z Done
1482026-08-04T16:47:26.259Z Done
1492026-08-04T16:47:26.995Z Done
1502026-08-04T16:47:30.336Z Done
1512026-08-04T16:47:30.403Z Done
1522026-08-04T16:47:30.407Z Done
1532026-08-04T16:47:30.683Z Done
1542026-08-04T16:47:31.352Z++ set -o errexit
1552026-08-04T16:47:31.352Z++ cargo --version
1562026-08-04T16:47:31.358Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1572026-08-04T16:47:31.495Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1582026-08-04T16:47:31.498Zinfo: downloading 6 components
1592026-08-04T16:47:46.121Zcargo 1.97.1 (c980f4866 2026-06-30)
1602026-08-04T16:47:46.124Z++ rustc --version
1612026-08-04T16:47:46.153Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1622026-08-04T16:47:46.157Z++ cargo install cargo-nextest --version 0.9.97
1632026-08-04T16:47:46.200Z Updating crates.io index
1642026-08-04T16:47:46.301Z Downloading crates ...
1652026-08-04T16:47:46.359Z Downloaded cargo-nextest v0.9.97
1662026-08-04T16:47:46.413Z Installing cargo-nextest v0.9.97
1672026-08-04T16:47:46.416Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1682026-08-04T16:47:46.416Z |
1692026-08-04T16:47:46.416Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1702026-08-04T16:47:46.416Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1712026-08-04T16:47:46.457Z Updating crates.io index
1722026-08-04T16:47:48.454Z Locking 396 packages to latest compatible versions
1732026-08-04T16:47:48.459Z Adding dialoguer v0.11.0 (available: v0.12.0)
1742026-08-04T16:47:48.460Z Adding duct v0.13.7 (available: v1.1.1)
1752026-08-04T16:47:48.460Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1762026-08-04T16:47:48.463Z Adding generic-array v0.14.7 (available: v0.14.9)
1772026-08-04T16:47:48.463Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1782026-08-04T16:47:48.463Z Adding itertools v0.14.0 (available: v0.15.0)
1792026-08-04T16:47:48.463Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1802026-08-04T16:47:48.463Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-08-04T16:47:48.467Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1822026-08-04T16:47:48.470Z Adding quick-junit v0.5.2 (available: v0.7.0)
1832026-08-04T16:47:48.494Z Downloading crates ...
1842026-08-04T16:47:48.513Z Downloaded addr2line v0.25.1
1852026-08-04T16:47:48.516Z Downloaded block-buffer v0.10.4
1862026-08-04T16:47:48.519Z Downloaded ordered-float v2.10.1
1872026-08-04T16:47:48.519Z Downloaded os_pipe v1.2.3
1882026-08-04T16:47:48.522Z Downloaded adler2 v2.0.1
1892026-08-04T16:47:48.522Z Downloaded atomic-waker v1.1.2
1902026-08-04T16:47:48.528Z Downloaded pathdiff v0.2.3
1912026-08-04T16:47:48.532Z Downloaded parking_lot_core v0.9.12
1922026-08-04T16:47:48.544Z Downloaded anstyle-parse v1.0.0
1932026-08-04T16:47:48.548Z Downloaded clap_lex v1.1.0
1942026-08-04T16:47:48.555Z Downloaded cargo_metadata v0.23.1
1952026-08-04T16:47:48.562Z Downloaded form_urlencoded v1.2.2
1962026-08-04T16:47:48.568Z Downloaded rustc-demangle v0.1.28
1972026-08-04T16:47:48.569Z Downloaded backtrace-ext v0.2.1
1982026-08-04T16:47:48.569Z Downloaded generic-array v0.14.7
1992026-08-04T16:47:48.569Z Downloaded duct v0.13.7
2002026-08-04T16:47:48.569Z Downloaded percent-encoding v2.3.2
2012026-08-04T16:47:48.569Z Downloaded fixedbitset v0.5.7
2022026-08-04T16:47:48.569Z Downloaded fastrand v2.5.0
2032026-08-04T16:47:48.575Z Downloaded getrandom v0.2.17
2042026-08-04T16:47:48.575Z Downloaded chacha20 v0.10.1
2052026-08-04T16:47:48.575Z Downloaded crc32fast v1.5.0
2062026-08-04T16:47:48.583Z Downloaded base64ct v1.8.3
2072026-08-04T16:47:48.583Z Downloaded convert_case v0.10.0
2082026-08-04T16:47:48.583Z Downloaded either v1.17.0
2092026-08-04T16:47:48.583Z Downloaded tinyvec_macros v0.1.1
2102026-08-04T16:47:48.583Z Downloaded erased-serde v0.4.10
2112026-08-04T16:47:48.583Z Downloaded cfg-expr v0.20.8
2122026-08-04T16:47:48.587Z Downloaded rustc-hash v2.1.3
2132026-08-04T16:47:48.587Z Downloaded reqwest v0.12.28
2142026-08-04T16:47:48.587Z Downloaded self-replace v1.5.0
2152026-08-04T16:47:48.587Z Downloaded serde_path_to_error v0.1.20
2162026-08-04T16:47:48.587Z Downloaded anstyle-query v1.1.5
2172026-08-04T16:47:48.587Z Downloaded serde-untagged v0.1.9
2182026-08-04T16:47:48.592Z Downloaded serde_spanned v0.6.9
2192026-08-04T16:47:48.592Z Downloaded self_update v0.42.0
2202026-08-04T16:47:48.592Z Downloaded cargo-platform v0.3.3
2212026-08-04T16:47:48.596Z Downloaded anstyle v1.0.14
2222026-08-04T16:47:48.596Z Downloaded static_assertions v1.1.0
2232026-08-04T16:47:48.596Z Downloaded async-scoped v0.9.0
2242026-08-04T16:47:48.600Z Downloaded futures-sink v0.3.33
2252026-08-04T16:47:48.600Z Downloaded futures-executor v0.3.33
2262026-08-04T16:47:48.600Z Downloaded serde_core v1.0.229
2272026-08-04T16:47:48.600Z Downloaded scopeguard v1.2.0
2282026-08-04T16:47:48.603Z Downloaded parking_lot v0.12.5
2292026-08-04T16:47:48.603Z Downloaded serde_derive v1.0.229
2302026-08-04T16:47:48.607Z Downloaded atomicwrites v0.4.4
2312026-08-04T16:47:48.610Z Downloaded enable-ansi-support v0.2.1
2322026-08-04T16:47:48.610Z Downloaded errno v0.3.14
2332026-08-04T16:47:48.610Z Downloaded serde_spanned v1.1.1
2342026-08-04T16:47:48.610Z Downloaded sigchld v0.2.4
2352026-08-04T16:47:48.613Z Downloaded cfg-if v1.0.4
2362026-08-04T16:47:48.613Z Downloaded cfg_aliases v0.2.2
2372026-08-04T16:47:48.613Z Downloaded serde-value v0.7.0
2382026-08-04T16:47:48.616Z Downloaded cpufeatures v0.2.17
2392026-08-04T16:47:48.616Z Downloaded cpufeatures v0.3.0
2402026-08-04T16:47:48.619Z Downloaded serde_urlencoded v0.7.1
2412026-08-04T16:47:48.619Z Downloaded foreign-types v0.3.2
2422026-08-04T16:47:48.619Z Downloaded supports-color v3.0.2
2432026-08-04T16:47:48.624Z Downloaded signal-hook-mio v0.2.5
2442026-08-04T16:47:48.624Z Downloaded cargo-util-schemas v0.2.0
2452026-08-04T16:47:48.627Z Downloaded rustc_version v0.4.1
2462026-08-04T16:47:48.627Z Downloaded terminal_size v0.4.4
2472026-08-04T16:47:48.627Z Downloaded ron v0.12.2
2482026-08-04T16:47:48.630Z Downloaded cargo-platform v0.2.0
2492026-08-04T16:47:48.634Z Downloaded color-spantrace v0.3.0
2502026-08-04T16:47:48.634Z Downloaded futures-task v0.3.33
2512026-08-04T16:47:48.634Z Downloaded equivalent v1.0.2
2522026-08-04T16:47:48.637Z Downloaded futures-core v0.3.33
2532026-08-04T16:47:48.637Z Downloaded futures-io v0.3.33
2542026-08-04T16:47:48.637Z Downloaded fnv v1.0.7
2552026-08-04T16:47:48.637Z Downloaded foreign-types-shared v0.1.1
2562026-08-04T16:47:48.637Z Downloaded subtle v2.6.1
2572026-08-04T16:47:48.640Z Downloaded thread_local v1.1.10
2582026-08-04T16:47:48.645Z Downloaded document-features v0.2.12
2592026-08-04T16:47:48.645Z Downloaded sync_wrapper v1.0.2
2602026-08-04T16:47:48.649Z Downloaded futures-macro v0.3.33
2612026-08-04T16:47:48.650Z Downloaded strsim v0.11.1
2622026-08-04T16:47:48.650Z Downloaded tower-layer v0.3.3
2632026-08-04T16:47:48.650Z Downloaded openssl-sys v0.9.117
2642026-08-04T16:47:48.653Z Downloaded colorchoice v1.0.5
2652026-08-04T16:47:48.653Z Downloaded curve25519-dalek-derive v0.1.1
2662026-08-04T16:47:48.653Z Downloaded toml_datetime v0.6.11
2672026-08-04T16:47:48.656Z Downloaded shared_child v1.1.1
2682026-08-04T16:47:48.659Z Downloaded cargo_metadata v0.20.0
2692026-08-04T16:47:48.663Z Downloaded owo-colors v4.3.0
2702026-08-04T16:47:48.666Z Downloaded anstream v1.0.0
2712026-08-04T16:47:48.666Z Downloaded autocfg v1.5.1
2722026-08-04T16:47:48.666Z Downloaded tracing-error v0.2.1
2732026-08-04T16:47:48.666Z Downloaded untrusted v0.9.0
2742026-08-04T16:47:48.672Z Downloaded utf8parse v0.2.2
2752026-08-04T16:47:48.672Z Downloaded guppy-workspace-hack v0.1.0
2762026-08-04T16:47:48.675Z Downloaded signature v2.2.0
2772026-08-04T16:47:48.675Z Downloaded supports-hyperlinks v3.2.0
2782026-08-04T16:47:48.675Z Downloaded debug-ignore v1.0.5
2792026-08-04T16:47:48.679Z Downloaded pkcs8 v0.10.2
2802026-08-04T16:47:48.679Z Downloaded shell-words v1.1.1
2812026-08-04T16:47:48.679Z Downloaded swrite v0.1.0
2822026-08-04T16:47:48.679Z Downloaded filetime v0.2.29
2832026-08-04T16:47:48.684Z Downloaded tower-service v0.3.3
2842026-08-04T16:47:48.684Z Downloaded strip-ansi-escapes v0.2.1
2852026-08-04T16:47:48.684Z Downloaded hex v0.4.3
2862026-08-04T16:47:48.688Z Downloaded is_terminal_polyfill v1.70.2
2872026-08-04T16:47:48.692Z Downloaded clap v4.6.5
2882026-08-04T16:47:48.698Z Downloaded is_ci v1.2.0
2892026-08-04T16:47:48.702Z Downloaded toml_write v0.1.2
2902026-08-04T16:47:48.702Z Downloaded serde_ignored v0.1.14
2912026-08-04T16:47:48.702Z Downloaded simd-adler32 v0.3.10
2922026-08-04T16:47:48.702Z Downloaded slab v0.4.12
2932026-08-04T16:47:48.702Z Downloaded supports-unicode v3.0.0
2942026-08-04T16:47:48.705Z Downloaded bytes v1.12.1
2952026-08-04T16:47:48.705Z Downloaded dialoguer v0.11.0
2962026-08-04T16:47:48.708Z Downloaded ed25519 v2.2.3
2972026-08-04T16:47:48.708Z Downloaded rand_core v0.6.4
2982026-08-04T16:47:48.709Z Downloaded rand_core v0.9.5
2992026-08-04T16:47:48.712Z Downloaded crypto-common v0.1.7
3002026-08-04T16:47:48.712Z Downloaded smol_str v0.3.6
3012026-08-04T16:47:48.712Z Downloaded find-msvc-tools v0.1.9
3022026-08-04T16:47:48.712Z Downloaded indenter v0.3.4
3032026-08-04T16:47:48.715Z Downloaded unicode-xid v0.2.6
3042026-08-04T16:47:48.715Z Downloaded try-lock v0.2.5
3052026-08-04T16:47:48.718Z Downloaded digest v0.10.7
3062026-08-04T16:47:48.718Z Downloaded future-queue v0.4.0
3072026-08-04T16:47:48.721Z Downloaded ahash v0.8.12
3082026-08-04T16:47:48.721Z Downloaded futures-channel v0.3.33
3092026-08-04T16:47:48.724Z Downloaded hyper-tls v0.6.0
3102026-08-04T16:47:48.724Z Downloaded idna_adapter v1.0.0
3112026-08-04T16:47:48.727Z Downloaded camino-tempfile v1.4.1
3122026-08-04T16:47:48.730Z Downloaded itoa v1.0.18
3132026-08-04T16:47:48.733Z Downloaded nextest-workspace-hack v0.1.0
3142026-08-04T16:47:48.733Z Downloaded unicase v2.9.0
3152026-08-04T16:47:48.737Z Downloaded shlex v2.0.1
3162026-08-04T16:47:48.737Z Downloaded foldhash v0.1.5
3172026-08-04T16:47:48.740Z Downloaded sha2 v0.10.9
3182026-08-04T16:47:48.740Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3192026-08-04T16:47:48.740Z Downloaded tracing-log v0.2.0
3202026-08-04T16:47:48.743Z Downloaded want v0.3.1
3212026-08-04T16:47:48.743Z Downloaded thiserror-impl v1.0.69
3222026-08-04T16:47:48.743Z Downloaded openssl-macros v0.1.1
3232026-08-04T16:47:48.746Z Downloaded target-spec-miette v0.4.8
3242026-08-04T16:47:48.746Z Downloaded thiserror v1.0.69
3252026-08-04T16:47:48.750Z Downloaded version_check v0.9.5
3262026-08-04T16:47:48.750Z Downloaded thiserror v2.0.19
3272026-08-04T16:47:48.753Z Downloaded rand_pcg v0.10.2
3282026-08-04T16:47:48.753Z Downloaded zipsign-api v0.1.5
3292026-08-04T16:47:48.756Z Downloaded clap_derive v4.6.4
3302026-08-04T16:47:48.760Z Downloaded console v0.15.11
3312026-08-04T16:47:48.760Z Downloaded rand_core v0.10.1
3322026-08-04T16:47:48.763Z Downloaded tokio-macros v2.7.2
3332026-08-04T16:47:48.767Z Downloaded http-body-util v0.1.4
3342026-08-04T16:47:48.767Z Downloaded quote v1.0.47
3352026-08-04T16:47:48.770Z Downloaded urlencoding v2.1.3
3362026-08-04T16:47:48.770Z Downloaded signal-hook-registry v1.4.8
3372026-08-04T16:47:48.770Z Downloaded target-lexicon v0.13.5
3382026-08-04T16:47:48.773Z Downloaded indent_write v2.2.0
3392026-08-04T16:47:48.773Z Downloaded lru-slab v0.1.2
3402026-08-04T16:47:48.773Z Downloaded ppv-lite86 v0.2.21
3412026-08-04T16:47:48.773Z Downloaded config v0.15.25
3422026-08-04T16:47:48.778Z Downloaded bitflags v2.13.1
3432026-08-04T16:47:48.802Z Downloaded thiserror-impl v2.0.19
3442026-08-04T16:47:48.802Z Downloaded semver v1.0.28
3452026-08-04T16:47:48.802Z Downloaded smallvec v1.15.2
3462026-08-04T16:47:48.802Z Downloaded cc v1.4.0
3472026-08-04T16:47:48.802Z Downloaded signal-hook v0.3.18
3482026-08-04T16:47:48.802Z Downloaded typeid v1.0.3
3492026-08-04T16:47:48.808Z Downloaded lazy_static v1.5.0
3502026-08-04T16:47:48.808Z Downloaded tokio-native-tls v0.3.1
3512026-08-04T16:47:48.809Z Downloaded unicode-linebreak v0.1.5
3522026-08-04T16:47:48.809Z Downloaded ipnet v2.12.1
3532026-08-04T16:47:48.809Z Downloaded backtrace v0.3.76
3542026-08-04T16:47:48.809Z Downloaded pin-project-lite v0.2.17
3552026-08-04T16:47:48.809Z Downloaded pkg-config v0.3.33
3562026-08-04T16:47:48.809Z Downloaded heck v0.5.0
3572026-08-04T16:47:48.809Z Downloaded newtype-uuid v1.4.0
3582026-08-04T16:47:48.809Z Downloaded rand_chacha v0.9.0
3592026-08-04T16:47:48.810Z Downloaded quick-junit v0.5.2
3602026-08-04T16:47:48.810Z Downloaded globset v0.4.20
3612026-08-04T16:47:48.810Z Downloaded humantime-serde v1.1.1
3622026-08-04T16:47:48.810Z Downloaded number_prefix v0.4.0
3632026-08-04T16:47:48.810Z Downloaded openssl-probe v0.2.1
3642026-08-04T16:47:48.820Z Downloaded xattr v1.6.1
3652026-08-04T16:47:48.820Z Downloaded utf8_iter v1.0.4
3662026-08-04T16:47:48.820Z Downloaded http-body v1.1.0
3672026-08-04T16:47:48.820Z Downloaded nested v0.1.1
3682026-08-04T16:47:48.820Z Downloaded jobserver v0.1.35
3692026-08-04T16:47:48.824Z Downloaded miette-derive v7.6.0
3702026-08-04T16:47:48.824Z Downloaded nextest-metadata v0.12.2
3712026-08-04T16:47:48.824Z Downloaded zmij v1.0.23
3722026-08-04T16:47:48.825Z Downloaded tokio-rustls v0.26.4
3732026-08-04T16:47:48.825Z Downloaded humantime v2.4.0
3742026-08-04T16:47:48.825Z Downloaded quinn-udp v0.5.15
3752026-08-04T16:47:48.825Z Downloaded spki v0.7.3
3762026-08-04T16:47:48.825Z Downloaded toml v0.8.23
3772026-08-04T16:47:48.829Z Downloaded camino v1.2.5
3782026-08-04T16:47:48.829Z Downloaded pin-project v1.1.13
3792026-08-04T16:47:48.832Z Downloaded tracing-attributes v0.1.31
3802026-08-04T16:47:48.835Z Downloaded rustls-pki-types v1.15.1
3812026-08-04T16:47:48.835Z Downloaded base64 v0.22.1
3822026-08-04T16:47:48.839Z Downloaded target-spec v3.6.0
3832026-08-04T16:47:48.839Z Downloaded tempfile v3.27.0
3842026-08-04T16:47:48.842Z Downloaded zeroize v1.9.0
3852026-08-04T16:47:48.842Z Downloaded iana-time-zone v0.1.65
3862026-08-04T16:47:48.842Z Downloaded nextest-filtering v0.15.0
3872026-08-04T16:47:48.845Z Downloaded toml_parser v1.1.3+spec-1.1.0
3882026-08-04T16:47:48.845Z Downloaded toml_writer v1.1.2+spec-1.1.0
3892026-08-04T16:47:48.845Z Downloaded ryu v1.0.23
3902026-08-04T16:47:48.850Z Downloaded sharded-slab v0.1.7
3912026-08-04T16:47:48.850Z Downloaded mukti-metadata v0.3.0
3922026-08-04T16:47:48.850Z Downloaded derive-where v1.6.1
3932026-08-04T16:47:48.853Z Downloaded home v0.5.12
3942026-08-04T16:47:48.853Z Downloaded const-oid v0.9.6
3952026-08-04T16:47:48.853Z Downloaded zstd-safe v7.2.4
3962026-08-04T16:47:48.855Z Downloaded native-tls v0.2.18
3972026-08-04T16:47:48.858Z Downloaded futures v0.3.33
3982026-08-04T16:47:48.859Z Downloaded lock_api v0.4.14
3992026-08-04T16:47:48.861Z Downloaded eyre v0.6.12
4002026-08-04T16:47:48.861Z Downloaded xxhash-rust v0.8.18
4012026-08-04T16:47:48.865Z Downloaded hyper-rustls v0.27.9
4022026-08-04T16:47:48.865Z Downloaded pin-project-internal v1.1.13
4032026-08-04T16:47:48.874Z Downloaded litrs v1.0.0
4042026-08-04T16:47:48.877Z Downloaded tinyvec v1.12.0
4052026-08-04T16:47:48.881Z Downloaded tokio-stream v0.1.19
4062026-08-04T16:47:48.884Z Downloaded borsh v1.8.0
4072026-08-04T16:47:48.887Z Downloaded textwrap v0.16.2
4082026-08-04T16:47:48.891Z Downloaded toml v1.1.4+spec-1.1.0
4092026-08-04T16:47:48.891Z Downloaded vte v0.14.1
4102026-08-04T16:47:48.891Z Downloaded once_cell v1.21.4
4112026-08-04T16:47:48.894Z Downloaded socket2 v0.6.5
4122026-08-04T16:47:48.897Z Downloaded httparse v1.10.1
4132026-08-04T16:47:48.900Z Downloaded getrandom v0.4.3
4142026-08-04T16:47:48.900Z Downloaded zstd v0.13.3
4152026-08-04T16:47:48.904Z Downloaded proc-macro2 v1.0.107
4162026-08-04T16:47:48.904Z Downloaded uuid v1.24.0
4172026-08-04T16:47:48.912Z Downloaded tar v0.4.46
4182026-08-04T16:47:48.916Z Downloaded tracing-core v0.1.36
4192026-08-04T16:47:48.919Z Downloaded toml_edit v0.22.27
4202026-08-04T16:47:48.937Z Downloaded unicode-ident v1.0.24
4212026-08-04T16:47:48.939Z Downloaded rustls-webpki v0.103.13
4222026-08-04T16:47:48.942Z Downloaded ed25519-dalek v2.2.0
4232026-08-04T16:47:48.942Z Downloaded der v0.7.10
4242026-08-04T16:47:48.945Z Downloaded flate2 v1.1.9
4252026-08-04T16:47:48.949Z Downloaded log v0.4.33
4262026-08-04T16:47:48.952Z Downloaded getrandom v0.3.4
4272026-08-04T16:47:48.952Z Downloaded derive_more v2.1.1
4282026-08-04T16:47:48.958Z Downloaded quinn v0.11.11
4292026-08-04T16:47:48.972Z Downloaded indicatif v0.17.11
4302026-08-04T16:47:48.994Z Downloaded derive_more-impl v2.1.1
4312026-08-04T16:47:49.002Z Downloaded tower v0.5.3
4322026-08-04T16:47:49.007Z Downloaded num-traits v0.2.19
4332026-08-04T16:47:49.007Z Downloaded http v1.5.0
4342026-08-04T16:47:49.007Z Downloaded miniz_oxide v0.8.9
4352026-08-04T16:47:49.020Z Downloaded serde v1.0.229
4362026-08-04T16:47:49.020Z Downloaded miette v7.6.0
4372026-08-04T16:47:49.020Z Downloaded url v2.5.8
4382026-08-04T16:47:49.029Z Downloaded memchr v2.8.3
4392026-08-04T16:47:49.041Z Downloaded mio v1.2.2
4402026-08-04T16:47:49.045Z Downloaded rand v0.9.5
4412026-08-04T16:47:49.063Z Downloaded crossterm v0.29.0
4422026-08-04T16:47:49.066Z Downloaded hyper-util v0.1.20
4432026-08-04T16:47:49.069Z Downloaded rand v0.10.2
4442026-08-04T16:47:49.074Z Downloaded tokio-util v0.7.19
4452026-08-04T16:47:49.079Z Downloaded typenum v1.20.1
4462026-08-04T16:47:49.081Z Downloaded tower-http v0.6.11
4472026-08-04T16:47:49.087Z Downloaded regex v1.13.1
4482026-08-04T16:47:49.090Z Downloaded unicode-segmentation v1.13.3
4492026-08-04T16:47:49.093Z Downloaded aho-corasick v1.1.5
4502026-08-04T16:47:49.096Z Downloaded idna v1.1.0
4512026-08-04T16:47:49.096Z Downloaded hashbrown v0.15.5
4522026-08-04T16:47:49.099Z Downloaded serde_json v1.0.151
4532026-08-04T16:47:49.103Z Downloaded indexmap v2.14.0
4542026-08-04T16:47:49.111Z Downloaded hyper v1.11.0
4552026-08-04T16:47:49.118Z Downloaded itertools v0.14.0
4562026-08-04T16:47:49.123Z Downloaded hashbrown v0.17.1
4572026-08-04T16:47:49.126Z Downloaded clap_builder v4.6.5
4582026-08-04T16:47:49.129Z Downloaded guppy v0.17.26
4592026-08-04T16:47:49.132Z Downloaded pulldown-cmark v0.13.4
4602026-08-04T16:47:49.135Z Downloaded unicode-normalization v0.1.25
4612026-08-04T16:47:49.138Z Downloaded winnow v1.0.4
4622026-08-04T16:47:49.142Z Downloaded futures-util v0.3.33
4632026-08-04T16:47:49.148Z Downloaded quick-xml v0.37.5
4642026-08-04T16:47:49.160Z Downloaded h2 v0.4.15
4652026-08-04T16:47:49.169Z Downloaded portable-atomic v1.14.0
4662026-08-04T16:47:49.174Z Downloaded winnow v0.7.15
4672026-08-04T16:47:49.180Z Downloaded quick-xml v0.38.4
4682026-08-04T16:47:49.185Z Downloaded chrono v0.4.45
4692026-08-04T16:47:49.189Z Downloaded tracing-subscriber v0.3.23
4702026-08-04T16:47:49.200Z Downloaded webpki-roots v1.0.9
4712026-08-04T16:47:49.205Z Downloaded quinn-proto v0.11.16
4722026-08-04T16:47:49.208Z Downloaded vcpkg v0.2.15
4732026-08-04T16:47:49.230Z Downloaded curve25519-dalek v4.1.3
4742026-08-04T16:47:49.234Z Downloaded gimli v0.32.3
4752026-08-04T16:47:49.238Z Downloaded unicode-width v0.1.14
4762026-08-04T16:47:49.241Z Downloaded regex-syntax v0.8.11
4772026-08-04T16:47:49.244Z Downloaded bstr v1.13.0
4782026-08-04T16:47:49.249Z Downloaded zerocopy v0.8.55
4792026-08-04T16:47:49.273Z Downloaded syn v2.0.119
4802026-08-04T16:47:49.278Z Downloaded unicode-width v0.2.2
4812026-08-04T16:47:49.283Z Downloaded syn v3.0.3
4822026-08-04T16:47:49.288Z Downloaded color-eyre v0.6.5
4832026-08-04T16:47:49.292Z Downloaded nextest-runner v0.80.0
4842026-08-04T16:47:49.298Z Downloaded openssl v0.10.81
4852026-08-04T16:47:49.306Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4862026-08-04T16:47:49.315Z Downloaded petgraph v0.8.3
4872026-08-04T16:47:49.326Z Downloaded nix v0.30.1
4882026-08-04T16:47:49.332Z Downloaded object v0.37.3
4892026-08-04T16:47:49.338Z Downloaded rustix v0.38.44
4902026-08-04T16:47:49.353Z Downloaded rustls v0.23.43
4912026-08-04T16:47:49.359Z Downloaded rustix v1.1.4
4922026-08-04T16:47:49.369Z Downloaded tracing v0.1.44
4932026-08-04T16:47:49.427Z Downloaded regex-automata v0.4.18
4942026-08-04T16:47:49.492Z Downloaded libc v0.2.189
4952026-08-04T16:47:49.512Z Downloaded tokio v1.53.1
4962026-08-04T16:47:49.559Z Downloaded ring v0.17.14
4972026-08-04T16:47:49.579Z Downloaded recursion v0.5.4
4982026-08-04T16:47:49.620Z Compiling proc-macro2 v1.0.107
4992026-08-04T16:47:49.624Z Compiling libc v0.2.189
5002026-08-04T16:47:49.624Z Compiling unicode-ident v1.0.24
5012026-08-04T16:47:49.624Z Compiling quote v1.0.47
5022026-08-04T16:47:49.624Z Compiling serde_core v1.0.229
5032026-08-04T16:47:49.624Z Compiling cfg-if v1.0.4
5042026-08-04T16:47:49.624Z Compiling memchr v2.8.3
5052026-08-04T16:47:49.758Z Compiling once_cell v1.21.4
5062026-08-04T16:47:49.841Z Compiling log v0.4.33
5072026-08-04T16:47:49.872Z Compiling pin-project-lite v0.2.17
5082026-08-04T16:47:49.965Z Compiling serde v1.0.229
5092026-08-04T16:47:50.020Z Compiling itoa v1.0.18
5102026-08-04T16:47:50.144Z Compiling futures-core v0.3.33
5112026-08-04T16:47:50.257Z Compiling smallvec v1.15.2
5122026-08-04T16:47:50.313Z Compiling bitflags v2.13.1
5132026-08-04T16:47:50.334Z Compiling shlex v2.0.1
5142026-08-04T16:47:50.512Z Compiling equivalent v1.0.2
5152026-08-04T16:47:50.525Z Compiling find-msvc-tools v0.1.9
5162026-08-04T16:47:50.634Z Compiling hashbrown v0.17.1
5172026-08-04T16:47:50.759Z Compiling errno v0.3.14
5182026-08-04T16:47:50.771Z Compiling bytes v1.12.1
5192026-08-04T16:47:50.813Z Compiling mio v1.2.2
5202026-08-04T16:47:50.926Z Compiling signal-hook-registry v1.4.8
5212026-08-04T16:47:50.946Z Compiling jobserver v0.1.35
5222026-08-04T16:47:51.021Z Compiling rustix v1.1.4
5232026-08-04T16:47:51.155Z Compiling syn v3.0.3
5242026-08-04T16:47:51.263Z Compiling syn v2.0.119
5252026-08-04T16:47:51.345Z Compiling cc v1.4.0
5262026-08-04T16:47:51.364Z Compiling futures-sink v0.3.33
5272026-08-04T16:47:51.475Z Compiling socket2 v0.6.5
5282026-08-04T16:47:51.489Z Compiling zmij v1.0.23
5292026-08-04T16:47:51.649Z Compiling slab v0.4.12
5302026-08-04T16:47:51.825Z Compiling futures-channel v0.3.33
5312026-08-04T16:47:51.862Z Compiling tracing-core v0.1.36
5322026-08-04T16:47:52.096Z Compiling version_check v0.9.5
5332026-08-04T16:47:52.268Z Compiling indexmap v2.14.0
5342026-08-04T16:47:52.360Z Compiling serde_json v1.0.151
5352026-08-04T16:47:52.614Z Compiling futures-io v0.3.33
5362026-08-04T16:47:52.684Z Compiling getrandom v0.4.3
5372026-08-04T16:47:52.735Z Compiling futures-task v0.3.33
5382026-08-04T16:47:52.913Z Compiling camino v1.2.5
5392026-08-04T16:47:52.956Z Compiling percent-encoding v2.3.2
5402026-08-04T16:47:52.970Z Compiling unicode-width v0.2.2
5412026-08-04T16:47:53.224Z Compiling ring v0.17.14
5422026-08-04T16:47:53.273Z Compiling http v1.5.0
5432026-08-04T16:47:53.285Z Compiling adler2 v2.0.1
5442026-08-04T16:47:53.298Z Compiling autocfg v1.5.1
5452026-08-04T16:47:53.461Z Compiling zeroize v1.9.0
5462026-08-04T16:47:53.537Z Compiling simd-adler32 v0.3.10
5472026-08-04T16:47:53.659Z Compiling num-traits v0.2.19
5482026-08-04T16:47:53.898Z Compiling miniz_oxide v0.8.9
5492026-08-04T16:47:54.058Z Compiling serde_derive v1.0.229
5502026-08-04T16:47:54.216Z Compiling tokio-macros v2.7.2
5512026-08-04T16:47:54.374Z Compiling zerocopy v0.8.55
5522026-08-04T16:47:54.752Z Compiling object v0.37.3
5532026-08-04T16:47:54.866Z Compiling futures-macro v0.3.33
5542026-08-04T16:47:54.956Z Compiling tokio v1.53.1
5552026-08-04T16:47:55.049Z Compiling tracing-attributes v0.1.31
5562026-08-04T16:47:55.134Z Compiling getrandom v0.3.4
5572026-08-04T16:47:55.272Z Compiling target-lexicon v0.13.5
5582026-08-04T16:47:55.469Z Compiling http-body v1.1.0
5592026-08-04T16:47:55.633Z Compiling rustls-pki-types v1.15.1
5602026-08-04T16:47:55.647Z Compiling form_urlencoded v1.2.2
5612026-08-04T16:47:55.687Z Compiling futures-util v0.3.33
5622026-08-04T16:47:55.769Z Compiling semver v1.0.28
5632026-08-04T16:47:55.909Z Compiling getrandom v0.2.17
5642026-08-04T16:47:56.105Z Compiling gimli v0.32.3
5652026-08-04T16:47:56.229Z Compiling tracing v0.1.44
5662026-08-04T16:47:56.418Z Compiling fnv v1.0.7
5672026-08-04T16:47:56.493Z Compiling thiserror v2.0.19
5682026-08-04T16:47:56.521Z Compiling utf8_iter v1.0.4
5692026-08-04T16:47:56.574Z Compiling untrusted v0.9.0
5702026-08-04T16:47:56.681Z Compiling idna_adapter v1.0.0
5712026-08-04T16:47:56.702Z Compiling guppy-workspace-hack v0.1.0
5722026-08-04T16:47:56.780Z Compiling owo-colors v4.3.0
5732026-08-04T16:47:56.808Z Compiling signal-hook v0.3.18
5742026-08-04T16:47:56.907Z Compiling httparse v1.10.1
5752026-08-04T16:47:57.132Z Compiling idna v1.1.0
5762026-08-04T16:47:57.989Z Compiling addr2line v0.25.1
5772026-08-04T16:47:58.280Z Compiling thiserror-impl v2.0.19
5782026-08-04T16:47:58.411Z Compiling generic-array v0.14.7
5792026-08-04T16:47:58.642Z Compiling rustls v0.23.43
5802026-08-04T16:47:58.755Z Compiling target-spec v3.6.0
5812026-08-04T16:47:58.780Z Compiling typeid v1.0.3
5822026-08-04T16:47:58.852Z Compiling atomic-waker v1.1.2
5832026-08-04T16:47:58.983Z Compiling tokio-util v0.7.19
5842026-08-04T16:47:59.027Z Compiling thiserror v1.0.69
5852026-08-04T16:47:59.055Z Compiling pkg-config v0.3.33
5862026-08-04T16:47:59.322Z Compiling rustc-demangle v0.1.28
5872026-08-04T16:47:59.427Z Compiling tower-service v0.3.3
5882026-08-04T16:47:59.485Z Compiling try-lock v0.2.5
5892026-08-04T16:47:59.525Z Compiling fastrand v2.5.0
5902026-08-04T16:47:59.605Z Compiling want v0.3.1
5912026-08-04T16:47:59.785Z Compiling tempfile v3.27.0
5922026-08-04T16:47:59.852Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5932026-08-04T16:48:00.077Z Compiling h2 v0.4.15
5942026-08-04T16:48:00.468Z Compiling cfg-expr v0.20.8
5952026-08-04T16:48:00.478Z Compiling url v2.5.8
5962026-08-04T16:48:00.591Z Compiling backtrace v0.3.76
5972026-08-04T16:48:01.443Z Compiling thiserror-impl v1.0.69
5982026-08-04T16:48:01.587Z Compiling terminal_size v0.4.4
5992026-08-04T16:48:01.744Z Compiling aho-corasick v1.1.5
6002026-08-04T16:48:01.849Z Compiling erased-serde v0.4.10
6012026-08-04T16:48:02.140Z Compiling typenum v1.20.1
6022026-08-04T16:48:02.622Z Compiling rustls-webpki v0.103.13
6032026-08-04T16:48:02.822Z Compiling winnow v0.7.15
6042026-08-04T16:48:02.845Z Compiling regex-syntax v0.8.11
6052026-08-04T16:48:04.742Z Compiling subtle v2.6.1
6062026-08-04T16:48:05.069Z Compiling regex-automata v0.4.18
6072026-08-04T16:48:05.557Z Compiling hyper v1.11.0
6082026-08-04T16:48:07.107Z Compiling serde_spanned v0.6.9
6092026-08-04T16:48:07.274Z Compiling toml_datetime v0.6.11
6102026-08-04T16:48:07.654Z Compiling ahash v0.8.12
6112026-08-04T16:48:07.905Z Compiling sync_wrapper v1.0.2
6122026-08-04T16:48:07.991Z Compiling crc32fast v1.5.0
6132026-08-04T16:48:08.019Z Compiling foldhash v0.1.5
6142026-08-04T16:48:08.243Z Compiling base64 v0.22.1
6152026-08-04T16:48:08.276Z Compiling toml_write v0.1.2
6162026-08-04T16:48:08.524Z Compiling tower-layer v0.3.3
6172026-08-04T16:48:08.732Z Compiling unicode-linebreak v0.1.5
6182026-08-04T16:48:08.744Z Compiling nextest-workspace-hack v0.1.0
6192026-08-04T16:48:08.959Z Compiling lazy_static v1.5.0
6202026-08-04T16:48:09.002Z Compiling parking_lot_core v0.9.12
6212026-08-04T16:48:09.065Z Compiling unicode-segmentation v1.13.3
6222026-08-04T16:48:09.274Z Compiling is_ci v1.2.0
6232026-08-04T16:48:09.289Z Compiling portable-atomic v1.14.0
6242026-08-04T16:48:09.352Z Compiling ipnet v2.12.1
6252026-08-04T16:48:09.440Z Compiling either v1.17.0
6262026-08-04T16:48:09.465Z Compiling convert_case v0.10.0
6272026-08-04T16:48:09.674Z Compiling hyper-util v0.1.20
6282026-08-04T16:48:09.721Z Compiling supports-color v3.0.2
6292026-08-04T16:48:09.816Z Compiling sharded-slab v0.1.7
6302026-08-04T16:48:09.995Z Compiling textwrap v0.16.2
6312026-08-04T16:48:10.201Z Compiling tower v0.5.3
6322026-08-04T16:48:10.423Z Compiling toml_edit v0.22.27
6332026-08-04T16:48:10.591Z Compiling hashbrown v0.15.5
6342026-08-04T16:48:10.778Z Compiling tokio-rustls v0.26.4
6352026-08-04T16:48:11.212Z Compiling backtrace-ext v0.2.1
6362026-08-04T16:48:11.347Z Compiling ordered-float v2.10.1
6372026-08-04T16:48:11.472Z Compiling webpki-roots v1.0.9
6382026-08-04T16:48:11.588Z Compiling miette-derive v7.6.0
6392026-08-04T16:48:11.631Z Compiling pathdiff v0.2.3
6402026-08-04T16:48:11.700Z Compiling console v0.15.11
6412026-08-04T16:48:11.758Z Compiling tracing-log v0.2.0
6422026-08-04T16:48:12.104Z Compiling cargo-platform v0.3.3
6432026-08-04T16:48:12.311Z Compiling os_pipe v1.2.3
6442026-08-04T16:48:12.482Z Compiling thread_local v1.1.10
6452026-08-04T16:48:12.658Z Compiling cfg_aliases v0.2.2
6462026-08-04T16:48:12.712Z Compiling winnow v1.0.4
6472026-08-04T16:48:12.731Z Compiling utf8parse v0.2.2
6482026-08-04T16:48:12.820Z Compiling unicode-width v0.1.14
6492026-08-04T16:48:12.843Z Compiling pulldown-cmark v0.13.4
6502026-08-04T16:48:13.024Z Compiling zstd-safe v7.2.4
6512026-08-04T16:48:13.060Z Compiling ryu v1.0.23
6522026-08-04T16:48:13.115Z Compiling rustix v0.38.44
6532026-08-04T16:48:13.375Z Compiling fixedbitset v0.5.7
6542026-08-04T16:48:13.469Z Compiling supports-hyperlinks v3.2.0
6552026-08-04T16:48:13.621Z Compiling scopeguard v1.2.0
6562026-08-04T16:48:13.698Z Compiling supports-unicode v3.0.0
6572026-08-04T16:48:13.729Z Compiling debug-ignore v1.0.5
6582026-08-04T16:48:13.841Z Compiling miette v7.6.0
6592026-08-04T16:48:13.870Z Compiling toml_parser v1.1.3+spec-1.1.0
6602026-08-04T16:48:13.895Z Compiling lock_api v0.4.14
6612026-08-04T16:48:14.163Z Compiling petgraph v0.8.3
6622026-08-04T16:48:14.268Z Compiling serde_urlencoded v0.7.1
6632026-08-04T16:48:14.568Z Compiling anstyle-parse v1.0.0
6642026-08-04T16:48:14.798Z Compiling nix v0.30.1
6652026-08-04T16:48:15.148Z Compiling tracing-subscriber v0.3.23
6662026-08-04T16:48:15.177Z Compiling sigchld v0.2.4
6672026-08-04T16:48:15.378Z Compiling cargo_metadata v0.23.1
6682026-08-04T16:48:16.112Z Compiling toml v0.8.23
6692026-08-04T16:48:16.563Z Compiling serde-value v0.7.0
6702026-08-04T16:48:17.225Z Compiling hyper-rustls v0.27.9
6712026-08-04T16:48:17.880Z Compiling serde-untagged v0.1.9
6722026-08-04T16:48:18.087Z Compiling tower-http v0.6.11
6732026-08-04T16:48:18.694Z Compiling derive_more-impl v2.1.1
6742026-08-04T16:48:18.718Z Compiling itertools v0.14.0
6752026-08-04T16:48:18.825Z Compiling regex v1.13.1
6762026-08-04T16:48:19.137Z Compiling crypto-common v0.1.7
6772026-08-04T16:48:19.275Z Compiling block-buffer v0.10.4
6782026-08-04T16:48:19.428Z Compiling ppv-lite86 v0.2.21
6792026-08-04T16:48:19.502Z Compiling futures-executor v0.3.33
6802026-08-04T16:48:19.755Z Compiling rand_core v0.9.5
6812026-08-04T16:48:19.798Z Compiling http-body-util v0.1.4
6822026-08-04T16:48:19.978Z Compiling pin-project-internal v1.1.13
6832026-08-04T16:48:20.002Z Compiling uuid v1.24.0
6842026-08-04T16:48:20.089Z Compiling smol_str v0.3.6
6852026-08-04T16:48:20.244Z Compiling toml_datetime v1.1.1+spec-1.1.0
6862026-08-04T16:48:20.260Z Compiling serde_spanned v1.1.1
6872026-08-04T16:48:20.407Z Compiling filetime v0.2.29
6882026-08-04T16:48:20.429Z Compiling bstr v1.13.0
6892026-08-04T16:48:20.539Z Compiling vte v0.14.1
6902026-08-04T16:48:20.620Z Compiling is_terminal_polyfill v1.70.2
6912026-08-04T16:48:20.658Z Compiling xattr v1.6.1
6922026-08-04T16:48:20.658Z Compiling nested v0.1.1
6932026-08-04T16:48:20.718Z Compiling eyre v0.6.12
6942026-08-04T16:48:20.764Z Compiling tinyvec_macros v0.1.1
6952026-08-04T16:48:20.836Z Compiling color-spantrace v0.3.0
6962026-08-04T16:48:20.849Z Compiling colorchoice v1.0.5
6972026-08-04T16:48:20.862Z Compiling unicode-xid v0.2.6
6982026-08-04T16:48:20.970Z Compiling static_assertions v1.1.0
6992026-08-04T16:48:21.001Z Compiling iana-time-zone v0.1.65
7002026-08-04T16:48:21.021Z Compiling unicase v2.9.0
7012026-08-04T16:48:21.045Z Compiling anstyle v1.0.14
7022026-08-04T16:48:21.117Z Compiling number_prefix v0.4.0
7032026-08-04T16:48:21.131Z Compiling anstyle-query v1.1.5
7042026-08-04T16:48:21.204Z Compiling litrs v1.0.0
7052026-08-04T16:48:21.227Z Compiling self_update v0.42.0
7062026-08-04T16:48:21.264Z Compiling indicatif v0.17.11
7072026-08-04T16:48:21.295Z Compiling anstream v1.0.0
7082026-08-04T16:48:21.354Z Compiling chrono v0.4.45
7092026-08-04T16:48:21.482Z Compiling guppy v0.17.26
7102026-08-04T16:48:21.638Z Compiling document-features v0.2.12
7112026-08-04T16:48:21.790Z Compiling pin-project v1.1.13
7122026-08-04T16:48:22.192Z Compiling cargo-util-schemas v0.2.0
7132026-08-04T16:48:22.204Z Compiling globset v0.4.20
7142026-08-04T16:48:22.931Z Compiling tinyvec v1.12.0
7152026-08-04T16:48:23.381Z Compiling tar v0.4.46
7162026-08-04T16:48:24.144Z Compiling strip-ansi-escapes v0.2.1
7172026-08-04T16:48:24.399Z Compiling toml v1.1.4+spec-1.1.0
7182026-08-04T16:48:24.585Z Compiling nextest-metadata v0.12.2
7192026-08-04T16:48:24.620Z Compiling newtype-uuid v1.4.0
7202026-08-04T16:48:24.656Z Compiling reqwest v0.12.28
7212026-08-04T16:48:24.817Z Compiling rand_chacha v0.9.0
7222026-08-04T16:48:25.370Z Compiling futures v0.3.33
7232026-08-04T16:48:25.454Z Compiling derive_more v2.1.1
7242026-08-04T16:48:25.466Z Compiling digest v0.10.7
7252026-08-04T16:48:25.535Z Compiling parking_lot v0.12.5
7262026-08-04T16:48:25.697Z Compiling flate2 v1.1.9
7272026-08-04T16:48:25.869Z Compiling tracing-error v0.2.1
7282026-08-04T16:48:26.100Z Compiling shared_child v1.1.1
7292026-08-04T16:48:26.432Z Compiling signal-hook-mio v0.2.5
7302026-08-04T16:48:26.564Z Compiling self-replace v1.5.0
7312026-08-04T16:48:26.744Z Compiling cargo-platform v0.2.0
7322026-08-04T16:48:26.832Z Compiling quick-xml v0.37.5
7332026-08-04T16:48:27.305Z Compiling quick-xml v0.38.4
7342026-08-04T16:48:27.481Z Compiling clap_lex v1.1.0
7352026-08-04T16:48:27.547Z Compiling indenter v0.3.4
7362026-08-04T16:48:27.845Z Compiling strsim v0.11.1
7372026-08-04T16:48:27.936Z Compiling humantime v2.4.0
7382026-08-04T16:48:28.354Z Compiling urlencoding v2.1.3
7392026-08-04T16:48:28.400Z Compiling cpufeatures v0.2.17
7402026-08-04T16:48:28.592Z Compiling heck v0.5.0
7412026-08-04T16:48:28.633Z Compiling recursion v0.5.4
7422026-08-04T16:48:28.689Z Compiling shell-words v1.1.1
7432026-08-04T16:48:28.773Z Compiling nextest-filtering v0.15.0
7442026-08-04T16:48:28.790Z Compiling clap_derive v4.6.4
7452026-08-04T16:48:28.935Z Compiling sha2 v0.10.9
7462026-08-04T16:48:29.709Z Compiling humantime-serde v1.1.1
7472026-08-04T16:48:29.872Z Compiling clap_builder v4.6.5
7482026-08-04T16:48:30.197Z Compiling quick-junit v0.5.2
7492026-08-04T16:48:30.989Z Compiling atomicwrites v0.4.4
7502026-08-04T16:48:31.280Z Compiling cargo_metadata v0.20.0
7512026-08-04T16:48:32.604Z Compiling cargo-nextest v0.9.97
7522026-08-04T16:48:32.907Z Compiling crossterm v0.29.0
7532026-08-04T16:48:34.118Z Compiling duct v0.13.7
7542026-08-04T16:48:35.583Z Compiling async-scoped v0.9.0
7552026-08-04T16:48:35.773Z Compiling zstd v0.13.3
7562026-08-04T16:48:35.799Z Compiling config v0.15.25
7572026-08-04T16:48:35.823Z Compiling rand v0.9.5
7582026-08-04T16:48:35.955Z Compiling unicode-normalization v0.1.25
7592026-08-04T16:48:35.981Z Compiling target-spec-miette v0.4.8
7602026-08-04T16:48:36.195Z Compiling future-queue v0.4.0
7612026-08-04T16:48:36.378Z Compiling mukti-metadata v0.3.0
7622026-08-04T16:48:36.409Z Compiling camino-tempfile v1.4.1
7632026-08-04T16:48:36.473Z Compiling tokio-stream v0.1.19
7642026-08-04T16:48:36.530Z Compiling derive-where v1.6.1
7652026-08-04T16:48:36.534Z Compiling serde_path_to_error v0.1.20
7662026-08-04T16:48:36.804Z Compiling serde_ignored v0.1.14
7672026-08-04T16:48:36.862Z Compiling xxhash-rust v0.8.18
7682026-08-04T16:48:36.990Z Compiling swrite v0.1.0
7692026-08-04T16:48:37.007Z Compiling indent_write v2.2.0
7702026-08-04T16:48:37.033Z Compiling home v0.5.12
7712026-08-04T16:48:37.045Z Compiling hex v0.4.3
7722026-08-04T16:48:37.153Z Compiling color-eyre v0.6.5
7732026-08-04T16:48:37.211Z Compiling clap v4.6.5
7742026-08-04T16:48:37.226Z Compiling dialoguer v0.11.0
7752026-08-04T16:48:37.293Z Compiling enable-ansi-support v0.2.1
7762026-08-04T16:48:37.752Z Compiling nextest-runner v0.80.0
7772026-08-04T16:48:56.389Z Finished `release` profile [optimized] target(s) in 1m 10s
7782026-08-04T16:48:56.563Z Installing /home/build/.cargo/bin/cargo-nextest
7792026-08-04T16:48:56.566Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7802026-08-04T16:48:56.693Z+ pushd bgp
7812026-08-04T16:48:56.697Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7822026-08-04T16:48:56.697Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7832026-08-04T16:48:56.842Z Updating crates.io index
7842026-08-04T16:48:56.845Z Updating git repository `https://github.com/oxidecomputer/omicron`
7852026-08-04T16:49:02.993ZFrom https://github.com/oxidecomputer/omicron
7862026-08-04T16:49:02.993Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7872026-08-04T16:49:03.421Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-08-04T16:49:04.229ZFrom https://github.com/oxidecomputer/falcon
7892026-08-04T16:49:04.229Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7902026-08-04T16:49:04.306Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-08-04T16:49:04.913ZFrom https://github.com/oxidecomputer/dendrite
7922026-08-04T16:49:04.913Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
7932026-08-04T16:49:04.948Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-08-04T16:49:05.233ZFrom https://github.com/oxidecomputer/ispf
7952026-08-04T16:49:05.233Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7962026-08-04T16:49:05.239Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-08-04T16:49:05.604ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-08-04T16:49:05.604Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7992026-08-04T16:49:05.612Z Updating git repository `https://github.com/oxidecomputer/opte`
8002026-08-04T16:49:06.376ZFrom https://github.com/oxidecomputer/opte
8012026-08-04T16:49:06.376Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8022026-08-04T16:49:06.406Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8032026-08-04T16:49:06.681ZFrom https://github.com/oxidecomputer/slog-error-chain
8042026-08-04T16:49:06.682Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8052026-08-04T16:49:06.691Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-08-04T16:49:06.978ZFrom https://github.com/illumos/smf-rs
8072026-08-04T16:49:06.978Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-08-04T16:49:06.986Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8092026-08-04T16:49:07.223ZFrom https://github.com/oxidecomputer/poptrie
8102026-08-04T16:49:07.223Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8112026-08-04T16:49:07.232Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8122026-08-04T16:49:07.482ZFrom https://github.com/oxidecomputer/network-interface
8132026-08-04T16:49:07.482Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8142026-08-04T16:49:07.488Z Updating git repository `https://github.com/oxidecomputer/zone`
8152026-08-04T16:49:07.777ZFrom https://github.com/oxidecomputer/zone
8162026-08-04T16:49:07.777Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8172026-08-04T16:49:07.783Z Updating git repository `https://github.com/oxidecomputer/lldp`
8182026-08-04T16:49:08.110ZFrom https://github.com/oxidecomputer/lldp
8192026-08-04T16:49:08.110Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8202026-08-04T16:49:08.123Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8212026-08-04T16:49:08.430ZFrom https://github.com/oxidecomputer/tufaceous
8222026-08-04T16:49:08.430Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8232026-08-04T16:49:08.440Z Updating git repository `https://github.com/oxidecomputer/propolis`
8242026-08-04T16:49:09.124ZFrom https://github.com/oxidecomputer/propolis
8252026-08-04T16:49:09.124Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8262026-08-04T16:49:09.167Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8272026-08-04T16:49:09.632ZFrom https://github.com/oxidecomputer/transceiver-control
8282026-08-04T16:49:09.632Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8292026-08-04T16:49:09.642Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8302026-08-04T16:49:09.892ZFrom https://github.com/oxidecomputer/dlpi-sys
8312026-08-04T16:49:09.892Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8322026-08-04T16:49:09.898Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8332026-08-04T16:49:10.195ZFrom https://github.com/jmesmon/rust-libzfs
8342026-08-04T16:49:10.195Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8352026-08-04T16:49:10.203Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8362026-08-04T16:49:10.442ZFrom https://github.com/oxidecomputer/rusty-doors
8372026-08-04T16:49:10.442Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8382026-08-04T16:49:10.457Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-08-04T16:49:10.901ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-08-04T16:49:10.901Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8412026-08-04T16:49:10.916Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-08-04T16:49:11.224ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-08-04T16:49:11.224Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-08-04T16:49:11.233Z Updating git repository `https://github.com/oxidecomputer/crucible`
8452026-08-04T16:49:12.047ZFrom https://github.com/oxidecomputer/crucible
8462026-08-04T16:49:12.048Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8472026-08-04T16:49:12.097Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-08-04T16:49:12.719ZFrom https://github.com/oxidecomputer/propolis
8492026-08-04T16:49:12.719Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8502026-08-04T16:49:12.766Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-08-04T16:49:13.468ZFrom https://github.com/oxidecomputer/crucible
8522026-08-04T16:49:13.468Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8532026-08-04T16:49:13.536Z Updating git repository `https://github.com/oxidecomputer/tofino`
8542026-08-04T16:49:13.909ZFrom https://github.com/oxidecomputer/tofino
8552026-08-04T16:49:13.909Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8562026-08-04T16:49:13.919Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8572026-08-04T16:49:14.772ZFrom https://github.com/oxidecomputer/maghemite
8582026-08-04T16:49:14.772Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8592026-08-04T16:49:14.803Z Updating git repository `https://github.com/oxidecomputer/clickward`
8602026-08-04T16:49:15.072ZFrom https://github.com/oxidecomputer/clickward
8612026-08-04T16:49:15.072Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8622026-08-04T16:49:15.080Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8632026-08-04T16:49:15.348ZFrom https://github.com/oxidecomputer/illumos-devinfo
8642026-08-04T16:49:15.348Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8652026-08-04T16:49:16.260Z Downloading crates ...
8662026-08-04T16:49:16.301Z Downloaded aead v0.5.2
8672026-08-04T16:49:16.310Z Downloaded no-std-compat v0.4.1
8682026-08-04T16:49:16.326Z Downloaded libscf-sys v1.2.0
8692026-08-04T16:49:16.329Z Downloaded lru-cache v0.1.2
8702026-08-04T16:49:16.329Z Downloaded hubpack v0.1.2
8712026-08-04T16:49:16.329Z Downloaded strum v0.27.2
8722026-08-04T16:49:16.334Z Downloaded idna_adapter v1.2.2
8732026-08-04T16:49:16.337Z Downloaded pest_derive v2.8.6
8742026-08-04T16:49:16.340Z Downloaded jiff-static v0.2.28
8752026-08-04T16:49:16.343Z Downloaded macaddr v1.0.1
8762026-08-04T16:49:16.343Z Downloaded inout v0.1.4
8772026-08-04T16:49:16.343Z Downloaded termtree v0.5.1
8782026-08-04T16:49:16.346Z Downloaded structmeta v0.3.0
8792026-08-04T16:49:16.350Z Downloaded konst_macro_rules v0.2.19
8802026-08-04T16:49:16.353Z Downloaded internet-checksum v0.2.1
8812026-08-04T16:49:16.356Z Downloaded match_cfg v0.1.0
8822026-08-04T16:49:16.359Z Downloaded thread-id v4.2.2
8832026-08-04T16:49:16.359Z Downloaded keccak v0.1.6
8842026-08-04T16:49:16.359Z Downloaded thiserror-impl-no-std v2.0.2
8852026-08-04T16:49:16.362Z Downloaded stable_deref_trait v1.2.1
8862026-08-04T16:49:16.362Z Downloaded thread-id v5.1.0
8872026-08-04T16:49:16.362Z Downloaded instant v0.1.13
8882026-08-04T16:49:16.365Z Downloaded linked-hash-map v0.5.6
8892026-08-04T16:49:16.366Z Downloaded ingot-types v0.1.2
8902026-08-04T16:49:16.366Z Downloaded ipnetwork v0.21.1
8912026-08-04T16:49:16.366Z Downloaded libsw v3.5.0
8922026-08-04T16:49:16.369Z Downloaded hubpack_derive v0.1.1
8932026-08-04T16:49:16.369Z Downloaded humantime v2.3.0
8942026-08-04T16:49:16.369Z Downloaded omicron-workspace-hack v0.1.0
8952026-08-04T16:49:16.371Z Downloaded ident_case v1.0.1
8962026-08-04T16:49:16.372Z Downloaded is-terminal v0.4.17
8972026-08-04T16:49:16.372Z Downloaded mime v0.3.17
8982026-08-04T16:49:16.374Z Downloaded tabwriter v1.4.1
8992026-08-04T16:49:16.379Z Downloaded structmeta-derive v0.3.0
9002026-08-04T16:49:16.383Z Downloaded managed v0.8.0
9012026-08-04T16:49:16.385Z Downloaded tagptr v0.2.0
9022026-08-04T16:49:16.385Z Downloaded take_mut v0.2.2
9032026-08-04T16:49:16.391Z Downloaded testing_table v0.3.0
9042026-08-04T16:49:16.392Z Downloaded num_threads v0.1.7
9052026-08-04T16:49:16.392Z Downloaded usdt-attr-macro v0.6.0
9062026-08-04T16:49:16.392Z Downloaded topological-sort v0.2.2
9072026-08-04T16:49:16.395Z Downloaded strum v0.26.3
9082026-08-04T16:49:16.395Z Downloaded num_enum_derive v0.5.11
9092026-08-04T16:49:16.395Z Downloaded parse-display v0.10.0
9102026-08-04T16:49:16.395Z Downloaded typify-macro v0.6.2
9112026-08-04T16:49:16.395Z Downloaded newline-converter v0.3.0
9122026-08-04T16:49:16.395Z Downloaded universal-hash v0.5.1
9132026-08-04T16:49:16.395Z Downloaded utf-8 v0.7.6
9142026-08-04T16:49:16.398Z Downloaded tabled_derive v0.7.0
9152026-08-04T16:49:16.401Z Downloaded num-derive v0.4.2
9162026-08-04T16:49:16.401Z Downloaded usdt v0.6.0
9172026-08-04T16:49:16.401Z Downloaded num v0.4.3
9182026-08-04T16:49:16.404Z Downloaded memoffset v0.9.1
9192026-08-04T16:49:16.404Z Downloaded tokio-macros v2.7.0
9202026-08-04T16:49:16.407Z Downloaded num-conv v0.2.2
9212026-08-04T16:49:16.407Z Downloaded ipnet v2.12.0
9222026-08-04T16:49:16.410Z Downloaded tabled_derive v0.11.0
9232026-08-04T16:49:16.410Z Downloaded jobserver v0.1.34
9242026-08-04T16:49:16.410Z Downloaded smawk v0.3.2
9252026-08-04T16:49:16.413Z Downloaded thread_local v1.1.9
9262026-08-04T16:49:16.413Z Downloaded httpdate v1.0.3
9272026-08-04T16:49:16.413Z Downloaded num_enum v0.5.11
9282026-08-04T16:49:16.416Z Downloaded ingot v0.2.1
9292026-08-04T16:49:16.416Z Downloaded tiny-keccak v2.0.2
9302026-08-04T16:49:16.419Z Downloaded strum_macros v0.27.2
9312026-08-04T16:49:16.419Z Downloaded toml_writer v1.1.1+spec-1.1.0
9322026-08-04T16:49:16.419Z Downloaded synstructure v0.13.2
9332026-08-04T16:49:16.422Z Downloaded smf v0.2.3
9342026-08-04T16:49:16.422Z Downloaded time-macros v0.2.27
9352026-08-04T16:49:16.422Z Downloaded libsw-core v0.3.2
9362026-08-04T16:49:16.426Z Downloaded strum_macros v0.26.4
9372026-08-04T16:49:16.426Z Downloaded thiserror-no-std v2.0.2
9382026-08-04T16:49:16.430Z Downloaded tokio-tungstenite v0.21.0
9392026-08-04T16:49:16.430Z Downloaded hybrid-array v0.4.12
9402026-08-04T16:49:16.433Z Downloaded olpc-cjson v0.1.4
9412026-08-04T16:49:16.433Z Downloaded term v1.2.1
9422026-08-04T16:49:16.433Z Downloaded memmap v0.7.0
9432026-08-04T16:49:16.433Z Downloaded newtype_derive v0.1.6
9442026-08-04T16:49:16.433Z Downloaded num-iter v0.1.45
9452026-08-04T16:49:16.436Z Downloaded untrusted v0.7.1
9462026-08-04T16:49:16.436Z Downloaded usdt-macro v0.5.0
9472026-08-04T16:49:16.436Z Downloaded natord v1.0.9
9482026-08-04T16:49:16.436Z Downloaded spin v0.5.2
9492026-08-04T16:49:16.436Z Downloaded unit-prefix v0.5.2
9502026-08-04T16:49:16.437Z Downloaded wait-timeout v0.2.1
9512026-08-04T16:49:16.440Z Downloaded foreign-types-shared v0.3.1
9522026-08-04T16:49:16.440Z Downloaded usdt-attr-macro v0.5.0
9532026-08-04T16:49:16.440Z Downloaded newtype-uuid-macros v0.1.0
9542026-08-04T16:49:16.440Z Downloaded dunce v1.0.5
9552026-08-04T16:49:16.440Z Downloaded embedded-io v0.6.1
9562026-08-04T16:49:16.440Z Downloaded float-ord v0.3.2
9572026-08-04T16:49:16.440Z Downloaded futures-macro v0.3.32
9582026-08-04T16:49:16.444Z Downloaded fxhash v0.2.1
9592026-08-04T16:49:16.444Z Downloaded ingot-types v0.2.0
9602026-08-04T16:49:16.447Z Downloaded num_enum v0.7.6
9612026-08-04T16:49:16.450Z Downloaded typify-macro v0.4.3
9622026-08-04T16:49:16.450Z Downloaded linear-map v1.2.0
9632026-08-04T16:49:16.450Z Downloaded oxnet v0.1.6
9642026-08-04T16:49:16.450Z Downloaded zerofrom v0.1.8
9652026-08-04T16:49:16.453Z Downloaded multer v3.1.0
9662026-08-04T16:49:16.453Z Downloaded num-integer v0.1.46
9672026-08-04T16:49:16.453Z Downloaded pem v3.0.6
9682026-08-04T16:49:16.457Z Downloaded waitgroup v0.1.2
9692026-08-04T16:49:16.457Z Downloaded parking_lot_core v0.8.6
9702026-08-04T16:49:16.457Z Downloaded unarray v0.1.4
9712026-08-04T16:49:16.461Z Downloaded num_enum_derive v0.7.6
9722026-08-04T16:49:16.461Z Downloaded parse-display-derive v0.10.0
9732026-08-04T16:49:16.461Z Downloaded paste v1.0.15
9742026-08-04T16:49:16.464Z Downloaded yoke-derive v0.8.2
9752026-08-04T16:49:16.464Z Downloaded hash32 v0.3.1
9762026-08-04T16:49:16.464Z Downloaded heck v0.4.1
9772026-08-04T16:49:16.464Z Downloaded usdt-macro v0.6.0
9782026-08-04T16:49:16.468Z Downloaded progenitor-client v0.10.0
9792026-08-04T16:49:16.468Z Downloaded time-core v0.1.8
9802026-08-04T16:49:16.471Z Downloaded quick-error v1.2.3
9812026-08-04T16:49:16.471Z Downloaded tokio-dtrace v0.1.1
9822026-08-04T16:49:16.471Z Downloaded usdt v0.5.0
9832026-08-04T16:49:16.471Z Downloaded usdt-impl v0.6.0
9842026-08-04T16:49:16.475Z Downloaded newtype-uuid v1.3.2
9852026-08-04T16:49:16.479Z Downloaded tinystr v0.8.3
9862026-08-04T16:49:16.479Z Downloaded hostname v0.3.1
9872026-08-04T16:49:16.482Z Downloaded ingot-macros v0.1.1
9882026-08-04T16:49:16.487Z Downloaded thin-vec v0.2.18
9892026-08-04T16:49:16.491Z Downloaded phf_shared v0.12.1
9902026-08-04T16:49:16.494Z Downloaded tabled v0.15.0
9912026-08-04T16:49:16.500Z Downloaded ref-cast-impl v1.0.25
9922026-08-04T16:49:16.502Z Downloaded opaque-debug v0.3.1
9932026-08-04T16:49:16.503Z Downloaded rustc_version v0.1.7
9942026-08-04T16:49:16.503Z Downloaded sigpipe v0.1.3
9952026-08-04T16:49:16.503Z Downloaded password-hash v0.5.0
9962026-08-04T16:49:16.503Z Downloaded serial_test_derive v4.0.1
9972026-08-04T16:49:16.506Z Downloaded num-complex v0.4.6
9982026-08-04T16:49:16.506Z Downloaded same-file v1.0.6
9992026-08-04T16:49:16.506Z Downloaded slog-envlogger v2.2.0
10002026-08-04T16:49:16.506Z Downloaded slog-json v2.6.1
10012026-08-04T16:49:16.509Z Downloaded async-stream-impl v0.3.6
10022026-08-04T16:49:16.509Z Downloaded zone v0.3.1
10032026-08-04T16:49:16.509Z Downloaded block-buffer v0.12.0
10042026-08-04T16:49:16.512Z Downloaded cobs v0.3.0
10052026-08-04T16:49:16.515Z Downloaded ingot v0.1.1
10062026-08-04T16:49:16.518Z Downloaded snafu-derive v0.8.9
10072026-08-04T16:49:16.518Z Downloaded walkdir v2.5.0
10082026-08-04T16:49:16.518Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10092026-08-04T16:49:16.521Z Downloaded whoami v1.6.1
10102026-08-04T16:49:16.524Z Downloaded memmap2 v0.9.10
10112026-08-04T16:49:16.524Z Downloaded usdt-impl v0.5.0
10122026-08-04T16:49:16.525Z Downloaded vsss-rs v3.3.4
10132026-08-04T16:49:16.528Z Downloaded oxide-tokio-rt v0.1.6
10142026-08-04T16:49:16.531Z Downloaded ingot-macros v0.2.0
10152026-08-04T16:49:16.531Z Downloaded writeable v0.6.3
10162026-08-04T16:49:16.531Z Downloaded git-stub-vcs v0.1.0
10172026-08-04T16:49:16.534Z Downloaded xz2 v0.1.7
10182026-08-04T16:49:16.534Z Downloaded proc-macro-crate v3.5.0
10192026-08-04T16:49:16.534Z Downloaded num-rational v0.4.2
10202026-08-04T16:49:16.534Z Downloaded crc8 v0.1.1
10212026-08-04T16:49:16.537Z Downloaded futures-task v0.3.32
10222026-08-04T16:49:16.537Z Downloaded smallvec v1.15.1
10232026-08-04T16:49:16.540Z Downloaded smartstring v1.0.1
10242026-08-04T16:49:16.540Z Downloaded fixedbitset v0.4.2
10252026-08-04T16:49:16.543Z Downloaded spin v0.9.8
10262026-08-04T16:49:16.546Z Downloaded tokio-stream v0.1.18
10272026-08-04T16:49:16.550Z Downloaded dyn-clone v1.0.20
10282026-08-04T16:49:16.550Z Downloaded proc-macro-error v1.0.4
10292026-08-04T16:49:16.550Z Downloaded progenitor v0.14.0
10302026-08-04T16:49:16.553Z Downloaded icu_provider v2.2.0
10312026-08-04T16:49:16.553Z Downloaded test-strategy v0.4.5
10322026-08-04T16:49:16.556Z Downloaded tinyvec v1.11.0
10332026-08-04T16:49:16.556Z Downloaded toml v0.7.8
10342026-08-04T16:49:16.559Z Downloaded toml v0.9.12+spec-1.1.0
10352026-08-04T16:49:16.564Z Downloaded indexmap v1.9.3
10362026-08-04T16:49:16.565Z Downloaded litemap v0.8.2
10372026-08-04T16:49:16.565Z Downloaded potential_utf v0.1.5
10382026-08-04T16:49:16.568Z Downloaded proc-macro-error-attr2 v2.0.0
10392026-08-04T16:49:16.569Z Downloaded progenitor-macro v0.14.0
10402026-08-04T16:49:16.569Z Downloaded schemars_derive v0.8.22
10412026-08-04T16:49:16.569Z Downloaded scroll v0.12.0
10422026-08-04T16:49:16.569Z Downloaded scroll v0.13.0
10432026-08-04T16:49:16.569Z Downloaded rand_chacha v0.3.1
10442026-08-04T16:49:16.572Z Downloaded progenitor-client v0.13.0
10452026-08-04T16:49:16.572Z Downloaded bytecount v0.6.9
10462026-08-04T16:49:16.572Z Downloaded semver v0.1.20
10472026-08-04T16:49:16.572Z Downloaded slog-bunyan v2.5.0
10482026-08-04T16:49:16.575Z Downloaded cstr-argument v0.1.2
10492026-08-04T16:49:16.575Z Downloaded serde_repr v0.1.21
10502026-08-04T16:49:16.578Z Downloaded base16ct v1.0.0
10512026-08-04T16:49:16.578Z Downloaded dof v0.3.0
10522026-08-04T16:49:16.581Z Downloaded dtrace-parser v0.2.0
10532026-08-04T16:49:16.581Z Downloaded foreign-types v0.5.0
10542026-08-04T16:49:16.581Z Downloaded zerocopy-derive v0.7.35
10552026-08-04T16:49:16.584Z Downloaded parking_lot v0.11.2
10562026-08-04T16:49:16.587Z Downloaded toml_parser v1.1.2+spec-1.1.0
10572026-08-04T16:49:16.587Z Downloaded backoff v0.4.0
10582026-08-04T16:49:16.592Z Downloaded bitflags v1.3.2
10592026-08-04T16:49:16.594Z Downloaded crucible-workspace-hack v0.1.0
10602026-08-04T16:49:16.597Z Downloaded yoke v0.8.3
10612026-08-04T16:49:16.600Z Downloaded futures-channel v0.3.32
10622026-08-04T16:49:16.607Z Downloaded deranged v0.5.8
10632026-08-04T16:49:16.610Z Downloaded daft-derive v0.1.7
10642026-08-04T16:49:16.613Z Downloaded futures-core v0.3.32
10652026-08-04T16:49:16.613Z Downloaded hostname v0.4.2
10662026-08-04T16:49:16.613Z Downloaded omicron-zone-package v0.12.3
10672026-08-04T16:49:16.616Z Downloaded displaydoc v0.2.6
10682026-08-04T16:49:16.619Z Downloaded either v1.16.0
10692026-08-04T16:49:16.619Z Downloaded foldhash v0.2.0
10702026-08-04T16:49:16.619Z Downloaded git-stub v1.0.0
10712026-08-04T16:49:16.622Z Downloaded group v0.13.0
10722026-08-04T16:49:16.622Z Downloaded enum-as-inner v0.6.1
10732026-08-04T16:49:16.625Z Downloaded snafu v0.8.9
10742026-08-04T16:49:16.628Z Downloaded plain v0.2.3
10752026-08-04T16:49:16.628Z Downloaded port-file v0.1.0
10762026-08-04T16:49:16.631Z Downloaded serde_plain v1.0.2
10772026-08-04T16:49:16.634Z Downloaded papergrid v0.11.0
10782026-08-04T16:49:16.637Z Downloaded konst v0.2.20
10792026-08-04T16:49:16.637Z Downloaded async-stream v0.3.6
10802026-08-04T16:49:16.642Z Downloaded icu_properties v2.2.0
10812026-08-04T16:49:16.642Z Downloaded rustls-pki-types v1.14.1
10822026-08-04T16:49:16.645Z Downloaded progenitor-client v0.14.0
10832026-08-04T16:49:16.645Z Downloaded simd-adler32 v0.3.9
10842026-08-04T16:49:16.645Z Downloaded async-trait v0.1.89
10852026-08-04T16:49:16.648Z Downloaded backon v1.6.0
10862026-08-04T16:49:16.648Z Downloaded secrecy v0.10.3
10872026-08-04T16:49:16.651Z Downloaded compression-codecs v0.4.38
10882026-08-04T16:49:16.651Z Downloaded csv-core v0.1.13
10892026-08-04T16:49:16.651Z Downloaded const_format_proc_macros v0.2.34
10902026-08-04T16:49:16.654Z Downloaded ciborium-io v0.2.2
10912026-08-04T16:49:16.654Z Downloaded data-encoding v2.11.0
10922026-08-04T16:49:16.654Z Downloaded darling_macro v0.21.3
10932026-08-04T16:49:16.654Z Downloaded darling_macro v0.23.0
10942026-08-04T16:49:16.654Z Downloaded powerfmt v0.2.0
10952026-08-04T16:49:16.657Z Downloaded serde_tokenstream v0.2.3
10962026-08-04T16:49:16.657Z Downloaded slog-async v2.8.0
10972026-08-04T16:49:16.657Z Downloaded slog-scope v4.4.1
10982026-08-04T16:49:16.661Z Downloaded crypto-common v0.2.2
10992026-08-04T16:49:16.664Z Downloaded dtrace-parser v0.3.0
11002026-08-04T16:49:16.664Z Downloaded darling v0.21.3
11012026-08-04T16:49:16.668Z Downloaded drift v0.2.0
11022026-08-04T16:49:16.671Z Downloaded log v0.4.32
11032026-08-04T16:49:16.674Z Downloaded cargo_toml v0.22.3
11042026-08-04T16:49:16.674Z Downloaded ucd-trie v0.1.7
11052026-08-04T16:49:16.684Z Downloaded toml v1.1.2+spec-1.1.0
11062026-08-04T16:49:16.684Z Downloaded typify v0.4.3
11072026-08-04T16:49:16.684Z Downloaded chacha20 v0.9.1
11082026-08-04T16:49:16.684Z Downloaded chacha20 v0.10.0
11092026-08-04T16:49:16.684Z Downloaded derive-ex v0.1.8
11102026-08-04T16:49:16.687Z Downloaded http-body v1.0.1
11112026-08-04T16:49:16.687Z Downloaded ciborium v0.2.2
11122026-08-04T16:49:16.687Z Downloaded console v0.16.3
11132026-08-04T16:49:16.687Z Downloaded bit-set v0.8.0
11142026-08-04T16:49:16.687Z Downloaded serial_test v4.0.1
11152026-08-04T16:49:16.687Z Downloaded async-recursion v1.1.1
11162026-08-04T16:49:16.690Z Downloaded crunchy v0.2.4
11172026-08-04T16:49:16.690Z Downloaded proc-macro-crate v1.3.1
11182026-08-04T16:49:16.690Z Downloaded pretty-hex v0.4.2
11192026-08-04T16:49:16.690Z Downloaded icu_locale_core v2.2.0
11202026-08-04T16:49:16.693Z Downloaded icu_normalizer v2.2.0
11212026-08-04T16:49:16.696Z Downloaded icu_normalizer_data v2.2.0
11222026-08-04T16:49:16.696Z Downloaded siphasher v1.0.3
11232026-08-04T16:49:16.699Z Downloaded papergrid v0.18.0
11242026-08-04T16:49:16.702Z Downloaded typify v0.6.2
11252026-08-04T16:49:16.702Z Downloaded cfg_aliases v0.2.1
11262026-08-04T16:49:16.705Z Downloaded convert_case v0.4.0
11272026-08-04T16:49:16.706Z Downloaded pest_generator v2.8.6
11282026-08-04T16:49:16.706Z Downloaded glob v0.3.3
11292026-08-04T16:49:16.706Z Downloaded progenitor-extras v0.2.0
11302026-08-04T16:49:16.709Z Downloaded tungstenite v0.21.0
11312026-08-04T16:49:16.709Z Downloaded highway v1.3.0
11322026-08-04T16:49:16.709Z Downloaded proc-macro-error2 v2.0.1
11332026-08-04T16:49:16.712Z Downloaded slog-stdlog v4.1.1
11342026-08-04T16:49:16.715Z Downloaded indicatif v0.18.4
11352026-08-04T16:49:16.721Z Downloaded serde-big-array v0.5.1
11362026-08-04T16:49:16.721Z Downloaded anyhow v1.0.104
11372026-08-04T16:49:16.725Z Downloaded resolv-conf v0.7.6
11382026-08-04T16:49:16.725Z Downloaded rustls-pemfile v2.2.0
11392026-08-04T16:49:16.729Z Downloaded base16ct v0.2.0
11402026-08-04T16:49:16.732Z Downloaded rhai_codegen v3.2.0
11412026-08-04T16:49:16.736Z Downloaded slog-dtrace v0.3.0
11422026-08-04T16:49:16.739Z Downloaded zmij v1.0.21
11432026-08-04T16:49:16.739Z Downloaded dropshot-api-manager-types v0.7.2
11442026-08-04T16:49:16.739Z Downloaded arrayvec v0.7.6
11452026-08-04T16:49:16.742Z Downloaded bit-vec v0.8.0
11462026-08-04T16:49:16.742Z Downloaded bs58 v0.5.1
11472026-08-04T16:49:16.742Z Downloaded rusty-fork v0.3.1
11482026-08-04T16:49:16.745Z Downloaded rustversion v1.0.22
11492026-08-04T16:49:16.745Z Downloaded constant_time_eq v0.4.2
11502026-08-04T16:49:16.745Z Downloaded yansi v1.0.1
11512026-08-04T16:49:16.748Z Downloaded bcs v0.1.6
11522026-08-04T16:49:16.748Z Downloaded ciborium-ll v0.2.2
11532026-08-04T16:49:16.748Z Downloaded defmt v0.3.100
11542026-08-04T16:49:16.749Z Downloaded dropshot_endpoint v0.17.1
11552026-08-04T16:49:16.752Z Downloaded unsafe-libyaml v0.2.11
11562026-08-04T16:49:16.752Z Downloaded cookie v0.18.1
11572026-08-04T16:49:16.755Z Downloaded defmt v1.1.0
11582026-08-04T16:49:16.758Z Downloaded ff v0.13.1
11592026-08-04T16:49:16.761Z Downloaded foreign-types-macros v0.2.3
11602026-08-04T16:49:16.761Z Downloaded sha1 v0.11.0
11612026-08-04T16:49:16.761Z Downloaded zone_cfg_derive v0.3.1
11622026-08-04T16:49:16.764Z Downloaded futures-io v0.3.32
11632026-08-04T16:49:16.764Z Downloaded arrayref v0.3.9
11642026-08-04T16:49:16.768Z Downloaded toml_edit v0.25.12+spec-1.1.0
11652026-08-04T16:49:16.770Z Downloaded zerocopy-derive v0.8.50
11662026-08-04T16:49:16.774Z Downloaded minimal-lexical v0.2.1
11672026-08-04T16:49:16.777Z Downloaded byte-wrapper v0.1.0
11682026-08-04T16:49:16.780Z Downloaded elliptic-curve v0.13.8
11692026-08-04T16:49:16.780Z Downloaded slog-term v2.9.2
11702026-08-04T16:49:16.782Z Downloaded digest v0.11.3
11712026-08-04T16:49:16.783Z Downloaded crossbeam-utils v0.8.21
11722026-08-04T16:49:16.785Z Downloaded zeroize_derive v1.4.3
11732026-08-04T16:49:16.785Z Downloaded scroll_derive v0.12.1
11742026-08-04T16:49:16.788Z Downloaded icu_collections v2.2.0
11752026-08-04T16:49:16.793Z Downloaded serde_with_macros v3.21.0
11762026-08-04T16:49:16.796Z Downloaded argon2 v0.5.3
11772026-08-04T16:49:16.796Z Downloaded progenitor-impl v0.13.0
11782026-08-04T16:49:16.796Z Downloaded progenitor-macro v0.10.0
11792026-08-04T16:49:16.796Z Downloaded progenitor-macro v0.13.0
11802026-08-04T16:49:16.796Z Downloaded proc-macro-error-attr v1.0.4
11812026-08-04T16:49:16.800Z Downloaded rustc-hash v2.1.2
11822026-08-04T16:49:16.800Z Downloaded postcard v1.1.3
11832026-08-04T16:49:16.808Z Downloaded fastrand v2.4.1
11842026-08-04T16:49:16.813Z Downloaded serde_derive_internals v0.29.1
11852026-08-04T16:49:16.813Z Downloaded gethostname v0.5.0
11862026-08-04T16:49:16.813Z Downloaded embedded-io v0.4.0
11872026-08-04T16:49:16.816Z Downloaded futures-sink v0.3.32
11882026-08-04T16:49:16.816Z Downloaded defmt-parser v1.0.0
11892026-08-04T16:49:16.816Z Downloaded zerofrom-derive v0.1.7
11902026-08-04T16:49:16.816Z Downloaded const-random-macro v0.1.16
11912026-08-04T16:49:16.816Z Downloaded sha1 v0.10.6
11922026-08-04T16:49:16.821Z Downloaded compression-core v0.4.32
11932026-08-04T16:49:16.821Z Downloaded steno v0.4.1
11942026-08-04T16:49:16.821Z Downloaded rand_xorshift v0.4.0
11952026-08-04T16:49:16.824Z Downloaded openssl-sys v0.9.116
11962026-08-04T16:49:16.827Z Downloaded cipher v0.4.4
11972026-08-04T16:49:16.827Z Downloaded cmake v0.1.58
11982026-08-04T16:49:16.833Z Downloaded progenitor v0.13.0
11992026-08-04T16:49:16.835Z Downloaded const-random v0.1.18
12002026-08-04T16:49:16.841Z Downloaded futures v0.3.32
12012026-08-04T16:49:16.847Z Downloaded quote v1.0.45
12022026-08-04T16:49:16.850Z Downloaded colored v3.1.1
12032026-08-04T16:49:16.850Z Downloaded pest_meta v2.8.6
12042026-08-04T16:49:16.853Z Downloaded scroll_derive v0.13.1
12052026-08-04T16:49:16.856Z Downloaded progenitor v0.10.0
12062026-08-04T16:49:16.856Z Downloaded rustls-native-certs v0.8.4
12072026-08-04T16:49:16.856Z Downloaded progenitor-impl v0.14.0
12082026-08-04T16:49:16.859Z Downloaded dof v0.4.0
12092026-08-04T16:49:16.859Z Downloaded critical-section v1.2.0
12102026-08-04T16:49:16.859Z Downloaded proc-macro2 v1.0.106
12112026-08-04T16:49:16.862Z Downloaded diff v0.1.13
12122026-08-04T16:49:16.862Z Downloaded daft v0.1.7
12132026-08-04T16:49:16.862Z Downloaded fs_extra v1.3.0
12142026-08-04T16:49:16.865Z Downloaded progenitor-impl v0.10.0
12152026-08-04T16:49:16.868Z Downloaded byteorder v1.5.0
12162026-08-04T16:49:16.873Z Downloaded arc-swap v1.9.1
12172026-08-04T16:49:16.876Z Downloaded zerotrie v0.2.4
12182026-08-04T16:49:16.879Z Downloaded zerovec-derive v0.11.3
12192026-08-04T16:49:16.879Z Downloaded crossbeam-deque v0.8.6
12202026-08-04T16:49:16.882Z Downloaded quinn v0.11.9
12212026-08-04T16:49:16.882Z Downloaded qorb v0.4.1
12222026-08-04T16:49:16.885Z Downloaded ref-cast v1.0.25
12232026-08-04T16:49:16.888Z Downloaded globset v0.4.18
12242026-08-04T16:49:16.888Z Downloaded const-oid v0.10.2
12252026-08-04T16:49:16.891Z Downloaded phf v0.12.1
12262026-08-04T16:49:16.894Z Downloaded futures-executor v0.3.32
12272026-08-04T16:49:16.894Z Downloaded toml_edit v0.19.15
12282026-08-04T16:49:16.902Z Downloaded chacha20poly1305 v0.10.1
12292026-08-04T16:49:16.905Z Downloaded const_format v0.2.36
12302026-08-04T16:49:16.910Z Downloaded expectorate v1.2.0
12312026-08-04T16:49:16.910Z Downloaded similar v2.7.0
12322026-08-04T16:49:16.913Z Downloaded pretty_assertions v1.4.1
12332026-08-04T16:49:16.913Z Downloaded zeroize v1.8.2
12342026-08-04T16:49:16.913Z Downloaded half v2.7.1
12352026-08-04T16:49:16.913Z Downloaded hmac v0.12.1
12362026-08-04T16:49:16.916Z Downloaded poly1305 v0.8.0
12372026-08-04T16:49:16.916Z Downloaded defmt-macros v1.1.0
12382026-08-04T16:49:16.919Z Downloaded memchr v2.8.1
12392026-08-04T16:49:16.922Z Downloaded derive_more v0.99.20
12402026-08-04T16:49:16.925Z Downloaded fs-err v3.3.0
12412026-08-04T16:49:16.925Z Downloaded getrandom v0.4.2
12422026-08-04T16:49:16.931Z Downloaded hickory-resolver v0.25.2
12432026-08-04T16:49:16.931Z Downloaded slog v2.8.2
12442026-08-04T16:49:16.934Z Downloaded crossbeam-epoch v0.9.18
12452026-08-04T16:49:16.934Z Downloaded erased-serde v0.3.31
12462026-08-04T16:49:16.934Z Downloaded bytes v1.11.1
12472026-08-04T16:49:16.937Z Downloaded rustls-platform-verifier v0.7.0
12482026-08-04T16:49:16.937Z Downloaded schemars v0.8.22
12492026-08-04T16:49:16.943Z Downloaded darling_core v0.23.0
12502026-08-04T16:49:16.946Z Downloaded serde_yaml v0.9.34+deprecated
12512026-08-04T16:49:16.949Z Downloaded blake2 v0.10.6
12522026-08-04T16:49:16.949Z Downloaded rand v0.8.6
12532026-08-04T16:49:16.952Z Downloaded prettyplease v0.2.37
12542026-08-04T16:49:16.955Z Downloaded allocator-api2 v0.2.21
12552026-08-04T16:49:16.955Z Downloaded typed-path v0.9.3
12562026-08-04T16:49:16.958Z Downloaded quinn-udp v0.5.14
12572026-08-04T16:49:16.961Z Downloaded base64 v0.21.7
12582026-08-04T16:49:16.961Z Downloaded darling v0.23.0
12592026-08-04T16:49:16.964Z Downloaded cancel-safe-futures v0.1.5
12602026-08-04T16:49:16.967Z Downloaded mio v1.2.1
12612026-08-04T16:49:16.971Z Downloaded pest v2.8.6
12622026-08-04T16:49:16.971Z Downloaded hickory-resolver v0.24.4
12632026-08-04T16:49:16.977Z Downloaded nom v7.1.3
12642026-08-04T16:49:16.980Z Downloaded itertools v0.12.1
12652026-08-04T16:49:16.980Z Downloaded bitflags v2.12.1
12662026-08-04T16:49:16.983Z Downloaded rand v0.9.4
12672026-08-04T16:49:16.988Z Downloaded schemars v1.2.1
12682026-08-04T16:49:16.991Z Downloaded darling_core v0.21.3
12692026-08-04T16:49:16.994Z Downloaded heapless v0.8.0
12702026-08-04T16:49:16.999Z Downloaded tokio-util v0.7.18
12712026-08-04T16:49:17.002Z Downloaded tough v0.22.0
12722026-08-04T16:49:17.007Z Downloaded crossbeam-channel v0.5.15
12732026-08-04T16:49:17.010Z Downloaded schemars v0.9.0
12742026-08-04T16:49:17.016Z Downloaded crypto-bigint v0.5.5
12752026-08-04T16:49:17.020Z Downloaded dropshot-api-manager v0.7.2
12762026-08-04T16:49:17.023Z Downloaded libm v0.2.16
12772026-08-04T16:49:17.028Z Downloaded icu_properties_data v2.2.0
12782026-08-04T16:49:17.034Z Downloaded rayon-core v1.13.0
12792026-08-04T16:49:17.036Z Downloaded ron v0.12.1
12802026-08-04T16:49:17.040Z Downloaded cc v1.2.63
12812026-08-04T16:49:17.043Z Downloaded winnow v0.5.40
12822026-08-04T16:49:17.046Z Downloaded zerocopy v0.7.35
12832026-08-04T16:49:17.056Z Downloaded nom v8.0.0
12842026-08-04T16:49:17.059Z Downloaded hashbrown v0.12.3
12852026-08-04T16:49:17.062Z Downloaded itertools v0.15.0
12862026-08-04T16:49:17.065Z Downloaded regex v1.12.3
12872026-08-04T16:49:17.074Z Downloaded http v1.4.2
12882026-08-04T16:49:17.083Z Downloaded winnow v1.0.3
12892026-08-04T16:49:17.088Z Downloaded iddqd v0.4.6
12902026-08-04T16:49:17.094Z Downloaded async-compression v0.4.42
12912026-08-04T16:49:17.097Z Downloaded portable-atomic v1.13.1
12922026-08-04T16:49:17.104Z Downloaded h2 v0.4.14
12932026-08-04T16:49:17.108Z Downloaded hashbrown v0.16.1
12942026-08-04T16:49:17.113Z Downloaded time v0.3.47
12952026-08-04T16:49:17.120Z Downloaded aho-corasick v1.1.4
12962026-08-04T16:49:17.124Z Downloaded webpki-roots v1.0.7
12972026-08-04T16:49:17.127Z Downloaded reqwest v0.13.4
12982026-08-04T16:49:17.130Z Downloaded tabled v0.21.0
12992026-08-04T16:49:17.138Z Downloaded zerovec v0.11.6
13002026-08-04T16:49:17.141Z Downloaded futures-util v0.3.32
13012026-08-04T16:49:17.148Z Downloaded goblin v0.8.2
13022026-08-04T16:49:17.152Z Downloaded moka v0.12.15
13032026-08-04T16:49:17.155Z Downloaded syn v1.0.109
13042026-08-04T16:49:17.160Z Downloaded serde_with v3.21.0
13052026-08-04T16:49:17.169Z Downloaded rayon v1.12.0
13062026-08-04T16:49:17.172Z Downloaded hkdf v0.12.4
13072026-08-04T16:49:17.175Z Downloaded proptest v1.11.0
13082026-08-04T16:49:17.203Z Downloaded syn v2.0.117
13092026-08-04T16:49:17.207Z Downloaded goblin v0.10.7
13102026-08-04T16:49:17.213Z Downloaded blake3 v1.8.5
13112026-08-04T16:49:17.217Z Downloaded openssl v0.10.80
13122026-08-04T16:49:17.224Z Downloaded zerocopy v0.8.50
13132026-08-04T16:49:17.234Z Downloaded aws-lc-rs v1.17.0
13142026-08-04T16:49:17.241Z Downloaded smoltcp v0.11.0
13152026-08-04T16:49:17.259Z Downloaded bstr v1.12.1
13162026-08-04T16:49:17.274Z Downloaded openapiv3 v2.2.0
13172026-08-04T16:49:17.280Z Downloaded nix v0.31.3
13182026-08-04T16:49:17.286Z Downloaded rhai v1.25.1
13192026-08-04T16:49:17.293Z Downloaded hickory-proto v0.24.4
13202026-08-04T16:49:17.301Z Downloaded regress v0.10.5
13212026-08-04T16:49:17.306Z Downloaded regex-syntax v0.8.10
13222026-08-04T16:49:17.310Z Downloaded regress v0.11.1
13232026-08-04T16:49:17.314Z Downloaded typify-impl v0.6.2
13242026-08-04T16:49:17.322Z Downloaded typify-impl v0.4.3
13252026-08-04T16:49:17.329Z Downloaded rustls v0.23.40
13262026-08-04T16:49:17.336Z Downloaded dropshot v0.17.1
13272026-08-04T16:49:17.347Z Downloaded hickory-proto v0.25.2
13282026-08-04T16:49:17.355Z Downloaded sled v0.34.7
13292026-08-04T16:49:17.386Z Downloaded regex-automata v0.4.14
13302026-08-04T16:49:17.417Z Downloaded lzma-sys v0.1.20
13312026-08-04T16:49:17.432Z Downloaded petgraph v0.6.5
13322026-08-04T16:49:17.442Z Downloaded jiff v0.2.28
13332026-08-04T16:49:17.453Z Downloaded chrono-tz v0.10.4
13342026-08-04T16:49:17.465Z Downloaded csv v1.4.0
13352026-08-04T16:49:17.475Z Downloaded sha3 v0.10.9
13362026-08-04T16:49:17.506Z Downloaded encoding_rs v0.8.35
13372026-08-04T16:49:18.072Z Downloaded aws-lc-sys v0.41.0
13382026-08-04T16:49:19.000Z Compiling proc-macro2 v1.0.106
13392026-08-04T16:49:19.000Z Compiling quote v1.0.45
13402026-08-04T16:49:19.000Z Compiling unicode-ident v1.0.24
13412026-08-04T16:49:19.000Z Compiling serde_core v1.0.229
13422026-08-04T16:49:19.006Z Compiling cfg-if v1.0.4
13432026-08-04T16:49:19.007Z Compiling serde v1.0.229
13442026-08-04T16:49:19.007Z Compiling libc v0.2.189
13452026-08-04T16:49:19.007Z Compiling memchr v2.8.1
13462026-08-04T16:49:19.156Z Compiling itoa v1.0.18
13472026-08-04T16:49:19.337Z Compiling zmij v1.0.21
13482026-08-04T16:49:19.417Z Compiling autocfg v1.5.1
13492026-08-04T16:49:19.465Z Compiling libm v0.2.16
13502026-08-04T16:49:19.751Z Compiling stable_deref_trait v1.2.1
13512026-08-04T16:49:19.794Z Compiling writeable v0.6.3
13522026-08-04T16:49:19.819Z Compiling litemap v0.8.2
13532026-08-04T16:49:19.934Z Compiling icu_normalizer_data v2.2.0
13542026-08-04T16:49:19.939Z Compiling utf8_iter v1.0.4
13552026-08-04T16:49:19.995Z Compiling percent-encoding v2.3.2
13562026-08-04T16:49:20.000Z Compiling icu_properties_data v2.2.0
13572026-08-04T16:49:20.004Z Compiling version_check v0.9.5
13582026-08-04T16:49:20.214Z Compiling iana-time-zone v0.1.65
13592026-08-04T16:49:20.233Z Compiling form_urlencoded v1.2.2
13602026-08-04T16:49:20.244Z Compiling syn v2.0.117
13612026-08-04T16:49:20.286Z Compiling syn v3.0.3
13622026-08-04T16:49:20.403Z Compiling equivalent v1.0.2
13632026-08-04T16:49:20.415Z Compiling allocator-api2 v0.2.21
13642026-08-04T16:49:20.424Z Compiling serde_json v1.0.151
13652026-08-04T16:49:20.483Z Compiling pin-project-lite v0.2.17
13662026-08-04T16:49:20.505Z Compiling dyn-clone v1.0.20
13672026-08-04T16:49:20.575Z Compiling scopeguard v1.2.0
13682026-08-04T16:49:20.710Z Compiling parking_lot_core v0.9.12
13692026-08-04T16:49:20.731Z Compiling lock_api v0.4.14
13702026-08-04T16:49:20.744Z Compiling hashbrown v0.17.1
13712026-08-04T16:49:20.758Z Compiling num-traits v0.2.19
13722026-08-04T16:49:20.965Z Compiling getrandom v0.4.2
13732026-08-04T16:49:20.999Z Compiling rand_core v0.10.1
13742026-08-04T16:49:21.022Z Compiling thiserror v2.0.19
13752026-08-04T16:49:21.156Z Compiling log v0.4.32
13762026-08-04T16:49:21.320Z Compiling semver v1.0.28
13772026-08-04T16:49:21.434Z Compiling indexmap v2.14.0
13782026-08-04T16:49:21.446Z Compiling errno v0.3.14
13792026-08-04T16:49:21.566Z Compiling futures-core v0.3.32
13802026-08-04T16:49:21.596Z Compiling heck v0.5.0
13812026-08-04T16:49:21.672Z Compiling zerocopy v0.8.50
13822026-08-04T16:49:21.782Z Compiling uuid v1.24.0
13832026-08-04T16:49:21.854Z Compiling futures-sink v0.3.32
13842026-08-04T16:49:21.962Z Compiling schemars v0.8.22
13852026-08-04T16:49:22.090Z Compiling slab v0.4.12
13862026-08-04T16:49:22.102Z Compiling jobserver v0.1.34
13872026-08-04T16:49:22.215Z Compiling shlex v2.0.1
13882026-08-04T16:49:22.227Z Compiling fnv v1.0.7
13892026-08-04T16:49:22.266Z Compiling find-msvc-tools v0.1.9
13902026-08-04T16:49:22.319Z Compiling futures-channel v0.3.32
13912026-08-04T16:49:22.399Z Compiling rustversion v1.0.22
13922026-08-04T16:49:22.418Z Compiling cc v1.2.63
13932026-08-04T16:49:22.506Z Compiling futures-io v0.3.32
13942026-08-04T16:49:22.517Z Compiling futures-task v0.3.32
13952026-08-04T16:49:22.554Z Compiling bitflags v2.12.1
13962026-08-04T16:49:22.665Z Compiling portable-atomic v1.13.1
13972026-08-04T16:49:22.685Z Compiling socket2 v0.6.5
13982026-08-04T16:49:22.799Z Compiling signal-hook-registry v1.4.8
13992026-08-04T16:49:22.927Z Compiling mio v1.2.1
14002026-08-04T16:49:23.098Z Compiling critical-section v1.2.0
14012026-08-04T16:49:23.139Z Compiling dunce v1.0.5
14022026-08-04T16:49:23.151Z Compiling synstructure v0.13.2
14032026-08-04T16:49:23.200Z Compiling serde_derive_internals v0.29.1
14042026-08-04T16:49:23.256Z Compiling serde_derive v1.0.229
14052026-08-04T16:49:23.348Z Compiling thiserror-impl v2.0.19
14062026-08-04T16:49:23.450Z Compiling cmake v0.1.58
14072026-08-04T16:49:23.652Z Compiling once_cell v1.21.4
14082026-08-04T16:49:23.696Z Compiling typenum v1.20.1
14092026-08-04T16:49:23.752Z Compiling fs_extra v1.3.0
14102026-08-04T16:49:23.779Z Compiling base64 v0.22.1
14112026-08-04T16:49:23.859Z Compiling byteorder v1.5.0
14122026-08-04T16:49:23.931Z Compiling subtle v2.6.1
14132026-08-04T16:49:24.002Z Compiling aws-lc-sys v0.41.0
14142026-08-04T16:49:24.083Z Compiling regex-syntax v0.8.10
14152026-08-04T16:49:24.086Z Compiling slog v2.8.2
14162026-08-04T16:49:24.109Z Compiling rustix v1.1.4
14172026-08-04T16:49:24.316Z Compiling strsim v0.11.1
14182026-08-04T16:49:24.373Z Compiling zerofrom-derive v0.1.7
14192026-08-04T16:49:24.455Z Compiling yoke-derive v0.8.2
14202026-08-04T16:49:24.480Z Compiling zerovec-derive v0.11.3
14212026-08-04T16:49:24.560Z Compiling displaydoc v0.2.6
14222026-08-04T16:49:24.703Z Compiling schemars_derive v0.8.22
14232026-08-04T16:49:24.853Z Compiling tokio-macros v2.7.0
14242026-08-04T16:49:25.442Z Compiling zerocopy-derive v0.8.50
14252026-08-04T16:49:25.524Z Compiling zeroize_derive v1.4.3
14262026-08-04T16:49:25.568Z Compiling zerofrom v0.1.8
14272026-08-04T16:49:25.651Z Compiling futures-macro v0.3.32
14282026-08-04T16:49:25.714Z Compiling yoke v0.8.3
14292026-08-04T16:49:25.901Z Compiling zerovec v0.11.6
14302026-08-04T16:49:25.925Z Compiling zerotrie v0.2.4
14312026-08-04T16:49:26.250Z Compiling zeroize v1.8.2
14322026-08-04T16:49:26.394Z Compiling bytes v1.11.1
14332026-08-04T16:49:26.408Z Compiling smallvec v1.15.1
14342026-08-04T16:49:26.427Z Compiling tinystr v0.8.3
14352026-08-04T16:49:26.447Z Compiling potential_utf v0.1.5
14362026-08-04T16:49:26.471Z Compiling chrono v0.4.45
14372026-08-04T16:49:26.606Z Compiling icu_locale_core v2.2.0
14382026-08-04T16:49:26.622Z Compiling icu_collections v2.2.0
14392026-08-04T16:49:26.734Z Compiling futures-util v0.3.32
14402026-08-04T16:49:26.932Z Compiling parking_lot v0.12.5
14412026-08-04T16:49:27.025Z Compiling http v1.4.2
14422026-08-04T16:49:27.132Z Compiling tokio v1.53.1
14432026-08-04T16:49:27.330Z Compiling icu_provider v2.2.0
14442026-08-04T16:49:27.648Z Compiling icu_properties v2.2.0
14452026-08-04T16:49:27.671Z Compiling icu_normalizer v2.2.0
14462026-08-04T16:49:27.945Z Compiling serde_tokenstream v0.2.3
14472026-08-04T16:49:27.987Z Compiling erased-serde v0.3.31
14482026-08-04T16:49:28.236Z Compiling http-body v1.0.1
14492026-08-04T16:49:28.246Z Compiling atomic-waker v1.1.2
14502026-08-04T16:49:28.363Z Compiling ipnet v2.12.0
14512026-08-04T16:49:28.462Z Compiling httparse v1.10.1
14522026-08-04T16:49:28.776Z Compiling idna_adapter v1.2.2
14532026-08-04T16:49:28.804Z Compiling tower-service v0.3.3
14542026-08-04T16:49:28.835Z Compiling tower-layer v0.3.3
14552026-08-04T16:49:28.874Z Compiling idna v1.1.0
14562026-08-04T16:49:28.909Z Compiling getrandom v0.2.17
14572026-08-04T16:49:28.987Z Compiling try-lock v0.2.5
14582026-08-04T16:49:28.998Z Compiling ucd-trie v0.1.7
14592026-08-04T16:49:29.079Z Compiling ryu v1.0.23
14602026-08-04T16:49:29.090Z Compiling getrandom v0.3.4
14612026-08-04T16:49:29.172Z Compiling url v2.5.8
14622026-08-04T16:49:29.256Z Compiling thiserror v1.0.69
14632026-08-04T16:49:29.287Z Compiling untrusted v0.9.0
14642026-08-04T16:49:29.400Z Compiling pest v2.8.6
14652026-08-04T16:49:29.426Z Compiling want v0.3.1
14662026-08-04T16:49:29.587Z Compiling ppv-lite86 v0.2.21
14672026-08-04T16:49:29.615Z Compiling rand_core v0.6.4
14682026-08-04T16:49:29.767Z Compiling thiserror-impl v1.0.69
14692026-08-04T16:49:29.837Z Compiling httpdate v1.0.3
14702026-08-04T16:49:29.900Z Compiling pretty-hex v0.4.2
14712026-08-04T16:49:30.024Z Compiling plain v0.2.3
14722026-08-04T16:49:30.035Z Compiling foldhash v0.2.0
14732026-08-04T16:49:30.070Z Compiling paste v1.0.15
14742026-08-04T16:49:30.123Z Compiling tracing-attributes v0.1.31
14752026-08-04T16:49:30.253Z Compiling tracing-core v0.1.36
14762026-08-04T16:49:30.384Z Compiling pest_meta v2.8.6
14772026-08-04T16:49:30.631Z Compiling ipnetwork v0.21.1
14782026-08-04T16:49:30.908Z Compiling oxnet v0.1.6
14792026-08-04T16:49:31.039Z Compiling pest_generator v2.8.6
14802026-08-04T16:49:31.075Z Compiling omicron-workspace-hack v0.1.0
14812026-08-04T16:49:31.232Z Compiling ident_case v1.0.1
14822026-08-04T16:49:31.285Z Compiling winnow v1.0.3
14832026-08-04T16:49:31.377Z Compiling serde_urlencoded v0.7.1
14842026-08-04T16:49:31.380Z Compiling tracing v0.1.44
14852026-08-04T16:49:31.619Z Compiling http-body-util v0.1.4
14862026-08-04T16:49:31.630Z Compiling aho-corasick v1.1.4
14872026-08-04T16:49:31.693Z Compiling pest_derive v2.8.6
14882026-08-04T16:49:31.705Z Compiling sync_wrapper v1.0.2
14892026-08-04T16:49:31.807Z Compiling daft-derive v0.1.7
14902026-08-04T16:49:31.847Z Compiling fastrand v2.4.1
14912026-08-04T16:49:31.871Z Compiling hashbrown v0.16.1
14922026-08-04T16:49:32.107Z Compiling tokio-util v0.7.18
14932026-08-04T16:49:32.384Z Compiling async-trait v0.1.89
14942026-08-04T16:49:32.448Z Compiling regex-automata v0.4.14
14952026-08-04T16:49:32.553Z Compiling scroll_derive v0.13.1
14962026-08-04T16:49:33.220Z Compiling anyhow v1.0.104
14972026-08-04T16:49:33.341Z Compiling powerfmt v0.2.0
14982026-08-04T16:49:33.370Z Compiling time-core v0.1.8
14992026-08-04T16:49:33.509Z Compiling num-conv v0.2.2
15002026-08-04T16:49:33.512Z Compiling aws-lc-rs v1.17.0
15012026-08-04T16:49:33.552Z Compiling deranged v0.5.8
15022026-08-04T16:49:33.664Z Compiling time-macros v0.2.27
15032026-08-04T16:49:33.679Z Compiling scroll v0.13.0
15042026-08-04T16:49:33.801Z Compiling rustls-pki-types v1.14.1
15052026-08-04T16:49:33.877Z Compiling num_threads v0.1.7
15062026-08-04T16:49:33.931Z Compiling openssl-probe v0.2.1
15072026-08-04T16:49:33.967Z Compiling hex v0.4.3
15082026-08-04T16:49:34.108Z Compiling regex v1.12.3
15092026-08-04T16:49:34.218Z Compiling goblin v0.10.7
15102026-08-04T16:49:34.564Z Compiling untrusted v0.7.1
15112026-08-04T16:49:34.613Z Compiling camino v1.2.5
15122026-08-04T16:49:34.860Z Compiling rustls v0.23.40
15132026-08-04T16:49:34.871Z Compiling crc32fast v1.5.0
15142026-08-04T16:49:34.882Z Compiling usdt-impl v0.6.0
15152026-08-04T16:49:34.937Z Compiling h2 v0.4.14
15162026-08-04T16:49:35.063Z Compiling dtrace-parser v0.3.0
15172026-08-04T16:49:35.126Z Compiling futures-executor v0.3.32
15182026-08-04T16:49:35.382Z Compiling crossbeam-utils v0.8.21
15192026-08-04T16:49:35.456Z Compiling structmeta-derive v0.3.0
15202026-08-04T16:49:35.590Z Compiling thread-id v5.1.0
15212026-08-04T16:49:35.721Z Compiling cpufeatures v0.3.0
15222026-08-04T16:49:35.735Z Compiling simd-adler32 v0.3.9
15232026-08-04T16:49:35.791Z Compiling adler2 v2.0.1
15242026-08-04T16:49:35.923Z Compiling miniz_oxide v0.8.9
15252026-08-04T16:49:36.129Z Compiling futures v0.3.32
15262026-08-04T16:49:36.205Z Compiling rand_core v0.9.5
15272026-08-04T16:49:36.439Z Compiling darling_core v0.23.0
15282026-08-04T16:49:36.452Z Compiling newtype-uuid-macros v0.1.0
15292026-08-04T16:49:36.527Z Compiling structmeta v0.3.0
15302026-08-04T16:49:36.574Z Compiling hybrid-array v0.4.12
15312026-08-04T16:49:36.722Z Compiling thread_local v1.1.9
15322026-08-04T16:49:36.989Z Compiling match_cfg v0.1.0
15332026-08-04T16:49:37.028Z Compiling hyper v1.11.0
15342026-08-04T16:49:37.056Z Compiling dof v0.4.0
15352026-08-04T16:49:37.384Z Compiling flate2 v1.1.9
15362026-08-04T16:49:37.457Z Compiling newtype-uuid v1.3.2
15372026-08-04T16:49:37.807Z Compiling slog-async v2.8.0
15382026-08-04T16:49:38.052Z Compiling quick-error v1.2.3
15392026-08-04T16:49:38.092Z Compiling hyper-util v0.1.20
15402026-08-04T16:49:38.154Z Compiling ref-cast v1.0.25
15412026-08-04T16:49:38.393Z Compiling compression-core v0.4.32
15422026-08-04T16:49:38.491Z Compiling darling_macro v0.23.0
15432026-08-04T16:49:38.500Z Compiling compression-codecs v0.4.38
15442026-08-04T16:49:38.519Z Compiling daft v0.1.7
15452026-08-04T16:49:38.549Z Compiling block-buffer v0.12.0
15462026-08-04T16:49:38.705Z Compiling crypto-common v0.2.2
15472026-08-04T16:49:38.749Z Compiling rand_chacha v0.9.0
15482026-08-04T16:49:38.762Z Compiling strum_macros v0.26.4
15492026-08-04T16:49:38.777Z Compiling ref-cast-impl v1.0.25
15502026-08-04T16:49:39.070Z Compiling darling v0.23.0
15512026-08-04T16:49:39.149Z Compiling serde_spanned v1.1.1
15522026-08-04T16:49:39.181Z Compiling multer v3.1.0
15532026-08-04T16:49:39.236Z Compiling usdt-attr-macro v0.6.0
15542026-08-04T16:49:39.290Z Compiling usdt-macro v0.6.0
15552026-08-04T16:49:39.394Z Compiling debug-ignore v1.0.5
15562026-08-04T16:49:39.495Z Compiling take_mut v0.2.2
15572026-08-04T16:49:39.520Z Compiling const-oid v0.10.2
15582026-08-04T16:49:39.601Z Compiling term v1.2.1
15592026-08-04T16:49:39.636Z Compiling bit-vec v0.8.0
15602026-08-04T16:49:39.726Z Compiling toml_writer v1.1.1+spec-1.1.0
15612026-08-04T16:49:39.744Z Compiling digest v0.11.3
15622026-08-04T16:49:39.862Z Compiling bit-set v0.8.0
15632026-08-04T16:49:39.947Z Compiling serde_with_macros v3.21.0
15642026-08-04T16:49:40.021Z Compiling rand v0.9.4
15652026-08-04T16:49:40.296Z Compiling async-stream-impl v0.3.6
15662026-08-04T16:49:40.384Z Compiling strum v0.26.3
15672026-08-04T16:49:40.412Z Compiling dropshot v0.17.1
15682026-08-04T16:49:40.415Z Compiling encoding_rs v0.8.35
15692026-08-04T16:49:40.506Z Compiling mime v0.3.17
15702026-08-04T16:49:40.623Z Compiling unarray v0.1.4
15712026-08-04T16:49:40.728Z Compiling spin v0.9.8
15722026-08-04T16:49:40.852Z Compiling sha1 v0.11.0
15732026-08-04T16:49:40.886Z Compiling derive-ex v0.1.8
15742026-08-04T16:49:40.951Z Compiling async-stream v0.3.6
15752026-08-04T16:49:41.094Z Compiling tower v0.5.3
15762026-08-04T16:49:41.124Z Compiling waitgroup v0.1.2
15772026-08-04T16:49:41.164Z Compiling dropshot_endpoint v0.17.1
15782026-08-04T16:49:41.258Z Compiling macaddr v1.0.1
15792026-08-04T16:49:41.363Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15802026-08-04T16:49:41.573Z Compiling serde_path_to_error v0.1.20
15812026-08-04T16:49:41.590Z Compiling generic-array v0.14.7
15822026-08-04T16:49:41.836Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15832026-08-04T16:49:41.962Z Compiling tower-http v0.6.11
15842026-08-04T16:49:41.985Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15852026-08-04T16:49:42.106Z Compiling tempfile v3.27.0
15862026-08-04T16:49:42.163Z Compiling openapiv3 v2.2.0
15872026-08-04T16:49:42.380Z Compiling strum_macros v0.27.2
15882026-08-04T16:49:42.453Z Compiling test-strategy v0.4.5
15892026-08-04T16:49:42.526Z Compiling instant v0.1.13
15902026-08-04T16:49:43.035Z Compiling syn v1.0.109
15912026-08-04T16:49:43.386Z Compiling time v0.3.47
15922026-08-04T16:49:43.555Z Compiling rustls-native-certs v0.8.4
15932026-08-04T16:49:43.784Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15942026-08-04T16:49:43.803Z Compiling crossbeam-channel v0.5.15
15952026-08-04T16:49:44.155Z Compiling strum v0.27.2
15962026-08-04T16:49:44.285Z Compiling parse-display-derive v0.10.0
15972026-08-04T16:49:44.389Z Compiling backon v1.6.0
15982026-08-04T16:49:44.607Z Compiling rand_chacha v0.3.1
15992026-08-04T16:49:44.818Z Compiling either v1.16.0
16002026-08-04T16:49:45.027Z Compiling rand v0.8.6
16012026-08-04T16:49:45.069Z Compiling slog-json v2.6.1
16022026-08-04T16:49:45.253Z Compiling hostname v0.3.1
16032026-08-04T16:49:45.268Z Compiling toml_parser v1.1.2+spec-1.1.0
16042026-08-04T16:49:45.387Z Compiling toml_datetime v1.1.1+spec-1.1.0
16052026-08-04T16:49:45.712Z Compiling is-terminal v0.4.17
16062026-08-04T16:49:45.740Z Compiling memmap2 v0.9.10
16072026-08-04T16:49:45.791Z Compiling wait-timeout v0.2.1
16082026-08-04T16:49:45.805Z Compiling slog-term v2.9.2
16092026-08-04T16:49:45.961Z Compiling rusty-fork v0.3.1
16102026-08-04T16:49:45.985Z Compiling usdt v0.6.0
16112026-08-04T16:49:46.001Z Compiling toml v1.1.2+spec-1.1.0
16122026-08-04T16:49:46.098Z Compiling slog-bunyan v2.5.0
16132026-08-04T16:49:46.241Z Compiling crypto-common v0.1.7
16142026-08-04T16:49:46.313Z Compiling serde_with v3.21.0
16152026-08-04T16:49:46.368Z Compiling async-compression v0.4.42
16162026-08-04T16:49:46.420Z Compiling rand_xorshift v0.4.0
16172026-08-04T16:49:46.562Z Compiling rustls-pemfile v2.2.0
16182026-08-04T16:49:46.566Z Compiling regress v0.10.5
16192026-08-04T16:49:46.665Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16202026-08-04T16:49:46.679Z Compiling hostname v0.4.2
16212026-08-04T16:49:46.763Z Compiling humantime v2.3.0
16222026-08-04T16:49:46.808Z Compiling proptest v1.11.0
16232026-08-04T16:49:47.451Z Compiling iddqd v0.4.6
16242026-08-04T16:49:47.890Z Compiling reqwest v0.12.28
16252026-08-04T16:49:48.056Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16262026-08-04T16:49:48.098Z Compiling parse-display v0.10.0
16272026-08-04T16:49:48.293Z Compiling backoff v0.4.0
16282026-08-04T16:49:48.427Z Compiling itertools v0.14.0
16292026-08-04T16:49:48.499Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16302026-08-04T16:49:48.891Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16312026-08-04T16:49:49.463Z Compiling progenitor-client v0.10.0
16322026-08-04T16:49:49.475Z Compiling block-buffer v0.10.4
16332026-08-04T16:49:49.625Z Compiling utf8parse v0.2.2
16342026-08-04T16:49:49.731Z Compiling anstyle-parse v1.0.0
16352026-08-04T16:49:49.734Z Compiling digest v0.10.7
16362026-08-04T16:49:49.834Z Compiling anstyle-query v1.1.5
16372026-08-04T16:49:49.938Z Compiling is_terminal_polyfill v1.70.2
16382026-08-04T16:49:49.950Z Compiling colorchoice v1.0.5
16392026-08-04T16:49:50.033Z Compiling anstyle v1.0.14
16402026-08-04T16:49:50.216Z Compiling anstream v1.0.0
16412026-08-04T16:49:50.335Z Compiling clap_lex v1.1.0
16422026-08-04T16:49:50.577Z Compiling regress v0.11.1
16432026-08-04T16:49:50.871Z Compiling clap_derive v4.6.4
16442026-08-04T16:49:51.356Z Compiling terminal_size v0.4.4
16452026-08-04T16:49:52.202Z Compiling typify-impl v0.6.2
16462026-08-04T16:49:52.408Z Compiling toml_datetime v0.6.11
16472026-08-04T16:49:52.510Z Compiling zerocopy-derive v0.7.35
16482026-08-04T16:49:52.676Z Compiling cpufeatures v0.2.17
16492026-08-04T16:49:52.747Z Compiling convert_case v0.4.0
16502026-08-04T16:49:53.043Z Compiling derive_more v0.99.20
16512026-08-04T16:49:53.356Z Compiling zerocopy v0.7.35
16522026-08-04T16:49:54.075Z Compiling clap_builder v4.6.5
16532026-08-04T16:49:54.463Z Compiling toml_edit v0.25.12+spec-1.1.0
16542026-08-04T16:49:54.705Z Compiling unicode-width v0.2.2
16552026-08-04T16:49:54.989Z Compiling proc-macro-crate v3.5.0
16562026-08-04T16:49:55.388Z Compiling secrecy v0.10.3
16572026-08-04T16:49:55.407Z Compiling float-ord v0.3.2
16582026-08-04T16:49:55.539Z Compiling crucible-workspace-hack v0.1.0
16592026-08-04T16:49:55.748Z Compiling clap v4.6.5
16602026-08-04T16:49:55.773Z Compiling tinyvec_macros v0.1.1
16612026-08-04T16:49:55.823Z Compiling tinyvec v1.11.0
16622026-08-04T16:49:56.102Z Compiling num_enum_derive v0.7.6
16632026-08-04T16:49:56.487Z Compiling dtrace-parser v0.2.0
16642026-08-04T16:49:56.490Z Compiling scroll_derive v0.12.1
16652026-08-04T16:49:57.149Z Compiling num-integer v0.1.46
16662026-08-04T16:49:57.200Z Compiling rustc_version v0.4.1
16672026-08-04T16:49:57.251Z Compiling usdt-impl v0.5.0
16682026-08-04T16:49:57.312Z Compiling scroll v0.12.0
16692026-08-04T16:49:57.346Z Compiling num_enum v0.7.6
16702026-08-04T16:49:57.459Z Compiling curve25519-dalek v4.1.3
16712026-08-04T16:49:57.647Z Compiling dof v0.3.0
16722026-08-04T16:49:57.757Z Compiling hmac v0.12.1
16732026-08-04T16:49:57.887Z Compiling inout v0.1.4
16742026-08-04T16:49:57.926Z Compiling darling_core v0.21.3
16752026-08-04T16:49:57.970Z Compiling ff v0.13.1
16762026-08-04T16:49:57.985Z Compiling thread-id v4.2.2
16772026-08-04T16:49:58.025Z Compiling cipher v0.4.4
16782026-08-04T16:49:58.090Z Compiling group v0.13.0
16792026-08-04T16:49:58.232Z Compiling hkdf v0.12.4
16802026-08-04T16:49:58.513Z Compiling typify-macro v0.6.2
16812026-08-04T16:49:58.567Z Compiling goblin v0.8.2
16822026-08-04T16:49:58.567Z Compiling num-iter v0.1.45
16832026-08-04T16:49:58.619Z Compiling num-rational v0.4.2
16842026-08-04T16:49:58.882Z Compiling thiserror-impl-no-std v2.0.2
16852026-08-04T16:49:58.921Z Compiling universal-hash v0.5.1
16862026-08-04T16:49:58.955Z Compiling crypto-bigint v0.5.5
16872026-08-04T16:49:59.043Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16882026-08-04T16:49:59.358Z Compiling crossbeam-epoch v0.9.18
16892026-08-04T16:49:59.692Z Compiling half v2.7.1
16902026-08-04T16:49:59.704Z Compiling curve25519-dalek-derive v0.1.1
16912026-08-04T16:49:59.948Z Compiling num-complex v0.4.6
16922026-08-04T16:49:59.993Z Compiling darling_macro v0.21.3
16932026-08-04T16:50:00.225Z Compiling base64ct v1.8.3
16942026-08-04T16:50:00.324Z Compiling opaque-debug v0.3.1
16952026-08-04T16:50:00.369Z Compiling ciborium-io v0.2.2
16962026-08-04T16:50:00.390Z Compiling base16ct v0.2.0
16972026-08-04T16:50:00.418Z Compiling poly1305 v0.8.0
16982026-08-04T16:50:00.457Z Compiling password-hash v0.5.0
16992026-08-04T16:50:00.518Z Compiling elliptic-curve v0.13.8
17002026-08-04T16:50:00.543Z Compiling ciborium-ll v0.2.2
17012026-08-04T16:50:00.581Z Compiling darling v0.21.3
17022026-08-04T16:50:00.648Z Compiling typify v0.6.2
17032026-08-04T16:50:00.856Z Compiling num v0.4.3
17042026-08-04T16:50:00.926Z Compiling thiserror-no-std v2.0.2
17052026-08-04T16:50:01.518Z Compiling chacha20 v0.9.1
17062026-08-04T16:50:01.576Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17072026-08-04T16:50:01.735Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17082026-08-04T16:50:02.138Z Compiling blake2 v0.10.6
17092026-08-04T16:50:02.329Z Compiling aead v0.5.2
17102026-08-04T16:50:02.490Z Compiling byte-wrapper v0.1.0
17112026-08-04T16:50:02.606Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17122026-08-04T16:50:02.632Z Compiling proc-macro-error-attr v1.0.4
17132026-08-04T16:50:02.930Z Compiling keccak v0.1.6
17142026-08-04T16:50:02.965Z Compiling heapless v0.8.0
17152026-08-04T16:50:02.995Z Compiling rustix v0.38.44
17162026-08-04T16:50:03.173Z Compiling prettyplease v0.2.37
17172026-08-04T16:50:03.243Z Compiling unsafe-libyaml v0.2.11
17182026-08-04T16:50:03.418Z Compiling sha3 v0.10.9
17192026-08-04T16:50:03.759Z Compiling serde_yaml v0.9.34+deprecated
17202026-08-04T16:50:03.951Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17212026-08-04T16:50:04.218Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17222026-08-04T16:50:04.669Z Compiling chacha20poly1305 v0.10.1
17232026-08-04T16:50:04.796Z Compiling argon2 v0.5.3
17242026-08-04T16:50:04.987Z Compiling vsss-rs v3.3.4
17252026-08-04T16:50:05.033Z Compiling ciborium v0.2.2
17262026-08-04T16:50:05.049Z Compiling ingot-macros v0.1.1
17272026-08-04T16:50:05.512Z Compiling usdt-attr-macro v0.5.0
17282026-08-04T16:50:05.607Z Compiling usdt-macro v0.5.0
17292026-08-04T16:50:06.906Z Compiling serde_spanned v0.6.9
17302026-08-04T16:50:07.046Z Compiling enum-as-inner v0.6.1
17312026-08-04T16:50:07.100Z Compiling hash32 v0.3.1
17322026-08-04T16:50:07.186Z Compiling proc-macro-error v1.0.4
17332026-08-04T16:50:07.251Z Compiling memmap v0.7.0
17342026-08-04T16:50:07.402Z Compiling memoffset v0.9.1
17352026-08-04T16:50:07.431Z Compiling data-encoding v2.11.0
17362026-08-04T16:50:07.550Z Compiling indent_write v2.2.0
17372026-08-04T16:50:07.613Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17382026-08-04T16:50:07.634Z Compiling winnow v0.5.40
17392026-08-04T16:50:07.683Z Compiling static_assertions v1.1.0
17402026-08-04T16:50:07.753Z Compiling smoltcp v0.11.0
17412026-08-04T16:50:07.838Z Compiling cfg_aliases v0.2.1
17422026-08-04T16:50:07.850Z Compiling toml_write v0.1.2
17432026-08-04T16:50:07.860Z Compiling winnow v0.7.15
17442026-08-04T16:50:07.907Z Compiling nix v0.31.3
17452026-08-04T16:50:08.043Z Compiling ingot-types v0.1.2
17462026-08-04T16:50:08.162Z Compiling usdt v0.5.0
17472026-08-04T16:50:08.276Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17482026-08-04T16:50:08.335Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17492026-08-04T16:50:08.422Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-08-04T16:50:08.684Z Compiling tabwriter v1.4.1
17512026-08-04T16:50:08.834Z Compiling cobs v0.3.0
17522026-08-04T16:50:08.853Z Compiling serde_repr v0.1.21
17532026-08-04T16:50:08.920Z Compiling toml_edit v0.19.15
17542026-08-04T16:50:09.015Z Compiling pkg-config v0.3.33
17552026-08-04T16:50:09.031Z Compiling bitflags v1.3.2
17562026-08-04T16:50:09.355Z Compiling toml_edit v0.22.27
17572026-08-04T16:50:09.367Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17582026-08-04T16:50:09.421Z Compiling vcpkg v0.2.15
17592026-08-04T16:50:09.451Z Compiling managed v0.8.0
17602026-08-04T16:50:09.595Z Compiling postcard v1.1.3
17612026-08-04T16:50:09.959Z Compiling openssl-sys v0.9.116
17622026-08-04T16:50:10.185Z Compiling rustls-webpki v0.103.13
17632026-08-04T16:50:10.493Z Compiling proc-macro-crate v1.3.1
17642026-08-04T16:50:11.275Z Compiling toml v0.8.23
17652026-08-04T16:50:11.505Z Compiling ingot v0.1.1
17662026-08-04T16:50:11.703Z Compiling hubpack_derive v0.1.1
17672026-08-04T16:50:11.987Z Compiling foreign-types-macros v0.2.3
17682026-08-04T16:50:12.238Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17692026-08-04T16:50:12.310Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17702026-08-04T16:50:12.539Z Compiling heck v0.4.1
17712026-08-04T16:50:12.550Z Compiling unicode-segmentation v1.13.3
17722026-08-04T16:50:12.646Z Compiling semver v0.1.20
17732026-08-04T16:50:12.679Z Compiling swrite v0.1.0
17742026-08-04T16:50:12.736Z Compiling colored v3.1.1
17752026-08-04T16:50:12.770Z Compiling linked-hash-map v0.5.6
17762026-08-04T16:50:12.900Z Compiling foreign-types-shared v0.3.1
17772026-08-04T16:50:12.950Z Compiling resolv-conf v0.7.6
17782026-08-04T16:50:12.961Z Compiling rayon-core v1.13.0
17792026-08-04T16:50:12.987Z Compiling foreign-types v0.5.0
17802026-08-04T16:50:13.066Z Compiling lru-cache v0.1.2
17812026-08-04T16:50:13.130Z Compiling newline-converter v0.3.0
17822026-08-04T16:50:13.157Z Compiling rustc_version v0.1.7
17832026-08-04T16:50:13.183Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17842026-08-04T16:50:13.235Z Compiling hubpack v0.1.2
17852026-08-04T16:50:13.333Z Compiling num_enum_derive v0.5.11
17862026-08-04T16:50:13.407Z Compiling atomicwrites v0.4.4
17872026-08-04T16:50:13.494Z Compiling hickory-proto v0.24.4
17882026-08-04T16:50:13.595Z Compiling progenitor-impl v0.13.0
17892026-08-04T16:50:14.332Z Compiling tokio-rustls v0.26.4
17902026-08-04T16:50:14.357Z Compiling rustls-platform-verifier v0.7.0
17912026-08-04T16:50:14.593Z Compiling hyper-rustls v0.27.9
17922026-08-04T16:50:14.893Z Compiling reqwest v0.13.4
17932026-08-04T16:50:15.383Z Compiling crossbeam-deque v0.8.6
17942026-08-04T16:50:15.574Z Compiling console v0.15.11
17952026-08-04T16:50:16.267Z Compiling progenitor-client v0.14.0
17962026-08-04T16:50:16.575Z Compiling progenitor-extras v0.2.0
17972026-08-04T16:50:16.822Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17982026-08-04T16:50:17.129Z Compiling camino-tempfile v1.4.1
17992026-08-04T16:50:17.189Z Compiling chacha20 v0.10.0
18002026-08-04T16:50:17.339Z Compiling serde-big-array v0.5.1
18012026-08-04T16:50:17.354Z Compiling num-derive v0.4.2
18022026-08-04T16:50:17.368Z Compiling pin-project-internal v1.1.13
18032026-08-04T16:50:17.448Z Compiling derive-where v1.6.1
18042026-08-04T16:50:17.479Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-08-04T16:50:18.460Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18062026-08-04T16:50:18.698Z Compiling cstr-argument v0.1.2
18072026-08-04T16:50:18.859Z Compiling minimal-lexical v0.2.1
18082026-08-04T16:50:18.998Z Compiling siphasher v1.0.3
18092026-08-04T16:50:19.132Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18102026-08-04T16:50:19.196Z Compiling similar v2.7.0
18112026-08-04T16:50:19.264Z Compiling phf_shared v0.12.1
18122026-08-04T16:50:19.366Z Compiling nom v7.1.3
18132026-08-04T16:50:19.878Z Compiling expectorate v1.2.0
18142026-08-04T16:50:19.955Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18152026-08-04T16:50:20.029Z Compiling pin-project v1.1.13
18162026-08-04T16:50:20.131Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18172026-08-04T16:50:20.135Z Compiling rand v0.10.2
18182026-08-04T16:50:20.222Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18192026-08-04T16:50:20.346Z Compiling progenitor-macro v0.13.0
18202026-08-04T16:50:20.785Z Compiling progenitor-client v0.13.0
18212026-08-04T16:50:21.091Z Compiling hickory-resolver v0.24.4
18222026-08-04T16:50:21.478Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-08-04T16:50:21.627Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-08-04T16:50:22.275Z Compiling num_enum v0.5.11
18252026-08-04T16:50:23.081Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18262026-08-04T16:50:23.285Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-08-04T16:50:23.555Z Compiling newtype_derive v0.1.6
18282026-08-04T16:50:23.780Z Compiling progenitor-impl v0.14.0
18292026-08-04T16:50:24.522Z Compiling unicode-normalization v0.1.25
18302026-08-04T16:50:24.726Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-08-04T16:50:25.003Z Compiling tokio-stream v0.1.18
18322026-08-04T16:50:25.139Z Compiling async-recursion v1.1.1
18332026-08-04T16:50:25.432Z Compiling snafu-derive v0.8.9
18342026-08-04T16:50:25.471Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18352026-08-04T16:50:25.758Z Compiling slog-dtrace v0.3.0
18362026-08-04T16:50:25.834Z Compiling bstr v1.12.1
18372026-08-04T16:50:25.897Z Compiling csv-core v0.1.13
18382026-08-04T16:50:25.992Z Compiling cancel-safe-futures v0.1.5
18392026-08-04T16:50:26.162Z Compiling chrono-tz v0.10.4
18402026-08-04T16:50:26.235Z Compiling foreign-types-shared v0.1.1
18412026-08-04T16:50:26.324Z Compiling owo-colors v4.3.0
18422026-08-04T16:50:26.327Z Compiling foldhash v0.1.5
18432026-08-04T16:50:26.376Z Compiling highway v1.3.0
18442026-08-04T16:50:26.419Z Compiling unicode-xid v0.2.6
18452026-08-04T16:50:26.520Z Compiling unicode-width v0.1.14
18462026-08-04T16:50:26.541Z Compiling konst_macro_rules v0.2.19
18472026-08-04T16:50:26.663Z Compiling openssl v0.10.80
18482026-08-04T16:50:26.717Z Compiling same-file v1.0.6
18492026-08-04T16:50:26.771Z Compiling konst v0.2.20
18502026-08-04T16:50:26.839Z Compiling walkdir v2.5.0
18512026-08-04T16:50:26.889Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-08-04T16:50:26.944Z Compiling const_format_proc_macros v0.2.34
18532026-08-04T16:50:27.006Z Compiling hashbrown v0.15.5
18542026-08-04T16:50:27.198Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-08-04T16:50:27.223Z Compiling snafu v0.8.9
18562026-08-04T16:50:27.330Z Compiling foreign-types v0.3.2
18572026-08-04T16:50:27.420Z Compiling globset v0.4.18
18582026-08-04T16:50:27.446Z Compiling progenitor-macro v0.14.0
18592026-08-04T16:50:27.544Z Compiling csv v1.4.0
18602026-08-04T16:50:27.706Z Compiling progenitor v0.13.0
18612026-08-04T16:50:27.744Z Compiling qorb v0.4.1
18622026-08-04T16:50:27.846Z Compiling olpc-cjson v0.1.4
18632026-08-04T16:50:28.248Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-08-04T16:50:28.762Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18652026-08-04T16:50:29.110Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-08-04T16:50:29.593Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-08-04T16:50:29.693Z Compiling rayon v1.12.0
18682026-08-04T16:50:29.851Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-08-04T16:50:30.496Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-08-04T16:50:30.515Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18712026-08-04T16:50:31.069Z Compiling phf v0.12.1
18722026-08-04T16:50:31.516Z Compiling zone_cfg_derive v0.3.1
18732026-08-04T16:50:31.623Z Compiling tokio-dtrace v0.1.1
18742026-08-04T16:50:31.896Z Compiling itertools v0.12.1
18752026-08-04T16:50:31.966Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18762026-08-04T16:50:32.173Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-04T16:50:32.232Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18782026-08-04T16:50:32.472Z Compiling libsw-core v0.3.2
18792026-08-04T16:50:32.614Z Compiling serde_plain v1.0.2
18802026-08-04T16:50:32.643Z Compiling openssl-macros v0.1.1
18812026-08-04T16:50:32.770Z Compiling pem v3.0.6
18822026-08-04T16:50:32.790Z Compiling cookie v0.18.1
18832026-08-04T16:50:32.817Z Compiling sigpipe v0.1.3
18842026-08-04T16:50:32.905Z Compiling fixedbitset v0.5.7
18852026-08-04T16:50:33.025Z Compiling jiff v0.2.28
18862026-08-04T16:50:33.128Z Compiling typed-path v0.9.3
18872026-08-04T16:50:33.139Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-08-04T16:50:33.151Z Compiling fixedbitset v0.4.2
18892026-08-04T16:50:33.249Z Compiling bytecount v0.6.9
18902026-08-04T16:50:33.364Z Compiling glob v0.3.3
18912026-08-04T16:50:33.402Z Compiling papergrid v0.11.0
18922026-08-04T16:50:33.416Z Compiling petgraph v0.6.5
18932026-08-04T16:50:34.457Z Compiling tough v0.22.0
18942026-08-04T16:50:34.815Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-08-04T16:50:34.898Z Compiling petgraph v0.8.3
18962026-08-04T16:50:35.059Z Compiling progenitor v0.14.0
18972026-08-04T16:50:35.126Z Compiling zone v0.3.1
18982026-08-04T16:50:35.159Z Compiling libsw v3.5.0
18992026-08-04T16:50:35.194Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19002026-08-04T16:50:35.327Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19012026-08-04T16:50:35.471Z Compiling oxide-tokio-rt v0.1.6
19022026-08-04T16:50:35.566Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19032026-08-04T16:50:35.867Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-08-04T16:50:36.634Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-08-04T16:50:36.802Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-08-04T16:50:36.839Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-08-04T16:50:37.099Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-08-04T16:50:37.122Z Compiling const_format v0.2.36
19092026-08-04T16:50:37.768Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19102026-08-04T16:50:37.938Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-08-04T16:50:37.991Z Compiling tabled_derive v0.7.0
19122026-08-04T16:50:38.041Z Compiling gethostname v0.5.0
19132026-08-04T16:50:38.162Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-08-04T16:50:38.179Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19152026-08-04T16:50:38.248Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-08-04T16:50:38.288Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19172026-08-04T16:50:38.368Z Compiling bcs v0.1.6
19182026-08-04T16:50:38.448Z Compiling smf v0.2.3
19192026-08-04T16:50:38.526Z Compiling nom v8.0.0
19202026-08-04T16:50:38.687Z Compiling unicode-linebreak v0.1.5
19212026-08-04T16:50:38.937Z Compiling whoami v1.6.1
19222026-08-04T16:50:38.949Z Compiling tagptr v0.2.0
19232026-08-04T16:50:38.989Z Compiling linear-map v1.2.0
19242026-08-04T16:50:39.050Z Compiling lazy_static v1.5.0
19252026-08-04T16:50:39.090Z Compiling crunchy v0.2.4
19262026-08-04T16:50:39.151Z Compiling smawk v0.3.2
19272026-08-04T16:50:39.171Z Compiling termtree v0.5.1
19282026-08-04T16:50:39.247Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-08-04T16:50:39.288Z Compiling textwrap v0.16.2
19302026-08-04T16:50:39.317Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-08-04T16:50:39.384Z Compiling steno v0.4.1
19322026-08-04T16:50:39.812Z Compiling moka v0.12.15
19332026-08-04T16:50:40.643Z Compiling tabled v0.15.0
19342026-08-04T16:50:40.711Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-08-04T16:50:40.837Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-08-04T16:50:40.891Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-08-04T16:50:41.711Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-08-04T16:50:42.666Z Compiling hickory-proto v0.25.2
19392026-08-04T16:50:42.685Z Compiling tiny-keccak v2.0.2
19402026-08-04T16:50:42.920Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19412026-08-04T16:50:43.455Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19422026-08-04T16:50:43.645Z Compiling parking_lot_core v0.8.6
19432026-08-04T16:50:43.934Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-08-04T16:50:43.947Z Compiling libscf-sys v1.2.0
19452026-08-04T16:50:44.089Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19462026-08-04T16:50:44.483Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19472026-08-04T16:50:44.553Z Compiling hickory-resolver v0.25.2
19482026-08-04T16:50:44.611Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19492026-08-04T16:50:44.712Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19502026-08-04T16:50:44.776Z Compiling const-random-macro v0.1.16
19512026-08-04T16:50:45.034Z Compiling ahash v0.8.12
19522026-08-04T16:50:45.095Z Compiling smartstring v1.0.1
19532026-08-04T16:50:45.164Z Compiling const-random v0.1.18
19542026-08-04T16:50:45.238Z Compiling parking_lot v0.11.2
19552026-08-04T16:50:45.665Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19562026-08-04T16:50:45.678Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19572026-08-04T16:50:45.702Z Compiling fxhash v0.2.1
19582026-08-04T16:50:45.840Z Compiling internet-checksum v0.2.1
19592026-08-04T16:50:45.923Z Compiling sled v0.34.7
19602026-08-04T16:50:46.260Z Compiling itertools v0.15.0
19612026-08-04T16:50:46.473Z Compiling thin-vec v0.2.18
19622026-08-04T16:50:46.783Z Compiling rhai_codegen v3.2.0
19632026-08-04T16:50:46.912Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19642026-08-04T16:50:47.108Z Compiling serial_test_derive v4.0.1
19652026-08-04T16:50:47.172Z Compiling diff v0.1.13
19662026-08-04T16:50:47.464Z Compiling yansi v1.0.1
19672026-08-04T16:50:47.784Z Compiling pretty_assertions v1.4.1
19682026-08-04T16:50:47.807Z Compiling serial_test v4.0.1
19692026-08-04T16:50:47.981Z Compiling rhai v1.25.1
19702026-08-04T16:50:48.945Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19712026-08-04T16:50:49.556Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-08-04T16:50:58.044Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-08-04T16:50:59.798Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-08-04T16:51:00.901Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19752026-08-04T16:51:01.863Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19762026-08-04T16:51:02.693Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19772026-08-04T16:51:04.109Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19782026-08-04T16:51:39.499Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
19792026-08-04T16:51:39.691Z────────────
19802026-08-04T16:51:39.691Z Nextest run ID b49f58a0-756e-40cb-9552-bfe9edf09edc with nextest profile: default
19812026-08-04T16:51:39.691Z Starting 157 tests across 3 binaries
19822026-08-04T16:51:39.703Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19832026-08-04T16:51:39.706Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19842026-08-04T16:51:39.706Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch
19852026-08-04T16:51:39.706Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip
19862026-08-04T16:51:39.706Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19872026-08-04T16:51:39.706Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19882026-08-04T16:51:39.706Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
19892026-08-04T16:51:39.706Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19902026-08-04T16:51:39.713Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19912026-08-04T16:51:39.718Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19922026-08-04T16:51:39.718Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19932026-08-04T16:51:39.718Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19942026-08-04T16:51:39.718Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19952026-08-04T16:51:39.719Z PASS [ 0.012s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19962026-08-04T16:51:39.719Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19972026-08-04T16:51:39.719Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19982026-08-04T16:51:39.725Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_maximum_length
19992026-08-04T16:51:39.725Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_large
20002026-08-04T16:51:39.725Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
20012026-08-04T16:51:39.728Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
20022026-08-04T16:51:39.728Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
20032026-08-04T16:51:39.728Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
20042026-08-04T16:51:39.728Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_max_length_header
20052026-08-04T16:51:39.728Z PASS [ 0.012s] bgp messages::tests::ipv4_unicast_dual_encoding
20062026-08-04T16:51:39.737Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
20072026-08-04T16:51:39.737Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
20082026-08-04T16:51:39.737Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
20092026-08-04T16:51:39.740Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
20102026-08-04T16:51:39.740Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
20112026-08-04T16:51:39.740Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
20122026-08-04T16:51:39.740Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
20132026-08-04T16:51:39.740Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
20142026-08-04T16:51:39.748Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
20152026-08-04T16:51:39.748Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
20162026-08-04T16:51:39.748Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
20172026-08-04T16:51:39.757Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
20182026-08-04T16:51:39.757Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
20192026-08-04T16:51:39.757Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
20202026-08-04T16:51:39.757Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
20212026-08-04T16:51:39.757Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
20222026-08-04T16:51:39.760Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
20232026-08-04T16:51:39.760Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
20242026-08-04T16:51:39.760Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
20252026-08-04T16:51:39.768Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
20262026-08-04T16:51:39.768Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
20272026-08-04T16:51:39.768Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
20282026-08-04T16:51:39.768Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
20292026-08-04T16:51:39.768Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
20302026-08-04T16:51:39.772Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
20312026-08-04T16:51:39.780Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
20322026-08-04T16:51:39.780Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
20332026-08-04T16:51:39.780Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
20342026-08-04T16:51:39.780Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
20352026-08-04T16:51:39.780Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
20362026-08-04T16:51:39.780Z PASS [ 0.012s] bgp messages::tests::mp_bgp_attributes_encoded_first
20372026-08-04T16:51:39.780Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_round_trip
20382026-08-04T16:51:39.785Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
20392026-08-04T16:51:39.785Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20402026-08-04T16:51:39.785Z PASS [ 0.012s] bgp messages::tests::notification_round_trip
20412026-08-04T16:51:39.785Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_round_trip
20422026-08-04T16:51:39.793Z PASS [ 0.012s] bgp messages::tests::open_round_trip
20432026-08-04T16:51:39.793Z PASS [ 0.012s] bgp messages::tests::prefix_conversion
20442026-08-04T16:51:39.793Z PASS [ 0.012s] bgp messages::tests::prefix_within
20452026-08-04T16:51:39.793Z PASS [ 0.012s] bgp messages::tests::open_round_trip_extended_nexthop
20462026-08-04T16:51:39.796Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20472026-08-04T16:51:39.806Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20482026-08-04T16:51:39.807Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20492026-08-04T16:51:39.807Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20502026-08-04T16:51:39.807Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20512026-08-04T16:51:39.807Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20522026-08-04T16:51:39.807Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20532026-08-04T16:51:39.807Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20542026-08-04T16:51:39.816Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20552026-08-04T16:51:39.816Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20562026-08-04T16:51:39.816Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20572026-08-04T16:51:39.816Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20582026-08-04T16:51:39.816Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20592026-08-04T16:51:39.816Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20602026-08-04T16:51:39.816Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20612026-08-04T16:51:39.816Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20622026-08-04T16:51:39.822Z PASS [ 0.011s] bgp messages::tests::route_refresh_round_trip
20632026-08-04T16:51:39.822Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20642026-08-04T16:51:39.822Z PASS [ 0.011s] bgp messages::tests::test_nexthop_length_validation
20652026-08-04T16:51:39.822Z PASS [ 0.011s] bgp messages::tests::update_round_trip
20662026-08-04T16:51:39.832Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20672026-08-04T16:51:39.836Z PASS [ 0.027s] bgp policy::test::shape_update_prefixes
20682026-08-04T16:51:39.836Z PASS [ 0.027s] bgp policy::test::open_require_4byte_as
20692026-08-04T16:51:39.836Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20702026-08-04T16:51:39.837Z PASS [ 0.026s] bgp policy::test::update_drop_on_no_export
20712026-08-04T16:51:39.840Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20722026-08-04T16:51:39.843Z PASS [ 0.021s] bgp policy::test::update_shape_community
20732026-08-04T16:51:39.849Z PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence
20742026-08-04T16:51:39.852Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20752026-08-04T16:51:39.852Z PASS [ 0.016s] bgp proptest::prop_ipv4_wire_format_roundtrip
20762026-08-04T16:51:39.852Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20772026-08-04T16:51:39.852Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20782026-08-04T16:51:39.852Z PASS [ 0.017s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20792026-08-04T16:51:39.861Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20802026-08-04T16:51:39.861Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20812026-08-04T16:51:39.865Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20822026-08-04T16:51:39.869Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20832026-08-04T16:51:39.869Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20842026-08-04T16:51:39.869Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20852026-08-04T16:51:39.873Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20862026-08-04T16:51:39.873Z PASS [ 0.008s] bgp session::tests::shutdown_state_transitions
20872026-08-04T16:51:39.877Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20882026-08-04T16:51:39.877Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20892026-08-04T16:51:39.877Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20902026-08-04T16:51:39.880Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20912026-08-04T16:51:39.880Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20922026-08-04T16:51:39.880Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20932026-08-04T16:51:39.883Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20942026-08-04T16:51:39.883Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20952026-08-04T16:51:39.883Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20962026-08-04T16:51:39.887Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20972026-08-04T16:51:39.887Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20982026-08-04T16:51:39.887Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20992026-08-04T16:51:39.892Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
21002026-08-04T16:51:39.892Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
21012026-08-04T16:51:39.892Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
21022026-08-04T16:51:39.892Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
21032026-08-04T16:51:39.896Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
21042026-08-04T16:51:42.954Z PASS [ 3.070s] bgp test::test_basic_peering_active
21052026-08-04T16:51:42.958Z PASS [ 3.065s] bgp test::test_basic_update_ipv6
21062026-08-04T16:51:42.958Z PASS [ 3.066s] bgp test::test_basic_update
21072026-08-04T16:51:42.971Z PASS [ 3.084s] bgp test::test_basic_peering_active_tcp
21082026-08-04T16:51:42.971Z PASS [ 3.081s] bgp test::test_basic_peering_passive
21092026-08-04T16:51:42.974Z PASS [ 3.078s] bgp test::test_basic_update_ipv6_tcp
21102026-08-04T16:51:42.974Z PASS [ 3.078s] bgp test::test_basic_update_tcp
21112026-08-04T16:51:42.974Z PASS [ 3.086s] bgp test::test_basic_peering_passive_tcp
21122026-08-04T16:51:46.038Z PASS [ 3.070s] bgp test::test_ipv6_basic_peering_active
21132026-08-04T16:51:46.038Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
21142026-08-04T16:51:46.056Z PASS [ 3.087s] bgp test::test_ipv6_basic_peering_active_tcp
21152026-08-04T16:51:46.060Z PASS [ 3.083s] bgp test::test_ipv6_basic_peering_passive_tcp
21162026-08-04T16:51:47.039Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv6_peer_success
21172026-08-04T16:51:47.043Z PASS [ 4.088s] bgp test::test_dual_stack_routes_ipv4_peer_success
21182026-08-04T16:51:47.053Z PASS [ 4.098s] bgp test::test_import_export_policy_filtering
21192026-08-04T16:51:47.057Z PASS [ 4.088s] bgp test::test_ipv4_routes_ipv6_peer_success
21202026-08-04T16:51:47.103Z PASS [ 1.065s] bgp test::test_multiple_unnumbered_sessions
21212026-08-04T16:51:48.121Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
21222026-08-04T16:51:48.139Z PASS [ 1.097s] bgp test::test_three_router_chain_tcp_ipv6
21232026-08-04T16:51:48.139Z PASS [ 1.100s] bgp test::test_three_router_chain_tcp
21242026-08-04T16:51:48.970Z PASS [ 2.914s] bgp test::test_neighbor_thread_lifecycle_no_leaks
21252026-08-04T16:51:49.183Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
21262026-08-04T16:51:49.189Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21272026-08-04T16:51:49.194Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21282026-08-04T16:51:49.199Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21292026-08-04T16:51:49.204Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21302026-08-04T16:51:49.210Z PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::vni_constants_match_canonical_values
21312026-08-04T16:51:49.215Z PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::vni_rejects_out_of_range
21322026-08-04T16:51:50.117Z PASS [ 4.079s] bgp test::test_ipv6_routes_ipv4_peer_success
21332026-08-04T16:51:50.121Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
21342026-08-04T16:51:52.118Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
21352026-08-04T16:51:53.201Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
21362026-08-04T16:51:57.201Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21372026-08-04T16:51:58.033Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
21382026-08-04T16:52:05.169Z PASS [ 18.066s] bgp test::test_unnumbered_interface_lifecycle
21392026-08-04T16:52:05.169Z────────────
21402026-08-04T16:52:05.169Z Summary [ 25.478s] 157 tests run: 157 passed, 0 skipped
21412026-08-04T16:52:05.182Z+ cp ./dualstack_routes.log ./loopback-manager.test_basic_peering_active_tcp.log ./loopback-manager.test_basic_peering_passive_tcp.log ./loopback-manager.test_basic_update_ipv6_tcp.log ./loopback-manager.test_basic_update_tcp.log ./loopback-manager.test_dual_stack_routes_ipv4_peer_success.log ./loopback-manager.test_dual_stack_routes_ipv6_peer_success.log ./loopback-manager.test_import_export_policy_filtering.log ./loopback-manager.test_ipv4_routes_ipv6_peer_success.log ./loopback-manager.test_ipv6_basic_peering_active_tcp.log ./loopback-manager.test_ipv6_basic_peering_passive_tcp.log ./loopback-manager.test_ipv6_routes_ipv4_peer_success.log ./loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log ./loopback-manager.test_three_router_chain_tcp_ipv6.log ./loopback-manager.test_three_router_chain_tcp.log ./multiple_unnumbered.log ./ndp_change_reset.log ./ndp_changes.log ./r1.test_basic_peering_active_tcp.log ./r1.test_basic_peering_active.log ./r1.test_basic_peering_passive_tcp.log ./r1.test_basic_peering_passive.log ./r1.test_basic_update_ipv6_tcp.log ./r1.test_basic_update_ipv6.log ./r1.test_basic_update_tcp.log ./r1.test_basic_update.log ./r1.test_dual_stack_routes_ipv4_peer_success.log ./r1.test_dual_stack_routes_ipv6_peer_success.log ./r1.test_import_export_policy_filtering.log ./r1.test_ipv4_routes_ipv6_peer_success.log ./r1.test_ipv6_basic_peering_active_tcp.log ./r1.test_ipv6_basic_peering_active.log ./r1.test_ipv6_basic_peering_passive_tcp.log ./r1.test_ipv6_basic_peering_passive.log ./r1.test_ipv6_routes_ipv4_peer_success.log ./r1.test_neighbor_thread_lifecycle_no_leaks.log ./r1.test_three_router_chain_tcp_ipv6.log ./r1.test_three_router_chain_tcp.log ./r2.test_basic_peering_active_tcp.log ./r2.test_basic_peering_active.log ./r2.test_basic_peering_passive_tcp.log ./r2.test_basic_peering_passive.log ./r2.test_basic_update_ipv6_tcp.log ./r2.test_basic_update_ipv6.log ./r2.test_basic_update_tcp.log ./r2.test_basic_update.log ./r2.test_dual_stack_routes_ipv4_peer_success.log ./r2.test_dual_stack_routes_ipv6_peer_success.log ./r2.test_import_export_policy_filtering.log ./r2.test_ipv4_routes_ipv6_peer_success.log ./r2.test_ipv6_basic_peering_active_tcp.log ./r2.test_ipv6_basic_peering_active.log ./r2.test_ipv6_basic_peering_passive_tcp.log ./r2.test_ipv6_basic_peering_passive.log ./r2.test_ipv6_routes_ipv4_peer_success.log ./r2.test_neighbor_thread_lifecycle_no_leaks.log ./r2.test_three_router_chain_tcp_ipv6.log ./r2.test_three_router_chain_tcp.log ./r3.test_three_router_chain_tcp_ipv6.log ./r3.test_three_router_chain_tcp.log ./same_linklocal.log ./three_chain.log ./unnumbered_expiry.log ./unnumbered_interface_lifecycle.log ./unnumbered_peer_change.log /work/
21422026-08-04T16:52:05.187Z+ popd
21432026-08-04T16:52:05.188Z+ pushd mgd
21442026-08-04T16:52:05.191Z/work/oxidecomputer/maghemite
21452026-08-04T16:52:05.191Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21462026-08-04T16:52:05.191Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21472026-08-04T16:52:06.431Z Compiling slog v2.8.2
21482026-08-04T16:52:06.544Z Compiling usdt v0.6.0
21492026-08-04T16:52:06.639Z Compiling proc-macro-error-attr2 v2.0.0
21502026-08-04T16:52:06.657Z Compiling papergrid v0.18.0
21512026-08-04T16:52:06.660Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21522026-08-04T16:52:06.660Z Compiling testing_table v0.3.0
21532026-08-04T16:52:06.819Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21542026-08-04T16:52:06.832Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21552026-08-04T16:52:06.844Z Compiling slog-json v2.6.1
21562026-08-04T16:52:06.936Z Compiling slog-term v2.9.2
21572026-08-04T16:52:07.043Z Compiling slog-async v2.8.0
21582026-08-04T16:52:07.173Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21592026-08-04T16:52:07.201Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-08-04T16:52:07.275Z Compiling slog-bunyan v2.5.0
21612026-08-04T16:52:07.310Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-08-04T16:52:07.416Z Compiling dropshot v0.17.1
21632026-08-04T16:52:07.589Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-08-04T16:52:07.655Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-08-04T16:52:07.677Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21662026-08-04T16:52:07.680Z Compiling slog-dtrace v0.3.0
21672026-08-04T16:52:08.001Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21682026-08-04T16:52:08.139Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-08-04T16:52:08.747Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-08-04T16:52:08.812Z Compiling steno v0.4.1
21712026-08-04T16:52:08.871Z Compiling proc-macro-error2 v2.0.1
21722026-08-04T16:52:09.144Z Compiling tabled_derive v0.11.0
21732026-08-04T16:52:09.761Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21742026-08-04T16:52:10.249Z Compiling tabled v0.21.0
21752026-08-04T16:52:11.322Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-08-04T16:52:12.057Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-08-04T16:52:13.016Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-08-04T16:52:13.642Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
21792026-08-04T16:52:14.385Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-08-04T16:52:14.398Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21812026-08-04T16:52:14.511Z Compiling crc8 v0.1.1
21822026-08-04T16:52:14.561Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-08-04T16:52:14.574Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21842026-08-04T16:52:14.630Z Compiling dropshot-api-manager-types v0.7.2
21852026-08-04T16:52:14.883Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
21862026-08-04T16:52:15.002Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21872026-08-04T16:52:15.436Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-08-04T16:52:17.480Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-08-04T16:52:17.503Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-08-04T16:52:17.516Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-08-04T16:52:17.759Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-08-04T16:52:18.574Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-08-04T16:52:18.814Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-08-04T16:52:19.159Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-08-04T16:52:19.508Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-08-04T16:52:19.791Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-08-04T16:52:19.889Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-08-04T16:52:20.013Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-08-04T16:52:20.025Z Compiling port-file v0.1.0
22002026-08-04T16:52:25.401Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-08-04T16:52:25.401Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-08-04T16:52:26.538Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-08-04T16:52:26.662Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-04T16:52:26.858Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-08-04T16:52:26.880Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-08-04T16:52:27.117Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-08-04T16:52:34.899Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-08-04T16:52:42.567Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-08-04T16:52:44.208Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-08-04T16:52:45.272Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22112026-08-04T16:52:46.222Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22122026-08-04T16:52:47.058Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22132026-08-04T16:52:48.503Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22142026-08-04T16:52:48.503Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22152026-08-04T16:52:48.507Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22162026-08-04T16:52:54.518Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22172026-08-04T16:53:25.876Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 19s
22182026-08-04T16:53:25.879Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
22192026-08-04T16:53:25.879Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
22202026-08-04T16:53:26.053Z────────────
22212026-08-04T16:53:26.053Z Nextest run ID 264b6eaf-e433-4feb-952e-031f739757fc with nextest profile: default
22222026-08-04T16:53:26.053Z Starting 39 tests across 3 binaries
22232026-08-04T16:53:26.059Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22242026-08-04T16:53:26.059Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22252026-08-04T16:53:26.062Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22262026-08-04T16:53:26.062Z PASS [ 0.006s] mg-api-types-versions v13::mrib::tests::vni_constants_match_canonical_values
22272026-08-04T16:53:26.062Z PASS [ 0.007s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22282026-08-04T16:53:26.062Z PASS [ 0.007s] mg-api-types-versions v13::mrib::tests::vni_rejects_out_of_range
22292026-08-04T16:53:26.117Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
22302026-08-04T16:53:26.117Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22312026-08-04T16:53:26.117Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22322026-08-04T16:53:26.124Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22332026-08-04T16:53:26.124Z PASS [ 0.065s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
22342026-08-04T16:53:26.128Z PASS [ 0.068s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
22352026-08-04T16:53:26.128Z PASS [ 0.074s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
22362026-08-04T16:53:26.135Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22372026-08-04T16:53:26.138Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22382026-08-04T16:53:26.138Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22392026-08-04T16:53:26.138Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22402026-08-04T16:53:26.138Z PASS [ 0.080s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
22412026-08-04T16:53:26.144Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22422026-08-04T16:53:26.147Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22432026-08-04T16:53:26.147Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22442026-08-04T16:53:26.147Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22452026-08-04T16:53:26.147Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22462026-08-04T16:53:26.150Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22472026-08-04T16:53:26.153Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22482026-08-04T16:53:26.156Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22492026-08-04T16:53:26.156Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22502026-08-04T16:53:26.156Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22512026-08-04T16:53:26.156Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22522026-08-04T16:53:26.156Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22532026-08-04T16:53:26.161Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22542026-08-04T16:53:26.164Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22552026-08-04T16:53:26.164Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22562026-08-04T16:53:26.164Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22572026-08-04T16:53:26.164Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22582026-08-04T16:53:26.167Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22592026-08-04T16:53:26.170Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22602026-08-04T16:53:26.174Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22612026-08-04T16:53:26.178Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22622026-08-04T16:53:26.178Z────────────
22632026-08-04T16:53:26.178Z Summary [ 0.122s] 39 tests run: 39 passed, 0 skipped
22642026-08-04T16:53:26.201Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22652026-08-04T16:53:26.201Z+ popd
22662026-08-04T16:53:26.201Z/work/oxidecomputer/maghemite
22672026-08-04T16:53:26.201Zprocess exited: duration 425518 ms, exit code 0
 
22682026-08-04T16:53:26.213Zfound 69 output files
22692026-08-04T16:53:26.213Zuploading: /work/apply_change_peer_asn.log (30288 bytes)
22702026-08-04T16:53:27.226Zuploaded: /work/apply_change_peer_asn.log
22712026-08-04T16:53:27.226Zuploading: /work/apply_empty_removes_peers.log (15515 bytes)
22722026-08-04T16:53:28.240Zuploaded: /work/apply_empty_removes_peers.log
22732026-08-04T16:53:28.240Zuploading: /work/apply_remove_entire_group.log (21385 bytes)
22742026-08-04T16:53:29.252Zuploaded: /work/apply_remove_entire_group.log
22752026-08-04T16:53:29.252Zuploading: /work/delete_router_removes_router_state.log (23164 bytes)
22762026-08-04T16:53:30.265Zuploaded: /work/delete_router_removes_router_state.log
22772026-08-04T16:53:30.265Zuploading: /work/dualstack_routes.log (124955 bytes)
22782026-08-04T16:53:31.279Zuploaded: /work/dualstack_routes.log
22792026-08-04T16:53:31.279Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2204 bytes)
22802026-08-04T16:53:32.289Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22812026-08-04T16:53:32.289Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1396 bytes)
22822026-08-04T16:53:33.305Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22832026-08-04T16:53:33.305Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2016 bytes)
22842026-08-04T16:53:34.310Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22852026-08-04T16:53:34.310Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2278 bytes)
22862026-08-04T16:53:35.319Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22872026-08-04T16:53:35.319Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2315 bytes)
22882026-08-04T16:53:36.330Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22892026-08-04T16:53:36.330Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2398 bytes)
22902026-08-04T16:53:37.339Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22912026-08-04T16:53:37.339Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3011 bytes)
22922026-08-04T16:53:38.350Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22932026-08-04T16:53:38.350Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2410 bytes)
22942026-08-04T16:53:39.364Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22952026-08-04T16:53:39.364Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2234 bytes)
22962026-08-04T16:53:40.389Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22972026-08-04T16:53:40.389Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2176 bytes)
22982026-08-04T16:53:41.433Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22992026-08-04T16:53:41.433Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2361 bytes)
23002026-08-04T16:53:42.445Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
23012026-08-04T16:53:42.445Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2438 bytes)
23022026-08-04T16:53:43.482Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
23032026-08-04T16:53:43.482Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4855 bytes)
23042026-08-04T16:53:44.505Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
23052026-08-04T16:53:44.505Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3562 bytes)
23062026-08-04T16:53:45.550Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
23072026-08-04T16:53:45.550Zuploading: /work/multiple_unnumbered.log (139248 bytes)
23082026-08-04T16:53:46.586Zuploaded: /work/multiple_unnumbered.log
23092026-08-04T16:53:46.586Zuploading: /work/ndp_change_reset.log (69728 bytes)
23102026-08-04T16:53:47.606Zuploaded: /work/ndp_change_reset.log
23112026-08-04T16:53:47.606Zuploading: /work/ndp_changes.log (88835 bytes)
23122026-08-04T16:53:48.631Zuploaded: /work/ndp_changes.log
23132026-08-04T16:53:48.632Zuploading: /work/r1.test_basic_peering_active.log (40415 bytes)
23142026-08-04T16:53:49.677Zuploaded: /work/r1.test_basic_peering_active.log
23152026-08-04T16:53:49.677Zuploading: /work/r1.test_basic_peering_active_tcp.log (47041 bytes)
23162026-08-04T16:53:50.768Zuploaded: /work/r1.test_basic_peering_active_tcp.log
23172026-08-04T16:53:50.768Zuploading: /work/r1.test_basic_peering_passive.log (33487 bytes)
23182026-08-04T16:53:51.826Zuploaded: /work/r1.test_basic_peering_passive.log
23192026-08-04T16:53:51.826Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39665 bytes)
23202026-08-04T16:53:52.837Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
23212026-08-04T16:53:52.837Zuploading: /work/r1.test_basic_update.log (28412 bytes)
23222026-08-04T16:53:53.885Zuploaded: /work/r1.test_basic_update.log
23232026-08-04T16:53:53.886Zuploading: /work/r1.test_basic_update_ipv6.log (28214 bytes)
23242026-08-04T16:53:54.907Zuploaded: /work/r1.test_basic_update_ipv6.log
23252026-08-04T16:53:54.907Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30944 bytes)
23262026-08-04T16:53:55.921Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
23272026-08-04T16:53:55.921Zuploading: /work/r1.test_basic_update_tcp.log (31134 bytes)
23282026-08-04T16:53:56.943Zuploaded: /work/r1.test_basic_update_tcp.log
23292026-08-04T16:53:56.943Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43680 bytes)
23302026-08-04T16:53:57.961Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23312026-08-04T16:53:57.961Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43471 bytes)
23322026-08-04T16:53:58.985Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23332026-08-04T16:53:58.985Zuploading: /work/r1.test_import_export_policy_filtering.log (40180 bytes)
23342026-08-04T16:54:00.003Zuploaded: /work/r1.test_import_export_policy_filtering.log
23352026-08-04T16:54:00.003Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35943 bytes)
23362026-08-04T16:54:01.033Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23372026-08-04T16:54:01.033Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40253 bytes)
23382026-08-04T16:54:02.052Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23392026-08-04T16:54:02.052Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45400 bytes)
23402026-08-04T16:54:03.086Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23412026-08-04T16:54:03.087Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33941 bytes)
23422026-08-04T16:54:04.096Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23432026-08-04T16:54:04.097Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39593 bytes)
23442026-08-04T16:54:05.118Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23452026-08-04T16:54:05.118Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35637 bytes)
23462026-08-04T16:54:06.180Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23472026-08-04T16:54:06.180Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29918 bytes)
23482026-08-04T16:54:07.232Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23492026-08-04T16:54:07.232Zuploading: /work/r1.test_three_router_chain_tcp.log (23763 bytes)
23502026-08-04T16:54:08.269Zuploaded: /work/r1.test_three_router_chain_tcp.log
23512026-08-04T16:54:08.269Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22213 bytes)
23522026-08-04T16:54:09.607Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23532026-08-04T16:54:09.608Zuploading: /work/r2.test_basic_peering_active.log (39045 bytes)
23542026-08-04T16:54:10.680Zuploaded: /work/r2.test_basic_peering_active.log
23552026-08-04T16:54:10.680Zuploading: /work/r2.test_basic_peering_active_tcp.log (46764 bytes)
23562026-08-04T16:54:11.705Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23572026-08-04T16:54:11.705Zuploading: /work/r2.test_basic_peering_passive.log (41459 bytes)
23582026-08-04T16:54:12.741Zuploaded: /work/r2.test_basic_peering_passive.log
23592026-08-04T16:54:12.741Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45899 bytes)
23602026-08-04T16:54:18.069Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23612026-08-04T16:54:18.121Zuploading: /work/r2.test_basic_update.log (26693 bytes)
23622026-08-04T16:54:19.160Zuploaded: /work/r2.test_basic_update.log
23632026-08-04T16:54:19.160Zuploading: /work/r2.test_basic_update_ipv6.log (26381 bytes)
23642026-08-04T16:54:20.173Zuploaded: /work/r2.test_basic_update_ipv6.log
23652026-08-04T16:54:20.173Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32774 bytes)
23662026-08-04T16:54:21.184Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23672026-08-04T16:54:21.184Zuploading: /work/r2.test_basic_update_tcp.log (32779 bytes)
23682026-08-04T16:54:22.198Zuploaded: /work/r2.test_basic_update_tcp.log
23692026-08-04T16:54:22.198Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (40480 bytes)
23702026-08-04T16:54:23.212Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23712026-08-04T16:54:23.212Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43804 bytes)
23722026-08-04T16:54:24.226Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23732026-08-04T16:54:24.226Zuploading: /work/r2.test_import_export_policy_filtering.log (36534 bytes)
23742026-08-04T16:54:25.239Zuploaded: /work/r2.test_import_export_policy_filtering.log
23752026-08-04T16:54:25.239Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38277 bytes)
23762026-08-04T16:54:26.253Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23772026-08-04T16:54:26.253Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38922 bytes)
23782026-08-04T16:54:27.267Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23792026-08-04T16:54:27.268Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44258 bytes)
23802026-08-04T16:54:28.281Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23812026-08-04T16:54:28.281Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41452 bytes)
23822026-08-04T16:54:29.294Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23832026-08-04T16:54:29.295Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46443 bytes)
23842026-08-04T16:54:30.307Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23852026-08-04T16:54:30.307Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38147 bytes)
23862026-08-04T16:54:31.321Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23872026-08-04T16:54:31.321Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28054 bytes)
23882026-08-04T16:54:32.334Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23892026-08-04T16:54:32.334Zuploading: /work/r2.test_three_router_chain_tcp.log (42711 bytes)
23902026-08-04T16:54:33.354Zuploaded: /work/r2.test_three_router_chain_tcp.log
23912026-08-04T16:54:33.354Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41325 bytes)
23922026-08-04T16:54:34.367Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23932026-08-04T16:54:34.367Zuploading: /work/r3.test_three_router_chain_tcp.log (21349 bytes)
23942026-08-04T16:54:35.379Zuploaded: /work/r3.test_three_router_chain_tcp.log
23952026-08-04T16:54:35.379Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21369 bytes)
23962026-08-04T16:54:36.392Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23972026-08-04T16:54:36.393Zuploading: /work/same_linklocal.log (119308 bytes)
23982026-08-04T16:54:37.408Zuploaded: /work/same_linklocal.log
23992026-08-04T16:54:37.409Zuploading: /work/three_chain.log (130001 bytes)
24002026-08-04T16:54:38.425Zuploaded: /work/three_chain.log
24012026-08-04T16:54:38.425Zuploading: /work/unnumbered_expiry.log (88510 bytes)
24022026-08-04T16:54:39.440Zuploaded: /work/unnumbered_expiry.log
24032026-08-04T16:54:39.440Zuploading: /work/unnumbered_interface_lifecycle.log (119501 bytes)
24042026-08-04T16:54:40.458Zuploaded: /work/unnumbered_interface_lifecycle.log
24052026-08-04T16:54:40.458Zuploading: /work/unnumbered_peer_change.log (79523 bytes)
24062026-08-04T16:54:41.473Zuploaded: /work/unnumbered_peer_change.log